/*
 *  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: 650px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--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: 651px) and (max-width: 1200px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--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;
  }
}

@charset "UTF-8";@font-face{font-family:Rubik-Light;src:url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Rubik-Light-Ojv74_aX.woff2) format("woff2"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Rubik-Light-SHCF22uO.woff) format("woff"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Rubik-Light-WYWyqfhD.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Rubik;src:url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Rubik-Regular-dxVKmRvr.woff2) format("woff2"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Rubik-Regular-NhdmeJfP.woff) format("woff"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Rubik-Regular-TJUl8Rau.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Rubik-Medium;src:url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Rubik-Medium-rhLJwORV.woff2) format("woff2"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Rubik-Medium-CodNgSWJ.woff) format("woff"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Rubik-Medium-jqayxMXG.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Mukta;src:url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Mukta-Regular-qEHmI1Wi.eot);src:url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Mukta-Regular-puU_InIC.woff2) format("woff2"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Mukta-Regular-VJCs7bNh.woff) format("woff"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Mukta-Regular-SuVq9Gyn.ttf) format("truetype"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Mukta-Regular-aoNk0Swe.svg#Mukta-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Mukta-Light;src:url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Mukta-Light-5CUKmtlq.eot);src:url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Mukta-Light-W38-LAj-.woff2) format("woff2"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Mukta-Light-j1g3d0EH.woff) format("woff"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Mukta-Light-f9LFriLw.ttf) format("truetype"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Mukta-Light-uvpgjV4c.svg#Mukta-Light) format("svg");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Mukta-Medium;src:url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Mukta-Medium-k_cQccU7.eot);src:url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Mukta-Medium-L6a4JzEJ.woff2) format("woff2"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Mukta-Medium-6j9MWUoj.woff) format("woff"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Mukta-Medium-QX7wbgAA.ttf) format("truetype"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/Mukta-Medium-Rp_5hXdl.svg#Mukta-Medium) format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:BalooThambi2;src:url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/BalooThambi2-Regular-Jw4LcmTc.eot);src:url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/BalooThambi2-Regular-aPMDf2Ec.woff2) format("woff2"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/BalooThambi2-Regular-7kEaECDP.woff) format("woff"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/BalooThambi2-Regular-k8RzZGL5.ttf) format("truetype"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/BalooThambi2-Regular-ACNz2qz4.svg#BalooThambi2-Regular) format("svg");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:BalooThambi2-Medium;src:url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/BalooThambi2-Medium-WNw3Ru01.eot);src:url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/BalooThambi2-Medium-JkRztNda.woff2) format("woff2"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/BalooThambi2-Medium-HkGdqyIw.woff) format("woff"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/BalooThambi2-Medium-_j2ebg1E.ttf) format("truetype"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/BalooThambi2-Medium-uVFWAy7R.svg#BalooThambi2-Medium) format("svg");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:BalooThambi2-Bold;src:url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/BalooThambi2-Bold-eTDoENY4.eot);src:url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/BalooThambi2-Bold-tW9VT8Ef.woff2) format("woff2"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/BalooThambi2-Bold-MF4bG8ye.woff) format("woff"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/BalooThambi2-Bold-FLk7ZUdU.ttf) format("truetype"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/BalooThambi2-Bold-GcPBlcwi.svg#BalooThambi2-Bold) format("svg");font-weight:700;font-style:normal;font-display:swap}html{box-sizing:border-box;background-color:#f2f4fb;scrollbar-gutter:stable;-webkit-tap-highlight-color:transparent}*,*:before,*:after{font-family:inherit;box-sizing:inherit}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;padding:128px 0 0;line-height:1.2rem;font-family:Rubik,Mukta,BalooThambi2,sans-serif}@media screen and (max-width: 767px){body{padding-top:142px}}body.mere-page-template{padding-top:60px}body.web-view-mode{padding-top:0}body.web-view-mode.mere-page-app{padding-top:60px}body.web-view-mode header.header{display:none}body.web-view-mode footer.footer,body.web-view-mode div.footer.footer{display:none}body.web-view-mode .secondary-navigation{top:0}body.web-view-mode.investment-header{padding-top:0}body.web-view-mode.investment-header header.header{display:none}body.web-view-mode.app-header-enabled{padding:65px 0 62px}body.web-view-mode.app-header-enabled header.header{display:block}body.web-view-mode.app-header-enabled .secondary-navigation{top:64px}body.adp-template{background-color:#fff}body.adp-template.disable-scroll{overflow:hidden;touch-action:none;-ms-touch-action:none}.grid-row{display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:hidden}.grid-column{width:100%;margin:0}@media screen and (min-width: 1025px){.grid-column .adpseparator.separator:has(.hide-desktop){display:none}}@media screen and (min-width: 1025px){.grid-column .aem-GridColumn:last-child section{margin-bottom:0}}.grid-column .aem-GridColumn .ipo-detail-summary .ipo-scrip-detail{margin-bottom:20px}.column-control-not-editor .grid-row{margin-bottom:8px}@media screen and (min-width: 1025px){.column-control-not-editor .grid-row{margin-bottom:12px}}.column-control-not-editor .grid-column div:only-child{height:100%}.column-control-not-editor .grid-column section{height:100%}@media screen and (max-width: 1024px){.column-control-not-editor .grid-column section{height:auto}}.cf360-xaop-template{background-color:#fff}.cf360-xaop-grids-style .aem-Grid>.aem-GridColumn:not(:last-of-type){margin-bottom:24px}body.adp-template .aem-Grid>.aem-GridColumn.sharesConsentModel{margin-bottom:0}@media screen and (min-width: 1025px){.adp-template .grid-row.ipo--main-row .trading-section{padding:12px 0 0 141px;max-width:1015px}.adp-template .grid-row.ipo--main-row .trading-container{padding:12px 0}}.adp-template .grid-column{width:100%;margin:0;box-sizing:border-box}.adp-template header .aem-Grid>.aem-GridColumn:not(:last-of-type){margin-bottom:0}.adp-template .aem-Grid>.aem-GridColumn:not(:last-of-type){margin-bottom:24px}.adp-template .aem-Grid>.aem-GridColumn:has(.new){margin-bottom:0}.adp-template .aem-Grid .parsys .aem-GridColumn:not(:last-of-type){margin-bottom:24px}.adp-template .aem-Grid .parsys .aem-GridColumn:not(:last-of-type).breadcrumb,.adp-template .aem-Grid .parsys .aem-GridColumn:not(:last-of-type).disclaimer{margin-bottom:0}.adp-template #xaop-sso .aem-Grid>.aem-GridColumn{margin-bottom:0}.adp-template .grid-row{flex-wrap:wrap;padding-top:12px}.adp-template .grid-row.stocks--main-row{padding:0;overflow:visible}.adp-template .grid-row.ipo--main-row{padding:0}.adp-template .grid-row.stocks--main-row.shares--main-container{padding-bottom:0}.adp-template .grid-row.shares--main-container{padding-bottom:24px}.adp-template .grid-row.shares--main-container .shares-header{display:none}@media screen and (max-width: 767px){.adp-template .grid-row.shares--main-container .aem-GridColumn:not(.disclaimer){padding:0 16px}}@media screen and (max-width: 1024px){.adp-template .grid-row.shares--main-container .column-30{margin-bottom:0}}.adp-template .grid-row.shares--main-container .column-70 .related-tags{padding:0}@media screen and (max-width: 1024px){.adp-template .grid-row.shares--main-container .aem-Grid>.aem-GridColumn{margin-bottom:0}}@media screen and (max-width: 767px){.adp-template .grid-row.adp-temp--main-container{padding:12px 16px 0}}.adp-template .adp-tmp-hide{display:none!important}.adp-template .column-30{margin-bottom:24px}@media screen and (min-width: 1025px){.adp-template .grid-row{flex-wrap:nowrap;padding:24px;gap:48px;margin-bottom:0}.adp-template .grid-row.shares--main-container{gap:0}.adp-template .grid-row.shares--main-container .column-70{width:calc(66.74% - 48px);margin-left:48px}.adp-template .grid-row.ipo--main-row{padding:0}.adp-template .column-20{width:20%}.adp-template .column-20.stocks--main-container{width:16.5%;margin-bottom:0}.adp-template .column-30{width:33.26%;margin-bottom:0}.adp-template .column-33{width:33.3333%}.adp-template .column-40{width:40%}.adp-template .column-50{width:50%}.adp-template .column-60{width:60%}.adp-template .column-70{width:66.74%}.adp-template .column-80{width:80%}.adp-template .column-80.stocks--main-container{width:83.5%;margin-bottom:0;border-left:3px solid rgba(0,0,0,.08)}.adp-template .column-100{width:100%}.adp-template .column-100.stocks--comp-container{width:100%;padding:16px}}@media screen and (width: 1440px){.adp-template .grid-row.shares--main-container .column-20{width:243px}.adp-template .grid-row.shares--main-container .column-30{width:447px}.adp-template .grid-row.shares--main-container .column-70{width:897px}.adp-template .grid-row.shares--main-container .column-80{width:1190px}}.adp-template .loans-page-template.loans-row{border-radius:8px;background:#fff;padding:12px}@media screen and (min-width: 375px){.adp-template .loans-page-template.loans-row.column-30{min-width:343px}}@media screen and (max-width: 374px){.adp-template .loans-page-template.loans-row.column-30{max-width:343px}}@media screen and (min-width: 1025px){.adp-template .loans-page-template.loans-row.column-30{margin-bottom:27px;width:480px;min-height:188px;flex:unset}}.adp-template .loans-page-template.loans-row.column-30.hide-mobile .key-features-wrapper__video{padding-right:0}.adp-template .loans-page-template.loans-row.column-30.hide-mobile .key-features-wrapper__video__text{white-space:nowrap;font-size:12px}.adp-template .loans-page-template.loans-row.column-70{padding:0}@media screen and (max-width: 767px){.adp-template .loans-page-template.loans-row.column-70{width:100%}}@media screen and (min-width: 1025px){.adp-template .loans-page-template.loans-row.column-70{background:none;margin-bottom:27px;max-width:696px;flex:unset}}.adp-template .gl-spdp-template .aem-Grid>.aem-GridColumn:not(:last-of-type){margin-bottom:0}.general-grid-clp-container{background-color:#e5eaf7}@media screen and (max-width: 767px){.general-grid-clp-container{background-color:#fff}}@media screen and (min-width: 768px) and (max-width: 1392px){.general-grid-clp-container{padding-left:18px;padding-right:24px}}.general-grid-clp-container .column-100{max-width:1392px;margin:0 auto;background:#fff}@media screen and (max-width: 767px){.general-grid-clp-container .column-100{width:100%}}.general-grid-clp-container .column-100 .ipoTitleDescription .ipo-title-with-description{max-width:100%}.general-grid-clp-container .column-100 .stripbanner .strip-banner{padding:0}.general-grid-clp-container .column-100 .disclaimer section.extra-spacing{padding:12px 16px}@media screen and (min-width: 1025px){.custom-scroll::-webkit-scrollbar{width:3px;height:3px}.custom-scroll::-webkit-scrollbar-track{background:#203c57}.custom-scroll::-webkit-scrollbar-thumb{background:#666}.custom-scroll::-webkit-scrollbar-thumb:hover{background:#4d4d4d}}.general-grid-fw .fw-video-grid{padding:16px 24px;border-bottom:1px solid #cccccc}@media screen and (max-width: 767px){.general-grid-fw .fw-video-grid{padding:12px 16px}}.loans-clp-carousal{background:linear-gradient(179.79deg,#053b73 .18%,#054587 35.05%,#2263a6 59.47%,#6f9dd0 85.37%,#c6e0ff 99.82%);justify-content:center;display:grid;margin:0 auto}@media screen and (max-width: 767px){.loans-clp-carousal{padding:16px;justify-content:normal}}.loans-clp-carousal .loans-heading{margin-left:30px}@media screen and (max-width: 767px){.loans-clp-carousal .loans-heading{padding:7px}}.loans-clp-carousal .grid-row{gap:24px}@media screen and (max-width: 767px){.loans-clp-carousal .grid-row{gap:0}}@media screen and (max-width: 767px){.loans-clp-carousal .grid-row .loan-page{display:flex;flex:1}}.loans-clp-carousal .rich-text-wrapper{width:1200px;margin:33px 0 0 26px}@media screen and (max-width: 767px){.loans-clp-carousal .rich-text-wrapper{width:auto;margin:0 0 0 10px}}body.cdLoan.separator-component.hide-cmp{height:auto;opacity:1;z-index:1}body.cdLoan.web-view-mode .cdloader-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed}@media screen and (min-width: 1025px){body.cdLoan{padding-top:127px}}body.cdLoan .cdloader-wrapper{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100vw;height:100vh;background-color:#fff;padding:20px 0;position:fixed;z-index:1004;top:0;left:0}body.cdLoan .cdloader-wrapper .cdloader-wrapper__loading{width:80px;aspect-ratio:1;border-radius:50%;background:radial-gradient(farthest-side,#ff6802 94%,#0000) top/0px 0px no-repeat,conic-gradient(#0000,#ff6802);-webkit-mask:radial-gradient(farthest-side,rgba(0,0,0,0) calc(100% - 6px),#000 0);mask:radial-gradient(farthest-side,rgba(0,0,0,0) calc(100% - 6px),#000 0);animation:l13 1s infinite linear}.clp-loans-container section{max-width:1200px;margin:8px auto}.clp-loans-container section.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper{width:100%!important}@media screen and (max-width: 767px){.clp-loans-container section{justify-content:normal;padding:16px;margin:0 auto}}.clp-loans-container section.reels-container{padding:0}@media screen and (max-width: 767px){.clp-loans-container section.reels-container{padding:16px}}@media screen and (max-width: 767px){.clp-loans-container .hide-desktop{margin-bottom:0}}@media screen and (max-width: 767px){.clp-loans-container .separator-component .cmp-separator{margin:auto 0}}.clp-loans-container .grid-column .key-features-wrapper__video__text{white-space:nowrap;font-size:12px}.video-wall-template{background:#1a1a1a}.video-wall-template.body-videowall{margin:0;padding:127px 0 0}.video-wall-template .video-wall-grid-row{display:flex;padding:24px;flex-wrap:nowrap;margin-bottom:0;gap:24px;justify-content:center}@media screen and (max-width: 767px){.video-wall-template .video-wall-grid-row{display:block;padding:0}}.video-wall-template .video-wall-row-1{padding:2px}.video-wall-template .video-wall-row-1.column-55{width:732px}@media screen and (max-width: 767px){.video-wall-template .video-wall-row-1.column-55{width:100%}}.video-wall-template .video-wall-row-1.column-45{width:636px}@media screen and (max-width: 767px){.video-wall-template .video-wall-row-1.column-45{max-width:400px;width:100%}}.video-wall-template .video-wall-plp-grid-row{display:flex;flex-wrap:nowrap;margin-bottom:0}@media screen and (max-width: 767px){.video-wall-template .video-wall-plp-grid-row{display:block;padding:0;min-height:100vh}}.video-wall-template .video-wall-plp-row-1.column-17{width:244px}@media screen and (max-width: 767px){.video-wall-template .video-wall-plp-row-1.column-17{width:100%}}.video-wall-template .video-wall-reel-pdp-grid-row{display:flex;flex-wrap:nowrap;margin-bottom:0;height:75vh}@media screen and (max-width: 767px){.video-wall-template .video-wall-reel-pdp-grid-row{display:block;padding:0;min-height:100vh}}.video-wall-template .video-wall-reel-pdp-row-1{min-height:570px}@media screen and (max-width: 767px){.video-wall-template .video-wall-reel-pdp-row-1{min-height:430px}}.video-wall-template .video-wall-clp-grid-row{display:flex;flex-wrap:nowrap;justify-content:center;margin-bottom:0}@media screen and (max-width: 767px){.video-wall-template .video-wall-clp-grid-row{display:block}}.video-wall-template .video-wall-clp-row-1.column-1{width:244px;border-right:2px solid rgba(255,255,255,.25)}@media screen and (max-width: 767px){.video-wall-template .video-wall-clp-row-1.column-1{width:100%}}.video-wall-template .video-wall-clp-row-2.column-2{width:86%;border-right:2px solid rgba(255,255,255,.25)}@media screen and (max-width: 767px){.video-wall-template .video-wall-clp-row-2.column-2{width:100%}}.video-wall-template .video-wall-clp-row-2.column-2 .listingtilesloanoffers .listing-tiles-loan-offers{padding:16px 24px}.video-wall-template .video-wall-clp-row-2.column-2 .listingtilesloanoffers .listing-tiles-loan-offers h2,.video-wall-template .video-wall-clp-row-2.column-2 .listingtilesloanoffers .listing-tiles-loan-offers .subscription-card-carousel__card__details-title,.video-wall-template .video-wall-clp-row-2.column-2 .listingtilesloanoffers .listing-tiles-loan-offers .subscription-card-carousel__card__header__plan-title{color:#fff}@media screen and (max-width: 767px){.video-wall-template .video-wall-clp-row-2.column-2 .listingtilesloanoffers .listing-tiles-loan-offers{padding:12px}}.video-wall-template .video-wall-clp-row-2.column-2 .listingtilesloanoffers .listing-tiles-loan-offers__items p{color:#fff}@media screen and (max-width: 767px){.video-wall-template .video-wall-clp-row-2.column-2 .adpseparator.separator{width:94.5%}}.video-wall-template .video-wall-clp-row-2.column-2 .adpseparator.separator .separator-component .cmp-separator{height:4px!important;background-color:#393b3c}.video-wall-breadcrumb{padding:12px 60px 0 24px;gap:12px;opacity:0px}.gl-spdp-template .general-grid-spdp{border-bottom:2px solid #e5eaf7}.gl-spdp-template .gl-spdp-wrapper .title-with-description-wrapper.border-bottom{border-bottom:2px solid #e5eaf7;padding:12px 24px}.gl-spdp-template .gl-spdp-wrapper .city-popup-modal .modal__content .table-container,.gl-spdp-template .gl-spdp-wrapper .city-popup-modal .modal__content .banner-image-container img,.gl-spdp-template .gl-spdp-wrapper .city-popup-modal .modal__content .city-popup-modal__search-box__input-container{margin-top:0}@media screen and (min-width: 1025px){.gl-spdp-template .gl-spdp-wrapper section{padding:12px 24px;border-bottom:2px solid #e5eaf7}.gl-spdp-template .gl-spdp-wrapper .goldloancalculator{border-bottom:2px solid #e5eaf7;padding:12px 0}.gl-spdp-template .gl-spdp-wrapper .calc-component-to-focus{width:336px;margin-left:24px}.gl-spdp-template .gl-spdp-wrapper .calc-component-to-focus .gl-wrapper{padding:0}.gl-spdp-template .gl-spdp-wrapper .city-scrollable-table__heading.fs-18{font-size:20px;padding-bottom:0}}@media screen and (min-width: 1025px) and (max-width: 767px){.gl-spdp-template .gl-spdp-wrapper .city-scrollable-table__heading.fs-18{font-size:18px}}@media screen and (min-width: 1025px){.gl-spdp-template .gl-spdp-wrapper .disclaimer-info{padding:12px 24px}}@media screen and (max-width: 767px){.gl-spdp-template .gl-spdp-wrapper section{padding:12px 16px;border-bottom:2px solid #e5eaf7}}@media screen and (min-width: 1025px){.gl-spdp-template .gl-spdp-wrapper .gold-rate-graph{gap:0}.gl-spdp-template .gl-spdp-wrapper .gold-rate-graph .fs-16{font-size:20px}.gl-spdp-template .gl-spdp-wrapper .gold-rate-graph__header-legend__item{white-space:nowrap}.gl-spdp-template .gl-spdp-wrapper .gold-rate-graph .graph-wrapper{width:50%}.gl-spdp-template .gl-spdp-wrapper .gold-rate-graph .graph-wrapper .info-accordion-wrapper__box__row{bottom:13px;left:100%}.gl-spdp-template .gl-spdp-wrapper .gold-rate-graph__last-updated{position:absolute;margin-top:15px}.gl-spdp-template .gl-spdp-wrapper .gold-rate-graph__container{margin-top:33px;margin-bottom:13px}}@media screen and (max-width: 767px){.gl-spdp-template .gl-spdp-wrapper .gold-rate-graph{gap:0}.gl-spdp-template .gl-spdp-wrapper .gold-rate-graph .fs-16{font-size:18px}.gl-spdp-template .gl-spdp-wrapper .gold-rate-graph__header-legend__item__title{font-size:12px}.gl-spdp-template .gl-spdp-wrapper .gold-rate-graph .graph-wrapper .info-accordion-wrapper__box__row{bottom:11px}.gl-spdp-template .gl-spdp-wrapper .gold-rate-graph .graph-wrapper .info-accordion-wrapper__box__row:after{height:16px}}.gl-spdp-template .gl-spdp-wrapper .strip-banner-wrapper{border-bottom:2px solid #e5eaf7;padding:12px 24px}@media screen and (max-width: 767px){.gl-spdp-template .gl-spdp-wrapper .strip-banner-wrapper{padding:16px}}.gl-spdp-template .gl-spdp-wrapper .city-popup-modal__body{height:80vh}.gl-spdp-template .gl-spdp-wrapper .city-scroll-info-accordian .common-table table{border-collapse:separate;box-shadow:none;border-radius:2px}.gl-spdp-template .gl-spdp-wrapper .calc-component-to-focus .gl-wrapper .p-12 .gl-relations{padding:0;border-bottom:none}@media screen and (max-width: 767px){.gl-spdp-template .gl-spdp-wrapper .gl-spdp-wrapper .gold-rate-graph{gap:0}.gl-spdp-template .gl-spdp-wrapper .gl-spdp-wrapper .gold-rate-graph .fs-16{font-size:18px}.gl-spdp-template .gl-spdp-wrapper .gl-spdp-wrapper .gold-rate-graph__header-legend__item__title{font-size:12px}.gl-spdp-template .gl-spdp-wrapper .gl-spdp-wrapper .gold-rate-graph .graph-wrapper .info-accordion-wrapper__box__row{bottom:11px}.gl-spdp-template .gl-spdp-wrapper .gl-spdp-wrapper .gold-rate-graph .graph-wrapper .info-accordion-wrapper__box__row:after{height:16px}}.gl-spdp-template .gl-spdp-wrapper .gl-spdp-wrapper .strip-banner-wrapper{border-bottom:2px solid #e5eaf7;padding:12px 24px}@media screen and (max-width: 767px){.gl-spdp-template .gl-spdp-wrapper .calc-component-to-focus .gl-wrapper{padding:5px}.gl-spdp-template .gl-spdp-wrapper .calc-component-to-focus .gl-wrapper .gold-loan-calc{padding:0}}@media screen and (max-width: 767px){.lab-esop-h1 .h1-component-container .h1-component{padding:12px 16px}}h1,h2,.subscription-card-carousel__card__details-title,.subscription-card-carousel__card__header__plan-title,h3,h4,.ipo-scrip-shareholder-pattern__table thead tr th,.ipo-registrar__table tbody tr td:first-child,h5,h6{font-family:Rubik-Medium,Mukta-Medium,BalooThambi2-Medium,sans-serif;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h2,.subscription-card-carousel__card__details-title,.subscription-card-carousel__card__header__plan-title{margin-top:0;margin-bottom:0;font-size:18px;line-height:normal}@media screen and (min-width: 1025px){h2,.subscription-card-carousel__card__details-title,.subscription-card-carousel__card__header__plan-title{font-size:20px}}body.fpr-template{padding-top:60px}body.fpr-template.web-view-mode header.header{display:none}body.fpr-template.web-view-mode footer.xaop-footer,body.fpr-template.web-view-mode div.footer.xaop-footer{display:none}body.fpr-template .cmp-container{position:relative}body{touch-action:manipulation;-webkit-tap-highlight-color:transparent}body .fpr-error,body .fpr-dashboard{min-height:calc(100vh - 60px)}@media screen and (max-width: 767px){body .fpr-clp{padding-bottom:209px}}@media screen and (max-width: 767px){body .fpr-report-preview{padding-bottom:70px}}@media screen and (max-width: 767px){body .fpr-long-form{padding-bottom:60px}}body.dark-mode{background-color:#131519;min-height:calc(100vh - 60px)}body.dark-mode .general-grid{border-top:0}body.dark-mode .general-grid section{border-bottom:2px solid #3f4144}@media screen and (min-width: 1025px){body.fpr-template{padding-top:64px}}section.xaop-main-content{background-color:#fff}section.fpr-main-content{background-color:#fff}section.fpr-main-content .fpr-clp .general-grid-fpr .componentseo:not(:last-child):after,section.fpr-main-content .fpr-clp .general-grid-fpr .componentseo.cibilscoremeter:after,section.fpr-main-content .fpr-clp .general-grid-fpr .componentseo.bannerizationcarouselwithtext:after,section.fpr-main-content .fpr-clp .general-grid-fpr .componentseo.creditInsights:after,section.fpr-main-content .fpr-clp .general-grid-fpr .componentseo.tracker:after,section.fpr-main-content .fpr-long-form .general-grid-fpr .componentseo:not(:last-child):after,section.fpr-main-content .fpr-long-form .general-grid-fpr .componentseo.cibilscoremeter:after,section.fpr-main-content .fpr-long-form .general-grid-fpr .componentseo.bannerizationcarouselwithtext:after,section.fpr-main-content .fpr-long-form .general-grid-fpr .componentseo.creditInsights:after,section.fpr-main-content .fpr-long-form .general-grid-fpr .componentseo.tracker:after,section.fpr-main-content .fpr-dashboard .general-grid-fpr .componentseo:not(:last-child):after,section.fpr-main-content .fpr-dashboard .general-grid-fpr .componentseo.cibilscoremeter:after,section.fpr-main-content .fpr-dashboard .general-grid-fpr .componentseo.bannerizationcarouselwithtext:after,section.fpr-main-content .fpr-dashboard .general-grid-fpr .componentseo.creditInsights:after,section.fpr-main-content .fpr-dashboard .general-grid-fpr .componentseo.tracker:after,section.fpr-main-content .fpr-report-preview .general-grid-fpr .componentseo:not(:last-child):after,section.fpr-main-content .fpr-report-preview .general-grid-fpr .componentseo.cibilscoremeter:after,section.fpr-main-content .fpr-report-preview .general-grid-fpr .componentseo.bannerizationcarouselwithtext:after,section.fpr-main-content .fpr-report-preview .general-grid-fpr .componentseo.creditInsights:after,section.fpr-main-content .fpr-report-preview .general-grid-fpr .componentseo.tracker:after{content:"";display:block;position:absolute;left:0;max-width:1440px;width:100%;border-bottom:2px solid #e5eaf7}@media screen and (max-width: 767px){section.fpr-main-content .fpr-clp .grid-two .descriptionwithsteps,section.fpr-main-content .fpr-long-form .grid-two .descriptionwithsteps,section.fpr-main-content .fpr-dashboard .grid-two .descriptionwithsteps,section.fpr-main-content .fpr-report-preview .grid-two .descriptionwithsteps{border-bottom:1px solid #cccccc}}@media screen and (max-width: 767px){section.fpr-main-content .fpr-clp .grid-three .keyfeaturesdrawer,section.fpr-main-content .fpr-long-form .grid-three .keyfeaturesdrawer,section.fpr-main-content .fpr-dashboard .grid-three .keyfeaturesdrawer,section.fpr-main-content .fpr-report-preview .grid-three .keyfeaturesdrawer{border-bottom:1px solid #cccccc}}@media screen and (min-width: 1025px){section.fpr-main-content .fpr-clp .feesandchargesaccordion,section.fpr-main-content .fpr-long-form .feesandchargesaccordion,section.fpr-main-content .fpr-dashboard .feesandchargesaccordion,section.fpr-main-content .fpr-report-preview .feesandchargesaccordion{border-top:6px solid #cccccc}}@media screen and (min-width: 1025px){section.fpr-main-content .fpr-long-form .componentseo:first-child:after,section.fpr-main-content .fpr-long-form .componentseo:not(:last-child):after,section.fpr-main-content .fpr-long-form .componentseo.previewfeatures:after,section.fpr-main-content .fpr-report-preview .componentseo:first-child:after,section.fpr-main-content .fpr-report-preview .componentseo:not(:last-child):after,section.fpr-main-content .fpr-report-preview .componentseo.previewfeatures:after,section.fpr-main-content .fpr-dashboard .componentseo:first-child:after,section.fpr-main-content .fpr-dashboard .componentseo:not(:last-child):after,section.fpr-main-content .fpr-dashboard .componentseo.previewfeatures:after,section.fpr-main-content .fpr-report-preview-no-score .componentseo:first-child:after,section.fpr-main-content .fpr-report-preview-no-score .componentseo:not(:last-child):after,section.fpr-main-content .fpr-report-preview-no-score .componentseo.previewfeatures:after,section.fpr-main-content .fpr-payments .componentseo:first-child:after,section.fpr-main-content .fpr-payments .componentseo:not(:last-child):after,section.fpr-main-content .fpr-payments .componentseo.previewfeatures:after{content:"";display:block;position:absolute;left:0;max-width:1440px;width:100%;border-bottom:2px solid #e5eaf7}}section.fpr-main-content .fpr-report-preview .general-grid-fpr .cibilscoremeter.componentseo:after,section.fpr-main-content .fpr-report-preview .general-grid-fpr .faq.componentseo:after,section.fpr-main-content .fpr-report-preview .general-grid-fpr .cprherobanner.componentseo:after,section.fpr-main-content .fpr-report-preview .general-grid-fpr .featurespanel.componentseo:after,section.fpr-main-content .fpr-report-preview .general-grid-fpr .paymentsecuritybadge.componentseo:after,section.fpr-main-content .fpr-payments .general-grid-fpr .cibilscoremeter.componentseo:after,section.fpr-main-content .fpr-payments .general-grid-fpr .faq.componentseo:after,section.fpr-main-content .fpr-payments .general-grid-fpr .cprherobanner.componentseo:after,section.fpr-main-content .fpr-payments .general-grid-fpr .featurespanel.componentseo:after,section.fpr-main-content .fpr-payments .general-grid-fpr .paymentsecuritybadge.componentseo:after{border-bottom:none}.hp-grid-one section{padding:12px 16px;background-color:#fff}.hp-grid-two{padding:0 24px}@media screen and (max-width: 767px){.hp-grid-two{padding:0}}.hp-grid-two section{padding:12px 16px;border-top:4px solid #f2f4fb;background-color:#fff}body.hp-layer1-theme .hp-grid-one section,body.hp-layer1-theme .hp-grid-two section{padding:12px;margin:4px 4px 0;border-top:none}@media screen and (min-width: 1025px){body.hp-layer1-theme .hp-grid-one section{margin:4px 4px 0}}@media screen and (min-width: 1025px){body.hp-layer1-theme .hp-grid-two section{margin:4px 0 0}}body.hp-layer1-theme .hp-grid-two div:has(>section[data-cmp]):last-of-type section,body.hp-layer1-theme .hp-grid-two div:has(>div[data-cmp]):last-of-type section{margin-bottom:4px}body.hp-layer1-theme.layer-1-solid .hp-grid-one,body.hp-layer1-theme.layer-1-solid .hp-grid-two{background-color:var(--hp-layer1-gradient-1)}body.hp-layer1-theme.layer-1-gradient .hp-grid-one,body.hp-layer1-theme.layer-1-gradient .hp-grid-two{background:linear-gradient(var(--hp-layer1-gradient-direction),var(--hp-layer1-gradient-1),var(--hp-layer1-gradient-2),var(--hp-layer1-gradient-3),var(--hp-layer1-gradient-4))}body.hp-layer2-theme .hp-grid-one div:has(>section[data-cmp]),body.hp-layer2-theme .hp-grid-one .solid-component-layer-2-theme,body.hp-layer2-theme .hp-grid-two div:has(>section[data-cmp]),body.hp-layer2-theme .hp-grid-two .solid-component-layer-2-theme,body.hp-layer2-theme.hp-layer1-theme .hp-grid-one div:has(>section[data-cmp]),body.hp-layer2-theme.hp-layer1-theme .hp-grid-one .solid-component-layer-2-theme,body.hp-layer2-theme.hp-layer1-theme .hp-grid-two div:has(>section[data-cmp]),body.hp-layer2-theme.hp-layer1-theme .hp-grid-two .solid-component-layer-2-theme{margin-top:4px;padding:4px 0;position:relative}body.hp-layer2-theme .hp-grid-one div:has(>section[data-cmp]) img[class*=-l2-image],body.hp-layer2-theme .hp-grid-one .solid-component-layer-2-theme img[class*=-l2-image],body.hp-layer2-theme .hp-grid-two div:has(>section[data-cmp]) img[class*=-l2-image],body.hp-layer2-theme .hp-grid-two .solid-component-layer-2-theme img[class*=-l2-image],body.hp-layer2-theme.hp-layer1-theme .hp-grid-one div:has(>section[data-cmp]) img[class*=-l2-image],body.hp-layer2-theme.hp-layer1-theme .hp-grid-one .solid-component-layer-2-theme img[class*=-l2-image],body.hp-layer2-theme.hp-layer1-theme .hp-grid-two div:has(>section[data-cmp]) img[class*=-l2-image],body.hp-layer2-theme.hp-layer1-theme .hp-grid-two .solid-component-layer-2-theme img[class*=-l2-image]{position:absolute;top:0;left:0;width:100%;height:100%}body.hp-layer2-theme .hp-grid-one section,body.hp-layer2-theme .hp-grid-two section,body.hp-layer2-theme.hp-layer1-theme .hp-grid-one section,body.hp-layer2-theme.hp-layer1-theme .hp-grid-two section{padding:12px;margin:0 4px;border-top:none;position:relative}@media screen and (max-width: 767px){body.hp-layer2-theme .hp-grid-one div:has(section[data-cmp]):first-of-type,body.hp-layer2-theme.hp-layer1-theme .hp-grid-one div:has(section[data-cmp]):first-of-type{margin-top:0}}body.hp-layer2-theme .hp-grid-two div:has(>section[data-cmp]):last-of-type,body.hp-layer2-theme.hp-layer1-theme .hp-grid-two div:has(>section[data-cmp]):last-of-type{margin-bottom:4px}body.hp-layer2-theme .hp-grid-two div:has(>section[data-cmp]):last-of-type section,body.hp-layer2-theme.hp-layer1-theme .hp-grid-two div:has(>section[data-cmp]):last-of-type section{margin-bottom:0}.general-grid{border-top:1px solid #cccccc}.general-grid.stocks-comp--container{border-top:3px solid #e5eaf7}.general-grid.stocks-comp--container section{padding:12px 24px;border-bottom:3px solid #e5eaf7}.general-grid.stocks-comp--container section.bannerization-banner-carousel-wrapper{padding:0}.general-grid.stocks-comp--container section.faq-component{padding:16px}.general-grid.stocks-comp--container section.video-container-xaop,.general-grid.stocks-comp--container section.breadcrumb-xaop,.general-grid.stocks-comp--container section.related-links,.general-grid.stocks-comp--container section.media-with-text{padding:12px,16px}@media screen and (max-width: 767px){.general-grid.stocks-comp--container section{padding:12px 16px}}.general-grid.ipo--main-container{border-top:0}.general-grid.ipo--main-container section{border:none}.general-grid.ipo--detail-container{border-top:0}@media screen and (min-width: 1025px){.general-grid.ipo--detail-container section.ipo-list{padding:0}}.general-grid.ipo--detail-container section{border:none}.general-grid section{padding:12px 24px;border-bottom:1px solid #cccccc}@media screen and (max-width: 767px){.general-grid section{padding:12px 16px}}.general-grid section.live-commerce-banner{border:none}.general-grid-clp{border-top:1px solid #cccccc}.general-grid-clp section{border-bottom:1px solid #cccccc;padding:12px 16px}.general-grid-clp section.faq-component{padding:12px 16px}.general-grid-clp section.sign-in-with-description{padding:12px 16px}@media screen and (max-width: 767px){.general-grid-clp section.sign-in-with-description{padding:8px 16px}}.general-grid-clp section.tickerEnable .stock-ticker{margin-left:-16px;width:calc(100% + 32px);border-bottom:none}.general-grid-clp section.tickerEnable .view-all{display:none}.general-grid-clp section[section=referbanner]{padding:12px 77px}@media screen and (max-width: 767px){.general-grid-clp section[section=referbanner]{padding:12px 16px}}.general-grid-fpr section{padding:12px 42px}@media screen and (max-width: 767px){.general-grid-fpr section{padding:12px 16px}}@media screen and (min-width: 1025px){.grid-one{padding:12px 0 12px 24px}.grid-one section{padding-right:0}}@media screen and (min-width: 1025px){.grid-two{padding:12px 16px}}@media screen and (min-width: 1025px){.grid-three{padding:12px 24px 12px 0}.grid-three section{padding-left:0}}@media screen and (min-width: 1025px){.spdp-grid-one{padding:12px 16px 12px 24px}}@media screen and (min-width: 1025px){.mere-grid-one{padding:12px 0 12px 80px}}@media screen and (min-width: 1025px){.mere-grid-two{padding:12px 80px 12px 0}}@media screen and (min-width: 1025px){.grid-one-left{padding:12px 0 12px 24px}}.grid-two-right{padding:12px 16px 0}@media screen and (min-width: 1025px){.grid-two-right{padding:12px 24px}}.xaop-template-left-panel{padding:0 16px}@media screen and (min-width: 1025px){.xaop-template-left-panel{padding:12px 24px}}.clp-grid{border-left:1px solid #cccccc}.clp-grid section{border-top:1px solid #cccccc;padding:16px}@media screen and (max-width: 767px){.clp-grid section{padding:12px 16px}}.qr-grid-one section{padding:12px 16px}.qr-template{padding-top:56px}@media screen and (min-width: 1025px){.clp-plp-grid-one{padding-left:24px}}.clp-plp-grid-one>div{background-color:#fff;border-top:4px solid #f2f4fb;min-height:26.73vw}@media screen and (min-width: 1025px){.clp-plp-grid-two{padding-right:24px}}.clp-plp-grid-two>div{background-color:#fff;border-top:4px solid #f2f4fb;display:flex;flex-direction:column;gap:10px;padding:0 12px}@media screen and (min-width: 1025px){.clp-plp-grid-two>div{padding:36px 16px 0;min-height:26.73vw}}.clp-plp-grid-three{padding:0 24px;margin-top:4px}.clp-plp-grid-three section{border:none;padding:12px 24px}@media screen and (max-width: 767px){.clp-plp-grid-three{padding:0;margin-top:2px}.clp-plp-grid-three section{border:1px 0 solid #cccccc;padding:12px 16px}}.red-bus-template{background-color:#fff}@media screen and (min-width: 1025px){.red-bus-template{padding:0 140px}}@media screen and (max-width: 1360px){.red-bus-template{padding:0}}.grid-four section{padding:0 16px}body.cmlp-template{padding:48px 0 0}@media screen and (min-width: 1025px){body.cmlp-template{padding:87px 0 0}}@media screen and (max-width: 767px){body.cmlp-template .secondary-navigation{top:48px}}body.cmlp-template.campaign-header-balic{padding:61px 0 0}@media screen and (min-width: 1025px){body.cmlp-template.campaign-header-balic{padding:69px 0 0}}.xaop-home-page-theme .hp-grid-one section,.xaop-home-page-theme .hp-grid-two section{background:linear-gradient(var(--hp-bg-gradient-direction),var(--hp-bg-gradient-1),var(--hp-bg-gradient-2),var(--hp-bg-gradient-3),var(--hp-bg-gradient-4))}body.microsites-main-content{padding-top:68px}@media screen and (max-width: 767px){body.microsites-main-content{padding-top:58px}}body.microsites-main-content .microsites-grid-one section{background-color:#fff}body.microsites-main-content .microsites-grid-two{padding:0}@media screen and (min-width: 1025px){body.microsites-main-content .microsites-grid-two{padding:0 80px}}body.microsites-main-content .microsites-grid-two section{padding:12px 16px;background-color:#fff;border-top:4px solid #f2f4fb}body.ipo-template{background-color:#fff}body.ipo-template .main-content{padding:12px 16px}@media screen and (min-width: 1025px){body.ipo-template .main-content{padding:24px}}body.ipo-template .responsivegrid-one{margin-bottom:24px}@media screen and (min-width: 1025px){body.ipo-template .responsivegrid-one{position:sticky;top:165px;margin-bottom:0}}@media screen and (min-width: 1025px){body.ipo-template .responsivegrid-two{padding-left:48px}}body.ipo-template .responsivegrid-two section{margin-bottom:24px}body.ipo-template .responsivegrid-two>div:first-child>div:last-of-type>section:first-of-type{margin-bottom:0}body.emi-pdp-main-content .xaop-main-content{background-color:#fff}@media screen and (min-width: 1025px){body.emi-pdp-main-content .xaop-main-content{margin:12px 22px}}body.emi-pdp-main-content .emi-pdp-grid-one,body.emi-pdp-main-content .emi-pdp-grid-two,body.emi-pdp-main-content .emi-pdp-grid-three,body.emi-pdp-main-content .emi-pdp-grid-four{padding:12px 24px;border-top:12px solid #f2f4fb}body.emi-pdp-main-content .emi-pdp-grid-one{border-top:none}body.emi-pdp-main-content .emi-pdp-grid-three{padding:12px 24px}@media screen and (max-width: 767px){body.emi-pdp-main-content .emi-pdp-grid-three{padding:0}}body.emi-pdp-main-content .emi-pdp-grid-four{padding:12px 0 0}body.emi-pdp-main-content .emi-pdp-grid-four section{border-bottom:12px solid #f2f4fb}body.xaop-template .product-category-sec{position:sticky;left:0;z-index:1001}body.xaop-template .product-category-sec.top-87{top:87px}body.xaop-template .product-category-sec.top-127{top:127px}body.xaop-template.web-view-mode.app-header-enabled .product-category-sec.top-87,body.xaop-template.web-view-mode.app-header-enabled .product-category-sec.top-127{top:64px}body.xaop-adp-cf360-template2 .main-content .responsivegrid.general-grid{margin-bottom:0}body.xaop-adp-cf360-template2 .main-content .responsivegrid-one{padding:12px 16px 0}@media screen and (min-width: 1025px){body.xaop-adp-cf360-template2 .main-content .responsivegrid-one{padding:24px}}body.cf360-spdp-template .grid-one{padding:0;margin:0;border-bottom:2px solid #e5eaf7}body.cf360-spdp-template .grid-two{padding:0}body.cf360-spdp-template .grid-two section{padding:12px 16px;border-bottom:2px solid #e5eaf7}@media screen and (min-width: 1025px){body.cf360-spdp-template .grid-two section{padding:12px 24px}}@font-face{font-family:icomoon;src:url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/icomoon-QlgZ7x1t.woff) format("woff"),url(../../../etc.clientlibs/bajajfinserv-frontend/clientlibs/clientlib-solid-assets/resources/icomoon-2Y0q9H9C.ttf) format("truetype");font-style:normal;font-weight:400;font-display:block}[class^=bf-icon-]{font-family:icomoon,sans-serif;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.bf-icon-link:before{content:""}.bf-icon-email-fill:before{content:""}.bf-icon-card-fill:before{content:""}.bf-icon-heart:before{content:""}.bf-icon-shield:before{content:""}.bf-icon-share-fill:before{content:""}.bf-icon-heart-fill:before{content:""}.bf-icon-info:before{content:""}.bf-icon-search:before{content:""}.bf-icon-down-arrow:before{content:""}.bf-icon-up-arrow:before{content:""}.bf-icon-right-arrow:before{content:""}.bf-icon-left-arrow:before{content:""}.bf-icon-tick:before{content:""}.bf-icon-close:before{content:""}.bf-icon-facebook-fill:before{content:""}.bf-icon-linkedin-fill:before{content:""}.bf-icon-envelope:before{content:""}.bf-icon-calendar:before{content:""}.bf-icon-youtube-fill:before{content:""}.bf-icon-android-fill:before{content:""}.bf-icon-apple-fill:before{content:""}.bf-icon-download:before{content:""}.bf-icon-plus:before{content:""}.bf-icon-filter:before{content:""}.bf-icon-sort:before{content:""}.bf-icon-refresh:before{content:""}.bf-icon-location-pin-fill:before{content:""}.bf-icon-whatsapp:before{content:""}.bf-icon-star-fill:before{content:""}.bf-icon-cart:before{content:""}.bf-icon-notification:before{content:""}.bf-icon-user:before{content:""}.bf-icon-lang:before{content:""}.bf-icon-grid:before{content:""}.bf-icon-hamburger:before{content:""}.bf-icon-location-pin-outline:before{content:""}.bf-icon-delete:before{content:""}.bf-icon-vertical-dots:before{content:""}.bf-icon-question-circle:before{content:""}.bf-icon-offers-fill:before{content:""}.bf-icon-user-fill:before{content:""}.bf-icon-arrow:before{content:""}.bf-icon-list-icon:before{content:""}.bf-icon-tick-mark-fill:before{content:""}.bf-icon-close-fill:before{content:""}.bf-icon-play-icon:before{content:""}.bf-icon-alert-warning:before{content:""}.bf-icon-info-fill:before{content:""}.bf-icon-offers:before{content:""}.bf-icon-wifi:before{content:""}.bf-icon-up-arrow-long:before{content:""}.bf-icon-account-fill:before{content:""}.bf-icon-account:before{content:""}.bf-icon-emi-card:before{content:""}.bf-icon-home-fill:before{content:""}.bf-icon-home:before{content:""}.bf-icon-menu:before{content:""}.bf-icon-more-fill:before{content:""}.bf-icon-more:before{content:""}.bf-icon-alert:before{content:""}.bf-icon-shopping-cart:before{content:""}.bf-icon-rewards:before{content:""}.bf-icon-star:before{content:""}.bf-icon-call:before{content:""}.bf-icon-ticks:before{content:""}.bf-icon-blockwarning:before{content:""}.bf-icon-benifit:before{content:""}.bf-icon-logout:before{content:""}.bf-icon-continue:before{content:""}.bf-icon-eye:before{content:""}.bf-icon-font-size:before{content:""}.bf-icon-polygon:before{content:""}.bf-icon-play-btn:before{content:""}.bf-icon-recent-search:before{content:""}.bf-icon-arrow-up-left2:before{content:""}.bf-icon-right-arrow-fill:before{content:""}.bf-icon-thumbs-up:before{content:""}.bf-icon-thumbs-up-fill:before{content:""}.bf-icon-thumbs-down:before{content:""}.bf-icon-thumbs-down-fill:before{content:""}.bf-icon-rectangle:before{content:""}.bf-icon-eye1:before{content:""}.bf-icon-star-empty:before{content:""}.bf-icon-star-half:before{content:""}.bf-icon-star-full:before{content:""}.bf-icon-checkbox:before{content:""}.bf-icon-cross:before{content:""}.bf-icon-repayment:before{content:""}.bf-icon-pitch-idea:before{content:""}.bf-icon-credit-card:before{content:""}.bf-icon-dashboard:before{content:""}.bf-icon-shuriken-star:before{content:""}.bf-icon-electricity-bulb:before{content:""}.bf-icon-copy:before{content:""}.bf-icon-qr-icon:before{content:""}.bf-icon-prime:before{content:""}.bf-icon-question-mark:before{content:""}.bf-icon-lightbulb:before{content:""}.bf-icon-tick-white:before{content:""}.bf-icon-star-value:before{content:""}.bf-icon-mic:before{content:""}.bf-icon-left-arrow-long:before{content:""}.bf-icon-clock-time:before{content:""}.bf-icon-bullet-arrow:before{content:""}.bf-icon-upstock-growth-vector:before{content:""}.bf-icon-downstock-growth-vector:before{content:""}.bf-icon-white-disc:before{content:""}.bf-icon-error:before{content:""}.bf-icon-clock:before{content:""}.bf-icon-twitter-fill:before{content:""}.bf-icon-vernac-language:before{content:""}.bf-icon-pencil-edit:before{content:""}.bf-icon-bookmark:before{content:""}.bf-icon-clp-strip:before{content:""}.bf-icon-pay-emi:before{content:""}.bf-icon-pay-emi-fill:before{content:""}.bf-icon-list-sorting:before{content:""}.bf-icon-new-cart:before{content:""}.bf-icon-lock:before{content:""}.bf-icon-direction-arrow:before{content:""}.bf-icon-dot-fill:before{content:"󩙊"}.bf-icon-phone:before{content:""}.bf-icon-chat-icon:before{content:"󩙋"}.fw-500,.navigation-with-tabs__tabs li.active,.secondary-navigation__container__list div span.active,.secondary-navigation__container__list div a.active,.fees-and-charges-xaop .accordion__body .tabs-wrapper .navigation-with-tabs__tabs li.active,.btn--secondary,.btn--primary{font-family:Rubik-Medium,Mukta-Medium,sans-serif;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.btn{display:inline-block;border-radius:20px;text-transform:uppercase;width:auto;padding:6px 25px;text-align:center;cursor:pointer;font-size:.75rem}@media screen and (min-width: 1025px){.btn{padding:10px 60px;font-size:.875rem}}.btn[disabled]{opacity:.4;pointer-events:none}.btn--primary{border:none;background-image:linear-gradient(to right,#ff6700 67%,#ff8900);color:#fff}.btn--primary:hover,.btn--primary:focus{background-image:linear-gradient(to right,#ff8900,#ff6700 67%)}.btn--animated{display:flex;align-items:center;white-space:nowrap}.btn--animated i{color:#fff;animation:animated-button 2s infinite}.btn--animated i:first-child{margin-left:5px}.btn--animated i:nth-child(2){animation-delay:.2s}.btn--animated i:nth-child(3){animation-delay:.4s}.btn--scroll-to-top{background-color:#fff2ea;padding:10px;outline:none;border:none;border-radius:0;box-shadow:none;border-left:1px solid #cccccc}@media screen and (min-width: 1025px){.btn--scroll-to-top{padding:24px}}.btn--border{box-shadow:none;padding:8px 12px;text-transform:none;line-height:17px;border:1px solid #ff6700;color:#ff6700;background-color:#fff}.btn--border:hover{color:#fff;background-image:linear-gradient(to right,#ff8900,#ff6700 67%)}.btn--primary-invert{border:1px solid #ff6700;background-color:#fff;color:#ff6700}.btn--secondary{outline:none;border:none;color:#ff6700;background:#feeadd}.btn--secondary:hover{background-image:linear-gradient(to right,#ff6700 67%,#ff8900);color:#feeadd}table{width:100%;border-collapse:collapse;border-radius:10px;border-style:hidden;box-shadow:0 0 0 1px #d3dae173}table thead tr,table tbody tr{border-bottom:1px solid #d3dae1}table thead tr th,table thead tr td,table tbody tr th,table tbody tr td{padding:12px;vertical-align:top;word-break:break-word;font-size:10px;border-right:1px solid #d3dae1}@media screen and (min-width: 1025px){table thead tr th,table thead tr td,table tbody tr th,table tbody tr td{padding:10px 20px;font-size:14px}}table thead tr th,table tbody tr th{text-align:left;color:#000}table thead tr td,table tbody tr td{color:#666;font-size:400}.sleek-scroll{scrollbar-width:thin;scrollbar-color:#d3dae1 transparent}.sleek-scroll::-webkit-scrollbar{width:5px}.sleek-scroll::-webkit-scrollbar-track{background:transparent}.sleek-scroll::-webkit-scrollbar-thumb{border-radius:10px;background-color:#d3dae1}.calculator__wrapper{display:flex;flex-direction:column-reverse}@media screen and (min-width: 1025px){.calculator__wrapper{flex-direction:row;justify-content:space-between}}.calculator__left{display:flex;flex-direction:column;row-gap:20px}@media screen and (min-width: 1025px){.calculator__left{width:47%}}@media screen and (max-width: 1024px){.calculator__left{padding:12px 15px 25px;border-radius:8px;background-color:#fff;position:relative}}@media screen and (min-width: 1025px){.calculator__right{width:50%}}@media screen and (max-width: 1024px){.calculator__right{margin-top:8px;position:relative;z-index:0}}.calculator__right__output-box{display:flex;color:#fff;background-color:#00152b;border-radius:8px;height:100%;overflow:hidden;padding:25px 15px 15px;position:relative}@media screen and (min-width: 1025px){.calculator__right__output-box{min-height:230px}}.calculator__right__output-box:before,.calculator__right__output-box:after{content:"";position:absolute;border-radius:100%;background-color:#002a53}.calculator__right__output-box:before{top:-24%;right:-20%;transform:rotate(190deg);width:90%;height:90%}.calculator__right__output-box:after{bottom:-30%;left:-26%;transform:rotate(190deg);width:55%;height:80%}.loan-emi-calculator{background-color:#fff}.loan-emi-calculator .calculator__title-box p{color:#1a1a1a}.loan-emi-calculator .calculator__title-box .video-play-button{display:flex;justify-content:space-between;background-color:#fff2ea;border-radius:4px;padding:4px;margin-bottom:12px}@media screen and (max-width: 767px){.loan-emi-calculator .calculator__title-box .video-play-button{width:100%;margin-bottom:4px}}@media screen and (min-width: 1025px){.loan-emi-calculator .calculator__title-box .video-play-button{padding:16px 16px 0}}.loan-emi-calculator .calculator__title-box .video-play-button__text{color:#ff6700}.loan-emi-calculator .calculator__title-box .subheading-cta{color:#ff6700;cursor:pointer;margin-left:4px}.loan-emi-calculator .calculator__title-box__tabs h3{cursor:pointer}.loan-emi-calculator .calculator__title-box__tabs h3.active{border-bottom:1px solid #ff6700;color:#ff6700}.loan-emi-calculator .calculator__left{padding:0}@media screen and (max-width: 767px){.loan-emi-calculator .calculator__left{border:1px solid #f2f2f2;border-radius:4px}}.loan-emi-calculator .calculator__left__range-slider-container{border-radius:5px}.loan-emi-calculator .calculator__left__range-slider-container .range-slider:nth-child(2n){background-color:#fafafa}@media screen and (min-width: 1025px){.loan-emi-calculator .calculator__left__range-slider-container{border:1px solid #f2f2f2;border-radius:4px}}.loan-emi-calculator .calculator__left__btn-container p{margin-bottom:12px}.loan-emi-calculator .calculator__left__btn-container button{border:1px solid #002953;background:#fff;color:#002953;border-radius:4px;padding:8px 16px;margin-right:12px;font-size:12px;cursor:pointer}.loan-emi-calculator .calculator__left__btn-container button.active{background:#002953;color:#fff;font-weight:500}.loan-emi-calculator .calculator__left__desc{background-color:#fafafa;border-radius:6px;margin-top:10px;padding:15px 12px;color:#666}.loan-emi-calculator .calculator__left__assurance-text{padding:4px 8px;border-radius:4px;background-image:linear-gradient(to right,#d1e2fb,#9fc8f7)}.loan-emi-calculator .calculator__left__assurance-text i{color:#00846f}.loan-emi-calculator .calculator__left .solid-select-control{font-size:14px;font-weight:400;cursor:pointer;width:100%;outline:none}.loan-emi-calculator .calculator__left .solid-dropdown{border:1px solid #999999;border-radius:4px;padding:13px 11px}@media screen and (max-width: 767px){.loan-emi-calculator .calculator__left .solid-dropdown{padding:11px}}.loan-emi-calculator .calculator__left .solid-dropdown .solid-select-control{padding:0}@media screen and (max-width: 767px){.loan-emi-calculator .calculator__left .solid-dropdown .solid-select-list{height:75%}}.loan-emi-calculator .calculator__left .solid-dropdown:after{display:none}.loan-emi-calculator .calculator__right{padding:16px 0;margin-top:0}@media screen and (min-width: 1025px){.loan-emi-calculator .calculator__right{width:53%;padding:16px}}.loan-emi-calculator .calculator__wrapper{padding:24px 16px}@media screen and (max-width: 767px){.loan-emi-calculator .calculator__wrapper{padding:0}}.loan-emi-calculator .information-pop-up{padding:28px 16px 24px}.loan-emi-calculator .information-pop-up .modal__dialog .modal__content{gap:20px}@media screen and (min-width: 1025px){.loan-emi-calculator .information-pop-up .modal__dialog .modal__content{width:540px}}.loan-emi-calculator .information-pop-up .modal__dialog .modal__content h5,.loan-emi-calculator .information-pop-up .modal__dialog .modal__content .modal__description{color:#1a1a1a}.loan-emi-calculator .information-pop-up .modal__dialog .modal__content .modal__title i{color:#ff6700;cursor:pointer}.loan-emi-calculator .information-pop-up .modal__dialog .modal__content .modal__list ul{padding-left:16px}.loan-emi-calculator .information-pop-up .modal__dialog .modal__content .modal__list ul li{margin-bottom:16px;font-size:12px}.loan-emi-calculator .information-pop-up .modal__dialog .modal__content .modal__list ul li p{color:#1a1a1a;font-weight:500;margin-bottom:4px}.loan-emi-calculator .information-pop-up .modal__dialog .modal__content .modal__list ul li span{color:#666}.loan-emi-calculator .information-pop-up .modal__dialog .modal__content button{height:40px;width:167px;color:#fff}@media screen and (min-width: 1025px){.loan-emi-calculator .information-pop-up .modal__dialog .modal__content button{width:200px}}.loan-emi-calculator .emi-table-modal .modal__content{padding:18px;border-radius:10px}@media screen and (min-width: 1025px){.loan-emi-calculator .emi-table-modal .modal__content{min-height:266px;width:540px}}.loan-emi-calculator .emi-table-modal .modal .modal__list ul{padding-left:16px}.loan-emi-calculator .emi-table-modal .modal .modal__list ul li{margin-bottom:16px;font-size:12px}.loan-emi-calculator .emi-table-modal .modal .modal__list ul li p{color:#1a1a1a;font-weight:500;margin-bottom:4px}.loan-emi-calculator .emi-table-modal .modal .modal__list ul li span{color:#666}.loan-emi-calculator .emi-table-modal .modal__dialog{justify-content:center}.loan-emi-calculator .emi-table-modal .modal__body{position:relative}.loan-emi-calculator .emi-table-modal .modal__close{font-size:16px;position:absolute;top:0;right:0}.loan-emi-calculator .emi-table-modal .modal button{height:40px;width:167px;color:#fff}@media screen and (min-width: 1025px){.loan-emi-calculator .emi-table-modal .modal button{width:200px}}.loan-emi-calculator .emi-table-modal__content__date{padding:10px 0;display:flex;flex-direction:column;margin-bottom:20px}.loan-emi-calculator .emi-table-modal__content__date__error{font-size:10px;color:#b40000}.loan-emi-calculator .emi-table-modal__content__date .date-lable{color:#1a1a1a}.loan-emi-calculator .emi-table-modal__content__date .input_container{position:relative;flex-direction:row;width:100%;background-color:#fff;border-radius:4px;border:1px solid #999999;min-height:88px;height:100%}.loan-emi-calculator .emi-table-modal__content__date .input_container__input-wrapper{width:85%}.loan-emi-calculator .emi-table-modal__content__date .input_container__input{width:100%}.loan-emi-calculator .emi-table-modal__content__date .input_container__input input[type=text]{border-radius:4px;padding:10px 0;border:none;color:#000;width:100%;height:40px}.loan-emi-calculator .emi-table-modal__content__date .input_container__input input[type=text]:focus{outline:none}.loan-emi-calculator .emi-table-modal__content__date .input_container__input input[type=text]::placeholder{font-size:14px;color:#999}.loan-emi-calculator .emi-table-modal__content__date .input_container__input .bf-icon-calendar{position:absolute;margin-right:1rem;color:#ff6700;cursor:pointer;font-size:16px}.loan-emi-calculator .emi-table-modal__content__date .input_container__input .date-input{width:100%;border-radius:4px;padding:10px;border:1px solid #999999;color:#000;height:40px}.loan-emi-calculator .emi-table-modal__content__date .input_container__input .date-input:focus{outline:none}.loan-emi-calculator .emi-table-modal__content__dowload{width:100%;padding:12px 16px;border:1px solid #cccccc;border-radius:4px;background-color:#fafafa}.loan-emi-calculator .emi-table-modal__content__dowload__download-label{color:#1a1a1a}.loan-emi-calculator .emi-table-modal__content__dowload__download-cta{position:absolute;right:0;border:none;cursor:pointer;background-color:transparent;color:#ff6700}@media screen and (max-width: 767px){.loan-emi-calculator .emi-table-modal__content__done-cta .btn{width:100%}}.loan-emi-calculator .emi-table-modal__content__calendar{height:70%}.loan-emi-calculator .emi-table-modal__content h3{margin-bottom:8px}.loan-emi-calculator .emi-table-modal__content p{margin-bottom:12px}.loan-emi-calculator .emi-table__wrapper{border:1px solid #cccccc;border-radius:4px;margin-bottom:16px;color:#1a1a1a}.loan-emi-calculator .emi-table__wrapper thead tr{background-color:#fafafa}.loan-emi-calculator .emi-table__wrapper thead tr th{color:#1a1a1a}.loan-emi-calculator .emi-table tbody tr td{color:#1a1a1a;font-weight:400;font-size:12px}.loan-emi-calculator .emi-table tbody tr:nth-child(odd){background-color:#e5eaf7}.loan-emi-calculator .emi-table tbody tr:nth-child(2n){background-color:#fafafa}.loan-emi-calculator .emi-table tbody tr.calc-year-accordion-row{background-color:#fff}.loan-emi-calculator .range-slider{padding:12px 16px}.loan-emi-calculator .range-slider .input-placeholder{width:202px}.loan-emi-calculator .range-slider .range-slider__input{background-color:#fff}@media print{body:has(.modal__content){visibility:hidden}.modal__content,.modal__content *{visibility:visible}.bf-icon-close{visibility:hidden}.modal__content{position:absolute;left:0;top:0}}.accordion__header-title-wrapper,.height-accordion__header-title-wrapper{display:flex;justify-content:space-between;align-items:flex-start}.accordion__body p,.height-accordion__body p{margin-bottom:0}.accordion__body table,.height-accordion__body table{margin-bottom:15px}@media screen and (min-width: 1025px){.accordion__body table,.height-accordion__body table{margin-bottom:20px}}.accordion__body table ul,.accordion__body table ol,.height-accordion__body table ul,.height-accordion__body table ol{list-style-type:none;padding-left:0;margin-bottom:0}.accordion__body .table-responsive,.accordion__body .table-column-freeze,.height-accordion__body .table-responsive,.height-accordion__body .table-column-freeze{margin-bottom:15px}@media screen and (min-width: 1025px){.accordion__body .table-responsive,.accordion__body .table-column-freeze,.height-accordion__body .table-responsive,.height-accordion__body .table-column-freeze{margin-bottom:20px}}.accordion__body .table-responsive table,.accordion__body .table-column-freeze table,.height-accordion__body .table-responsive table,.height-accordion__body .table-column-freeze table{margin-bottom:0}.accordion__body--text-center,.height-accordion__body--text-center{text-align:center}.accordion__body h2,.accordion__body .subscription-card-carousel__card__details-title,.accordion__body .subscription-card-carousel__card__header__plan-title,.accordion__body h3,.accordion__body h4,.accordion__body .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .accordion__body th,.accordion__body .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .accordion__body td:first-child,.accordion__body h5,.height-accordion__body h2,.height-accordion__body .subscription-card-carousel__card__details-title,.height-accordion__body .subscription-card-carousel__card__header__plan-title,.height-accordion__body h3,.height-accordion__body h4,.height-accordion__body .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .height-accordion__body th,.height-accordion__body .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .height-accordion__body td:first-child,.height-accordion__body h5{margin-bottom:15px}.accordion__header-wrapper__para p{text-align:justify}.accordion__body{overflow:hidden;max-height:0;visibility:hidden;transition:visibility .5s,max-height .5s ease}.accordion__body--open{visibility:visible;overflow:visible}.show-more-less-style .accordion__body{width:100%;visibility:visible;overflow:hidden;transition:max-height .2s ease-out}.show-more-less-style .accordion__body--open{overflow:visible}.show-more-less-style .accordion__title{margin-bottom:12px;color:#1a1a1a}.show-more-less-style .accordion__toggle{cursor:pointer;text-align:center;font-weight:500;color:#ff6700;font-size:.75rem}@media screen and (min-width: 1025px){.show-more-less-style .accordion__toggle{font-size:.875rem}}.show-more-less-style .accordion__toggle__wrapper{display:flex;justify-content:center}@media screen and (min-width: 1025px){.show-more-less-style .accordion__toggle__wrapper{justify-content:flex-end}}.show-more-less-style .accordion__toggle__show-less{display:none}.show-more-less-style .accordion__row.active .accordion__toggle__show-less{display:block}.show-more-less-style .accordion__row.active .accordion__toggle__show-more{display:none}.height-accordion__body{overflow:hidden;transition:height .5s ease}.height-accordion__row.active .height-accordion__body{height:auto!important;overflow:auto}.height-accordion__row.active .accordion__toggle__show-more{display:none}.height-accordion__row.active .accordion__toggle__show-less{display:block}.swiper:not(.swiper-initialized){display:flex;overflow:hidden}.swiper:not(.swiper-initialized) .swiper-slide{margin-right:10px}.carousel-style__header-wrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}@media screen and (min-width: 1025px){.carousel-style__header-wrapper{margin-bottom:11px}}.carousel-style__title{margin-bottom:0;color:#1a1a1a}.carousel-style--equal-height .tns-slider{display:flex}.carousel-style--equal-height .swiper-slide{height:auto}.carousel-style .swiper-wrap-container{position:relative}.carousel-style .swiper-wrap-container .swiper-button-prev,.carousel-style .swiper-wrap-container .swiper-button-next{position:absolute;top:0;bottom:0;z-index:1;margin:auto;border:none;width:42px;height:48px;outline:none;display:none;color:#002a53;background-color:#fff;box-shadow:0 0 10px #0003}@media screen and (min-width: 1025px){.carousel-style .swiper-wrap-container .swiper-button-prev,.carousel-style .swiper-wrap-container .swiper-button-next{display:flex;justify-content:center;align-items:center}}.carousel-style .swiper-wrap-container .swiper-button-prev:after,.carousel-style .swiper-wrap-container .swiper-button-next:after{font-family:icomoon,sans-serif;font-weight:700;font-size:16px;color:#ff6700}@media screen and (max-width: 767px){.carousel-style .swiper-wrap-container .swiper-button-prev:after,.carousel-style .swiper-wrap-container .swiper-button-next:after{font-size:14px}}.carousel-style .swiper-wrap-container .swiper-button-prev{left:-20px;border-radius:0 8px 8px 0}.carousel-style .swiper-wrap-container .swiper-button-prev:after{content:""}.carousel-style .swiper-wrap-container .swiper-button-next{right:-20px;border-radius:8px 0 0 8px}.carousel-style .swiper-wrap-container .swiper-button-next:after{content:""}.carousel-style .swiper-wrap-container .swiper-button-disabled,.carousel-style .swiper-wrap-container .swiper-button-lock{display:none}.carousel-style .swiper-wrap-container--without-padding .swiper-button-prev{left:0}.carousel-style .swiper-wrap-container--without-padding .swiper-button-next{right:0}.carousel-style--swiper-hover .swiper-wrap-container .swiper-button-prev,.carousel-style--swiper-hover .swiper-wrap-container .swiper-button-next{visibility:hidden}.carousel-style--swiper-hover:hover .swiper-wrap-container .swiper-button-prev,.carousel-style--swiper-hover:hover .swiper-wrap-container .swiper-button-next{visibility:visible}.swiper-pagination-bullet{width:10px;height:10px;border-radius:100%;background-color:#ccc}.swiper-pagination-bullet-active{background-color:#666}@keyframes animated-button{0%{opacity:1}50%{opacity:0}to{opacity:1}}.modal{display:none;position:fixed;z-index:1003;top:0;left:0;width:100%;height:100%;background-color:#000000b3}.modal--show{display:block;z-index:9999}.modal__dialog{position:relative;width:auto;margin:auto;height:100vh}.modal__dialog--center{display:flex;align-items:center}.modal__content{display:flex;flex-direction:column;position:fixed;width:100%;border-radius:10px 10px 0 0;padding:16px 16px 24px;background-color:#fff;bottom:0}@media screen and (min-width: 1025px){.modal__content{bottom:auto;border-radius:4px;padding:12px 16px}}.modal__video-player-bg{background-color:transparent}.modal__body{position:relative;flex:1 1 auto}.modal__close{background-color:transparent;border:none;padding:0;cursor:pointer;color:#ff6700;font-size:2.3rem;line-height:1}.modal--video{background-color:#000}.modal--video .modal__content{position:relative}.modal--video .modal__close{width:50px;height:50px;top:-50px;right:0}@media screen and (min-width: 1025px){.modal--video .modal__close{right:-50px}}.modal--video .modal__close.video-modal-close-icon,.modal--video .modal__body{text-align:end}.modal--video-lg .modal__dialog{width:auto;max-width:367px}@media screen and (min-width: 1025px){.modal--video-lg .modal__dialog{width:649px;max-width:649px}}body.modal-open{overflow:hidden;touch-action:none}.play-icon{display:block;width:15px;height:15px;border-radius:100%;position:relative;cursor:pointer}.play-icon:after{content:"";height:0;width:0;position:absolute;top:50%;left:56.5%;transform:translate(-50%,-50%);border-top:3.5px solid transparent;border-bottom:3.5px solid transparent;border-left:5px solid #ffffff}.cls-min-height__key-features-drawer{min-height:90px}@media screen and (min-width: 1025px){.cls-min-height__key-features-drawer{min-height:88px}}.cls-min-height__full-width{min-height:150px}@media screen and (min-width: 1025px){.cls-min-height__full-width{min-height:212px}}.cls-min-height__tiles-with-carousel{min-height:166px}@media screen and (min-width: 1025px){.cls-min-height__tiles-with-carousel{min-height:190px}}.cls-min-height__cross-sell{min-height:130px}@media screen and (min-width: 1025px){.cls-min-height__cross-sell{min-height:125px}}.cls-min-height__product-carousel-banner{min-height:295px}@media screen and (min-width: 1025px){.cls-min-height__product-carousel-banner{min-height:320px}}.cls-min-height__loan-summary{min-height:440px}@media screen and (min-width: 1025px){.cls-min-height__loan-summary{min-height:520px}}.cls-min-height__loan-summary-description{min-height:158px}@media screen and (min-width: 1025px){.cls-min-height__loan-summary-description{min-height:520px}}.cls-min-height__pl-calculator{min-height:600px}@media screen and (min-width: 1025px){.cls-min-height__pl-calculator{min-height:635px}}.cls-min-height__emi-calculator{min-height:705px}@media screen and (min-width: 1025px){.cls-min-height__emi-calculator{min-height:520px}}.cls-min-height__twl-calculator{min-height:880px}@media screen and (min-width: 1025px){.cls-min-height__twl-calculator{min-height:618px}}.cls-min-height__car-loan-calculator{min-height:776px}@media screen and (min-width: 1025px){.cls-min-height__car-loan-calculator{min-height:522px}}.cls-min-height__sdp-sms-calculator{min-height:808px}@media screen and (min-width: 1025px){.cls-min-height__sdp-sms-calculator{min-height:540px}}.cls-min-height__title-offer-banner{min-height:54px}@media screen and (min-width: 1025px){.cls-min-height__title-offer-banner{min-height:58px}}.cls-min-height__relation-info{min-height:101px}@media screen and (min-width: 1025px){.cls-min-height__relation-info{min-height:97px}}.cls-min-height__carousel-with-text{min-height:160px}@media screen and (min-width: 1025px){.cls-min-height__carousel-with-text{min-height:330px}}.cls-min-height__h1-component{min-height:68px}@media screen and (min-width: 1025px){.cls-min-height__h1-component{min-height:75px}}.cls-min-height__plp-filter-desktop{min-height:0}@media screen and (min-width: 1025px){.cls-min-height__plp-filter-desktop{min-height:560px}}.cls-min-height__logout-button{min-height:50px}@media screen and (min-width: 1025px){.cls-min-height__logout-button{min-height:72px}}.cls-min-height__disclaimer{min-height:96px}@media screen and (min-width: 1025px){.cls-min-height__disclaimer{min-height:73px}}.cls-min-height__financial-stack{min-height:98px}@media screen and (min-width: 1025px){.cls-min-height__financial-stack{min-height:116px}}.cls-min-height__recommended-loans{min-height:318px}@media screen and (min-width: 1025px){.cls-min-height__recommended-loans{min-height:390px}}.cls-min-height__cc-widget{min-height:158px}@media screen and (min-width: 1025px){.cls-min-height__cc-widget{min-height:182px}}.cls-min-height__listing-tiles__withborder-6{min-height:217px}@media screen and (max-width: 767px){.cls-min-height__listing-tiles__withborder-6{min-height:200px}}.cls-min-height__listing-tiles__withborder-9{min-height:217px}@media screen and (max-width: 767px){.cls-min-height__listing-tiles__withborder-9{min-height:403px}}.cls-min-height__pre-approved-card-form{min-height:173px}@media screen and (min-width: 1025px){.cls-min-height__pre-approved-card-form{min-height:192px}}.cls-min-height__icon-drawer{min-height:165px}@media screen and (min-width: 1025px){.cls-min-height__icon-drawer{min-height:241px}}.cls-min-height__bannerization-banner-carousel{min-height:210px}@media screen and (min-width: 1025px){.cls-min-height__bannerization-banner-carousel{min-height:240px}}.cls-min-height__bannerization-full-width-banner{min-height:50px}.cls-min-height__make-a-wish{min-height:200px}.cls-min-height__plp-filter-results{min-height:640px}@media screen and (min-width: 1025px){.cls-min-height__plp-filter-results{min-height:655px}}.cls-min-height__bannerization-image-carousel{min-height:100px}@media screen and (min-width: 1025px){.cls-min-height__bannerization-image-carousel{min-height:130px}}.cls-min-height__bannerization-stack-cards{min-height:268px}@media screen and (min-width: 1025px){.cls-min-height__bannerization-stack-cards{min-height:380px}}.cls-min-height__fdsdp-calculator{min-height:650px}@media screen and (min-width: 1025px){.cls-min-height__fdsdp-calculator{min-height:690px}}.cls-min-height__fdsdp-deposit-summary{min-height:490px}@media screen and (min-width: 1025px){.cls-min-height__fdsdp-deposit-summary{min-height:550px}}.cls-min-height__nri-calculator{min-height:680px}@media screen and (min-width: 1025px){.cls-min-height__nri-calculator{min-height:415px}}.cls-min-height__gl-calculator{min-height:190px}.cls-min-height__fpr-form{min-height:619px}.cls-min-height__transaction-details{min-height:234px}.cls-min-height__redBus-journey-planner{min-height:280px}@media screen and (min-width: 1025px){.cls-min-height__redBus-journey-planner{min-height:230px}}.cls-min-height__offercardswiper{min-height:270px}@media screen and (min-width: 1025px){.cls-min-height__offercardswiper{min-height:360px}}.cls-min-height__articles-plp-results{min-height:500px}@media screen and (min-width: 1025px){.cls-min-height__articles-plp-results{min-height:600px}}.cls-min-height__articles-plp-filters{min-height:55px}@media screen and (min-width: 1025px){.cls-min-height__articles-plp-filters{min-height:600px}}.cls-min-height__stocks-list{min-height:900px;max-width:892px}@media screen and (min-width: 1025px){.cls-min-height__stocks-list{min-height:600px;width:100%}}.cls-min-height__stocks-sort-by{min-height:50px}.cls-min-height__stock-info{min-height:168px}@media screen and (min-width: 1025px){.cls-min-height__stock-info{min-height:166px}}.cls-min-height__cp-sub-check{min-height:140px}@media screen and (min-width: 1025px){.cls-min-height__cp-sub-check{min-height:70px}}.cls-min-height__cricket-update{min-height:200px}.cls-min-height__stocks-tatistics{min-height:400px}.cls-min-height__fw-video-grid{min-height:800px}.cls-min-height__fw-storyblock{min-height:500px}@media screen and (min-width: 1025px){.cls-min-height__fw-storyblock{min-height:560px}}.cls-min-height__location-strip{min-height:40px}@media screen and (min-width: 1025px){.cls-min-height__location-strip{min-height:48px}}.cls-min-height__title-banner-emi{min-height:65px}@media screen and (min-width: 1025px){.cls-min-height__title-banner-emi{min-height:84px}}.cls-min-height__storyly{min-height:110px}.cls-min-height__carousel-tiles{min-height:247px}.cls-min-height__astrology{min-height:245px}.cls-min-height__dynamic-news{min-height:250px}.cls-min-height__grid-tiles{min-height:175px}.cls-min-height__ipo-title{min-height:100px}.cls-min-height__ipo-list{min-height:900px;max-width:892px}@media screen and (min-width: 1025px){.cls-min-height__ipo-list{padding-left:141px;min-height:600px;width:100%}}.cls-min-height__scrip-performance{min-height:265px}@media screen and (min-width: 1025px){.cls-min-height__scrip-performance{min-height:200px}}.cls-min-height__scrip-performance-graph{min-height:315px}@media screen and (max-width: 767px){.cls-min-height__scrip-performance-graph{min-height:269px}}.cls-min-height__scrip-financials{min-height:975px}@media screen and (max-width: 767px){.cls-min-height__scrip-financials{min-height:832px}}.cls-min-height__tech-summary{min-height:650px}@media screen and (max-width: 767px){.cls-min-height__tech-summary{min-height:600px}}.cls-min-height__stock-fundamentals{min-height:257px}@media screen and (max-width: 767px){.cls-min-height__stock-fundamentals{min-height:358px}}.cls-min-height__stock-performance{min-height:379px}@media screen and (min-width: 1025px){.cls-min-height__stock-performance{min-height:285px}}.cls-min-height__similar-stocks{min-height:220px}.cls-min-height__scrip-shareholder-pattern{min-height:581px}@media screen and (max-width: 767px){.cls-min-height__scrip-shareholder-pattern{min-height:722px}}.cls-min-height__city-scrollable-table{min-height:500px}@media screen and (min-width: 1025px){.cls-min-height__city-scrollable-table{min-height:400px}}.cls-min-height__bannerization-step-banner{min-height:310px}@media screen and (min-width: 1025px){.cls-min-height__bannerization-step-banner{min-height:290px}}.cls-min-height__mere-journey,.cls-min-height__dropdown-with-popup{min-height:250px}@media screen and (min-width: 1025px){.cls-min-height__dropdown-with-popup{min-height:350px}}.cls-min-height__loan-eligibility{min-height:220px}.cls-min-height__gold-rate-graph{min-height:324px}@media screen and (min-width: 1025px){.cls-min-height__gold-rate-graph{min-height:304px}}.cls-min-height__top-funds{min-height:500px}@media screen and (min-width: 1025px){.cls-min-height__top-funds{min-height:386px}}.cls-min-height__clp-stock-cards{min-height:204px}@media screen and (max-width: 767px){.cls-min-height__clp-stock-cards{min-height:178px}}.cls-min-height__clp-stock-list{min-height:504px;max-width:892px}@media screen and (max-width: 767px){.cls-min-height__clp-stock-list{min-height:483px}}.cls-min-height__clp-indices-list{min-height:500px;max-width:892px}@media screen and (max-width: 767px){.cls-min-height__clp-indices-list{min-height:480px}}.cls-min-height__easy-emi-loan-journey{max-width:696px;max-height:480px}@media screen and (max-width: 767px){.cls-min-height__easy-emi-loan-journey{max-height:308px}}.cls-min-height__product-listing-cards{min-height:222px}@media screen and (max-width: 767px){.cls-min-height__product-listing-cards{min-height:235px}}.cls-min-height__gold-rate-calculator{min-height:300px}.cls-min-height__courses_levels{min-height:124px}@media screen and (max-width: 767px){.cls-min-height__courses_levels{min-height:108px}}.cls-min-height__gold-loan-adp-calculator{max-height:408px}@media screen and (max-width: 767px){.cls-min-height__gold-loan-adp-calculator{max-height:670px}}.cls-min-height__other-branches-locator{min-height:170px}.cls-min-height__nearest-branches-locator{min-height:180px}.cls-min-height__trending-offers{min-height:189px}.cls-min-height__ple-calculator{min-height:660px}.cls-min-height__offer-vouchers-grid{min-height:327px}.cls-min-height__dockedsigninstrip{min-height:60px}.cls-min-height__cpr-paynow-bar{min-height:30px}.custom-checkbox{position:relative;cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none;height:18px;width:18px;min-width:18px;background-color:#fff;border:1px solid #d2d2d2;border-radius:2px}.custom-checkbox:before{content:"";position:absolute;top:3px;left:1px;height:7px;width:14px;rotate:-45deg;border-left:3px solid #ffffff;border-bottom:3px solid #ffffff}.custom-checkbox:checked{background-color:#ff6700;border:1px solid #ff6700}.custom-radio{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-radio:checked{-webkit-appearance:none;-moz-appearance:none;appearance:none}.custom-radio:after,.custom-radio:checked:after{width:8px;height:8px;border-radius:10px;top:0;position:relative;content:"";display:inline-block;visibility:visible}.custom-radio:after{transform:scale(1.5);background-color:#fff;outline:1px solid #d2d2d2}.custom-radio:checked:after{background-color:#ff6700;border:2px solid #ffffff;outline:1px solid #ff6700}.r-header{display:flex;margin-left:auto;margin-right:auto;max-width:1460px;padding:0 24px;height:87px}@media screen and (max-width: 767px){.r-header{padding:4px 16px}}@media screen and (max-width: 767px){.r-header__left{align-items:center}}.r-header__middle{width:100%}@media screen and (max-width: 767px){.r-header__middle{position:absolute;top:54px;left:0;width:100%}}.r-header__right{margin-left:auto}.r-header span{color:#fff;white-space:nowrap}@media screen and (max-width: 767px){.r-header{height:55px}}@media screen and (min-width: 768px){.r-header__logo{padding-top:19px}}.r-header__logo img{display:block;width:73.49px;height:32px}.r-header__quick-cta-list{color:#fff}.r-header__quick-cta-list__box{flex-direction:column;align-items:center;cursor:pointer;transition:all .5s ease}@media screen and (min-width: 1025px){.r-header__quick-cta-list__box:hover,.r-header__quick-cta-list__box:focus,.r-header__quick-cta-list__box.active{background-color:#001326}}.r-header__quick-cta-list__icon-box .unread-dot{position:absolute;right:10px;top:10px;display:inline-block;border-radius:100%;width:8px;height:8px}@media screen and (min-width: 1025px){.r-header__quick-cta-list__icon-box .unread-dot{width:10px;height:10px;right:36px}}.r-header__quick-cta-list__icon-box>i{font-size:1.5rem}.r-header__quick-cta-list__lbl{display:none;position:relative;align-items:center;font-size:12px}@media screen and (min-width: 1025px){.r-header__quick-cta-list__lbl{display:flex}}.r-header__quick-cta-list__lbl:after{content:"";margin-left:2px;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #ffffff}@media screen and (max-width: 767px){.r-header__quick-cta-list__alerts{display:flex}}@media screen and (min-width: 1025px){.r-header__quick-cta-list:before{content:""}}.r-header-dropdown{position:relative;height:100%;text-align:center}.r-header-dropdown .backdrop{margin-top:54px}.r-header-dropdown__menu{position:absolute;top:100%;right:0;border-radius:0 0 8px 8px;color:#fff}@media screen and (min-width: 1025px){.r-header-dropdown__menu{background-color:#000f1e}}.r-header-dropdown__portal-list{list-style-type:none;display:flex;flex-wrap:wrap;padding:12px;width:282px}.r-header-dropdown__portal-list>li{width:33.33%;height:auto}.r-header-dropdown__portal-list>li>a{padding:10px 5px;display:flex;flex-direction:column;align-items:center;text-align:center;color:#fff}.r-header-dropdown__portal-list__icon-box img{width:22px;height:22px}.r-header-dropdown__portal-list__lbl{font-size:.875rem}@media screen and (min-width: 1025px){.r-header-dropdown.show .r-header-dropdown__toggle{background-color:#001326}}.r-header-dropdown.show .r-header-dropdown__menu{display:block;z-index:1009}.r-header-dropdown.show .r-header__quick-cta-list__lbl:after{border-top:transparent;border-bottom:4px solid #ffffff}.r-header-dropdown.show .backdrop{visibility:visible}@media screen and (max-width: 767px){.r-header-dropdown.show{position:initial}}header.header{height:87px;position:fixed;top:0;width:100%;z-index:1003;color:#fff;background-color:#002953;transition:top .4s}@media screen and (max-width: 767px){header.header{height:65px}}span.separator-header-line{padding-top:14px;margin:10px 20px;opacity:.2;color:#fff}.search-bar-container{background-color:#002953;row-gap:8px;padding-top:14px;width:100%}@media screen and (max-width: 767px){.search-bar-container{padding:8px 10px}}.search-bar-container .search-bar{height:44px;background-color:#fff;border:1px solid black;border-radius:4px;padding-left:16px}.search-bar-container .search-bar input{width:100%;border:none}.search-bar-container .search-bar input:focus{outline:none}.search-bar-container .search-bar i.bf-icon-search{padding:0 8px}.search-bar-container .company-text{text-align:center;color:#fff;font-weight:600;font-size:10px;text-transform:uppercase;margin-bottom:8px}.container-fluid{margin:0 auto;max-width:1440px}.orange-radio input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;position:relative}.orange-radio input[type=radio]:after{content:"";display:block;height:16px;width:16px;border:1px solid #cccccc;border-radius:50%}.orange-radio input[type=radio]:checked:before{content:"";display:block;position:absolute;height:8px;width:8px;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:50%;background-color:#ff8900}.orange-radio input[type=radio]:checked:after{border-color:#ff8900}.orange-radio.radio-ios input[type=radio]:checked:before{top:60%;left:60%}.toast{border-radius:6.75rem;display:flex;align-items:center;gap:8px;font-size:.875rem}@media screen and (min-width: 1025px){.toast{font-size:1rem}}.toast:before{font-family:icomoon,sans-serif;line-height:1;display:block;background:#fff;border-radius:50%;padding:4px;font-size:.625rem}@media screen and (min-width: 1025px){.toast:before{font-size:.75rem}}.toast--success{background:#00b500;display:flex}.toast--success:before{content:"";color:#00b500}.toast--error{background:#b40000;display:flex}.toast--error:before{content:"";color:#b40000;font-size:.5rem}@media screen and (min-width: 1025px){.toast--error:before{font-size:.625rem}}.sleek-scrollbar{padding-right:10px;scrollbar-width:thin;scrollbar-color:#999999 transparent}@media screen and (min-width: 1025px){.sleek-scrollbar{padding-right:15px}}.sleek-scrollbar::-webkit-scrollbar{width:5px}.sleek-scrollbar::-webkit-scrollbar-track{background:transparent}.sleek-scrollbar::-webkit-scrollbar-thumb{border-radius:10px;background-color:#999}.form-input-group{position:relative;margin-bottom:20px}@media screen and (max-width: 767px){.form-input-group{margin-bottom:8px}}.form-input-group p{color:#000}.form-input-group input{width:100%;padding:12.5px 10px;margin-bottom:8px;border-radius:4px;line-height:20px;border:1px solid #999999;color:#1a1a1a;background-color:#fff;outline:none}.form-input-group input::placeholder{text-transform:capitalize}.form-input-group input.uppercase{text-transform:uppercase}.form-input-group input.error{border-color:#b40000}.form-input-group input.disabled{border-color:#ccc;background-color:#fff}.form-input-group input.disabled::placeholder{color:#ccc}.form-input-group input.prefilled{background-color:#fff5da}.form-input-group input.padding{padding-left:20px}.form-input-group input:focus{outline:1px solid #aeddff;background-color:#f0f8ff}.form-input-group input::-webkit-search-cancel-button{color:#1a1a1a;font-size:18px}.form-input-group .input-close{z-index:10;padding:10px;position:absolute;top:53px;right:2px;transform:translateY(-50%);cursor:pointer}.form-input-group .error-text{margin:0;gap:4px;color:#b40000}.form-input-group .rupeesSymbol{position:absolute;left:10px;top:39px}@media screen and (max-width: 767px){.form-input-group .rupeesSymbol{top:38px}}.form-input-group .nudge{position:absolute;top:0;right:0;padding:4px;border-radius:2px;border:1px solid #83E2D3;background-color:#ecf6f5;color:#00846f}.fw-500,.navigation-with-tabs__tabs li.active,.secondary-navigation__container__list div span.active,.secondary-navigation__container__list div a.active,.fees-and-charges-xaop .accordion__body .tabs-wrapper .navigation-with-tabs__tabs li.active{font-family:Rubik-Medium,Mukta-Medium,sans-serif;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-stories table{width:100%;border-collapse:collapse;border-radius:10px;border-style:hidden;box-shadow:0 0 0 1px #66666673}.icon-stories table thead tr,.icon-stories table tbody tr{border-bottom:1px solid #cccccc}.icon-stories table thead tr th,.icon-stories table thead tr td,.icon-stories table tbody tr th,.icon-stories table tbody tr td{padding:12px;vertical-align:top;word-break:break-word;font-size:14px;border-right:1px solid #cccccc}@media screen and (min-width: 1025px){.icon-stories table thead tr th,.icon-stories table thead tr td,.icon-stories table tbody tr th,.icon-stories table tbody tr td{padding:10px 20px;font-size:14px}}.icon-stories table thead tr th,.icon-stories table tbody tr th{text-align:left;color:#666}.icon-stories table thead tr td,.icon-stories table tbody tr td{color:#666}.mix-media__title{display:none;position:absolute;top:40px;margin-left:16px;margin-right:30px;padding:12px 0}.mix-media__title h2,.mix-media__title .subscription-card-carousel__card__details-title,.mix-media__title .subscription-card-carousel__card__header__plan-title{line-height:16.59px;font-weight:500;color:#000}.mix-media__title--top{background-color:#fff;box-shadow:8px 4px 8px #0003;position:fixed;width:100%;z-index:100;left:0;padding:12px 16px;margin:0}.mix-media__title--top h2,.mix-media__title--top .subscription-card-carousel__card__details-title,.mix-media__title--top .subscription-card-carousel__card__header__plan-title{margin-right:16px}.mix-media__carousel{position:relative}@media screen and (max-width: 1024px){.mix-media__carousel__wrapper{position:absolute;left:-6%;width:112%}}.mix-media__carousel__item{cursor:pointer;display:block;height:210px}@media screen and (min-width: 1025px){.mix-media__carousel__item{height:251px}}.mix-media__carousel__item img{width:100%;height:210px}@media screen and (min-width: 1025px){.mix-media__carousel__item img{height:251px}}.mix-media__carousel__item__wrapper{position:relative}.mix-media__carousel__item__wrapper .play-icon-block{display:none;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;border-radius:50%}.mix-media__carousel__item__wrapper .play-icon-block .icon-bg-block{position:absolute;top:3px;bottom:4px;right:9px;left:1px;z-index:-1;border-radius:50%}.mix-media__carousel__item__wrapper .play-icon-block .play-icon--with-bg{background-color:#ff6700}.mix-media__carousel__item__wrapper .play-icon-block .bf-icon-play-icon:before{color:#fff;font-size:56px}.mix-media__carousel--with-pagination{height:230px}@media screen and (min-width: 1025px){.mix-media__carousel--with-pagination{height:271px}}.mix-media__carousel .swiper-pagination{bottom:-4px}.mix-media__carousel .swiper-pagination .bf-icon-play-btn.swiper-pagination-bullet{background:transparent}.mix-media__carousel .swiper-pagination .bf-icon-play-btn:before{font-size:12px;color:#203c57}.mix-media__carousel .swiper-pagination .bf-icon-play-btn.bf-icon-play-btn--active.swiper-pagination-bullet.swiper-pagination-bullet-active:before{color:#002953}.mix-media__carousel .swiper-pagination-bullet{background:#203c57}.mix-media__carousel .swiper-pagination-bullet-active{background:#002953}.mix-media__carousel .swiper-button-prev{left:-1px!important}.mix-media__carousel .swiper-button-next{right:-1px!important}.mix-media__details{margin-top:12px}@media screen and (min-width: 1025px){.mix-media__details{margin-top:16px}}.mix-media__details h1{color:#1a1a1a;font-weight:500;line-height:26px}.small-text .mix-media__details h1{font-size:1.375rem}@media screen and (min-width: 768px){.small-text .mix-media__details h1{font-size:1.125rem}}.medium-text .mix-media__details h1{font-size:1.375rem}@media screen and (min-width: 768px){.medium-text .mix-media__details h1{font-size:1.375rem}}.large-text .mix-media__details h1{font-size:1.5rem}@media screen and (min-width: 768px){.large-text .mix-media__details h1{font-size:1.625rem}}.mix-media__details h1{font-size:1.375rem}@media screen and (min-width: 768px){.mix-media__details h1{font-size:1.375rem}}@media screen and (min-width: 1025px){.mix-media__details h1{line-height:32px}.small-text .mix-media__details h1{font-size:1.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .mix-media__details h1{font-size:1.5rem}}@media screen and (min-width: 1025px){.medium-text .mix-media__details h1{font-size:1.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .mix-media__details h1{font-size:1.75rem}}@media screen and (min-width: 1025px){.large-text .mix-media__details h1{font-size:1.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .mix-media__details h1{font-size:2rem}}@media screen and (min-width: 1025px){.mix-media__details h1{font-size:1.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.mix-media__details h1{font-size:1.75rem}}.mix-media__details p{color:#666;font-weight:400;line-height:20px;margin-top:4px}.small-text .mix-media__details p{font-size:.75rem}@media screen and (min-width: 768px){.small-text .mix-media__details p{font-size:.75rem}}.medium-text .mix-media__details p{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .mix-media__details p{font-size:.875rem}}.large-text .mix-media__details p{font-size:1rem}@media screen and (min-width: 768px){.large-text .mix-media__details p{font-size:1rem}}.mix-media__details p{font-size:.875rem}@media screen and (min-width: 768px){.mix-media__details p{font-size:.875rem}}@media screen and (min-width: 1025px){.mix-media__details p{line-height:18.96px;margin-top:8px}.small-text .mix-media__details p{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .mix-media__details p{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .mix-media__details p{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .mix-media__details p{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .mix-media__details p{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .mix-media__details p{font-size:1.125rem}}@media screen and (min-width: 1025px){.mix-media__details p{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.mix-media__details p{font-size:1rem}}.in-page-navigation{background-color:#fafafa;border-radius:4px;display:flex;padding:12px;flex-direction:column;align-items:flex-start;gap:8px;align-self:stretch}.in-page-navigation__title{color:#222f3f;line-height:24px;font-style:normal;font-weight:500}.small-text .in-page-navigation__title{font-size:1rem}@media screen and (min-width: 768px){.small-text .in-page-navigation__title{font-size:1rem}}.medium-text .in-page-navigation__title{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .in-page-navigation__title{font-size:1.125rem}}.large-text .in-page-navigation__title{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .in-page-navigation__title{font-size:1.25rem}}.in-page-navigation__title{font-size:1.125rem}@media screen and (min-width: 768px){.in-page-navigation__title{font-size:1.125rem}}@media screen and (min-width: 1025px){.in-page-navigation__title{color:#1a1a1a}.small-text .in-page-navigation__title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .in-page-navigation__title{font-size:1.125rem}}@media screen and (min-width: 1025px){.medium-text .in-page-navigation__title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .in-page-navigation__title{font-size:1.25rem}}@media screen and (min-width: 1025px){.large-text .in-page-navigation__title{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .in-page-navigation__title{font-size:1.375rem}}@media screen and (min-width: 1025px){.in-page-navigation__title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.in-page-navigation__title{font-size:1.25rem}}.in-page-navigation__list{list-style-type:auto;margin:0;padding-left:20px}.in-page-navigation__list li{color:#666;line-height:18px;font-style:normal;font-weight:400;padding-left:8px;padding-bottom:4px}.small-text .in-page-navigation__list li{font-size:.75rem}@media screen and (min-width: 768px){.small-text .in-page-navigation__list li{font-size:.75rem}}.medium-text .in-page-navigation__list li{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .in-page-navigation__list li{font-size:.875rem}}.large-text .in-page-navigation__list li{font-size:1rem}@media screen and (min-width: 768px){.large-text .in-page-navigation__list li{font-size:1rem}}.in-page-navigation__list li{font-size:.875rem}@media screen and (min-width: 768px){.in-page-navigation__list li{font-size:.875rem}}@media screen and (min-width: 1025px){.in-page-navigation__list li{line-height:24px}.small-text .in-page-navigation__list li{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .in-page-navigation__list li{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .in-page-navigation__list li{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .in-page-navigation__list li{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .in-page-navigation__list li{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .in-page-navigation__list li{font-size:1.125rem}}@media screen and (min-width: 1025px){.in-page-navigation__list li{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.in-page-navigation__list li{font-size:1rem}}.in-page-navigation__list li .in-page-navigation__list-scroll{color:inherit;text-decoration-line:underline;cursor:pointer}.small-text .in-page-navigation__list li .in-page-navigation__list-scroll{font-size:.75rem}@media screen and (min-width: 768px){.small-text .in-page-navigation__list li .in-page-navigation__list-scroll{font-size:.75rem}}.medium-text .in-page-navigation__list li .in-page-navigation__list-scroll{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .in-page-navigation__list li .in-page-navigation__list-scroll{font-size:.875rem}}.large-text .in-page-navigation__list li .in-page-navigation__list-scroll{font-size:1rem}@media screen and (min-width: 768px){.large-text .in-page-navigation__list li .in-page-navigation__list-scroll{font-size:1rem}}.in-page-navigation__list li .in-page-navigation__list-scroll{font-size:.875rem}@media screen and (min-width: 768px){.in-page-navigation__list li .in-page-navigation__list-scroll{font-size:.875rem}}@media screen and (min-width: 1025px){.small-text .in-page-navigation__list li .in-page-navigation__list-scroll{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .in-page-navigation__list li .in-page-navigation__list-scroll{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .in-page-navigation__list li .in-page-navigation__list-scroll{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .in-page-navigation__list li .in-page-navigation__list-scroll{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .in-page-navigation__list li .in-page-navigation__list-scroll{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .in-page-navigation__list li .in-page-navigation__list-scroll{font-size:1.125rem}}@media screen and (min-width: 1025px){.in-page-navigation__list li .in-page-navigation__list-scroll{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.in-page-navigation__list li .in-page-navigation__list-scroll{font-size:1rem}}.in-page-navigation__list li::marker{color:#1a1a1a}.product-widget{padding:16px;border-radius:4px;border:1px solid #e8b6a2;background:#fff5ef}.product-widget__data{display:flex;justify-content:space-between;margin-bottom:16px}@media screen and (min-width: 1025px){.product-widget__data{margin-bottom:24px}}.product-widget__data-content{display:flex;flex-direction:column;justify-content:space-between;gap:4px}@media screen and (min-width: 1025px){.product-widget__data-content{gap:8px}}.product-widget__data-content:nth-child(2) .product-widget__data-content__detail{display:flex;flex-direction:column;align-items:flex-end}.product-widget__data--rate{color:#1a1a1a;font-weight:500;line-height:24px}.small-text .product-widget__data--rate{font-size:1rem}@media screen and (min-width: 768px){.small-text .product-widget__data--rate{font-size:1rem}}.medium-text .product-widget__data--rate{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .product-widget__data--rate{font-size:1.125rem}}.large-text .product-widget__data--rate{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .product-widget__data--rate{font-size:1.25rem}}.product-widget__data--rate{font-size:1.125rem}@media screen and (min-width: 768px){.product-widget__data--rate{font-size:1.125rem}}@media screen and (min-width: 1025px){.product-widget__data--rate{line-height:normal}.small-text .product-widget__data--rate{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .product-widget__data--rate{font-size:1.125rem}}@media screen and (min-width: 1025px){.medium-text .product-widget__data--rate{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .product-widget__data--rate{font-size:1.25rem}}@media screen and (min-width: 1025px){.large-text .product-widget__data--rate{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .product-widget__data--rate{font-size:1.375rem}}@media screen and (min-width: 1025px){.product-widget__data--rate{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.product-widget__data--rate{font-size:1.25rem}}.product-widget__data--text{color:#4d4d4d;font-weight:400;line-height:16px;max-width:149px}.small-text .product-widget__data--text{font-size:.625rem}@media screen and (min-width: 768px){.small-text .product-widget__data--text{font-size:.625rem}}.medium-text .product-widget__data--text{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .product-widget__data--text{font-size:.75rem}}.large-text .product-widget__data--text{font-size:.875rem}@media screen and (min-width: 768px){.large-text .product-widget__data--text{font-size:.875rem}}.product-widget__data--text{font-size:.75rem}@media screen and (min-width: 768px){.product-widget__data--text{font-size:.75rem}}@media screen and (min-width: 1025px){.product-widget__data--text{max-width:100%;line-height:20px}.small-text .product-widget__data--text{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .product-widget__data--text{font-size:.75rem}}@media screen and (min-width: 1025px){.medium-text .product-widget__data--text{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .product-widget__data--text{font-size:.875rem}}@media screen and (min-width: 1025px){.large-text .product-widget__data--text{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .product-widget__data--text{font-size:1rem}}@media screen and (min-width: 1025px){.product-widget__data--text{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.product-widget__data--text{font-size:.875rem}}.product-widget__data--link{display:flex;align-items:center;gap:4px;color:#ff6700;font-weight:500;line-height:16px}.small-text .product-widget__data--link{font-size:.625rem}@media screen and (min-width: 768px){.small-text .product-widget__data--link{font-size:.625rem}}.medium-text .product-widget__data--link{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .product-widget__data--link{font-size:.75rem}}.large-text .product-widget__data--link{font-size:.875rem}@media screen and (min-width: 768px){.large-text .product-widget__data--link{font-size:.875rem}}.product-widget__data--link{font-size:.75rem}@media screen and (min-width: 768px){.product-widget__data--link{font-size:.75rem}}@media screen and (min-width: 1025px){.product-widget__data--link{gap:8px;line-height:18px}.small-text .product-widget__data--link{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .product-widget__data--link{font-size:.75rem}}@media screen and (min-width: 1025px){.medium-text .product-widget__data--link{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .product-widget__data--link{font-size:.875rem}}@media screen and (min-width: 1025px){.large-text .product-widget__data--link{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .product-widget__data--link{font-size:1rem}}@media screen and (min-width: 1025px){.product-widget__data--link{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.product-widget__data--link{font-size:.875rem}}.small-text .product-widget__data--link i{font-size:.625rem}@media screen and (min-width: 768px){.small-text .product-widget__data--link i{font-size:.625rem}}.medium-text .product-widget__data--link i{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .product-widget__data--link i{font-size:.75rem}}.large-text .product-widget__data--link i{font-size:.875rem}@media screen and (min-width: 768px){.large-text .product-widget__data--link i{font-size:.875rem}}.product-widget__data--link i{font-size:.75rem}@media screen and (min-width: 768px){.product-widget__data--link i{font-size:.75rem}}@media screen and (min-width: 1025px){.small-text .product-widget__data--link i{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .product-widget__data--link i{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .product-widget__data--link i{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .product-widget__data--link i{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .product-widget__data--link i{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .product-widget__data--link i{font-size:1.125rem}}@media screen and (min-width: 1025px){.product-widget__data--link i{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.product-widget__data--link i{font-size:1rem}}.product-widget__title{margin-bottom:28px;background:#f4d8cd;padding:4px 8px;display:flex;justify-content:center;align-items:center;color:#1a1a1a;font-weight:400;line-height:16px}.small-text .product-widget__title{font-size:.625rem}@media screen and (min-width: 768px){.small-text .product-widget__title{font-size:.625rem}}.medium-text .product-widget__title{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .product-widget__title{font-size:.75rem}}.large-text .product-widget__title{font-size:.875rem}@media screen and (min-width: 768px){.large-text .product-widget__title{font-size:.875rem}}.product-widget__title{font-size:.75rem}@media screen and (min-width: 768px){.product-widget__title{font-size:.75rem}}@media screen and (min-width: 1025px){.product-widget__title{margin-bottom:24px}.small-text .product-widget__title{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .product-widget__title{font-size:.75rem}}@media screen and (min-width: 1025px){.medium-text .product-widget__title{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .product-widget__title{font-size:.875rem}}@media screen and (min-width: 1025px){.large-text .product-widget__title{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .product-widget__title{font-size:1rem}}@media screen and (min-width: 1025px){.product-widget__title{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.product-widget__title{font-size:.875rem}}.product-widget__list{margin-bottom:20px;display:flex;flex-direction:column;gap:16px}@media screen and (min-width: 1025px){.product-widget__list{margin-bottom:24px}}.product-widget__list-item{display:flex;align-items:flex-start;gap:8px}.product-widget__list-item__img{width:16px;height:18px;display:flex;align-items:center;justify-content:center}@media screen and (min-width: 1025px){.product-widget__list-item__img{width:20px;height:22.5px}}.product-widget__list-item__img img{width:inherit}.product-widget__list-item p{color:#1a1a1a;font-weight:400;line-height:20px}.small-text .product-widget__list-item p{font-size:.75rem}@media screen and (min-width: 768px){.small-text .product-widget__list-item p{font-size:.75rem}}.medium-text .product-widget__list-item p{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .product-widget__list-item p{font-size:.875rem}}.large-text .product-widget__list-item p{font-size:1rem}@media screen and (min-width: 768px){.large-text .product-widget__list-item p{font-size:1rem}}.product-widget__list-item p{font-size:.875rem}@media screen and (min-width: 768px){.product-widget__list-item p{font-size:.875rem}}.product-widget__btn{width:100%;padding:12px 60px}.small-text .product-widget__btn{font-size:.75rem}@media screen and (min-width: 768px){.small-text .product-widget__btn{font-size:.75rem}}.medium-text .product-widget__btn{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .product-widget__btn{font-size:.875rem}}.large-text .product-widget__btn{font-size:1rem}@media screen and (min-width: 768px){.large-text .product-widget__btn{font-size:1rem}}.product-widget__btn{font-size:.875rem}@media screen and (min-width: 768px){.product-widget__btn{font-size:.875rem}}.product-widget__btn--floating{display:none;align-items:center;justify-content:center;width:max-content;padding:12px 10px;position:fixed;bottom:87px;right:16px;z-index:99}.text-component-enhancement{padding-left:16px;color:#1a1a1a;border-left:4px solid #1778eb}@media screen and (min-width: 1025px){.text-component-enhancement{border-left:6px solid #1778eb}}.text-component-enhancement h1,.text-component-enhancement h2,.text-component-enhancement .subscription-card-carousel__card__details-title,.text-component-enhancement .subscription-card-carousel__card__header__plan-title,.text-component-enhancement h3,.text-component-enhancement h4,.text-component-enhancement .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .text-component-enhancement th,.text-component-enhancement .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .text-component-enhancement td:first-child,.text-component-enhancement h5,.text-component-enhancement h6,.text-component-enhancement li,.text-component-enhancement p{font-style:italic;font-weight:400;line-height:24px;letter-spacing:.16px}.small-text .text-component-enhancement h1,.small-text .text-component-enhancement h2,.small-text .text-component-enhancement .subscription-card-carousel__card__details-title,.small-text .text-component-enhancement .subscription-card-carousel__card__header__plan-title,.small-text .text-component-enhancement h3,.small-text .text-component-enhancement h4,.small-text .text-component-enhancement .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .small-text .text-component-enhancement th,.small-text .text-component-enhancement .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .small-text .text-component-enhancement td:first-child,.small-text .text-component-enhancement h5,.small-text .text-component-enhancement h6,.small-text .text-component-enhancement li,.small-text .text-component-enhancement p{font-size:.875rem}@media screen and (min-width: 768px){.small-text .text-component-enhancement h1,.small-text .text-component-enhancement h2,.small-text .text-component-enhancement .subscription-card-carousel__card__details-title,.small-text .text-component-enhancement .subscription-card-carousel__card__header__plan-title,.small-text .text-component-enhancement h3,.small-text .text-component-enhancement h4,.small-text .text-component-enhancement .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .small-text .text-component-enhancement th,.small-text .text-component-enhancement .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .small-text .text-component-enhancement td:first-child,.small-text .text-component-enhancement h5,.small-text .text-component-enhancement h6,.small-text .text-component-enhancement li,.small-text .text-component-enhancement p{font-size:.875rem}}.medium-text .text-component-enhancement h1,.medium-text .text-component-enhancement h2,.medium-text .text-component-enhancement .subscription-card-carousel__card__details-title,.medium-text .text-component-enhancement .subscription-card-carousel__card__header__plan-title,.medium-text .text-component-enhancement h3,.medium-text .text-component-enhancement h4,.medium-text .text-component-enhancement .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .medium-text .text-component-enhancement th,.medium-text .text-component-enhancement .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .medium-text .text-component-enhancement td:first-child,.medium-text .text-component-enhancement h5,.medium-text .text-component-enhancement h6,.medium-text .text-component-enhancement li,.medium-text .text-component-enhancement p{font-size:1rem}@media screen and (min-width: 768px){.medium-text .text-component-enhancement h1,.medium-text .text-component-enhancement h2,.medium-text .text-component-enhancement .subscription-card-carousel__card__details-title,.medium-text .text-component-enhancement .subscription-card-carousel__card__header__plan-title,.medium-text .text-component-enhancement h3,.medium-text .text-component-enhancement h4,.medium-text .text-component-enhancement .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .medium-text .text-component-enhancement th,.medium-text .text-component-enhancement .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .medium-text .text-component-enhancement td:first-child,.medium-text .text-component-enhancement h5,.medium-text .text-component-enhancement h6,.medium-text .text-component-enhancement li,.medium-text .text-component-enhancement p{font-size:1rem}}.large-text .text-component-enhancement h1,.large-text .text-component-enhancement h2,.large-text .text-component-enhancement .subscription-card-carousel__card__details-title,.large-text .text-component-enhancement .subscription-card-carousel__card__header__plan-title,.large-text .text-component-enhancement h3,.large-text .text-component-enhancement h4,.large-text .text-component-enhancement .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .large-text .text-component-enhancement th,.large-text .text-component-enhancement .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .large-text .text-component-enhancement td:first-child,.large-text .text-component-enhancement h5,.large-text .text-component-enhancement h6,.large-text .text-component-enhancement li,.large-text .text-component-enhancement p{font-size:1.125rem}@media screen and (min-width: 768px){.large-text .text-component-enhancement h1,.large-text .text-component-enhancement h2,.large-text .text-component-enhancement .subscription-card-carousel__card__details-title,.large-text .text-component-enhancement .subscription-card-carousel__card__header__plan-title,.large-text .text-component-enhancement h3,.large-text .text-component-enhancement h4,.large-text .text-component-enhancement .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .large-text .text-component-enhancement th,.large-text .text-component-enhancement .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .large-text .text-component-enhancement td:first-child,.large-text .text-component-enhancement h5,.large-text .text-component-enhancement h6,.large-text .text-component-enhancement li,.large-text .text-component-enhancement p{font-size:1.125rem}}.text-component-enhancement h1,.text-component-enhancement h2,.text-component-enhancement .subscription-card-carousel__card__details-title,.text-component-enhancement .subscription-card-carousel__card__header__plan-title,.text-component-enhancement h3,.text-component-enhancement h4,.text-component-enhancement .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .text-component-enhancement th,.text-component-enhancement .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .text-component-enhancement td:first-child,.text-component-enhancement h5,.text-component-enhancement h6,.text-component-enhancement li,.text-component-enhancement p{font-size:1rem}@media screen and (min-width: 768px){.text-component-enhancement h1,.text-component-enhancement h2,.text-component-enhancement .subscription-card-carousel__card__details-title,.text-component-enhancement .subscription-card-carousel__card__header__plan-title,.text-component-enhancement h3,.text-component-enhancement h4,.text-component-enhancement .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .text-component-enhancement th,.text-component-enhancement .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .text-component-enhancement td:first-child,.text-component-enhancement h5,.text-component-enhancement h6,.text-component-enhancement li,.text-component-enhancement p{font-size:1rem}}.text-component-enhancement li{margin-bottom:8px;padding-left:8px}@media screen and (min-width: 1025px){.text-component-enhancement li{margin-bottom:16px}}.text-component-enhancement li,.text-component-enhancement p{color:#666}.text-component-enhancement ul{margin-top:16px;padding-left:16px}.navigation-card__items .navigation-card__list{cursor:pointer}.navigation-card__items .items-wrapper{display:flex;flex-direction:column;align-items:center;width:auto}.navigation-card__items .items-wrapper__title{overflow:hidden;color:#1a1a1a;text-align:center;word-wrap:break-word;white-space:normal;font-style:normal;font-weight:400;line-height:12px;width:inherit}.small-text .navigation-card__items .items-wrapper__title{font-size:.5rem}@media screen and (min-width: 768px){.small-text .navigation-card__items .items-wrapper__title{font-size:.5rem}}.medium-text .navigation-card__items .items-wrapper__title{font-size:.625rem}@media screen and (min-width: 768px){.medium-text .navigation-card__items .items-wrapper__title{font-size:.625rem}}.large-text .navigation-card__items .items-wrapper__title{font-size:.75rem}@media screen and (min-width: 768px){.large-text .navigation-card__items .items-wrapper__title{font-size:.75rem}}.navigation-card__items .items-wrapper__title{font-size:.625rem}@media screen and (min-width: 768px){.navigation-card__items .items-wrapper__title{font-size:.625rem}}@media screen and (min-width: 1025px){.navigation-card__items .items-wrapper__title{line-height:16px}.small-text .navigation-card__items .items-wrapper__title{font-size:.625rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .navigation-card__items .items-wrapper__title{font-size:.625rem}}@media screen and (min-width: 1025px){.medium-text .navigation-card__items .items-wrapper__title{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .navigation-card__items .items-wrapper__title{font-size:.75rem}}@media screen and (min-width: 1025px){.large-text .navigation-card__items .items-wrapper__title{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .navigation-card__items .items-wrapper__title{font-size:.875rem}}@media screen and (min-width: 1025px){.navigation-card__items .items-wrapper__title{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.navigation-card__items .items-wrapper__title{font-size:.75rem}}.navigation-card__items .items-wrapper__container-item{padding:0 4px;width:52px;gap:4px;display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 1025px){.navigation-card__items .items-wrapper__container-item{padding:0 6.7px;width:60px;gap:8px}}.navigation-card__items .items-wrapper__container{display:flex;align-items:center;justify-content:center;color:#ccc;border-radius:50%;border:1px solid #e5e5e5;background:#fff;box-sizing:border-box;height:52px;width:inherit}.small-text .navigation-card__items .items-wrapper__container{font-size:1.375rem}@media screen and (min-width: 768px){.small-text .navigation-card__items .items-wrapper__container{font-size:1.375rem}}.medium-text .navigation-card__items .items-wrapper__container{font-size:1.5rem}@media screen and (min-width: 768px){.medium-text .navigation-card__items .items-wrapper__container{font-size:1.5rem}}.large-text .navigation-card__items .items-wrapper__container{font-size:1.625rem}@media screen and (min-width: 768px){.large-text .navigation-card__items .items-wrapper__container{font-size:1.625rem}}.navigation-card__items .items-wrapper__container{font-size:1.5rem}@media screen and (min-width: 768px){.navigation-card__items .items-wrapper__container{font-size:1.5rem}}@media screen and (min-width: 1025px){.navigation-card__items .items-wrapper__container{border:1.154px solid #e5e5e5;height:60px;width:inherit}.small-text .navigation-card__items .items-wrapper__container{font-size:1.5625rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .navigation-card__items .items-wrapper__container{font-size:1.5625rem}}@media screen and (min-width: 1025px){.medium-text .navigation-card__items .items-wrapper__container{font-size:1.6875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .navigation-card__items .items-wrapper__container{font-size:1.6875rem}}@media screen and (min-width: 1025px){.large-text .navigation-card__items .items-wrapper__container{font-size:1.8125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .navigation-card__items .items-wrapper__container{font-size:1.8125rem}}@media screen and (min-width: 1025px){.navigation-card__items .items-wrapper__container{font-size:1.6875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.navigation-card__items .items-wrapper__container{font-size:1.6875rem}}.navigation-card__items .items-wrapper__container img{filter:grayscale(100%);opacity:.4;width:24px;height:25px}@media screen and (min-width: 1025px){.navigation-card__items .items-wrapper__container img{width:27.69px;height:27.69px}}.navigation-card__items .items-wrapper.active .items-wrapper__title{color:#ff6700}.navigation-card__items .items-wrapper.active .items-wrapper__container{color:#ff6700;border:2px solid #ff6700}@media screen and (min-width: 1025px){.navigation-card__items .items-wrapper.active .items-wrapper__container{border:2.31px solid #ff6700}}.navigation-card__items .items-wrapper.active .items-wrapper__container img{filter:none;opacity:1}.navigation-card .swiper .swiper-button-next{right:0}.navigation-card .swiper .swiper-button-prev{left:0}.author-details-cmp .author-details{display:flex;gap:32px;justify-content:space-between}@media screen and (min-width: 1025px){.author-details-cmp .author-details{gap:66px}}.author-details-cmp .author-details__content{display:flex;gap:4px;align-items:center}@media screen and (min-width: 1025px){.author-details-cmp .author-details__content{gap:8px}}.author-details-cmp .author-details__image{width:32px;height:32px;border-radius:50%}@media screen and (min-width: 1025px){.author-details-cmp .author-details__image{width:48px;height:48px}}.author-details-cmp .author-details__title-text{color:#1a1a1a;line-height:16px}.small-text .author-details-cmp .author-details__title-text{font-size:.625rem}@media screen and (min-width: 768px){.small-text .author-details-cmp .author-details__title-text{font-size:.625rem}}.medium-text .author-details-cmp .author-details__title-text{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .author-details-cmp .author-details__title-text{font-size:.75rem}}.large-text .author-details-cmp .author-details__title-text{font-size:.875rem}@media screen and (min-width: 768px){.large-text .author-details-cmp .author-details__title-text{font-size:.875rem}}.author-details-cmp .author-details__title-text{font-size:.75rem}@media screen and (min-width: 768px){.author-details-cmp .author-details__title-text{font-size:.75rem}}@media screen and (min-width: 1025px){.small-text .author-details-cmp .author-details__title-text{font-size:.75rem}}.author-details-cmp .author-details__title-text.title-by{font-weight:400}.author-details-cmp .author-details__title-text.title-name{display:inline;font-weight:500}@media screen and (min-width: 1025px){.author-details-cmp .author-details__title-text{line-height:20px}.small-text .author-details-cmp .author-details__title-text{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .author-details-cmp .author-details__title-text{font-size:.75rem}}@media screen and (min-width: 1025px){.medium-text .author-details-cmp .author-details__title-text{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .author-details-cmp .author-details__title-text{font-size:.875rem}}@media screen and (min-width: 1025px){.large-text .author-details-cmp .author-details__title-text{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .author-details-cmp .author-details__title-text{font-size:1rem}}@media screen and (min-width: 1025px){.author-details-cmp .author-details__title-text{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.author-details-cmp .author-details__title-text{font-size:.875rem}}.author-details-cmp .author-details__sub-title{color:#666;line-height:16px}.small-text .author-details-cmp .author-details__sub-title{font-size:.625rem}@media screen and (min-width: 768px){.small-text .author-details-cmp .author-details__sub-title{font-size:.625rem}}.medium-text .author-details-cmp .author-details__sub-title{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .author-details-cmp .author-details__sub-title{font-size:.75rem}}.large-text .author-details-cmp .author-details__sub-title{font-size:.875rem}@media screen and (min-width: 768px){.large-text .author-details-cmp .author-details__sub-title{font-size:.875rem}}.author-details-cmp .author-details__sub-title{font-size:.75rem}@media screen and (min-width: 768px){.author-details-cmp .author-details__sub-title{font-size:.75rem}}@media screen and (min-width: 1025px){.author-details-cmp .author-details__sub-title{line-height:20px}.small-text .author-details-cmp .author-details__sub-title{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .author-details-cmp .author-details__sub-title{font-size:.75rem}}@media screen and (min-width: 1025px){.medium-text .author-details-cmp .author-details__sub-title{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .author-details-cmp .author-details__sub-title{font-size:.875rem}}@media screen and (min-width: 1025px){.large-text .author-details-cmp .author-details__sub-title{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .author-details-cmp .author-details__sub-title{font-size:1rem}}@media screen and (min-width: 1025px){.author-details-cmp .author-details__sub-title{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.author-details-cmp .author-details__sub-title{font-size:.875rem}}.author-details-cmp .author-details__box{align-items:center;gap:16px;display:flex}.author-details-cmp .author-details__box__font-box,.author-details-cmp .author-details__box__share-box{border:.78px solid #1a1a1a;border-radius:3.11px;cursor:pointer;display:flex;width:28px;height:28px;justify-content:center;align-items:center;padding:7.78px}@media screen and (min-width: 1025px){.author-details-cmp .author-details__box__font-box,.author-details-cmp .author-details__box__share-box{border:1px solid #1a1a1a;width:36px;height:36px;border-radius:4px;padding:8px}}.small-text .author-details-cmp .author-details__box__font-box i{font-size:.625rem}@media screen and (min-width: 768px){.small-text .author-details-cmp .author-details__box__font-box i{font-size:.625rem}}.medium-text .author-details-cmp .author-details__box__font-box i{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .author-details-cmp .author-details__box__font-box i{font-size:.75rem}}.large-text .author-details-cmp .author-details__box__font-box i{font-size:.875rem}@media screen and (min-width: 768px){.large-text .author-details-cmp .author-details__box__font-box i{font-size:.875rem}}.author-details-cmp .author-details__box__font-box i{font-size:.75rem}@media screen and (min-width: 768px){.author-details-cmp .author-details__box__font-box i{font-size:.75rem}}@media screen and (min-width: 1025px){.small-text .author-details-cmp .author-details__box__font-box i{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .author-details-cmp .author-details__box__font-box i{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .author-details-cmp .author-details__box__font-box i{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .author-details-cmp .author-details__box__font-box i{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .author-details-cmp .author-details__box__font-box i{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .author-details-cmp .author-details__box__font-box i{font-size:1.125rem}}@media screen and (min-width: 1025px){.author-details-cmp .author-details__box__font-box i{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.author-details-cmp .author-details__box__font-box i{font-size:1rem}}.author-details-cmp .author-details__box__share-box{position:relative}@media screen and (min-width: 1025px){.author-details-cmp .author-details__box__share-box{padding:10px}}.author-details-cmp .author-details__box__share-box i{color:#000}.small-text .author-details-cmp .author-details__box__share-box i{font-size:.6875rem}@media screen and (min-width: 768px){.small-text .author-details-cmp .author-details__box__share-box i{font-size:.6875rem}}.medium-text .author-details-cmp .author-details__box__share-box i{font-size:.8125rem}@media screen and (min-width: 768px){.medium-text .author-details-cmp .author-details__box__share-box i{font-size:.8125rem}}.large-text .author-details-cmp .author-details__box__share-box i{font-size:.9375rem}@media screen and (min-width: 768px){.large-text .author-details-cmp .author-details__box__share-box i{font-size:.9375rem}}.author-details-cmp .author-details__box__share-box i{font-size:.8125rem}@media screen and (min-width: 768px){.author-details-cmp .author-details__box__share-box i{font-size:.8125rem}}@media screen and (min-width: 1025px){.small-text .author-details-cmp .author-details__box__share-box i{font-size:.9375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .author-details-cmp .author-details__box__share-box i{font-size:.9375rem}}@media screen and (min-width: 1025px){.medium-text .author-details-cmp .author-details__box__share-box i{font-size:1.0625rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .author-details-cmp .author-details__box__share-box i{font-size:1.0625rem}}@media screen and (min-width: 1025px){.large-text .author-details-cmp .author-details__box__share-box i{font-size:1.1875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .author-details-cmp .author-details__box__share-box i{font-size:1.1875rem}}@media screen and (min-width: 1025px){.author-details-cmp .author-details__box__share-box i{font-size:1.0625rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.author-details-cmp .author-details__box__share-box i{font-size:1.0625rem}}.author-details-cmp .author-details__box__share-box .share-popup{display:none;position:absolute;width:max-content;flex-direction:column;align-items:flex-end;top:101%;right:0;z-index:1001;border:1px solid #cccccc;box-shadow:0 0 10px #0003;margin-top:9px}.author-details-cmp .author-details__box__share-box .share-popup__pointer{position:absolute;margin-right:6px;margin-top:-8.5px;color:#fff}.small-text .author-details-cmp .author-details__box__share-box .share-popup__pointer{font-size:.4375rem}@media screen and (min-width: 768px){.small-text .author-details-cmp .author-details__box__share-box .share-popup__pointer{font-size:.4375rem}}.medium-text .author-details-cmp .author-details__box__share-box .share-popup__pointer{font-size:.5625rem}@media screen and (min-width: 768px){.medium-text .author-details-cmp .author-details__box__share-box .share-popup__pointer{font-size:.5625rem}}.large-text .author-details-cmp .author-details__box__share-box .share-popup__pointer{font-size:.6875rem}@media screen and (min-width: 768px){.large-text .author-details-cmp .author-details__box__share-box .share-popup__pointer{font-size:.6875rem}}.author-details-cmp .author-details__box__share-box .share-popup__pointer{font-size:.5625rem}@media screen and (min-width: 768px){.author-details-cmp .author-details__box__share-box .share-popup__pointer{font-size:.5625rem}}@media screen and (min-width: 1025px){.author-details-cmp .author-details__box__share-box .share-popup__pointer{margin-right:10px}}.author-details-cmp .author-details__box__share-box .share-popup__list{list-style-type:none;padding:0;background-color:#fff}.author-details-cmp .author-details__box__share-box .share-popup__list .fb{background-color:#4c70aa;width:20px;height:20px;border-radius:50%;display:flex;align-items:end;justify-content:center}.author-details-cmp .author-details__box__share-box .share-popup__list .bf-icon-facebook-fill{color:#fff;font-size:15px;margin-bottom:-1px}.author-details-cmp .author-details__box__share-box .share-popup__list.list-item:not(:last-child){border-bottom:1px solid #cccccc}.author-details-cmp .author-details__box__share-box .share-popup__list.list-item{min-width:170px;padding:8px;display:flex;align-items:center;gap:12px;cursor:pointer}.author-details-cmp .author-details__box__share-box .share-popup__list.list-item .list-icon{width:20px;height:20px}.small-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item .list-icon{font-size:1.125rem}@media screen and (min-width: 768px){.small-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item .list-icon{font-size:1.125rem}}.medium-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item .list-icon{font-size:1.25rem}@media screen and (min-width: 768px){.medium-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item .list-icon{font-size:1.25rem}}.large-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item .list-icon{font-size:1.375rem}@media screen and (min-width: 768px){.large-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item .list-icon{font-size:1.375rem}}.author-details-cmp .author-details__box__share-box .share-popup__list.list-item .list-icon{font-size:1.25rem}@media screen and (min-width: 768px){.author-details-cmp .author-details__box__share-box .share-popup__list.list-item .list-icon{font-size:1.25rem}}.author-details-cmp .author-details__box__share-box .share-popup__list.list-item a,.author-details-cmp .author-details__box__share-box .share-popup__list.list-item span{font-weight:500;color:#1a1a1a;line-height:19px}.small-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item a,.small-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item span{font-size:.875rem}@media screen and (min-width: 768px){.small-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item a,.small-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item span{font-size:.875rem}}.medium-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item a,.medium-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item span{font-size:1rem}@media screen and (min-width: 768px){.medium-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item a,.medium-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item span{font-size:1rem}}.large-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item a,.large-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item span{font-size:1.125rem}@media screen and (min-width: 768px){.large-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item a,.large-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item span{font-size:1.125rem}}.author-details-cmp .author-details__box__share-box .share-popup__list.list-item a,.author-details-cmp .author-details__box__share-box .share-popup__list.list-item span{font-size:1rem}@media screen and (min-width: 768px){.author-details-cmp .author-details__box__share-box .share-popup__list.list-item a,.author-details-cmp .author-details__box__share-box .share-popup__list.list-item span{font-size:1rem}}@media screen and (min-width: 1025px){.author-details-cmp .author-details__box__share-box .share-popup__list.list-item a,.author-details-cmp .author-details__box__share-box .share-popup__list.list-item span{line-height:24px}.small-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item a,.small-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item span{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item a,.small-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item span{font-size:1rem}}@media screen and (min-width: 1025px){.medium-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item a,.medium-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item span{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item a,.medium-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item span{font-size:1.125rem}}@media screen and (min-width: 1025px){.large-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item a,.large-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item span{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item a,.large-text .author-details-cmp .author-details__box__share-box .share-popup__list.list-item span{font-size:1.25rem}}@media screen and (min-width: 1025px){.author-details-cmp .author-details__box__share-box .share-popup__list.list-item a,.author-details-cmp .author-details__box__share-box .share-popup__list.list-item span{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.author-details-cmp .author-details__box__share-box .share-popup__list.list-item a,.author-details-cmp .author-details__box__share-box .share-popup__list.list-item span{font-size:1.125rem}}.author-details-cmp .author-details__box__share-box .share-popup.show-popup{display:flex}.font-size-modal{background-color:#1a1a1abf}.font-size-modal .bf-icon-close{text-align:right;max-width:fit-content;align-self:flex-end}@media screen and (min-width: 1025px){.font-size-modal .modal__body{display:flex;align-items:center;justify-content:center}}.font-size-modal .modal__body .modal__content{border-radius:8px;padding:16px 16px 32px}@media screen and (min-width: 1025px){.font-size-modal .modal__body .modal__content{border-radius:12px;width:auto}}.font-size-modal__box{display:flex;flex-direction:column;gap:12px;align-items:center}@media screen and (min-width: 1025px){.font-size-modal__box{align-items:normal}}.font-size-modal__box .font-size-title{color:#1a1a1a;padding-bottom:12px;line-height:21.33px}.small-text .font-size-modal__box .font-size-title{font-size:1rem}@media screen and (min-width: 768px){.small-text .font-size-modal__box .font-size-title{font-size:1rem}}.medium-text .font-size-modal__box .font-size-title{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .font-size-modal__box .font-size-title{font-size:1.125rem}}.large-text .font-size-modal__box .font-size-title{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .font-size-modal__box .font-size-title{font-size:1.25rem}}.font-size-modal__box .font-size-title{font-size:1.125rem}@media screen and (min-width: 768px){.font-size-modal__box .font-size-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.font-size-modal__box .font-size-title{line-height:24px}.small-text .font-size-modal__box .font-size-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .font-size-modal__box .font-size-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.medium-text .font-size-modal__box .font-size-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .font-size-modal__box .font-size-title{font-size:1.25rem}}@media screen and (min-width: 1025px){.large-text .font-size-modal__box .font-size-title{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .font-size-modal__box .font-size-title{font-size:1.375rem}}@media screen and (min-width: 1025px){.font-size-modal__box .font-size-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.font-size-modal__box .font-size-title{font-size:1.25rem}}.font-size-modal__box .font-size-apply-btn{border-radius:82px;padding-top:11.5px;padding-bottom:11.5px;line-height:16.59px}.small-text .font-size-modal__box .font-size-apply-btn{font-size:.75rem}@media screen and (min-width: 768px){.small-text .font-size-modal__box .font-size-apply-btn{font-size:.75rem}}.medium-text .font-size-modal__box .font-size-apply-btn{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .font-size-modal__box .font-size-apply-btn{font-size:.875rem}}.large-text .font-size-modal__box .font-size-apply-btn{font-size:1rem}@media screen and (min-width: 768px){.large-text .font-size-modal__box .font-size-apply-btn{font-size:1rem}}.font-size-modal__box .font-size-apply-btn{font-size:.875rem}@media screen and (min-width: 768px){.font-size-modal__box .font-size-apply-btn{font-size:.875rem}}@media screen and (min-width: 1025px){.font-size-modal__box .font-size-apply-btn{line-height:16.59px}.small-text .font-size-modal__box .font-size-apply-btn{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .font-size-modal__box .font-size-apply-btn{font-size:.75rem}}@media screen and (min-width: 1025px){.medium-text .font-size-modal__box .font-size-apply-btn{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .font-size-modal__box .font-size-apply-btn{font-size:.875rem}}@media screen and (min-width: 1025px){.large-text .font-size-modal__box .font-size-apply-btn{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .font-size-modal__box .font-size-apply-btn{font-size:1rem}}@media screen and (min-width: 1025px){.font-size-modal__box .font-size-apply-btn{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.font-size-modal__box .font-size-apply-btn{font-size:.875rem}}.font-size-modal__box__text-size{padding:12px 16px;border-radius:4px;gap:20px;background-color:#f2f2f2;display:flex;flex-direction:column;border:1px solid #fafafa}@media screen and (min-width: 1025px){.font-size-modal__box__text-size{border:0px;background-color:#fafafa}}.font-size-modal__box__text-size .text-size-btn{display:flex;gap:10px}.font-size-modal__box__text-size .text-size-btn .font-btn{display:flex;align-items:center;justify-content:center;padding:8px;width:95px;height:36px;text-align:center;color:#002953;background-color:#fff;border:1px solid #002953;border-radius:4px;cursor:pointer}@media screen and (min-width: 1025px){.font-size-modal__box__text-size .text-size-btn .font-btn{width:155px}}.font-size-modal__box__text-size .text-size-btn .font-btn.active{background-color:#002953;color:#fff}.font-size-modal__box__text-size .text-size-btn .small-btn{line-height:16px}.small-text .font-size-modal__box__text-size .text-size-btn .small-btn{font-size:.625rem}@media screen and (min-width: 768px){.small-text .font-size-modal__box__text-size .text-size-btn .small-btn{font-size:.625rem}}.medium-text .font-size-modal__box__text-size .text-size-btn .small-btn{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .font-size-modal__box__text-size .text-size-btn .small-btn{font-size:.75rem}}.large-text .font-size-modal__box__text-size .text-size-btn .small-btn{font-size:.875rem}@media screen and (min-width: 768px){.large-text .font-size-modal__box__text-size .text-size-btn .small-btn{font-size:.875rem}}.font-size-modal__box__text-size .text-size-btn .small-btn{font-size:.75rem}@media screen and (min-width: 768px){.font-size-modal__box__text-size .text-size-btn .small-btn{font-size:.75rem}}@media screen and (min-width: 1025px){.font-size-modal__box__text-size .text-size-btn .small-btn{line-height:20px}.small-text .font-size-modal__box__text-size .text-size-btn .small-btn{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .font-size-modal__box__text-size .text-size-btn .small-btn{font-size:.75rem}}@media screen and (min-width: 1025px){.medium-text .font-size-modal__box__text-size .text-size-btn .small-btn{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .font-size-modal__box__text-size .text-size-btn .small-btn{font-size:.875rem}}@media screen and (min-width: 1025px){.large-text .font-size-modal__box__text-size .text-size-btn .small-btn{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .font-size-modal__box__text-size .text-size-btn .small-btn{font-size:1rem}}@media screen and (min-width: 1025px){.font-size-modal__box__text-size .text-size-btn .small-btn{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.font-size-modal__box__text-size .text-size-btn .small-btn{font-size:.875rem}}.font-size-modal__box__text-size .text-size-btn .medium-btn{line-height:16.59px}.small-text .font-size-modal__box__text-size .text-size-btn .medium-btn{font-size:.75rem}@media screen and (min-width: 768px){.small-text .font-size-modal__box__text-size .text-size-btn .medium-btn{font-size:.75rem}}.medium-text .font-size-modal__box__text-size .text-size-btn .medium-btn{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .font-size-modal__box__text-size .text-size-btn .medium-btn{font-size:.875rem}}.large-text .font-size-modal__box__text-size .text-size-btn .medium-btn{font-size:1rem}@media screen and (min-width: 768px){.large-text .font-size-modal__box__text-size .text-size-btn .medium-btn{font-size:1rem}}.font-size-modal__box__text-size .text-size-btn .medium-btn{font-size:.875rem}@media screen and (min-width: 768px){.font-size-modal__box__text-size .text-size-btn .medium-btn{font-size:.875rem}}@media screen and (min-width: 1025px){.font-size-modal__box__text-size .text-size-btn .medium-btn{line-height:21.33px}.small-text .font-size-modal__box__text-size .text-size-btn .medium-btn{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .font-size-modal__box__text-size .text-size-btn .medium-btn{font-size:1rem}}@media screen and (min-width: 1025px){.medium-text .font-size-modal__box__text-size .text-size-btn .medium-btn{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .font-size-modal__box__text-size .text-size-btn .medium-btn{font-size:1.125rem}}@media screen and (min-width: 1025px){.large-text .font-size-modal__box__text-size .text-size-btn .medium-btn{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .font-size-modal__box__text-size .text-size-btn .medium-btn{font-size:1.25rem}}@media screen and (min-width: 1025px){.font-size-modal__box__text-size .text-size-btn .medium-btn{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.font-size-modal__box__text-size .text-size-btn .medium-btn{font-size:1.125rem}}.font-size-modal__box__text-size .text-size-btn .large-btn{line-height:24px}.small-text .font-size-modal__box__text-size .text-size-btn .large-btn{font-size:1rem}@media screen and (min-width: 768px){.small-text .font-size-modal__box__text-size .text-size-btn .large-btn{font-size:1rem}}.medium-text .font-size-modal__box__text-size .text-size-btn .large-btn{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .font-size-modal__box__text-size .text-size-btn .large-btn{font-size:1.125rem}}.large-text .font-size-modal__box__text-size .text-size-btn .large-btn{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .font-size-modal__box__text-size .text-size-btn .large-btn{font-size:1.25rem}}.font-size-modal__box__text-size .text-size-btn .large-btn{font-size:1.125rem}@media screen and (min-width: 768px){.font-size-modal__box__text-size .text-size-btn .large-btn{font-size:1.125rem}}@media screen and (min-width: 1025px){.font-size-modal__box__text-size .text-size-btn .large-btn{line-height:20px}.small-text .font-size-modal__box__text-size .text-size-btn .large-btn{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .font-size-modal__box__text-size .text-size-btn .large-btn{font-size:1.25rem}}@media screen and (min-width: 1025px){.medium-text .font-size-modal__box__text-size .text-size-btn .large-btn{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .font-size-modal__box__text-size .text-size-btn .large-btn{font-size:1.375rem}}@media screen and (min-width: 1025px){.large-text .font-size-modal__box__text-size .text-size-btn .large-btn{font-size:1.5rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .font-size-modal__box__text-size .text-size-btn .large-btn{font-size:1.5rem}}@media screen and (min-width: 1025px){.font-size-modal__box__text-size .text-size-btn .large-btn{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.font-size-modal__box__text-size .text-size-btn .large-btn{font-size:1.375rem}}.font-size-modal__box__text-size .text-size-content{display:flex;flex-direction:column;gap:8px}.font-size-modal__box__text-size .text-size-content .text-size-title{color:#1a1a1a;line-height:24px}.small-text .font-size-modal__box__text-size .text-size-content .text-size-title{font-size:1rem}@media screen and (min-width: 768px){.small-text .font-size-modal__box__text-size .text-size-content .text-size-title{font-size:1rem}}.medium-text .font-size-modal__box__text-size .text-size-content .text-size-title{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .font-size-modal__box__text-size .text-size-content .text-size-title{font-size:1.125rem}}.large-text .font-size-modal__box__text-size .text-size-content .text-size-title{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .font-size-modal__box__text-size .text-size-content .text-size-title{font-size:1.25rem}}.font-size-modal__box__text-size .text-size-content .text-size-title{font-size:1.125rem}@media screen and (min-width: 768px){.font-size-modal__box__text-size .text-size-content .text-size-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.small-text .font-size-modal__box__text-size .text-size-content .text-size-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .font-size-modal__box__text-size .text-size-content .text-size-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.medium-text .font-size-modal__box__text-size .text-size-content .text-size-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .font-size-modal__box__text-size .text-size-content .text-size-title{font-size:1.25rem}}@media screen and (min-width: 1025px){.large-text .font-size-modal__box__text-size .text-size-content .text-size-title{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .font-size-modal__box__text-size .text-size-content .text-size-title{font-size:1.375rem}}@media screen and (min-width: 1025px){.font-size-modal__box__text-size .text-size-content .text-size-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.font-size-modal__box__text-size .text-size-content .text-size-title{font-size:1.25rem}}.font-size-modal__box__text-size .text-size-content .text-size-sub-title{color:#666;width:311px;line-height:20px}.small-text .font-size-modal__box__text-size .text-size-content .text-size-sub-title{font-size:.75rem}@media screen and (min-width: 768px){.small-text .font-size-modal__box__text-size .text-size-content .text-size-sub-title{font-size:.75rem}}.medium-text .font-size-modal__box__text-size .text-size-content .text-size-sub-title{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .font-size-modal__box__text-size .text-size-content .text-size-sub-title{font-size:.875rem}}.large-text .font-size-modal__box__text-size .text-size-content .text-size-sub-title{font-size:1rem}@media screen and (min-width: 768px){.large-text .font-size-modal__box__text-size .text-size-content .text-size-sub-title{font-size:1rem}}.font-size-modal__box__text-size .text-size-content .text-size-sub-title{font-size:.875rem}@media screen and (min-width: 768px){.font-size-modal__box__text-size .text-size-content .text-size-sub-title{font-size:.875rem}}@media screen and (min-width: 1025px){.font-size-modal__box__text-size .text-size-content .text-size-sub-title{width:489px;line-height:24px}.small-text .font-size-modal__box__text-size .text-size-content .text-size-sub-title{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .font-size-modal__box__text-size .text-size-content .text-size-sub-title{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .font-size-modal__box__text-size .text-size-content .text-size-sub-title{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .font-size-modal__box__text-size .text-size-content .text-size-sub-title{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .font-size-modal__box__text-size .text-size-content .text-size-sub-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .font-size-modal__box__text-size .text-size-content .text-size-sub-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.font-size-modal__box__text-size .text-size-content .text-size-sub-title{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.font-size-modal__box__text-size .text-size-content .text-size-sub-title{font-size:1rem}}.font-size-modal__box__text-size .text-size-content.small-text .text-size-title{line-height:19px}.small-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-title{font-size:.875rem}@media screen and (min-width: 768px){.small-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-title{font-size:.875rem}}.medium-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-title{font-size:1rem}@media screen and (min-width: 768px){.medium-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-title{font-size:1rem}}.large-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-title{font-size:1.125rem}@media screen and (min-width: 768px){.large-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-title{font-size:1.125rem}}.font-size-modal__box__text-size .text-size-content.small-text .text-size-title{font-size:1rem}@media screen and (min-width: 768px){.font-size-modal__box__text-size .text-size-content.small-text .text-size-title{font-size:1rem}}@media screen and (min-width: 1025px){.font-size-modal__box__text-size .text-size-content.small-text .text-size-title{line-height:21px}.small-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-title{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-title{font-size:1rem}}@media screen and (min-width: 1025px){.medium-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.large-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-title{font-size:1.25rem}}@media screen and (min-width: 1025px){.font-size-modal__box__text-size .text-size-content.small-text .text-size-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.font-size-modal__box__text-size .text-size-content.small-text .text-size-title{font-size:1.125rem}}.font-size-modal__box__text-size .text-size-content.small-text .text-size-sub-title{line-height:16px}.small-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-sub-title{font-size:.625rem}@media screen and (min-width: 768px){.small-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-sub-title{font-size:.625rem}}.medium-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-sub-title{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-sub-title{font-size:.75rem}}.large-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-sub-title{font-size:.875rem}@media screen and (min-width: 768px){.large-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-sub-title{font-size:.875rem}}.font-size-modal__box__text-size .text-size-content.small-text .text-size-sub-title{font-size:.75rem}@media screen and (min-width: 768px){.font-size-modal__box__text-size .text-size-content.small-text .text-size-sub-title{font-size:.75rem}}@media screen and (min-width: 1025px){.font-size-modal__box__text-size .text-size-content.small-text .text-size-sub-title{line-height:20px}.small-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-sub-title{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-sub-title{font-size:.75rem}}@media screen and (min-width: 1025px){.medium-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-sub-title{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-sub-title{font-size:.875rem}}@media screen and (min-width: 1025px){.large-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-sub-title{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .font-size-modal__box__text-size .text-size-content.small-text .text-size-sub-title{font-size:1rem}}@media screen and (min-width: 1025px){.font-size-modal__box__text-size .text-size-content.small-text .text-size-sub-title{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.font-size-modal__box__text-size .text-size-content.small-text .text-size-sub-title{font-size:.875rem}}.font-size-modal__box__text-size .text-size-content.medium-text .text-size-title{line-height:24px}.small-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-title{font-size:1rem}@media screen and (min-width: 768px){.small-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-title{font-size:1rem}}.medium-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-title{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-title{font-size:1.125rem}}.large-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-title{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-title{font-size:1.25rem}}.font-size-modal__box__text-size .text-size-content.medium-text .text-size-title{font-size:1.125rem}@media screen and (min-width: 768px){.font-size-modal__box__text-size .text-size-content.medium-text .text-size-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.small-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.medium-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-title{font-size:1.25rem}}@media screen and (min-width: 1025px){.large-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-title{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-title{font-size:1.375rem}}@media screen and (min-width: 1025px){.font-size-modal__box__text-size .text-size-content.medium-text .text-size-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.font-size-modal__box__text-size .text-size-content.medium-text .text-size-title{font-size:1.25rem}}.font-size-modal__box__text-size .text-size-content.medium-text .text-size-sub-title{line-height:20px}.small-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-sub-title{font-size:.75rem}@media screen and (min-width: 768px){.small-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-sub-title{font-size:.75rem}}.medium-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-sub-title{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-sub-title{font-size:.875rem}}.large-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-sub-title{font-size:1rem}@media screen and (min-width: 768px){.large-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-sub-title{font-size:1rem}}.font-size-modal__box__text-size .text-size-content.medium-text .text-size-sub-title{font-size:.875rem}@media screen and (min-width: 768px){.font-size-modal__box__text-size .text-size-content.medium-text .text-size-sub-title{font-size:.875rem}}@media screen and (min-width: 1025px){.font-size-modal__box__text-size .text-size-content.medium-text .text-size-sub-title{line-height:24px}.small-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-sub-title{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-sub-title{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-sub-title{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-sub-title{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-sub-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .font-size-modal__box__text-size .text-size-content.medium-text .text-size-sub-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.font-size-modal__box__text-size .text-size-content.medium-text .text-size-sub-title{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.font-size-modal__box__text-size .text-size-content.medium-text .text-size-sub-title{font-size:1rem}}.font-size-modal__box__text-size .text-size-content.large-text .text-size-title{line-height:24px}.small-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-title{font-size:1.125rem}@media screen and (min-width: 768px){.small-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-title{font-size:1.125rem}}.medium-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-title{font-size:1.25rem}@media screen and (min-width: 768px){.medium-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-title{font-size:1.25rem}}.large-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-title{font-size:1.375rem}@media screen and (min-width: 768px){.large-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-title{font-size:1.375rem}}.font-size-modal__box__text-size .text-size-content.large-text .text-size-title{font-size:1.25rem}@media screen and (min-width: 768px){.font-size-modal__box__text-size .text-size-content.large-text .text-size-title{font-size:1.25rem}}@media screen and (min-width: 1025px){.font-size-modal__box__text-size .text-size-content.large-text .text-size-title{line-height:26px}.small-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-title{font-size:1.25rem}}@media screen and (min-width: 1025px){.medium-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-title{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-title{font-size:1.375rem}}@media screen and (min-width: 1025px){.large-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-title{font-size:1.5rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-title{font-size:1.5rem}}@media screen and (min-width: 1025px){.font-size-modal__box__text-size .text-size-content.large-text .text-size-title{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.font-size-modal__box__text-size .text-size-content.large-text .text-size-title{font-size:1.375rem}}.font-size-modal__box__text-size .text-size-content.large-text .text-size-sub-title{line-height:19px}.small-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-sub-title{font-size:.875rem}@media screen and (min-width: 768px){.small-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-sub-title{font-size:.875rem}}.medium-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-sub-title{font-size:1rem}@media screen and (min-width: 768px){.medium-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-sub-title{font-size:1rem}}.large-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-sub-title{font-size:1.125rem}@media screen and (min-width: 768px){.large-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-sub-title{font-size:1.125rem}}.font-size-modal__box__text-size .text-size-content.large-text .text-size-sub-title{font-size:1rem}@media screen and (min-width: 768px){.font-size-modal__box__text-size .text-size-content.large-text .text-size-sub-title{font-size:1rem}}@media screen and (min-width: 1025px){.font-size-modal__box__text-size .text-size-content.large-text .text-size-sub-title{line-height:21px}.small-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-sub-title{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-sub-title{font-size:1rem}}@media screen and (min-width: 1025px){.medium-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-sub-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-sub-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.large-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-sub-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .font-size-modal__box__text-size .text-size-content.large-text .text-size-sub-title{font-size:1.25rem}}@media screen and (min-width: 1025px){.font-size-modal__box__text-size .text-size-content.large-text .text-size-sub-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.font-size-modal__box__text-size .text-size-content.large-text .text-size-sub-title{font-size:1.125rem}}.link-copied{display:none;padding:8px;gap:4px;position:fixed;border-radius:108px;bottom:80px;left:50%;background-color:#00b500;z-index:9999;transform:translate(-50%,-50%)}@media screen and (min-width: 1025px){.link-copied{top:149px;bottom:auto}}.link-copied .bf-icon-tick-mark-fill{color:#fff}.link-copied span{color:#fff;font-weight:500;line-height:16.59px}.small-text .link-copied span{font-size:.75rem}@media screen and (min-width: 768px){.small-text .link-copied span{font-size:.75rem}}.medium-text .link-copied span{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .link-copied span{font-size:.875rem}}.large-text .link-copied span{font-size:1rem}@media screen and (min-width: 768px){.large-text .link-copied span{font-size:1rem}}.link-copied span{font-size:.875rem}@media screen and (min-width: 768px){.link-copied span{font-size:.875rem}}.link-copied.link-copied-open{display:flex}.media-with-text__wrapper{display:flex;flex-direction:column;gap:8px}.media-with-text__title{font-weight:500;color:#222f3f;line-height:24px}.small-text .media-with-text__title{font-size:1rem}@media screen and (min-width: 768px){.small-text .media-with-text__title{font-size:1rem}}.medium-text .media-with-text__title{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .media-with-text__title{font-size:1.125rem}}.large-text .media-with-text__title{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .media-with-text__title{font-size:1.25rem}}.media-with-text__title{font-size:1.125rem}@media screen and (min-width: 768px){.media-with-text__title{font-size:1.125rem}}@media screen and (min-width: 1025px){.media-with-text__title{color:#1a1a1a}.small-text .media-with-text__title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .media-with-text__title{font-size:1.125rem}}@media screen and (min-width: 1025px){.medium-text .media-with-text__title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .media-with-text__title{font-size:1.25rem}}@media screen and (min-width: 1025px){.large-text .media-with-text__title{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .media-with-text__title{font-size:1.375rem}}@media screen and (min-width: 1025px){.media-with-text__title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.media-with-text__title{font-size:1.25rem}}.media-with-text__container{display:flex;flex-wrap:wrap;align-items:center;justify-content:center}.media-with-text__container__wrapper .video-container{cursor:pointer}.media-with-text__container__wrapper .img-wrapper{float:left;position:relative;margin-bottom:8px}@media screen and (min-width: 768px){.media-with-text__container__wrapper .img-wrapper{margin-right:8px}}.media-with-text__container__wrapper .img-wrapper img{width:100%;height:100%;float:left}@media screen and (min-width: 768px){.media-with-text__container__wrapper .img-wrapper img{width:447px;height:251px}}.media-with-text__container__wrapper .img-wrapper .play-icon-block{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;border-radius:50%}.media-with-text__container__wrapper .img-wrapper .play-icon-block .icon-bg-block{position:absolute;top:3px;bottom:4px;right:9px;left:1px;z-index:-1;border-radius:50%}.media-with-text__container__wrapper .img-wrapper .play-icon-block .play-icon--with-bg{background-color:#ff6700}.media-with-text__container__wrapper .img-wrapper .play-icon-block .bf-icon-play-icon:before{color:#fff}.small-text .media-with-text__container__wrapper .img-wrapper .play-icon-block .bf-icon-play-icon:before{font-size:3.375rem}@media screen and (min-width: 768px){.small-text .media-with-text__container__wrapper .img-wrapper .play-icon-block .bf-icon-play-icon:before{font-size:3.375rem}}.medium-text .media-with-text__container__wrapper .img-wrapper .play-icon-block .bf-icon-play-icon:before{font-size:3.5rem}@media screen and (min-width: 768px){.medium-text .media-with-text__container__wrapper .img-wrapper .play-icon-block .bf-icon-play-icon:before{font-size:3.5rem}}.large-text .media-with-text__container__wrapper .img-wrapper .play-icon-block .bf-icon-play-icon:before{font-size:3.625rem}@media screen and (min-width: 768px){.large-text .media-with-text__container__wrapper .img-wrapper .play-icon-block .bf-icon-play-icon:before{font-size:3.625rem}}.media-with-text__container__wrapper .img-wrapper .play-icon-block .bf-icon-play-icon:before{font-size:3.5rem}@media screen and (min-width: 768px){.media-with-text__container__wrapper .img-wrapper .play-icon-block .bf-icon-play-icon:before{font-size:3.5rem}}.media-with-text__container__wrapper .text-content{color:#1a1a1a;line-height:20px}.small-text .media-with-text__container__wrapper .text-content{font-size:.75rem}@media screen and (min-width: 768px){.small-text .media-with-text__container__wrapper .text-content{font-size:.75rem}}.medium-text .media-with-text__container__wrapper .text-content{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .media-with-text__container__wrapper .text-content{font-size:.875rem}}.large-text .media-with-text__container__wrapper .text-content{font-size:1rem}@media screen and (min-width: 768px){.large-text .media-with-text__container__wrapper .text-content{font-size:1rem}}.media-with-text__container__wrapper .text-content{font-size:.875rem}@media screen and (min-width: 768px){.media-with-text__container__wrapper .text-content{font-size:.875rem}}@media screen and (min-width: 1025px){.media-with-text__container__wrapper .text-content{line-height:24px}.small-text .media-with-text__container__wrapper .text-content{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .media-with-text__container__wrapper .text-content{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .media-with-text__container__wrapper .text-content{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .media-with-text__container__wrapper .text-content{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .media-with-text__container__wrapper .text-content{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .media-with-text__container__wrapper .text-content{font-size:1.125rem}}@media screen and (min-width: 1025px){.media-with-text__container__wrapper .text-content{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.media-with-text__container__wrapper .text-content{font-size:1rem}}.media-with-text__container__wrapper .text-content p,.media-with-text__container__wrapper .text-content span,.media-with-text__container__wrapper .text-content div,.media-with-text__container__wrapper .text-content ul,.media-with-text__container__wrapper .text-content li{color:inherit;line-height:inherit;font-size:inherit}@media screen and (min-width: 768px){.media-with-text__container__wrapper .text-content ul{display:flex;flex-direction:column;margin:0}}.small-text .media-with-text__container__wrapper .text-content h1{font-size:1.25rem}@media screen and (min-width: 768px){.small-text .media-with-text__container__wrapper .text-content h1{font-size:1rem}}.medium-text .media-with-text__container__wrapper .text-content h1{font-size:1.25rem}@media screen and (min-width: 768px){.medium-text .media-with-text__container__wrapper .text-content h1{font-size:1.25rem}}.large-text .media-with-text__container__wrapper .text-content h1{font-size:1.375rem}@media screen and (min-width: 768px){.large-text .media-with-text__container__wrapper .text-content h1{font-size:1.5rem}}.media-with-text__container__wrapper .text-content h1{font-size:1.25rem}@media screen and (min-width: 768px){.media-with-text__container__wrapper .text-content h1{font-size:1.25rem}}@media screen and (min-width: 1025px){.small-text .media-with-text__container__wrapper .text-content h1{font-size:1.5rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .media-with-text__container__wrapper .text-content h1{font-size:1.25rem}}@media screen and (min-width: 1025px){.medium-text .media-with-text__container__wrapper .text-content h1{font-size:1.5rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .media-with-text__container__wrapper .text-content h1{font-size:1.5rem}}@media screen and (min-width: 1025px){.large-text .media-with-text__container__wrapper .text-content h1{font-size:1.625rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .media-with-text__container__wrapper .text-content h1{font-size:1.75rem}}@media screen and (min-width: 1025px){.media-with-text__container__wrapper .text-content h1{font-size:1.5rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.media-with-text__container__wrapper .text-content h1{font-size:1.5rem}}.small-text .media-with-text__container__wrapper .text-content h2,.small-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__details-title,.small-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__header__plan-title{font-size:1rem}@media screen and (min-width: 768px){.small-text .media-with-text__container__wrapper .text-content h2,.small-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__details-title,.small-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__header__plan-title{font-size:1rem}}.medium-text .media-with-text__container__wrapper .text-content h2,.medium-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__details-title,.medium-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__header__plan-title{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .media-with-text__container__wrapper .text-content h2,.medium-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__details-title,.medium-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__header__plan-title{font-size:1.125rem}}.large-text .media-with-text__container__wrapper .text-content h2,.large-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__details-title,.large-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__header__plan-title{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .media-with-text__container__wrapper .text-content h2,.large-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__details-title,.large-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__header__plan-title{font-size:1.25rem}}.media-with-text__container__wrapper .text-content h2,.media-with-text__container__wrapper .text-content .subscription-card-carousel__card__details-title,.media-with-text__container__wrapper .text-content .subscription-card-carousel__card__header__plan-title{font-size:1.125rem}@media screen and (min-width: 768px){.media-with-text__container__wrapper .text-content h2,.media-with-text__container__wrapper .text-content .subscription-card-carousel__card__details-title,.media-with-text__container__wrapper .text-content .subscription-card-carousel__card__header__plan-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.small-text .media-with-text__container__wrapper .text-content h2,.small-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__details-title,.small-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__header__plan-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .media-with-text__container__wrapper .text-content h2,.small-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__details-title,.small-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__header__plan-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.medium-text .media-with-text__container__wrapper .text-content h2,.medium-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__details-title,.medium-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__header__plan-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .media-with-text__container__wrapper .text-content h2,.medium-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__details-title,.medium-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__header__plan-title{font-size:1.25rem}}@media screen and (min-width: 1025px){.large-text .media-with-text__container__wrapper .text-content h2,.large-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__details-title,.large-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__header__plan-title{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .media-with-text__container__wrapper .text-content h2,.large-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__details-title,.large-text .media-with-text__container__wrapper .text-content .subscription-card-carousel__card__header__plan-title{font-size:1.375rem}}@media screen and (min-width: 1025px){.media-with-text__container__wrapper .text-content h2,.media-with-text__container__wrapper .text-content .subscription-card-carousel__card__details-title,.media-with-text__container__wrapper .text-content .subscription-card-carousel__card__header__plan-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.media-with-text__container__wrapper .text-content h2,.media-with-text__container__wrapper .text-content .subscription-card-carousel__card__details-title,.media-with-text__container__wrapper .text-content .subscription-card-carousel__card__header__plan-title{font-size:1.25rem}}.small-text .media-with-text__container__wrapper .text-content h3{font-size:.875rem}@media screen and (min-width: 768px){.small-text .media-with-text__container__wrapper .text-content h3{font-size:.875rem}}.medium-text .media-with-text__container__wrapper .text-content h3{font-size:1rem}@media screen and (min-width: 768px){.medium-text .media-with-text__container__wrapper .text-content h3{font-size:1rem}}.large-text .media-with-text__container__wrapper .text-content h3{font-size:1.125rem}@media screen and (min-width: 768px){.large-text .media-with-text__container__wrapper .text-content h3{font-size:1.125rem}}.media-with-text__container__wrapper .text-content h3{font-size:1rem}@media screen and (min-width: 768px){.media-with-text__container__wrapper .text-content h3{font-size:1rem}}@media screen and (min-width: 1025px){.small-text .media-with-text__container__wrapper .text-content h3{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .media-with-text__container__wrapper .text-content h3{font-size:1rem}}@media screen and (min-width: 1025px){.medium-text .media-with-text__container__wrapper .text-content h3{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .media-with-text__container__wrapper .text-content h3{font-size:1.125rem}}@media screen and (min-width: 1025px){.large-text .media-with-text__container__wrapper .text-content h3{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .media-with-text__container__wrapper .text-content h3{font-size:1.25rem}}@media screen and (min-width: 1025px){.media-with-text__container__wrapper .text-content h3{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.media-with-text__container__wrapper .text-content h3{font-size:1.125rem}}.small-text .media-with-text__container__wrapper .text-content h4,.small-text .media-with-text__container__wrapper .text-content .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .small-text .media-with-text__container__wrapper .text-content th,.small-text .media-with-text__container__wrapper .text-content .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .small-text .media-with-text__container__wrapper .text-content td:first-child{font-size:.75rem}@media screen and (min-width: 768px){.small-text .media-with-text__container__wrapper .text-content h4,.small-text .media-with-text__container__wrapper .text-content .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .small-text .media-with-text__container__wrapper .text-content th,.small-text .media-with-text__container__wrapper .text-content .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .small-text .media-with-text__container__wrapper .text-content td:first-child{font-size:.75rem}}.medium-text .media-with-text__container__wrapper .text-content h4,.medium-text .media-with-text__container__wrapper .text-content .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .medium-text .media-with-text__container__wrapper .text-content th,.medium-text .media-with-text__container__wrapper .text-content .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .medium-text .media-with-text__container__wrapper .text-content td:first-child{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .media-with-text__container__wrapper .text-content h4,.medium-text .media-with-text__container__wrapper .text-content .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .medium-text .media-with-text__container__wrapper .text-content th,.medium-text .media-with-text__container__wrapper .text-content .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .medium-text .media-with-text__container__wrapper .text-content td:first-child{font-size:.875rem}}.large-text .media-with-text__container__wrapper .text-content h4,.large-text .media-with-text__container__wrapper .text-content .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .large-text .media-with-text__container__wrapper .text-content th,.large-text .media-with-text__container__wrapper .text-content .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .large-text .media-with-text__container__wrapper .text-content td:first-child{font-size:1rem}@media screen and (min-width: 768px){.large-text .media-with-text__container__wrapper .text-content h4,.large-text .media-with-text__container__wrapper .text-content .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .large-text .media-with-text__container__wrapper .text-content th,.large-text .media-with-text__container__wrapper .text-content .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .large-text .media-with-text__container__wrapper .text-content td:first-child{font-size:1rem}}.media-with-text__container__wrapper .text-content h4,.media-with-text__container__wrapper .text-content .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .media-with-text__container__wrapper .text-content th,.media-with-text__container__wrapper .text-content .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .media-with-text__container__wrapper .text-content td:first-child{font-size:.875rem}@media screen and (min-width: 768px){.media-with-text__container__wrapper .text-content h4,.media-with-text__container__wrapper .text-content .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .media-with-text__container__wrapper .text-content th,.media-with-text__container__wrapper .text-content .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .media-with-text__container__wrapper .text-content td:first-child{font-size:.875rem}}@media screen and (min-width: 1025px){.small-text .media-with-text__container__wrapper .text-content h4,.small-text .media-with-text__container__wrapper .text-content .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .small-text .media-with-text__container__wrapper .text-content th,.small-text .media-with-text__container__wrapper .text-content .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .small-text .media-with-text__container__wrapper .text-content td:first-child{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .media-with-text__container__wrapper .text-content h4,.small-text .media-with-text__container__wrapper .text-content .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .small-text .media-with-text__container__wrapper .text-content th,.small-text .media-with-text__container__wrapper .text-content .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .small-text .media-with-text__container__wrapper .text-content td:first-child{font-size:1rem}}@media screen and (min-width: 1025px){.medium-text .media-with-text__container__wrapper .text-content h4,.medium-text .media-with-text__container__wrapper .text-content .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .medium-text .media-with-text__container__wrapper .text-content th,.medium-text .media-with-text__container__wrapper .text-content .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .medium-text .media-with-text__container__wrapper .text-content td:first-child{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .media-with-text__container__wrapper .text-content h4,.medium-text .media-with-text__container__wrapper .text-content .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .medium-text .media-with-text__container__wrapper .text-content th,.medium-text .media-with-text__container__wrapper .text-content .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .medium-text .media-with-text__container__wrapper .text-content td:first-child{font-size:1.125rem}}@media screen and (min-width: 1025px){.large-text .media-with-text__container__wrapper .text-content h4,.large-text .media-with-text__container__wrapper .text-content .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .large-text .media-with-text__container__wrapper .text-content th,.large-text .media-with-text__container__wrapper .text-content .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .large-text .media-with-text__container__wrapper .text-content td:first-child{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .media-with-text__container__wrapper .text-content h4,.large-text .media-with-text__container__wrapper .text-content .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .large-text .media-with-text__container__wrapper .text-content th,.large-text .media-with-text__container__wrapper .text-content .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .large-text .media-with-text__container__wrapper .text-content td:first-child{font-size:1.25rem}}@media screen and (min-width: 1025px){.media-with-text__container__wrapper .text-content h4,.media-with-text__container__wrapper .text-content .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .media-with-text__container__wrapper .text-content th,.media-with-text__container__wrapper .text-content .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .media-with-text__container__wrapper .text-content td:first-child{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.media-with-text__container__wrapper .text-content h4,.media-with-text__container__wrapper .text-content .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .media-with-text__container__wrapper .text-content th,.media-with-text__container__wrapper .text-content .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .media-with-text__container__wrapper .text-content td:first-child{font-size:1.125rem}}.small-text .media-with-text__container__wrapper .text-content h5{font-size:.75rem}@media screen and (min-width: 768px){.small-text .media-with-text__container__wrapper .text-content h5{font-size:.75rem}}.medium-text .media-with-text__container__wrapper .text-content h5{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .media-with-text__container__wrapper .text-content h5{font-size:.875rem}}.large-text .media-with-text__container__wrapper .text-content h5{font-size:1rem}@media screen and (min-width: 768px){.large-text .media-with-text__container__wrapper .text-content h5{font-size:1rem}}.media-with-text__container__wrapper .text-content h5{font-size:.875rem}@media screen and (min-width: 768px){.media-with-text__container__wrapper .text-content h5{font-size:.875rem}}@media screen and (min-width: 1025px){.small-text .media-with-text__container__wrapper .text-content h5{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .media-with-text__container__wrapper .text-content h5{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .media-with-text__container__wrapper .text-content h5{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .media-with-text__container__wrapper .text-content h5{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .media-with-text__container__wrapper .text-content h5{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .media-with-text__container__wrapper .text-content h5{font-size:1.125rem}}@media screen and (min-width: 1025px){.media-with-text__container__wrapper .text-content h5{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.media-with-text__container__wrapper .text-content h5{font-size:1rem}}.small-text .media-with-text__container__wrapper .text-content h6{font-size:.625rem}@media screen and (min-width: 768px){.small-text .media-with-text__container__wrapper .text-content h6{font-size:.625rem}}.medium-text .media-with-text__container__wrapper .text-content h6{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .media-with-text__container__wrapper .text-content h6{font-size:.75rem}}.large-text .media-with-text__container__wrapper .text-content h6{font-size:.875rem}@media screen and (min-width: 768px){.large-text .media-with-text__container__wrapper .text-content h6{font-size:.875rem}}.media-with-text__container__wrapper .text-content h6{font-size:.75rem}@media screen and (min-width: 768px){.media-with-text__container__wrapper .text-content h6{font-size:.75rem}}@media screen and (min-width: 1025px){.small-text .media-with-text__container__wrapper .text-content h6{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .media-with-text__container__wrapper .text-content h6{font-size:.75rem}}@media screen and (min-width: 1025px){.medium-text .media-with-text__container__wrapper .text-content h6{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .media-with-text__container__wrapper .text-content h6{font-size:.875rem}}@media screen and (min-width: 1025px){.large-text .media-with-text__container__wrapper .text-content h6{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .media-with-text__container__wrapper .text-content h6{font-size:1rem}}@media screen and (min-width: 1025px){.media-with-text__container__wrapper .text-content h6{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.media-with-text__container__wrapper .text-content h6{font-size:.875rem}}.media-with-text__know-more{display:block;align-items:center;margin-top:4px}@media screen and (min-width: 1025px){.media-with-text__know-more{margin-top:0}}.media-with-text__know-more .know-more-text-wrapper{display:inline-flex;align-items:center;gap:2px;margin-right:4px;color:#1a1a1a}@media screen and (min-width: 1025px){.media-with-text__know-more .know-more-text-wrapper{gap:4px}}.media-with-text__know-more .know-more-text-wrapper .arrow-icon,.media-with-text__know-more .know-more-text-wrapper i{color:#1a1a1a;display:flex}.small-text .media-with-text__know-more .know-more-text-wrapper .arrow-icon,.small-text .media-with-text__know-more .know-more-text-wrapper i{font-size:.625rem}@media screen and (min-width: 768px){.small-text .media-with-text__know-more .know-more-text-wrapper .arrow-icon,.small-text .media-with-text__know-more .know-more-text-wrapper i{font-size:.625rem}}.medium-text .media-with-text__know-more .know-more-text-wrapper .arrow-icon,.medium-text .media-with-text__know-more .know-more-text-wrapper i{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .media-with-text__know-more .know-more-text-wrapper .arrow-icon,.medium-text .media-with-text__know-more .know-more-text-wrapper i{font-size:.75rem}}.large-text .media-with-text__know-more .know-more-text-wrapper .arrow-icon,.large-text .media-with-text__know-more .know-more-text-wrapper i{font-size:.875rem}@media screen and (min-width: 768px){.large-text .media-with-text__know-more .know-more-text-wrapper .arrow-icon,.large-text .media-with-text__know-more .know-more-text-wrapper i{font-size:.875rem}}.media-with-text__know-more .know-more-text-wrapper .arrow-icon,.media-with-text__know-more .know-more-text-wrapper i{font-size:.75rem}@media screen and (min-width: 768px){.media-with-text__know-more .know-more-text-wrapper .arrow-icon,.media-with-text__know-more .know-more-text-wrapper i{font-size:.75rem}}.media-with-text__know-more .know-more-text,.media-with-text__know-more .see-text{color:#1a1a1a;font-weight:500;line-height:18px}.small-text .media-with-text__know-more .know-more-text,.small-text .media-with-text__know-more .see-text{font-size:.75rem}@media screen and (min-width: 768px){.small-text .media-with-text__know-more .know-more-text,.small-text .media-with-text__know-more .see-text{font-size:.75rem}}.medium-text .media-with-text__know-more .know-more-text,.medium-text .media-with-text__know-more .see-text{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .media-with-text__know-more .know-more-text,.medium-text .media-with-text__know-more .see-text{font-size:.875rem}}.large-text .media-with-text__know-more .know-more-text,.large-text .media-with-text__know-more .see-text{font-size:1rem}@media screen and (min-width: 768px){.large-text .media-with-text__know-more .know-more-text,.large-text .media-with-text__know-more .see-text{font-size:1rem}}.media-with-text__know-more .know-more-text,.media-with-text__know-more .see-text{font-size:.875rem}@media screen and (min-width: 768px){.media-with-text__know-more .know-more-text,.media-with-text__know-more .see-text{font-size:.875rem}}@media screen and (min-width: 1025px){.media-with-text__know-more .know-more-text,.media-with-text__know-more .see-text{line-height:18.96px}.small-text .media-with-text__know-more .know-more-text,.small-text .media-with-text__know-more .see-text{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .media-with-text__know-more .know-more-text,.small-text .media-with-text__know-more .see-text{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .media-with-text__know-more .know-more-text,.medium-text .media-with-text__know-more .see-text{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .media-with-text__know-more .know-more-text,.medium-text .media-with-text__know-more .see-text{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .media-with-text__know-more .know-more-text,.large-text .media-with-text__know-more .see-text{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .media-with-text__know-more .know-more-text,.large-text .media-with-text__know-more .see-text{font-size:1.125rem}}@media screen and (min-width: 1025px){.media-with-text__know-more .know-more-text,.media-with-text__know-more .see-text{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.media-with-text__know-more .know-more-text,.media-with-text__know-more .see-text{font-size:1rem}}.media-with-text__know-more .see-text{margin-right:4px;display:inline-flex}.media-with-text__know-more .info-text{line-height:20px;color:#ff6700}.small-text .media-with-text__know-more .info-text{font-size:.75rem}@media screen and (min-width: 768px){.small-text .media-with-text__know-more .info-text{font-size:.75rem}}.medium-text .media-with-text__know-more .info-text{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .media-with-text__know-more .info-text{font-size:.875rem}}.large-text .media-with-text__know-more .info-text{font-size:1rem}@media screen and (min-width: 768px){.large-text .media-with-text__know-more .info-text{font-size:1rem}}.media-with-text__know-more .info-text{font-size:.875rem}@media screen and (min-width: 768px){.media-with-text__know-more .info-text{font-size:.875rem}}@media screen and (min-width: 1025px){.media-with-text__know-more .info-text{line-height:24px}.small-text .media-with-text__know-more .info-text{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .media-with-text__know-more .info-text{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .media-with-text__know-more .info-text{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .media-with-text__know-more .info-text{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .media-with-text__know-more .info-text{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .media-with-text__know-more .info-text{font-size:1.125rem}}@media screen and (min-width: 1025px){.media-with-text__know-more .info-text{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.media-with-text__know-more .info-text{font-size:1rem}}.media-with-text__know-more .info-text p,.media-with-text__know-more .info-text span,.media-with-text__know-more .info-text div,.media-with-text__know-more .info-text ul,.media-with-text__know-more .info-text li{color:inherit;line-height:inherit;font-size:inherit;display:inherit}.small-text .media-with-text__know-more .info-text h1{font-size:1.25rem}@media screen and (min-width: 768px){.small-text .media-with-text__know-more .info-text h1{font-size:1rem}}.medium-text .media-with-text__know-more .info-text h1{font-size:1.25rem}@media screen and (min-width: 768px){.medium-text .media-with-text__know-more .info-text h1{font-size:1.25rem}}.large-text .media-with-text__know-more .info-text h1{font-size:1.375rem}@media screen and (min-width: 768px){.large-text .media-with-text__know-more .info-text h1{font-size:1.5rem}}.media-with-text__know-more .info-text h1{font-size:1.25rem}@media screen and (min-width: 768px){.media-with-text__know-more .info-text h1{font-size:1.25rem}}@media screen and (min-width: 1025px){.small-text .media-with-text__know-more .info-text h1{font-size:1.5rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .media-with-text__know-more .info-text h1{font-size:1.25rem}}@media screen and (min-width: 1025px){.medium-text .media-with-text__know-more .info-text h1{font-size:1.5rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .media-with-text__know-more .info-text h1{font-size:1.5rem}}@media screen and (min-width: 1025px){.large-text .media-with-text__know-more .info-text h1{font-size:1.625rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .media-with-text__know-more .info-text h1{font-size:1.75rem}}@media screen and (min-width: 1025px){.media-with-text__know-more .info-text h1{font-size:1.5rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.media-with-text__know-more .info-text h1{font-size:1.5rem}}.small-text .media-with-text__know-more .info-text h2,.small-text .media-with-text__know-more .info-text .subscription-card-carousel__card__details-title,.small-text .media-with-text__know-more .info-text .subscription-card-carousel__card__header__plan-title{font-size:1rem}@media screen and (min-width: 768px){.small-text .media-with-text__know-more .info-text h2,.small-text .media-with-text__know-more .info-text .subscription-card-carousel__card__details-title,.small-text .media-with-text__know-more .info-text .subscription-card-carousel__card__header__plan-title{font-size:1rem}}.medium-text .media-with-text__know-more .info-text h2,.medium-text .media-with-text__know-more .info-text .subscription-card-carousel__card__details-title,.medium-text .media-with-text__know-more .info-text .subscription-card-carousel__card__header__plan-title{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .media-with-text__know-more .info-text h2,.medium-text .media-with-text__know-more .info-text .subscription-card-carousel__card__details-title,.medium-text .media-with-text__know-more .info-text .subscription-card-carousel__card__header__plan-title{font-size:1.125rem}}.large-text .media-with-text__know-more .info-text h2,.large-text .media-with-text__know-more .info-text .subscription-card-carousel__card__details-title,.large-text .media-with-text__know-more .info-text .subscription-card-carousel__card__header__plan-title{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .media-with-text__know-more .info-text h2,.large-text .media-with-text__know-more .info-text .subscription-card-carousel__card__details-title,.large-text .media-with-text__know-more .info-text .subscription-card-carousel__card__header__plan-title{font-size:1.25rem}}.media-with-text__know-more .info-text h2,.media-with-text__know-more .info-text .subscription-card-carousel__card__details-title,.media-with-text__know-more .info-text .subscription-card-carousel__card__header__plan-title{font-size:1.125rem}@media screen and (min-width: 768px){.media-with-text__know-more .info-text h2,.media-with-text__know-more .info-text .subscription-card-carousel__card__details-title,.media-with-text__know-more .info-text .subscription-card-carousel__card__header__plan-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.small-text .media-with-text__know-more .info-text h2,.small-text .media-with-text__know-more .info-text .subscription-card-carousel__card__details-title,.small-text .media-with-text__know-more .info-text .subscription-card-carousel__card__header__plan-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .media-with-text__know-more .info-text h2,.small-text .media-with-text__know-more .info-text .subscription-card-carousel__card__details-title,.small-text .media-with-text__know-more .info-text .subscription-card-carousel__card__header__plan-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.medium-text .media-with-text__know-more .info-text h2,.medium-text .media-with-text__know-more .info-text .subscription-card-carousel__card__details-title,.medium-text .media-with-text__know-more .info-text .subscription-card-carousel__card__header__plan-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .media-with-text__know-more .info-text h2,.medium-text .media-with-text__know-more .info-text .subscription-card-carousel__card__details-title,.medium-text .media-with-text__know-more .info-text .subscription-card-carousel__card__header__plan-title{font-size:1.25rem}}@media screen and (min-width: 1025px){.large-text .media-with-text__know-more .info-text h2,.large-text .media-with-text__know-more .info-text .subscription-card-carousel__card__details-title,.large-text .media-with-text__know-more .info-text .subscription-card-carousel__card__header__plan-title{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .media-with-text__know-more .info-text h2,.large-text .media-with-text__know-more .info-text .subscription-card-carousel__card__details-title,.large-text .media-with-text__know-more .info-text .subscription-card-carousel__card__header__plan-title{font-size:1.375rem}}@media screen and (min-width: 1025px){.media-with-text__know-more .info-text h2,.media-with-text__know-more .info-text .subscription-card-carousel__card__details-title,.media-with-text__know-more .info-text .subscription-card-carousel__card__header__plan-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.media-with-text__know-more .info-text h2,.media-with-text__know-more .info-text .subscription-card-carousel__card__details-title,.media-with-text__know-more .info-text .subscription-card-carousel__card__header__plan-title{font-size:1.25rem}}.small-text .media-with-text__know-more .info-text h3{font-size:.875rem}@media screen and (min-width: 768px){.small-text .media-with-text__know-more .info-text h3{font-size:.875rem}}.medium-text .media-with-text__know-more .info-text h3{font-size:1rem}@media screen and (min-width: 768px){.medium-text .media-with-text__know-more .info-text h3{font-size:1rem}}.large-text .media-with-text__know-more .info-text h3{font-size:1.125rem}@media screen and (min-width: 768px){.large-text .media-with-text__know-more .info-text h3{font-size:1.125rem}}.media-with-text__know-more .info-text h3{font-size:1rem}@media screen and (min-width: 768px){.media-with-text__know-more .info-text h3{font-size:1rem}}@media screen and (min-width: 1025px){.small-text .media-with-text__know-more .info-text h3{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .media-with-text__know-more .info-text h3{font-size:1rem}}@media screen and (min-width: 1025px){.medium-text .media-with-text__know-more .info-text h3{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .media-with-text__know-more .info-text h3{font-size:1.125rem}}@media screen and (min-width: 1025px){.large-text .media-with-text__know-more .info-text h3{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .media-with-text__know-more .info-text h3{font-size:1.25rem}}@media screen and (min-width: 1025px){.media-with-text__know-more .info-text h3{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.media-with-text__know-more .info-text h3{font-size:1.125rem}}.small-text .media-with-text__know-more .info-text h4,.small-text .media-with-text__know-more .info-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .small-text .media-with-text__know-more .info-text th,.small-text .media-with-text__know-more .info-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .small-text .media-with-text__know-more .info-text td:first-child{font-size:.75rem}@media screen and (min-width: 768px){.small-text .media-with-text__know-more .info-text h4,.small-text .media-with-text__know-more .info-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .small-text .media-with-text__know-more .info-text th,.small-text .media-with-text__know-more .info-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .small-text .media-with-text__know-more .info-text td:first-child{font-size:.75rem}}.medium-text .media-with-text__know-more .info-text h4,.medium-text .media-with-text__know-more .info-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .medium-text .media-with-text__know-more .info-text th,.medium-text .media-with-text__know-more .info-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .medium-text .media-with-text__know-more .info-text td:first-child{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .media-with-text__know-more .info-text h4,.medium-text .media-with-text__know-more .info-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .medium-text .media-with-text__know-more .info-text th,.medium-text .media-with-text__know-more .info-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .medium-text .media-with-text__know-more .info-text td:first-child{font-size:.875rem}}.large-text .media-with-text__know-more .info-text h4,.large-text .media-with-text__know-more .info-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .large-text .media-with-text__know-more .info-text th,.large-text .media-with-text__know-more .info-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .large-text .media-with-text__know-more .info-text td:first-child{font-size:1rem}@media screen and (min-width: 768px){.large-text .media-with-text__know-more .info-text h4,.large-text .media-with-text__know-more .info-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .large-text .media-with-text__know-more .info-text th,.large-text .media-with-text__know-more .info-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .large-text .media-with-text__know-more .info-text td:first-child{font-size:1rem}}.media-with-text__know-more .info-text h4,.media-with-text__know-more .info-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .media-with-text__know-more .info-text th,.media-with-text__know-more .info-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .media-with-text__know-more .info-text td:first-child{font-size:.875rem}@media screen and (min-width: 768px){.media-with-text__know-more .info-text h4,.media-with-text__know-more .info-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .media-with-text__know-more .info-text th,.media-with-text__know-more .info-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .media-with-text__know-more .info-text td:first-child{font-size:.875rem}}@media screen and (min-width: 1025px){.small-text .media-with-text__know-more .info-text h4,.small-text .media-with-text__know-more .info-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .small-text .media-with-text__know-more .info-text th,.small-text .media-with-text__know-more .info-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .small-text .media-with-text__know-more .info-text td:first-child{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .media-with-text__know-more .info-text h4,.small-text .media-with-text__know-more .info-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .small-text .media-with-text__know-more .info-text th,.small-text .media-with-text__know-more .info-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .small-text .media-with-text__know-more .info-text td:first-child{font-size:1rem}}@media screen and (min-width: 1025px){.medium-text .media-with-text__know-more .info-text h4,.medium-text .media-with-text__know-more .info-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .medium-text .media-with-text__know-more .info-text th,.medium-text .media-with-text__know-more .info-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .medium-text .media-with-text__know-more .info-text td:first-child{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .media-with-text__know-more .info-text h4,.medium-text .media-with-text__know-more .info-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .medium-text .media-with-text__know-more .info-text th,.medium-text .media-with-text__know-more .info-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .medium-text .media-with-text__know-more .info-text td:first-child{font-size:1.125rem}}@media screen and (min-width: 1025px){.large-text .media-with-text__know-more .info-text h4,.large-text .media-with-text__know-more .info-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .large-text .media-with-text__know-more .info-text th,.large-text .media-with-text__know-more .info-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .large-text .media-with-text__know-more .info-text td:first-child{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .media-with-text__know-more .info-text h4,.large-text .media-with-text__know-more .info-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .large-text .media-with-text__know-more .info-text th,.large-text .media-with-text__know-more .info-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .large-text .media-with-text__know-more .info-text td:first-child{font-size:1.25rem}}@media screen and (min-width: 1025px){.media-with-text__know-more .info-text h4,.media-with-text__know-more .info-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .media-with-text__know-more .info-text th,.media-with-text__know-more .info-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .media-with-text__know-more .info-text td:first-child{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.media-with-text__know-more .info-text h4,.media-with-text__know-more .info-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .media-with-text__know-more .info-text th,.media-with-text__know-more .info-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .media-with-text__know-more .info-text td:first-child{font-size:1.125rem}}.small-text .media-with-text__know-more .info-text h5{font-size:.75rem}@media screen and (min-width: 768px){.small-text .media-with-text__know-more .info-text h5{font-size:.75rem}}.medium-text .media-with-text__know-more .info-text h5{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .media-with-text__know-more .info-text h5{font-size:.875rem}}.large-text .media-with-text__know-more .info-text h5{font-size:1rem}@media screen and (min-width: 768px){.large-text .media-with-text__know-more .info-text h5{font-size:1rem}}.media-with-text__know-more .info-text h5{font-size:.875rem}@media screen and (min-width: 768px){.media-with-text__know-more .info-text h5{font-size:.875rem}}@media screen and (min-width: 1025px){.small-text .media-with-text__know-more .info-text h5{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .media-with-text__know-more .info-text h5{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .media-with-text__know-more .info-text h5{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .media-with-text__know-more .info-text h5{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .media-with-text__know-more .info-text h5{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .media-with-text__know-more .info-text h5{font-size:1.125rem}}@media screen and (min-width: 1025px){.media-with-text__know-more .info-text h5{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.media-with-text__know-more .info-text h5{font-size:1rem}}.small-text .media-with-text__know-more .info-text h6{font-size:.625rem}@media screen and (min-width: 768px){.small-text .media-with-text__know-more .info-text h6{font-size:.625rem}}.medium-text .media-with-text__know-more .info-text h6{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .media-with-text__know-more .info-text h6{font-size:.75rem}}.large-text .media-with-text__know-more .info-text h6{font-size:.875rem}@media screen and (min-width: 768px){.large-text .media-with-text__know-more .info-text h6{font-size:.875rem}}.media-with-text__know-more .info-text h6{font-size:.75rem}@media screen and (min-width: 768px){.media-with-text__know-more .info-text h6{font-size:.75rem}}@media screen and (min-width: 1025px){.small-text .media-with-text__know-more .info-text h6{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .media-with-text__know-more .info-text h6{font-size:.75rem}}@media screen and (min-width: 1025px){.medium-text .media-with-text__know-more .info-text h6{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .media-with-text__know-more .info-text h6{font-size:.875rem}}@media screen and (min-width: 1025px){.large-text .media-with-text__know-more .info-text h6{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .media-with-text__know-more .info-text h6{font-size:1rem}}@media screen and (min-width: 1025px){.media-with-text__know-more .info-text h6{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.media-with-text__know-more .info-text h6{font-size:.875rem}}@media screen and (min-width: 1025px){.ipo--detail-container .separator-component{max-width:1020px;padding-left:120px}}.aem-Grid .adpseparator.separator.aem-GridColumn:has(.hide-margin){margin-bottom:0}.separator-component{position:relative}.separator-component.hide-on-login.hide-cmp{display:none}.separator-component .cmp-separator{height:2px!important;background-color:#e5eaf7;margin-left:-6%;margin-right:-6%}.separator-component .cmp-separator hr{display:none}@media screen and (min-width: 1025px){.separator-component .cmp-separator{margin-left:0%;margin-right:0%}}.feedback-container .feedback{display:flex;justify-content:space-between;align-items:center}@media screen and (min-width: 1025px){.feedback-container .feedback{gap:36px;justify-content:center}}.feedback-container .feedback__heading-text{font-weight:500;color:#222f3f;line-height:24px}.small-text .feedback-container .feedback__heading-text{font-size:1rem}@media screen and (min-width: 768px){.small-text .feedback-container .feedback__heading-text{font-size:1rem}}.medium-text .feedback-container .feedback__heading-text{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .feedback-container .feedback__heading-text{font-size:1.125rem}}.large-text .feedback-container .feedback__heading-text{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .feedback-container .feedback__heading-text{font-size:1.25rem}}.feedback-container .feedback__heading-text{font-size:1.125rem}@media screen and (min-width: 768px){.feedback-container .feedback__heading-text{font-size:1.125rem}}@media screen and (min-width: 1025px){.feedback-container .feedback__heading-text{color:#1a1a1a}.small-text .feedback-container .feedback__heading-text{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .feedback-container .feedback__heading-text{font-size:1.125rem}}@media screen and (min-width: 1025px){.medium-text .feedback-container .feedback__heading-text{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .feedback-container .feedback__heading-text{font-size:1.25rem}}@media screen and (min-width: 1025px){.large-text .feedback-container .feedback__heading-text{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .feedback-container .feedback__heading-text{font-size:1.375rem}}@media screen and (min-width: 1025px){.feedback-container .feedback__heading-text{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.feedback-container .feedback__heading-text{font-size:1.25rem}}.feedback-container .feedback__icon-container{display:flex;gap:24px}.feedback-container .feedback__thumbs-down,.feedback-container .feedback__thumbs-up{width:36px;height:36px;border:.38px solid #f2f2f2;border-radius:50%;display:flex;align-items:center;justify-content:center;padding:9px;cursor:pointer}.small-text .feedback-container .feedback__thumbs-down i,.small-text .feedback-container .feedback__thumbs-up i{font-size:1rem}@media screen and (min-width: 768px){.small-text .feedback-container .feedback__thumbs-down i,.small-text .feedback-container .feedback__thumbs-up i{font-size:1rem}}.medium-text .feedback-container .feedback__thumbs-down i,.medium-text .feedback-container .feedback__thumbs-up i{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .feedback-container .feedback__thumbs-down i,.medium-text .feedback-container .feedback__thumbs-up i{font-size:1.125rem}}.large-text .feedback-container .feedback__thumbs-down i,.large-text .feedback-container .feedback__thumbs-up i{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .feedback-container .feedback__thumbs-down i,.large-text .feedback-container .feedback__thumbs-up i{font-size:1.25rem}}.feedback-container .feedback__thumbs-down i,.feedback-container .feedback__thumbs-up i{font-size:1.125rem}@media screen and (min-width: 768px){.feedback-container .feedback__thumbs-down i,.feedback-container .feedback__thumbs-up i{font-size:1.125rem}}.feedback-container .feedback__thumbs-down .bf-icon-thumbs-down,.feedback-container .feedback__thumbs-down .bf-icon-thumbs-down-fill,.feedback-container .feedback__thumbs-up .bf-icon-thumbs-down,.feedback-container .feedback__thumbs-up .bf-icon-thumbs-down-fill{color:#b40000}.feedback-container .feedback__thumbs-down .bf-icon-thumbs-up,.feedback-container .feedback__thumbs-down .bf-icon-thumbs-up-fill,.feedback-container .feedback__thumbs-up .bf-icon-thumbs-up,.feedback-container .feedback__thumbs-up .bf-icon-thumbs-up-fill{color:#00b500}.feedback-container .feedback__thumbs-down{background-color:#fff9f6}.feedback-container .feedback__thumbs-up{background-color:#f1fff1}.feedback-container .feedback.feedback--hide{display:none}.feedback-container .thanks-feedback{display:flex;justify-content:center;align-items:center;flex-direction:column;gap:8px;padding:12px 24px 12px 16px}@media screen and (min-width: 1025px){.feedback-container .thanks-feedback{align-items:normal;flex-direction:row;padding:11px 24px}}.feedback-container .thanks-feedback i{color:#00b500}.small-text .feedback-container .thanks-feedback i{font-size:2.875rem}@media screen and (min-width: 768px){.small-text .feedback-container .thanks-feedback i{font-size:2.875rem}}.medium-text .feedback-container .thanks-feedback i{font-size:3rem}@media screen and (min-width: 768px){.medium-text .feedback-container .thanks-feedback i{font-size:3rem}}.large-text .feedback-container .thanks-feedback i{font-size:3.125rem}@media screen and (min-width: 768px){.large-text .feedback-container .thanks-feedback i{font-size:3.125rem}}.feedback-container .thanks-feedback i{font-size:3rem}@media screen and (min-width: 768px){.feedback-container .thanks-feedback i{font-size:3rem}}@media screen and (min-width: 1025px){.small-text .feedback-container .thanks-feedback i{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .feedback-container .thanks-feedback i{font-size:1.375rem}}@media screen and (min-width: 1025px){.medium-text .feedback-container .thanks-feedback i{font-size:1.5rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .feedback-container .thanks-feedback i{font-size:1.5rem}}@media screen and (min-width: 1025px){.large-text .feedback-container .thanks-feedback i{font-size:1.625rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .feedback-container .thanks-feedback i{font-size:1.625rem}}@media screen and (min-width: 1025px){.feedback-container .thanks-feedback i{font-size:1.5rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.feedback-container .thanks-feedback i{font-size:1.5rem}}.feedback-container .thanks-feedback__content{display:flex;flex-direction:column;gap:4px}.feedback-container .thanks-feedback__content .title{font-weight:500;color:#002953;line-height:18.96px}.small-text .feedback-container .thanks-feedback__content .title{font-size:.75rem}@media screen and (min-width: 768px){.small-text .feedback-container .thanks-feedback__content .title{font-size:.75rem}}.medium-text .feedback-container .thanks-feedback__content .title{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .feedback-container .thanks-feedback__content .title{font-size:.875rem}}.large-text .feedback-container .thanks-feedback__content .title{font-size:1rem}@media screen and (min-width: 768px){.large-text .feedback-container .thanks-feedback__content .title{font-size:1rem}}.feedback-container .thanks-feedback__content .title{font-size:.875rem}@media screen and (min-width: 768px){.feedback-container .thanks-feedback__content .title{font-size:.875rem}}@media screen and (min-width: 1025px){.feedback-container .thanks-feedback__content .title{color:#1a1a1a}.small-text .feedback-container .thanks-feedback__content .title{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .feedback-container .thanks-feedback__content .title{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .feedback-container .thanks-feedback__content .title{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .feedback-container .thanks-feedback__content .title{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .feedback-container .thanks-feedback__content .title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .feedback-container .thanks-feedback__content .title{font-size:1.125rem}}@media screen and (min-width: 1025px){.feedback-container .thanks-feedback__content .title{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.feedback-container .thanks-feedback__content .title{font-size:1rem}}.feedback-container .thanks-feedback__content .sub-title{color:#666;line-height:14.22px}.small-text .feedback-container .thanks-feedback__content .sub-title{font-size:.625rem}@media screen and (min-width: 768px){.small-text .feedback-container .thanks-feedback__content .sub-title{font-size:.625rem}}.medium-text .feedback-container .thanks-feedback__content .sub-title{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .feedback-container .thanks-feedback__content .sub-title{font-size:.75rem}}.large-text .feedback-container .thanks-feedback__content .sub-title{font-size:.875rem}@media screen and (min-width: 768px){.large-text .feedback-container .thanks-feedback__content .sub-title{font-size:.875rem}}.feedback-container .thanks-feedback__content .sub-title{font-size:.75rem}@media screen and (min-width: 768px){.feedback-container .thanks-feedback__content .sub-title{font-size:.75rem}}.feedback-container .thanks-feedback.feedback--hide{display:none}.feedback-container .thanks-feedback-modal{background-color:#1a1a1abf}.feedback-container .thanks-feedback-modal .bf-icon-close{text-align:right;max-width:fit-content;align-self:flex-end}@media screen and (min-width: 1025px){.feedback-container .thanks-feedback-modal .modal__body{display:flex;align-items:center;justify-content:center}}.feedback-container .thanks-feedback-modal .modal__body .modal__content{border-radius:8px 8px 0 0;padding:12px 16px}@media screen and (min-width: 1025px){.feedback-container .thanks-feedback-modal .modal__body .modal__content{width:375px;border-radius:12px}}.feedback-container .thanks-feedback-modal__box{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.feedback-container .thanks-feedback-modal__box__content-text{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:4px}.feedback-container .thanks-feedback-modal__box__content-text i{color:#00b500}.small-text .feedback-container .thanks-feedback-modal__box__content-text i{font-size:2.5rem}@media screen and (min-width: 768px){.small-text .feedback-container .thanks-feedback-modal__box__content-text i{font-size:2.5rem}}.medium-text .feedback-container .thanks-feedback-modal__box__content-text i{font-size:2.625rem}@media screen and (min-width: 768px){.medium-text .feedback-container .thanks-feedback-modal__box__content-text i{font-size:2.625rem}}.large-text .feedback-container .thanks-feedback-modal__box__content-text i{font-size:2.75rem}@media screen and (min-width: 768px){.large-text .feedback-container .thanks-feedback-modal__box__content-text i{font-size:2.75rem}}.feedback-container .thanks-feedback-modal__box__content-text i{font-size:2.625rem}@media screen and (min-width: 768px){.feedback-container .thanks-feedback-modal__box__content-text i{font-size:2.625rem}}.feedback-container .thanks-feedback-modal__box__content-text .feedback-title{font-weight:500;color:#1a1a1a;line-height:24px}.small-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-title{font-size:1rem}@media screen and (min-width: 768px){.small-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-title{font-size:1rem}}.medium-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-title{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-title{font-size:1.125rem}}.large-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-title{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-title{font-size:1.25rem}}.feedback-container .thanks-feedback-modal__box__content-text .feedback-title{font-size:1.125rem}@media screen and (min-width: 768px){.feedback-container .thanks-feedback-modal__box__content-text .feedback-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.small-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.medium-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-title{font-size:1.25rem}}@media screen and (min-width: 1025px){.large-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-title{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-title{font-size:1.375rem}}@media screen and (min-width: 1025px){.feedback-container .thanks-feedback-modal__box__content-text .feedback-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.feedback-container .thanks-feedback-modal__box__content-text .feedback-title{font-size:1.25rem}}.feedback-container .thanks-feedback-modal__box__content-text .feedback-sub-title{color:#666;line-height:18px}.small-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-sub-title{font-size:.75rem}@media screen and (min-width: 768px){.small-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-sub-title{font-size:.75rem}}.medium-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-sub-title{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-sub-title{font-size:.875rem}}.large-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-sub-title{font-size:1rem}@media screen and (min-width: 768px){.large-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-sub-title{font-size:1rem}}.feedback-container .thanks-feedback-modal__box__content-text .feedback-sub-title{font-size:.875rem}@media screen and (min-width: 768px){.feedback-container .thanks-feedback-modal__box__content-text .feedback-sub-title{font-size:.875rem}}@media screen and (min-width: 1025px){.feedback-container .thanks-feedback-modal__box__content-text .feedback-sub-title{line-height:24px}.small-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-sub-title{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-sub-title{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-sub-title{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-sub-title{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-sub-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .feedback-container .thanks-feedback-modal__box__content-text .feedback-sub-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.feedback-container .thanks-feedback-modal__box__content-text .feedback-sub-title{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.feedback-container .thanks-feedback-modal__box__content-text .feedback-sub-title{font-size:1rem}}.feedback-container .thanks-feedback-modal__box .thanks-feedback-btn{padding:12px 61px 11px;font-weight:500;line-height:16.59px;background:linear-gradient(97.13deg,#ff6700 5.56%,#fe8e0c 94.44%)}.small-text .feedback-container .thanks-feedback-modal__box .thanks-feedback-btn{font-size:.75rem}@media screen and (min-width: 768px){.small-text .feedback-container .thanks-feedback-modal__box .thanks-feedback-btn{font-size:.75rem}}.medium-text .feedback-container .thanks-feedback-modal__box .thanks-feedback-btn{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .feedback-container .thanks-feedback-modal__box .thanks-feedback-btn{font-size:.875rem}}.large-text .feedback-container .thanks-feedback-modal__box .thanks-feedback-btn{font-size:1rem}@media screen and (min-width: 768px){.large-text .feedback-container .thanks-feedback-modal__box .thanks-feedback-btn{font-size:1rem}}.feedback-container .thanks-feedback-modal__box .thanks-feedback-btn{font-size:.875rem}@media screen and (min-width: 768px){.feedback-container .thanks-feedback-modal__box .thanks-feedback-btn{font-size:.875rem}}@media screen and (min-width: 1025px){.feedback-container .thanks-feedback-modal__box .thanks-feedback-btn{padding:11.5px 98px}}.feedback-container .negative-feedback-modal{background-color:#1a1a1abf}.feedback-container .negative-feedback-modal .bf-icon-close{text-align:right;max-width:fit-content;align-self:flex-end}@media screen and (min-width: 1025px){.feedback-container .negative-feedback-modal .modal__body{display:flex;align-items:center;justify-content:center}}.feedback-container .negative-feedback-modal .modal__body .modal__content{border-radius:10px 10px 0 0;padding:16px 16px 24px}@media screen and (min-width: 1025px){.feedback-container .negative-feedback-modal .modal__body .modal__content{width:auto;border-radius:12px;padding:12px 16px}}.feedback-container .negative-feedback-modal__box{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px}.feedback-container .negative-feedback-modal__box .feedback-title{font-weight:500;color:#1a1a1a;white-space:pre-line;text-align:center;line-height:24px}.small-text .feedback-container .negative-feedback-modal__box .feedback-title{font-size:1rem}@media screen and (min-width: 768px){.small-text .feedback-container .negative-feedback-modal__box .feedback-title{font-size:1rem}}.medium-text .feedback-container .negative-feedback-modal__box .feedback-title{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .feedback-container .negative-feedback-modal__box .feedback-title{font-size:1.125rem}}.large-text .feedback-container .negative-feedback-modal__box .feedback-title{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .feedback-container .negative-feedback-modal__box .feedback-title{font-size:1.25rem}}.feedback-container .negative-feedback-modal__box .feedback-title{font-size:1.125rem}@media screen and (min-width: 768px){.feedback-container .negative-feedback-modal__box .feedback-title{font-size:1.125rem}}.feedback-container .negative-feedback-modal__box .option-list-container{border:1px solid #cccccc;border-radius:4px;padding:10px 10px 14px 14px;display:flex;flex-direction:column;align-items:center;gap:12px;width:100%}@media screen and (min-width: 1025px){.feedback-container .negative-feedback-modal__box .option-list-container{padding:12px 16px;gap:20px}}.feedback-container .negative-feedback-modal__box .option-list-container h4,.feedback-container .negative-feedback-modal__box .option-list-container .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .feedback-container .negative-feedback-modal__box .option-list-container th,.feedback-container .negative-feedback-modal__box .option-list-container .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .feedback-container .negative-feedback-modal__box .option-list-container td:first-child{color:#000;font-weight:500;width:100%;line-height:16.59px}.small-text .feedback-container .negative-feedback-modal__box .option-list-container h4,.small-text .feedback-container .negative-feedback-modal__box .option-list-container .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .small-text .feedback-container .negative-feedback-modal__box .option-list-container th,.small-text .feedback-container .negative-feedback-modal__box .option-list-container .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .small-text .feedback-container .negative-feedback-modal__box .option-list-container td:first-child{font-size:.75rem}@media screen and (min-width: 768px){.small-text .feedback-container .negative-feedback-modal__box .option-list-container h4,.small-text .feedback-container .negative-feedback-modal__box .option-list-container .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .small-text .feedback-container .negative-feedback-modal__box .option-list-container th,.small-text .feedback-container .negative-feedback-modal__box .option-list-container .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .small-text .feedback-container .negative-feedback-modal__box .option-list-container td:first-child{font-size:.75rem}}.medium-text .feedback-container .negative-feedback-modal__box .option-list-container h4,.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .medium-text .feedback-container .negative-feedback-modal__box .option-list-container th,.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .medium-text .feedback-container .negative-feedback-modal__box .option-list-container td:first-child{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .feedback-container .negative-feedback-modal__box .option-list-container h4,.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .medium-text .feedback-container .negative-feedback-modal__box .option-list-container th,.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .medium-text .feedback-container .negative-feedback-modal__box .option-list-container td:first-child{font-size:.875rem}}.large-text .feedback-container .negative-feedback-modal__box .option-list-container h4,.large-text .feedback-container .negative-feedback-modal__box .option-list-container .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .large-text .feedback-container .negative-feedback-modal__box .option-list-container th,.large-text .feedback-container .negative-feedback-modal__box .option-list-container .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .large-text .feedback-container .negative-feedback-modal__box .option-list-container td:first-child{font-size:1rem}@media screen and (min-width: 768px){.large-text .feedback-container .negative-feedback-modal__box .option-list-container h4,.large-text .feedback-container .negative-feedback-modal__box .option-list-container .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .large-text .feedback-container .negative-feedback-modal__box .option-list-container th,.large-text .feedback-container .negative-feedback-modal__box .option-list-container .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .large-text .feedback-container .negative-feedback-modal__box .option-list-container td:first-child{font-size:1rem}}.feedback-container .negative-feedback-modal__box .option-list-container h4,.feedback-container .negative-feedback-modal__box .option-list-container .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .feedback-container .negative-feedback-modal__box .option-list-container th,.feedback-container .negative-feedback-modal__box .option-list-container .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .feedback-container .negative-feedback-modal__box .option-list-container td:first-child{font-size:.875rem}@media screen and (min-width: 768px){.feedback-container .negative-feedback-modal__box .option-list-container h4,.feedback-container .negative-feedback-modal__box .option-list-container .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .feedback-container .negative-feedback-modal__box .option-list-container th,.feedback-container .negative-feedback-modal__box .option-list-container .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .feedback-container .negative-feedback-modal__box .option-list-container td:first-child{font-size:.875rem}}@media screen and (min-width: 1025px){.feedback-container .negative-feedback-modal__box .option-list-container h4,.feedback-container .negative-feedback-modal__box .option-list-container .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .feedback-container .negative-feedback-modal__box .option-list-container th,.feedback-container .negative-feedback-modal__box .option-list-container .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .feedback-container .negative-feedback-modal__box .option-list-container td:first-child{line-height:18px}}.feedback-container .negative-feedback-modal__box .option-list-container ul{display:flex;flex-direction:column;gap:12px;width:100%}.feedback-container .negative-feedback-modal__box .option-list-container ul .list-item{display:flex;gap:10px;cursor:pointer}.feedback-container .negative-feedback-modal__box .option-list-container ul .list-item .custom-checkbox{border:1.5px solid #999999;width:16px;height:16px}.feedback-container .negative-feedback-modal__box .option-list-container ul .list-item .custom-checkbox:before{top:2.25px;left:2px;height:6.38px;width:10.5px;border-left:2px solid #ffffff;border-bottom:2px solid #ffffff}.feedback-container .negative-feedback-modal__box .option-list-container ul .list-item .custom-checkbox:checked{border:1.5px solid #ff6700}.feedback-container .negative-feedback-modal__box .option-list-container ul .list-item label{color:#1a1a1a;cursor:pointer;line-height:16.59px}.small-text .feedback-container .negative-feedback-modal__box .option-list-container ul .list-item label{font-size:.75rem}@media screen and (min-width: 768px){.small-text .feedback-container .negative-feedback-modal__box .option-list-container ul .list-item label{font-size:.75rem}}.medium-text .feedback-container .negative-feedback-modal__box .option-list-container ul .list-item label{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .feedback-container .negative-feedback-modal__box .option-list-container ul .list-item label{font-size:.875rem}}.large-text .feedback-container .negative-feedback-modal__box .option-list-container ul .list-item label{font-size:1rem}@media screen and (min-width: 768px){.large-text .feedback-container .negative-feedback-modal__box .option-list-container ul .list-item label{font-size:1rem}}.feedback-container .negative-feedback-modal__box .option-list-container ul .list-item label{font-size:.875rem}@media screen and (min-width: 768px){.feedback-container .negative-feedback-modal__box .option-list-container ul .list-item label{font-size:.875rem}}@media screen and (min-width: 1025px){.feedback-container .negative-feedback-modal__box .option-list-container ul .list-item label{line-height:18px}}.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail{display:flex;flex-direction:column;gap:12px;width:100%}.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail h4,.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail th,.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail td:first-child{color:#1a1a1a;font-weight:500;line-height:14.22px}.small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail h4,.small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail th,.small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail td:first-child{font-size:.625rem}@media screen and (min-width: 768px){.small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail h4,.small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail th,.small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail td:first-child{font-size:.625rem}}.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail h4,.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail th,.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail td:first-child{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail h4,.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail th,.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail td:first-child{font-size:.75rem}}.large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail h4,.large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail th,.large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail td:first-child{font-size:.875rem}@media screen and (min-width: 768px){.large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail h4,.large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail th,.large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail td:first-child{font-size:.875rem}}.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail h4,.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail th,.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail td:first-child{font-size:.75rem}@media screen and (min-width: 768px){.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail h4,.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail th,.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail td:first-child{font-size:.75rem}}@media screen and (min-width: 1025px){.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail h4,.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail th,.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail td:first-child{color:#000;line-height:18px}.small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail h4,.small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail th,.small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail td:first-child{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail h4,.small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail th,.small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail td:first-child{font-size:.75rem}}@media screen and (min-width: 1025px){.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail h4,.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail th,.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail td:first-child{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail h4,.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail th,.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail td:first-child{font-size:.875rem}}@media screen and (min-width: 1025px){.large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail h4,.large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail th,.large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail td:first-child{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail h4,.large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail th,.large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail td:first-child{font-size:1rem}}@media screen and (min-width: 1025px){.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail h4,.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail th,.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail td:first-child{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail h4,.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail th,.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail td:first-child{font-size:.875rem}}.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .textarea-container{position:relative}@media screen and (min-width: 1025px){.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .textarea-container{margin-bottom:18px}}.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .textarea-container i.bf-icon-close{display:none;position:absolute;top:50%;right:12px;transform:translateY(-50%);cursor:pointer;font-size:10px;color:#1a1a1a;font-weight:500}.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .textarea-container textarea{color:#999;border:1px solid #cccccc;width:100%;border-radius:4px;padding:8px 30px 8px 8px;display:flex;margin-bottom:0;resize:none;line-height:14.22px}.small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .textarea-container textarea{font-size:.625rem}@media screen and (min-width: 768px){.small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .textarea-container textarea{font-size:.625rem}}.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .textarea-container textarea{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .textarea-container textarea{font-size:.75rem}}.large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .textarea-container textarea{font-size:.875rem}@media screen and (min-width: 768px){.large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .textarea-container textarea{font-size:.875rem}}.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .textarea-container textarea{font-size:.75rem}@media screen and (min-width: 768px){.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .textarea-container textarea{font-size:.75rem}}@media screen and (min-width: 1025px){.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .textarea-container textarea{color:#666;border:1px solid #999999;padding:5.5px 25px 5.5px 12px;line-height:18px}.small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .textarea-container textarea{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .textarea-container textarea{font-size:.75rem}}@media screen and (min-width: 1025px){.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .textarea-container textarea{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .textarea-container textarea{font-size:.875rem}}@media screen and (min-width: 1025px){.large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .textarea-container textarea{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .textarea-container textarea{font-size:1rem}}@media screen and (min-width: 1025px){.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .textarea-container textarea{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .textarea-container textarea{font-size:.875rem}}.feedback-container .negative-feedback-modal__box .option-list-container .additional-detail .textarea-container textarea:focus{outline:none;border-color:#e5eaf7}.feedback-container .negative-feedback-modal__box .option-list-container .error-msg{display:none;color:#b40000;line-height:16px}.small-text .feedback-container .negative-feedback-modal__box .option-list-container .error-msg{font-size:.625rem}@media screen and (min-width: 768px){.small-text .feedback-container .negative-feedback-modal__box .option-list-container .error-msg{font-size:.625rem}}.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .error-msg{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .error-msg{font-size:.75rem}}.large-text .feedback-container .negative-feedback-modal__box .option-list-container .error-msg{font-size:.875rem}@media screen and (min-width: 768px){.large-text .feedback-container .negative-feedback-modal__box .option-list-container .error-msg{font-size:.875rem}}.feedback-container .negative-feedback-modal__box .option-list-container .error-msg{font-size:.75rem}@media screen and (min-width: 768px){.feedback-container .negative-feedback-modal__box .option-list-container .error-msg{font-size:.75rem}}.feedback-container .negative-feedback-modal__box .option-list-container .error-msg.show--error{display:block;margin-bottom:-4px}@media screen and (min-width: 1025px){.feedback-container .negative-feedback-modal__box .option-list-container .error-msg.show--error{margin-bottom:-8px}}.feedback-container .negative-feedback-modal__box .option-list-container .negative-feedback-submit-btn{padding:11.5px 34px;font-weight:500;line-height:16.59px;background:linear-gradient(97.13deg,#ff6700 5.56%,#fe8e0c 94.44%)}.small-text .feedback-container .negative-feedback-modal__box .option-list-container .negative-feedback-submit-btn{font-size:.75rem}@media screen and (min-width: 768px){.small-text .feedback-container .negative-feedback-modal__box .option-list-container .negative-feedback-submit-btn{font-size:.75rem}}.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .negative-feedback-submit-btn{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .feedback-container .negative-feedback-modal__box .option-list-container .negative-feedback-submit-btn{font-size:.875rem}}.large-text .feedback-container .negative-feedback-modal__box .option-list-container .negative-feedback-submit-btn{font-size:1rem}@media screen and (min-width: 768px){.large-text .feedback-container .negative-feedback-modal__box .option-list-container .negative-feedback-submit-btn{font-size:1rem}}.feedback-container .negative-feedback-modal__box .option-list-container .negative-feedback-submit-btn{font-size:.875rem}@media screen and (min-width: 768px){.feedback-container .negative-feedback-modal__box .option-list-container .negative-feedback-submit-btn{font-size:.875rem}}@media screen and (min-width: 1025px){.feedback-container .negative-feedback-modal__box .option-list-container .negative-feedback-submit-btn{padding:12px 16px 11px}}.comparison-card{background-color:#fff;overflow-x:hidden;overflow-y:hidden;padding-bottom:0;width:110%;margin-left:-5%}@media screen and (min-width: 1025px){.comparison-card{position:relative;width:100%;margin-left:0}}.comparison-card__data{position:relative;left:0;width:100%;height:100%}@media screen and (min-width: 1025px){.comparison-card{overflow-x:visible}}.comparison-card__with-padding{padding-bottom:8px}@media screen and (min-width: 1025px){.comparison-card__with-padding{padding-bottom:12px}}.comparison-card__scrolled-view{z-index:1200;width:100%;background-color:#fff;box-shadow:0 0 10px #0000004d;visibility:hidden;position:absolute;top:-500px;padding-right:0}@media screen and (min-width: 1025px){.comparison-card__scrolled-view{padding-right:24px}}.comparison-card__scrolled-view__content>div:first-child{border-left:none}@media screen and (min-width: 1025px){.comparison-card__scrolled-view__content>div:first-child{border-left:1px solid #f2f2f2}}.comparison-card__scrolled-view__content>div{border-left:1px solid #f2f2f2}.comparison-card__scrolled-view__content{width:100%;margin-left:auto;display:flex}.comparison-card__scrolled-view__content--3card{overflow-x:scroll}@media screen and (min-width: 1025px){.comparison-card__scrolled-view__content--3card{overflow-x:hidden}}@media screen and (min-width: 1025px){.comparison-card__scrolled-view__content{justify-content:end;width:max-content;margin-left:auto;overflow-x:visible}}.comparison-card__scrolled-view__card{min-width:187.5px;width:100%;height:100%;padding:4px;flex:1}@media screen and (min-width: 1025px){.comparison-card__scrolled-view__card{padding:3.04px}}.comparison-card__scrolled-view__card__content{background-color:#fafafa;display:flex;flex-direction:column;padding:12px 16px;height:100%}@media screen and (min-width: 1025px){.comparison-card__scrolled-view__card__content{padding:9.11px 12.14px}}.comparison-card__scrolled-view__card__details{display:flex;justify-content:space-between;align-items:center}.comparison-card__scrolled-view__card img{width:42.31px;height:26.31px;margin-right:10px}.comparison-card__scrolled-view__card h2,.comparison-card__scrolled-view__card .subscription-card-carousel__card__details-title,.comparison-card__scrolled-view__card .subscription-card-carousel__card__header__plan-title{width:100%;text-align:center;color:#1a1a1a;line-height:14.22px;font-weight:500;overflow:hidden}.small-text .comparison-card__scrolled-view__card h2,.small-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__details-title,.small-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__header__plan-title{font-size:.625rem}@media screen and (min-width: 768px){.small-text .comparison-card__scrolled-view__card h2,.small-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__details-title,.small-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__header__plan-title{font-size:.625rem}}.medium-text .comparison-card__scrolled-view__card h2,.medium-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__details-title,.medium-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__header__plan-title{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .comparison-card__scrolled-view__card h2,.medium-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__details-title,.medium-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__header__plan-title{font-size:.75rem}}.large-text .comparison-card__scrolled-view__card h2,.large-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__details-title,.large-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__header__plan-title{font-size:.875rem}@media screen and (min-width: 768px){.large-text .comparison-card__scrolled-view__card h2,.large-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__details-title,.large-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__header__plan-title{font-size:.875rem}}.comparison-card__scrolled-view__card h2,.comparison-card__scrolled-view__card .subscription-card-carousel__card__details-title,.comparison-card__scrolled-view__card .subscription-card-carousel__card__header__plan-title{font-size:.75rem}@media screen and (min-width: 768px){.comparison-card__scrolled-view__card h2,.comparison-card__scrolled-view__card .subscription-card-carousel__card__details-title,.comparison-card__scrolled-view__card .subscription-card-carousel__card__header__plan-title{font-size:.75rem}}@media screen and (min-width: 1025px){.comparison-card__scrolled-view__card h2,.comparison-card__scrolled-view__card .subscription-card-carousel__card__details-title,.comparison-card__scrolled-view__card .subscription-card-carousel__card__header__plan-title{line-height:20px}.small-text .comparison-card__scrolled-view__card h2,.small-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__details-title,.small-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__header__plan-title{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .comparison-card__scrolled-view__card h2,.small-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__details-title,.small-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__header__plan-title{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .comparison-card__scrolled-view__card h2,.medium-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__details-title,.medium-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__header__plan-title{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .comparison-card__scrolled-view__card h2,.medium-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__details-title,.medium-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__header__plan-title{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .comparison-card__scrolled-view__card h2,.large-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__details-title,.large-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__header__plan-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .comparison-card__scrolled-view__card h2,.large-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__details-title,.large-text .comparison-card__scrolled-view__card .subscription-card-carousel__card__header__plan-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.comparison-card__scrolled-view__card h2,.comparison-card__scrolled-view__card .subscription-card-carousel__card__details-title,.comparison-card__scrolled-view__card .subscription-card-carousel__card__header__plan-title{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.comparison-card__scrolled-view__card h2,.comparison-card__scrolled-view__card .subscription-card-carousel__card__details-title,.comparison-card__scrolled-view__card .subscription-card-carousel__card__header__plan-title{font-size:1rem}}.comparison-card__scrolled-view__card a{line-height:14.22px;margin-top:12px;text-align:center;font-weight:500}.small-text .comparison-card__scrolled-view__card a{font-size:.625rem}@media screen and (min-width: 768px){.small-text .comparison-card__scrolled-view__card a{font-size:.625rem}}.medium-text .comparison-card__scrolled-view__card a{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .comparison-card__scrolled-view__card a{font-size:.75rem}}.large-text .comparison-card__scrolled-view__card a{font-size:.875rem}@media screen and (min-width: 768px){.large-text .comparison-card__scrolled-view__card a{font-size:.875rem}}.comparison-card__scrolled-view__card a{font-size:.75rem}@media screen and (min-width: 768px){.comparison-card__scrolled-view__card a{font-size:.75rem}}@media screen and (min-width: 1025px){.comparison-card__scrolled-view__card a{line-height:18px}.small-text .comparison-card__scrolled-view__card a{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .comparison-card__scrolled-view__card a{font-size:.75rem}}@media screen and (min-width: 1025px){.medium-text .comparison-card__scrolled-view__card a{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .comparison-card__scrolled-view__card a{font-size:.875rem}}@media screen and (min-width: 1025px){.large-text .comparison-card__scrolled-view__card a{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .comparison-card__scrolled-view__card a{font-size:1rem}}@media screen and (min-width: 1025px){.comparison-card__scrolled-view__card a{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.comparison-card__scrolled-view__card a{font-size:.875rem}}.comparison-card__scrolled-view__card--3card{height:auto;min-width:162px}.comparison-card__scrolled-view__card--3card img{width:32.12px;height:19.97px;margin-right:15px}@media screen and (min-width: 1025px){.comparison-card__scrolled-view__card--3card h2,.comparison-card__scrolled-view__card--3card .subscription-card-carousel__card__details-title,.comparison-card__scrolled-view__card--3card .subscription-card-carousel__card__header__plan-title{line-height:15.18px}.small-text .comparison-card__scrolled-view__card--3card h2,.small-text .comparison-card__scrolled-view__card--3card .subscription-card-carousel__card__details-title,.small-text .comparison-card__scrolled-view__card--3card .subscription-card-carousel__card__header__plan-title{font-size:.63375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .comparison-card__scrolled-view__card--3card h2,.small-text .comparison-card__scrolled-view__card--3card .subscription-card-carousel__card__details-title,.small-text .comparison-card__scrolled-view__card--3card .subscription-card-carousel__card__header__plan-title{font-size:.63375rem}}@media screen and (min-width: 1025px){.medium-text .comparison-card__scrolled-view__card--3card h2,.medium-text .comparison-card__scrolled-view__card--3card .subscription-card-carousel__card__details-title,.medium-text .comparison-card__scrolled-view__card--3card .subscription-card-carousel__card__header__plan-title{font-size:.75875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .comparison-card__scrolled-view__card--3card h2,.medium-text .comparison-card__scrolled-view__card--3card .subscription-card-carousel__card__details-title,.medium-text .comparison-card__scrolled-view__card--3card .subscription-card-carousel__card__header__plan-title{font-size:.75875rem}}@media screen and (min-width: 1025px){.large-text .comparison-card__scrolled-view__card--3card h2,.large-text .comparison-card__scrolled-view__card--3card .subscription-card-carousel__card__details-title,.large-text .comparison-card__scrolled-view__card--3card .subscription-card-carousel__card__header__plan-title{font-size:.88375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .comparison-card__scrolled-view__card--3card h2,.large-text .comparison-card__scrolled-view__card--3card .subscription-card-carousel__card__details-title,.large-text .comparison-card__scrolled-view__card--3card .subscription-card-carousel__card__header__plan-title{font-size:.88375rem}}@media screen and (min-width: 1025px){.comparison-card__scrolled-view__card--3card h2,.comparison-card__scrolled-view__card--3card .subscription-card-carousel__card__details-title,.comparison-card__scrolled-view__card--3card .subscription-card-carousel__card__header__plan-title{font-size:.75875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.comparison-card__scrolled-view__card--3card h2,.comparison-card__scrolled-view__card--3card .subscription-card-carousel__card__details-title,.comparison-card__scrolled-view__card--3card .subscription-card-carousel__card__header__plan-title{font-size:.75875rem}}@media screen and (min-width: 1025px){.comparison-card__scrolled-view__card--3card a{line-height:13.66px}.small-text .comparison-card__scrolled-view__card--3card a{font-size:.539375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .comparison-card__scrolled-view__card--3card a{font-size:.539375rem}}@media screen and (min-width: 1025px){.medium-text .comparison-card__scrolled-view__card--3card a{font-size:.664375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .comparison-card__scrolled-view__card--3card a{font-size:.664375rem}}@media screen and (min-width: 1025px){.large-text .comparison-card__scrolled-view__card--3card a{font-size:.789375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .comparison-card__scrolled-view__card--3card a{font-size:.789375rem}}@media screen and (min-width: 1025px){.comparison-card__scrolled-view__card--3card a{font-size:.664375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.comparison-card__scrolled-view__card--3card a{font-size:.664375rem}}.comparison-card__container{width:100%;overflow-x:auto;overflow-y:hidden}.comparison-card__title{font-weight:500;line-height:24px;padding:16px 24px}.small-text .comparison-card__title{font-size:1.125rem}@media screen and (min-width: 768px){.small-text .comparison-card__title{font-size:1.125rem}}.medium-text .comparison-card__title{font-size:1.25rem}@media screen and (min-width: 768px){.medium-text .comparison-card__title{font-size:1.25rem}}.large-text .comparison-card__title{font-size:1.375rem}@media screen and (min-width: 768px){.large-text .comparison-card__title{font-size:1.375rem}}.comparison-card__title{font-size:1.25rem}@media screen and (min-width: 768px){.comparison-card__title{font-size:1.25rem}}@media screen and (min-width: 1025px){.comparison-card__title{padding:16px 0}}.comparison-card__content{position:relative}@media screen and (min-width: 1025px){.comparison-card__content{width:100%}}.comparison-card__content__cards>div:first-child{border-left:none}.comparison-card__content__cards>div{border-left:1px solid #f2f2f2}.comparison-card__content__cards{width:100%;display:flex;align-items:stretch;justify-content:space-evenly;overflow-y:hidden}.comparison-card__content__card-box{min-width:187.5px;display:flex;padding:16px;align-items:flex-start}.comparison-card__content__card-box__content{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;flex:1;height:auto}.comparison-card__content__card-box__content img{width:120px;height:74.62px}.comparison-card__content__card-box__content h2,.comparison-card__content__card-box__content .subscription-card-carousel__card__details-title,.comparison-card__content__card-box__content .subscription-card-carousel__card__header__plan-title{line-height:18px;font-weight:500;color:#1a1a1a;margin-top:4px;margin-bottom:24px}.small-text .comparison-card__content__card-box__content h2,.small-text .comparison-card__content__card-box__content .subscription-card-carousel__card__details-title,.small-text .comparison-card__content__card-box__content .subscription-card-carousel__card__header__plan-title{font-size:.75rem}@media screen and (min-width: 768px){.small-text .comparison-card__content__card-box__content h2,.small-text .comparison-card__content__card-box__content .subscription-card-carousel__card__details-title,.small-text .comparison-card__content__card-box__content .subscription-card-carousel__card__header__plan-title{font-size:.75rem}}.medium-text .comparison-card__content__card-box__content h2,.medium-text .comparison-card__content__card-box__content .subscription-card-carousel__card__details-title,.medium-text .comparison-card__content__card-box__content .subscription-card-carousel__card__header__plan-title{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .comparison-card__content__card-box__content h2,.medium-text .comparison-card__content__card-box__content .subscription-card-carousel__card__details-title,.medium-text .comparison-card__content__card-box__content .subscription-card-carousel__card__header__plan-title{font-size:.875rem}}.large-text .comparison-card__content__card-box__content h2,.large-text .comparison-card__content__card-box__content .subscription-card-carousel__card__details-title,.large-text .comparison-card__content__card-box__content .subscription-card-carousel__card__header__plan-title{font-size:1rem}@media screen and (min-width: 768px){.large-text .comparison-card__content__card-box__content h2,.large-text .comparison-card__content__card-box__content .subscription-card-carousel__card__details-title,.large-text .comparison-card__content__card-box__content .subscription-card-carousel__card__header__plan-title{font-size:1rem}}.comparison-card__content__card-box__content h2,.comparison-card__content__card-box__content .subscription-card-carousel__card__details-title,.comparison-card__content__card-box__content .subscription-card-carousel__card__header__plan-title{font-size:.875rem}@media screen and (min-width: 768px){.comparison-card__content__card-box__content h2,.comparison-card__content__card-box__content .subscription-card-carousel__card__details-title,.comparison-card__content__card-box__content .subscription-card-carousel__card__header__plan-title{font-size:.875rem}}@media screen and (min-width: 1025px){.comparison-card__content__card-box__content h2,.comparison-card__content__card-box__content .subscription-card-carousel__card__details-title,.comparison-card__content__card-box__content .subscription-card-carousel__card__header__plan-title{margin-top:8px;margin-bottom:24px;line-height:20px}.small-text .comparison-card__content__card-box__content h2,.small-text .comparison-card__content__card-box__content .subscription-card-carousel__card__details-title,.small-text .comparison-card__content__card-box__content .subscription-card-carousel__card__header__plan-title{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .comparison-card__content__card-box__content h2,.small-text .comparison-card__content__card-box__content .subscription-card-carousel__card__details-title,.small-text .comparison-card__content__card-box__content .subscription-card-carousel__card__header__plan-title{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .comparison-card__content__card-box__content h2,.medium-text .comparison-card__content__card-box__content .subscription-card-carousel__card__details-title,.medium-text .comparison-card__content__card-box__content .subscription-card-carousel__card__header__plan-title{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .comparison-card__content__card-box__content h2,.medium-text .comparison-card__content__card-box__content .subscription-card-carousel__card__details-title,.medium-text .comparison-card__content__card-box__content .subscription-card-carousel__card__header__plan-title{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .comparison-card__content__card-box__content h2,.large-text .comparison-card__content__card-box__content .subscription-card-carousel__card__details-title,.large-text .comparison-card__content__card-box__content .subscription-card-carousel__card__header__plan-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .comparison-card__content__card-box__content h2,.large-text .comparison-card__content__card-box__content .subscription-card-carousel__card__details-title,.large-text .comparison-card__content__card-box__content .subscription-card-carousel__card__header__plan-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.comparison-card__content__card-box__content h2,.comparison-card__content__card-box__content .subscription-card-carousel__card__details-title,.comparison-card__content__card-box__content .subscription-card-carousel__card__header__plan-title{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.comparison-card__content__card-box__content h2,.comparison-card__content__card-box__content .subscription-card-carousel__card__details-title,.comparison-card__content__card-box__content .subscription-card-carousel__card__header__plan-title{font-size:1rem}}.comparison-card__content__card-box__content a{padding:4px 21px;line-height:14.22px}@media screen and (min-width: 1025px){.comparison-card__content__card-box__content a{padding:12.5px 29px;line-height:16.59px}}.comparison-card__content__details{width:100%}.comparison-card__content__data{display:flex;flex-direction:column;overflow-y:hidden}.comparison-card__content__data--hidden{height:642px}@media screen and (min-width: 1025px){.comparison-card__content__data--hidden{height:700px}}.comparison-card__content__data--expand{height:auto!important}.comparison-card__content__data__row .comparison-card__content__data__row--text:nth-child(2),.comparison-card__content__data__row .comparison-card__content__data__row--text:last-child{border-left:1px solid #f2f2f2}.comparison-card__content__data__row{display:flex;align-items:stretch;flex:1;justify-content:center}.comparison-card__content__data__row--heading{flex:1;display:flex;padding:12px 16px;position:relative;background-color:#f2f2f2}.comparison-card__content__data__row--heading h2,.comparison-card__content__data__row--heading .subscription-card-carousel__card__details-title,.comparison-card__content__data__row--heading .subscription-card-carousel__card__header__plan-title,.comparison-card__content__data__row--heading a{line-height:18px;font-weight:500}.small-text .comparison-card__content__data__row--heading h2,.small-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__details-title,.small-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__header__plan-title,.small-text .comparison-card__content__data__row--heading a{font-size:.75rem}@media screen and (min-width: 768px){.small-text .comparison-card__content__data__row--heading h2,.small-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__details-title,.small-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__header__plan-title,.small-text .comparison-card__content__data__row--heading a{font-size:.75rem}}.medium-text .comparison-card__content__data__row--heading h2,.medium-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__details-title,.medium-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__header__plan-title,.medium-text .comparison-card__content__data__row--heading a{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .comparison-card__content__data__row--heading h2,.medium-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__details-title,.medium-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__header__plan-title,.medium-text .comparison-card__content__data__row--heading a{font-size:.875rem}}.large-text .comparison-card__content__data__row--heading h2,.large-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__details-title,.large-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__header__plan-title,.large-text .comparison-card__content__data__row--heading a{font-size:1rem}@media screen and (min-width: 768px){.large-text .comparison-card__content__data__row--heading h2,.large-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__details-title,.large-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__header__plan-title,.large-text .comparison-card__content__data__row--heading a{font-size:1rem}}.comparison-card__content__data__row--heading h2,.comparison-card__content__data__row--heading .subscription-card-carousel__card__details-title,.comparison-card__content__data__row--heading .subscription-card-carousel__card__header__plan-title,.comparison-card__content__data__row--heading a{font-size:.875rem}@media screen and (min-width: 768px){.comparison-card__content__data__row--heading h2,.comparison-card__content__data__row--heading .subscription-card-carousel__card__details-title,.comparison-card__content__data__row--heading .subscription-card-carousel__card__header__plan-title,.comparison-card__content__data__row--heading a{font-size:.875rem}}@media screen and (min-width: 1025px){.comparison-card__content__data__row--heading h2,.comparison-card__content__data__row--heading .subscription-card-carousel__card__details-title,.comparison-card__content__data__row--heading .subscription-card-carousel__card__header__plan-title,.comparison-card__content__data__row--heading a{line-height:20px}.small-text .comparison-card__content__data__row--heading h2,.small-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__details-title,.small-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__header__plan-title,.small-text .comparison-card__content__data__row--heading a{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .comparison-card__content__data__row--heading h2,.small-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__details-title,.small-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__header__plan-title,.small-text .comparison-card__content__data__row--heading a{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .comparison-card__content__data__row--heading h2,.medium-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__details-title,.medium-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__header__plan-title,.medium-text .comparison-card__content__data__row--heading a{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .comparison-card__content__data__row--heading h2,.medium-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__details-title,.medium-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__header__plan-title,.medium-text .comparison-card__content__data__row--heading a{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .comparison-card__content__data__row--heading h2,.large-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__details-title,.large-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__header__plan-title,.large-text .comparison-card__content__data__row--heading a{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .comparison-card__content__data__row--heading h2,.large-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__details-title,.large-text .comparison-card__content__data__row--heading .subscription-card-carousel__card__header__plan-title,.large-text .comparison-card__content__data__row--heading a{font-size:1.125rem}}@media screen and (min-width: 1025px){.comparison-card__content__data__row--heading h2,.comparison-card__content__data__row--heading .subscription-card-carousel__card__details-title,.comparison-card__content__data__row--heading .subscription-card-carousel__card__header__plan-title,.comparison-card__content__data__row--heading a{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.comparison-card__content__data__row--heading h2,.comparison-card__content__data__row--heading .subscription-card-carousel__card__details-title,.comparison-card__content__data__row--heading .subscription-card-carousel__card__header__plan-title,.comparison-card__content__data__row--heading a{font-size:1rem}}.comparison-card__content__data__row--heading h2,.comparison-card__content__data__row--heading .subscription-card-carousel__card__details-title,.comparison-card__content__data__row--heading .subscription-card-carousel__card__header__plan-title{white-space:nowrap}.comparison-card__content__data__row--heading a{margin-left:auto}.comparison-card__content__data__row--text{flex:1;padding:8px 16px}.comparison-card__content__data__row--text p{line-height:20px;background-color:#fff}.small-text .comparison-card__content__data__row--text p{font-size:.75rem}@media screen and (min-width: 768px){.small-text .comparison-card__content__data__row--text p{font-size:.75rem}}.medium-text .comparison-card__content__data__row--text p{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .comparison-card__content__data__row--text p{font-size:.875rem}}.large-text .comparison-card__content__data__row--text p{font-size:1rem}@media screen and (min-width: 768px){.large-text .comparison-card__content__data__row--text p{font-size:1rem}}.comparison-card__content__data__row--text p{font-size:.875rem}@media screen and (min-width: 768px){.comparison-card__content__data__row--text p{font-size:.875rem}}@media screen and (min-width: 1025px){.comparison-card__content__data__row--text p{line-height:24px}.small-text .comparison-card__content__data__row--text p{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .comparison-card__content__data__row--text p{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .comparison-card__content__data__row--text p{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .comparison-card__content__data__row--text p{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .comparison-card__content__data__row--text p{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .comparison-card__content__data__row--text p{font-size:1.125rem}}@media screen and (min-width: 1025px){.comparison-card__content__data__row--text p{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.comparison-card__content__data__row--text p{font-size:1rem}}.comparison-card__show-hide-btn{cursor:pointer;display:none;align-items:end;justify-content:center;padding:8px;width:100%;margin-top:0}@media screen and (min-width: 1025px){.comparison-card__show-hide-btn{margin-top:0}}.comparison-card__show-hide-btn--no-bg-color{background:none}.comparison-card__show-hide-btn span{color:#ff6700;line-height:18px;font-weight:500}.small-text .comparison-card__show-hide-btn span{font-size:.75rem}@media screen and (min-width: 768px){.small-text .comparison-card__show-hide-btn span{font-size:.75rem}}.medium-text .comparison-card__show-hide-btn span{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .comparison-card__show-hide-btn span{font-size:.875rem}}.large-text .comparison-card__show-hide-btn span{font-size:1rem}@media screen and (min-width: 768px){.large-text .comparison-card__show-hide-btn span{font-size:1rem}}.comparison-card__show-hide-btn span{font-size:.875rem}@media screen and (min-width: 768px){.comparison-card__show-hide-btn span{font-size:.875rem}}@media screen and (min-width: 1025px){.comparison-card__show-hide-btn span{font-weight:bolder}}.comparison-card__show-hide-btn i{margin-right:8.59px;font-weight:bolder}.small-text .comparison-card__show-hide-btn i{font-size:.5rem}@media screen and (min-width: 768px){.small-text .comparison-card__show-hide-btn i{font-size:.5rem}}.medium-text .comparison-card__show-hide-btn i{font-size:.625rem}@media screen and (min-width: 768px){.medium-text .comparison-card__show-hide-btn i{font-size:.625rem}}.large-text .comparison-card__show-hide-btn i{font-size:.75rem}@media screen and (min-width: 768px){.large-text .comparison-card__show-hide-btn i{font-size:.75rem}}.comparison-card__show-hide-btn i{font-size:.625rem}@media screen and (min-width: 768px){.comparison-card__show-hide-btn i{font-size:.625rem}}@media screen and (min-width: 1025px){.comparison-card__show-hide-btn i{margin-right:9.25px}.small-text .comparison-card__show-hide-btn i{font-size:.625rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .comparison-card__show-hide-btn i{font-size:.625rem}}@media screen and (min-width: 1025px){.medium-text .comparison-card__show-hide-btn i{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .comparison-card__show-hide-btn i{font-size:.75rem}}@media screen and (min-width: 1025px){.large-text .comparison-card__show-hide-btn i{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .comparison-card__show-hide-btn i{font-size:.875rem}}@media screen and (min-width: 1025px){.comparison-card__show-hide-btn i{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.comparison-card__show-hide-btn i{font-size:.75rem}}.comparison-card__show-hide-btn__show-more:before{content:"";background:linear-gradient(to top,#fff 1.14%,#fff0 187.38%);height:50px;display:block;width:100%;position:absolute;z-index:10;bottom:25px;left:0}.comparison-card__show-hide-btn__show-more,.comparison-card__show-hide-btn__show-less{display:none}.comparison-card__show-hide-btn--active{display:block;background:#fff}.product-requirement{width:100%}.product-requirement__content{border:1px solid #66cede;background:linear-gradient(129.88deg,#cceff4 17.06%,#96e0eb 79.93%);padding:16px;border-radius:4px;min-width:325px;margin:0 auto;display:flex;flex-direction:column;gap:12px}@media screen and (min-width: 1025px){.product-requirement__content{max-width:64.33%}}.product-requirement__title{color:#1a1a1a;font-weight:500;line-height:18px}.small-text .product-requirement__title{font-size:.75rem}@media screen and (min-width: 768px){.small-text .product-requirement__title{font-size:.75rem}}.medium-text .product-requirement__title{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .product-requirement__title{font-size:.875rem}}.large-text .product-requirement__title{font-size:1rem}@media screen and (min-width: 768px){.large-text .product-requirement__title{font-size:1rem}}.product-requirement__title{font-size:.875rem}@media screen and (min-width: 768px){.product-requirement__title{font-size:.875rem}}@media screen and (min-width: 1025px){.product-requirement__title{line-height:18.96px}.small-text .product-requirement__title{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .product-requirement__title{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .product-requirement__title{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .product-requirement__title{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .product-requirement__title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .product-requirement__title{font-size:1.125rem}}@media screen and (min-width: 1025px){.product-requirement__title{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.product-requirement__title{font-size:1rem}}.product-requirement__form{display:flex;flex-direction:column;gap:4px}.product-requirement__form__details{display:flex;align-items:center;justify-content:space-between;gap:4px;border:1px solid #999999;border-radius:4px;background-color:#fff;padding:11px 12px}.product-requirement__form__details--selected{outline:2px solid #9fc8f7;background-color:#e5eaf7}.product-requirement__form__details--selected input{background-color:#e5eaf7}.product-requirement__form__details--error{border:1px solid #b40000}.product-requirement__form__details i{color:#999}.product-requirement__form__details i.bf-icon-close-fill{cursor:pointer}.product-requirement__form__details i.bf-icon-close-fill.hide{display:none}.product-requirement__form__input{width:100%;height:20px;line-height:20px;font-weight:400;color:#1a1a1a;border:none;outline:none;caret-color:#9fc8f7}.small-text .product-requirement__form__input{font-size:.75rem}@media screen and (min-width: 768px){.small-text .product-requirement__form__input{font-size:.75rem}}.medium-text .product-requirement__form__input{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .product-requirement__form__input{font-size:.875rem}}.large-text .product-requirement__form__input{font-size:1rem}@media screen and (min-width: 768px){.large-text .product-requirement__form__input{font-size:1rem}}.product-requirement__form__input{font-size:.875rem}@media screen and (min-width: 768px){.product-requirement__form__input{font-size:.875rem}}@media screen and (min-width: 1025px){.product-requirement__form__input{line-height:18.96px}.small-text .product-requirement__form__input{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .product-requirement__form__input{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .product-requirement__form__input{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .product-requirement__form__input{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .product-requirement__form__input{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .product-requirement__form__input{font-size:1.125rem}}@media screen and (min-width: 1025px){.product-requirement__form__input{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.product-requirement__form__input{font-size:1rem}}.product-requirement__form__input::placeholder{color:#666}.product-requirement__form__btn{padding:4px 8px;background-color:#feeadd;color:#ff6700;line-height:14.22px;font-weight:500;text-transform:capitalize;border-radius:40px;white-space:nowrap;border:none}.small-text .product-requirement__form__btn{font-size:.625rem}@media screen and (min-width: 768px){.small-text .product-requirement__form__btn{font-size:.625rem}}.medium-text .product-requirement__form__btn{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .product-requirement__form__btn{font-size:.75rem}}.large-text .product-requirement__form__btn{font-size:.875rem}@media screen and (min-width: 768px){.large-text .product-requirement__form__btn{font-size:.875rem}}.product-requirement__form__btn{font-size:.75rem}@media screen and (min-width: 768px){.product-requirement__form__btn{font-size:.75rem}}@media screen and (min-width: 1025px){.product-requirement__form__btn{line-height:18px;padding:5px 14.5px}.small-text .product-requirement__form__btn{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .product-requirement__form__btn{font-size:.75rem}}@media screen and (min-width: 1025px){.medium-text .product-requirement__form__btn{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .product-requirement__form__btn{font-size:.875rem}}@media screen and (min-width: 1025px){.large-text .product-requirement__form__btn{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .product-requirement__form__btn{font-size:1rem}}@media screen and (min-width: 1025px){.product-requirement__form__btn{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.product-requirement__form__btn{font-size:.875rem}}.product-requirement__form__error{margin-top:4px;display:none;align-items:center}.product-requirement__form__error i{color:#b40000}.small-text .product-requirement__form__error i{font-size:.625rem}@media screen and (min-width: 768px){.small-text .product-requirement__form__error i{font-size:.625rem}}.medium-text .product-requirement__form__error i{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .product-requirement__form__error i{font-size:.75rem}}.large-text .product-requirement__form__error i{font-size:.875rem}@media screen and (min-width: 768px){.large-text .product-requirement__form__error i{font-size:.875rem}}.product-requirement__form__error i{font-size:.75rem}@media screen and (min-width: 768px){.product-requirement__form__error i{font-size:.75rem}}.product-requirement__form__error p{color:#b40000;line-height:16px;font-weight:400;margin-left:4px}.small-text .product-requirement__form__error p{font-size:.625rem}@media screen and (min-width: 768px){.small-text .product-requirement__form__error p{font-size:.625rem}}.medium-text .product-requirement__form__error p{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .product-requirement__form__error p{font-size:.75rem}}.large-text .product-requirement__form__error p{font-size:.875rem}@media screen and (min-width: 768px){.large-text .product-requirement__form__error p{font-size:.875rem}}.product-requirement__form__error p{font-size:.75rem}@media screen and (min-width: 768px){.product-requirement__form__error p{font-size:.75rem}}.product-requirement.gst-variation{width:100%}.product-requirement.gst-variation .product-requirement__heading{gap:2px}@media screen and (min-width: 1025px){.product-requirement.gst-variation .product-requirement__heading{gap:4px}}.product-requirement.gst-variation .product-requirement__subheading{color:#4d4d4d;font-weight:400;line-height:20px}.small-text .product-requirement.gst-variation .product-requirement__subheading{font-size:.75rem}@media screen and (min-width: 768px){.small-text .product-requirement.gst-variation .product-requirement__subheading{font-size:.75rem}}.medium-text .product-requirement.gst-variation .product-requirement__subheading{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .product-requirement.gst-variation .product-requirement__subheading{font-size:.875rem}}.large-text .product-requirement.gst-variation .product-requirement__subheading{font-size:1rem}@media screen and (min-width: 768px){.large-text .product-requirement.gst-variation .product-requirement__subheading{font-size:1rem}}.product-requirement.gst-variation .product-requirement__subheading{font-size:.875rem}@media screen and (min-width: 768px){.product-requirement.gst-variation .product-requirement__subheading{font-size:.875rem}}@media screen and (min-width: 1025px){.product-requirement.gst-variation .product-requirement__subheading{line-height:normal;letter-spacing:.16px}.small-text .product-requirement.gst-variation .product-requirement__subheading{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .product-requirement.gst-variation .product-requirement__subheading{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .product-requirement.gst-variation .product-requirement__subheading{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .product-requirement.gst-variation .product-requirement__subheading{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .product-requirement.gst-variation .product-requirement__subheading{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .product-requirement.gst-variation .product-requirement__subheading{font-size:1.125rem}}@media screen and (min-width: 1025px){.product-requirement.gst-variation .product-requirement__subheading{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.product-requirement.gst-variation .product-requirement__subheading{font-size:1rem}}.product-requirement.gst-variation .product-requirement__form__details.error-outline{border:1px solid #b40000}.product-requirement.gst-variation .product-requirement__form__details i{font-size:12px}.product-requirement.gst-variation .product-requirement__form__error{gap:4px}.product-requirement.gst-variation .product-requirement__form__error i{font-size:12px}.product-requirement .city-popup-modal .modal__content{padding:12px 16px;border-radius:8px}@media screen and (min-width: 1025px){.product-requirement .city-popup-modal .modal__content{width:620px}}.product-requirement .city-popup-modal .modal__content h3{margin:16px 20px 0}@media screen and (max-width: 767px){.product-requirement .city-popup-modal .modal__content h3{margin:16px 20px 0 0}}.product-requirement .city-popup-modal .modal__close{font-size:12px;position:absolute;top:18px;right:15px}.product-requirement .city-popup-modal .modal__close .bf-icon-close:before{font-weight:600}.product-requirement .city-popup-modal .modal__body .city-popup-modal__body{gap:20px}@media screen and (min-width: 1025px){.product-requirement .city-popup-modal .modal__body .city-popup-modal__body{gap:12px}}.product-requirement .city-popup-modal__description{height:500px;border-radius:4px;border:1px solid var(--Grey-Grey-20, #cccccc);overflow:auto}.product-requirement .city-popup-modal__description hr{margin:16px 0;color:#ccc}.review-container .review{background-color:#fff;display:flex;flex-direction:column;align-items:center;justify-content:center}.review-container .review__img{width:100%;height:100%}.review-container .review__btn-wrapper{display:flex;align-items:center;justify-content:center;background-color:#fff;padding:12px 0}@media screen and (min-width: 1025px){.review-container .review__btn-wrapper{padding:16px 0 11px}}.review-container .review__btn-wrapper .download-app-btn{display:flex;align-items:center;justify-content:center;padding:12px 29px;border-radius:200px;background-color:#fff2ea;color:#ff6700;line-height:18px;font-weight:500;border:0}.small-text .review-container .review__btn-wrapper .download-app-btn{font-size:.75rem}@media screen and (min-width: 768px){.small-text .review-container .review__btn-wrapper .download-app-btn{font-size:.75rem}}.medium-text .review-container .review__btn-wrapper .download-app-btn{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .review-container .review__btn-wrapper .download-app-btn{font-size:.875rem}}.large-text .review-container .review__btn-wrapper .download-app-btn{font-size:1rem}@media screen and (min-width: 768px){.large-text .review-container .review__btn-wrapper .download-app-btn{font-size:1rem}}.review-container .review__btn-wrapper .download-app-btn{font-size:.875rem}@media screen and (min-width: 768px){.review-container .review__btn-wrapper .download-app-btn{font-size:.875rem}}@media screen and (min-width: 1025px){.review-container .review__btn-wrapper .download-app-btn{padding:12px 45.5px}}.review-container .review-modal{background-color:#1a1a1abf}.review-container .review-modal .bf-icon-close{text-align:right;max-width:fit-content;align-self:flex-end}@media screen and (min-width: 1025px){.review-container .review-modal .modal__body{display:flex;align-items:center;justify-content:center}}.review-container .review-modal .modal__body .modal__content{border-radius:8px;padding:12px}@media screen and (min-width: 1025px){.review-container .review-modal .modal__body .modal__content{width:540px}}.review-container .review-modal__box__header{display:flex;flex-direction:column;gap:4px}.review-container .review-modal__box__header .review-title{color:#1a1a1a;line-height:21.33px;font-weight:500}.small-text .review-container .review-modal__box__header .review-title{font-size:1rem}@media screen and (min-width: 768px){.small-text .review-container .review-modal__box__header .review-title{font-size:1rem}}.medium-text .review-container .review-modal__box__header .review-title{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .review-container .review-modal__box__header .review-title{font-size:1.125rem}}.large-text .review-container .review-modal__box__header .review-title{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .review-container .review-modal__box__header .review-title{font-size:1.25rem}}.review-container .review-modal__box__header .review-title{font-size:1.125rem}@media screen and (min-width: 768px){.review-container .review-modal__box__header .review-title{font-size:1.125rem}}.review-container .review-modal__box__header .review-sub-title{color:#666;line-height:20px;font-weight:400;text-wrap:balance}.small-text .review-container .review-modal__box__header .review-sub-title{font-size:.75rem}@media screen and (min-width: 768px){.small-text .review-container .review-modal__box__header .review-sub-title{font-size:.75rem}}.medium-text .review-container .review-modal__box__header .review-sub-title{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .review-container .review-modal__box__header .review-sub-title{font-size:.875rem}}.large-text .review-container .review-modal__box__header .review-sub-title{font-size:1rem}@media screen and (min-width: 768px){.large-text .review-container .review-modal__box__header .review-sub-title{font-size:1rem}}.review-container .review-modal__box__header .review-sub-title{font-size:.875rem}@media screen and (min-width: 768px){.review-container .review-modal__box__header .review-sub-title{font-size:.875rem}}.review-container .review-modal__box__content{display:flex;padding:20px 39px;gap:24px}.review-container .review-modal__box__content img{width:133px;height:133px}.review-container .review-modal__box__content ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;justify-content:center;gap:12px}.review-container .review-modal__box__content ul li{display:flex;align-items:center;gap:8px;line-height:14.22px}.small-text .review-container .review-modal__box__content ul li{font-size:.625rem}@media screen and (min-width: 768px){.small-text .review-container .review-modal__box__content ul li{font-size:.625rem}}.medium-text .review-container .review-modal__box__content ul li{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .review-container .review-modal__box__content ul li{font-size:.75rem}}.large-text .review-container .review-modal__box__content ul li{font-size:.875rem}@media screen and (min-width: 768px){.large-text .review-container .review-modal__box__content ul li{font-size:.875rem}}.review-container .review-modal__box__content ul li{font-size:.75rem}@media screen and (min-width: 768px){.review-container .review-modal__box__content ul li{font-size:.75rem}}.review-container .review-modal__box__content ul li i{color:#002953}.review-container .review-modal__box__content ul li .content{line-height:14.22px;font-weight:500;color:#1a1a1a}.small-text .review-container .review-modal__box__content ul li .content{font-size:.625rem}@media screen and (min-width: 768px){.small-text .review-container .review-modal__box__content ul li .content{font-size:.625rem}}.medium-text .review-container .review-modal__box__content ul li .content{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .review-container .review-modal__box__content ul li .content{font-size:.75rem}}.large-text .review-container .review-modal__box__content ul li .content{font-size:.875rem}@media screen and (min-width: 768px){.large-text .review-container .review-modal__box__content ul li .content{font-size:.875rem}}.review-container .review-modal__box__content ul li .content{font-size:.75rem}@media screen and (min-width: 768px){.review-container .review-modal__box__content ul li .content{font-size:.75rem}}.review-container .review-modal__box .review-apply-btn{border-radius:82px;padding:12px 20px;line-height:18px;font-weight:500}.small-text .review-container .review-modal__box .review-apply-btn{font-size:.75rem}@media screen and (min-width: 768px){.small-text .review-container .review-modal__box .review-apply-btn{font-size:.75rem}}.medium-text .review-container .review-modal__box .review-apply-btn{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .review-container .review-modal__box .review-apply-btn{font-size:.875rem}}.large-text .review-container .review-modal__box .review-apply-btn{font-size:1rem}@media screen and (min-width: 768px){.large-text .review-container .review-modal__box .review-apply-btn{font-size:1rem}}.review-container .review-modal__box .review-apply-btn{font-size:.875rem}@media screen and (min-width: 768px){.review-container .review-modal__box .review-apply-btn{font-size:.875rem}}.subscription-card-carousel__title{line-height:21.33px;color:#1a1a1a}@media screen and (min-width: 1025px){.subscription-card-carousel__title{line-height:23.7px}}.subscription-card-carousel__carousel{margin-top:12px;width:104%}@media screen and (min-width: 1025px){.subscription-card-carousel__carousel{width:100%;margin-top:16px}}.subscription-card-carousel__card{width:252px;border-radius:8px;overflow:hidden;background-color:#fff}.subscription-card-carousel__card__header{padding:12px 16px;border-radius:8px 8px 0 0;background-color:#384791;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:14px}.subscription-card-carousel__card__header__plan-title{color:#fff;line-height:26.07px;font-weight:500}.small-text .subscription-card-carousel__card__header__plan-title{font-size:1.25rem}@media screen and (min-width: 768px){.small-text .subscription-card-carousel__card__header__plan-title{font-size:1.25rem}}.medium-text .subscription-card-carousel__card__header__plan-title{font-size:1.375rem}@media screen and (min-width: 768px){.medium-text .subscription-card-carousel__card__header__plan-title{font-size:1.375rem}}.large-text .subscription-card-carousel__card__header__plan-title{font-size:1.5rem}@media screen and (min-width: 768px){.large-text .subscription-card-carousel__card__header__plan-title{font-size:1.5rem}}.subscription-card-carousel__card__header__plan-title{font-size:1.375rem}@media screen and (min-width: 768px){.subscription-card-carousel__card__header__plan-title{font-size:1.375rem}}.subscription-card-carousel__card__header__plan-subtitle{color:#fff;line-height:20px}.small-text .subscription-card-carousel__card__header__plan-subtitle{font-size:.75rem}@media screen and (min-width: 768px){.small-text .subscription-card-carousel__card__header__plan-subtitle{font-size:.75rem}}.medium-text .subscription-card-carousel__card__header__plan-subtitle{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .subscription-card-carousel__card__header__plan-subtitle{font-size:.875rem}}.large-text .subscription-card-carousel__card__header__plan-subtitle{font-size:1rem}@media screen and (min-width: 768px){.large-text .subscription-card-carousel__card__header__plan-subtitle{font-size:1rem}}.subscription-card-carousel__card__header__plan-subtitle{font-size:.875rem}@media screen and (min-width: 768px){.subscription-card-carousel__card__header__plan-subtitle{font-size:.875rem}}.subscription-card-carousel__card__header__price-title b{color:#fff;line-height:33.18px;font-weight:500}.small-text .subscription-card-carousel__card__header__price-title b{font-size:1.625rem}@media screen and (min-width: 768px){.small-text .subscription-card-carousel__card__header__price-title b{font-size:1.625rem}}.medium-text .subscription-card-carousel__card__header__price-title b{font-size:1.75rem}@media screen and (min-width: 768px){.medium-text .subscription-card-carousel__card__header__price-title b{font-size:1.75rem}}.large-text .subscription-card-carousel__card__header__price-title b{font-size:1.875rem}@media screen and (min-width: 768px){.large-text .subscription-card-carousel__card__header__price-title b{font-size:1.875rem}}.subscription-card-carousel__card__header__price-title b{font-size:1.75rem}@media screen and (min-width: 768px){.subscription-card-carousel__card__header__price-title b{font-size:1.75rem}}.subscription-card-carousel__card__header__price-title span{color:#fff;line-height:16.59px}.small-text .subscription-card-carousel__card__header__price-title span{font-size:.75rem}@media screen and (min-width: 768px){.small-text .subscription-card-carousel__card__header__price-title span{font-size:.75rem}}.medium-text .subscription-card-carousel__card__header__price-title span{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .subscription-card-carousel__card__header__price-title span{font-size:.875rem}}.large-text .subscription-card-carousel__card__header__price-title span{font-size:1rem}@media screen and (min-width: 768px){.large-text .subscription-card-carousel__card__header__price-title span{font-size:1rem}}.subscription-card-carousel__card__header__price-title span{font-size:.875rem}@media screen and (min-width: 768px){.subscription-card-carousel__card__header__price-title span{font-size:.875rem}}.subscription-card-carousel__card__header__price-offer{color:#fff;line-height:20px}.small-text .subscription-card-carousel__card__header__price-offer{font-size:.75rem}@media screen and (min-width: 768px){.small-text .subscription-card-carousel__card__header__price-offer{font-size:.75rem}}.medium-text .subscription-card-carousel__card__header__price-offer{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .subscription-card-carousel__card__header__price-offer{font-size:.875rem}}.large-text .subscription-card-carousel__card__header__price-offer{font-size:1rem}@media screen and (min-width: 768px){.large-text .subscription-card-carousel__card__header__price-offer{font-size:1rem}}.subscription-card-carousel__card__header__price-offer{font-size:.875rem}@media screen and (min-width: 768px){.subscription-card-carousel__card__header__price-offer{font-size:.875rem}}.subscription-card-carousel__card__details{padding:12px 16px 20px;border:2px solid #B7C0E9;border-top:0;border-radius:0 0 8px 8px}@media screen and (min-width: 1025px){.subscription-card-carousel__card__details{padding:16px}}.subscription-card-carousel__card__details-title{line-height:18px;color:#1a1a1a;font-weight:500}.small-text .subscription-card-carousel__card__details-title{font-size:.75rem}@media screen and (min-width: 768px){.small-text .subscription-card-carousel__card__details-title{font-size:.75rem}}.medium-text .subscription-card-carousel__card__details-title{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .subscription-card-carousel__card__details-title{font-size:.875rem}}.large-text .subscription-card-carousel__card__details-title{font-size:1rem}@media screen and (min-width: 768px){.large-text .subscription-card-carousel__card__details-title{font-size:1rem}}.subscription-card-carousel__card__details-title{font-size:.875rem}@media screen and (min-width: 768px){.subscription-card-carousel__card__details-title{font-size:.875rem}}.subscription-card-carousel__card__details__list{display:flex;flex-direction:column;justify-content:flex-start;gap:12px;margin:12px 0 16px}.subscription-card-carousel__card__details__item{display:flex;align-items:center;align-items:flex-start;justify-content:flex-start;gap:8px}.subscription-card-carousel__card__details__item i{color:#00b500}.small-text .subscription-card-carousel__card__details__item i{font-size:.875rem}@media screen and (min-width: 768px){.small-text .subscription-card-carousel__card__details__item i{font-size:.875rem}}.medium-text .subscription-card-carousel__card__details__item i{font-size:1rem}@media screen and (min-width: 768px){.medium-text .subscription-card-carousel__card__details__item i{font-size:1rem}}.large-text .subscription-card-carousel__card__details__item i{font-size:1.125rem}@media screen and (min-width: 768px){.large-text .subscription-card-carousel__card__details__item i{font-size:1.125rem}}.subscription-card-carousel__card__details__item i{font-size:1rem}@media screen and (min-width: 768px){.subscription-card-carousel__card__details__item i{font-size:1rem}}.subscription-card-carousel__card__details__item .bf-icon-cross{color:#b40000}.subscription-card-carousel__card__details__item-text{display:flex;flex-direction:column;gap:2px}.subscription-card-carousel__card__details__item-text p{line-height:14.22px;color:#4d4d4d}.small-text .subscription-card-carousel__card__details__item-text p{font-size:.625rem}@media screen and (min-width: 768px){.small-text .subscription-card-carousel__card__details__item-text p{font-size:.625rem}}.medium-text .subscription-card-carousel__card__details__item-text p{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .subscription-card-carousel__card__details__item-text p{font-size:.75rem}}.large-text .subscription-card-carousel__card__details__item-text p{font-size:.875rem}@media screen and (min-width: 768px){.large-text .subscription-card-carousel__card__details__item-text p{font-size:.875rem}}.subscription-card-carousel__card__details__item-text p{font-size:.75rem}@media screen and (min-width: 768px){.subscription-card-carousel__card__details__item-text p{font-size:.75rem}}.subscription-card-carousel__card__details__item-text p b{color:#1a1a1a}.subscription-card-carousel__card__details__item-text h4,.subscription-card-carousel__card__details__item-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .subscription-card-carousel__card__details__item-text th,.subscription-card-carousel__card__details__item-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .subscription-card-carousel__card__details__item-text td:first-child{line-height:14.22px;color:#1a1a1a;font-weight:500}.small-text .subscription-card-carousel__card__details__item-text h4,.small-text .subscription-card-carousel__card__details__item-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .small-text .subscription-card-carousel__card__details__item-text th,.small-text .subscription-card-carousel__card__details__item-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .small-text .subscription-card-carousel__card__details__item-text td:first-child{font-size:.625rem}@media screen and (min-width: 768px){.small-text .subscription-card-carousel__card__details__item-text h4,.small-text .subscription-card-carousel__card__details__item-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .small-text .subscription-card-carousel__card__details__item-text th,.small-text .subscription-card-carousel__card__details__item-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .small-text .subscription-card-carousel__card__details__item-text td:first-child{font-size:.625rem}}.medium-text .subscription-card-carousel__card__details__item-text h4,.medium-text .subscription-card-carousel__card__details__item-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .medium-text .subscription-card-carousel__card__details__item-text th,.medium-text .subscription-card-carousel__card__details__item-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .medium-text .subscription-card-carousel__card__details__item-text td:first-child{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .subscription-card-carousel__card__details__item-text h4,.medium-text .subscription-card-carousel__card__details__item-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .medium-text .subscription-card-carousel__card__details__item-text th,.medium-text .subscription-card-carousel__card__details__item-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .medium-text .subscription-card-carousel__card__details__item-text td:first-child{font-size:.75rem}}.large-text .subscription-card-carousel__card__details__item-text h4,.large-text .subscription-card-carousel__card__details__item-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .large-text .subscription-card-carousel__card__details__item-text th,.large-text .subscription-card-carousel__card__details__item-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .large-text .subscription-card-carousel__card__details__item-text td:first-child{font-size:.875rem}@media screen and (min-width: 768px){.large-text .subscription-card-carousel__card__details__item-text h4,.large-text .subscription-card-carousel__card__details__item-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .large-text .subscription-card-carousel__card__details__item-text th,.large-text .subscription-card-carousel__card__details__item-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .large-text .subscription-card-carousel__card__details__item-text td:first-child{font-size:.875rem}}.subscription-card-carousel__card__details__item-text h4,.subscription-card-carousel__card__details__item-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .subscription-card-carousel__card__details__item-text th,.subscription-card-carousel__card__details__item-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .subscription-card-carousel__card__details__item-text td:first-child{font-size:.75rem}@media screen and (min-width: 768px){.subscription-card-carousel__card__details__item-text h4,.subscription-card-carousel__card__details__item-text .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .subscription-card-carousel__card__details__item-text th,.subscription-card-carousel__card__details__item-text .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .subscription-card-carousel__card__details__item-text td:first-child{font-size:.75rem}}.subscription-card-carousel__card__details-btn.btn{width:100%;border-radius:82px;line-height:18px;padding:12px 0;background-image:linear-gradient(to right,#ff6700 67%,#fe8e0c)}.small-text .subscription-card-carousel__card__details-btn.btn{font-size:.75rem}@media screen and (min-width: 768px){.small-text .subscription-card-carousel__card__details-btn.btn{font-size:.75rem}}.medium-text .subscription-card-carousel__card__details-btn.btn{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .subscription-card-carousel__card__details-btn.btn{font-size:.875rem}}.large-text .subscription-card-carousel__card__details-btn.btn{font-size:1rem}@media screen and (min-width: 768px){.large-text .subscription-card-carousel__card__details-btn.btn{font-size:1rem}}.subscription-card-carousel__card__details-btn.btn{font-size:.875rem}@media screen and (min-width: 768px){.subscription-card-carousel__card__details-btn.btn{font-size:.875rem}}.subscription-card-carousel .swiper-slide{flex:0 0 auto;width:auto}.subscription-card-carousel .swiper-button-prev{left:0!important}.subscription-card-carousel .swiper-button-next{right:0!important}.subscription-card-carousel-cibil .subscription-card-carousel__title{margin:15px 0 12px 12px}@media screen and (min-width: 1025px){.subscription-card-carousel-cibil .subscription-card-carousel__title{line-height:23.7px}}.subscription-card-carousel-cibil .subscription-card-carousel__carousel{margin-left:0;width:100%}@media screen and (max-width: 767px){.subscription-card-carousel-cibil .subscription-card-carousel__carousel{margin-left:0}}@media screen and (max-width: 767px){.subscription-card-carousel-cibil .subscription-card-carousel__carousel__wrapper.swiper{margin-left:12px;margin-right:12px}}.subscription-card-carousel-cibil .subscription-card-carousel__card{width:100%;padding-bottom:12px}@media screen and (max-width: 767px){.subscription-card-carousel-cibil .subscription-card-carousel__card{width:100%}}.subscription-card-carousel-cibil .subscription-card-carousel__card__details-title,.subscription-card-carousel-cibil .subscription-card-carousel__card__details__item-text p{color:#000}.subscription-card-carousel-cibil .swiper-wrapper{min-width:fit-content;display:block}.subscription-card-carousel-cibil .swiper:not(.swiper-initialized) .swiper-slide{margin-right:0}@media screen and (min-width: 1025px){.social-media.bannerization__skeleton-loader{min-height:550px}}.social-media__list{width:calc(33.333% - 24px)}.social-media__desktop{display:none}@media screen and (min-width: 1025px){.social-media__desktop{display:block}}.social-media__desktop .swiper .swiper-button-next{right:0}.social-media__desktop .swiper .swiper-button-prev{left:0}.social-media__desktop .twitter-tweet{visibility:hidden}.social-media__desktop .twitter-tweet,.social-media__desktop iframe[src*=facebook]{max-width:100%!important;margin:0!important;border-radius:8px!important}.social-media__desktop .instagram-media{margin:0!important;max-width:100%!important;min-width:100%!important;border:1px solid #cccccc!important;box-shadow:none!important;border-radius:8px!important}.social-media__mobile{display:block;display:flex;flex-direction:column;gap:24px}@media screen and (min-width: 1025px){.social-media__mobile{display:none}}.social-media__mobile iframe[src*=facebook],.social-media__mobile .twitter-tweet{width:100%!important;max-width:100%!important;margin:0!important}.social-media__mobile .instagram-media{margin:0!important;width:100%!important;max-width:100%!important;border:1px solid #cccccc!important;box-shadow:none!important;border-radius:8px!important}.social-media .swiper-button-prev{left:0!important}.social-media .swiper-button-next{right:0!important}.social-media .swiper-wrapper{position:initial!important}.social-media .swiper-slide{flex:0 0 auto}.social-media .swiper-slide .twitter-tweet{min-width:calc(33.333% - 24px)}.cmp-error{display:none;justify-content:center;align-items:center;padding:12px;border-radius:4px;flex-direction:column;text-align:center;gap:12px}.cmp-error.show{display:flex}.cmp-error__content{margin-bottom:36px}@media screen and (min-width: 1025px){.cmp-error__content{margin-bottom:84px}}.cmp-error__title{line-height:28.44px;color:#4d4d4d;text-align:center;font-weight:400}.small-text .cmp-error__title{font-size:1.375rem}@media screen and (min-width: 768px){.small-text .cmp-error__title{font-size:1.375rem}}.medium-text .cmp-error__title{font-size:1.5rem}@media screen and (min-width: 768px){.medium-text .cmp-error__title{font-size:1.5rem}}.large-text .cmp-error__title{font-size:1.625rem}@media screen and (min-width: 768px){.large-text .cmp-error__title{font-size:1.625rem}}.cmp-error__title{font-size:1.5rem}@media screen and (min-width: 768px){.cmp-error__title{font-size:1.5rem}}@media screen and (min-width: 1025px){.cmp-error__title{line-height:33.18px}.small-text .cmp-error__title{font-size:1.625rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .cmp-error__title{font-size:1.625rem}}@media screen and (min-width: 1025px){.medium-text .cmp-error__title{font-size:1.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .cmp-error__title{font-size:1.75rem}}@media screen and (min-width: 1025px){.large-text .cmp-error__title{font-size:1.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .cmp-error__title{font-size:1.875rem}}@media screen and (min-width: 1025px){.cmp-error__title{font-size:1.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.cmp-error__title{font-size:1.75rem}}.cmp-error h3{font-weight:500;line-height:80.58px;color:#1a1a1a;margin-top:16px;margin-bottom:16px}.small-text .cmp-error h3{font-size:4.125rem}@media screen and (min-width: 768px){.small-text .cmp-error h3{font-size:4.125rem}}.medium-text .cmp-error h3{font-size:4.25rem}@media screen and (min-width: 768px){.medium-text .cmp-error h3{font-size:4.25rem}}.large-text .cmp-error h3{font-size:4.375rem}@media screen and (min-width: 768px){.large-text .cmp-error h3{font-size:4.375rem}}.cmp-error h3{font-size:4.25rem}@media screen and (min-width: 768px){.cmp-error h3{font-size:4.25rem}}@media screen and (min-width: 1025px){.cmp-error h3{line-height:142.2px;margin-top:4px;margin-bottom:4px}.small-text .cmp-error h3{font-size:7.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .cmp-error h3{font-size:7.375rem}}@media screen and (min-width: 1025px){.medium-text .cmp-error h3{font-size:7.5rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .cmp-error h3{font-size:7.5rem}}@media screen and (min-width: 1025px){.large-text .cmp-error h3{font-size:7.625rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .cmp-error h3{font-size:7.625rem}}@media screen and (min-width: 1025px){.cmp-error h3{font-size:7.5rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.cmp-error h3{font-size:7.5rem}}.cmp-error__text p{line-height:28.44px;text-align:center;color:#666}.small-text .cmp-error__text p{font-size:1.375rem}@media screen and (min-width: 768px){.small-text .cmp-error__text p{font-size:1.375rem}}.medium-text .cmp-error__text p{font-size:1.5rem}@media screen and (min-width: 768px){.medium-text .cmp-error__text p{font-size:1.5rem}}.large-text .cmp-error__text p{font-size:1.625rem}@media screen and (min-width: 768px){.large-text .cmp-error__text p{font-size:1.625rem}}.cmp-error__text p{font-size:1.5rem}@media screen and (min-width: 768px){.cmp-error__text p{font-size:1.5rem}}.cmp-error a{line-height:18px;font-weight:500;padding:12px 30.5px;text-transform:none;border-radius:82px;color:#ff6700;border:1px solid #ff6700}.small-text .cmp-error a{font-size:.75rem}@media screen and (min-width: 768px){.small-text .cmp-error a{font-size:.75rem}}.medium-text .cmp-error a{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .cmp-error a{font-size:.875rem}}.large-text .cmp-error a{font-size:1rem}@media screen and (min-width: 768px){.large-text .cmp-error a{font-size:1rem}}.cmp-error a{font-size:.875rem}@media screen and (min-width: 768px){.cmp-error a{font-size:.875rem}}.faq-with-tab-static{position:relative}.faq-with-tab-static__tabs{overflow-y:scroll;scrollbar-width:none;margin:12px 0 8px;border-bottom:1px solid;color:#f2f2f2}.faq-with-tab-static__tabs .tab{min-width:fit-content}.faq-with-tab-static__tabs .tab .tab-underline{display:none;width:100%;height:2px;background-color:#ff6700}.faq-with-tab-static__tabs .tab h3{color:#002953;padding:0 8px 11px;cursor:pointer;-webkit-tap-highlight-color:transparent}.faq-with-tab-static__tabs .tab.active .tab-underline{display:block}.faq-with-tab-static__tabs .tab.active h3{color:#ff6700}.faq-with-tab-static__tabs .tab.active span{display:block;width:100%;height:2px;background-color:#ff6700;border-radius:2px 2px 0 0}@media screen and (min-width: 1025px){.faq-with-tab-static__tabs{margin:16px 0}}.faq-with-tab-static__tabs::-webkit-scrollbar{display:none;width:0}.faq-with-tab-static__tabs:before{padding:0;color:#f2f2f2}.faq-with-tab-static__title{margin-bottom:12px;color:var(--faq-title-color)}.faq-with-tab-static__video__text,.faq-with-tab-static__redirection-cta__text{margin:0 0 8px 10px;cursor:pointer;column-gap:5px;color:#ff6700}.faq-with-tab-static .accordion__toggle{padding:8px 25px 8px 12px;cursor:pointer;color:var(--faq-toggle-color)}.faq-with-tab-static .accordion__toggle--faq{padding:0;margin-top:4px}.faq-with-tab-static .accordion__toggle--faq span{color:#ff6700;display:none}.faq-with-tab-static .accordion__toggle--faq i{column-gap:10px;margin-right:8px;font-weight:700}.faq-with-tab-static .accordion__toggle--faq .active{display:block}.faq-with-tab-static .accordion__toggle__show-more,.faq-with-tab-static .accordion__toggle__show-less{font-size:14px}@media screen and (min-width: 1025px){.faq-with-tab-static .accordion__toggle__show-more,.faq-with-tab-static .accordion__toggle__show-less{font-size:16px}}.faq-with-tab-static .accordion__row{border-radius:4px;margin-bottom:8px;position:relative;background-color:var(--faq-bg-color);color:var(--faq-text-color)}@media screen and (min-width: 1025px){.faq-with-tab-static .accordion__row{margin-bottom:8px}}.faq-with-tab-static .accordion__row--hidden{display:none}.faq-with-tab-static .accordion__row:after{content:"";position:absolute;right:10px;top:10px;height:10px;pointer-events:none;width:10px;border-right:1px solid var(--faq-toggle-border-color);border-bottom:1px solid var(--faq-toggle-border-color);border-width:2px;transform:rotate(45deg);transition:all .3s ease}.faq-with-tab-static .accordion__row.active:after{transform:rotate(225deg)}.faq-with-tab-static .accordion__body{transition:none;padding:0 12px;color:var(--faq-body-text-color)}.faq-with-tab-static .accordion__body--open{max-height:100%}.faq-with-tab-static .accordion__body p{text-align:justify;color:var(--faq-body-text-color);margin-bottom:8px;font-size:14px}.faq-with-tab-static .accordion__body ul{margin-bottom:8px;padding-left:20px;color:var(--faq-body-text-color)}.faq-with-tab-static .gradient-overlay{content:"";position:absolute;left:0;bottom:38px;z-index:10;width:100%;height:50px;display:none;background:linear-gradient(#ffffff40,#ffffffa1)}@media screen and (max-width: 767px){.faq-with-tab-static .gradient-overlay{bottom:36px;height:65px}}.faq-with-tab-static .gradient-overlay.active{display:block}.upi-strip__details__img{height:40px;width:40px}@media screen and (min-width: 1025px){.upi-strip__details__img{height:44px;width:44px}}section.upi-activation-strip{background-color:#f2f2f2}@media screen and (max-width: 767px){.upi-activation-strip{justify-content:space-between}}.upi-activation-strip__icon{width:20px;height:20px;color:#ff6700}.upi-activation-strip__label{color:#666}.upi-activation-strip__value{color:#ff6700;cursor:pointer}.upi-activation-strip__redirectionicon{height:18px;width:18px}.recommended-games-carousel{color:#d3d3d3}.recommended-games-carousel__slides .swiper-slide{max-width:320px}.recommended-games-carousel__slides ul{padding:0;gap:8px;list-style:none}.recommended-games-carousel__slides ul li{width:304px;padding:8px;gap:8px;background-color:#1b1c1d;border-radius:4px}.recommended-games-carousel__slides ul li img{width:50px;height:50px;object-fit:cover;border-radius:4px}.recommended-games-carousel__slides ul li span{color:#ededed}.recommended-games-carousel__slides ul li a{text-transform:none;background-image:none;background-color:#3f4144;padding:6px 10px;margin-left:auto}.recommended-games-carousel__slides ul li a:hover,.recommended-games-carousel__slides ul li a:focus{background-image:none}section.recommended-games-carousel{padding-right:0}.product-scroll-container{gap:12px}.product-scroll-container .carousel-images{min-height:100px}.product-scroll-container .carousel-images img{width:100%}.product-scroll-container .carousel-images .carousel-image{max-width:432px;display:none;height:100px;border-radius:8px;justify-self:center}.product-scroll-container .carousel-images .carousel-image.active{display:block}.product-scroll-container .carousel-progress .progress-step-container{position:relative}.product-scroll-container .carousel-progress .progress-step-container .progress-step{gap:6px}.product-scroll-container .carousel-progress .progress-step-container .progress-step span{margin-bottom:6px}.product-scroll-container .carousel-progress .progress-step-container .progress-step .step-circle{width:18px;height:18px;background:#ccc;border-radius:50%;z-index:20;position:relative;left:4px;border:1px solid #f2f4fb}.product-scroll-container .carousel-progress .progress-step-container .progress-step .step-circle.active-circle{background:#ffb94e;transform:scale(1.1)}.product-scroll-container .carousel-progress .progress-step-container .progress-step .step-label{white-space:nowrap;color:#1a1a1a;text-align:center;font-size:12px}@media screen and (max-width: 767px){.product-scroll-container .carousel-progress .progress-step-container .progress-step .step-label{font-size:10px}}.product-scroll-container .carousel-progress .progress-step-container .progress-line{position:absolute;top:5px;left:50%;height:6px;background:#f1eeea;width:100%}@media screen and (max-width: 767px){.product-scroll-container .carousel-progress .progress-step-container .progress-line{left:57%}}.product-scroll-container .carousel-progress .progress-step-container .progress-line.active-line{width:100%;background-color:#f1eeea}.product-scroll-container .carousel-progress .progress-step-container .progress-line.active-line:after{content:" ";background-color:#ffb94e;position:relative;height:100%;display:block;z-index:17;width:0%;animation:progress-animation var(--animation-duration) ease-in forwards;border-radius:8px}.product-scroll-container .carousel-progress .progress-step-container:last-child .progress-line{display:none}@keyframes progress-animation{0%{width:0%}to{width:100%}}:root{--imagecarousel-title-color: #222f3f}.bannerization-image-carousel .enable-dark-theme{--imagecarousel-title-color: #ffffff}.bannerization-image-carousel .swiper{padding-top:0}.bannerization-image-carousel .swiper .swiper-slide{height:auto}.bannerization-image-carousel .swiper .swiper-button-next{right:0}.bannerization-image-carousel .swiper .swiper-button-prev{left:0}.bannerization-image-carousel .bannerization__heading{color:var(--imagecarousel-title-color)}.bannerization-image-carousel .bannerization__heading.line-clamp-2{max-height:62px}.bannerization-image-carousel__img-box img{width:100%;height:100%;border-radius:4px}.bannerization-image-carousel__white-cta{position:absolute;background:#fff;color:#000;border-radius:40px;border:1px solid #000000;top:94px;left:12px;padding:5px 20px;font-size:16px;width:max-content}@media screen and (max-width: 767px){.bannerization-image-carousel__white-cta{top:76px;font-size:12px}}.bannerization-image-carousel__view-all-cta{margin-bottom:16px}section.bannerization-image-carousel{padding-right:8px}div:has(>section.banner-image-carousel-l2-gradient){-webkit-backdrop-filter:blur(var(--banner-image-carousel-l2-blur));backdrop-filter:blur(var(--banner-image-carousel-l2-blur));background:linear-gradient(var(--banner-image-carousel-l2-gradient-direction),var(--banner-image-carousel-l2-gradient1),var(--banner-image-carousel-l2-gradient2),var(--banner-image-carousel-l2-gradient3),var(--banner-image-carousel-l2-gradient4))}div:has(>section.banner-image-carousel-l2-solid){-webkit-backdrop-filter:blur(var(--banner-image-carousel-l2-blur));backdrop-filter:blur(var(--banner-image-carousel-l2-blur));background-color:var(--banner-image-carousel-l2-gradient1)}div:has(>section.banner-image-carousel-l2-image) img.banner-image-carousel-l2-image{opacity:var(--banner-image-carousel-l2-opacity);filter:blur(var(--banner-image-carousel-l2-blur))}section.bannerization-image-carousel.layer-3-theme{-webkit-backdrop-filter:blur(var(--banner-image-carousel-l3-blur));backdrop-filter:blur(var(--banner-image-carousel-l3-blur))}section.bannerization-image-carousel.layer-3-theme.banner-image-carousel-l3-gradient{background:linear-gradient(var(--banner-image-carousel-l3-gradient-direction),var(--banner-image-carousel-l3-gradient1),var(--banner-image-carousel-l3-gradient2),var(--banner-image-carousel-l3-gradient3),var(--banner-image-carousel-l3-gradient4))}section.bannerization-image-carousel.layer-3-theme.banner-image-carousel-l3-solid{background:var(--banner-image-carousel-l3-gradient1)}section.bannerization-image-carousel.layer-3-theme.banner-image-carousel-l3-image{background-color:unset;position:relative}section.bannerization-image-carousel.layer-3-theme.banner-image-carousel-l3-image img.banner-image-carousel-l3-image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;opacity:var(--banner-image-carousel-l3-opacity);filter:blur(var(--banner-image-carousel-l3-blur))}.chat-with-experts{padding:24px;background:#fff;border-bottom:1px solid #cccccc;margin:0}@media screen and (max-width: 767px){.chat-with-experts{padding:0;text-align:center;background-color:#fafafa}}.chat-with-experts__main{gap:24px;display:flex;background-color:#fff}@media screen and (max-width: 767px){.chat-with-experts__main{width:343px;display:block;padding:12px;border:1px solid #cccccc;border-radius:4px;margin:12px 16px}}.chat-with-experts__main__content h3{margin-bottom:6.5px}.chat-with-experts__main__content p{color:#666}.chat-with-experts__main__button .btn{padding:12px 10px;border:1px solid #ff6700;color:#ff6700;border-radius:82px;background:transparent}@media screen and (max-width: 767px){.chat-with-experts__main__button .btn{padding:11.5px 10px;margin-top:12px;width:100%}}.chat-with-experts__reach-out p{padding:12px 12px 12px 0;color:#00b500;line-height:20px;gap:4px}.chat-with-experts__reach-out p i{display:inline-block;color:#00b500;text-align:center;font-size:17.5px}.chat-with-experts__reach-out p span{color:#666}.chat-with-experts--hidden{height:0;opacity:0;padding:0;z-index:-1;position:relative}.bannerization-stack-cards__heading{margin-bottom:8px}@media screen and (max-width: 767px){.bannerization-stack-cards__heading{text-align:center;margin-bottom:18px}}.bannerization-stack-cards__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}@media screen and (max-width: 767px){.bannerization-stack-cards__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.bannerization-stack-cards__slide{position:relative}.bannerization-stack-cards__slide img{width:100%}.bannerization-stack-cards__content{position:absolute;width:90%;transform:translate(-50%);flex-direction:column;text-align:center;top:10px;left:50%}.bannerization-stack-cards__content__title{color:#000}@media screen and (max-width: 767px){.bannerization-stack-cards__content__title{margin-bottom:1px}}.bannerization-stack-cards__content__desc1{color:#000;font-size:14px}@media screen and (max-width: 767px){.bannerization-stack-cards__content__desc1{font-size:10px;margin-bottom:1px}}.bannerization-stack-cards__ribbon{color:#fff;background-color:transparent;width:175px;height:0;border-top:16px solid #000000;border-right:16px solid transparent;border-bottom:16px solid #000000;border-left:16px solid transparent}@media screen and (max-width: 767px){.bannerization-stack-cards__ribbon{width:100px;border-top:10px solid #000000;border-right:10px solid transparent;border-bottom:10px solid #000000;border-left:10px solid transparent}}.bannerization-stack-cards__ribbon__desc2{color:#fff;font-size:20px}@media screen and (max-width: 767px){.bannerization-stack-cards__ribbon__desc2{font-size:12px}}.bannerization-banner-carousel-wrapper .swiper{padding-top:0}.bannerization-banner-carousel-wrapper .swiper .swiper-slide{height:auto;position:relative;width:100%}.bannerization-banner-carousel-wrapper .swiper .swiper-slide a{width:100%}.bannerization-banner-carousel-wrapper .swiper-wrap-container .swiper-button-prev{left:0}.bannerization-banner-carousel-wrapper .swiper-wrap-container .swiper-button-next{right:0}.bannerization-banner-carousel-wrapper .bannerization-banner-carousel__content{position:absolute;width:95%;top:16px;left:16px;color:#002953}@media screen and (min-width: 1025px){.bannerization-banner-carousel-wrapper .bannerization-banner-carousel__content{left:32px}}.bannerization-banner-carousel-wrapper .bannerization-banner-carousel__content__heading{margin-bottom:11px;display:flex;align-items:baseline}.bannerization-banner-carousel-wrapper .bannerization-banner-carousel__content__heading p{color:#002953}@media screen and (max-width: 767px){.bannerization-banner-carousel-wrapper .bannerization-banner-carousel__content__heading{display:block}}.bannerization-banner-carousel-wrapper .bannerization-banner-carousel__content h2,.bannerization-banner-carousel-wrapper .bannerization-banner-carousel__content .subscription-card-carousel__card__header__plan-title,.bannerization-banner-carousel-wrapper .bannerization-banner-carousel__content .subscription-card-carousel__card__details-title{margin-bottom:11px;margin-left:10px;overflow:hidden;max-width:16ch;text-overflow:ellipsis;white-space:nowrap}@media screen and (max-width: 767px){.bannerization-banner-carousel-wrapper .bannerization-banner-carousel__content h2,.bannerization-banner-carousel-wrapper .bannerization-banner-carousel__content .subscription-card-carousel__card__header__plan-title,.bannerization-banner-carousel-wrapper .bannerization-banner-carousel__content .subscription-card-carousel__card__details-title{margin-left:0}}.bannerization-banner-carousel-wrapper .bannerization-banner-carousel__content ul{color:#1a1a1a;padding-left:5px}.bannerization-banner-carousel-wrapper .bannerization-banner-carousel__content ul li{margin-bottom:5px;max-width:32ch;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;list-style-position:inside}.bannerization-banner-carousel-wrapper .bannerization-banner-carousel .bannerization__blue-cta{position:absolute;bottom:16px;left:32px}@media screen and (max-width: 767px){.bannerization-banner-carousel-wrapper .bannerization-banner-carousel .bannerization__blue-cta{bottom:14px;left:16px}}.bannerization-banner-carousel-wrapper .bannerization-banner-carousel img{display:block;width:100%}.bannerization-banner-carousel-wrapper .bannerization-banner-carousel .bannerization-banner-carousel__cta{background:#414455;color:#fff;padding:8px 10px;border-radius:4px;border:none;position:absolute;bottom:16px;left:32px}@media screen and (max-width: 767px){.bannerization-banner-carousel-wrapper .bannerization-banner-carousel .bannerization-banner-carousel__cta{bottom:14px;left:16px}}.bannerization-banner-carousel-wrapper .swiper-pagination{position:relative;background:transparent;bottom:0;height:22px;padding-top:6px}.bannerization-banner-carousel-wrapper .swiper-pagination .swiper-pagination-bullet{background-color:#ccc}.bannerization-banner-carousel-wrapper .swiper-pagination .swiper-pagination-bullet-active{background-color:#666}.hero-banner-carousel{padding:0;position:relative}.hero-banner-carousel .bannerization-banner-carousel__content{position:absolute;width:95%;top:40px;left:40px;color:#1a1a1a}@media screen and (min-width: 1025px){.hero-banner-carousel .bannerization-banner-carousel__content__heading{display:flex}}.hero-banner-carousel .bannerization-banner-carousel__content ul{padding-left:5px}.hero-banner-carousel .bannerization-banner-carousel__content ul li{opacity:.8;margin-bottom:10px;max-width:17ch;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;list-style-position:inside}@media screen and (max-width: 767px){.hero-banner-carousel .bannerization-banner-carousel__content ul li{margin-bottom:4px;font-size:15px}}.hero-banner-carousel .bannerization-banner-carousel__content p{color:#1a1a1a}@media screen and (max-width: 767px){.hero-banner-carousel .bannerization-banner-carousel__content p{font-size:16px}}@media screen and (min-width: 1025px){.hero-banner-carousel .bannerization-banner-carousel__content p,.hero-banner-carousel .bannerization-banner-carousel__content h2,.hero-banner-carousel .bannerization-banner-carousel__content .subscription-card-carousel__card__header__plan-title,.hero-banner-carousel .bannerization-banner-carousel__content .subscription-card-carousel__card__details-title{font-size:34px}}.hero-banner-carousel .bannerization-banner-carousel__content h2,.hero-banner-carousel .bannerization-banner-carousel__content .subscription-card-carousel__card__header__plan-title,.hero-banner-carousel .bannerization-banner-carousel__content .subscription-card-carousel__card__details-title{color:#002953;max-width:34ch;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media screen and (min-width: 1025px){.hero-banner-carousel .bannerization-banner-carousel__content h2,.hero-banner-carousel .bannerization-banner-carousel__content .subscription-card-carousel__card__header__plan-title,.hero-banner-carousel .bannerization-banner-carousel__content .subscription-card-carousel__card__details-title{margin-left:10px}}@media screen and (max-width: 767px){.hero-banner-carousel .bannerization-banner-carousel__content{top:16px;left:13px}}.hero-banner-carousel .bannerization-banner-carousel .bannerization-banner-carousel__cta{background:#fff;color:#000;border-radius:40px;border:1px solid #000000;position:absolute;bottom:38px;left:40px;padding:7px 16px}@media screen and (max-width: 767px){.hero-banner-carousel .bannerization-banner-carousel .bannerization-banner-carousel__cta{left:13px;padding:5px 12px;font-size:15px}}.full-bleed-banner button{position:absolute;top:16px;right:16px}@media screen and (max-width: 767px){.full-bleed-banner button{top:18px}}.full-bleed-banner .bannerization-banner-carousel .bannerization-banner-carousel__cta{background:none;background-color:#fff;color:#f36700;padding:6px 60px;border-radius:82px;left:unset;font-weight:500}@media screen and (max-width: 767px){.full-bleed-banner .bannerization-banner-carousel .bannerization-banner-carousel__cta{padding:4px 12px}}section.bannerization-banner-carousel-wrapper{padding:0}section.bannerization-section-padding{padding:12px 16px}body.hp-layer1-theme .hp-grid-one div:has(>section[data-cmp=BannerCarousel]):not(:has(>section.bannerization-section-padding)),body.hp-layer1-theme .hp-grid-two div:has(>section[data-cmp=BannerCarousel]):not(:has(>section.bannerization-section-padding)),body.hp-layer2-theme .hp-grid-one div:has(>section[data-cmp=BannerCarousel]):not(:has(>section.bannerization-section-padding)),body.hp-layer2-theme .hp-grid-two div:has(>section[data-cmp=BannerCarousel]):not(:has(>section.bannerization-section-padding)){padding:0;margin:0}body.hp-layer1-theme .hp-grid-one section.bannerization-banner-carousel-wrapper,body.hp-layer1-theme .hp-grid-two section.bannerization-banner-carousel-wrapper,body.hp-layer2-theme .hp-grid-one section.bannerization-banner-carousel-wrapper,body.hp-layer2-theme .hp-grid-two section.bannerization-banner-carousel-wrapper{padding:0;margin:4px 0 0}body.hp-layer1-theme .hp-grid-one section.bannerization-section-padding,body.hp-layer1-theme .hp-grid-two section.bannerization-section-padding,body.hp-layer2-theme .hp-grid-one section.bannerization-section-padding,body.hp-layer2-theme .hp-grid-two section.bannerization-section-padding{padding:12px}@media screen and (max-width: 767px){body.hp-layer1-theme .hp-grid-one section.bannerization-section-padding,body.hp-layer1-theme .hp-grid-two section.bannerization-section-padding,body.hp-layer2-theme .hp-grid-one section.bannerization-section-padding,body.hp-layer2-theme .hp-grid-two section.bannerization-section-padding{margin:4px 4px 0}}body.hp-layer2-theme .hp-grid-one section.bannerization-section-padding,body.hp-layer2-theme .hp-grid-two section.bannerization-section-padding,body.hp-layer1-theme.hp-layer2-theme .hp-grid-one section.bannerization-section-padding,body.hp-layer1-theme.hp-layer2-theme .hp-grid-two section.bannerization-section-padding{margin:0 4px}div:has(>section.banner-carousel-l2-gradient){-webkit-backdrop-filter:blur(var(--banner-carousel-l2-blur));backdrop-filter:blur(var(--banner-carousel-l2-blur));background:linear-gradient(var(--banner-carousel-l2-gradient-direction),var(--banner-carousel-l2-gradient1),var(--banner-carousel-l2-gradient2),var(--banner-carousel-l2-gradient3),var(--banner-carousel-l2-gradient4))}div:has(>section.banner-carousel-l2-solid){-webkit-backdrop-filter:blur(var(--banner-carousel-l2-blur));backdrop-filter:blur(var(--banner-carousel-l2-blur));background-color:var(--banner-carousel-l2-gradient1)}div:has(>section.banner-carousel-l2-image) img.banner-carousel-l2-image{opacity:var(--banner-carousel-l2-opacity);filter:blur(var(--banner-carousel-l2-blur))}section.bannerization-section-padding.layer-3-theme{-webkit-backdrop-filter:blur(var(--banner-carousel-l3-blur));backdrop-filter:blur(var(--banner-carousel-l3-blur))}section.bannerization-section-padding.layer-3-theme.banner-carousel-l3-gradient{background:linear-gradient(var(--banner-carousel-l3-gradient-direction),var(--banner-carousel-l3-gradient1),var(--banner-carousel-l3-gradient2),var(--banner-carousel-l3-gradient3),var(--banner-carousel-l3-gradient4))}section.bannerization-section-padding.layer-3-theme.banner-carousel-l3-solid{background:var(--banner-carousel-l3-gradient1)}section.bannerization-section-padding.layer-3-theme.banner-carousel-l3-image{background-color:unset;position:relative}section.bannerization-section-padding.layer-3-theme.banner-carousel-l3-image img.banner-carousel-l3-image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;opacity:var(--banner-carousel-l3-opacity);filter:blur(var(--banner-carousel-l3-blur))}.icon-cards-banner-carousel{background-color:#f3f3f3}.icon-cards-banner-carousel .swiper{padding-top:0}.icon-cards-banner-carousel .swiper .swiper-slide{height:auto}.icon-cards-banner-carousel .swiper .swiper-button-next{right:0}.icon-cards-banner-carousel .swiper .swiper-button-prev{left:0}.icon-cards-banner-carousel__border-grey{border:1px solid #e5e5e5;border-radius:4px}.icon-cards-banner-carousel__icon-slide{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));row-gap:16px;border-radius:4px;background-color:#fff;height:99%}.icon-cards-banner-carousel__icon-slide a{position:relative}.icon-cards-banner-carousel__icon-slide img{margin-bottom:4px;height:52px;width:52px}@media screen and (min-width: 1025px){.icon-cards-banner-carousel__icon-slide img{height:64px;width:64px}}.icon-cards-banner-carousel__icon-slide p{font-size:10px;max-width:13ch;padding:0 4px;text-align:center}@media screen and (min-width: 1025px){.icon-cards-banner-carousel__icon-slide p{font-size:12px}}.icon-cards-banner-carousel__banner-slide a{display:block;height:99%}.icon-cards-banner-carousel__nudge{position:absolute;background-color:#00b500;font-size:8px;border-radius:2px;padding:2px 4px;color:#fff;top:10px}@media screen and (min-width: 1025px){.icon-cards-banner-carousel__nudge{font-size:10px}}.icon-cards-banner-carousel__img-box{position:relative}.icon-cards-banner-carousel__img-box img{width:100%;height:100%;border-radius:4px}.icon-cards-banner-carousel__img-box__content{width:100%;position:absolute;padding:28px 8px 12px;top:0;left:0;text-align:center;z-index:2;pointer-events:none}@media screen and (max-width: 767px){.icon-cards-banner-carousel__img-box__content{padding:20px 4px 12px}}.icon-cards-banner-carousel__img-box__content .heading,.icon-cards-banner-carousel__img-box__content .desc{color:#1a1a1a}.icon-cards-banner-carousel__img-box__content .heading{padding-bottom:2px}section.icon-cards-banner-carousel{padding-right:0}div:has(>section.icon-cards-l2-gradient){-webkit-backdrop-filter:blur(var(--icon-cards-l2-blur));backdrop-filter:blur(var(--icon-cards-l2-blur));background:linear-gradient(var(--icon-cards-l2-gradient-direction),var(--icon-cards-l2-gradient1),var(--icon-cards-l2-gradient2),var(--icon-cards-l2-gradient3),var(--icon-cards-l2-gradient4))}div:has(>section.icon-cards-l2-solid){-webkit-backdrop-filter:blur(var(--icon-cards-l2-blur));backdrop-filter:blur(var(--icon-cards-l2-blur));background-color:var(--icon-cards-l2-gradient1)}div:has(>section.icon-cards-l2-image) img.icon-cards-l2-image{opacity:var(--icon-cards-l2-opacity);filter:blur(var(--icon-cards-l2-blur))}section.icon-cards-banner-carousel.layer-3-theme{-webkit-backdrop-filter:blur(var(--icon-cards-l3-blur));backdrop-filter:blur(var(--icon-cards-l3-blur))}section.icon-cards-banner-carousel.layer-3-theme.icon-cards-l3-gradient{background:linear-gradient(var(--icon-cards-l3-gradient-direction),var(--icon-cards-l3-gradient1),var(--icon-cards-l3-gradient2),var(--icon-cards-l3-gradient3),var(--icon-cards-l3-gradient4))}section.icon-cards-banner-carousel.layer-3-theme.icon-cards-l3-solid{background:var(--icon-cards-l3-gradient1)}section.icon-cards-banner-carousel.layer-3-theme.icon-cards-l3-image{background-color:unset;position:relative}section.icon-cards-banner-carousel.layer-3-theme.icon-cards-l3-image img.icon-cards-l3-image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;opacity:var(--icon-cards-l3-opacity);filter:blur(var(--icon-cards-l3-blur))}.icon-cards-fixed{-webkit-backdrop-filter:blur(var(--icon-cards-l4-blur));backdrop-filter:blur(var(--icon-cards-l4-blur))}section.icon-cards-banner-carousel.layer-4-theme.icon-cards-l4-gradient .icon-cards-fixed{background:linear-gradient(var(--icon-cards-l4-gradient-direction),var(--icon-cards-l4-gradient1),var(--icon-cards-l4-gradient2),var(--icon-cards-l4-gradient3),var(--icon-cards-l4-gradient4))}section.icon-cards-banner-carousel.layer-4-theme.icon-cards-l4-solid .icon-cards-fixed{background-color:var(--icon-cards-l4-gradient1)}@media screen and (max-width: 767px){.strip-banner{padding:0 16px}}.strip-banner .modal__content__list{border:1px solid #d3dae1;padding:12px;border-radius:4px;margin:20px 0}.strip-banner .modal__content__list:nth-of-type(1){padding-top:20px}.strip-banner .modal__content__list:last-of-type{padding-bottom:0}.strip-banner .modal__content__list__details{display:flex;padding-bottom:16px}.strip-banner .modal__content__list__details img{margin-right:10px;width:40px;height:40px}.strip-banner .modal__content__list__details h3{margin-bottom:4px}.strip-banner .modal__content__title{width:100%}.strip-banner .modal__content i{align-self:center}.strip-banner__image{width:100%;cursor:pointer;display:block}.strip-banner .no-border{border:none}.strip-banner-image,.strip-banner-offer__image,.strip-banner-alert__image,.strip-banner-triple-text__image,.strip-banner-locator__image{width:100%;height:100%;cursor:pointer;position:relative}.strip-banner-wrapper .swiper-wrap-container .swiper-button-prev{left:0}.strip-banner-wrapper .swiper-wrap-container .swiper-button-next{right:0}.strip-banner-wrapper .swiper-pagination{position:relative;background:transparent;bottom:0;height:22px;padding-top:6px}.strip-banner-wrapper .swiper-pagination .swiper-pagination-bullet{background-color:#ccc}.strip-banner-wrapper .swiper-pagination .swiper-pagination-bullet-active{background-color:#666}.strip-banner-wrapper .strip-banner__btn{position:absolute;top:47%;transform:translateY(-50%);border-radius:200px}.strip-banner-wrapper .strip-banner__modal .modal__dialog .modal__content__list{border:1px solid #d3dae1;padding:12px;border-radius:4px;margin:20px 0}.strip-banner-wrapper .strip-banner__modal .modal__dialog .modal__content__list:nth-of-type(1){padding-top:20px}.strip-banner-wrapper .strip-banner__modal .modal__dialog .modal__content__list:last-of-type{padding-bottom:0}.strip-banner-wrapper .strip-banner__modal .modal__dialog .modal__content__list__details{display:flex;padding-bottom:16px}.strip-banner-wrapper .strip-banner__modal .modal__dialog .modal__content__list__details img{margin-right:10px;width:40px;height:40px}.strip-banner-wrapper .strip-banner__modal .modal__dialog .modal__content__list__details h3{margin-bottom:4px}.strip-banner-wrapper .strip-banner__modal .modal__dialog .modal__content__title{width:100%}.strip-banner-wrapper .strip-banner__modal .modal__dialog .modal__content i{align-self:start}.strip-banner-locator{position:relative}.strip-banner-locator .strip-banner__btn{min-width:119px;right:24px;padding:12px 24px;min-height:18px}@media screen and (max-width: 767px){.strip-banner-locator .strip-banner__btn{min-width:152px;right:8px}}.strip-banner-triple-text{position:relative}.strip-banner-triple-text__desc{position:absolute;top:47%;transform:translateY(-50%);z-index:1;left:234px;right:64px}@media screen and (max-width: 767px){.strip-banner-triple-text__desc{left:66px;right:10px}}@media screen and (max-width: 767px){.strip-banner-triple-text__desc span{flex-direction:column}}.strip-banner-triple-text__desc p{font-size:24px;line-height:calc(1em + 4px);white-space:nowrap}@media screen and (max-width: 767px){.strip-banner-triple-text__desc p{font-size:11px}}@media screen and (min-width: 1300px){.strip-banner-triple-text__desc p:last-child{margin-left:6px}}.strip-banner-alert{position:relative}.strip-banner-alert .content{position:absolute;top:47%;transform:translateY(-50%);z-index:1;left:72px}@media screen and (max-width: 767px){.strip-banner-alert .content{left:60px}}.strip-banner-alert .content__desc{width:100%;color:#1a1a1a;gap:8px}.strip-banner-alert .content__desc h1{font-size:16px}@media screen and (max-width: 767px){.strip-banner-alert .content__desc h1{font-size:11px}}.strip-banner-alert .content__desc p{font-size:14px;color:#1a1a1a}@media screen and (max-width: 767px){.strip-banner-alert .content__desc p{font-size:9px}}.strip-banner-alert .content__desc h1,.strip-banner-alert .content__desc p{line-height:calc(1em + 4px);white-space:nowrap}.strip-banner-alert .strip-banner__btn{min-width:152px;padding:12px 24px;min-height:16px;background:#fff;color:#ff6700;right:16px}@media screen and (max-width: 767px){.strip-banner-alert .strip-banner__btn{min-width:52px;padding:4px 12px}}.strip-banner-offer{position:relative}.strip-banner-offer .content{position:absolute;top:50%;transform:translateY(-50%);z-index:1;left:70px}@media screen and (max-width: 767px){.strip-banner-offer .content{left:52px}}.strip-banner-offer .content__offer-desc{width:100%;color:#1a1a1a;gap:8px}@media screen and (min-width: 1025px){.strip-banner-offer .content__offer-desc span{display:flex}}.strip-banner-offer .content__offer-desc span h1{font-size:16px;color:#1a1a1a}@media screen and (max-width: 767px){.strip-banner-offer .content__offer-desc span h1{font-size:12px}}@media screen and (min-width: 1300px){.strip-banner-offer .content__offer-desc span h1:last-child{margin-left:4px}}.strip-banner-offer .content__offer-desc p{font-size:20px;font-weight:600;color:#1a1a1a}@media screen and (max-width: 767px){.strip-banner-offer .content__offer-desc p{font-size:16px}}.strip-banner-offer .content__offer-desc h1,.strip-banner-offer .content__offer-desc p{line-height:calc(1em + 4px);white-space:nowrap}.strip-banner-offer .strip-banner__btn{min-width:97px;padding:12px 16px;right:16px;min-height:40px}@media screen and (max-width: 767px){.strip-banner-offer .strip-banner__btn{min-width:86px;min-height:24px;padding:4px 12px;right:12px}}body.hp-layer2-theme .hp-grid-one div:has(>div[data-cmp=StripBannerDynamic]),body.hp-layer2-theme .hp-grid-two div:has(>div[data-cmp=StripBannerDynamic]),body.hp-layer1-theme .hp-grid-one div:has(>div[data-cmp=StripBannerDynamic]),body.hp-layer1-theme .hp-grid-two div:has(>div[data-cmp=StripBannerDynamic]),body.hp-layer2-theme.hp-layer1-theme .hp-grid-one div:has(>div[data-cmp=StripBannerDynamic]),body.hp-layer2-theme.hp-layer1-theme .hp-grid-two div:has(>div[data-cmp=StripBannerDynamic]){margin-top:4px}.product-description-banner .swiper{padding-top:0}.product-description-banner .swiper p{color:#666}.product-description-banner .swiper h5{margin-bottom:4px;color:#000}.product-description-banner .swiper .swiper-button-next{right:0}.product-description-banner .swiper .swiper-button-prev{left:0}.product-description-banner__img-box img{width:100%;height:100%;border-radius:4px}.product-description-banner__white-cta{position:absolute;background:#fff;color:#000;border-radius:40px;border:1px solid #000000;top:50px;left:50%;transform:translate(-50%);padding:5px 18px;font-size:14px;width:max-content}@media screen and (max-width: 767px){.product-description-banner__white-cta{top:35px;padding:3px 10px;font-size:10px}}.product-description-banner .bannerization__cta{position:absolute;top:43px;left:50%;transform:translate(-50%)}@media screen and (max-width: 767px){.product-description-banner__header-wrapper{justify-content:space-between}}.product-description-banner__header-wrapper h2,.product-description-banner__header-wrapper .subscription-card-carousel__card__header__plan-title,.product-description-banner__header-wrapper .subscription-card-carousel__card__details-title{margin-bottom:8px}.product-description-banner__header-wrapper__nudge{flex:0 0 auto;align-self:flex-start;color:#00b500;border:1px solid #6bc1b2;background:#daffda;border-radius:4px;padding:4px;margin:0 0 8px 12px}.product-description-banner__gov{padding:12px 16px;background:#fff;display:flex;flex-direction:column}.product-description-banner__gov .swiper-wrapper{position:relative;min-width:1300px}.product-description-banner__gov .swiper{overflow-x:hidden}.product-description-banner__gov .swiper-slide{border-right:1px solid #cccccc;width:auto;flex-shrink:0;padding-left:16px;padding-right:16px;margin-right:0!important}.product-description-banner__gov .swiper-slide:last-of-type{border-right:none}.product-description-banner__gov .swiper-slide:first-of-type{padding-left:0}.product-description-banner__gov .cta{color:#ff6700;margin-bottom:20px;padding-left:4px;padding-right:4px}.product-description-banner__gov h5{color:#000;margin-bottom:8px;padding-left:6px;padding-right:4px}.product-description-banner__gov p{color:#666;margin-bottom:20px;padding-left:6px;padding-right:4px}.product-description-banner__gov h2,.product-description-banner__gov .subscription-card-carousel__card__header__plan-title,.product-description-banner__gov .subscription-card-carousel__card__details-title{margin-bottom:12px}.product-description-banner__gov .swiper .swiper-button-prev{left:0}.product-description-banner__gov .swiper .swiper-button-next{right:0}.product-description-banner__gov .product-description-banner__img-box{margin-bottom:8px;display:flex;justify-content:center;align-items:center}.product-description-banner__gov .product-description-banner__img-box img{width:100%}section.product-description-banner{padding-right:0}.carousel-with-ribbon-wrapper .swiper{padding-top:0}.carousel-with-ribbon-wrapper .swiper .swiper-slide{height:auto;position:relative;width:100%}.carousel-with-ribbon-wrapper .swiper .swiper-slide a{width:100%}.carousel-with-ribbon-wrapper .swiper-wrap-container .swiper-button-prev{left:0}.carousel-with-ribbon-wrapper .swiper-wrap-container .swiper-button-next{right:0}.carousel-with-ribbon-wrapper .carousel-with-ribbon__content{position:absolute;width:100%;top:18px;left:18px;color:#fff}.carousel-with-ribbon-wrapper .carousel-with-ribbon__content h2,.carousel-with-ribbon-wrapper .carousel-with-ribbon__content .subscription-card-carousel__card__header__plan-title,.carousel-with-ribbon-wrapper .carousel-with-ribbon__content .subscription-card-carousel__card__details-title{margin-bottom:12px;width:55%}.carousel-with-ribbon-wrapper .carousel-with-ribbon__content p{color:#fff;margin-bottom:5px}.carousel-with-ribbon-wrapper .carousel-with-ribbon__content__list{margin:10px 0 45px}@media screen and (max-width: 767px){.carousel-with-ribbon-wrapper .carousel-with-ribbon__content__list{margin:28px 0 26px}}.carousel-with-ribbon-wrapper .carousel-with-ribbon__content__cta{background:#593518;color:#fff;padding:8px 10px;border-radius:4px;border:none}.carousel-with-ribbon-wrapper .carousel-with-ribbon img{width:100%;border-radius:4px}.carousel-with-ribbon-wrapper .carousel-with-ribbon__ribbon{position:absolute;top:16px;right:0;background-color:transparent;height:0;border-top:20px solid black;border-bottom:20px solid black;border-left:20px solid transparent}.carousel-with-ribbon-wrapper .carousel-with-ribbon__ribbon span,.carousel-with-ribbon-wrapper .carousel-with-ribbon__ribbon p{color:#fff;padding:0 10px 2px}.carousel-with-ribbon-wrapper .carousel-with-ribbon__tick-container{margin-right:8px}.skeleton,.header-sign-in .loader,.bannerization__skeleton-loader,.skeleton-loading .panel,.skeleton-loading{overflow:hidden;pointer-events:none;height:auto}.skeleton:before,.header-sign-in .loader:before,.bannerization__skeleton-loader:before,.skeleton-loading .panel:before,.skeleton-loading:before{z-index:97;content:"";position:absolute;top:0;right:0;bottom:12px;left:0;background:linear-gradient(to right,#f2f2f2 0,#f2f2f2 20px,transparent 20px),linear-gradient(to left,#f2f2f2 0,#f2f2f2 20px,transparent 20px),linear-gradient(to bottom,#f2f2f2 10%,#d8d8d8 10%,#d8d8d8 25%,#f2f2f2 25%,#f2f2f2 35%,#d8d8d8 35%,#d8d8d8 43%,#f2f2f2 43%,#f2f2f2 50%,#d8d8d8 50%,#d8d8d8 58%,#f2f2f2 58%,#f2f2f2 66%,#d8d8d8 66%,#d8d8d8 74%,#f2f2f2 74%,#f2f2f2 80%,#d8d8d8 80%,#d8d8d8 90%,#f2f2f2 90%);color:#fafafa;display:inline-block}@media screen and (max-width: 767px){.skeleton:before,.header-sign-in .loader:before,.bannerization__skeleton-loader:before,.skeleton-loading .panel:before,.skeleton-loading:before{bottom:8px}}.skeleton:after,.header-sign-in .loader:after,.bannerization__skeleton-loader:after,.skeleton-loading .panel:after,.skeleton-loading:after{z-index:97;position:absolute;top:0;right:0;bottom:12px;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,#fff0 0,#fff3 20%,#ffffff80 60%,#fff0);animation:shimmer 1.4s infinite;content:"";color:#fafafa;opacity:1}@media screen and (max-width: 767px){.skeleton:after,.header-sign-in .loader:after,.bannerization__skeleton-loader:after,.skeleton-loading .panel:after,.skeleton-loading:after{bottom:8px}}.carousel-with-text .swiper{padding-top:0}.carousel-with-text .swiper .swiper-slide{height:auto}.carousel-with-text .swiper .swiper-button-next{right:0}.carousel-with-text .swiper .swiper-button-prev{left:0}.carousel-with-text__img-box img{width:100%;height:100%;border-radius:4px}.carousel-with-text__mb-8{margin-bottom:8px}.carousel-with-text__content{position:absolute;top:18px;left:50%;text-align:center;transform:translate(-50%);width:70%}@media screen and (max-width: 767px){.carousel-with-text__content{top:12px}}.carousel-with-text__content__title{font-size:20px;margin-bottom:4px;color:#000}@media screen and (max-width: 767px){.carousel-with-text__content__title{font-size:16px;margin-bottom:6px}}.carousel-with-text__content__nudge{font-size:10px;background-color:#000;color:#febe07;font-weight:400;padding:5px 10px;border-radius:7px;margin:auto auto 4px}@media screen and (max-width: 767px){.carousel-with-text__content__nudge{padding:2px 8px}}.carousel-with-text__content__nudge-container{width:fit-content}.carousel-with-text__content__subTitle{margin-bottom:4px;color:#000}.carousel-with-text__content__amount{font-size:30px;color:#000}@media screen and (max-width: 767px){.carousel-with-text__content__amount{font-size:24px}}.carousel-left-text .carousel-with-text__content{position:absolute;top:90px;left:20px;transform:unset;width:95%;text-align:left}@media screen and (max-width: 767px){.carousel-left-text .carousel-with-text__content{top:72px}}.carousel-left-text .carousel-with-text__content__title{font-size:24px;margin-bottom:13px}@media screen and (max-width: 767px){.carousel-left-text .carousel-with-text__content__title{font-size:20px;margin-bottom:12px}}.carousel-left-text .carousel-with-text__content .carousel-with-text__content__nudge{background-color:unset;padding:0;font-size:20px;margin-bottom:4px}@media screen and (max-width: 767px){.carousel-left-text .carousel-with-text__content .carousel-with-text__content__nudge{font-size:14px}}.carousel-left-text .carousel-with-text__content .carousel-with-text__content__subTitle{font-size:42px;font-weight:600}@media screen and (max-width: 767px){.carousel-left-text .carousel-with-text__content .carousel-with-text__content__subTitle{font-size:32px}}.carousel-left-text .carousel-with-text__content p{color:#000}section.carousel-with-text,section.carousel-left-text{padding-right:0}@media screen and (max-width: 767px){.calculator-fragment{overflow:hidden}}.calculator-fragment__experience-fragment{margin-bottom:20px}.calculator-fragment__experience-fragment section{margin-top:12px;padding:0;border:none}.calculator-fragment__experience-fragment h3,.calculator-fragment__experience-fragment h4,.calculator-fragment__experience-fragment .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .calculator-fragment__experience-fragment th,.calculator-fragment__experience-fragment .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .calculator-fragment__experience-fragment td:first-child{margin-bottom:0}.calculator-fragment__experience-fragment .calculator__left{padding:16px 6px 0}.calculator-fragment__experience-fragment .calculator__right__output-box{min-height:250px}.calculator-fragment__content{position:relative;cursor:pointer;gap:12px}@media screen and (max-width: 767px){.calculator-fragment__content{padding:10px 0}}.calculator-fragment__content:after{position:absolute;right:0;font-size:14px;height:14px;font-weight:600;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon,sans-serif;content:"";color:#000;transition:all .5s ease}@media screen and (min-width: 1025px){.calculator-fragment__content:after{font-size:16px;height:16px}}.calculator-fragment__content__image{height:34px;width:34px}@media screen and (min-width: 1025px){.calculator-fragment__content__image{height:38px;width:38px}}.calculator-fragment__content__text span{width:100%;color:#1a1a1a;margin-top:2px}@media screen and (max-width: 767px){.calculator-fragment__content__text span{width:92%}}.calculator-fragment .accordion__row.active .calculator-fragment__content:after{transform:rotate(180deg)}@media screen and (min-width: 1025px){.h1-component-container{padding:0 0 16px}}@media screen and (min-width: 1025px){.h1-component-container.is-las-variation{padding:16px}}@media screen and (max-width: 767px){.h1-component-container .h1-component{padding:0 16px 12px}}.h1-component-container .h1-component__heading{margin-bottom:4px;color:#1a1a1a;font-size:24px;display:block}@media screen and (max-width: 767px){.h1-component-container .h1-component__heading{margin-bottom:2px;font-size:20px}}.h1-component-container .h1-component ul,.h1-component-container .h1-component ol,.h1-component-container .h1-component p{font-size:14px;color:#666}.h1-component-container .h1-component ul,.h1-component-container .h1-component ol{padding-left:14px}.h1-component-container .h1-component__content{font-size:14px;color:#666}.h1-component-container .h1-component__gold-value{color:#ff6700;min-height:30px}.h1-component-container .h1-component__gold-box{width:310px}@media screen and (max-width: 767px){.h1-component-container .h1-component__gold-box{width:240px}}.h1-component-container .h1-component .gold-rate-value p{color:#1a1a1a}@media screen and (max-width: 767px){.h1-component-container .signInVariation{padding:0}}section.disclaimer-info{padding:12px}@media screen and (max-width: 767px){section.disclaimer-info{padding:12px 16px}}section.extra-spacing{padding-bottom:33px}@media screen and (max-width: 767px){section.extra-spacing{padding-bottom:65px}}.disclaimer-info{background-color:#f2f2f2}.disclaimer-info h3{margin-bottom:4px;color:#000}.disclaimer-info__desc p,.disclaimer-info__desc span,.disclaimer-info__desc ul,.disclaimer-info__desc ol,.disclaimer-info__desc pre{color:#666;font-size:14px}@media screen and (max-width: 767px){.disclaimer-info__desc p,.disclaimer-info__desc span,.disclaimer-info__desc ul,.disclaimer-info__desc ol,.disclaimer-info__desc pre{font-size:12px}}.disclaimer-read-more__desc{overflow:hidden;transition:max-height .3s ease-out}.disclaimer-read-more .collapsed{max-height:254px}@media screen and (min-width: 1025px){.disclaimer-read-more .collapsed{max-height:190px}}.disclaimer-read-more .expanded{max-height:100%}.disclaimer-read-more .toggle-btn{cursor:pointer}.info-variation{padding:12px 16px;gap:8px;border-radius:4px;border:1px solid #FABA0A;background-color:#fef0ca;margin:16px}@media screen and (min-width: 1025px){.info-variation{height:100px;padding:20px 16px;border-radius:8px;border:2px solid #FABA0A}}.info-variation h3{color:#1a1a1a}.info-variation__desc{color:#1a1a1a;line-height:16px}@media screen and (min-width: 1025px){.info-variation__desc{line-height:20px}}.fees-and-charges-xaop .accordion__toggle:hover{cursor:pointer}.fees-and-charges-xaop .accordion__header h2,.fees-and-charges-xaop .accordion__header .subscription-card-carousel__card__header__plan-title,.fees-and-charges-xaop .accordion__header .subscription-card-carousel__card__details-title{width:100%;margin:0;position:relative}.fees-and-charges-xaop .accordion__header h2:after,.fees-and-charges-xaop .accordion__header .subscription-card-carousel__card__header__plan-title:after,.fees-and-charges-xaop .accordion__header .subscription-card-carousel__card__details-title:after{position:absolute;right:0;font-size:14px;height:14px;font-weight:600;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon,sans-serif;content:"";color:#000;transition:all .5s ease}@media screen and (min-width: 1025px){.fees-and-charges-xaop .accordion__header h2:after,.fees-and-charges-xaop .accordion__header .subscription-card-carousel__card__header__plan-title:after,.fees-and-charges-xaop .accordion__header .subscription-card-carousel__card__details-title:after{font-size:16px;height:16px}}.fees-and-charges-xaop .accordion__header h2.arrow-active:after,.fees-and-charges-xaop .accordion__header .arrow-active.subscription-card-carousel__card__header__plan-title:after,.fees-and-charges-xaop .accordion__header .arrow-active.subscription-card-carousel__card__details-title:after{transform:rotate(180deg)}@media screen and (min-width: 1025px){.fees-and-charges-xaop .accordion__header h2,.fees-and-charges-xaop .accordion__header .subscription-card-carousel__card__header__plan-title,.fees-and-charges-xaop .accordion__header .subscription-card-carousel__card__details-title{font-size:18px}}.fees-and-charges-xaop .accordion__body{transition:none}.fees-and-charges-xaop .accordion__body p{font-size:14px;color:#333}.fees-and-charges-xaop .accordion__body .video-container-xaop{background-color:#fff;box-shadow:none;border-radius:0;width:36%;min-width:446px}@media screen and (max-width: 767px){.fees-and-charges-xaop .accordion__body .video-container-xaop{flex:1;min-width:100%}}.fees-and-charges-xaop .accordion__body .video-container-xaop__item{position:relative}.fees-and-charges-xaop .accordion__body .video-container-xaop__item .video-thumbnail{position:relative;min-height:240px}@media screen and (max-width: 767px){.fees-and-charges-xaop .accordion__body .video-container-xaop__item .video-thumbnail{min-height:180px}}.fees-and-charges-xaop .accordion__body .video-container-xaop__item .cover-image{cursor:pointer;position:absolute;height:100%;top:0}.fees-and-charges-xaop .accordion__body .video-container-xaop__item .cover-image__overlay{top:0;right:0;bottom:0;left:0;background-color:#000;position:absolute}.fees-and-charges-xaop .accordion__body .video-container-xaop__item .cover-image img{object-fit:cover;height:100%;position:absolute;top:0}.fees-and-charges-xaop .accordion__body .video-container-xaop__item .cover-image .play-icon-block{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;border-radius:50%}.fees-and-charges-xaop .accordion__body .video-container-xaop__item .cover-image .play-icon-block .icon-bg-block{position:absolute;top:3px;bottom:4px;right:9px;left:1px;z-index:-1;border-radius:50%}.fees-and-charges-xaop .accordion__body .video-container-xaop__item .cover-image .play-icon-block .bf-icon-play-icon:before{background-color:#ff6700;font-size:48px;color:#fff;border-radius:50%}.fees-and-charges-xaop .accordion__body .video-container-xaop__item .kpoint-video-player{min-height:200px}@media screen and (max-width: 767px){.fees-and-charges-xaop .accordion__body .video-container-xaop__item .kpoint-video-player{min-height:180px}}.fees-and-charges-xaop .accordion__body .video-container-xaop p{color:#4d4d4d}.fees-and-charges-xaop .accordion__body .video-container-xaop p.line-clamp-3{max-height:66px}.fees-and-charges-xaop .accordion__body--open{margin-top:20px;max-height:inherit;gap:20px}@media screen and (max-width: 767px){.fees-and-charges-xaop .accordion__body--open{flex-direction:column}}.fees-and-charges-xaop .accordion__body .tabs-wrapper{width:100%}.fees-and-charges-xaop .accordion__body .tabs-wrapper.video-width{width:68%}@media screen and (max-width: 767px){.fees-and-charges-xaop .accordion__body .tabs-wrapper.video-width{width:100%}}.fees-and-charges-xaop .accordion__body .tabs-wrapper .navigation-with-tabs{overflow:hidden}@media screen and (min-width: 1025px){.fees-and-charges-xaop .accordion__body .tabs-wrapper .navigation-with-tabs{padding:16px 0 12px}}.fees-and-charges-xaop .accordion__body .tabs-wrapper .navigation-with-tabs::-webkit-scrollbar{display:none}.fees-and-charges-xaop .accordion__body .tabs-wrapper .navigation-with-tabs__tabs{border-bottom:2px solid #e5eaf7;list-style:none;overflow:auto;white-space:nowrap;line-height:23px;padding-left:0;column-gap:16px}.fees-and-charges-xaop .accordion__body .tabs-wrapper .navigation-with-tabs__tabs::-webkit-scrollbar{display:none}.fees-and-charges-xaop .accordion__body .tabs-wrapper .navigation-with-tabs__tabs li{display:inline-block;vertical-align:top;position:relative;height:27px;padding:0 8px;color:#002953;cursor:pointer}.fees-and-charges-xaop .accordion__body .tabs-wrapper .navigation-with-tabs__tabs li.tab-padding{padding:0 2px 0 0}@media screen and (min-width: 1025px){.fees-and-charges-xaop .accordion__body .tabs-wrapper .navigation-with-tabs__tabs li{font-size:16px;height:37px}}.fees-and-charges-xaop .accordion__body .tabs-wrapper .navigation-with-tabs__tabs li.active{color:#ff6700}.fees-and-charges-xaop .accordion__body .tabs-wrapper .navigation-with-tabs__tabs li.active:after{background-color:#ff6700;opacity:1}.fees-and-charges-xaop .accordion__body .tabs-wrapper .navigation-with-tabs__tabs li.full-width-tabs{width:-webkit-fill-available}.fees-and-charges-xaop .accordion__body .tabs-wrapper .navigation-with-tabs__h1-component table tbody tr td:first-child{vertical-align:middle;width:25%}@media screen and (max-width: 767px){.fees-and-charges-xaop .accordion__body .tabs-wrapper .navigation-with-tabs__h1-component table tbody tr td:first-child{width:34%}}.fees-and-charges-xaop .accordion__body table{box-shadow:0 0 0 1px #d3dae1}.fees-and-charges-xaop .accordion__body table caption{display:none}.fees-and-charges-xaop .accordion__body table tbody tr{border-bottom:1px solid #d3dae1}.fees-and-charges-xaop .accordion__body table tbody tr *{font-size:14px}.fees-and-charges-xaop .accordion__body table tbody tr td{width:50px}.fees-and-charges-xaop .accordion__body table tbody tr:first-child{background-color:#fafafa}.fees-and-charges-xaop .accordion__body table tbody tr:first-child td,.fees-and-charges-xaop .accordion__body table tbody tr:first-child th{padding:8px;color:#000;font-weight:700}.fees-and-charges-xaop .accordion__body table tbody tr:first-child td:first-child,.fees-and-charges-xaop .accordion__body table tbody tr:first-child th:first-child{border-top-left-radius:10px}.fees-and-charges-xaop .accordion__body table tbody tr:first-child td:last-child,.fees-and-charges-xaop .accordion__body table tbody tr:first-child th:last-child{border-top-right-radius:10px}.fees-and-charges-xaop .accordion__body table tbody tr td,.fees-and-charges-xaop .accordion__body table tbody tr th{border-bottom:1px solid #d3dae1;padding:8px;color:#333}.fees-and-charges-xaop .accordion__body table tbody tr td:first-child,.fees-and-charges-xaop .accordion__body table tbody tr th:first-child{border-bottom-left-radius:10px;background-color:#fafafa}.fees-and-charges-xaop .accordion__body table tbody tr td ul,.fees-and-charges-xaop .accordion__body table tbody tr th ul{list-style-type:disc;padding-left:40px;margin-bottom:1rem}.info-accordion-wrapper.hide_accordion .info-accordion-wrapper__box__row{cursor:default}.info-accordion-wrapper.hide_accordion .info-accordion-wrapper__box__row:after{display:none}.info-accordion-wrapper__box__row{position:relative;display:flex;align-items:center;justify-content:space-between;text-align:left;color:#1a1a1a;cursor:pointer}.info-accordion-wrapper__box__row h2,.info-accordion-wrapper__box__row .subscription-card-carousel__card__header__plan-title,.info-accordion-wrapper__box__row .subscription-card-carousel__card__details-title{font-size:1.125rem;margin:0;width:95%;text-wrap:wrap}.info-accordion-wrapper__box__row:after{position:absolute;right:0;font-size:14px;height:14px;font-weight:600;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon,sans-serif;content:"";color:#000;transition:all .5s ease}@media screen and (min-width: 1025px){.info-accordion-wrapper__box__row:after{font-size:16px;height:16px}}.info-accordion-wrapper__box__row.active:after{transform:rotate(180deg)}.info-accordion-wrapper__box__row__title-box{display:flex;align-items:center}.info-accordion-wrapper__box__row__title-box__img{margin-right:15px}.info-accordion-wrapper__box__row__title-box__content h2,.info-accordion-wrapper__box__row__title-box__content .subscription-card-carousel__card__header__plan-title,.info-accordion-wrapper__box__row__title-box__content .subscription-card-carousel__card__details-title{font-size:1.125rem;margin:0}.info-accordion-wrapper__box__row__title-box__content p{font-size:.875rem;color:#333;margin:3px 0 0}.info-accordion-wrapper__box__content{align-items:center;color:#333;overflow:hidden;max-height:0;position:relative}.info-accordion-wrapper__box__content.active{max-height:fit-content;padding:12px 0 8px}.info-accordion-wrapper__box__content.overflow{max-height:100%;padding-top:12px}.info-accordion-wrapper__box__content.overflow:after{height:0}.info-accordion-wrapper__box__content h2,.info-accordion-wrapper__box__content .subscription-card-carousel__card__header__plan-title,.info-accordion-wrapper__box__content .subscription-card-carousel__card__details-title,.info-accordion-wrapper__box__content h3,.info-accordion-wrapper__box__content h4,.info-accordion-wrapper__box__content .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .info-accordion-wrapper__box__content th,.info-accordion-wrapper__box__content .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .info-accordion-wrapper__box__content td:first-child{font-size:14px}.info-accordion-wrapper__box__content ul{padding-inline-start:22px}.info-accordion-wrapper__box__content ul li{margin-bottom:12px;font-size:14px}.info-accordion-wrapper__box__content ul li p{font-size:14px}.info-accordion-wrapper__box__content ul li ul li{margin-bottom:0;font-size:14px}.info-accordion-wrapper__box__content ol{padding-inline-start:20px;line-height:22.4px}.info-accordion-wrapper__box__content ol li{font-size:14px;color:#1a1a1a}.info-accordion-wrapper__box__content div>div>ul>li{margin-bottom:12px;font-size:14px}@media screen and (max-width: 767px){.info-accordion-wrapper__box__content div>div>ul>li table{width:99%}}.info-accordion-wrapper__box__content .bottom-desc{padding-inline-start:22px;color:#333}.info-accordion-wrapper__box__content .bottom-desc table{width:98%}.info-accordion-wrapper__box__content .bottom-desc p,.info-accordion-wrapper__box__content .bottom-desc ul li{font-size:14px}.info-accordion-wrapper__box__content__sub-heading{padding-bottom:12px;font-size:14px}.info-accordion-wrapper__box__content__list-item{font-size:14px;color:#1a1a1a;font-weight:600}.info-accordion-wrapper__box__content__desc p{font-size:14px;color:#1a1a1a}.info-accordion-wrapper__box__additionalInfo{width:fit-content;background-color:#f2f2f2}.info-accordion-wrapper__box__additionalInfo img{height:18px;width:18px;margin-right:4px}.info-accordion-wrapper__box__overflow-btn{padding-top:12px;display:none;justify-content:center;align-items:center;cursor:pointer;color:#ff6700;font-size:16px;font-weight:600}@media screen and (max-width: 767px){.info-accordion-wrapper__box__overflow-btn{font-size:14px}}.info-accordion-wrapper__box__overflow-btn:before{content:"";width:7.5px;height:7.5px;border-top:2px solid #ff6700;border-left:2px solid #ff6700;transform:rotate(-135deg);transition:all .5s ease;margin:0 8px 5px 0;align-items:center}.info-accordion-wrapper__box__overflow-btn.active:before{transform:rotate(45deg);margin:10px 8px 2px 0}.info-accordion-wrapper__box__overflow-btn__title-more,.info-accordion-wrapper__box__overflow-btn__title-less{display:none}.info-accordion-wrapper__box__overflow-btn__title-more.info-accordion-wrapper__content-visible,.info-accordion-wrapper__box__overflow-btn__title-less.info-accordion-wrapper__content-visible,.info-accordion-wrapper__content-visible{display:flex}.info-list{position:relative;max-height:300px;overflow:hidden}.info-list.gradient:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:40px;background:linear-gradient(to bottom,#fff0,#fff)}.info-list.overflow{max-height:none}.info-list.overflow:after{display:none}.feature-benefit-wrapper{gap:16px}@media screen and (max-width: 767px){.feature-benefit-wrapper{flex-direction:column;gap:12px}}.feature-benefit-wrapper .left-section-feature__video{position:relative}@media screen and (min-width: 1025px){.feature-benefit-wrapper .left-section-feature__video{min-width:446px}}.feature-benefit-wrapper .left-section-feature__video a .video-container{position:relative;min-height:240px}@media screen and (max-width: 767px){.feature-benefit-wrapper .left-section-feature__video a .video-container{min-height:180px}}.feature-benefit-wrapper .left-section-feature__video a .thumbnail{cursor:pointer;position:absolute;height:100%;top:0}.feature-benefit-wrapper .left-section-feature__video a .thumbnail__overlay{top:0;right:0;bottom:0;left:0;background-color:#000;position:absolute}.feature-benefit-wrapper .left-section-feature__video a .thumbnail img{object-fit:cover;height:100%;position:absolute;top:0}.feature-benefit-wrapper .left-section-feature__video a .thumbnail .play-icon-block{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;border-radius:50%}.feature-benefit-wrapper .left-section-feature__video a .thumbnail .play-icon-block .icon-bg-block{position:absolute;top:3px;bottom:4px;right:9px;left:1px;z-index:-1;border-radius:50%}.feature-benefit-wrapper .left-section-feature__video a .thumbnail .play-icon-block .bf-icon-play-icon:before{background-color:#ff6700;font-size:48px;color:#fff;border-radius:50%}.title-with-description-wrapper__box__row{text-align:left;color:#1a1a1a;cursor:pointer}.title-with-description-wrapper__box__content{color:#333;overflow:hidden;max-height:0;position:relative}.title-with-description-wrapper__box__content:after{content:"";position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(to bottom,#fff0,#fff)}.title-with-description-wrapper__box__content.gradient:after{height:40px}.title-with-description-wrapper__box__content.active{max-height:300px;padding-bottom:8px}.title-with-description-wrapper__box__content.overflow{max-height:100%}.title-with-description-wrapper__box__content.overflow:after{height:0}.title-with-description-wrapper__box__content b{font-weight:400}.title-with-description-wrapper__box__content ul{padding-inline-start:22px;margin-bottom:0}.title-with-description-wrapper__box__content ul li{margin-top:12px;font-size:14px}.title-with-description-wrapper__box__content ul li b{font-weight:700}.title-with-description-wrapper__box__content p,.title-with-description-wrapper__box__content span,.title-with-description-wrapper__box__content ul,.title-with-description-wrapper__box__content ol{color:#666;font-size:14px}.title-with-description-wrapper__box__content p:not(:first-child){margin-top:8px}.title-with-description-wrapper__box__content p,.title-with-description-wrapper__box__content li{line-height:20px}.title-with-description-wrapper__box__content h3{padding-top:12px;color:#1a1a1a}.title-with-description-wrapper__box__overflow-btn{display:none;cursor:pointer;padding-top:12px}.title-with-description-wrapper__box__overflow-btn:before{content:"";width:10px;height:10px;border-top:2px solid #ff6700;border-left:2px solid #ff6700;transform:rotate(-135deg);transition:all .5s ease;margin:0 8px 4px 0}.title-with-description-wrapper__box__overflow-btn.active:before{transform:rotate(45deg);margin-top:8px}.title-with-description-wrapper__box__overflow-btn__title-more,.title-with-description-wrapper__box__overflow-btn__title-less{color:#ff6700;display:none}.title-with-description-wrapper__content-visible{display:flex}.title-description-nowrapper{background-color:#fff}.title-description-nowrapper__box{color:#1a1a1a;cursor:pointer}.offer-banner{background:linear-gradient(130deg,#fef1ce 17.06%,#fde39d 79.93%)}.offer-banner span{color:#002a53}.offer-banner .price,.offer-banner .fd-offer-tenor{color:#ff6700;font-size:1rem}@media screen and (min-width: 1025px){.offer-banner .price,.offer-banner .fd-offer-tenor{font-size:1.25rem}}.offer-banner img{aspect-ratio:1;height:28px}@media screen and (min-width: 1025px){.offer-banner img{height:42px}}.offer-banner .btn{cursor:pointer;text-transform:none;padding:12px 16px;border-radius:82px;white-space:nowrap}@media screen and (max-width: 767px){.offer-banner .btn{padding:4px 8px}}.offer-banner__container{padding:8px 16px;width:50%;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 767px){.offer-banner__container{width:100%}}.offer-banner__container__desc{display:flex;align-items:center;gap:12px}.offer-banner__container__heading{text-wrap:nowrap}.offer-banner--hidden{height:0;overflow:hidden;opacity:0}.offer-banner .skeleton-loading:before{background:linear-gradient(to right,#fee49e 0,#fee49e 20px,transparent 20px),linear-gradient(to left,#fee49e 0,#fee49e 20px,transparent 20px),linear-gradient(to bottom,#fee49e 10%,#fee49e 90%);height:23px}.offer-banner .skeleton-loading:after{height:23px;background-image:linear-gradient(90deg,#ffffff80 60%,#ffbd2d);animation:shimmer 2s infinite}.offer-banner.cross-sell span{color:#1a1a1a}.offer-banner.emi-variation .offer-banner__price-wrapper{color:#1a1a1a;padding-left:4px}.offer-banner.emi-variation .offer-banner__container{padding:12px 16px;justify-content:start;width:100%}@media screen and (min-width: 1025px){.offer-banner.emi-variation .offer-banner__container{padding:8px 16px;height:60px}}.offer-banner.emi-variation .offer-banner__container__info .price{font-size:12px}@media screen and (min-width: 1025px){.offer-banner.emi-variation .offer-banner__container__info .price{font-size:16px}}.offer-banner.emi-variation .offer-banner__container__info span{color:#1a1a1a}.offer-banner.emi-variation .offer-banner__container__desc{gap:8px}.offer-banner.emi-variation .offer-banner__container__desc img{aspect-ratio:0;height:100%;width:35px}@media screen and (min-width: 1025px){.offer-banner.emi-variation .offer-banner__container__desc{gap:12px}.offer-banner.emi-variation .offer-banner__container__desc img{width:40px}}.offer-banner.emi-variation .offer-banner__container .offer-banner-btn{text-wrap:nowrap;color:#ff6700;padding-left:8px}@media screen and (min-width: 1025px){.offer-banner.emi-variation .offer-banner__container .offer-banner-btn{padding-left:16px}}.offer-banner.insta-emi .offer-banner__container{width:100%}.offer-banner.insta-emi span{color:#1a1a1a}.relation-info{padding:12px 24px}.relation-info p{font-size:inherit;color:#333;margin-bottom:12px}.relation-info h3{color:#002a53;margin-bottom:2px}.relation-info a{cursor:pointer}@media screen and (max-width: 767px){.relation-info a{font-size:14px}}.relation-info__container{display:flex}.relation-info__container a:first-child{padding-right:12px}.relation-info__container a:nth-child(2){padding-left:12px;border-left:2px solid #cccccc}.relation-info--hidden{height:0;opacity:0;padding:0;position:relative;z-index:-1}.related-links__heading{margin-bottom:12px}.related-links__list{list-style:none;display:flex;row-gap:4px;margin:0;padding:0;flex-wrap:wrap}.related-links__list li{padding-right:4px;margin-right:4px;border-right:1px solid #666666;line-height:normal}.related-links__list li:last-child{padding-right:0;margin-right:0;border-right:none}.breadcrumb-xaop{min-height:74px}.breadcrumb-xaop.hide-cmp{display:none}.breadcrumb-xaop__title{margin-bottom:12px}.breadcrumb-xaop__body ol{margin:0;padding:0;width:100%;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;list-style:none}.breadcrumb-xaop__body__item{color:#ff6700;display:inline}.breadcrumb-xaop__body__item span{color:#ff6700}.breadcrumb-xaop__body__item.active span{color:#1a1a1a}.breadcrumb-xaop__body__item.active>.breadcrumb-xaop__body ol{color:#ff6700}.breadcrumb-xaop__body__item+.breadcrumb-xaop__body__item{margin-left:4px}.breadcrumb-xaop__body__item+.breadcrumb-xaop__body__item:before{content:">";margin-right:4px;color:inherit}.secondary-navigation{background-color:#fff;box-shadow:8px 4px 8px #0003;overflow:hidden;position:fixed;top:87px;width:100%;height:0;z-index:98;left:0}@media screen and (max-width: 767px){.secondary-navigation{top:142px}}.secondary-navigation__container{width:100%}.secondary-navigation__container__list{margin:0 20px 0 0;padding-left:8px;list-style:none;overflow-x:scroll;overflow-y:hidden;width:80%}@media screen and (max-width: 767px){.secondary-navigation__container__list{width:88%}}.secondary-navigation__container__list::-webkit-scrollbar{display:none}.secondary-navigation__container__list div{position:relative;text-align:center}.secondary-navigation__container__list div span,.secondary-navigation__container__list div a{white-space:nowrap;position:relative;cursor:pointer;color:#002953;margin:0;padding:12px 10px}@media screen and (min-width: 1025px){.secondary-navigation__container__list div span,.secondary-navigation__container__list div a{margin:0 16px;padding:24px 0}}.secondary-navigation__container__list div span:after,.secondary-navigation__container__list div a:after{position:absolute;content:"";bottom:-1px;left:0;width:100%;height:2px;opacity:0;border-radius:3px;transition:all .3s ease;background-color:#002953}.secondary-navigation__container__list div span.active,.secondary-navigation__container__list div a.active{color:#ff6700}.secondary-navigation__container__list div span.active:after,.secondary-navigation__container__list div a.active:after{background-color:#ff6700;opacity:1}.secondary-navigation__container__action-set{gap:20px}.secondary-navigation__container__action-set .btn--primary{position:fixed;margin:0;display:none;padding:12px 10px;bottom:75px;right:15px}@media screen and (min-width: 1025px){.secondary-navigation__container__action-set .btn--primary{margin-right:3%}}.secondary-navigation__container__action-set .btn--primary.desktop{position:unset;white-space:nowrap;margin:14px 0;display:block;padding:10px 54px}.secondary-navigation__container__action-set .btn.active{display:block}.secondary-navigation__container__action-set .btn:disabled{opacity:.85}@media screen and (max-width: 767px){.secondary-navigation__container__action-set--scroll-to-top{height:100%}}.secondary-navigation--visible{display:flex;height:40px}@media screen and (min-width: 1025px){.secondary-navigation--visible{height:auto}}.secondary-navigation--container-ht-0{height:0px}.xaop-full-bleed-banner{padding-left:0;padding-right:0}@media screen and (min-width: 1025px){.xaop-full-bleed-banner.border-bottom{border:none}}.xaop-full-bleed-banner__link{width:100%}.xaop-full-bleed-banner__link__img{width:100%;height:auto;display:block;min-height:37.48vh}@media screen and (min-width: 1025px){.xaop-full-bleed-banner__link__img{height:27vh}}.xaop-full-bleed-banner__games{padding:24px;min-height:991px}.xaop-full-bleed-banner__games__img{width:100%;height:991px;border-radius:12px}.key-features-wrapper{min-height:160px;position:relative;background-color:#fff}@media screen and (max-width: 767px){.key-features-wrapper{padding:0 8px 0 16px}}.key-features-wrapper__video__text{margin:0 0 8px 10px;cursor:pointer;column-gap:5px;color:#ff6700}.key-features-wrapper__card{display:flex;text-align:center;gap:12px}.key-features-wrapper__card img{width:30px;height:30px}.key-features-wrapper__modal{display:block}.key-features-wrapper__modal .modal__dialog .modal__content{width:100%}@media screen and (min-width: 1025px){.key-features-wrapper__modal .modal__dialog .modal__content{width:406px}}.key-features-wrapper__modal .modal__dialog .modal__content i{align-self:end;color:#ff7f00;cursor:pointer;font-size:12px;margin-bottom:4px}.key-features-wrapper__modal .modal__dialog .modal__content h3{align-self:center}.key-features-wrapper__modal .modal__dialog .modal__content .modal__body{padding:20px 0;text-align:center}.key-features-wrapper__modal .modal__dialog .modal__content .modal__body p{color:#1a1a1a}.key-features-wrapper__modal .modal__dialog .modal__content .btn{align-self:center;box-shadow:none;border:none;height:40px;padding:10px;width:167px}@media screen and (min-width: 1025px){.key-features-wrapper__modal .modal__dialog .modal__content .btn{width:200px}}.key-features-wrapper__modal .modal__dialog .modal__content a{display:inline-block;color:#fff;height:100%;width:100%}.key-features-wrapper .accordion{gap:10px}.key-features-wrapper .accordion__toggle{cursor:pointer;color:#1a1a1a;align-items:center}.key-features-wrapper .accordion__row{border-radius:4px;position:relative}.key-features-wrapper .accordion__row--hidden{display:none}.key-features-wrapper .accordion__row:after{content:"";position:absolute;right:10px;top:10px;height:10px;pointer-events:none;width:10px;border-right:1px solid #1a1a1a;border-bottom:1px solid #1a1a1a;border-width:2px;transform:rotate(45deg);transition:all .3s ease}.key-features-wrapper .accordion__row.active:after{transform:rotate(225deg)}.key-features-wrapper .accordion__row .key-features-wrapper__card .accordion__title{text-align:left}.key-features-wrapper .accordion__body{transition:none;padding:0 41px}.key-features-wrapper .accordion__body--open{max-height:100%}.key-features-wrapper .accordion__body p{text-align:justify;margin-bottom:8px;font-size:12px}.key-features-modal-btn p{color:#fff}.modal-open{overflow:hidden}.video-container-xaop{background-color:#fff;box-shadow:none;border-radius:0}.video-container-xaop__title{color:#1a1a1a;margin-bottom:10px}@media screen and (max-width: 767px){.video-container-xaop__title{font-size:20px}}.video-container-xaop__title.line-clamp-2{max-height:62px}.video-container-xaop__carousel{text-align:center}.video-container-xaop__carousel__item{cursor:pointer}.video-container-xaop__carousel__item img{border-radius:4px;min-height:150px;max-width:267px;height:100%;width:100%}.video-container-xaop__carousel__item__wrapper{position:relative}.video-container-xaop__carousel p{color:#0f1111}.video-container-xaop__carousel p.line-clamp-3{max-height:66px}.video-container-xaop .swiper .swiper-button-next{right:0}.video-container-xaop .swiper .swiper-button-prev{left:0}.video-container-xaop .play-icon-block{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;border-radius:50%}.video-container-xaop .play-icon-block .icon-bg-block{position:absolute;top:3px;bottom:4px;right:9px;left:1px;z-index:-1;border-radius:50%}.video-container-xaop .play-icon-block .play-icon--with-bg{background-color:#ff6700}.video-container-xaop .play-icon-block .bf-icon-play-icon:before{color:#fff;font-size:32px}.video-container-xaop.carousel-style .swiper-wrap-container .swiper-button-prev,.video-container-xaop.carousel-style .swiper-wrap-container .swiper-button-next{bottom:15%}div:has(>section.video-carousel-l2-gradient){-webkit-backdrop-filter:blur(var(--video-carousel-l2-blur));backdrop-filter:blur(var(--video-carousel-l2-blur));background:linear-gradient(var(--video-carousel-l2-gradient-direction),var(--video-carousel-l2-gradient1),var(--video-carousel-l2-gradient2),var(--video-carousel-l2-gradient3),var(--video-carousel-l2-gradient4))}div:has(>section.video-carousel-l2-solid){-webkit-backdrop-filter:blur(var(--video-carousel-l2-blur));backdrop-filter:blur(var(--video-carousel-l2-blur));background-color:var(--video-carousel-l2-gradient1)}div:has(>section.video-carousel-l2-image) img.video-carousel-l2-image{opacity:var(--video-carousel-l2-opacity);filter:blur(var(--video-carousel-l2-blur))}section.video-container-xaop.layer-3-theme{-webkit-backdrop-filter:blur(var(--video-carousel-l3-blur));backdrop-filter:blur(var(--video-carousel-l3-blur))}section.video-container-xaop.layer-3-theme.video-carousel-l3-gradient{background:linear-gradient(var(--video-carousel-l3-gradient-direction),var(--video-carousel-l3-gradient1),var(--video-carousel-l3-gradient2),var(--video-carousel-l3-gradient3),var(--video-carousel-l3-gradient4))}section.video-container-xaop.layer-3-theme.video-carousel-l3-solid{background:var(--video-carousel-l3-gradient1)}section.video-container-xaop.layer-3-theme.video-carousel-l3-image{background-color:unset;position:relative}section.video-container-xaop.layer-3-theme.video-carousel-l3-image img.video-carousel-l3-image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;opacity:var(--video-carousel-l3-opacity);filter:blur(var(--video-carousel-l3-blur))}.fs-10,.xaop-footer__group p,.xaop-footer__group ul>li>a,.xaop-footer__group,.xaop-footer ul,.xaop-footer ol{font-size:10px}section.video-compo-section{padding-left:0;padding-right:0}@media screen and (min-width: 1025px){section.video-compo-section{padding-right:5px}}section.video-compo-section .video-container__title{color:#1a1a1a;margin:12px 0;font-weight:500;padding-left:16px}@media screen and (max-width: 767px){section.video-compo-section .video-container__main{flex-direction:column}}section.video-compo-section .video-container__main .left-section{width:45%;flex:1}@media screen and (max-width: 767px){section.video-compo-section .video-container__main .left-section{width:100%}}section.video-compo-section .video-container__main .left-section__video{position:relative}section.video-compo-section .video-container__main .left-section a .viewers{background-color:#4d4d4d;color:#fff;position:absolute;z-index:10;padding:4px 8px;font-size:11px;border-radius:14px;left:16px;top:12px;letter-spacing:1px;font-weight:700;display:none}section.video-compo-section .video-container__main .left-section a .viewers:before{font-size:14px;padding-right:5px}section.video-compo-section .video-container__main .left-section a .thumbnail{min-height:auto;cursor:pointer;position:absolute;width:100%;height:100%;top:0}section.video-compo-section .video-container__main .left-section a .thumbnail__overlay{min-height:auto;top:0;bottom:0;left:0;right:0;background-color:#000;z-index:9;position:absolute;opacity:.3}section.video-compo-section .video-container__main .left-section a .thumbnail img{object-fit:cover;width:100%;height:100%;position:absolute;top:0}section.video-compo-section .video-container__main .left-section a .thumbnail .play-icon-block{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;border-radius:50%}section.video-compo-section .video-container__main .left-section a .thumbnail .play-icon-block .icon-bg-block{position:absolute;top:3px;bottom:4px;right:9px;left:1px;z-index:-1;border-radius:50%}section.video-compo-section .video-container__main .left-section a .thumbnail .play-icon-block .bf-icon-play-icon:before{background-color:#ff6700;font-size:48px;color:#fff;border-radius:50%}section.video-compo-section .video-container__main .right-section{min-height:auto;position:relative;flex:1;width:55%;margin-left:24px}@media screen and (max-width: 767px){section.video-compo-section .video-container__main .right-section{margin:0;padding:2px 0 2px 16px}}section.video-compo-section .video-container__main .right-section__title{color:#1a1a1a;font-weight:500;position:absolute;top:0;left:0}@media screen and (max-width: 767px){section.video-compo-section .video-container__main .right-section__title{margin-top:10px;left:16px}}section.video-compo-section .video-container__main .right-section .swiper-wrap-container{padding-top:25px;height:100%}@media screen and (max-width: 767px){section.video-compo-section .video-container__main .right-section .swiper-wrap-container{height:auto;margin-top:10px}}section.video-compo-section .video-container__main .right-section .swiper-wrap-container .swiper{height:100%}section.video-compo-section .video-container__main .right-section .swiper-wrap-container .swiper__item img{border-radius:4px;height:100%;width:100%}section.video-compo-section .video-container__main .right-section .swiper-wrap-container .swiper__item__wrapper{position:relative}section.video-compo-section .video-container__main .right-section .swiper-wrap-container .swiper__item p{color:#000}section.video-compo-section .video-container__main .right-section .swiper-wrap-container .swiper .swiper-wrapper .swiper-slide{min-height:auto;height:auto;cursor:pointer}@media screen and (min-width: 1025px){section.video-compo-section .video-container__main .right-section .swiper-wrap-container .swiper .swiper-wrapper .swiper-slide{width:150px}}section.video-compo-section .video-container__main .right-section .swiper-wrap-container .swiper .swiper-wrapper .swiper-slide__section{padding:12px 16px;border-radius:8px;border:1px solid;border-color:#ccc}@media screen and (min-width: 1025px){section.video-compo-section .video-container__main .right-section .swiper-wrap-container .swiper .swiper-wrapper .swiper-slide__section{height:calc(100% - 26px)}}section.video-compo-section .video-container__main .right-section .swiper-wrap-container .swiper .swiper-wrapper .swiper-slide__section .video-container__carousel__item__wrapper{position:relative}@media screen and (max-width: 767px){section.video-compo-section .video-container__main .right-section .swiper-wrap-container .swiper .swiper-wrapper .swiper-slide__section{flex-direction:row;align-items:start;height:auto}}section.video-compo-section .video-container__main .right-section .swiper-wrap-container .swiper .swiper-wrapper .swiper-slide__section .fs-16{margin-top:10px;font-weight:400;color:#1a1a1a}@media screen and (max-width: 767px){section.video-compo-section .video-container__main .right-section .swiper-wrap-container .swiper .swiper-wrapper .swiper-slide__section .fs-16{margin-left:10px;margin-top:0;font-size:14px}}section.video-compo-section .video-container__main .right-section .swiper-wrap-container .swiper .swiper-wrapper .swiper-slide__section .image-container{width:100%;min-height:auto}@media screen and (max-width: 767px){section.video-compo-section .video-container__main .right-section .swiper-wrap-container .swiper .swiper-wrapper .swiper-slide__section .image-container{width:90px;height:90px}}section.video-compo-section .video-container__main .right-section .swiper-wrap-container .swiper .swiper-wrapper .swiper-slide__section .image-container img{min-height:auto;width:100%;height:100%;border-radius:7px}@media screen and (max-width: 767px){section.video-compo-section .video-container__main .right-section .swiper-wrap-container .swiper .swiper-wrapper .swiper-slide__section .image-container img{border-radius:4px}}section.video-compo-section .video-container__main .right-section .swiper-wrap-container .swiper .swiper-wrapper .swiper-slide__section.active{border:1px solid #ff6700;background-color:#fff2ea}section.video-compo-section .video-container__main .right-section .swiper-wrap-container .play-icon-block{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;border-radius:50%}@media screen and (max-width: 767px){section.video-compo-section .video-container__main .right-section .swiper-wrap-container .play-icon-block{left:50%;top:50%}}section.video-compo-section .video-container__main .right-section .swiper-wrap-container .play-icon-block .bf-icon-play-icon:before{background-color:#ff6700;font-size:32px;color:#fff;border-radius:50%}section.video-compo-section .video-container__main .right-section .swiper-wrap-container .play-icon-block .icon-bg-block{position:absolute;top:3px;bottom:4px;right:9px;left:1px;z-index:-1;border-radius:50%}section.video-compo-section .video-container__main .right-section .swiper-wrap-container .play-icon-block .play-icon--with-bg{background-color:transparent}@media screen and (max-width: 767px){section.video-compo-section .video-container__main .right-section{width:100%}}section.video-compo-section .video-container__main .right-section .swiper-button-next{border-radius:8px 0 0 8px;right:0}section.video-compo-section .video-container__main .right-section .swiper-button-prev{border-radius:0 8px 8px 0;left:0}section.video-compo-section .video-container__main .right-section .swiper-button-next,section.video-compo-section .video-container__main .right-section .swiper-button-prev{width:42px;height:48px;background:#fff;display:flex;justify-content:center;align-items:center;box-shadow:0 0 10px #0003}@media screen and (max-width: 767px){section.video-compo-section .video-container__main .right-section .swiper-button-next,section.video-compo-section .video-container__main .right-section .swiper-button-prev{display:none}}section.video-compo-section .video-container__main .right-section .swiper-button-next.swiper-button-disabled,section.video-compo-section .video-container__main .right-section .swiper-button-prev.swiper-button-disabled{opacity:0}section.video-compo-section .video-container__main .right-section .swiper-button-next:after,section.video-compo-section .video-container__main .right-section .swiper-button-prev:after{font-size:16px;color:#ff6700}.compare-loan-variants .accordion__toggle{transition:.3s ease transform;font-weight:600}.compare-loan-variants .accordion__toggle--active{transform:rotate(180deg)}.compare-loan-variants .accordion__toggle:hover{cursor:pointer}.compare-loan-variants .accordion__header{cursor:pointer;justify-content:space-between}@media screen and (min-width: 1025px){.compare-loan-variants .accordion__header h2,.compare-loan-variants .accordion__header .subscription-card-carousel__card__header__plan-title,.compare-loan-variants .accordion__header .subscription-card-carousel__card__details-title{font-size:18px}}.compare-loan-variants .accordion__body{transition:none;border-radius:4px;position:relative;overflow:auto;box-shadow:0 0 0 1px #d3dae1}.compare-loan-variants .accordion__body p{color:#333;margin-bottom:15px}@media screen and (min-width: 1025px){.compare-loan-variants .accordion__body p{margin-bottom:20px}}.compare-loan-variants .accordion__body--open{margin-top:20px;max-height:inherit;margin-bottom:15px}@media screen and (min-width: 1025px){.compare-loan-variants .accordion__body--open{margin-bottom:20px}}.compare-loan-variants .accordion__body table{box-shadow:none;margin-bottom:0}.compare-loan-variants .accordion__body table caption{display:none}.compare-loan-variants .accordion__body table tbody tr{border-bottom:1px solid rgb(211,218,225)}.compare-loan-variants .accordion__body table tbody tr *{font-size:12px}@media screen and (min-width: 1025px){.compare-loan-variants .accordion__body table tbody tr *{font-size:14px}}.compare-loan-variants .accordion__body table tbody tr:nth-child(odd){background-color:#fafafa}.compare-loan-variants .accordion__body table tbody tr:nth-child(2n){background-color:#fff}.compare-loan-variants .accordion__body table tbody tr:first-child{background-color:#f2f2f2}.compare-loan-variants .accordion__body table tbody tr:first-child th,.compare-loan-variants .accordion__body table tbody tr:first-child td{padding:8px;color:#000;font-weight:700;border-top:none}.compare-loan-variants .accordion__body table tbody tr th,.compare-loan-variants .accordion__body table tbody tr td{padding:8px;color:#333;min-width:135px;max-width:215px;border-top:1px solid #e3e3e3;border-right:1px solid #e3e3e3}.compare-loan-variants .accordion__body table tbody tr th:first-child,.compare-loan-variants .accordion__body table tbody tr td:first-child{background-color:inherit;position:sticky;box-shadow:inset -1px 0 1px #d3dae173,-1px 0 1px #d3dae173;width:135px;left:0}.compare-loan-variants .accordion__body table tbody tr th ul,.compare-loan-variants .accordion__body table tbody tr td ul{list-style-type:disc;padding-left:40px;margin-bottom:1rem}.compare-loan-variants .accordion__body table tbody tr th:last-child,.compare-loan-variants .accordion__body table tbody tr td:last-child{border-right:none}.sign-in-strip-info{justify-content:space-between}.sign-in-strip-info__details h2,.sign-in-strip-info__details .subscription-card-carousel__card__header__plan-title,.sign-in-strip-info__details .subscription-card-carousel__card__details-title{margin-bottom:4px;color:#222f3f}@media screen and (max-width: 767px){.sign-in-strip-info__details h2,.sign-in-strip-info__details .subscription-card-carousel__card__header__plan-title,.sign-in-strip-info__details .subscription-card-carousel__card__details-title{font-size:18px;color:#1a1a1a}}.sign-in-strip-info__details.label p,.sign-in-strip-info__details.label span,.sign-in-strip-info__details.label ol,.sign-in-strip-info__details.label ul,.sign-in-strip-info__details.label pre{color:#1a1a1a;font-size:16px}@media screen and (max-width: 767px){.sign-in-strip-info__details.label p,.sign-in-strip-info__details.label span,.sign-in-strip-info__details.label ol,.sign-in-strip-info__details.label ul,.sign-in-strip-info__details.label pre{font-size:12px}}.sign-in-strip-info__btn .btn{padding:6px;width:80px;min-height:30px}@media screen and (min-width: 1025px){.sign-in-strip-info__btn .btn{padding:10px;width:180px;height:40px}}.docked-strip{position:fixed;bottom:62px;width:100%;height:48px;z-index:1008;left:0}@media screen and (min-width: 1025px){.docked-strip{bottom:0;height:66px}}.strip-docked-variation{background-color:#fde39d;display:flex;justify-content:center}.strip-docked-variation .sign-in-strip-info{width:100%;padding:8px 12px;border-bottom:1px solid #cccccc}.strip-docked-variation .sign-in-strip-info__details{display:flex;align-items:center;gap:8px}.strip-docked-variation .sign-in-strip-info__details img{width:36px;height:32px}.strip-docked-variation .sign-in-strip-info h2,.strip-docked-variation .sign-in-strip-info .subscription-card-carousel__card__header__plan-title,.strip-docked-variation .sign-in-strip-info .subscription-card-carousel__card__details-title{font-size:16px;margin-bottom:0}@media screen and (max-width: 767px){.strip-docked-variation .sign-in-strip-info h2,.strip-docked-variation .sign-in-strip-info .subscription-card-carousel__card__header__plan-title,.strip-docked-variation .sign-in-strip-info .subscription-card-carousel__card__details-title{font-size:12px}}.strip-docked-variation .sign-in-strip-info .btn{white-space:nowrap;width:100%;padding:0 12px}.grid-one section.sign-in-with-description{padding:12px 16px}@media screen and (max-width: 767px){.grid-one section.sign-in-with-description{border-bottom:1px solid #cccccc}}.sign-in-with-description h1{color:#222f3f;margin-bottom:4px}.sign-in-with-description button{border:none;color:#ff6700;cursor:pointer;background-color:#fff;padding-left:0}.sign-in-with-description ul,.sign-in-with-description ol,.sign-in-with-description p,.sign-in-with-description pre{font-size:14px;color:#666}.sign-in-with-description ul,.sign-in-with-description ol{padding-left:14px}.sign-in-with-description__content{font-size:12px;color:#666}.sign-in-with-description__games--title{color:#fff}.sign-in-with-description__games--subTitle{color:#e5e5e5}.sign-in-with-description__games--icon{color:#bf382c;margin-left:4px}.product-variant{padding:16px;gap:12px}.product-variant h3{color:#222f3f}.product-variant h3.line-clamp-2{max-height:62px}.product-variant__box{gap:8px}@media screen and (min-width: 1025px){.product-variant__box{gap:16px}}.product-variant__box__container{width:81px;text-align:center}@media screen and (min-width: 1025px){.product-variant__box__container{width:160px}}.product-variant__box__container img{min-width:160px;height:160px}@media screen and (max-width: 767px){.product-variant__box__container img{min-width:81px;height:81px}}.product-variant__box__container span{cursor:pointer;line-height:16px;color:#1a1a1a}@media screen and (min-width: 1025px){.product-variant__box__container span{line-height:24px}}.video-play-button{cursor:pointer;width:fit-content;display:flex;align-items:center;column-gap:8px;border-radius:15px;font-size:14px;font-weight:600}.video-play-button img{height:20px;width:20px}.video-play-button span{color:#ff6700}:root{--faq-title-color: #000000;--faq-bg-color: #f2f4fb;--faq-text-color: #1a1a1a;--faq-body-text-color: #333333;--faq-toggle-color: #1a1a1a;--faq-toggle-border-color: #1a1a1a}.faq-component{position:relative}.faq-component.dark-background{--faq-title-color: #ffffff;--faq-bg-color: #353535;--faq-text-color: #ffffff;--faq-body-text-color: #d0d0d0;--faq-toggle-color: #ffffff;--faq-toggle-border-color: #ffffff}.faq-component__title{margin-bottom:12px;color:var(--faq-title-color)}.faq-component__video__text,.faq-component__redirection-cta__text{margin:0 0 8px 10px;cursor:pointer;column-gap:5px;color:#ff6700}.faq-component .accordion__toggle{padding:8px 25px 8px 12px;cursor:pointer;color:var(--faq-toggle-color)}.faq-component .accordion__toggle--faq{padding:0;margin-top:4px}.faq-component .accordion__toggle--faq span{color:#ff6700;display:none}.faq-component .accordion__toggle--faq i{column-gap:10px;margin-right:8px;font-weight:700}.faq-component .accordion__toggle--faq .active{display:block}.faq-component .accordion__toggle__show-more,.faq-component .accordion__toggle__show-less{font-size:14px}@media screen and (min-width: 1025px){.faq-component .accordion__toggle__show-more,.faq-component .accordion__toggle__show-less{font-size:16px}}.faq-component .accordion__row{border-radius:4px;margin-bottom:8px;position:relative;background-color:var(--faq-bg-color);color:var(--faq-text-color)}@media screen and (min-width: 1025px){.faq-component .accordion__row{margin-bottom:8px}}.faq-component .accordion__row--hidden{display:none}.faq-component .accordion__row:after{content:"";position:absolute;right:10px;top:10px;height:10px;pointer-events:none;width:10px;border-right:1px solid var(--faq-toggle-border-color);border-bottom:1px solid var(--faq-toggle-border-color);border-width:2px;transform:rotate(45deg);transition:all .3s ease}.faq-component .accordion__row.active:after{transform:rotate(225deg)}.faq-component .accordion__body{transition:none;padding:0 12px;color:var(--faq-body-text-color)}.faq-component .accordion__body--open{max-height:100%}.faq-component .accordion__body p{text-align:justify;color:var(--faq-body-text-color);margin-bottom:8px;font-size:14px}.faq-component .accordion__body ul{margin-bottom:8px;padding-left:20px;color:var(--faq-body-text-color)}.faq-component .gradient-overlay{content:"";position:absolute;left:0;bottom:38px;z-index:10;width:100%;height:50px;display:none;background:linear-gradient(#ffffff40,#ffffffa1)}@media screen and (max-width: 767px){.faq-component .gradient-overlay{bottom:36px;height:65px}}.faq-component .gradient-overlay.active{display:block}.xaop-footer{word-break:break-word;position:relative;background-color:#002953;z-index:999}@media screen and (max-width: 767px){.xaop-footer{padding-bottom:60px}}.xaop-footer *{color:#fff}.xaop-footer h3{line-height:24px}.xaop-footer ul li,.xaop-footer ol li{margin:4px 0}.xaop-footer ul li a,.xaop-footer ol li a{padding:4px 0}.xaop-footer .footer-disclaimer-info{padding:12px 16px}.xaop-footer .accordion{border-bottom:1px solid #4a6784}.xaop-footer .accordion__body .xaop-footer__block-title{margin-bottom:16px}.xaop-footer .accordion__body .xaop-footer__block-title i{transform:rotate(0);transition:all .3s ease-in-out}.xaop-footer .accordion__body .xaop-footer__block-title.open+ul{display:block}.xaop-footer .accordion__body .xaop-footer__block-title.open i{transform:rotate(180deg)}@media screen and (max-width: 767px){.xaop-footer .accordion__body{flex-wrap:wrap}}.xaop-footer .accordion__body.body-content{max-height:max-content}.xaop-footer .xaop-footer__row__languages{margin-right:40%;gap:12px;flex-wrap:nowrap;margin-top:12px}@media screen and (max-width: 767px){.xaop-footer .xaop-footer__row__languages{display:grid;grid-template-columns:120px 120px 120px;column-gap:16px;row-gap:8px;white-space:nowrap}}.xaop-footer__top{padding:12px 16px}.xaop-footer__go-to-top{background-color:#4a6784;padding:12px 0;gap:8px;cursor:pointer}.xaop-footer__row{padding:12px 16px}.xaop-footer__row .accordion__header-wrapper{cursor:pointer}.xaop-footer__row.active h3 i{transform:rotate(180deg);transition:all .3s ease-in-out}.xaop-footer__row ul:not(.xaop-footer__row__social-links,.xaop-footer__col--multi-list ul,.xaop-footer__col--two ul) li{width:20%}@media screen and (max-width: 767px){.xaop-footer__row ul:not(.xaop-footer__row__social-links,.xaop-footer__col--multi-list ul,.xaop-footer__col--two ul) li{width:50%}}.xaop-footer__row__social-links{width:50%;gap:16px}.xaop-footer__row__social-links li{margin:4px 0}.xaop-footer__row__social-links li>a{display:block;width:32px;height:32px;border-radius:100%;position:relative}.xaop-footer__row__social-links li>a i{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.xaop-footer__row__social-links li>a.facebook{background-color:#527dbf}.xaop-footer__row__social-links li>a.linkedin{background-color:#1387c9}.xaop-footer__row__social-links li>a.twitter{background-color:#000}.xaop-footer__row__social-links li>a.youtube{background-color:red}.xaop-footer__col--two ul{width:100%}@media screen and (min-width: 1025px){.xaop-footer__col--two ul{width:40%}}.xaop-footer__col--two ul:not(.xaop-footer__row__social-links) li{width:45%}.xaop-footer__col--two ul:last-child{margin-top:8px}.xaop-footer__col--multi-list{width:40%}@media screen and (min-width: 1025px){.xaop-footer__col--multi-list{width:18%}}@media screen and (max-width: 767px){.xaop-footer__col--fw-mob{width:100%}}.xaop-footer__group{margin-bottom:12px}.xaop-footer__group--collapsible ul{display:none}@media screen and (min-width: 1025px){.xaop-footer__group--collapsible ul{display:block}}@media screen and (max-width: 767px){.xaop-footer__bottom>div{flex-wrap:wrap}}.xaop-footer__bottom>p{justify-content:center}@media screen and (min-width: 1025px){.xaop-footer__bottom>p{justify-content:flex-end}}@media screen and (max-width: 767px){.xaop-footer__app-links{text-align:center;padding:50px 0 20px}}.xaop-footer__app-links>div{gap:32px;margin-bottom:8px}@media screen and (max-width: 767px){.xaop-footer__app-links>div{justify-content:center}}.xaop-footer__company-logo{width:84px;padding:20px 0 30px}.product-carousel-banner-container{position:relative}@media screen and (max-width: 767px){.product-carousel-banner-container{width:100%;padding:12px 16px;border-bottom:1px solid #cccccc}}.product-carousel-banner-container .bf-icon-shield{color:#8800a6}.product-carousel-banner-container .bf-icon-facebook-fill{color:#fff;height:20px;width:20px;border-radius:20px;background:#4c70aa;padding-top:5px}.product-carousel-banner-container .product-carousel-banner .swiper-slide,.product-carousel-banner-container .product-carousel-banner i{cursor:pointer}@media screen and (max-width: 767px){.product-carousel-banner-container .product-carousel-banner{flex-direction:column}}.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper{margin:0 16px 0 0}.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper{width:100px;height:275px}@media screen and (max-width: 1024px){.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper{height:100%;width:100%}}.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .swiper-button-next,.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .swiper-button-prev{rotate:90deg;width:16px;left:42%}.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .swiper-button-next:after,.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .swiper-button-prev:after{font-size:14px;opacity:.5;background-color:#fff;padding:43px 1px;font-family:icomoon,sans-serif;font-weight:700;color:#1a1a1a}@media screen and (max-width: 1024px){.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .swiper-button-next,.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .swiper-button-prev{display:none}}.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .swiper-button-prev{top:8px}.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .swiper-button-prev:after{content:""}.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .swiper-button-next{top:97%}.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .swiper-button-next:after{content:""}.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .bottom-container{margin:12px 0 0}.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .bottom-container .triangle-right{border-bottom:.3rem solid #ffffff;border-left:.6rem solid #999999;border-right:0;border-top:.3rem solid #ffffff;-webkit-border-radius:0;border-radius:0;content:"";height:0;width:0}.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .bottom-container .triangle-right.swiper-pagination-bullet,.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .bottom-container .triangle-right.swiper-pagination-bullet-active{background-color:#fff}.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .bottom-container .swiper-pagination-bullet-active{border-left-color:#002953;background-color:#002953}.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .swiper-wrapper img{width:100%;min-height:64px}@media screen and (max-width: 1024px){.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .swiper-wrapper img{min-height:100%}}@media screen and (min-width: 1025px){.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .swiper-wrapper .circular-container{display:none}}.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide{position:relative;-webkit-tap-highlight-color:transparent}.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .play-icon-block{position:absolute;top:50%;left:52%;transform:translate(-50%,-50%);z-index:10;border-radius:50%}@media screen and (min-width: 1025px){.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .play-icon-block{left:55%}}.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .play-icon-block .icon-bg-block{position:absolute;top:3px;bottom:1px;right:9px;left:1px;z-index:-1;border-radius:50%}.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .play-icon-block .play-icon--with-bg{background-color:#ff6700}.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .play-icon-block .bf-icon-play-icon:before{color:#fff;font-size:36px}@media screen and (min-width: 1025px){.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .play-icon-block .bf-icon-play-icon:before{font-size:14px}}@media screen and (max-width: 1024px){.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide{width:100%}}.product-carousel-banner-container .product-carousel-banner .product-carousel-banner-swiper.swiper .swiper-wrapper .active{opacity:.6}.product-carousel-banner-container .product-carousel-banner .slide-container{display:none;width:78%;position:relative}.product-carousel-banner-container .product-carousel-banner .slide-container img{height:275px;width:100%}@media screen and (min-width: 1025px){.product-carousel-banner-container .product-carousel-banner .active-slide{display:block}}@media screen and (min-width: 1025px){.product-carousel-banner-container .product-carousel-banner__image{height:64px;width:101px}}.product-carousel-banner-container .bottom-text{display:block;width:100%;text-align:center;margin-top:12px}.product-carousel-banner-container__arrow-up{position:absolute;top:45px;right:25px;width:10px;height:10px;border-left:8px solid transparent;border-right:8px solid transparent;border-bottom:8px solid #ffffff;z-index:3}.product-carousel-banner-container__share-popup{position:absolute;width:140px;top:55px;right:10px;background-color:#fff;border:1px solid #cccccc;z-index:3}.product-carousel-banner-container__share-popup div{display:flex;width:100%;align-items:center;padding:8px;cursor:pointer}.product-carousel-banner-container__share-popup i{margin-right:12px}.product-carousel-banner-container__share-popup span{color:#000}div:has(>section.product-description-banner-l2-gradient){-webkit-backdrop-filter:blur(var(--product-description-banner-l2-blur));backdrop-filter:blur(var(--product-description-banner-l2-blur));background:linear-gradient(var(--product-description-banner-l2-gradient-direction),var(--product-description-banner-l2-gradient1),var(--product-description-banner-l2-gradient2),var(--product-description-banner-l2-gradient3),var(--product-description-banner-l2-gradient4))}div:has(>section.product-description-banner-l2-solid){-webkit-backdrop-filter:blur(var(--product-description-banner-l2-blur));backdrop-filter:blur(var(--product-description-banner-l2-blur));background-color:var(--product-description-banner-l2-gradient1)}div:has(>section.product-description-banner-l2-image) img.product-description-banner-l2-image{opacity:var(--product-description-banner-l2-opacity);filter:blur(var(--product-description-banner-l2-blur))}section.product-description-banner.layer-3-theme{-webkit-backdrop-filter:blur(var(--product-description-banner-l3-blur));backdrop-filter:blur(var(--product-description-banner-l3-blur))}section.product-description-banner.layer-3-theme.product-description-banner-l3-gradient{background:linear-gradient(var(--product-description-banner-l3-gradient-direction),var(--product-description-banner-l3-gradient1),var(--product-description-banner-l3-gradient2),var(--product-description-banner-l3-gradient3),var(--product-description-banner-l3-gradient4))}section.product-description-banner.layer-3-theme.product-description-banner-l3-solid{background:var(--product-description-banner-l3-gradient1)}section.product-description-banner.layer-3-theme.product-description-banner-l3-image{background-color:unset;position:relative}section.product-description-banner.layer-3-theme.product-description-banner-l3-image img.product-description-banner-l3-image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;opacity:var(--product-description-banner-l3-opacity);filter:blur(var(--product-description-banner-l3-blur))}.product-carousel-banner-container .circular-container{width:36px;height:36px;border-radius:36px;text-align:center;line-height:36px;background-color:#fff;opacity:.8}.product-carousel-banner-container .product-carousel-banner{position:relative}.product-carousel-banner-container .product-carousel-banner .share-icon-container{z-index:3;position:absolute;top:20px;right:20px;font-size:17.5px}@media screen and (min-width: 1025px){.product-carousel-banner-container .product-carousel-banner .share-icon-container.mobile-share-icon{display:none}}.product-carousel-banner-container .product-carousel-banner .share-icon-container.desktop-share-icon{cursor:pointer}@media screen and (max-width: 767px){.product-carousel-banner-container .product-carousel-banner .share-icon-container.desktop-share-icon{display:none}}.product-carousel-banner-container .product-carousel-banner .bf-icon-share{color:#333}.category-view{padding:12px 4px 12px 16px}@media screen and (max-width: 767px){.category-view{padding:12px 16px;border-bottom:2px solid #e5eaf7}}.category-view__heading{color:#1a1a1a;margin-bottom:10px}.category-view__list{border-radius:4px;padding:0;border:1px solid #e7e7e7}.category-view__list.initial-state{display:none}.category-view__list__item{color:#0f1111;line-height:20px;position:relative;padding:12px 36px 12px 16px;margin:0;border-bottom:1px solid #e7e7e7}.category-view__list__item:after{font-family:icomoon,sans-serif;content:"";font-weight:600;position:absolute;right:16px;font-size:13.5px;height:13.5px}.category-view__list__item:nth-last-of-type(1){border-bottom:none}.category-with-tabs{overflow:hidden}@media screen and (min-width: 1025px){.category-with-tabs{padding:16px 0 12px}}.category-with-tabs::-webkit-scrollbar{display:block}.category-with-tabs__tabs{gap:12px;border-bottom:1px solid #e5eaf7;list-style:none;padding-left:0;margin:8px 0;overflow:auto;white-space:nowrap}.category-with-tabs__tabs::-webkit-scrollbar{display:none}@media screen and (min-width: 1025px){.category-with-tabs__tabs{gap:16px}}.category-with-tabs__tabs li{position:relative}.category-with-tabs__tabs li.clickable-tabs{height:24px;margin:0;padding:0}@media screen and (min-width: 1025px){.category-with-tabs__tabs li.clickable-tabs{padding-top:12px;height:43px}}.category-with-tabs__tabs li:after{position:absolute;content:"";bottom:0;left:0;width:100%;height:2px;opacity:0;transition:all .3s ease;background-color:#002953;border-radius:2px 2px 0 0}.category-with-tabs__tabs li.active{color:#ff6700}.category-with-tabs__tabs li.active:after{background-color:#ff6700;opacity:1}.category-with-tabs__tabs li button{border:none;background-color:transparent;padding:0}.category-with-tabs__tabs li button.active-tab{color:#ff6700}.category-with-tabs__tabs li button.inactive-tab-blue{color:#002953}@media screen and (max-width: 767px){.category-view-homepage.category-view{border-bottom:none}}.category-view-homepage .category-view__list__item{color:#1a1a1a;cursor:pointer}@media screen and (min-width: 1025px){.category-view-homepage .category-view__list__item:after{position:relative;margin-left:16px;right:0;font-size:16px;height:20px}}div:has(>section.category-listing-l2-gradient){-webkit-backdrop-filter:blur(var(--category-listing-l2-blur));backdrop-filter:blur(var(--category-listing-l2-blur));background:linear-gradient(var(--category-listing-l2-gradient-direction),var(--category-listing-l2-gradient1),var(--category-listing-l2-gradient2),var(--category-listing-l2-gradient3),var(--category-listing-l2-gradient4))}div:has(>section.category-listing-l2-solid){-webkit-backdrop-filter:blur(var(--category-listing-l2-blur));backdrop-filter:blur(var(--category-listing-l2-blur));background-color:var(--category-listing-l2-gradient1)}div:has(>section.category-listing-l2-image) img.category-listing-l2-image{opacity:var(--category-listing-l2-opacity);filter:blur(var(--category-listing-l2-blur))}section.category-view-homepage.layer-3-theme{-webkit-backdrop-filter:blur(var(--category-listing-l3-blur));backdrop-filter:blur(var(--category-listing-l3-blur))}section.category-view-homepage.layer-3-theme.category-listing-l3-gradient{background:linear-gradient(var(--category-listing-l3-gradient-direction),var(--category-listing-l3-gradient1),var(--category-listing-l3-gradient2),var(--category-listing-l3-gradient3),var(--category-listing-l3-gradient4))}section.category-view-homepage.layer-3-theme.category-listing-l3-solid{background:var(--category-listing-l3-gradient1)}section.category-view-homepage.layer-3-theme.category-listing-l3-image{background-color:unset;position:relative}section.category-view-homepage.layer-3-theme.category-listing-l3-image img.category-listing-l3-image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;opacity:var(--category-listing-l3-opacity);filter:blur(var(--category-listing-l3-blur))}.listing-tiles{background-color:#fff}.listing-tiles__heading{color:#222f3f}.listing-tiles__heading.line-clamp-2{max-height:62px}.listing-tiles__items{flex-wrap:wrap}.listing-tiles__item{cursor:pointer;display:block;height:100%}.listing-tiles__item__wrapper{width:calc(33.3333333333% - 11px)}@media screen and (min-width: 1025px){.listing-tiles__item__wrapper{width:calc(14.2857142857% - 8px);margin-bottom:8px;max-width:152px}}.listing-tiles__item p{border-radius:0 0 4px 4px;color:#000;text-align:center;line-height:16px}@media screen and (min-width: 1025px){.listing-tiles__item p{line-height:20px}}@media screen and (min-width: 1025px){.listing-tiles__show-hide-cta{padding-top:4px}}.listing-tiles__show-hide-cta i{margin-right:4px;padding:5px;font-weight:700}@media screen and (min-width: 1025px){.listing-tiles__show-hide-cta i{font-size:.844rem}}.listing-tiles__show-hide-cta span{color:#ff6700;cursor:pointer;width:fit-content;-webkit-tap-highlight-color:transparent;font-size:14px;font-weight:600}@media screen and (min-width: 1025px){.listing-tiles__show-hide-cta span{font-size:16px}}.listing-tiles.with-border .listing-tiles__items{gap:2px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__items{gap:unset;column-gap:15px}}.listing-tiles.with-border .listing-tiles__item{padding:4px;background-color:#f3f3f3;width:100%;min-height:112px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item{max-height:152px;display:flex;flex-direction:column;justify-content:space-between}}.listing-tiles.with-border .listing-tiles__item__wrapper{width:calc(33.3333333333% - 2px)}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper{width:14.2857142857%}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(1) a .sprite-record{background-position:-10px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(1) a .sprite-record{background-position:-10px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(2) a .sprite-record{background-position:-134px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(2) a .sprite-record{background-position:-173px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(3) a .sprite-record{background-position:-258px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(3) a .sprite-record{background-position:-336px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(4) a .sprite-record{background-position:-382px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(4) a .sprite-record{background-position:-499px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(5) a .sprite-record{background-position:-506px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(5) a .sprite-record{background-position:-662px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(6) a .sprite-record{background-position:-630px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(6) a .sprite-record{background-position:-825px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(7) a .sprite-record{background-position:-754px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(7) a .sprite-record{background-position:-988px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(8) a .sprite-record{background-position:-878px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(8) a .sprite-record{background-position:-1151px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(9) a .sprite-record{background-position:-1002px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(9) a .sprite-record{background-position:-1314px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(10) a .sprite-record{background-position:-1126px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(10) a .sprite-record{background-position:-1477px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(11) a .sprite-record{background-position:-1250px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(11) a .sprite-record{background-position:-1640px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(12) a .sprite-record{background-position:-1374px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(12) a .sprite-record{background-position:-1803px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(13) a .sprite-record{background-position:-1498px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(13) a .sprite-record{background-position:-1966px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(14) a .sprite-record{background-position:-1622px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(14) a .sprite-record{background-position:-2129px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(15) a .sprite-record{background-position:-1746px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(15) a .sprite-record{background-position:-2292px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(16) a .sprite-record{background-position:-1870px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(16) a .sprite-record{background-position:-2455px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(17) a .sprite-record{background-position:-1994px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(17) a .sprite-record{background-position:-2618px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(18) a .sprite-record{background-position:-2118px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(18) a .sprite-record{background-position:-2781px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(19) a .sprite-record{background-position:-2242px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(19) a .sprite-record{background-position:-2944px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(20) a .sprite-record{background-position:-2366px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(20) a .sprite-record{background-position:-3107px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(21) a .sprite-record{background-position:-2490px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(21) a .sprite-record{background-position:-3270px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(22) a .sprite-record{background-position:-2614px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(22) a .sprite-record{background-position:-3433px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(23) a .sprite-record{background-position:-2738px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(23) a .sprite-record{background-position:-3596px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(24) a .sprite-record{background-position:-2862px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(24) a .sprite-record{background-position:-3759px -10px}}.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(25) a .sprite-record{background-position:-2986px -10px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__wrapper:nth-of-type(25) a .sprite-record{background-position:-3922px -10px}}.listing-tiles.with-border .listing-tiles__item__title{padding:4px;background-color:#fafafa;min-height:calc(100% - 76px);word-break:break-word}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item__title{padding:0;min-height:calc(100% - 108px)}}.listing-tiles.with-border .listing-tiles__item img{border-radius:4px 4px 0 0;width:100%;max-height:71px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item img{max-height:104px}}.listing-tiles.with-border .listing-tiles__item .sprite-record{background:var(--listing-tiles-mobile-bg-image) no-repeat;width:104px;height:69px}@media screen and (min-width: 1025px){.listing-tiles.with-border .listing-tiles__item .sprite-record{background:var(--listing-tiles-desktop-bg-image) no-repeat;width:143px;height:95px}}.listing-tiles.without-border .listing-tiles__items{gap:16px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__items{gap:8px}}.listing-tiles.without-border .listing-tiles__item{width:100%}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item{width:100%}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(1) a .sprite-record{background-position:-10px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(1) a .sprite-record{background-position:-10px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(2) a .sprite-record{background-position:-133px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(2) a .sprite-record{background-position:-182px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(3) a .sprite-record{background-position:-256px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(3) a .sprite-record{background-position:-354px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(4) a .sprite-record{background-position:-379px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(4) a .sprite-record{background-position:-526px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(5) a .sprite-record{background-position:-502px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(5) a .sprite-record{background-position:-698px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(6) a .sprite-record{background-position:-625px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(6) a .sprite-record{background-position:-870px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(7) a .sprite-record{background-position:-748px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(7) a .sprite-record{background-position:-1042px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(8) a .sprite-record{background-position:-871px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(8) a .sprite-record{background-position:-1214px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(9) a .sprite-record{background-position:-994px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(9) a .sprite-record{background-position:-1386px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(10) a .sprite-record{background-position:-1117px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(10) a .sprite-record{background-position:-1558px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(11) a .sprite-record{background-position:-1240px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(11) a .sprite-record{background-position:-1730px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(12) a .sprite-record{background-position:-1363px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(12) a .sprite-record{background-position:-1902px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(13) a .sprite-record{background-position:-1486px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(13) a .sprite-record{background-position:-2074px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(14) a .sprite-record{background-position:-1609px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(14) a .sprite-record{background-position:-2246px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(15) a .sprite-record{background-position:-1732px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(15) a .sprite-record{background-position:-2418px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(16) a .sprite-record{background-position:-1855px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(16) a .sprite-record{background-position:-2590px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(17) a .sprite-record{background-position:-1978px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(17) a .sprite-record{background-position:-2762px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(18) a .sprite-record{background-position:-2101px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(18) a .sprite-record{background-position:-2934px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(19) a .sprite-record{background-position:-2224px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(19) a .sprite-record{background-position:-3106px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(20) a .sprite-record{background-position:-2347px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(20) a .sprite-record{background-position:-3278px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(21) a .sprite-record{background-position:-2470px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(21) a .sprite-record{background-position:-3450px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(22) a .sprite-record{background-position:-2593px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(22) a .sprite-record{background-position:-3622px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(23) a .sprite-record{background-position:-2716px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(23) a .sprite-record{background-position:-3794px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(24) a .sprite-record{background-position:-2839px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(24) a .sprite-record{background-position:-3966px -10px}}.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(25) a .sprite-record{background-position:-2962px -10px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item__wrapper:nth-of-type(25) a .sprite-record{background-position:-4138px -10px}}.listing-tiles.without-border .listing-tiles__item img{border-radius:4px;width:100%;height:auto}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item img{height:auto;width:100%}}.listing-tiles.without-border .listing-tiles__item .sprite-record{border-radius:4px;background:var(--listing-tiles-mobile-bg-image) no-repeat;width:103px;height:103px}@media screen and (min-width: 1025px){.listing-tiles.without-border .listing-tiles__item .sprite-record{background:var(--listing-tiles-desktop-bg-image) no-repeat;width:150px;height:152px}}.listing-tiles.without-border .listing-tiles__item__title{padding-top:4px}.listing-tiles.carousel{padding:12px 0 12px 16px}@media screen and (min-width: 1025px){.listing-tiles.carousel{padding:16px 0 16px 16px}}.listing-tiles.carousel .listing-tiles__items{flex-wrap:nowrap}.listing-tiles.carousel .listing-tiles__item img{border-radius:4px;width:100%;height:200px;box-shadow:0 2px 2px #0000001a}@media screen and (min-width: 1025px){.listing-tiles.carousel .listing-tiles__item img{height:305px;width:100%}}.listing-tiles.carousel .carousel-style .swiper-wrap-container .listing-tiles-carousel .swiper-button-prev{left:-10px}.listing-tiles.carousel .carousel-style .swiper-wrap-container .listing-tiles-carousel .swiper-button-next{right:-10px}.announcement-ticker__container{width:100%;margin-bottom:4px}@media screen and (max-width: 767px){.announcement-ticker__container{margin-bottom:2px}}.announcement-ticker__container a{color:#ff6700;font-size:14px}@media screen and (max-width: 767px){.announcement-ticker__container a{font-size:12px}}.announcement-ticker__cta-box{background-color:#fee49e;width:110px}@media screen and (max-width: 767px){.announcement-ticker__cta-box{width:100px}}.announcement-ticker .ann-scroll-text{width:100%;height:32px;background:linear-gradient(130deg,#fef1ce 17.06%,#fde39d 79.93%);white-space:nowrap;overflow:hidden;box-sizing:border-box}.announcement-ticker .ann-scroll-text p{display:inline-block;padding-left:100%;animation:ann-scroll-text 40s linear infinite}@keyframes ann-scroll-text{0%{transform:translate(0)}to{transform:translate(-100%)}}section.announcement-ticker{padding:0}body.hp-layer1-theme .hp-grid-one div:has(>section[data-cmp=AnnouncementTicker]),body.hp-layer1-theme .hp-grid-two div:has(>section[data-cmp=AnnouncementTicker]),body.hp-layer2-theme .hp-grid-one div:has(>section[data-cmp=AnnouncementTicker]),body.hp-layer2-theme .hp-grid-two div:has(>section[data-cmp=AnnouncementTicker]),body.hp-layer2-theme.hp-layer1-theme .hp-grid-one div:has(>section[data-cmp=AnnouncementTicker]),body.hp-layer2-theme.hp-layer1-theme .hp-grid-two div:has(>section[data-cmp=AnnouncementTicker]){margin:0;padding:0;height:36px}body.hp-layer1-theme .hp-grid-one section.announcement-ticker,body.hp-layer1-theme .hp-grid-two section.announcement-ticker,body.hp-layer2-theme .hp-grid-one section.announcement-ticker,body.hp-layer2-theme .hp-grid-two section.announcement-ticker,body.hp-layer2-theme.hp-layer1-theme .hp-grid-one section.announcement-ticker,body.hp-layer2-theme.hp-layer1-theme .hp-grid-two section.announcement-ticker{margin:4px 0 0;padding:0}.top-articles .swiper-wrap-container{min-height:165px}.top-articles h2,.top-articles .subscription-card-carousel__card__header__plan-title,.top-articles .subscription-card-carousel__card__details-title{color:#1a1a1a}.top-articles__items{padding:8px 0}.top-articles__items .items-wrapper{background-color:#fafafa;border-radius:0 0 3px 3px;height:auto}.top-articles__items .items-wrapper img{width:100%;height:157px}.top-articles__items .items-container{padding:8px 12px;flex-grow:1}.top-articles__items .items-container__title{margin-bottom:10px;color:#1a1a1a}.top-articles__items .items-container__subtitle{margin-top:auto}.top-articles__items .items-container__subtitle p{color:#ff6700}.top-articles .view-all-cta{padding:8px 0 4px}.top-articles .swiper .swiper-button-next,.top-articles .swiper .swiper-button-prev{bottom:32%}div:has(>section.articles-and-insights-l2-gradient){-webkit-backdrop-filter:blur(var(--articles-and-insights-l2-blur));backdrop-filter:blur(var(--articles-and-insights-l2-blur));background:linear-gradient(var(--articles-and-insights-l2-gradient-direction),var(--articles-and-insights-l2-gradient1),var(--articles-and-insights-l2-gradient2),var(--articles-and-insights-l2-gradient3),var(--articles-and-insights-l2-gradient4))}div:has(>section.articles-and-insights-l2-solid){-webkit-backdrop-filter:blur(var(--articles-and-insights-l2-blur));backdrop-filter:blur(var(--articles-and-insights-l2-blur));background-color:var(--articles-and-insights-l2-gradient1)}div:has(>section.articles-and-insights-l2-image) img.articles-and-insights-l2-image{opacity:var(--articles-and-insights-l2-opacity);filter:blur(var(--articles-and-insights-l2-blur))}section.top-articles.layer-3-theme{-webkit-backdrop-filter:blur(var(--articles-and-insights-l3-blur));backdrop-filter:blur(var(--articles-and-insights-l3-blur))}section.top-articles.layer-3-theme.articles-and-insights-l3-gradient{background:linear-gradient(var(--articles-and-insights-l3-gradient-direction),var(--articles-and-insights-l3-gradient1),var(--articles-and-insights-l3-gradient2),var(--articles-and-insights-l3-gradient3),var(--articles-and-insights-l3-gradient4))}section.top-articles.layer-3-theme.articles-and-insights-l3-solid{background:var(--articles-and-insights-l3-gradient1)}section.top-articles.layer-3-theme.articles-and-insights-l3-image{background-color:unset;position:relative}section.top-articles.layer-3-theme.articles-and-insights-l3-image img.articles-and-insights-l3-image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;opacity:var(--articles-and-insights-l3-opacity);filter:blur(var(--articles-and-insights-l3-blur))}.locator-tiles{border-top:0px}@media screen and (max-width: 767px){.locator-tiles__wrapper{flex-wrap:wrap;justify-content:space-between}.locator-tiles__wrapper.more{max-height:160px;overflow:hidden}}.locator-tiles__card{width:156px;margin-right:12px;text-align:center}@media screen and (max-width: 767px){.locator-tiles__card{width:calc(33.3333333333% - 5px);margin-right:0}}.locator-tiles__img{width:100%;max-height:156px;border:1px solid white;border-radius:2px}@media screen and (max-width: 767px){.locator-tiles__img{max-width:109px;height:109px}}.locator-tiles__btn{cursor:pointer;text-align:center;color:#ff6700;padding:8px 0 4px}@media screen and (min-width: 1025px){.locator-tiles__btn{display:none}}.locator-tiles__btn:before{content:"";width:10px;height:10px;border-top:2px solid #ff6700;border-left:2px solid #ff6700;transform:rotate(-135deg);transition:all .5s ease;margin:0 8px 4px 0}.locator-tiles__btn.showless:before{transform:rotate(45deg);margin-top:8px}.locator-tiles__btn__more,.locator-tiles__btn__less{display:none}.locator-tiles .content-visible{display:flex}.locator-tiles p,.locator-tiles h2,.locator-tiles .subscription-card-carousel__card__header__plan-title,.locator-tiles .subscription-card-carousel__card__details-title{color:#1a1a1a}section.locator-tiles{border-top:0px}div:has(>section.locator-tiles-l2-gradient){-webkit-backdrop-filter:blur(var(--locator-tiles-l2-blur));backdrop-filter:blur(var(--locator-tiles-l2-blur));background:linear-gradient(var(--locator-tiles-l2-gradient-direction),var(--locator-tiles-l2-gradient1),var(--locator-tiles-l2-gradient2),var(--locator-tiles-l2-gradient3),var(--locator-tiles-l2-gradient4))}div:has(>section.locator-tiles-l2-solid){-webkit-backdrop-filter:blur(var(--locator-tiles-l2-blur));backdrop-filter:blur(var(--locator-tiles-l2-blur));background-color:var(--locator-tiles-l2-gradient1)}div:has(>section.locator-tiles-l2-image) img.locator-tiles-l2-image{opacity:var(--locator-tiles-l2-opacity);filter:blur(var(--locator-tiles-l2-blur))}section.locator-tiles.layer-3-theme{-webkit-backdrop-filter:blur(var(--locator-tiles-l3-blur));backdrop-filter:blur(var(--locator-tiles-l3-blur))}section.locator-tiles.layer-3-theme.locator-tiles-l3-gradient{background:linear-gradient(var(--locator-tiles-l3-gradient-direction),var(--locator-tiles-l3-gradient1),var(--locator-tiles-l3-gradient2),var(--locator-tiles-l3-gradient3),var(--locator-tiles-l3-gradient4))}section.locator-tiles.layer-3-theme.locator-tiles-l3-solid{background:var(--locator-tiles-l3-gradient1)}section.locator-tiles.layer-3-theme.locator-tiles-l3-image{background-color:unset;position:relative}section.locator-tiles.layer-3-theme.locator-tiles-l3-image img.locator-tiles-l3-image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;opacity:var(--locator-tiles-l3-opacity);filter:blur(var(--locator-tiles-l3-blur))}.redirection-tile{padding:12px 16px}.redirection-tile__heading{color:#222f3f;margin-bottom:8px}@media screen and (max-width: 767px){.redirection-tile__heading{color:#1a1a1a}}.redirection-tile__currency{vertical-align:10px}@media screen and (max-width: 767px){.redirection-tile__currency{vertical-align:8px}}.redirection-tile__list{padding:0;margin-bottom:0;list-style:none;gap:8px}.redirection-tile__list__item{border-radius:8px;border:2px solid #ffbd2d;background:#fff5da}@media screen and (min-width: 1025px){.redirection-tile__list__item{width:24%}}@media screen and (max-width: 767px){.redirection-tile__list__item{width:48%}}.redirection-tile__list__item a{padding:19px 12px;width:100%;column-gap:5px;color:#1a1a1a}.redirection-tile__list__item a p{font-size:26px;color:#1a1a1a}.redirection-tile__list__item a span{color:#1a1a1a}@media screen and (max-width: 767px){.redirection-tile__list__item a{align-items:flex-start;flex-direction:column}.redirection-tile__list__item a p{font-size:24px}}.cls-min-height__redirection-tile{min-height:168px}@media screen and (max-width: 767px){.cls-min-height__redirection-tile{min-height:255px}}:root{--hp-listing-tiles__header: #1a1a1a;--hp-listing-tiles: #ffffff;--items-wrapper__title: #1a1a1a}.hp-listing-tiles{background-color:var(--hp-listing-tiles)}.hp-listing-tiles.hp-listing-tiles__black-theme{--hp-listing-tiles__header: #ffffff;--hp-listing-tiles: #131519;--items-wrapper__title: #ffffff}.hp-listing-tiles__header{gap:12px}@media screen and (max-width: 767px){.hp-listing-tiles__header{justify-content:space-between}}.hp-listing-tiles__header h2,.hp-listing-tiles__header .subscription-card-carousel__card__header__plan-title,.hp-listing-tiles__header .subscription-card-carousel__card__details-title{color:var(--hp-listing-tiles__header)}.hp-listing-tiles__header .header-nudge{padding:4px;border-radius:4px;font-size:12px;color:#00b500;border:1px solid #6bc1b2;min-height:22px}@media screen and (max-width: 767px){.hp-listing-tiles__header .header-nudge{font-size:10px;min-height:20px}}.hp-listing-tiles__items.hp-common-wrapper{padding:8px 0}@media screen and (max-width: 767px){.hp-listing-tiles__items.hp-common-wrapper{display:grid;grid-template-columns:repeat(3,1fr);gap:20px 15.5px}.hp-listing-tiles__items.hp-common-wrapper .swiper-slide{display:none}.hp-listing-tiles__items.hp-common-wrapper .swiper-slide:nth-child(-n+6){display:block;margin-right:0}}.hp-listing-tiles__items.hp-common-wrapper a p.items-wrapper__title{line-height:20px;color:var(--items-wrapper__title)}.hp-listing-tiles__items.hp-common-wrapper .items-wrapper{text-align:center;width:auto}@media screen and (max-width: 767px){.hp-listing-tiles__items.hp-common-wrapper .items-wrapper{width:100%}}.hp-listing-tiles__items.hp-common-wrapper .items-wrapper img{width:100%;max-height:152px;margin-bottom:12px;object-fit:contain}@media screen and (max-width: 767px){.hp-listing-tiles__items.hp-common-wrapper .items-wrapper img{width:100%;height:104px}}.hp-listing-tiles__items.hp-common-wrapper .items-wrapper__title{margin-bottom:2px;color:#1a1a1a}.hp-listing-tiles__items.hp-common-wrapper .items-wrapper__subtitle{color:#666}.hp-listing-tiles__items.hp-common-wrapper .items-container{position:relative}.hp-listing-tiles__items.hp-common-wrapper .items-container__nudge{white-space:nowrap;position:absolute;padding:2px 4px;border-radius:2px;font-size:12px;color:#fff;max-width:86px;left:50%;transform:translate(-50%);border:1px solid #ffffff}@media screen and (max-width: 767px){.hp-listing-tiles__items.hp-common-wrapper .items-container__nudge{font-size:10px}}.hp-listing-tiles__items.hp-common-wrapper .items-container__nudge__bottom{bottom:8px}.hp-listing-tiles .view-all-cta{padding:8px 0 4px}.hp-listing-tiles .swiper .swiper-button-next,.hp-listing-tiles .swiper .swiper-button-prev{bottom:25%}.hp-listing-tiles.hp-listing-tiles--grid .hp-listing-tiles__items{gap:16px}@media screen and (max-width: 767px){.hp-listing-tiles.hp-listing-tiles--grid .hp-listing-tiles__items{display:grid;grid-template-columns:repeat(3,1fr);gap:20px 15.5px}.hp-listing-tiles.hp-listing-tiles--grid .hp-listing-tiles__items .items-wrapper{display:none}.hp-listing-tiles.hp-listing-tiles--grid .hp-listing-tiles__items .items-wrapper:nth-child(-n+6){display:block;margin-right:0}}.hp-listing-tiles.hp-listing-tiles--grid .hp-listing-tiles__items .items-wrapper img{width:100%;height:224px}@media screen and (max-width: 767px){.hp-listing-tiles.hp-listing-tiles--grid .hp-listing-tiles__items .items-wrapper img{height:104px}}.hp-listing-tiles.hp-listing-tiles--grid .hp-listing-tiles__items.grid-three .items-wrapper:nth-child(-n+9){display:block;margin-right:0}@media screen and (min-width: 1025px){.hp-listing-tiles.hp-products-for-you .hp-listing-tiles__items .items-wrapper{width:11.1111111111%}}@media screen and (max-width: 767px){.hp-listing-tiles.hp-products-for-you .hp-listing-tiles__items .items-wrapper{display:block}}@media screen and (max-width: 767px){.hp-listing-tiles.hp-products-for-you .hp-listing-tiles__items .items-wrapper.hide{display:none}}.hp-listing-tiles.hp-products-for-you .hp-listing-tiles__items .items-wrapper img{height:109px;width:100%;object-fit:contain}@media screen and (min-width: 1025px){.hp-listing-tiles.hp-products-for-you .hp-listing-tiles__items .items-wrapper img{height:152px}}.hp-listing-tiles.hp-products-for-you .hp-listing-tiles__items .items-wrapper .products-container{height:fit-content;overflow:hidden}.hp-listing-tiles.hp-products-for-you .hp-listing-tiles__items .items-wrapper .products-container img{margin-bottom:0}@media screen and (min-width: 1025px){.hp-listing-tiles.hp-products-for-you .hp-listing-tiles__items .items-wrapper .products-container{height:100px}}.hp-listing-tiles.hp-products-for-you .hp-listing-tiles__items .items-wrapper .products-container img{height:auto}.hp-listing-tiles.hp-products-for-you .hp-listing-tiles__items .items-wrapper__title{background-color:#fff;width:100%;height:37px;border-bottom-left-radius:4px;border-bottom-right-radius:4px}@media screen and (min-width: 1025px){.hp-listing-tiles.hp-products-for-you .hp-listing-tiles__items .items-wrapper__title{width:152px;height:52px}}.hp-listing-tiles.hp-products-for-you .view-all-cta{cursor:pointer}.hp-listing-tiles.hp-listing-tiles--theme .hp-listing-tiles__items .items-wrapper__title{background-color:unset}section.hp-listing-tiles{background-color:var(--hp-listing-tiles)}body.hp-layer1-theme .hp-products-for-you .hp-listing-tiles__items .items-wrapper__title,body.hp-layer2-theme .hp-products-for-you .hp-listing-tiles__items .items-wrapper__title{background-color:unset}div:has(>section.hp-listing-tiles-l2-gradient){-webkit-backdrop-filter:blur(var(--hp-listing-tiles-l2-blur));backdrop-filter:blur(var(--hp-listing-tiles-l2-blur));background:linear-gradient(var(--hp-listing-tiles-l2-gradient-direction),var(--hp-listing-tiles-l2-gradient1),var(--hp-listing-tiles-l2-gradient2),var(--hp-listing-tiles-l2-gradient3),var(--hp-listing-tiles-l2-gradient4))}div:has(>section.hp-listing-tiles-l2-solid){-webkit-backdrop-filter:blur(var(--hp-listing-tiles-l2-blur));backdrop-filter:blur(var(--hp-listing-tiles-l2-blur));background-color:var(--hp-listing-tiles-l2-gradient1)}div:has(>section.hp-listing-tiles-l2-image) img.hp-listing-tiles-l2-image{opacity:var(--hp-listing-tiles-l2-opacity);filter:blur(var(--hp-listing-tiles-l2-blur))}section.hp-listing-tiles.layer-3-theme{-webkit-backdrop-filter:blur(var(--hp-listing-tiles-l3-blur));backdrop-filter:blur(var(--hp-listing-tiles-l3-blur))}section.hp-listing-tiles.layer-3-theme.hp-listing-tiles-l3-gradient{background:linear-gradient(var(--hp-listing-tiles-l3-gradient-direction),var(--hp-listing-tiles-l3-gradient1),var(--hp-listing-tiles-l3-gradient2),var(--hp-listing-tiles-l3-gradient3),var(--hp-listing-tiles-l3-gradient4))}section.hp-listing-tiles.layer-3-theme.hp-listing-tiles-l3-solid{background:var(--hp-listing-tiles-l3-gradient1)}section.hp-listing-tiles.layer-3-theme.hp-listing-tiles-l3-image{background-color:unset;position:relative}section.hp-listing-tiles.layer-3-theme.hp-listing-tiles-l3-image img.hp-listing-tiles-l3-image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;opacity:var(--hp-listing-tiles-l3-opacity);filter:blur(var(--hp-listing-tiles-l3-blur))}.financial-stack__heading{color:#222f3f}.financial-stack__item{cursor:pointer;gap:4px;position:relative;width:auto}@media screen and (max-width: 767px){.financial-stack__item{padding-top:6px}}.financial-stack__item span{background-color:#00b500;color:#fff;font-size:8px;border-radius:2px;padding:2px 4px;position:absolute;top:0;max-width:86px}@media screen and (min-width: 1025px){.financial-stack__item span{font-size:10px}}.financial-stack__item img{height:48px;width:48px}@media screen and (min-width: 1025px){.financial-stack__item img{height:60px;width:60px}}.financial-stack__item .sprite-record{background:var(--financial-stack-mobile-bg-image) no-repeat;width:48px;height:48px}@media screen and (min-width: 1025px){.financial-stack__item .sprite-record{background:var(--financial-stack-desktop-bg-image) no-repeat;height:60px;width:60px}}.financial-stack__item p{color:#1a1a1a;width:64px;text-align:center}@media screen and (min-width: 1025px){.financial-stack__item p{width:86px}}.financial-stack__item:nth-of-type(1) .sprite-record{background-position:-10px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(1) .sprite-record{background-position:-10px -10px}}.financial-stack__item:nth-of-type(2) .sprite-record{background-position:-78px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(2) .sprite-record{background-position:-90px -10px}}.financial-stack__item:nth-of-type(3) .sprite-record{background-position:-146px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(3) .sprite-record{background-position:-170px -10px}}.financial-stack__item:nth-of-type(4) .sprite-record{background-position:-214px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(4) .sprite-record{background-position:-250px -10px}}.financial-stack__item:nth-of-type(5) .sprite-record{background-position:-282px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(5) .sprite-record{background-position:-330px -10px}}.financial-stack__item:nth-of-type(6) .sprite-record{background-position:-350px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(6) .sprite-record{background-position:-410px -10px}}.financial-stack__item:nth-of-type(7) .sprite-record{background-position:-418px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(7) .sprite-record{background-position:-490px -10px}}.financial-stack__item:nth-of-type(8) .sprite-record{background-position:-486px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(8) .sprite-record{background-position:-570px -10px}}.financial-stack__item:nth-of-type(9) .sprite-record{background-position:-554px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(9) .sprite-record{background-position:-650px -10px}}.financial-stack__item:nth-of-type(10) .sprite-record{background-position:-622px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(10) .sprite-record{background-position:-730px -10px}}.financial-stack__item:nth-of-type(11) .sprite-record{background-position:-690px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(11) .sprite-record{background-position:-810px -10px}}.financial-stack__item:nth-of-type(12) .sprite-record{background-position:-758px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(12) .sprite-record{background-position:-890px -10px}}.financial-stack__item:nth-of-type(13) .sprite-record{background-position:-826px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(13) .sprite-record{background-position:-970px -10px}}.financial-stack__item:nth-of-type(14) .sprite-record{background-position:-894px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(14) .sprite-record{background-position:-1050px -10px}}.financial-stack__item:nth-of-type(15) .sprite-record{background-position:-962px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(15) .sprite-record{background-position:-1130px -10px}}.financial-stack__item:nth-of-type(16) .sprite-record{background-position:-1030px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(16) .sprite-record{background-position:-1210px -10px}}.financial-stack__item:nth-of-type(17) .sprite-record{background-position:-1098px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(17) .sprite-record{background-position:-1290px -10px}}.financial-stack__item:nth-of-type(18) .sprite-record{background-position:-1166px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(18) .sprite-record{background-position:-1370px -10px}}.financial-stack__item:nth-of-type(19) .sprite-record{background-position:-1234px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(19) .sprite-record{background-position:-1450px -10px}}.financial-stack__item:nth-of-type(20) .sprite-record{background-position:-1302px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(20) .sprite-record{background-position:-1530px -10px}}.financial-stack__item:nth-of-type(21) .sprite-record{background-position:-1370px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(21) .sprite-record{background-position:-1610px -10px}}.financial-stack__item:nth-of-type(22) .sprite-record{background-position:-1438px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(22) .sprite-record{background-position:-1690px -10px}}.financial-stack__item:nth-of-type(23) .sprite-record{background-position:-1506px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(23) .sprite-record{background-position:-1770px -10px}}.financial-stack__item:nth-of-type(24) .sprite-record{background-position:-1574px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(24) .sprite-record{background-position:-1850px -10px}}.financial-stack__item:nth-of-type(25) .sprite-record{background-position:-1642px -10px}@media screen and (min-width: 1025px){.financial-stack__item:nth-of-type(25) .sprite-record{background-position:-1930px -10px}}.financial-stack .swiper-wrap-container .financial-stack__carousel .swiper-button-next{right:-8px}.financial-stack .swiper-wrap-container .financial-stack__carousel .swiper-button-prev{left:-8px}div:has(>section.financial-stack-l2-gradient){-webkit-backdrop-filter:blur(var(--financial-stack-l2-blur));backdrop-filter:blur(var(--financial-stack-l2-blur));background:linear-gradient(var(--financial-stack-l2-gradient-direction),var(--financial-stack-l2-gradient1),var(--financial-stack-l2-gradient2),var(--financial-stack-l2-gradient3),var(--financial-stack-l2-gradient4))}div:has(>section.financial-stack-l2-solid){-webkit-backdrop-filter:blur(var(--financial-stack-l2-blur));backdrop-filter:blur(var(--financial-stack-l2-blur));background-color:var(--financial-stack-l2-gradient1)}div:has(>section.financial-stack-l2-image) img.financial-stack-l2-image{opacity:var(--financial-stack-l2-opacity);filter:blur(var(--financial-stack-l2-blur))}section.financial-stack.layer-3-theme{-webkit-backdrop-filter:blur(var(--financial-stack-l3-blur));backdrop-filter:blur(var(--financial-stack-l3-blur))}section.financial-stack.layer-3-theme.financial-stack-l3-gradient{background:linear-gradient(var(--financial-stack-l3-gradient-direction),var(--financial-stack-l3-gradient1),var(--financial-stack-l3-gradient2),var(--financial-stack-l3-gradient3),var(--financial-stack-l3-gradient4))}section.financial-stack.layer-3-theme.financial-stack-l3-solid{background:var(--financial-stack-l3-gradient1)}section.financial-stack.layer-3-theme.financial-stack-l3-image{background-color:unset;position:relative}section.financial-stack.layer-3-theme.financial-stack-l3-image img.financial-stack-l3-image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;opacity:var(--financial-stack-l3-opacity);filter:blur(var(--financial-stack-l3-blur))}.back-button-wrapper{padding:8px 10px;background-color:#e5eaf7}@media screen and (min-width: 1025px){.back-button-wrapper{padding:8px 10px 8px 60px}}.back-button-wrapper i{margin-right:10px;font-size:10px;cursor:pointer;color:#000}.back-button-wrapper__text{color:#222f3f;line-height:27px}.listing-cards{min-height:auto;background-color:#fff;padding:12px 0 12px 16px}.listing-cards h2,.listing-cards .subscription-card-carousel__card__header__plan-title,.listing-cards .subscription-card-carousel__card__details-title{margin-bottom:8px;padding-right:16px}.listing-cards h4,.listing-cards .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .listing-cards th,.listing-cards .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .listing-cards td:first-child{font-family:Rubik,sans-serif}.listing-cards.carousel-style .swiper-wrap-container .swiper-slide{width:160px}.listing-cards.carousel-style .swiper-button-next,.listing-cards.carousel-style .swiper-button-prev{width:40px;height:42px}.listing-cards__card{width:70px;text-align:center;cursor:pointer}.listing-cards__card__img{height:70px;margin-bottom:10px}.listing-cards__card__img img{max-width:100%}.listing-cards__card__img h4,.listing-cards__card__img .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .listing-cards__card__img th,.listing-cards__card__img .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .listing-cards__card__img td:first-child{line-height:20px;color:#222f3f;overflow-wrap:break-word}.listing-cards__card h4,.listing-cards__card .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead tr .listing-cards__card th,.listing-cards__card .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table tbody tr .listing-cards__card td:first-child{word-break:break-word}.listing-cards__card.card-variation img{height:144px;margin-bottom:0}@media screen and (min-width: 1025px){.listing-cards__card.card-variation img{height:172px}}.listing-cards__content{color:#222f3f}.listing-cards__modal{display:block}.listing-cards__modal .modal__dialog .modal__content{width:100%}@media screen and (min-width: 1025px){.listing-cards__modal .modal__dialog .modal__content{width:406px}}.listing-cards__modal .modal__dialog .modal__content i{align-self:end;color:#ff7f00;cursor:pointer;font-size:12px;margin-bottom:4px}.listing-cards__modal .modal__dialog .modal__content h3{align-self:center;margin-bottom:5px}.listing-cards__modal .modal__dialog .modal__content .modal__body{text-align:center}.listing-cards__modal .modal__dialog .modal__content .modal__body p{color:#1a1a1a}.listing-cards__modal .modal__dialog .modal__content .btn{align-self:center;box-shadow:none;border:none;height:40px;padding:10px;width:167px}@media screen and (min-width: 1025px){.listing-cards__modal .modal__dialog .modal__content .btn{width:200px}}@media screen and (max-width: 1024px){.listing-cards__modal .modal__dialog .modal__content .btn{font-size:14px}}.listing-cards__modal__img{margin:20px 0}.listing-cards__modal__img img{max-width:100%}.vernac-entry-point__dropdown{position:relative}.vernac-entry-point__dropdown:focus-within .vernac-menu{display:block}.vernac-entry-point__dropdown .vernac-entry-point__cta{width:36px;height:36px;border-radius:4px;border:1px solid #000000;padding:10px;background:transparent;gap:10px;cursor:pointer;margin:0 auto}@media screen and (max-width: 767px){.vernac-entry-point__dropdown .vernac-entry-point__cta{width:28px;height:28px}}.vernac-entry-point__dropdown .vernac-entry-point__menu{position:relative;top:5px;left:51%;transform:translate(-95%);width:158px;height:347px;background:#fff;border-radius:4px;border:1px solid #cccccc;box-shadow:0 0 10px #1a1a1a}@media screen and (max-width: 767px){.vernac-entry-point__dropdown .vernac-entry-point__menu{top:7px;left:54%}}.vernac-entry-point__dropdown .vernac-entry-point__menu .vernac-entry-point__nudge{position:absolute;top:-5px;left:126px;width:0;height:0;border-left:7px solid transparent;border-right:7px solid transparent;border-bottom:7px solid #ffffff}.vernac-entry-point__dropdown .vernac-entry-point__menu .vernac-entry-point__list{margin:0;list-style:none;padding:17px 10px;gap:20px}.vernac-entry-point__dropdown .vernac-entry-point__menu .vernac-entry-point__list a{gap:10px}.vernac-entry-point__dropdown .vernac-entry-point__menu .vernac-entry-point__list a input[type=radio]{width:16px;height:16px;border-radius:50%;border:1px solid #999999;vertical-align:middle}.vernac-entry-point__dropdown .vernac-entry-point__menu .vernac-entry-point__list a input[type=radio]:checked{background-color:#e55005;border:1px solid #e55005}.vernac-entry-point__dropdown .vernac-entry-point__menu .vernac-entry-point__list a .langspan{padding-left:4px;color:#1a1a1a}.vernac-entry-point__dropdown:hover .vernac-entry-point__menu{display:block}.radiobtn:checked{accent-color:#e55005}.radiobtn:checked+.langspan{font-weight:700}.game-category{background-color:#131519;padding:12px 16px}.game-category__wrapper{gap:10px;overflow:auto}.game-category__wrapper::-webkit-scrollbar{display:none}.game-category__wrapper button{border-radius:14px;gap:10px;background-color:#3f4144;border:none;padding:6px 10px}.game-category__wrapper button p{color:#fff}.game-category__wrapper button img{width:20px;height:20px}.game-category__wrapper button.active{background-color:#e5500533;border:1px solid #ff6700}.footer-strip{background-color:#002953;height:100%}@media screen and (max-width: 767px){.footer-strip{padding:12px}}.footer-strip__heading{font-size:32px;color:#fff;padding:48px 80px 32px}@media screen and (max-width: 767px){.footer-strip__heading{font-size:18px;padding:0 0 12px}}.footer-strip p{color:#fff}.footer-strip img{height:32px;width:32px}.footer-strip__info-box{border:1px solid #B7C0E9;border-radius:8px;gap:4px;padding:24px 12px;width:25%}@media screen and (max-width: 767px){.footer-strip__info-box{width:100%}}.footer-strip .footer-strip__info-box:first-of-type .footer-strip__partnername:first-of-type{white-space:nowrap}.footer-strip__container{gap:16px;padding:0 80px 48px;width:100%}@media screen and (max-width: 767px){.footer-strip__container{flex-direction:column;padding:0;gap:12px}}.fw-500,.navigation-with-tabs__tabs li.active,.fees-and-charges-xaop .accordion__body .tabs-wrapper .navigation-with-tabs__tabs li.active,.secondary-navigation__container__list div span.active,.secondary-navigation__container__list div a.active{font-family:Rubik-Medium,Mukta-Medium,sans-serif;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.flex,.ratings-container .ratings-wrap,.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .content-wrap .img-container .profile-rate-wrap .ratings-container,.reviews-container .review-wrap .rating{display:flex}.flex-align-center,.reviews-container .review-wrap .rating,.reviews-container .review-wrap .review-text-wrap .rating-content{align-items:center}.header-lite{background:#0d2640;color:#fff;width:100%;min-height:56px;position:fixed;left:0;top:0;z-index:99}.header-lite__dealer-desc{gap:8px}.header-lite__dealer-desc__location{color:#d3dae1}.header-lite__dealer-desc .headerlite-variation{color:#fff;font-size:22px}.navigation-with-tabs{overflow:hidden}@media screen and (min-width: 1025px){.navigation-with-tabs{padding:16px 0 12px}}.navigation-with-tabs::-webkit-scrollbar{display:none}.navigation-with-tabs__tabs{border-bottom:2px solid #e5eaf7;list-style:none;overflow:auto;white-space:nowrap;margin-bottom:0;max-width:100%;line-height:23px}.navigation-with-tabs__tabs::-webkit-scrollbar{display:none}.navigation-with-tabs__tabs li{display:inline-block;vertical-align:top;margin-bottom:0;position:relative;height:27px;padding:0 8px;color:#002953;cursor:pointer}@media screen and (min-width: 1025px){.navigation-with-tabs__tabs li{font-size:20px;height:37px}}.navigation-with-tabs__tabs li.redirectionTabs{cursor:default;pointer-events:none;height:auto;padding:0 8px 8px}@media screen and (min-width: 1025px){.navigation-with-tabs__tabs li.redirectionTabs{font-size:16px}}.navigation-with-tabs__tabs li:after{position:absolute;content:"";bottom:0;left:0;width:100%;height:2px;opacity:0;transition:all .3s ease;background-color:#002953;border-radius:2px 2px 0 0}.navigation-with-tabs__tabs li .image-container{padding:0 0 8px}.navigation-with-tabs__tabs li .image-container img{width:24px;height:24px}.navigation-with-tabs__tabs li.active{color:#ff6700}.navigation-with-tabs__tabs li.active:after{background-color:#ff6700;opacity:1}.navigation-with-tabs__tabs li.full-width-tabs{width:-webkit-fill-available}.navigation-with-tabs__tabs li a.active-tab{color:#ff6700}.navigation-with-tabs__tabs li a.inactive-tab-blue{color:#002953}.navigation-with-tabs__tabs li a.inactive-tab-black{color:#000}.navigation-with-tabs__tabs li a.tabs-pointer{pointer-events:all}@media screen and (max-width: 767px){.navigation-with-tabs__tabs.games-theme{background:#131519}.navigation-with-tabs__tabs.games-theme li a{color:#fff;font-size:14px}}.navigation-with-tabs__h1-component h2,.navigation-with-tabs__h1-component .subscription-card-carousel__card__header__plan-title,.navigation-with-tabs__h1-component .subscription-card-carousel__card__details-title{margin-bottom:4px;font-size:24px}@media screen and (max-width: 767px){.navigation-with-tabs__h1-component h2,.navigation-with-tabs__h1-component .subscription-card-carousel__card__header__plan-title,.navigation-with-tabs__h1-component .subscription-card-carousel__card__details-title{margin-bottom:2px;font-size:20px}}.navigation-with-tabs__h1-component__rte ul,.navigation-with-tabs__h1-component__rte ol,.navigation-with-tabs__h1-component__rte p,.navigation-with-tabs__h1-component__rte pre{font-size:14px;color:#666;margin-bottom:4px}.navigation-with-tabs__h1-component__rte ul a,.navigation-with-tabs__h1-component__rte ol a,.navigation-with-tabs__h1-component__rte p a,.navigation-with-tabs__h1-component__rte pre a{font-weight:500}.navigation-with-tabs__h1-component__rte ul,.navigation-with-tabs__h1-component__rte ol{padding-left:14px}.navigation-with-tabs__h1-component__sign-in-cta{background:none;border:none;color:#ff6700;padding:0;margin-bottom:4px;cursor:pointer}.navigation-with-tabs.redirection-tabs{padding:12px 0 0;border-top:2px solid #f2f4fb}.navigation-with-tabs.redirection-tabs ul{padding:0 24px}@media screen and (max-width: 767px){.navigation-with-tabs.redirection-tabs ul{padding:0 16px}}.welcome-greetings{background-color:#0d2640;overflow:hidden;height:40px}.welcome-greetings img{height:23px}@media screen and (min-width: 1025px){.welcome-greetings img{width:100%}}.welcome-greetings h1{background:var(--gradients-yellow-gradient-fef-0-cafde-39-d, linear-gradient(130deg, #FEF1CE 17.06%, #FDE39D 79.93%));position:relative;padding:8px;height:36px;top:-24px;border-radius:0 0 8px 8px;animation:welcomeGreeting 6s ease-in-out 2s;animation-fill-mode:both;opacity:0;transform:translateY(-100vh)}@keyframes welcomeGreeting{0%{opacity:0;transform:translateY(-100vh)}20%{opacity:1;transform:translateY(0)}80%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-100vh)}}.welcome-greetings__heading{color:#893510;text-align:center}.icon-drawer{gap:8px}.icon-drawer .img-text{color:#222f3f}@media screen and (min-width: 1025px){.icon-drawer .img-text{font-size:16px}}.icon-drawer__heading{color:#222f3f}.icon-drawer__container{gap:8px;list-style:none;padding:0 0 15px;margin:0;position:relative;overflow-y:auto}.icon-drawer__container__clptiles{display:flex;justify-content:space-between;margin-top:13px;gap:15px}@media screen and (min-width: 1025px){.icon-drawer__container{gap:16px}}.icon-drawer__container li{width:15%;padding-top:0;transition:padding-top .1s ease-out}@media screen and (max-width: 767px){.icon-drawer__container li{width:24%}}.icon-drawer__container li button{background-color:#0000;border:none;padding:0;gap:4px;max-width:90px}@media screen and (min-width: 1025px){.icon-drawer__container li button{max-width:160px}}.icon-drawer__container li button img{display:block}.icon-drawer__container li button img.icon-img{width:70px;height:70px;pointer-events:none}.icon-drawer__container li button img.icon-img__selected-imagecontainer{margin-top:13px;max-width:85px;height:85px}@media screen and (min-width: 1025px){.icon-drawer__container li button img.icon-img__selected-imagecontainer{max-width:200px;height:200px}}@media screen and (min-width: 1025px){.icon-drawer__container li button img.icon-img{width:160px;min-height:160px}}.icon-drawer__dropdowns{display:none;width:100%;position:absolute;left:0;border:1px solid #cccccc;border-radius:8px;background-color:#fff;padding-top:0;transition:padding-top .1s ease-out}.icon-drawer__dropdowns:before{content:"";position:absolute;width:100%;height:30px;top:-30px}.icon-drawer li.li-drawer-custom .disable-cursor{cursor:default}.icon-drawer li.li-drawer-custom button .button-wrapper{padding-top:20px;transition:padding-top .1s ease-in}.icon-drawer li.li-drawer-custom button .button-wrapper__clp .disable-link{pointer-events:none}.icon-drawer li.li-drawer-custom button .button-wrapper img.icon-img{transform:scale(1.2);margin-bottom:15px;transform-origin:10px}.icon-drawer li.li-drawer-custom button .button-wrapper span{font-weight:700}.icon-drawer li.li-drawer-custom .icon-drawer__dropdowns{display:block}.icon-drawer__dropdown{list-style:none;padding:10px;gap:5px;margin:0;display:flex}@media screen and (min-width: 1025px){.icon-drawer__dropdown{padding:12px;gap:30px 5px}}.icon-drawer__dropdown li{width:calc(25% - 5px);position:relative}@media screen and (min-width: 1025px){.icon-drawer__dropdown li{width:calc(10% - 5px)}}.icon-drawer__dropdown li a{gap:12px}.icon-drawer__dropdown li a img{display:block;height:60px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li a img{height:90px}}.icon-drawer__dropdown li a .sprite-record{background:var(--icon-drawer-mobile-bg-image) no-repeat;width:60px;height:60px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li a .sprite-record{background:var(--icon-drawer-desktop-bg-image) no-repeat;height:90px;width:90px}}.icon-drawer__dropdown li a span{text-align:center}.icon-drawer__dropdown li:nth-of-type(1) a .sprite-record{background-position:-10px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(1) a .sprite-record{background-position:-10px -10px}}.icon-drawer__dropdown li:nth-of-type(2) a .sprite-record{background-position:-90px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(2) a .sprite-record{background-position:-120px -10px}}.icon-drawer__dropdown li:nth-of-type(3) a .sprite-record{background-position:-170px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(3) a .sprite-record{background-position:-230px -10px}}.icon-drawer__dropdown li:nth-of-type(4) a .sprite-record{background-position:-250px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(4) a .sprite-record{background-position:-340px -10px}}.icon-drawer__dropdown li:nth-of-type(5) a .sprite-record{background-position:-330px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(5) a .sprite-record{background-position:-450px -10px}}.icon-drawer__dropdown li:nth-of-type(6) a .sprite-record{background-position:-410px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(6) a .sprite-record{background-position:-560px -10px}}.icon-drawer__dropdown li:nth-of-type(7) a .sprite-record{background-position:-490px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(7) a .sprite-record{background-position:-670px -10px}}.icon-drawer__dropdown li:nth-of-type(8) a .sprite-record{background-position:-570px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(8) a .sprite-record{background-position:-780px -10px}}.icon-drawer__dropdown li:nth-of-type(9) a .sprite-record{background-position:-650px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(9) a .sprite-record{background-position:-890px -10px}}.icon-drawer__dropdown li:nth-of-type(10) a .sprite-record{background-position:-730px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(10) a .sprite-record{background-position:-1000px -10px}}.icon-drawer__dropdown li:nth-of-type(11) a .sprite-record{background-position:-810px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(11) a .sprite-record{background-position:-1110px -10px}}.icon-drawer__dropdown li:nth-of-type(12) a .sprite-record{background-position:-890px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(12) a .sprite-record{background-position:-1220px -10px}}.icon-drawer__dropdown li:nth-of-type(13) a .sprite-record{background-position:-970px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(13) a .sprite-record{background-position:-1330px -10px}}.icon-drawer__dropdown li:nth-of-type(14) a .sprite-record{background-position:-1050px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(14) a .sprite-record{background-position:-1440px -10px}}.icon-drawer__dropdown li:nth-of-type(15) a .sprite-record{background-position:-1130px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(15) a .sprite-record{background-position:-1550px -10px}}.icon-drawer__dropdown li:nth-of-type(16) a .sprite-record{background-position:-1210px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(16) a .sprite-record{background-position:-1660px -10px}}.icon-drawer__dropdown li:nth-of-type(17) a .sprite-record{background-position:-1290px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(17) a .sprite-record{background-position:-1770px -10px}}.icon-drawer__dropdown li:nth-of-type(18) a .sprite-record{background-position:-1370px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(18) a .sprite-record{background-position:-1880px -10px}}.icon-drawer__dropdown li:nth-of-type(19) a .sprite-record{background-position:-1450px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(19) a .sprite-record{background-position:-1990px -10px}}.icon-drawer__dropdown li:nth-of-type(20) a .sprite-record{background-position:-1530px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(20) a .sprite-record{background-position:-2100px -10px}}.icon-drawer__dropdown li:nth-of-type(21) a .sprite-record{background-position:-1610px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(21) a .sprite-record{background-position:-2210px -10px}}.icon-drawer__dropdown li:nth-of-type(22) a .sprite-record{background-position:-1690px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(22) a .sprite-record{background-position:-2320px -10px}}.icon-drawer__dropdown li:nth-of-type(23) a .sprite-record{background-position:-1770px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(23) a .sprite-record{background-position:-2430px -10px}}.icon-drawer__dropdown li:nth-of-type(24) a .sprite-record{background-position:-1850px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(24) a .sprite-record{background-position:-2540px -10px}}.icon-drawer__dropdown li:nth-of-type(25) a .sprite-record{background-position:-1930px -10px}@media screen and (min-width: 1025px){.icon-drawer__dropdown li:nth-of-type(25) a .sprite-record{background-position:-2650px -10px}}.locator-banner h2.line-clamp-2,.locator-banner .line-clamp-2.subscription-card-carousel__card__header__plan-title,.locator-banner .line-clamp-2.subscription-card-carousel__card__details-title{max-height:51px}.locator-banner .img-wrapper{position:relative;height:72px;overflow:hidden}.locator-banner .img-wrapper__img{width:100%;height:100%}.locator-banner .img-wrapper__btn{position:absolute;top:15px;right:15px;padding:12px 24px;min-width:167px;height:42px}.interest-table{width:100%;background-color:#fff}.interest-table .text-color-normal{color:#666}.interest-table h3{color:#1a1a1a;margin-bottom:4px}.interest-table .bf-icon-share-fill{cursor:pointer;color:#ff6700;font-size:24px}@media screen and (max-width: 767px){.interest-table .bf-icon-share-fill{font-size:18px;align-self:baseline}}.interest-table .bf-icon-star{border-radius:1px;font-size:8px;background-color:#00b500;color:#fff;margin:2px}.interest-table__nudge{padding:2px 12px;background-color:#00b500;border-radius:20px;color:#fff;position:absolute;right:8px;top:7px}@media screen and (max-width: 767px){.interest-table__nudge{border-radius:2px;padding:2px 4px}}.interest-table__features{margin-bottom:12px}.interest-table__features span{border-right:1px solid #666666;padding:0 4px}.interest-table__features span:first-of-type{padding-left:0}.interest-table__features span:last-of-type{border-right:none}@media screen and (max-width: 767px){.interest-table__separator{height:1px;background-color:#ccc;margin-bottom:12px}}.interest-table table{border-radius:4px;overflow:hidden;text-align:center;box-shadow:0 0 0 1px #d3dae1}.interest-table table thead{background-color:#002953}.interest-table table thead tr th{padding:6px 0;text-align:center;min-width:52px;vertical-align:middle;color:#fff;line-height:12px;font-size:10px;border:1px solid #4a6784}.interest-table table thead tr th:first-child{min-width:64px}.interest-table table thead tr:first-child th{position:relative;font-size:12px;text-align:left;padding:8px 10px;line-height:14px}.interest-table table thead:first-child(tr){text-align:left}.interest-table table tbody tr:nth-child(odd){background-color:#fff}.interest-table table tbody tr:nth-child(2n){background-color:#f2f4fb}.interest-table table tbody tr td{font-size:12px;padding:6px 10px;color:#1a1a1a;white-space:nowrap;position:relative;line-height:16px}.interest-table table tbody tr .bf-icon-star{position:absolute;top:8px}section.upi-id-with-copy-action{background:#f2f2f2;color:#666;width:100%;cursor:pointer;margin-bottom:5px}section.upi-id-with-copy-action img{height:16px;width:16px}@media screen and (min-width: 1025px){section.upi-id-with-copy-action{justify-content:stretch}section.upi-id-with-copy-action span:not(:first-child){margin-left:5px}section.upi-id-with-copy-action img{margin-left:48px}}section.upi-id-with-copy-action.shroud{height:0;padding:0;margin:0}.header-bottom-navigation span,.header-bottom-navigation i,.header-bottom-navigation li,.header-bottom-navigation a,.secondary-menu span,.secondary-menu i,.secondary-menu li,.secondary-menu a,.tertiary-menu span,.tertiary-menu i,.tertiary-menu li,.tertiary-menu a,.quick-link span,.quick-link i,.quick-link li,.quick-link a,.sidebar-menu__title span,.sidebar-menu__title i,.sidebar-menu__title li,.sidebar-menu__title a{vertical-align:middle;color:#fff}.header-bottom-navigation a img,.secondary-menu a img,.tertiary-menu a img,.quick-link a img,.sidebar-menu__title a img{height:12px;vertical-align:middle;padding-right:5px}.topnav-backdrop{background-color:#000000b3;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1008;visibility:hidden;margin-top:127px}.topnav-backdrop--visible{visibility:visible}.header-bottom-navigation-top{background-color:#002142}.header-bottom-navigation{max-width:1440px;padding-left:18px;padding-right:24px;margin:0 auto;cursor:default}@media screen and (max-width: 767px){.header-bottom-navigation{display:none}}.header-bottom-navigation__hamburger,.header-bottom-navigation a:has([href]){cursor:pointer}.header-bottom-navigation__hamburger,.header-bottom-navigation__item{padding:10px 6px;position:relative;line-height:20px;gap:4px;white-space:nowrap}.header-bottom-navigation__hamburger .btn,.header-bottom-navigation__item .btn{padding:4px 12px;text-transform:none;align-self:start}.header-bottom-navigation__hamburger:hover,.header-bottom-navigation__item:hover{background-color:#001326}.header-bottom-navigation__hamburger i.bf-icon-menu,.header-bottom-navigation__item i.bf-icon-menu{margin-right:4px}.header-bottom-navigation__item:hover .header-bottom-navigation__nav{visibility:visible;z-index:1009}.header-bottom-navigation__item:hover .header-bottom-navigation__arrow{transform:rotate(180deg)}.header-bottom-navigation__options{gap:8px}.header-bottom-navigation__option{padding:7px 8px;border-radius:4px;background-color:#1a1a1a;text-wrap:nowrap}.header-bottom-navigation__option.payemiicon{background-color:#002953;border:1px solid lightblue}.header-bottom-navigation__option:hover{color:#ff6700}.header-bottom-navigation__nav{position:absolute;top:100%;left:0;visibility:hidden}.secondary-menu,.tertiary-menu{min-width:280px;max-height:82vh;overflow-y:auto}.secondary-menu__link,.secondary-menu__link-with-cta,.tertiary-menu__link,.tertiary-menu__link-with-cta{padding:10px 16px;display:block;text-wrap:nowrap}.secondary-menu::-webkit-scrollbar,.tertiary-menu::-webkit-scrollbar{width:6px;border-radius:3px}.secondary-menu::-webkit-scrollbar-thumb,.tertiary-menu::-webkit-scrollbar-thumb{background-color:#7283ae80;border-radius:3px}.secondary-menu{background-color:#001326}.secondary-menu__link:hover,.secondary-menu__link-with-cta:hover{background-color:#000811}.secondary-menu__link:hover .tertiary-menu,.secondary-menu__link-with-cta:hover .tertiary-menu{display:initial}.secondary-menu:has(.secondary-menu__link:hover .tertiary-menu),.secondary-menu:has(.secondary-menu__link-with-cta:hover .tertiary-menu){scrollbar-width:none}.secondary-menu:has(.secondary-menu__link:hover .tertiary-menu)::-webkit-scrollbar,.secondary-menu:has(.secondary-menu__link-with-cta:hover .tertiary-menu)::-webkit-scrollbar{display:none}.secondary-menu__cta{display:none}.secondary-menu__link-with-cta:hover .secondary-menu__cta{display:initial;margin-top:8px}.secondary-menu__link-with-cta:hover .secondary-menu__cta:not(.btn--primary){color:#ff6700}.tertiary-menu{display:none;position:absolute;height:100%;background-color:#000811;max-width:540px}.tertiary-menu--expand:has(.tertiary-menu__columns,.quick-links){width:540px}.tertiary-menu__link:hover{font-weight:600}.tertiary-menu__columns{display:grid;grid-template-columns:repeat(2,1fr);padding:10px 16px;gap:64px}.tertiary-menu__column:not(:last-child){margin-bottom:30px}.tertiary-menu__column-item a{margin-bottom:16px;text-wrap:wrap;max-width:260px}.tertiary-menu__column-link{display:block}.tertiary-menu__column-link:hover{font-weight:600}.quick-links{padding:0 16px;margin-top:24px;margin-bottom:10px}.quick-links li{margin:0 8px 8px 0}.quick-links__link{color:#8c9399;border-radius:12px;background-color:#1a2734;padding:4px 8px;white-space:nowrap}.sidebar-menu{position:fixed;top:0;left:-360px;max-width:360px;width:100%;height:100vh;transition:left .3s ease-in;background-color:#fff;visibility:hidden;z-index:1009}.sidebar-menu--visible{left:0;visibility:visible}.sidebar-menu__header{color:#fff;background:#002953;padding:16px 24px}.sidebar-menu__title span{margin-left:12px}.sidebar-menu__title,.sidebar-menu__subtitle,.sidebar-menu__close{cursor:pointer}.sidebar-menu__link,.sidebar-menu__subtitle,.sidebar-menu__active-item{line-height:19px}.sidebar-menu__close{float:inline-end}.sidebar-menu__content{position:relative;width:100%;height:100%;flex:1;overflow:hidden}.sidebar-menu__main,.sidebar-menu__submenu{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow-x:hidden;background-color:#fff}.sidebar-menu__main::-webkit-scrollbar,.sidebar-menu__submenu::-webkit-scrollbar{width:4px;border-radius:8px}.sidebar-menu__main::-webkit-scrollbar-thumb,.sidebar-menu__submenu::-webkit-scrollbar-thumb{background:#999;border-radius:8px}.sidebar-menu__main{visibility:visible;transition:all .3s ease;transform:translate(0)}.sidebar-menu__main--collapse{transform:translate(-100%);visibility:hidden;overflow:visible}.sidebar-menu__submenu{transition:all .3s ease;visibility:hidden}.sidebar-menu__submenu--visible{visibility:visible}.sidebar-menu__item,.sidebar-menu__active-item,.sidebar-menu__subtitle,.sidebar-menu__help-title,.sidebar-menu__primary{padding:12px 24px;color:#1a1a1a}.sidebar-menu__item a,.sidebar-menu__active-item a{color:#1a1a1a}.sidebar-menu__primary{cursor:default}.sidebar-menu__item,.sidebar-menu__active-item{cursor:pointer;transition:background-color .3s ease;line-height:17px}.sidebar-menu__item:hover{background-color:#e5e5e5}.sidebar-menu__subtitle{border-bottom:1px solid #cccccc;background-color:#e5e5e5;gap:12px}.sidebar-menu__back{transform:rotate(-90deg)}.sidebar-menu__help{padding:8px 0;border-top:1px solid #cccccc}.sidebar-menu__subtitle,.sidebar-menu__help-title{text-transform:uppercase}.sidebar-menu__social-icon{height:32px;width:32px}.sidebar-menu__image-container{display:flex;gap:20px;height:32px}.sidebar-menu__social{border-top:1px solid #cccccc}.sidebar-menu .sidebar-menu__langoption{gap:8px}.sidebar-menu .r-header-dropdown__radiobtn{border-radius:50%;height:16px;width:16px;border:1px solid #999999;background-color:transparent;accent-color:#e55005}.sidebar-menu .r-header-dropdown__radiobtn:checked+.r-header-dropdown__langspan{font-weight:500}.sidebar-menu .sidebar-menu__primary{gap:8px}.sidebar-menu .r-header-dropdown__langspan{color:#1a2734}.sidebar-menu .sidebar-menu__item-end{color:#666;padding:0 20px}.quick-links__title,.tertiary-menu__column-title{margin-bottom:18px;color:#73a0cc;letter-spacing:.16px;text-transform:uppercase}.social-container{display:flex;justify-content:space-between;align-items:center}.header-reward{background:transparent;padding:20px 8px}@media screen and (max-width: 767px){.header-reward{order:4}}.header-reward a{display:block;text-align:center;transition:all .3s ease-in-out}.header-reward a:hover{background:#000f1e}.header-reward__icon-box{position:relative;display:block}.header-reward__icon-box i{color:#fff}.header-reward__icon-box .unread-dot{background-color:#e8b100;position:absolute;right:-1px;top:-1px;border-radius:100%;width:8px;height:8px}.header-reward__text{display:block;color:#fff;font-size:12px}.header-reward .active{background:#000f1e}@media screen and (max-width: 767px){.header-reward .active{display:none}}@media screen and (max-width: 767px){.header-reward .header-reward__text{display:none}}.header-emi-card{background:transparent}@media screen and (max-width: 767px){.header-emi-card{order:3}}.header-emi-card a{display:block;text-align:center;transition:all .3s ease-in-out;padding:14px 8px 30px}.header-emi-card a:hover{background:#001326}.header-emi-card__icon-box{height:24px;display:block}.header-emi-card__icon-box i,.header-emi-card__title{color:#fff}@media screen and (max-width: 767px){.header-emi-card__title{display:none}}.header-emi-card .active{background:#001326}@media screen and (max-width: 767px){.header-emi-card .active{display:none}}.header-sign-in{background:transparent;padding:14px 0 30px;margin:0 8px;overflow:hidden}@media screen and (max-width: 767px){.header-sign-in{order:1}}.header-sign-in:hover{background:#001326}@media screen and (max-width: 767px){.header-sign-in .hide-sign-in{visibility:hidden}}.header-sign-in a{display:block;cursor:pointer;text-align:center;transition:all .3s ease-in-out}@media screen and (max-width: 767px){.header-sign-in a{display:flex;justify-content:center;flex-direction:row-reverse;align-items:center;line-height:16px}}.header-sign-in__icon-box{height:24px;display:block}@media screen and (max-width: 767px){.header-sign-in__icon-box{margin-left:6px;font-size:24px}}.header-sign-in__icon-box i{color:#fff}.header-sign-in .loader{position:relative;min-height:14px}.header-sign-in .loader:before{background:linear-gradient(to right,#4a6784 0,#4a6784 20px,transparent 20px),linear-gradient(to left,#4a6784 0,#4a6784 20px,transparent 20px),linear-gradient(to bottom,#4a6784 10%,#4a6784 90%);height:14px}.header-sign-in .loader:after{height:14px;background-image:linear-gradient(90deg,#ffffff80 60%,#999);animation:shimmer 2s infinite}.header-sign-in__title{color:#fff}.header-sign-in__title i{font-size:6px;display:none}@media screen and (max-width: 767px){.header-sign-in__title i{display:inline-block}}.header-sign-in .active{background:#001326}.header-cart{position:relative;background-color:transparent;min-height:56px;min-width:40px;margin-top:1px}@media screen and (max-width: 767px){.header-cart{order:2}}.header-cart__count{position:absolute;top:14px;left:1px;width:100%;color:#fff}.header-cart__container{position:relative;display:inline-block;width:100%;padding:17px 8px 28px}.header-cart__container__title{line-height:16px;color:#fff}.header-cart__container__title:after{content:"";border:none}.header-cart i{position:relative;color:#fff}.header-partner{background:transparent}@media screen and (max-width: 1024px){.header-partner{display:none}}.header-partner__icon-box{height:24px}.header-partner .backdrop{background-color:#000000b3;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1008;visibility:hidden;margin-top:80px}.header-partner .r-header-dropdown__menu{display:none;top:70px}.header-partner .r-header-dropdown__menu-partner{margin-top:10px}.header-partner .r-header-dropdown__portal-list{display:block;padding:8px 0;margin:0}.header-partner .r-header-dropdown__portal-list li{width:100%}.header-partner .r-header-dropdown__portal-list li a{text-align:left;padding:12px 16px;flex-direction:row;align-items:center}.header-partner .r-header-dropdown__portal-list__icon-box{margin-right:8px;color:#fff}.header-partner .r-header-dropdown__portal-list__icon-box img{height:22px;width:22px}.header-partner .r-header-dropdown__portal-list__lbl{color:#fff}.header-partner .r-header-dropdown .r-header__quick-cta-list__box{padding:15px 8px 27px}.header-partner .r-header-dropdown:hover .r-header__quick-cta-list__box{background-color:#001326}.header-partner .r-header-dropdown:hover .r-header__quick-cta-list__box span{color:#fff}.header-partner .r-header-dropdown:hover .r-header__quick-cta-list__box span:after{border-top-color:#fff;transform:rotate(180deg)}.header-partner .r-header-dropdown:hover .backdrop{visibility:visible}.header-partner .r-header-dropdown:hover .backdrop:hover{visibility:hidden}.header-partner .r-header-dropdown:hover .r-header-dropdown__menu{display:block;z-index:1009}.header-partner .r-header-dropdown .r-header__quick-cta-list__lbl:after{transition:all .3s ease-in-out;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #ffffff}.listing-tiles-scroll__header{gap:12px}@media screen and (max-width: 767px){.listing-tiles-scroll__header{justify-content:space-between}}.listing-tiles-scroll__header h2,.listing-tiles-scroll__header .subscription-card-carousel__card__header__plan-title,.listing-tiles-scroll__header .subscription-card-carousel__card__details-title{color:#1a1a1a}.listing-tiles-scroll__items{padding:8px 0}.listing-tiles-scroll__items .items-wrapper{text-align:center;width:auto}.listing-tiles-scroll__items .items-wrapper img{width:100%;max-height:152px;margin-bottom:12px}@media screen and (max-width: 767px){.listing-tiles-scroll__items .items-wrapper img{width:80px;height:80px}}.listing-tiles-scroll__items .items-wrapper__title{color:#1a1a1a}.listing-tiles-scroll__items .items-container{position:relative}.listing-tiles-scroll__items .items-container__nudge{background-color:green;position:absolute;padding:2px 4px;border-radius:2px;font-size:12px;color:#fff;width:fit-content;white-space:nowrap;left:50%;transform:translate(-50%);border:1px solid #ffffff}@media screen and (max-width: 767px){.listing-tiles-scroll__items .items-container__nudge{font-size:10px}}.listing-tiles-scroll__items .items-container__nudge-position-top{top:0}.listing-tiles-scroll__items .items-container__nudge-position-bottom{bottom:10px}@media screen and (max-width: 767px){.listing-tiles-scroll__items .items-container__nudge-position-bottom{bottom:8px}}.listing-tiles-scroll .view-all-cta{padding:8px 0 4px}.listing-tiles-scroll .swiper .swiper-button-next,.listing-tiles-scroll .swiper .swiper-button-prev{bottom:25%}@media screen and (min-width: 1025px){.listing-tiles-scroll.clp-variant img{height:152px;width:152px}}div:has(>section.listing-tiles-scroll-l2-gradient){-webkit-backdrop-filter:blur(var(--listing-tiles-scroll-l2-blur));backdrop-filter:blur(var(--listing-tiles-scroll-l2-blur));background:linear-gradient(var(--listing-tiles-scroll-l2-gradient-direction),var(--listing-tiles-scroll-l2-gradient1),var(--listing-tiles-scroll-l2-gradient2),var(--listing-tiles-scroll-l2-gradient3),var(--listing-tiles-scroll-l2-gradient4))}div:has(>section.listing-tiles-scroll-l2-solid){-webkit-backdrop-filter:blur(var(--listing-tiles-scroll-l2-blur));backdrop-filter:blur(var(--listing-tiles-scroll-l2-blur));background-color:var(--listing-tiles-scroll-l2-gradient1)}div:has(>section.listing-tiles-scroll-l2-image) img.listing-tiles-scroll-l2-image{opacity:var(--listing-tiles-scroll-l2-opacity);filter:blur(var(--listing-tiles-scroll-l2-blur))}section.listing-tiles-scroll.layer-3-theme{-webkit-backdrop-filter:blur(var(--listing-tiles-scroll-l3-blur));backdrop-filter:blur(var(--listing-tiles-scroll-l3-blur))}section.listing-tiles-scroll.layer-3-theme.listing-tiles-scroll-l3-gradient{background:linear-gradient(var(--listing-tiles-scroll-l3-gradient-direction),var(--listing-tiles-scroll-l3-gradient1),var(--listing-tiles-scroll-l3-gradient2),var(--listing-tiles-scroll-l3-gradient3),var(--listing-tiles-scroll-l3-gradient4))}section.listing-tiles-scroll.layer-3-theme.listing-tiles-scroll-l3-solid{background:var(--listing-tiles-scroll-l3-gradient1)}section.listing-tiles-scroll.layer-3-theme.listing-tiles-scroll-l3-image{background-color:unset;position:relative}section.listing-tiles-scroll.layer-3-theme.listing-tiles-scroll-l3-image img.listing-tiles-scroll-l3-image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;opacity:var(--listing-tiles-scroll-l3-opacity);filter:blur(var(--listing-tiles-scroll-l3-blur))}.termsandconditions{min-height:750px}.tnc-body-scroll{overflow-y:hidden}.terms-and-conditions{width:100%;height:100%;flex-direction:column;flex-wrap:nowrap;top:0;position:fixed}.terms-and-conditions__header{background-color:#002953;color:#fff;min-height:50px;display:grid;grid-template-columns:1fr 2.5fr 1fr;flex-shrink:0}@media screen and (min-width: 1025px){.terms-and-conditions__header{min-height:80px}.terms-and-conditions__header h2,.terms-and-conditions__header .subscription-card-carousel__card__header__plan-title,.terms-and-conditions__header .subscription-card-carousel__card__details-title{margin-top:16px}}.terms-and-conditions__header a{color:#fff;margin-top:3px;cursor:pointer}@media screen and (min-width: 1025px){.terms-and-conditions__header a{margin-top:16px}}.terms-and-conditions__content{overflow-y:scroll;max-height:80vh;flex-grow:1;margin-bottom:10px}@media screen and (min-width: 1025px){.terms-and-conditions__content{width:56%;padding:16px 10%;overflow:visible scroll}}.terms-and-conditions__content p{line-height:20px;word-wrap:break-word;color:#4d4d4d}.terms-and-conditions__button{width:100%;height:10vh;flex-shrink:0;position:fixed;bottom:0;background-color:#fff;box-shadow:0 -1px 1px #ccc}@media screen and (min-width: 1025px){.terms-and-conditions__button{width:11%;left:25%;box-shadow:none;margin:0 10%;background:none}}.terms-and-conditions__button a{border-radius:200px;width:100%}.notification-header{background-color:transparent;height:auto}@media screen and (max-width: 767px){.notification-header{padding:14px 8px;order:5}}@media screen and (max-width: 767px){.notification-header{display:flex;justify-content:center}}@media screen and (min-width: 1025px){.notification-header .notification-backdrop{background-color:#000000b3;position:fixed;top:0;left:0;width:100%;height:100%;z-index:1008;visibility:hidden;margin-top:87px}}.notification-header:hover .notification-backdrop{visibility:visible}.notification-header:hover .notification-backdrop:hover{visibility:hidden}.notification-header .r-header__quick-cta-list__icon-box,.notification-header .r-header__quick-cta-list__lbl{color:#fff}.notification-header .r-header-dropdown__menu{transition:all .5s ease-in-out}@media screen and (max-width: 767px){.notification-header .r-header-dropdown__menu{position:fixed;left:100%;top:0}}@media screen and (min-width: 1025px){.notification-header .r-header__quick-cta-list__box{padding:16px 8px 31px}}.notification-header .r-header__quick-cta-list__box i{font-size:24px}.notification-header .unread-dot{background-color:#ff6700}.notification{width:100%;padding-bottom:10px;transition:all .5s ease-in-out;overflow-x:hidden;z-index:1002;position:fixed;height:100vh;left:0;top:0;background-color:#e5eaf7}@media screen and (min-width: 1025px){.notification{position:absolute;width:380px;transform:translate(-43%);height:calc(100vh - 87px);box-shadow:0 0 10px #0003;background-color:#001326;padding:8px}}@media screen and (max-width: 767px){.notification{position:initial}}.notification__title{margin-bottom:0;letter-spacing:.16px;color:#000;line-height:16.59px}.notification__desc{padding-left:20px;line-height:1;letter-spacing:.11px;color:#666}.notification__date{line-height:1.5;color:#666;text-align:right}.notification__empty{display:block}.notification__empty__wrapper{height:calc(100vh - 121px);gap:28px;background-color:#00000014}@media screen and (max-width: 767px){.notification__empty__wrapper{background-color:#e5eaf7;height:calc(100vh - 155px)}}@media screen and (min-width: 1025px){.notification__empty__wrapper{height:calc(100vh - 127px)}}.notification__empty__wrapper .notification__title{color:#fff}@media screen and (max-width: 767px){.notification__empty__wrapper .notification__title{color:#000}}.notification__wrapper{display:block;height:100%;overflow-y:auto;list-style:none;width:100%;scrollbar-gutter:stable both-edges;padding-right:10px;scrollbar-width:thin;scrollbar-color:#d3dae1 transparent}.notification__wrapper::-webkit-scrollbar{width:5px}.notification__wrapper::-webkit-scrollbar-track{background:transparent}.notification__wrapper::-webkit-scrollbar-thumb{border-radius:10px;background-color:#d3dae1}@media screen and (min-width: 1025px){.notification__wrapper{height:100%;padding-left:0}}@media screen and (max-width: 767px){.notification__wrapper{padding:0 5px 10px;margin-top:52px}}.notification__container{position:relative;background-color:#fff;box-shadow:0 0 10px #0003;list-style:none;border-radius:4px;padding:0;text-align:left;margin-right:0}.notification__container:not(:first-child){margin-top:8px}.notification__container>a{display:block}.notification__container.image-data .notification__row__desc{width:313px;padding-bottom:8px;text-align:left}.notification__row{display:flex;justify-content:space-between}@media screen and (max-width: 767px){.notification__row{justify-content:normal}}.notification__row__icon{width:40px;margin-right:12px;height:40px;border:1px solid grey;border-radius:100%;text-align:center;line-height:60px}.notification__row__icon img{height:100%;width:100%}.notification__row__desc{width:270px;line-height:1;padding-right:30px}.notification__row__desc__para{line-height:14px;color:#666;margin-bottom:0;padding-top:2px}@media screen and (max-width: 767px){.notification__row__desc{width:80%;padding-right:10px}}.notification__row__emp{cursor:pointer;position:absolute;right:13px;top:12px;text-align:right;color:#ff6700}.notification__cta-btn{border-top:1px solid #d3dae1;display:flex;justify-content:space-between;align-items:center;list-style:none;margin:0;padding:10px 24px}.notification__cta-btn li a{line-height:1.5;color:#ff6700}.notification.active{width:100%;transition:all .5s ease-in-out}@media screen and (min-width: 1025px){.notification.active{width:406px}}.notification__mobile-title{position:fixed;width:100%;z-index:1;display:block}@media screen and (min-width: 1025px){.notification__mobile-title{display:none}}.notification__mobile-title__block{background-color:#002953;color:#fff;font-family:Rubik-Medium,sans-serif;margin-bottom:0}.notification__mobile-title__block i{padding-left:19px;padding-right:14px}.notification__mobile-title__block span{color:#fff;line-height:48px;width:100%;margin-right:47px;text-align:center}.show .r-header-dropdown__menu{left:0}.listing-tiles-loan-offers h2,.listing-tiles-loan-offers .subscription-card-carousel__card__header__plan-title,.listing-tiles-loan-offers .subscription-card-carousel__card__details-title{color:#1a1a1a}.listing-tiles-loan-offers__items{padding:8px 0;gap:16px;display:flex}@media screen and (max-width: 767px){.listing-tiles-loan-offers__items{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 8px}}.listing-tiles-loan-offers__items .items-wrapper{text-align:center}@media screen and (max-width: 767px){.listing-tiles-loan-offers__items .items-wrapper{width:100%}}.listing-tiles-loan-offers__items .items-wrapper img{width:224px;height:224px;margin-bottom:12px}@media screen and (max-width: 767px){.listing-tiles-loan-offers__items .items-wrapper img{width:100%;height:167px}}.listing-tiles-loan-offers__items .items-wrapper__title{color:#1a1a1a}.listing-tiles-loan-offers__items .items-container{position:relative}.listing-tiles-loan-offers__items .items-container__nudge{background-color:green;position:absolute;padding:2px 4px;border-radius:2px;font-size:12px;color:#fff;width:fit-content;white-space:nowrap;left:50%;transform:translate(-50%);border:1px solid #ffffff}@media screen and (max-width: 767px){.listing-tiles-loan-offers__items .items-container__nudge{font-size:10px}}.listing-tiles-loan-offers__items .items-container__nudge__bottom{bottom:8px}.listing-tiles-loan-offers .view-all-cta{padding:8px 0 4px}div:has(>section.listing-tiles-loan-l2-gradient){-webkit-backdrop-filter:blur(var(--listing-tiles-loan-l2-blur));backdrop-filter:blur(var(--listing-tiles-loan-l2-blur));background:linear-gradient(var(--listing-tiles-loan-l2-gradient-direction),var(--listing-tiles-loan-l2-gradient1),var(--listing-tiles-loan-l2-gradient2),var(--listing-tiles-loan-l2-gradient3),var(--listing-tiles-loan-l2-gradient4))}div:has(>section.listing-tiles-loan-l2-solid){-webkit-backdrop-filter:blur(var(--listing-tiles-loan-l2-blur));backdrop-filter:blur(var(--listing-tiles-loan-l2-blur));background-color:var(--listing-tiles-loan-l2-gradient1)}div:has(>section.listing-tiles-loan-l2-image) img.listing-tiles-loan-l2-image{opacity:var(--listing-tiles-loan-l2-opacity);filter:blur(var(--listing-tiles-loan-l2-blur))}section.listing-tiles-loan-offers.layer-3-theme{-webkit-backdrop-filter:blur(var(--listing-tiles-loan-l3-blur));backdrop-filter:blur(var(--listing-tiles-loan-l3-blur))}section.listing-tiles-loan-offers.layer-3-theme.listing-tiles-loan-l3-gradient{background:linear-gradient(var(--listing-tiles-loan-l3-gradient-direction),var(--listing-tiles-loan-l3-gradient1),var(--listing-tiles-loan-l3-gradient2),var(--listing-tiles-loan-l3-gradient3),var(--listing-tiles-loan-l3-gradient4))}section.listing-tiles-loan-offers.layer-3-theme.listing-tiles-loan-l3-solid{background:var(--listing-tiles-loan-l3-gradient1)}section.listing-tiles-loan-offers.layer-3-theme.listing-tiles-loan-l3-image{background-color:unset;position:relative}section.listing-tiles-loan-offers.layer-3-theme.listing-tiles-loan-l3-image img.listing-tiles-loan-l3-image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;opacity:var(--listing-tiles-loan-l3-opacity);filter:blur(var(--listing-tiles-loan-l3-blur))}body.search-focused .bottom-navigation-mobile{display:none}@media screen and (min-width: 768px){.bottom-navigation-wrapper{display:none}}.bottom-navigation-wrapper .bottom-navigation-mobile{position:fixed;bottom:0;left:0;width:100%;align-items:flex-end;padding-inline:16px;gap:12px;margin-bottom:0;background:#fff;box-shadow:0 0 10px #0003;z-index:108}.bottom-navigation-wrapper .bottom-navigation-mobile__inner{list-style:none;text-align:center;flex:1;max-height:63px}.bottom-navigation-wrapper .bottom-navigation-mobile__inner i{font-size:24px}.bottom-navigation-wrapper .bottom-navigation-mobile__inner__container{padding-block:12px;color:#002953;position:relative}.bottom-navigation-wrapper .bottom-navigation-mobile__inner__container.cart{position:relative}.bottom-navigation-wrapper .bottom-navigation-mobile__inner__container.active:not(.more){color:#ff6700;position:relative}.bottom-navigation-wrapper .bottom-navigation-mobile__inner__container.active:not(.more) i{color:#e55005}.bottom-navigation-wrapper .bottom-navigation-mobile__inner__container.active:not(.more) .cart-count{color:#e55005;position:absolute;right:0;top:7px;left:5px}.bottom-navigation-wrapper .bottom-navigation-mobile__inner__container.active:not(.more):after{content:"";height:3px;border-radius:0 0 4px 4px;background:#ff6700;width:100%;position:absolute;top:0;left:0}.bottom-navigation-wrapper .bottom-navigation-mobile__inner__container.active.more{color:#ff6700;position:relative;padding-block-end:14px}.bottom-navigation-wrapper .bottom-navigation-mobile__inner__container.active.more i{color:#e55005}.bottom-navigation-wrapper .bottom-navigation-mobile__inner__container.active.more:after{content:"";position:absolute;width:100%;border-radius:0 0 45% 45%;background-color:#f2f2f2;box-shadow:none;display:block;z-index:-1;top:0;bottom:7px}.bottom-navigation-wrapper .bottom-navigation-mobile__inner__container .cart-count{color:#002953;position:absolute;right:0;top:7px;left:5px}.bottom-navigation-wrapper .bottom-navigation-mobile__inner--content{display:block;color:#002a53}.bottom-navigation-wrapper .bottom-navigation-mobile__quick-action-modal{height:100%;width:100%;position:fixed;left:0;bottom:0;z-index:10;background-color:#000000b3}.bottom-navigation-wrapper .bottom-navigation-mobile__quick-action-modal--hide-drawer{display:none}.bottom-navigation-wrapper .bottom-navigation-mobile__quick-action-modal__drawer-inner{background:#f2f2f2;padding:16px;text-align:center;position:absolute;bottom:62px;transition:bottom .5s ease-in-out;border-radius:8px 8px 0 0;width:100%}.bottom-navigation-wrapper .bottom-navigation-mobile__quick-action-modal__drawer-inner__drawer-bar{width:88px;height:4px;border-radius:6px;display:inline-block;background:#ccc;margin-bottom:16px}.bottom-navigation-wrapper .bottom-navigation-mobile__quick-action-modal__drawer-inner h2,.bottom-navigation-wrapper .bottom-navigation-mobile__quick-action-modal__drawer-inner .subscription-card-carousel__card__header__plan-title,.bottom-navigation-wrapper .bottom-navigation-mobile__quick-action-modal__drawer-inner .subscription-card-carousel__card__details-title{color:#000}.bottom-navigation-wrapper .bottom-navigation-mobile__quick-action-modal__drawer-inner ul{padding:0;list-style:none;margin:16px 0 5px;gap:12px}.bottom-navigation-wrapper .bottom-navigation-mobile__quick-action-modal__drawer-inner ul li{box-shadow:0 4px 4px #0000001a;background:#fff;border:.25px solid #cccccc;border-radius:8px;flex:1}.bottom-navigation-wrapper .bottom-navigation-mobile__quick-action-modal__drawer-inner ul li a{padding:12px;display:block}.bottom-navigation-wrapper .bottom-navigation-mobile__quick-action-modal__drawer-inner ul li a img{height:28px;width:28px}.bottom-navigation-wrapper .bottom-navigation-mobile .active.bottom-navigation__inner__container{color:#e55005;position:relative}.bottom-navigation-wrapper .bottom-navigation-mobile .active.bottom-navigation__inner__container:after{content:"";height:3px;border-radius:0 0 4px 4px;background:#ff6700;width:100%;position:absolute;top:0;left:0}.bottom-navigation-wrapper .bottom-navigation-mobile:has(.active.more){box-shadow:none}.bottom-navigation-wrapper .hamburger-menu{position:fixed;z-index:5;top:0;bottom:63px;background:#fff;width:100%;padding:0}.bottom-navigation-wrapper .hamburger-menu__title{background-color:#002953;color:#fff;margin-bottom:0}.bottom-navigation-wrapper .hamburger-menu__title i{padding-left:19px;padding-right:14px}.bottom-navigation-wrapper .hamburger-menu__title span{color:#fff;line-height:48px;width:100%;margin-right:47px;text-align:center}.bottom-navigation-wrapper .hamburger-menu .details-wrapper{width:100%}.bottom-navigation-wrapper .hamburger-menu .details-wrapper a{margin-top:16px;color:#1a1a1a}.bottom-navigation-wrapper .hamburger-menu .details-wrapper i{font-weight:600;transition:all .3s;margin-left:auto}.bottom-navigation-wrapper .hamburger-menu .details-wrapper .details{color:#1a1a1a;border:1px solid #aaa;border-radius:4px;background-color:#fff;margin-bottom:10px}.bottom-navigation-wrapper .hamburger-menu .details-wrapper .details .language_dropdown-item{color:#1a2734;vertical-align:text-top}.bottom-navigation-wrapper .hamburger-menu .details-wrapper .details .sidebar-menu__item{color:#666;padding-left:0;padding-bottom:0}.bottom-navigation-wrapper .hamburger-menu .details-wrapper .details .language-item{gap:8px;min-height:17px}.bottom-navigation-wrapper .hamburger-menu .details-wrapper .details .language-item input.custom-radio{width:16px;height:16px;margin:0}.bottom-navigation-wrapper .hamburger-menu .details-wrapper .details .language-item input.custom-radio:after{outline:1px solid #999999}.bottom-navigation-wrapper .hamburger-menu .details-wrapper .details .language-item input.custom-radio:checked:after{height:5px;width:5px;outline:1px solid #f36700}.bottom-navigation-wrapper .hamburger-menu .details-wrapper .details i:first-of-type{margin-left:0}.bottom-navigation-wrapper .hamburger-menu .details-wrapper .details i:last-of-type{margin-left:auto}.bottom-navigation-wrapper .hamburger-menu .details-wrapper .cta-link{margin-top:0}.bottom-navigation-wrapper .hamburger-menu .details-wrapper details[open] summary>i{transform:rotate(180deg)}.bottom-navigation-wrapper .hamburger-menu .details-wrapper summary::-webkit-details-marker{display:none}.bottom-navigation-wrapper .hamburger-menu .chicklet{padding:12px 16px;gap:10px;width:100%;flex-wrap:wrap;max-height:calc(100% - 131px);overflow-y:scroll}.bottom-navigation-wrapper .hamburger-menu .chicklet::-webkit-scrollbar{display:none}.bottom-navigation-wrapper .hamburger-menu .chicklet .chicklet-grid{display:grid;grid-template-columns:1fr;width:100%;row-gap:12px;padding-bottom:12px}.bottom-navigation-wrapper .hamburger-menu .chicklet .chicklet-grid-wrapper{display:grid;grid-template-columns:1fr 1fr 1fr;grid-column-start:1;column-gap:8px;row-gap:12px;transition:all .3s ease-in-out}.bottom-navigation-wrapper .hamburger-menu .chicklet .chicklet-card{position:relative;transition:all .3s ease-in-out}.bottom-navigation-wrapper .hamburger-menu .chicklet .chicklet-card__background-img{border-radius:4px;width:100%;max-width:109px;max-height:170px;min-height:100px;box-shadow:0 0 10px #00000026;border:1px solid #cccccc}.bottom-navigation-wrapper .hamburger-menu .chicklet .chicklet-card__background-img img{height:100%;width:100%}.bottom-navigation-wrapper .hamburger-menu .chicklet .chicklet-card__image{border:1px solid #000000}.bottom-navigation-wrapper .hamburger-menu .chicklet .chicklet-card__label{position:absolute;top:0;color:#1a1a1a;padding:12px 4px 0 8px;line-height:20px;max-width:109px}.bottom-navigation-wrapper .hamburger-menu .chicklet .chicklet-dropdown{width:100%;grid-row-start:2;grid-column-start:1;grid-column-end:-1;z-index:2}.bottom-navigation-wrapper .hamburger-menu .chicklet .chicklet-dropdown.hide{display:none}.bottom-navigation-wrapper .hamburger-menu .chicklet .chicklet-dropdown__wrapper{display:grid;grid-template-rows:1fr}.bottom-navigation-wrapper .hamburger-menu .chicklet .chicklet-dropdown__wrapper-list{border:1px solid #cccccc;border-radius:4px;background:#fff;padding:.75rem;gap:8px;margin-bottom:0;box-shadow:0 0 10px #0003}.bottom-navigation-wrapper .hamburger-menu .chicklet .chicklet-dropdown__wrapper-item{list-style:none}.bottom-navigation-wrapper .hamburger-menu .chicklet .chicklet-dropdown__wrapper-item__link{gap:1rem;color:#1a1a1a}.bottom-navigation-wrapper .hamburger-menu .chicklet .chicklet-dropdown__wrapper-item__img{height:2.75rem}.bottom-navigation-wrapper .hamburger-menu .chicklet .social-wrapper{gap:8px}.bottom-navigation-wrapper .hamburger-menu .chicklet .social-wrapper__image-container{gap:20px}.bottom-navigation-wrapper .hamburger-menu .chicklet .social-wrapper__social-icon{height:32px;width:32px}.bottom-navigation-wrapper .hamburger-menu .chicklet .social-wrapper__link-social{height:32px;margin-top:0}.bottom-navigation-wrapper .hamburger-menu .chicklet .social-wrapper__title{color:#1a1a1a}.bottom-navigation-wrapper .hamburger-menu .cross-sell-links{position:fixed;bottom:70px;width:100%;gap:8px;padding:12px 16px;border-radius:10px 10px 0 0;background-color:#fff;box-shadow:0 0 10px #0003;overflow-x:auto}.bottom-navigation-wrapper .hamburger-menu .cross-sell-links .link-item{padding:8px;border-radius:5px;border:1px solid #ccc;min-width:max-content;color:#002953;flex:1;text-align:center}.sign-in-strip.resume-strip .sign-in-strip-info__details h2,.sign-in-strip.resume-strip .sign-in-strip-info__details .subscription-card-carousel__card__header__plan-title,.sign-in-strip.resume-strip .sign-in-strip-info__details .subscription-card-carousel__card__details-title,.sign-in-strip.resume-strip .sign-in-strip-info__details span{color:#1a1a1a}.sign-in-strip.resume-strip .sign-in-strip-info__details span p{font-size:inherit}.feature-and-benefits{border-bottom:1px solid #cccccc}@media screen and (max-width: 1024px){.feature-and-benefits{padding:12px 16px}}.feature-and-benefits__title{line-height:21px;margin-bottom:12px}.feature-and-benefits__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}@media screen and (min-width: 1025px){.feature-and-benefits__cards{display:none}}@media screen and (max-width: 1024px){.feature-and-benefits__carousel{display:none}}.feature-and-benefits .carousel-style .swiper-wrap-container .swiper-button-prev{left:0}.feature-and-benefits .carousel-style .swiper-wrap-container .swiper-button-next{right:0}.card{position:relative;perspective:150rem;height:140px;box-sizing:border-box}.card__side{cursor:pointer;padding:2px;border-radius:4px;border:1px solid #cccccc;backface-visibility:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;overflow:hidden}@media screen and (max-width: 1024px){.card__side{padding:12px 6px}}.card__side--front{background-color:#fff}.card__side--back{background-color:#fff5da;transform:rotateY(180deg)}.card--active .card__side--front{transform:rotateY(-180deg)}.card--active .card__side--back{transform:rotateY(0)}.card__icon{margin-bottom:10px;height:48px;width:48px}.card__title{line-height:17px}.card__subtitle{line-height:14px}.card__description{line-height:14px;color:#070808}.feature-and-benefits-tiles .swiper-wrapper .card{height:89px}.feature-and-benefits-tiles .swiper-wrapper .card__side{padding:6px}.feature-and-benefits-tiles .swiper-wrapper .card__side .card__icon{margin-bottom:0}.feature-and-benefits-tiles .swiper-wrapper .card__side img{height:45px;width:45px}.absolute-pos{position:absolute}.hero-features{padding:0}.hero-features .modal-open{overflow:hidden}.hero-features .modal-open .overlay{visibility:visible;display:block}.hero-features__wrapper{border-bottom:1px solid #cccccc;padding:16px}.hero-features__wrapper__container{cursor:pointer;gap:24px}@media screen and (max-width: 767px){.hero-features__wrapper__container{gap:12px}}.hero-features__wrapper__container img{height:40px;width:40px}.hero-features__wrapper__container__title{margin-left:-10px;color:#000}@media screen and (max-width: 767px){.hero-features__wrapper__container__title{margin-left:0}}.hero-features-modal .a11y-screen-reader{height:1px;width:1px;position:absolute;overflow:hidden;top:-10px}.hero-features-modal__title{color:#1a1a1a}.hero-features-modal__wrapper{border-radius:10px 10px 0 0;padding:16px;position:fixed;left:0;bottom:0;width:100%;z-index:10000;gap:20px;background-color:#fff}.hero-features-modal__wrapper .bf-icon-close{top:1rem;right:1rem;color:#ff6700;cursor:pointer}@media screen and (max-width: 767px){.hero-features-modal__wrapper .bf-icon-close{right:1rem;top:1rem;margin-bottom:-16px}}@media screen and (min-width: 1025px){.hero-features-modal__wrapper{border-radius:4px;padding:12px 16px;width:405.41px;top:50%;left:50%;bottom:inherit;transform:translate(-50%,-50%)}}.hero-features-modal__inner-wrapper{border:1px solid #d3dae1;padding:12px 16px;margin:0 20px;border-radius:4px;gap:24px}@media screen and (max-width: 767px){.hero-features-modal__inner-wrapper{margin:0 4px;gap:12px}}.hero-features-modal__content{gap:4px}@media screen and (max-width: 767px){.hero-features-modal__content{flex-direction:row;gap:12px}}.hero-features-modal__content .hero-features-modal__text{flex:1}.hero-features-modal__content .hero-features-modal__text .hero-features-modal__title{color:#1a1a1a;margin-bottom:2px;flex:1}.hero-features-modal__content .hero-features-modal__text .hero-features-modal__description{margin-top:2px}.hero-features-modal__content .hero-features-modal__text p{color:#666;font-size:12px}.hero-features-modal__content .hero-features-modal__image{flex-shrink:0;width:40px;height:40px;margin-right:12px}@media screen and (max-width: 767px){.hero-features-modal__content .hero-features-modal__image{margin-right:4px}}.hero-features-modal__content img{width:100%;height:100%;object-fit:contain}.hero-features-modal--cta-button-wrapper{margin-top:8px}.hero-features-modal--cta-button-wrapper button{padding:0 32px;width:200px;height:40px}.listing-cards{padding:16px}@media screen and (max-width: 1024px){.listing-cards{padding:12px 16px}}.listing-cards__header{gap:12px}@media screen and (max-width: 1024px){.listing-cards__header{justify-content:space-between}}.listing-cards__header h3{color:#1a1a1a}.listing-cards__items{padding:12px 0}@media screen and (max-width: 1024px){.listing-cards__items{flex-wrap:wrap;gap:8px 0px}}.listing-cards__items .items-wrapper img{width:181px;height:152px}@media screen and (max-width: 1024px){.listing-cards__items .items-wrapper img{width:104px;height:104px}}.listing-cards__items .items-container{position:relative}.listing-cards__items .items-container__nudge{position:absolute;padding:4px 8px;border-radius:4px;color:#fff;background-color:#00b500;white-space:nowrap;width:95px;height:14px}.listing-cards__items .items-container__nudge.top{margin-top:18px}.listing-cards__items .items-container__nudge.bottom{margin-top:115px}@media screen and (max-width: 1024px){.listing-cards__items .items-container__nudge{display:flex;justify-content:center;width:71px;height:12px}.listing-cards__items .items-container__nudge.top{margin-top:7.5px}.listing-cards__items .items-container__nudge.bottom{margin-top:78px}}.listing-cards__item{gap:4px}.listing-cards__item .swiper-slide{height:auto}.listing-cards__item__title{color:#222f3f;height:100%;white-space:wrap;margin:0 2px}@media screen and (max-width: 767px){.listing-cards__item{max-width:33%}}.listing-cards .view-all-cta{padding:8px 0 4px}.listing-cards .swiper:not(.swiper-initialized) .swiper-slide{margin-right:0}.reviews-container .about-us-text{margin-bottom:8px;font-size:18px;color:#222f3f}.reviews-container .review-wrap{display:flex;flex-direction:row;align-items:center;justify-content:center;background-color:#f2f4fb;gap:16px;height:47px}@media screen and (max-width: 1024px){.reviews-container .review-wrap{flex-direction:row;justify-content:center}}@media screen and (max-width: 767px){.reviews-container .review-wrap{height:41px;display:flex;justify-content:space-evenly;align-items:center;gap:8px}}.reviews-container .review-wrap .review-text-wrap{display:flex;justify-content:center;align-items:center;flex-direction:row;gap:8px}@media screen and (max-width: 767px){.reviews-container .review-wrap .review-text-wrap{font-size:14px;flex-direction:column;gap:3px}}.reviews-container .review-wrap .review-text-wrap .rating-text{font-size:16px;color:#002953}@media screen and (max-width: 1024px){.reviews-container .review-wrap .review-text-wrap .rating-text{font-size:14px}}.reviews-container .review-wrap .review-text-wrap .cutomers-text{font-size:12px;color:#002953}@media screen and (max-width: 1024px){.reviews-container .review-wrap .review-text-wrap .cutomers-text{font-size:8px;text-wrap:nowrap}}.reviews-container .review-wrap .review-text-wrap .rating-content{gap:5px}.reviews-container .review-wrap .review-text-wrap .rating-star{font-size:14px}.reviews-container .review-wrap .review-text-wrap .rating-star:before{background:-webkit-linear-gradient(270deg,#feb902 0%,#ffdf43 98%);background-clip:border-box;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.reviews-container .review-wrap .rating{gap:5px}@media screen and (max-width: 1024px){.reviews-container .review-wrap .rating{justify-content:center;flex-wrap:wrap}}.reviews-container .review-wrap .vertical-border{width:1px;height:24px;border:1px solid #cccccc}.reviews-container .reviews-carousel-banner{padding-top:8px}@media screen and (max-width: 767px){.reviews-container .reviews-carousel-banner{flex-direction:column}}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper{object-fit:contain}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper{height:160px;width:calc(100% + 24px)}@media screen and (max-width: 1024px){.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper{width:calc(100% + 16px)}}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide{position:relative}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .content-wrap{height:100%;background-color:#fafafa;padding:12px;border-radius:4px;display:flex;flex-direction:column;gap:8px}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .content-wrap .img-container{display:flex;align-items:center;gap:12px}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .content-wrap .img-container .icon{width:30px;height:30px;border-radius:50%}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .content-wrap .img-container .icon img{width:30px;height:30px;border-radius:50%;object-fit:cover}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .content-wrap .img-container .name-wrap{width:30px;height:30px;border-radius:50%;background:#666;color:#fafafa;font-size:20px}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .content-wrap .img-container .profile-rate-wrap{width:100%;align-items:flex-start}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .content-wrap .img-container .profile-rate-wrap .profile-name-container{display:flex;flex-direction:column;gap:4px}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .content-wrap .img-container .profile-rate-wrap .profile-name-container .profile-name{font-size:12px;color:#000}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .content-wrap .img-container .profile-rate-wrap .profile-name-container .date-review{color:#666;font-size:10px}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .content-wrap .img-container .profile-rate-wrap .ratings-container{gap:4px}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .content-wrap .img-container .profile-rate-wrap .ratings-container__star{font-size:12px}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .content-wrap .img-container .profile-rate-wrap .ratings-container__star:before{background:-webkit-linear-gradient(270deg,#feb902 0%,#ffdf43 98%);background-clip:border-box;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .content-wrap .description-text p{font-size:12px;color:#000;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:6;-webkit-box-orient:vertical;line-height:16px}@media screen and (max-width: 1024px){.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide{width:100%}}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper .swiper-wrapper .active{opacity:.6}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper .swiper-button-next{border-radius:8px 0 0 8px;right:0}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper .swiper-button-prev{border-radius:0 8px 8px 0;left:0}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper .swiper-button-next,.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper .swiper-button-prev{width:40px;height:42px;background:#fff;display:flex;justify-content:center;align-items:center;box-shadow:0 0 10px #0003;font-weight:900;visibility:hidden}@media screen and (max-width: 767px){.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper .swiper-button-next,.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper .swiper-button-prev{display:none}}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper .swiper-button-next.swiper-button-disabled,.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper .swiper-button-prev.swiper-button-disabled{opacity:0}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper .swiper-button-next:after,.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper .swiper-button-prev:after{font-size:16px;color:#ff6700}@media screen and (max-width: 1024px){.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper .reviews-carousel-banner-next{display:none}}@media screen and (max-width: 1024px){.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper .reviews-carousel-banner-prev{display:none}}.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper:hover .swiper-button-next,.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper:hover .swiper-button-prev{visibility:visible}.reviews-container .reviews-carousel-banner .slide-container{display:block;width:78%;position:relative}.reviews-container .reviews-carousel-banner .slide-container img{height:275px;width:100%}@media screen and (min-width: 1025px){.reviews-container .reviews-carousel-banner .active-slide{display:block}}@media screen and (min-width: 1025px){.reviews-container .reviews-carousel-banner__image{height:64px;width:101px}}@media screen and (max-width: 767px){.ratings-container{padding-left:1rem}}.ratings-container .rating-text{color:#0f1111;font-size:14px}.ratings-container .ratings-wrap{margin:2px 4px 4px;gap:4px}.ratings-container .ratings-wrap__star{font-size:17px}.ratings-container .ratings-wrap__star:before{color:#ffa41c}.cmp-ctawithtext{display:flex;justify-content:center;align-items:center;padding:12px;border-radius:4px;background:linear-gradient(129.88deg,#fff6de 17.06%,#ffe8ac 79.93%);flex-direction:column;text-align:center;gap:12px}.cmp-ctawithtext h2,.cmp-ctawithtext .subscription-card-carousel__card__header__plan-title,.cmp-ctawithtext .subscription-card-carousel__card__details-title{line-height:18.96px;color:#1a1a1a;text-align:center;font-weight:500}.small-text .cmp-ctawithtext h2,.small-text .cmp-ctawithtext .subscription-card-carousel__card__header__plan-title,.small-text .cmp-ctawithtext .subscription-card-carousel__card__details-title{font-size:.875rem}@media screen and (min-width: 768px){.small-text .cmp-ctawithtext h2,.small-text .cmp-ctawithtext .subscription-card-carousel__card__header__plan-title,.small-text .cmp-ctawithtext .subscription-card-carousel__card__details-title{font-size:.875rem}}.medium-text .cmp-ctawithtext h2,.medium-text .cmp-ctawithtext .subscription-card-carousel__card__header__plan-title,.medium-text .cmp-ctawithtext .subscription-card-carousel__card__details-title{font-size:1rem}@media screen and (min-width: 768px){.medium-text .cmp-ctawithtext h2,.medium-text .cmp-ctawithtext .subscription-card-carousel__card__header__plan-title,.medium-text .cmp-ctawithtext .subscription-card-carousel__card__details-title{font-size:1rem}}.large-text .cmp-ctawithtext h2,.large-text .cmp-ctawithtext .subscription-card-carousel__card__header__plan-title,.large-text .cmp-ctawithtext .subscription-card-carousel__card__details-title{font-size:1.125rem}@media screen and (min-width: 768px){.large-text .cmp-ctawithtext h2,.large-text .cmp-ctawithtext .subscription-card-carousel__card__header__plan-title,.large-text .cmp-ctawithtext .subscription-card-carousel__card__details-title{font-size:1.125rem}}.cmp-ctawithtext h2,.cmp-ctawithtext .subscription-card-carousel__card__header__plan-title,.cmp-ctawithtext .subscription-card-carousel__card__details-title{font-size:1rem}@media screen and (min-width: 768px){.cmp-ctawithtext h2,.cmp-ctawithtext .subscription-card-carousel__card__header__plan-title,.cmp-ctawithtext .subscription-card-carousel__card__details-title{font-size:1rem}}@media screen and (min-width: 1025px){.cmp-ctawithtext h2,.cmp-ctawithtext .subscription-card-carousel__card__header__plan-title,.cmp-ctawithtext .subscription-card-carousel__card__details-title{line-height:23.7px}.small-text .cmp-ctawithtext h2,.small-text .cmp-ctawithtext .subscription-card-carousel__card__header__plan-title,.small-text .cmp-ctawithtext .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .cmp-ctawithtext h2,.small-text .cmp-ctawithtext .subscription-card-carousel__card__header__plan-title,.small-text .cmp-ctawithtext .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.medium-text .cmp-ctawithtext h2,.medium-text .cmp-ctawithtext .subscription-card-carousel__card__header__plan-title,.medium-text .cmp-ctawithtext .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .cmp-ctawithtext h2,.medium-text .cmp-ctawithtext .subscription-card-carousel__card__header__plan-title,.medium-text .cmp-ctawithtext .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px){.large-text .cmp-ctawithtext h2,.large-text .cmp-ctawithtext .subscription-card-carousel__card__header__plan-title,.large-text .cmp-ctawithtext .subscription-card-carousel__card__details-title{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .cmp-ctawithtext h2,.large-text .cmp-ctawithtext .subscription-card-carousel__card__header__plan-title,.large-text .cmp-ctawithtext .subscription-card-carousel__card__details-title{font-size:1.375rem}}@media screen and (min-width: 1025px){.cmp-ctawithtext h2,.cmp-ctawithtext .subscription-card-carousel__card__header__plan-title,.cmp-ctawithtext .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.cmp-ctawithtext h2,.cmp-ctawithtext .subscription-card-carousel__card__header__plan-title,.cmp-ctawithtext .subscription-card-carousel__card__details-title{font-size:1.25rem}}.cmp-ctawithtext p{line-height:16px;text-align:center;color:#666}.small-text .cmp-ctawithtext p{font-size:.625rem}@media screen and (min-width: 768px){.small-text .cmp-ctawithtext p{font-size:.625rem}}.medium-text .cmp-ctawithtext p{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .cmp-ctawithtext p{font-size:.75rem}}.large-text .cmp-ctawithtext p{font-size:.875rem}@media screen and (min-width: 768px){.large-text .cmp-ctawithtext p{font-size:.875rem}}.cmp-ctawithtext p{font-size:.75rem}@media screen and (min-width: 768px){.cmp-ctawithtext p{font-size:.75rem}}@media screen and (min-width: 1025px){.cmp-ctawithtext p{line-height:24px}.small-text .cmp-ctawithtext p{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .cmp-ctawithtext p{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .cmp-ctawithtext p{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .cmp-ctawithtext p{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .cmp-ctawithtext p{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .cmp-ctawithtext p{font-size:1.125rem}}@media screen and (min-width: 1025px){.cmp-ctawithtext p{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.cmp-ctawithtext p{font-size:1rem}}.cmp-ctawithtext a{border:none;line-height:18px;font-weight:500;padding:12px 59.5px;text-transform:none}.small-text .cmp-ctawithtext a{font-size:.75rem}@media screen and (min-width: 768px){.small-text .cmp-ctawithtext a{font-size:.75rem}}.medium-text .cmp-ctawithtext a{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .cmp-ctawithtext a{font-size:.875rem}}.large-text .cmp-ctawithtext a{font-size:1rem}@media screen and (min-width: 768px){.large-text .cmp-ctawithtext a{font-size:1rem}}.cmp-ctawithtext a{font-size:.875rem}@media screen and (min-width: 768px){.cmp-ctawithtext a{font-size:.875rem}}.cmp-ctawithtext__horizontal{flex-direction:row;gap:0px;background:linear-gradient(to right,#cceff4,#96e0eb);padding:12px 16px}@media screen and (min-width: 1025px){.cmp-ctawithtext__horizontal{border-radius:0}}.cmp-ctawithtext__horizontal img{width:36px;margin-right:8px}.cmp-ctawithtext__horizontal h2,.cmp-ctawithtext__horizontal .subscription-card-carousel__card__header__plan-title,.cmp-ctawithtext__horizontal .subscription-card-carousel__card__details-title{line-height:16px;font-weight:500;color:#1a1a1a}.small-text .cmp-ctawithtext__horizontal h2,.small-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__header__plan-title,.small-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__details-title{font-size:.625rem}@media screen and (min-width: 768px){.small-text .cmp-ctawithtext__horizontal h2,.small-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__header__plan-title,.small-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__details-title{font-size:.625rem}}.medium-text .cmp-ctawithtext__horizontal h2,.medium-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__header__plan-title,.medium-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__details-title{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .cmp-ctawithtext__horizontal h2,.medium-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__header__plan-title,.medium-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__details-title{font-size:.75rem}}.large-text .cmp-ctawithtext__horizontal h2,.large-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__header__plan-title,.large-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__details-title{font-size:.875rem}@media screen and (min-width: 768px){.large-text .cmp-ctawithtext__horizontal h2,.large-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__header__plan-title,.large-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__details-title{font-size:.875rem}}.cmp-ctawithtext__horizontal h2,.cmp-ctawithtext__horizontal .subscription-card-carousel__card__header__plan-title,.cmp-ctawithtext__horizontal .subscription-card-carousel__card__details-title{font-size:.75rem}@media screen and (min-width: 768px){.cmp-ctawithtext__horizontal h2,.cmp-ctawithtext__horizontal .subscription-card-carousel__card__header__plan-title,.cmp-ctawithtext__horizontal .subscription-card-carousel__card__details-title{font-size:.75rem}}@media screen and (min-width: 1025px){.cmp-ctawithtext__horizontal h2,.cmp-ctawithtext__horizontal .subscription-card-carousel__card__header__plan-title,.cmp-ctawithtext__horizontal .subscription-card-carousel__card__details-title{line-height:18.96px;height:19px}.small-text .cmp-ctawithtext__horizontal h2,.small-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__header__plan-title,.small-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__details-title{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .cmp-ctawithtext__horizontal h2,.small-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__header__plan-title,.small-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__details-title{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .cmp-ctawithtext__horizontal h2,.medium-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__header__plan-title,.medium-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__details-title{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .cmp-ctawithtext__horizontal h2,.medium-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__header__plan-title,.medium-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__details-title{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .cmp-ctawithtext__horizontal h2,.large-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__header__plan-title,.large-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .cmp-ctawithtext__horizontal h2,.large-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__header__plan-title,.large-text .cmp-ctawithtext__horizontal .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.cmp-ctawithtext__horizontal h2,.cmp-ctawithtext__horizontal .subscription-card-carousel__card__header__plan-title,.cmp-ctawithtext__horizontal .subscription-card-carousel__card__details-title{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.cmp-ctawithtext__horizontal h2,.cmp-ctawithtext__horizontal .subscription-card-carousel__card__header__plan-title,.cmp-ctawithtext__horizontal .subscription-card-carousel__card__details-title{font-size:1rem}}.cmp-ctawithtext__horizontal p{line-height:11.85px;color:#1a1a1a}.small-text .cmp-ctawithtext__horizontal p{font-size:.5rem}@media screen and (min-width: 768px){.small-text .cmp-ctawithtext__horizontal p{font-size:.5rem}}.medium-text .cmp-ctawithtext__horizontal p{font-size:.625rem}@media screen and (min-width: 768px){.medium-text .cmp-ctawithtext__horizontal p{font-size:.625rem}}.large-text .cmp-ctawithtext__horizontal p{font-size:.75rem}@media screen and (min-width: 768px){.large-text .cmp-ctawithtext__horizontal p{font-size:.75rem}}.cmp-ctawithtext__horizontal p{font-size:.625rem}@media screen and (min-width: 768px){.cmp-ctawithtext__horizontal p{font-size:.625rem}}@media screen and (min-width: 1025px){.cmp-ctawithtext__horizontal p{line-height:16px}.small-text .cmp-ctawithtext__horizontal p{font-size:.625rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .cmp-ctawithtext__horizontal p{font-size:.625rem}}@media screen and (min-width: 1025px){.medium-text .cmp-ctawithtext__horizontal p{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .cmp-ctawithtext__horizontal p{font-size:.75rem}}@media screen and (min-width: 1025px){.large-text .cmp-ctawithtext__horizontal p{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .cmp-ctawithtext__horizontal p{font-size:.875rem}}@media screen and (min-width: 1025px){.cmp-ctawithtext__horizontal p{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.cmp-ctawithtext__horizontal p{font-size:.75rem}}.cmp-ctawithtext__horizontal .cmp-ctawithtext--content{flex:1}.cmp-ctawithtext__horizontal .cmp-ctawithtext--content h2,.cmp-ctawithtext__horizontal .cmp-ctawithtext--content .subscription-card-carousel__card__header__plan-title,.cmp-ctawithtext__horizontal .cmp-ctawithtext--content .subscription-card-carousel__card__details-title,.cmp-ctawithtext__horizontal .cmp-ctawithtext--content p{text-align:left}.cmp-ctawithtext__horizontal a{color:#ff6700;border:none;line-height:16px;font-weight:500;padding:4px 12px;text-transform:none}.small-text .cmp-ctawithtext__horizontal a{font-size:.625rem}@media screen and (min-width: 768px){.small-text .cmp-ctawithtext__horizontal a{font-size:.625rem}}.medium-text .cmp-ctawithtext__horizontal a{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .cmp-ctawithtext__horizontal a{font-size:.75rem}}.large-text .cmp-ctawithtext__horizontal a{font-size:.875rem}@media screen and (min-width: 768px){.large-text .cmp-ctawithtext__horizontal a{font-size:.875rem}}.cmp-ctawithtext__horizontal a{font-size:.75rem}@media screen and (min-width: 768px){.cmp-ctawithtext__horizontal a{font-size:.75rem}}.title-with-description-and-icon img{display:block;height:18px;width:18px;margin-right:6px;margin-top:3px}.title-with-description-and-icon h2,.title-with-description-and-icon .subscription-card-carousel__card__header__plan-title,.title-with-description-and-icon .subscription-card-carousel__card__details-title{margin-bottom:2px;color:#1a1a1a}.title-with-description-and-icon p{color:#000;max-width:500px}.campaign-header{background:#002953;color:#fff;width:100%;min-height:60px;position:fixed;left:0;top:0;z-index:99;padding:8px 16px}.campaign-header .btn--border:hover{background-image:none;color:#ff6700}.campaign-header__partnername{color:#fff;font-size:18px;max-width:50ch;text-wrap:nowrap}@media screen and (max-width: 767px){.campaign-header__partnername{font-size:12px}}.campaign-header__partnerdetails{justify-content:end}.campaign-header__partnerdetails p{color:#dedede;font-size:16px}@media screen and (max-width: 767px){.campaign-header__partnerdetails p{font-size:10px}}.campaign-header.form-variation{padding:10px 16px;min-height:60px}@media screen and (min-width: 1025px){.campaign-header.form-variation{padding:16px 60px;height:64px}}.campaign-header__back-btn{font-size:21px;cursor:pointer}@media screen and (min-width: 1025px){.campaign-header{padding:12px 24px;min-height:68px}}.campaign-header .separator-header-line{padding-top:0}.campaign-header .campaign-header-title{width:100vw}.campaign-header__logo{cursor:pointer;width:73.5px;height:32px}.campaign-header-logo{background:#002953;color:#fff;width:100%;min-height:32px;position:fixed;left:0;top:0;z-index:100;padding:8px 16px}@media screen and (min-width: 1025px){.campaign-header-logo{padding:0 60px;min-height:87px}}.campaign-header-logo__logo{width:73.5px;height:32px}.microsite .separator-header-line{padding-top:0}.microsite__back-btn{font-size:21px;cursor:pointer}.microsite .campaign-header-title{width:100vw}.microsite__header-logo-box{gap:20px}.microsite__campaign-header-logodesktop{height:32px;width:81px;cursor:pointer}.microsite__campaign-header-logomobile{width:32px;height:32px}.description-with-steps{padding:16px;margin:0;border:1px solid #cccccc}@media screen and (min-width: 1025px){.description-with-steps{border-radius:4px;margin:16px 0}}.description-with-steps.description-with-steps-popup{background:linear-gradient(130deg,#baebff 15.44%,#cdd5ff 93.15%);border:none}.description-with-steps .modal__content{z-index:10000;left:0}@media screen and (min-width: 1025px){.description-with-steps .modal__content{width:375px;left:50%;top:50%;transform:translate(-50%,-50%)}}.description-with-steps .bf-icon-close{top:1rem;right:1rem;color:#ff6700;cursor:pointer;margin-bottom:4px}.description-with-steps .btn{height:40px;gap:10px;padding:6px 62px}.description-with-steps__title{margin-bottom:20px}@media screen and (max-width: 767px){.description-with-steps__title{margin-bottom:12px}}@media screen and (max-width: 767px){.description-with-steps__wrapper{justify-content:center}}.description-with-steps__container{position:relative}.description-with-steps__container__content p{color:#1a1a1a}.description-with-steps__container.popup-variation{width:80px;text-align:center;align-items:center;cursor:pointer}.description-with-steps__container.popup-variation__steps{padding-left:0}.description-with-steps__container__step{padding-top:1px;width:21px;height:21px;border-radius:100%;background-color:#1778eb;border:2px solid #1778eb;margin-right:8px;color:#fff}.description-with-steps__container__step.step{padding-left:5px}.description-with-steps__container__description{margin-left:28px;margin-bottom:16px}.description-with-steps__container__description p{color:#1a1a1a}.description-with-steps__container__line{border-radius:2px;position:absolute;border:1px dashed #9fc8f7}.description-with-steps__container__line.line{height:50px;top:21px;left:9px}.description-with-steps__container__line.popup-variation-line{width:60px;top:9px;left:47px}.page-loader{position:fixed;top:0;left:0;height:100vh;width:100vw;z-index:1004;background-color:#fff}.page-loader__inner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center}.page-loader__inner__top *{color:#002953}.page-loader__inner__bottom *{color:#1a1a1a}.page-loader__loader{width:109px;margin:24px 0;aspect-ratio:1;border-radius:50%;background:radial-gradient(farthest-side,#ff6802 94%,#0000) top/0px 0px no-repeat,conic-gradient(#0000,#ff6802);-webkit-mask:radial-gradient(farthest-side,rgba(0,0,0,0) calc(100% - 6px),#000 0);mask:radial-gradient(farthest-side,rgba(0,0,0,0) calc(100% - 6px),#000 0);animation:l13 1s infinite linear}@keyframes l13{to{transform:rotate(1turn)}}.tracker{background-color:#fff}.tracker ul{overflow-y:auto;padding:20px 0}.tracker ul::-webkit-scrollbar{display:none}@media screen and (max-width: 767px){.tracker ul{padding:8px 0}}.tracker ul li{min-width:135px;position:relative}.tracker ul li.active span{background-color:#fff;border-color:#2680eb}.tracker ul li.active span:before{content:"";background-color:#2680eb}.tracker ul li.active p{color:#1a1a1a}.tracker ul li.completed span{background-color:#fff;border-color:#2680eb}.tracker ul li.completed span:before{content:"";color:#2680eb;font-size:12px;font-family:icomoon,sans-serif;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tracker ul li.completed p{color:#1a1a1a}.tracker ul li.incomplete span{background-color:#f2f2f2;border:none}.tracker ul li.incomplete span:before{content:"";color:#ccc;padding:1.5px 0 0 3px;font-size:8px;font-family:icomoon,sans-serif;line-height:1.2;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.tracker ul li.incomplete p{color:#1a1a1a}.tracker ul li:not(:last-child):before{content:"";position:absolute;top:8px;left:81px;width:108px;height:1px;background-color:#ccc}.tracker ul li span{border:1px solid #cccccc;background-color:#f2f2f2;border-radius:50%;height:17px;width:17px;margin-bottom:8px;position:relative}.tracker ul li span:before{position:absolute;border-radius:50%;top:2px;left:2px;width:11px;height:11px}.tracker ul li p{color:#666;margin-bottom:auto;width:85px}@media screen and (max-width: 767px){.tracker ul li p{width:140px}}.title-list-cta{padding:12px 0;position:relative}@media screen and (max-width: 767px){.title-list-cta{padding:12px 16px}}.title-list-cta ul{margin:20px 0}.title-list-cta ul li{position:relative;margin-bottom:12px;padding-left:15px;color:#1a1a1a}.title-list-cta ul li:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:6px;height:6px;background-color:#1a1a1a;border-radius:22px}@media screen and (max-width: 767px){.title-list-cta ul li:before{top:9px}}@media screen and (max-width: 767px){.title-list-cta ul li{margin-bottom:16px}}@media screen and (max-width: 767px){.title-list-cta ul{margin:16px 0 12px}}.title-list-cta .btn{height:40px;padding:11.5px 10px;width:311px}@media screen and (max-width: 767px){.title-list-cta .btn{width:100%}}.got-it-cta{position:fixed;bottom:0;left:0;box-shadow:0 0 10px #0000004d;background-color:#fff;z-index:100}.got-it-cta button{width:100%;height:40px;min-width:200px}@media screen and (min-width: 1025px){.got-it-cta{padding:20px;position:relative;box-shadow:none;z-index:0}.got-it-cta button{width:auto}}.feature-panel{width:100%}@media screen and (max-width: 767px){.feature-panel{padding-left:16px;padding-right:16px}}.feature-panel__container{border-radius:4px;border:1px;background-image:linear-gradient(to right,#dcdef3 110%,#b7c0e9);gap:12px;box-shadow:0 2px 8px #0000000f;margin:20px auto 0}@media screen and (max-width: 767px){.feature-panel__container{padding:12px 16px;margin-top:12px}}.feature-panel__heading{margin-bottom:20px;height:19px;color:#384791}.feature-panel__tiles{height:232px;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:110px 110px;padding-left:30px;gap:12px;row-gap:32px;margin-bottom:16px}.feature-panel__icon{width:70px;height:70px;margin-bottom:15px}.feature-panel__text{color:#384791;line-height:20px;font-size:14px}@media screen and (max-width: 767px){.feature-panel__text{font-size:9.6px;line-height:1}}.feature-panel__footer{margin-top:12px;height:32px;width:100%}.feature-panel__footer-text{width:35.32px;height:5.97px;font-size:6px;color:#666}.feature-panel__footer-logo{width:55px;height:18px}.payment-security-badge{width:100%;background-color:#fff;padding:20px}.payment-security-badge__text{line-height:16px;color:#6c757d;height:20px}.payment-security-badge__icons{gap:6px}.payment-security-badge__iso-icon{height:20px}.cpr-hero-banner{width:100%}@media screen and (max-width: 767px){.cpr-hero-banner{padding-left:16px;padding-right:16px}}.cpr-hero-banner__main{gap:12px;border-radius:4px;border:1px solid #cccccc;background-color:#f2f2f2;box-shadow:0 2px 8px #0000000f;position:relative;margin:20px auto 0}@media screen and (max-width: 767px){.cpr-hero-banner__main{padding-bottom:16px;margin-top:12px}}.cpr-hero-banner__nudge{position:absolute;top:0;left:0;background-image:linear-gradient(to right,#8728d1,#4d0d7f 80%);color:#fff;padding:4px 10px;border-top-left-radius:4px;border-bottom-right-radius:4px;gap:4px}@media screen and (max-width: 767px){.cpr-hero-banner__nudge{font-size:10px;line-height:100%;padding:6px 12px}}.cpr-hero-banner__content{margin-top:20px;gap:10px;vertical-align:middle}.cpr-hero-banner__row{position:relative;height:49px}.cpr-hero-banner__image{width:91px;height:49px}.cpr-hero-banner__header{color:#1a1a1a;margin-top:25px;margin-bottom:16px;gap:10px}@media screen and (max-width: 767px){.cpr-hero-banner__header{margin-top:15px;font-size:14px;line-height:18px}}.cpr-hero-banner__body{color:#666;gap:4px;line-height:20px;margin-top:0;margin-bottom:0}@media screen and (max-width: 767px){.cpr-hero-banner__body{font-size:12px;line-height:16px}}.store-redirection-strip{background-color:#f2f2f2;border-radius:8px}.store-redirection-strip__main-image{width:32px;height:32px}@media screen and (min-width: 1025px){.store-redirection-strip__main-image{width:48px;height:48px}}.store-redirection-strip__main-image img{height:100%}.store-redirection-strip__cta-image{width:48px;height:48px}@media screen and (min-width: 1025px){.store-redirection-strip__cta-image{width:56px;height:56px}}.store-redirection-strip__cta-image img{height:100%}.store-redirection-strip__cta-text{color:#666;margin-top:4px}.store-redirection-strip_heading{gap:12px}@media screen and (min-width: 1025px){.store-redirection-strip_heading{gap:8px}}.store-redirection-strip_buttons{gap:12px}@media screen and (min-width: 1025px){.store-redirection-strip_buttons{gap:24px}}.product-summary{background-color:#fff;gap:4px;border-radius:4px;border:1px solid #e5e5e5;min-height:147px}@media screen and (max-width: 767px){.product-summary{min-height:160px}}.product-summary__nudge{padding:4px;position:absolute;border-radius:2px;background-color:#00b500;color:#fff}.product-summary__image-container{min-width:210px;background-color:#fafafa}@media screen and (max-width: 767px){.product-summary__image-container{min-width:114px}}.product-summary__image-container>img{width:121px;height:107px}@media screen and (max-width: 767px){.product-summary__image-container>img{width:80px;height:71px}}.product-summary__details{padding:12px 4px;width:100%}.product-summary__details__container{margin:8px 0;gap:4px}.product-summary__details__container .emi-desc{gap:4px}.product-summary__details__container .emi-desc .sub-desc{color:#666}.product-summary__details__container .emi-desc p .emi-amount{color:#333}.product-summary__details__container .payment-desc{width:fit-content;padding:4px 8px;gap:10px;border-radius:2px;color:#2680eb;background-color:#def1ff}.product-summary__details__cta{color:#ff6700}@media screen and (max-width: 767px){.product-summary__details__cta{padding:0 8px;justify-content:flex-end}}.dealer-offer{width:100%}.dealer-offer .dealer-offer__offerheadingText{color:#1a1a1a;font-size:20px;margin-bottom:12px}.dealer-offer__cardFlexbox{width:100%}@media screen and (min-width: 1025px){.dealer-offer__cardFlexbox .swiper-slide{display:block;width:230px}}.dealer-offer__cardFlexbox .dealer-offer__cardContainer .dealer-offer__background-box{position:absolute}.dealer-offer__cardFlexbox .dealer-offer__cardContainer .dealer-offer__background-img{width:170px;height:240px}@media screen and (min-width: 1025px){.dealer-offer__cardFlexbox .dealer-offer__cardContainer .dealer-offer__background-img{width:230px;height:300px}}.dealer-offer__cardFlexbox .dealer-offer__cardContainer .dealer-offer__absoluteBox{position:relative;height:240px}@media screen and (min-width: 1025px){.dealer-offer__cardFlexbox .dealer-offer__cardContainer .dealer-offer__absoluteBox{height:300px}}.dealer-offer__cardFlexbox .dealer-offer__cardContainer .dealer-offer__titleBox{width:170px}@media screen and (min-width: 1025px){.dealer-offer__cardFlexbox .dealer-offer__cardContainer .dealer-offer__titleBox{width:230px}}.dealer-offer__cardFlexbox .dealer-offer__cardContainer .dealer-offer__discountText{font-size:16px;color:#006623;padding:24px 16px}@media screen and (min-width: 1025px){.dealer-offer__cardFlexbox .dealer-offer__cardContainer .dealer-offer__discountText{font-size:20px;padding:28px 24px}}.dealer-offer__cardFlexbox .dealer-offer__cardContainer .dealer-offer__bottomSection{padding:24px 16px;width:170px}@media screen and (min-width: 1025px){.dealer-offer__cardFlexbox .dealer-offer__cardContainer .dealer-offer__bottomSection{font-size:20px;padding:28px 24px;width:200px}}.dealer-offer__cardFlexbox .dealer-offer__cardContainer .dealer-offer__bottomText-offer-detail{font-size:14px;color:#1a1a1a;margin-bottom:8px;text-wrap:nowrap;max-width:15ch;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}@media screen and (min-width: 1025px){.dealer-offer__cardFlexbox .dealer-offer__cardContainer .dealer-offer__bottomText-offer-detail{font-size:18px;max-width:20ch;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}}.dealer-offer__cardFlexbox .dealer-offer__cardContainer .dealer-offer__cta-div{color:#ff6700;font-size:16px}@media screen and (min-width: 1025px){.dealer-offer__cardFlexbox .dealer-offer__cardContainer .dealer-offer__cta-div{font-size:18px}}.carousel-with-ribbon-dynamic-wrapper .swiper{padding-top:0}.carousel-with-ribbon-dynamic-wrapper .swiper .swiper-slide{height:auto;position:relative;width:100%}.carousel-with-ribbon-dynamic-wrapper .swiper .swiper-slide a{width:100%}.carousel-with-ribbon-dynamic-wrapper .swiper-wrap-container .swiper-button-prev{left:0}.carousel-with-ribbon-dynamic-wrapper .swiper-wrap-container .swiper-button-next{right:0}.carousel-with-ribbon-dynamic-wrapper .carousel-with-ribbon__content{position:absolute;width:95%;top:36px;left:18px;color:#fff}.carousel-with-ribbon-dynamic-wrapper .carousel-with-ribbon__content p{color:#fff}.carousel-with-ribbon-dynamic-wrapper .carousel-with-ribbon__content ul{list-style:none;padding-left:0;margin:18px 0 25px}.carousel-with-ribbon-dynamic-wrapper .carousel-with-ribbon__content ul li{line-height:16px;margin-bottom:4px}.carousel-with-ribbon-dynamic-wrapper .carousel-with-ribbon__cta{position:absolute;background:#1a1a1a;color:#fff;padding:5px 8px;border-radius:6px;border:none;bottom:8px;left:16px}@media screen and (min-width: 1025px){.carousel-with-ribbon-dynamic-wrapper .carousel-with-ribbon__cta{font-size:13px;bottom:10px;left:12px}}.carousel-with-ribbon-dynamic-wrapper .carousel-with-ribbon img{width:100%;height:100%;border-radius:4px}.carousel-with-ribbon-dynamic-wrapper .carousel-with-ribbon__ribbon-wrapper{position:absolute;top:13px;right:0;background-color:transparent;height:0;border-top:20px solid black;border-bottom:20px solid black;border-left:20px solid transparent;width:82px}@media screen and (min-width: 1025px){.carousel-with-ribbon-dynamic-wrapper .carousel-with-ribbon__ribbon-wrapper{top:7px;width:129px}}.carousel-with-ribbon-dynamic-wrapper .carousel-with-ribbon__ribbon{padding-right:8px}.carousel-with-ribbon-dynamic-wrapper .carousel-with-ribbon__ribbon span,.carousel-with-ribbon-dynamic-wrapper .carousel-with-ribbon__ribbon p{color:#fff}@media screen and (min-width: 1025px){.carousel-with-ribbon-dynamic-wrapper .carousel-with-ribbon__ribbon span{font-size:10px}}.carousel-with-ribbon-dynamic-wrapper .carousel-with-ribbon p,.carousel-with-ribbon-dynamic-wrapper .carousel-with-ribbon span,.carousel-with-ribbon-dynamic-wrapper .carousel-with-ribbon li{line-height:calc(1em + 4px);white-space:nowrap}section.carousel-with-ribbon-wrapper{padding-right:0}div:has(>section.banner-ribbon-dynamic-l2-gradient){-webkit-backdrop-filter:blur(var(--banner-ribbon-dynamic-l2-blur));backdrop-filter:blur(var(--banner-ribbon-dynamic-l2-blur));background:linear-gradient(var(--banner-ribbon-dynamic-l2-gradient-direction),var(--banner-ribbon-dynamic-l2-gradient1),var(--banner-ribbon-dynamic-l2-gradient2),var(--banner-ribbon-dynamic-l2-gradient3),var(--banner-ribbon-dynamic-l2-gradient4))}div:has(>section.banner-ribbon-dynamic-l2-solid){-webkit-backdrop-filter:blur(var(--banner-ribbon-dynamic-l2-blur));backdrop-filter:blur(var(--banner-ribbon-dynamic-l2-blur));background-color:var(--banner-ribbon-dynamic-l2-gradient1)}div:has(>section.banner-ribbon-dynamic-l2-image) img.banner-ribbon-dynamic-l2-image{opacity:var(--banner-ribbon-dynamic-l2-opacity);filter:blur(var(--banner-ribbon-dynamic-l2-blur))}section.carousel-with-ribbon-dynamic-wrapper.layer-3-theme{-webkit-backdrop-filter:blur(var(--banner-ribbon-dynamic-l3-blur));backdrop-filter:blur(var(--banner-ribbon-dynamic-l3-blur))}section.carousel-with-ribbon-dynamic-wrapper.layer-3-theme.banner-ribbon-dynamic-l3-gradient{background:linear-gradient(var(--banner-ribbon-dynamic-l3-gradient-direction),var(--banner-ribbon-dynamic-l3-gradient1),var(--banner-ribbon-dynamic-l3-gradient2),var(--banner-ribbon-dynamic-l3-gradient3),var(--banner-ribbon-dynamic-l3-gradient4))}section.carousel-with-ribbon-dynamic-wrapper.layer-3-theme.banner-ribbon-dynamic-l3-solid{background:var(--banner-ribbon-dynamic-l3-gradient1)}section.carousel-with-ribbon-dynamic-wrapper.layer-3-theme.banner-ribbon-dynamic-l3-image{background-color:unset;position:relative}section.carousel-with-ribbon-dynamic-wrapper.layer-3-theme.banner-ribbon-dynamic-l3-image img.banner-ribbon-dynamic-l3-image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;opacity:var(--banner-ribbon-dynamic-l3-opacity);filter:blur(var(--banner-ribbon-dynamic-l3-blur))}.header-banner{background-color:transparent;height:auto;position:fixed;inset:0 auto auto 0;width:100%;z-index:1005}.header-banner--container{padding:12px;gap:8px;justify-content:space-between}.header-banner--container--app-icon{width:24px}@media screen and (min-width: 768px){.header-banner{display:none}}section.header-banner{padding:0;border:none}.rewards-points-wrapper.visible{visibility:visible}.rewards-points-wrapper{visibility:hidden;padding:12px 16px;min-height:310px}@media screen and (min-width: 1025px){.rewards-points-wrapper{max-width:571px;margin:0 auto;min-height:335px}}.rewards-points-wrapper__banner{background:#004fa0;background-size:cover;background-repeat:no-repeat;border-radius:8px;padding:8px 16px;min-height:83px;width:100%;align-items:flex-start;justify-content:center;gap:4px}.rewards-points-wrapper__banner__title{color:#fff;line-height:18px}.rewards-points-wrapper__banner__list{gap:4px;padding-left:0;margin-bottom:0}.rewards-points-wrapper__banner__list__item{color:#fff;list-style-type:none}.rewards-points-wrapper__banner__list__item:not(:last-child){border-right:2px solid #999999;padding-right:4px}.rewards-points-wrapper__carousel{gap:8px;align-items:flex-start;position:relative}.rewards-points-wrapper__carousel__tiles-wrapper{display:flex;gap:8px;width:100%}.rewards-points-wrapper__carousel__tiles-wrapper__voucher-card{gap:10px;border-radius:4px;padding:12px;flex:1;min-height:152px;justify-content:space-evenly;text-align:center;color:#1a1a1a}.rewards-points-wrapper__carousel__tiles-wrapper__voucher-card:first-child{background:var(--gradients-violetgradient-dcdef3-b7c0e9, linear-gradient(129.88deg, rgb(220, 222, 243) 0%, rgb(183, 192, 233) 100%))}.rewards-points-wrapper__carousel__tiles-wrapper__voucher-card:last-child{background:var(--gradients-yellowgradient-fef0ca-fde39d, linear-gradient(129.88deg, rgb(254, 241, 206) 0%, rgb(253, 227, 157) 100%))}.rewards-points-wrapper__carousel__tiles-wrapper__voucher-card__bajaj-coin{background:#2c1d41;border-radius:50%;width:40px;height:40px}@media screen and (min-width: 1025px){.rewards-points-wrapper__carousel__tiles-wrapper__voucher-card__bajaj-coin{width:60px;height:60px}}.rewards-points-wrapper__carousel__tiles-wrapper__voucher-card__button{background-color:#fff2ea;text-transform:uppercase;padding:4px 12px;border-radius:200px}.coachmark-modal .modal__content{width:800px;height:75%;position:relative;background:#002953;top:50%;left:50%;transform:translate(-50%,-50%);flex-direction:row;border-radius:0}@media screen and (max-width: 767px){.coachmark-modal .modal__content{flex-direction:column;width:100%;height:100%}}@media screen and (max-width: 767px){.coachmark-modal__img-container{width:80%;margin-bottom:35%}}.coachmark-modal__divider{width:2px;background-color:#4a6784;margin:0 50px;padding:8% 0}.coachmark-modal__content{width:50%;margin-top:5%;gap:16px}.coachmark-modal__content h1{font-size:32px;color:#fff}.coachmark-modal__content p{font-size:16px;color:#fff}@media screen and (max-width: 767px){.coachmark-modal__content{width:80%}}.coachmark-modal__content__cta-wrapper{gap:16px;white-space:nowrap}@media screen and (max-width: 767px){.coachmark-modal__content__cta-wrapper{flex-direction:column}}.coachmark-modal__content__cta-wrapper .btn--primary-invert{color:#fff;border-color:#fff;background-color:transparent}.coachmark-modal__content__text{gap:16px}.coachmark-modal .bf-icon-close{position:absolute;color:#fe8e0c;cursor:pointer;font-size:12px;right:1rem;top:1rem}.coachmark-modal__background-desktop,.coachmark-modal__background-mobile{position:absolute;z-index:-1;width:100%;height:100%}.eligibility-details-modal .modal__dialog .modal__content{gap:20px}@media screen and (min-width: 1025px){.eligibility-details-modal .modal__dialog .modal__content{width:540px}}.eligibility-details-modal .modal__dialog .modal__content h5,.eligibility-details-modal .modal__dialog .modal__content .modal__description{color:#1a1a1a}.eligibility-details-modal .modal__dialog .modal__content .modal__title i{color:#ff6700;cursor:pointer}.eligibility-details-modal .modal__dialog .modal__content .modal__Image{width:273px;height:351px;overflow:hidden}.eligibility-details-modal .modal__dialog .modal__content button{height:40px;width:167px;color:#fff}@media screen and (min-width: 1025px){.eligibility-details-modal .modal__dialog .modal__content button{width:200px}}.loan-eligibility{padding:0 20px 20px;background-color:#fff}.loan-eligibility__link{cursor:pointer;color:#ff6700}.loan-eligibility__step ol{list-style:none;counter-reset:list-counter;padding-left:0;margin:12px 0 0;gap:20px}.loan-eligibility__step ol li{display:flex;flex-direction:column;align-items:flex-start;position:relative;padding-left:35px;margin-bottom:10px;font-size:12px;color:#1a1a1a}.loan-eligibility__step ol li:before{content:counter(list-counter);counter-increment:list-counter;position:absolute;left:0;top:18%;transform:translateY(-30%);width:21px;height:21px;background-color:#2680eb;color:#fff;border-radius:50%;text-align:center;line-height:21px}.loan-eligibility__step ol li:not(:last-child):after{content:"";position:absolute;left:10px;top:63%;transform:translateY(-24%);width:10px;height:85%;border-left:1px dotted #73a0cc;z-index:0}.loan-eligibility__button span{color:#fff}.preview-features{background-position:center;background-repeat:no-repeat;background-size:cover;padding:45px 33px;height:100%;position:relative}.preview-features__credit-insight__title{width:80%;margin:0 auto}@media screen and (min-width: 1025px){.preview-features__credit-insight__title{width:100%}}.preview-features__credit-insight__content{row-gap:8px}@media screen and (min-width: 1025px){.preview-features__credit-insight__content{padding:0 0 16px}}.preview-features__credit-insight__button{gap:12px}.preview-features__credit-insight__button button{flex:1;text-transform:uppercase;padding:12px 8px 11px}@media screen and (min-width: 1025px){.preview-features__credit-insight__button{margin:0 60px}}@media screen and (min-width: 1025px){.preview-features{padding:24px 35px;margin:0 0 12px}}.preview-features__no-history__wrapper{column-gap:8px;row-gap:4px}.preview-features__no-history__img{width:24px;height:24px}.preview-features__no-history__button{padding-top:10px}.preview-features__no-history__button button{padding:11.5px 10px;min-width:200px}.preview-features__no-history__subtitle{padding-bottom:18px;color:#1a1a1a}.preview-features__no-history__subtitle.dashboard-variant{padding-bottom:20px}.preview-features__no-history__content{padding:8px 0}@media screen and (min-width: 1025px){.preview-features__no-history__content{padding:0}}.preview-features__no-history__content h2,.preview-features__no-history__content .subscription-card-carousel__card__header__plan-title,.preview-features__no-history__content .subscription-card-carousel__card__details-title{padding-bottom:4px;color:#1a1a1a}.preview-features__no-history__content p{color:#666}.preview-features .modal__content{z-index:10000;left:0}.preview-features .modal__content__buttons .btn{padding:12px 8px 11px;flex:1}.preview-features .modal__content img{width:24px;height:24px}@media screen and (min-width: 1025px){.preview-features .modal__content{width:540px;left:50%;top:50%;transform:translate(-50%,-50%)}}.preview-features .modal__content .bf-icon-close{color:#ff6700;cursor:pointer;margin-bottom:4px}.preview-features .modal__content h2,.preview-features .modal__content .subscription-card-carousel__card__header__plan-title,.preview-features .modal__content .subscription-card-carousel__card__details-title{width:60%;margin:0 auto 20px}@media screen and (min-width: 1025px){.preview-features .modal__content h2,.preview-features .modal__content .subscription-card-carousel__card__header__plan-title,.preview-features .modal__content .subscription-card-carousel__card__details-title{width:100%}}.preview-features .modal__content__desc{margin:0 0 20px 8px}.preview-features .modal__content__desc__item{margin-bottom:16px}.preview-features .modal__content__desc h3{margin-bottom:4px}.preview-features .modal__content__desc p{color:#1a1a1a}.preview-features__content{background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:4px;box-shadow:0 0 10px #0003;padding:20px 16px}.preview-features__content__btn .btn{height:40px;width:-webkit-fill-available;padding:15px}@media screen and (min-width: 1025px){.preview-features__content__btn .btn{padding:6px 25px;width:auto}}.preview-features__content__nudge{padding:2px 6px;border-radius:83px;background:#603b8d;color:#fff;font-size:7px}@media screen and (min-width: 1025px){.preview-features__content__nudge{font-size:12px}}.preview-features__content__title{margin:8px 0 16px}.preview-features__content__list{list-style-type:none;padding-left:0}.preview-features__content__list .bf-icon-tick{margin-right:8px;margin-top:3px;color:#00b500}.preview-features__content__list .list-wrapper{margin-right:8px}.preview-features__content__list__item{margin-bottom:11px;align-items:center}.preview-features__content__mobile-btn{background-color:#fff;box-shadow:0 0 10px #0000004d;position:fixed;left:0;bottom:0;width:100vw;height:72px;z-index:100}.preview-features__content__mobile-btn .btn{padding:10px;width:100%;height:100%}@media screen and (min-width: 1025px){.preview-features__content__mobile-btn{display:none}}.related-tags{background-color:#fff;padding:12px 16px}.related-tags__heading{color:#1a1a1a;margin-bottom:8px}.tags-container{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:0}.tag{border:1px solid #cccccc;border-radius:82px;padding:12px 16px}.tag a{color:#333}.listing-tiles-with-dropdown{background-color:#fff}.listing-tiles-with-dropdown h2,.listing-tiles-with-dropdown .subscription-card-carousel__card__header__plan-title,.listing-tiles-with-dropdown .subscription-card-carousel__card__details-title{margin-bottom:20px;color:#222f3f}.listing-tiles-with-dropdown.three-tiles a{width:13%}@media screen and (max-width: 767px){.listing-tiles-with-dropdown.three-tiles a{width:29%}}.listing-tiles-with-dropdown.four-tiles a{width:11.5%}@media screen and (max-width: 767px){.listing-tiles-with-dropdown.four-tiles a{width:21%}}.listing-tiles-with-dropdown.four-tiles.nudge a{padding:12px 4px;width:8.5%}@media screen and (max-width: 767px){.listing-tiles-with-dropdown.four-tiles.nudge a{width:23%}}.listing-tiles-with-dropdown.four-tiles.nudge .btn{padding:8px 12px;text-transform:none;width:82px}@media screen and (max-width: 767px){.listing-tiles-with-dropdown.four-tiles.nudge .btn{padding:4px 8px;width:60px}}@media screen and (max-width: 767px){.listing-tiles-with-dropdown.four-tiles.upi-modal .listing-tiles-with-dropdown__container{gap:39px}}.listing-tiles-with-dropdown.four-tiles.upi-modal .listing-tiles-with-dropdown__container a{width:7%}@media screen and (max-width: 767px){.listing-tiles-with-dropdown.four-tiles.upi-modal .listing-tiles-with-dropdown__container a{width:16%}}@media screen and (max-width: 767px){.listing-tiles-with-dropdown.four-tiles.upi-modal .listing-tiles-with-dropdown__container a img{width:80%}}.listing-tiles-with-dropdown .view-more-btn{cursor:pointer;color:#ff6700}.listing-tiles-with-dropdown .view-more-btn:before{display:inline-block;content:"";width:12.5px;height:12.5px;border-top:3px solid #ff6700;border-left:3px solid #ff6700;transform:rotate(-135deg);transition:all .5s ease;margin:0 8px 2px 0;align-items:center}.listing-tiles-with-dropdown .view-more-btn.active:before{transform:rotate(45deg);margin:0 8px -4px 0}.listing-tiles-with-dropdown__container{flex-wrap:wrap;gap:16px;margin-bottom:20px}.listing-tiles-with-dropdown__container a img{width:100%}.listing-tiles-with-dropdown__container a span{color:#1a1a1a}.listing-tiles-with-dropdown__icon-container{flex-wrap:wrap;column-gap:20px}@media screen and (max-width: 767px){.listing-tiles-with-dropdown__icon-container{column-gap:7px}}.listing-tiles-with-dropdown__icon-container a img{width:100%;max-width:70px}@media screen and (max-width: 767px){.listing-tiles-with-dropdown__icon-container a img{width:90%;max-width:60px}}.listing-tiles-with-dropdown__icon-container a span{color:#1a1a1a}.ipo--detail-container .description-with-columns{max-width:1040px;padding-bottom:12px}@media screen and (min-width: 1025px){.ipo--detail-container .description-with-columns{padding-left:141px}}.description-with-columns{color:#4d4d4d}.description-with-columns.hide-cmp{display:none}.description-with-columns__heading{color:#1a1a1a}@media screen and (min-width: 1025px){.description-with-columns__grid__two-cols{display:flex}.description-with-columns__grid__two-cols ul,.description-with-columns__grid__two-cols ol{flex-basis:48%}}@media screen and (min-width: 1025px){.description-with-columns__grid__three-cols{display:flex;margin-right:12px}.description-with-columns__grid__three-cols ul,.description-with-columns__grid__three-cols ol{flex-basis:33%}}.description-with-columns ul{margin:0}.description-with-columns p{color:#4d4d4d;line-height:20px;font-size:14px}@media screen and (min-width: 1025px){.description-with-columns p{font-size:16px;line-height:24px}}.description-with-columns li{line-height:20px;font-size:14px}@media screen and (min-width: 1025px){.description-with-columns li{font-size:16px;line-height:24px}}.popular-stocks{background-color:#fff}.popular-stocks__title{color:#1a1a1a}.popular-stocks__grid{display:grid;grid-template-columns:repeat(4,1fr);grid-auto-rows:auto}.popular-stocks__list{min-height:64px;line-height:24px;border:1px solid #e5e5e5;box-shadow:0 0 0 1px #e5e5e5}.popular-stocks__list a{font-size:14px}@media screen and (max-width: 767px){.popular-stocks__grid{grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(2,auto)}}.whats-trending-section .whats-trending{background-color:#fff}.whats-trending-section .whats-trending__title{color:#1a1a1a}.whats-trending-section .whats-trending__list{gap:8px}.whats-trending-section .whats-trending__list a{color:#1a1a1a;border-radius:82px;border:1px solid #cccccc;gap:10px;padding:12px 16px}.ipo--detail-container .ipo-rte{max-width:1040px}@media screen and (min-width: 1025px){.ipo--detail-container .ipo-rte{padding-left:141px}}.ipo--detail-container .ipo-rte:first-child{padding-top:12px}.ipo-rte.hide-cmp{display:none}.ipo-rte__content h2,.ipo-rte__content .subscription-card-carousel__card__header__plan-title,.ipo-rte__content .subscription-card-carousel__card__details-title{line-height:23.7px;color:#1a1a1a;margin-bottom:8px}.small-text .ipo-rte__content h2,.small-text .ipo-rte__content .subscription-card-carousel__card__header__plan-title,.small-text .ipo-rte__content .subscription-card-carousel__card__details-title{font-size:1rem}@media screen and (min-width: 768px){.small-text .ipo-rte__content h2,.small-text .ipo-rte__content .subscription-card-carousel__card__header__plan-title,.small-text .ipo-rte__content .subscription-card-carousel__card__details-title{font-size:1rem}}.medium-text .ipo-rte__content h2,.medium-text .ipo-rte__content .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-rte__content .subscription-card-carousel__card__details-title{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .ipo-rte__content h2,.medium-text .ipo-rte__content .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-rte__content .subscription-card-carousel__card__details-title{font-size:1.125rem}}.large-text .ipo-rte__content h2,.large-text .ipo-rte__content .subscription-card-carousel__card__header__plan-title,.large-text .ipo-rte__content .subscription-card-carousel__card__details-title{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .ipo-rte__content h2,.large-text .ipo-rte__content .subscription-card-carousel__card__header__plan-title,.large-text .ipo-rte__content .subscription-card-carousel__card__details-title{font-size:1.25rem}}.ipo-rte__content h2,.ipo-rte__content .subscription-card-carousel__card__header__plan-title,.ipo-rte__content .subscription-card-carousel__card__details-title{font-size:1.125rem}@media screen and (min-width: 768px){.ipo-rte__content h2,.ipo-rte__content .subscription-card-carousel__card__header__plan-title,.ipo-rte__content .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.small-text .ipo-rte__content h2,.small-text .ipo-rte__content .subscription-card-carousel__card__header__plan-title,.small-text .ipo-rte__content .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-rte__content h2,.small-text .ipo-rte__content .subscription-card-carousel__card__header__plan-title,.small-text .ipo-rte__content .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.medium-text .ipo-rte__content h2,.medium-text .ipo-rte__content .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-rte__content .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-rte__content h2,.medium-text .ipo-rte__content .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-rte__content .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px){.large-text .ipo-rte__content h2,.large-text .ipo-rte__content .subscription-card-carousel__card__header__plan-title,.large-text .ipo-rte__content .subscription-card-carousel__card__details-title{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-rte__content h2,.large-text .ipo-rte__content .subscription-card-carousel__card__header__plan-title,.large-text .ipo-rte__content .subscription-card-carousel__card__details-title{font-size:1.375rem}}@media screen and (min-width: 1025px){.ipo-rte__content h2,.ipo-rte__content .subscription-card-carousel__card__header__plan-title,.ipo-rte__content .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-rte__content h2,.ipo-rte__content .subscription-card-carousel__card__header__plan-title,.ipo-rte__content .subscription-card-carousel__card__details-title{font-size:1.25rem}}.ipo-rte__content-read-more .content-text,.ipo-rte__content-read-more .content-text-original{display:inline;line-height:20px;color:#666}.small-text .ipo-rte__content-read-more .content-text,.small-text .ipo-rte__content-read-more .content-text-original{font-size:.75rem}@media screen and (min-width: 768px){.small-text .ipo-rte__content-read-more .content-text,.small-text .ipo-rte__content-read-more .content-text-original{font-size:.75rem}}.medium-text .ipo-rte__content-read-more .content-text,.medium-text .ipo-rte__content-read-more .content-text-original{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .ipo-rte__content-read-more .content-text,.medium-text .ipo-rte__content-read-more .content-text-original{font-size:.875rem}}.large-text .ipo-rte__content-read-more .content-text,.large-text .ipo-rte__content-read-more .content-text-original{font-size:1rem}@media screen and (min-width: 768px){.large-text .ipo-rte__content-read-more .content-text,.large-text .ipo-rte__content-read-more .content-text-original{font-size:1rem}}.ipo-rte__content-read-more .content-text,.ipo-rte__content-read-more .content-text-original{font-size:.875rem}@media screen and (min-width: 768px){.ipo-rte__content-read-more .content-text,.ipo-rte__content-read-more .content-text-original{font-size:.875rem}}@media screen and (min-width: 1025px){.ipo-rte__content-read-more .content-text,.ipo-rte__content-read-more .content-text-original{line-height:24px}.small-text .ipo-rte__content-read-more .content-text,.small-text .ipo-rte__content-read-more .content-text-original{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-rte__content-read-more .content-text,.small-text .ipo-rte__content-read-more .content-text-original{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .ipo-rte__content-read-more .content-text,.medium-text .ipo-rte__content-read-more .content-text-original{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-rte__content-read-more .content-text,.medium-text .ipo-rte__content-read-more .content-text-original{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .ipo-rte__content-read-more .content-text,.large-text .ipo-rte__content-read-more .content-text-original{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-rte__content-read-more .content-text,.large-text .ipo-rte__content-read-more .content-text-original{font-size:1.125rem}}@media screen and (min-width: 1025px){.ipo-rte__content-read-more .content-text,.ipo-rte__content-read-more .content-text-original{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-rte__content-read-more .content-text,.ipo-rte__content-read-more .content-text-original{font-size:1rem}}.small-text .ipo-rte__content-read-more .content-text ul li,.small-text .ipo-rte__content-read-more .content-text ol li,.small-text .ipo-rte__content-read-more .content-text-original ul li,.small-text .ipo-rte__content-read-more .content-text-original ol li{font-size:.75rem}@media screen and (min-width: 768px){.small-text .ipo-rte__content-read-more .content-text ul li,.small-text .ipo-rte__content-read-more .content-text ol li,.small-text .ipo-rte__content-read-more .content-text-original ul li,.small-text .ipo-rte__content-read-more .content-text-original ol li{font-size:.75rem}}.medium-text .ipo-rte__content-read-more .content-text ul li,.medium-text .ipo-rte__content-read-more .content-text ol li,.medium-text .ipo-rte__content-read-more .content-text-original ul li,.medium-text .ipo-rte__content-read-more .content-text-original ol li{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .ipo-rte__content-read-more .content-text ul li,.medium-text .ipo-rte__content-read-more .content-text ol li,.medium-text .ipo-rte__content-read-more .content-text-original ul li,.medium-text .ipo-rte__content-read-more .content-text-original ol li{font-size:.875rem}}.large-text .ipo-rte__content-read-more .content-text ul li,.large-text .ipo-rte__content-read-more .content-text ol li,.large-text .ipo-rte__content-read-more .content-text-original ul li,.large-text .ipo-rte__content-read-more .content-text-original ol li{font-size:1rem}@media screen and (min-width: 768px){.large-text .ipo-rte__content-read-more .content-text ul li,.large-text .ipo-rte__content-read-more .content-text ol li,.large-text .ipo-rte__content-read-more .content-text-original ul li,.large-text .ipo-rte__content-read-more .content-text-original ol li{font-size:1rem}}.ipo-rte__content-read-more .content-text ul li,.ipo-rte__content-read-more .content-text ol li,.ipo-rte__content-read-more .content-text-original ul li,.ipo-rte__content-read-more .content-text-original ol li{font-size:.875rem}@media screen and (min-width: 768px){.ipo-rte__content-read-more .content-text ul li,.ipo-rte__content-read-more .content-text ol li,.ipo-rte__content-read-more .content-text-original ul li,.ipo-rte__content-read-more .content-text-original ol li{font-size:.875rem}}@media screen and (min-width: 1025px){.small-text .ipo-rte__content-read-more .content-text ul li,.small-text .ipo-rte__content-read-more .content-text ol li,.small-text .ipo-rte__content-read-more .content-text-original ul li,.small-text .ipo-rte__content-read-more .content-text-original ol li{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-rte__content-read-more .content-text ul li,.small-text .ipo-rte__content-read-more .content-text ol li,.small-text .ipo-rte__content-read-more .content-text-original ul li,.small-text .ipo-rte__content-read-more .content-text-original ol li{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .ipo-rte__content-read-more .content-text ul li,.medium-text .ipo-rte__content-read-more .content-text ol li,.medium-text .ipo-rte__content-read-more .content-text-original ul li,.medium-text .ipo-rte__content-read-more .content-text-original ol li{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-rte__content-read-more .content-text ul li,.medium-text .ipo-rte__content-read-more .content-text ol li,.medium-text .ipo-rte__content-read-more .content-text-original ul li,.medium-text .ipo-rte__content-read-more .content-text-original ol li{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .ipo-rte__content-read-more .content-text ul li,.large-text .ipo-rte__content-read-more .content-text ol li,.large-text .ipo-rte__content-read-more .content-text-original ul li,.large-text .ipo-rte__content-read-more .content-text-original ol li{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-rte__content-read-more .content-text ul li,.large-text .ipo-rte__content-read-more .content-text ol li,.large-text .ipo-rte__content-read-more .content-text-original ul li,.large-text .ipo-rte__content-read-more .content-text-original ol li{font-size:1.125rem}}@media screen and (min-width: 1025px){.ipo-rte__content-read-more .content-text ul li,.ipo-rte__content-read-more .content-text ol li,.ipo-rte__content-read-more .content-text-original ul li,.ipo-rte__content-read-more .content-text-original ol li{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-rte__content-read-more .content-text ul li,.ipo-rte__content-read-more .content-text ol li,.ipo-rte__content-read-more .content-text-original ul li,.ipo-rte__content-read-more .content-text-original ol li{font-size:1rem}}.ipo-rte__content-read-more .content-text p,.ipo-rte__content-read-more .content-text-original p{color:#666}.small-text .ipo-rte__content-read-more .content-text p,.small-text .ipo-rte__content-read-more .content-text-original p{font-size:.75rem}@media screen and (min-width: 768px){.small-text .ipo-rte__content-read-more .content-text p,.small-text .ipo-rte__content-read-more .content-text-original p{font-size:.75rem}}.medium-text .ipo-rte__content-read-more .content-text p,.medium-text .ipo-rte__content-read-more .content-text-original p{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .ipo-rte__content-read-more .content-text p,.medium-text .ipo-rte__content-read-more .content-text-original p{font-size:.875rem}}.large-text .ipo-rte__content-read-more .content-text p,.large-text .ipo-rte__content-read-more .content-text-original p{font-size:1rem}@media screen and (min-width: 768px){.large-text .ipo-rte__content-read-more .content-text p,.large-text .ipo-rte__content-read-more .content-text-original p{font-size:1rem}}.ipo-rte__content-read-more .content-text p,.ipo-rte__content-read-more .content-text-original p{font-size:.875rem}@media screen and (min-width: 768px){.ipo-rte__content-read-more .content-text p,.ipo-rte__content-read-more .content-text-original p{font-size:.875rem}}@media screen and (min-width: 1025px){.ipo-rte__content-read-more .content-text p,.ipo-rte__content-read-more .content-text-original p{line-height:24px}.small-text .ipo-rte__content-read-more .content-text p,.small-text .ipo-rte__content-read-more .content-text-original p{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-rte__content-read-more .content-text p,.small-text .ipo-rte__content-read-more .content-text-original p{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .ipo-rte__content-read-more .content-text p,.medium-text .ipo-rte__content-read-more .content-text-original p{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-rte__content-read-more .content-text p,.medium-text .ipo-rte__content-read-more .content-text-original p{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .ipo-rte__content-read-more .content-text p,.large-text .ipo-rte__content-read-more .content-text-original p{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-rte__content-read-more .content-text p,.large-text .ipo-rte__content-read-more .content-text-original p{font-size:1.125rem}}@media screen and (min-width: 1025px){.ipo-rte__content-read-more .content-text p,.ipo-rte__content-read-more .content-text-original p{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-rte__content-read-more .content-text p,.ipo-rte__content-read-more .content-text-original p{font-size:1rem}}.ipo-rte__content-read-more .content-text-original{display:none}.ipo-rte__content-read-more .content-text-original p:last-child{display:inline}.ipo-rte__content-read-more .read-more-link{cursor:pointer;white-space:nowrap;line-height:18.96px;display:none}.small-text .ipo-rte__content-read-more .read-more-link{font-size:.75rem}@media screen and (min-width: 768px){.small-text .ipo-rte__content-read-more .read-more-link{font-size:.75rem}}.medium-text .ipo-rte__content-read-more .read-more-link{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .ipo-rte__content-read-more .read-more-link{font-size:.875rem}}.large-text .ipo-rte__content-read-more .read-more-link{font-size:1rem}@media screen and (min-width: 768px){.large-text .ipo-rte__content-read-more .read-more-link{font-size:1rem}}.ipo-rte__content-read-more .read-more-link{font-size:.875rem}@media screen and (min-width: 768px){.ipo-rte__content-read-more .read-more-link{font-size:.875rem}}.ipo-rte__content-read-more .read-less-link{cursor:pointer;margin-top:10px;line-height:18.96px;display:none}.small-text .ipo-rte__content-read-more .read-less-link{font-size:.75rem}@media screen and (min-width: 768px){.small-text .ipo-rte__content-read-more .read-less-link{font-size:.75rem}}.medium-text .ipo-rte__content-read-more .read-less-link{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .ipo-rte__content-read-more .read-less-link{font-size:.875rem}}.large-text .ipo-rte__content-read-more .read-less-link{font-size:1rem}@media screen and (min-width: 768px){.large-text .ipo-rte__content-read-more .read-less-link{font-size:1rem}}.ipo-rte__content-read-more .read-less-link{font-size:.875rem}@media screen and (min-width: 768px){.ipo-rte__content-read-more .read-less-link{font-size:.875rem}}.rewards-offer-banner{position:relative}.rewards-offer-banner img{width:100%;max-height:80px;cursor:pointer}@media screen and (max-width: 767px){.rewards-offer-banner img{max-height:42px}}.rewards-offer-banner__title{position:absolute;font-size:28px;color:#fff;cursor:pointer}@media screen and (max-width: 767px){.rewards-offer-banner__title{font-size:11px;width:75%}}.rewards-offer-banner .modal__content__list{border:1px solid #d3dae1;padding:12px;border-radius:4px;margin:20px 0}.rewards-offer-banner .modal__content__list:nth-of-type(1){padding-top:20px}.rewards-offer-banner .modal__content__list:last-of-type{padding-bottom:0}.rewards-offer-banner .modal__content__list__details img{margin-right:10px;width:40px;height:40px}.rewards-offer-banner .modal__content__list__details h3{margin-bottom:4px}.rewards-offer-banner .modal__content__title{width:100%;gap:6px}.rewards-offer-banner .modal__content i{align-self:center}.rewards-offer-banner.hidden{height:0;overflow:hidden;opacity:0}.cmp-modal{padding:24px 16px!important}.cmp-modal__close{margin-right:8px!important}.cmp-body.cmp-multi-level .cmp-modal__close{width:12px!important;height:12px!important}.cmp-modal__body{padding:0!important}.cc-btn,.cmp-body.cmp-multi-level .cmp-modal .cmp-modal__footer .cmp-btn-wrapper .cmp-save-btn{font-size:14px!important;text-transform:uppercase;background-image:linear-gradient(90deg,#ff6700 67%,#ff8900)!important;width:204px;font-weight:500;color:#fff;height:40px;border-radius:23px!important}.cc-color-override-440858318.cc-window{background-color:#000000d9!important}.cmp-body{background-color:#000000bf;bottom:0}a.cc-btn.cc-allow{order:2}.cc-btn.cc-dismiss{background-color:#fff!important;color:#ff6700!important;background-image:none!important;order:1}button.cmp-save-btn{width:auto!important;padding:0 27px!important}.cc-window.cc-banner{padding:0 20px}.cc-banner .cc-compliance{padding:20px 0}.cc-banner .cc-compliance svg{display:none}.cc-banner .cc-message{padding:26px 0}.cc-banner .cc-message p{color:#fff;font-size:16px}.cc-link.cmp-pref-link span{font-size:16px;color:#ff6700;text-decoration:underline}.accept-reject-all{color:#ff6700!important}.cc-link.cmp-pref-link{margin-top:3px;order:3}.cmp-body.cmp-multi-level .cmp-modal .cmp-modal__body{background-color:#fff;color:#1a1a1a}.cmp-body.cmp-multi-level .cmp-switch__slider{border:none}.cmp-body.cmp-multi-level .cmp-modal .cmp-modal__header.without-logo{color:#1a1a1a;font-weight:500;margin-bottom:-15px!important;padding-bottom:0!important}.cmp-modal__header{margin:0!important;padding:0!important}.cmp-modal__sub-title{border-top:1px solid #203c57;padding:15px 0 0!important}.cmp-modal__title{font-size:20px!important;font-weight:500!important;color:#1a1a1a!important}li.is-active .cmp-check-icon{fill:#000!important}.cmp-modal__close svg{fill:#ff6700;width:12px!important;height:12px!important}.cmp-back-button svg{fill:#ff6700}.cmp-body .cmp-link-btn,.cmp-body.cmp-multi-level .cmp-link-btn{color:#ff6700!important;font-size:14px}.cmp-theme,.cc-window{--prefSelectorBgColor: #00B500 !important;--prefSelectorTextColor: #333333 !important;--prefFocusRingColor: transparent !important}.cmp-body.cmp-multi-level .cmp-list-tile,.cmp-body.cmp-multi-level .cmp-details-view .cmp-details-header,.cmp-body.cmp-multi-level .cmp-modal .cmp-modal__body .cmp-accordion table tbody tr{background-color:#f2f2f2}.cmp-list-tile{padding:12px!important}.cmp-modal__header .without-logo{border-bottom:none!important}.cmp-body.cmp-multi-level .cmp-list-tile-content h2,.cmp-body.cmp-multi-level .cmp-list-tile-content .subscription-card-carousel__card__header__plan-title,.cmp-body.cmp-multi-level .cmp-list-tile-content .subscription-card-carousel__card__details-title{color:#1a1a1a;font-weight:500;margin-bottom:1px}.cmp-accordion__header{width:auto!important;background-color:none!important;margin-bottom:0!important;border:none!important}.cmp-accordion.cmp-first-party-cookie,.cmp-accordion.cmp-third-party-cookie{border-radius:8px}.cmp-accordion__item{border:none!important}.cmp-accordion__sub-title.cmp-text-ellipsis{margin-top:0!important;padding:0!important;border-bottom:#cccccc 1px solid}.cmp-accordion__sub-title.cmp-text-ellipsis a{margin-bottom:12px}.cmp-body.cmp-multi-level .cmp-list-tile-content p,.cmp-body.cmp-multi-level .cmp-accordion h2,.cmp-body.cmp-multi-level .cmp-accordion .subscription-card-carousel__card__header__plan-title,.cmp-body.cmp-multi-level .cmp-accordion .subscription-card-carousel__card__details-title,.cmp-body.cmp-multi-level .cmp-accordion__sub-title a,.cmp-body.cmp-multi-level .cmp-accordion__title,.cmp-body.cmp-multi-level .cmp-details-view .cmp-details-header h1,.cmp-body.cmp-multi-level .cmp-details-view .cmp-details-header>p,.cmp-body.cmp-multi-level .cmp-accordion__sub-title{color:#1a1a1a;font-weight:500}.cmp-body.cmp-multi-level .cmp-details-view .cmp-details-header h1{font-size:16px}.cmp-first-party-cookie p{font-size:12px;color:#1a1a1a}.cmp-body.cmp-multi-level .cmp-list-tile:not(:first-child){margin-top:12px}.cmp-body.cmp-multi-level .cmp-list-tile-button svg,.cmp-body.cmp-multi-level .cmp-expand-icon{fill:#1a1a1a;width:17.5px;height:17.5px}.cmp-body.cmp-multi-level .cmp-switch__slider:after{background-color:#fff}.cmp-body.cmp-multi-level .cmp-back-button{color:#1a1a1a;margin-bottom:17px;font-weight:700}.cmp-body.cmp-multi-level .cmp-back-button span{font-size:14px!important;color:#1a1a1a}.cmp-modal__close:focus,.cc-link.cmp-pref-link:focus,.cmp-body.cmp-multi-level .cmp-details-view .cmp-details-header h1:focus,.cmp-body.cmp-multi-level * :focus{outline:none}.cmp-body.cmp-multi-level .cmp-details-view .cmp-details-header .cmp-decline-text,.cmp-body.cmp-multi-level .cmp-decline-text.active{background-color:#ccc;color:#1a1a1a}.cmp-body.cmp-multi-level .cmp-modal .cmp-modal__body table tbody,.cmp-body.cmp-multi-level{border:none}.cmp-details-header{border-radius:8px;padding:12px 16px!important}.cmp-modal__footer .cmp-btn-wrapper{border-top:none;background-color:#fff!important;margin-top:10px!important}.cmp-modal__footer .cmp-btn-wrapper button{background-color:#ff6700!important;border-radius:23px!important}.cmp-body.cmp-multi-level .cmp-modal__footer{background-color:#fff!important}@media only screen and (max-width: 768px){.cc-banner .cc-message p{font-size:14px}.cmp-modal__title{font-size:18px!important}.cmp-body.cmp-multi-level .cmp-modal{top:59%!important;max-width:100%!important;width:100%!important}.cc-window.cc-banner{text-align:center;padding-bottom:24px}.cc-banner .cc-message{padding:22px 0;margin-bottom:0}.cc-banner .cc-compliance{padding:0;justify-content:center}.cc-btn,.cmp-body.cmp-multi-level .cmp-modal .cmp-modal__footer .cmp-btn-wrapper .cmp-save-btn{width:auto!important;border-top:none!important}.cc-compliance a{flex-basis:47%}.cc-compliance a.cc-link.cmp-pref-link{flex-basis:100%;justify-content:center;margin-bottom:10px}.cc-link.cmp-pref-link span{margin-top:24px;font-size:14px}.cmp-body.cmp-multi-level .cmp-list-tile-button svg,.cmp-body.cmp-multi-level .cmp-expand-icon{width:14px;height:14px}.cmp-body.cmp-multi-level .cmp-list-tile-content p,.cmp-body.cmp-multi-level .cmp-list-tile-content p a{font-size:10px}.cmp-body.cmp-multi-level .cmp-details-view .cmp-details-header h1{font-size:12px}.cmp-first-party-cookie p{font-size:10px;color:#1a1a1a}.cmp-body.cmp-multi-level .cmp-list-tile-content h2,.cmp-body.cmp-multi-level .cmp-list-tile-content .subscription-card-carousel__card__header__plan-title,.cmp-body.cmp-multi-level .cmp-list-tile-content .subscription-card-carousel__card__details-title{font-size:12px}.cmp-list-tile{padding:6px 12px!important}}.fw-video-grid .video-grid__title{line-height:24px;color:#000}:root{--fw-thumbnail-gap: 20px;--fw-thumbnail-border-radius: 4px;--fw-thumbnail-font-size: 20px}.app-header .bf-icon-left-arrow-long{color:#fff}.app-header__search--bar{background-color:#fff;border-radius:3px 0 0 3px}.app-header__search--bar input{border:0;outline:none}.app-header__search--bar>i{padding:9px 16px;color:#999}.app-header__search--icon{height:42px;border-radius:0 3px 3px 0;background-color:#fff2ea}.app-header__search--icon i{color:#ff6700}.bannerization__image-carousel .swiper{padding-top:0}.bannerization__image-carousel .swiper .swiper-slide{height:auto}.bannerization__image-carousel .swiper .swiper-button-next{right:0}.bannerization__image-carousel .swiper .swiper-button-prev{left:0}.bannerization__image-carousel .bannerization__heading{color:#222f3f}.bannerization__image-carousel .bannerization__heading.line-clamp-2{max-height:62px}.bannerization__image-carousel__img-box{display:block;height:100%;position:relative}.bannerization__image-carousel__img-box img{width:100%;height:100%;border-radius:4px}.bannerization__image-carousel__content{position:absolute;top:20px;left:16px}@media screen and (min-width: 1300px){.bannerization__image-carousel__content{top:26px;left:20px}}.bannerization__image-carousel__content__title{color:#fff;padding-bottom:8px}@media screen and (min-width: 1300px){.bannerization__image-carousel__content__title{padding-bottom:12px}}.bannerization__image-carousel__content__desc{color:#fff;margin-bottom:2px}@media screen and (min-width: 1300px){.bannerization__image-carousel__content__desc{padding-bottom:4px}}.bannerization__image-carousel__content p{line-height:calc(1em + 4px);white-space:nowrap}.bannerization__image-carousel__white-cta{background:#fff;color:#000;border-radius:20px;border:.5px solid #000000;padding:5px 20px;width:max-content}.bannerization__image-carousel .top-align-text .bannerization__image-carousel__content{top:24px;left:12px}.bannerization__image-carousel .top-align-text .bannerization__image-carousel__content__title{color:#1a1a1a;font-size:18px;padding-bottom:4px}@media screen and (min-width: 1300px){.bannerization__image-carousel .top-align-text .bannerization__image-carousel__content__title{font-size:22px}}.bannerization__image-carousel .top-align-text .bannerization__image-carousel__content__desc{color:#1a1a1a;padding-bottom:8px;font-size:16px}@media screen and (min-width: 1300px){.bannerization__image-carousel .top-align-text .bannerization__image-carousel__content__desc{padding-bottom:16px;font-size:18px}}.bannerization__image-carousel .top-align-text .bannerization__image-carousel__white-cta{font-size:13px;position:absolute;bottom:132px;left:12px}@media screen and (min-width: 1300px){.bannerization__image-carousel .top-align-text .bannerization__image-carousel__white-cta{font-size:18px;bottom:178px}}.bannerization__image-carousel .top-logo-text .bannerization__image-carousel__content{top:40px;left:12px}@media screen and (min-width: 1300px){.bannerization__image-carousel .top-logo-text .bannerization__image-carousel__content{top:58px;left:16px}}.bannerization__image-carousel .top-logo-text .bannerization__image-carousel__content__title,.bannerization__image-carousel .top-logo-text .bannerization__image-carousel__content__title__desc{color:#1a1a1a;padding-bottom:0}.bannerization__image-carousel .top-logo-text .bannerization__image-carousel__content__title__desc{padding-bottom:4px}.bannerization__image-carousel .top-logo-text .bannerization__image-carousel__content__desc{color:#1a1a1a;padding-bottom:0;margin-bottom:4px}.bannerization__image-carousel .top-logo-text .bannerization__image-carousel__white-cta{position:absolute;bottom:114px;left:12px;padding:2px 10px}@media screen and (min-width: 1300px){.bannerization__image-carousel .top-logo-text .bannerization__image-carousel__white-cta{bottom:130px;left:16px}}.bannerization__image-carousel .bottom-strip-text .bannerization__image-carousel__content{top:20px;left:0;text-align:center;width:100%}@media screen and (min-width: 1300px){.bannerization__image-carousel .bottom-strip-text .bannerization__image-carousel__content{top:16px}}.bannerization__image-carousel .bottom-strip-text .bannerization__image-carousel__content__title,.bannerization__image-carousel .bottom-strip-text .bannerization__image-carousel__content__title__desc{color:#1a1a1a;font-size:14px;padding-bottom:12px}@media screen and (min-width: 1300px){.bannerization__image-carousel .bottom-strip-text .bannerization__image-carousel__content__title,.bannerization__image-carousel .bottom-strip-text .bannerization__image-carousel__content__title__desc{font-size:20px;padding-bottom:8px}}@media screen and (min-width: 1300px){.bannerization__image-carousel .bottom-strip-text .bannerization__image-carousel__content__title__desc{font-size:16px;padding-bottom:8px}}.bannerization__image-carousel .bottom-strip-text .bannerization__image-carousel__content__desc{color:#1a1a1a;font-size:10px;padding-bottom:4px}@media screen and (min-width: 1300px){.bannerization__image-carousel .bottom-strip-text .bannerization__image-carousel__content__desc{padding-bottom:4px;font-size:16px}}.bannerization__image-carousel .bottom-strip-text .bannerization__image-carousel__content__desc:before{content:"•";margin-right:10px}.bannerization__image-carousel .bottom-strip-text .bannerization__image-carousel__bottom__desc{position:absolute;bottom:8px;width:100%}@media screen and (min-width: 1300px){.bannerization__image-carousel .bottom-strip-text .bannerization__image-carousel__bottom__desc{bottom:12px}}.bannerization__image-carousel .bottom-strip-text .bannerization__image-carousel__bottom__desc p{color:#1a1a1a}.bannerization__image-carousel .brand-offer .bannerization__image-carousel__content{top:52px;left:15px}@media screen and (min-width: 1300px){.bannerization__image-carousel .brand-offer .bannerization__image-carousel__content{top:68px;left:20px}}.bannerization__image-carousel .brand-offer .bannerization__image-carousel__content div{min-height:22px}.bannerization__image-carousel .brand-offer .bannerization__image-carousel__content__title,.bannerization__image-carousel .brand-offer .bannerization__image-carousel__content__title__desc{color:#1a1a1a;padding-bottom:0}@media screen and (min-width: 1300px){.bannerization__image-carousel .brand-offer .bannerization__image-carousel__content__title,.bannerization__image-carousel .brand-offer .bannerization__image-carousel__content__title__desc{padding-bottom:0}}.bannerization__image-carousel .brand-offer .bannerization__image-carousel__content__title__desc{padding-bottom:10px}@media screen and (min-width: 1300px){.bannerization__image-carousel .brand-offer .bannerization__image-carousel__content__title__desc{padding-bottom:12px}}.bannerization__image-carousel .brand-offer .bannerization__image-carousel__content__code{padding:0 8px}@media screen and (min-width: 1300px){.bannerization__image-carousel .brand-offer .bannerization__image-carousel__content__code{padding:0 10px}}.bannerization__image-carousel .brand-offer .bannerization__image-carousel__orange-cta{position:absolute;bottom:132px;left:10px;background:#e55005;color:#fff;border-radius:4px;padding:4px 6px;width:max-content;border:none}@media screen and (min-width: 1300px){.bannerization__image-carousel .brand-offer .bannerization__image-carousel__orange-cta{padding:5px 8px;bottom:166px;left:12px}}div.bannerization__image-carousel{padding-right:8px}div:has(>section.banner-image-carousel-dynamic-l2-gradient){-webkit-backdrop-filter:blur(var(--banner-image-carousel-dynamic-l2-blur));backdrop-filter:blur(var(--banner-image-carousel-dynamic-l2-blur));background:linear-gradient(var(--banner-image-carousel-dynamic-l2-gradient-direction),var(--banner-image-carousel-dynamic-l2-gradient1),var(--banner-image-carousel-dynamic-l2-gradient2),var(--banner-image-carousel-dynamic-l2-gradient3),var(--banner-image-carousel-dynamic-l2-gradient4))}div:has(>section.banner-image-carousel-dynamic-l2-solid){-webkit-backdrop-filter:blur(var(--banner-image-carousel-dynamic-l2-blur));backdrop-filter:blur(var(--banner-image-carousel-dynamic-l2-blur));background-color:var(--banner-image-carousel-dynamic-l2-gradient1)}div:has(>section.banner-image-carousel-dynamic-l2-image) img.banner-image-carousel-dynamic-l2-image{opacity:var(--banner-image-carousel-dynamic-l2-opacity);filter:blur(var(--banner-image-carousel-dynamic-l2-blur))}section.bannerization__image-carousel.layer-3-theme{-webkit-backdrop-filter:blur(var(--banner-image-carousel-dynamic-l3-blur));backdrop-filter:blur(var(--banner-image-carousel-dynamic-l3-blur))}section.bannerization__image-carousel.layer-3-theme.banner-image-carousel-dynamic-l3-gradient{background:linear-gradient(var(--banner-image-carousel-dynamic-l3-gradient-direction),var(--banner-image-carousel-dynamic-l3-gradient1),var(--banner-image-carousel-dynamic-l3-gradient2),var(--banner-image-carousel-dynamic-l3-gradient3),var(--banner-image-carousel-dynamic-l3-gradient4))}section.bannerization__image-carousel.layer-3-theme.banner-image-carousel-dynamic-l3-solid{background:var(--banner-image-carousel-dynamic-l3-gradient1)}section.bannerization__image-carousel.layer-3-theme.banner-image-carousel-dynamic-l3-image{background-color:unset;position:relative}section.bannerization__image-carousel.layer-3-theme.banner-image-carousel-dynamic-l3-image img.banner-image-carousel-dynamic-l3-image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;opacity:var(--banner-image-carousel-dynamic-l3-opacity);filter:blur(var(--banner-image-carousel-dynamic-l3-blur))}.bannerization__carousel-with-text .swiper{padding-top:0}.bannerization__carousel-with-text .swiper .swiper-slide{height:auto}.bannerization__carousel-with-text .swiper .swiper-button-next{right:0}.bannerization__carousel-with-text .swiper .swiper-button-prev{left:0}.bannerization__carousel-with-text .bannerization__heading{color:#222f3f}.bannerization__carousel-with-text .bannerization__heading.line-clamp-2{max-height:62px}.bannerization__carousel-with-text__img-box{display:block;height:100%;position:relative}.bannerization__carousel-with-text__img-box img{width:100%;height:100%;border-radius:4px}.bannerization__carousel-with-text__content{position:absolute;color:#1a1a1a;top:61px;left:8px}@media screen and (min-width: 1300px){.bannerization__carousel-with-text__content{top:65px;left:15px}}.bannerization__carousel-with-text__content__title,.bannerization__carousel-with-text__content__title__desc{color:inherit;font-size:16px}@media screen and (min-width: 1300px){.bannerization__carousel-with-text__content__title,.bannerization__carousel-with-text__content__title__desc{font-size:24px}}.bannerization__carousel-with-text__content__desc{color:inherit;padding:8px 0 4px;font-size:14px}@media screen and (min-width: 1300px){.bannerization__carousel-with-text__content__desc{padding:16px 0 4px;font-size:20px}}.bannerization__carousel-with-text__content__amount{color:inherit;font-size:28px}@media screen and (min-width: 1300px){.bannerization__carousel-with-text__content__amount{font-size:32px}}.bannerization__carousel-with-text__content p{line-height:calc(1em + 4px);white-space:nowrap}.bannerization__carousel-with-text .with-cta .bannerization__carousel-with-text__content{position:absolute;color:#fff;top:16px;left:12px}@media screen and (min-width: 1300px){.bannerization__carousel-with-text .with-cta .bannerization__carousel-with-text__content{left:20px}}.bannerization__carousel-with-text .with-cta .bannerization__carousel-with-text__content__title,.bannerization__carousel-with-text .with-cta .bannerization__carousel-with-text__content__title__desc{color:inherit;font-size:18px}@media screen and (min-width: 1300px){.bannerization__carousel-with-text .with-cta .bannerization__carousel-with-text__content__title,.bannerization__carousel-with-text .with-cta .bannerization__carousel-with-text__content__title__desc{font-size:22px}}.bannerization__carousel-with-text .with-cta .bannerization__carousel-with-text__content__desc{color:inherit;padding-top:16px;padding-bottom:0;overflow:hidden}@media screen and (min-width: 1300px){.bannerization__carousel-with-text .with-cta .bannerization__carousel-with-text__content__desc{padding-top:24px;padding-bottom:0;font-size:12px}}.bannerization__carousel-with-text .with-cta .bannerization__carousel-with-text__content__desc__list{color:inherit;padding-bottom:12px}@media screen and (min-width: 1300px){.bannerization__carousel-with-text .with-cta .bannerization__carousel-with-text__content__desc__list{padding-bottom:12px}}.bannerization__carousel-with-text .with-cta .bannerization__carousel-with-text__content__desc__list:before{content:"•";margin-right:10px}.bannerization__carousel-with-text .with-cta .bannerization__carousel-with-text__content__amount{color:inherit;font-size:26px;padding-bottom:22px}@media screen and (min-width: 1300px){.bannerization__carousel-with-text .with-cta .bannerization__carousel-with-text__content__amount{font-size:32px;padding-bottom:16px}}.bannerization__carousel-with-text .with-cta .bannerization__carousel-with-text__white-cta{position:absolute;left:20px;bottom:21px;color:#000;padding:5px 8px;width:max-content;border-radius:20px;font-size:12px;border:none}@media screen and (min-width: 1300px){.bannerization__carousel-with-text .with-cta .bannerization__carousel-with-text__white-cta{bottom:24px;font-size:14px;padding:8px 10px;border-radius:25px}}section.bannerization__carousel-with-text{padding-right:0}@media screen and (min-width: 1025px){.ipo--main-container .ipo-title-with-description{padding-left:141px;padding-top:16px;padding-bottom:16px}}.ipo-title-with-description{max-width:892px}.ipo-title-with-description.cls-min-height__ipo-title{height:15vh;max-width:100%}.ipo-title-with-description__content{gap:4px}.ipo-title-with-description__content .ipo-title{font-size:22px;color:#1a1a1a}@media screen and (max-width: 767px){.ipo-title-with-description__content .ipo-title{font-size:20px}}.ipo-title-with-description__content .sign-in-text{color:#1a1a1a}@media screen and (max-width: 767px){.ipo-title-with-description__content .sign-in-text{color:#666}}.ipo-title-with-description__content .sign-in-text.hide-cmp{display:none}.ipo-title-with-description__content .sign-in-text .sign-in-button--ipo-title{color:#ff6700;cursor:pointer}.header-language{background:transparent}@media screen and (max-width: 1024px){.header-language{display:none}}.header-language__icon-box{height:24px}.header-language .backdrop{background-color:#000000b3;position:fixed;top:0;left:0;height:100%;z-index:1008;visibility:hidden;margin-top:80px}.header-language .r-header-dropdown__menu{display:none;top:70px;left:0;min-width:246px;padding:8px 0}.header-language .r-header-dropdown__menu-language{margin-top:10px}.header-language .r-header-dropdown__portal-list{display:block;margin:0}.header-language .r-header-dropdown__portal-list li{width:100%}.header-language .r-header-dropdown__portal-list li a{text-align:left;padding:12px 16px;flex-direction:row;gap:12px}.header-language .r-header-dropdown__portal-list li a input.custom-radio{width:16px;height:16px}.header-language .r-header-dropdown__portal-list li a input.custom-radio:checked:after{border:2px solid #000f1e}.header-language .r-header-dropdown .r-header__quick-cta-list__box{padding:15px 8px 27px}.header-language .r-header-dropdown:hover .r-header__quick-cta-list__box{background-color:#001326}.header-language .r-header-dropdown:hover .r-header__quick-cta-list__box span{color:#fff}.header-language .r-header-dropdown:hover .r-header__quick-cta-list__box span:after{border-top-color:#fff;transform:rotate(180deg)}.header-language .r-header-dropdown:hover .backdrop{visibility:visible}.header-language .r-header-dropdown:hover .backdrop:hover{visibility:hidden}.header-language .r-header-dropdown:hover .r-header-dropdown__menu{display:block;z-index:1009}.header-language .r-header-dropdown .r-header__quick-cta-list__lbl:after{transition:all .3s ease-in-out;border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid #ffffff}.header-language .r-header-dropdown .r-header-dropdown__radiobtn:checked+.r-header-dropdown__langspan{font-weight:500}.qr-variation .header-language{display:block;position:fixed;right:16px;z-index:99999;margin-top:-56px}@media screen and (min-width: 320px){.qr-variation .header-language{display:flex;justify-content:end}}.qr-variation .header-language .r-header-dropdown{position:absolute}.qr-variation .header-language .r-header-dropdown:hover .r-header__quick-cta-list__box{background-color:transparent}.qr-variation .header-language .r-header-dropdown__menu-language:before{content:"";position:absolute;top:-8px;right:8px;width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid #ffffff;border-top:0;z-index:10}.qr-variation .header-language .r-header-dropdown__menu{background-color:#fff;min-width:134px;top:0;left:unset}.qr-variation .header-language .r-header-dropdown__portal-list{display:block;width:158px}.qr-variation .header-language .r-header-dropdown__portal-list>li>a{flex-direction:unset}.qr-variation .header-language .r-header-dropdown__portal-list>li>a input.custom-radio:checked:after{border:2px solid #ffffff}.qr-variation .header-language .r-header-dropdown .r-header-dropdown__menu{display:none;top:26px}.qr-variation .header-language .r-header-dropdown .active{display:block}.qr-variation .header-language .r-header-dropdown .r-header__quick-cta-list__box{padding:0}.qr-variation .header-language .r-header-dropdown .r-header__quick-cta-list__box .bf-icon-vernac-language{color:#fff}.storyly__container{padding:12px 0}.general-grid-clp section.notification-container{padding:0 16px}@media screen and (max-width: 767px){.general-grid-clp section.notification-container{padding:12px 16px}}.notification-container{background-color:#fef0ca;overflow:hidden;color:#1a1a1a;padding:0 16px;height:32px}@media screen and (max-width: 767px){.notification-container{height:52px;padding:12px 16px}}.notification-container .content-wrapper,.notification-container .content-wrapper .message-container{align-self:stretch;min-width:240px;gap:8px;flex:1;flex-basis:0%;margin:auto 0}.notification-container .content-wrapper .message-container .alert-icon{aspect-ratio:1;object-fit:contain;object-position:center;width:20px;height:20px;align-self:stretch;margin:auto 0}@media screen and (max-width: 767px){.notification-container .content-wrapper .message-container .alert-icon{width:20px;height:20px}}.notification-container .content-wrapper .message-container .notification-text{align-self:stretch;line-height:normal;flex:1;flex-basis:0%;margin:auto 0;font-size:12px}.notification-container .content-wrapper .close-icon{display:inline-flex;align-items:center;justify-content:center;cursor:pointer;width:16px;height:16px;font-size:16px}@media screen and (max-width: 767px){.notification-container .content-wrapper .close-icon{width:14px;height:14px;font-size:14px}}.notification-container .content-wrapper .bf-close-icon.close-icon:before{width:100%;height:100%}.notification-container.hidden{display:none}.notification-container .bf-icon-clp-strip:before{display:inline-flex;width:100%;height:100%;font-size:20px}.skeleton,.bannerization__skeleton-loader,.header-sign-in .loader,.skeleton-loading .panel,.skeleton-loading{overflow:hidden;pointer-events:none;height:auto}.skeleton:before,.bannerization__skeleton-loader:before,.header-sign-in .loader:before,.skeleton-loading .panel:before,.skeleton-loading:before{z-index:97;content:"";position:absolute;top:0;right:0;bottom:12px;left:0;background:linear-gradient(to right,#f2f2f2 0,#f2f2f2 20px,transparent 20px),linear-gradient(to left,#f2f2f2 0,#f2f2f2 20px,transparent 20px),linear-gradient(to bottom,#f2f2f2 10%,#d8d8d8 10%,#d8d8d8 25%,#f2f2f2 25%,#f2f2f2 35%,#d8d8d8 35%,#d8d8d8 43%,#f2f2f2 43%,#f2f2f2 50%,#d8d8d8 50%,#d8d8d8 58%,#f2f2f2 58%,#f2f2f2 66%,#d8d8d8 66%,#d8d8d8 74%,#f2f2f2 74%,#f2f2f2 80%,#d8d8d8 80%,#d8d8d8 90%,#f2f2f2 90%);color:#fafafa;display:inline-block}@media screen and (max-width: 767px){.skeleton:before,.bannerization__skeleton-loader:before,.header-sign-in .loader:before,.skeleton-loading .panel:before,.skeleton-loading:before{bottom:8px}}.skeleton:after,.bannerization__skeleton-loader:after,.header-sign-in .loader:after,.skeleton-loading .panel:after,.skeleton-loading:after{z-index:97;position:absolute;top:0;right:0;bottom:12px;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,#fff0 0,#fff3 20%,#ffffff80 60%,#fff0);animation:shimmer 1.4s infinite;content:"";color:#fafafa;opacity:1}@media screen and (max-width: 767px){.skeleton:after,.bannerization__skeleton-loader:after,.header-sign-in .loader:after,.skeleton-loading .panel:after,.skeleton-loading:after{bottom:8px}}@keyframes shimmer{to{transform:translate(100%)}}.skeleton-loading,.skeleton-loading .panel{position:relative}.skeleton-loading.stock-list-line-1{height:50px}.skeleton-loading.stock-list-line-1:before{background:linear-gradient(to right,#f2f2f2 0,#f2f2f2 20px,transparent 20px),linear-gradient(to left,#f2f2f2 0,#f2f2f2 20px,transparent 20px),linear-gradient(to bottom,#f2f2f2 10%,#d8d8d8 10%,#d8d8d8 25%)}.skeleton-loading.line-2:before{background-size:100% 50%}.skeleton-loading.line-3:before{background-size:100% 33.33%}.skeleton-loading.line-5:before{background-size:100% 10%}section.bannerization__skeleton-loader.bannerization__hidden,section.bannerization.bannerization__hidden,div.strip-banner.bannerization__hidden{height:0;overflow:hidden;opacity:0;padding:0;visibility:hidden;min-height:0}.bannerization__cls-height-auto{min-height:auto}.bannerization__skeleton-loader{position:relative;z-index:80;min-height:200px}.bannerization__heading{margin-bottom:8px}.bannerization__blue-cta{background:#414455;color:#fff;padding:8px 10px;border-radius:4px;border:none}body.hp-layer1-theme div:has(>section.bannerization__hidden),body.hp-layer2-theme div:has(>section.bannerization__hidden),body.hp-layer2-theme.hp-layer1-theme div:has(>section.bannerization__hidden){display:none}.bannerization__product-description .swiper{padding-top:0}.bannerization__product-description .swiper .swiper-slide{height:auto}.bannerization__product-description .swiper .swiper-button-next{right:0}.bannerization__product-description .swiper .swiper-button-prev{left:0}.bannerization__product-description .bannerization__heading{color:#222f3f}.bannerization__product-description .bannerization__heading.line-clamp-2{max-height:62px}.bannerization__product-description__img-box{display:block;position:relative}.bannerization__product-description__img-box img{width:100%;height:100%;border-radius:4px}.bannerization__product-description__content{position:absolute;text-align:center;top:24px;left:0;width:100%}@media screen and (min-width: 1300px){.bannerization__product-description__content{top:14px}}.bannerization__product-description__content__title{color:#1a1a1a;width:100%;padding-bottom:4px;font-size:13px}@media screen and (min-width: 1300px){.bannerization__product-description__content__title{font-size:20px;padding-bottom:12px}}.bannerization__product-description__content__title__desc{color:#1a1a1a;font-size:14px;padding-bottom:4px}@media screen and (min-width: 1300px){.bannerization__product-description__content__title__desc{padding-bottom:4px;font-size:20px}}.bannerization__product-description__content__white-cta{background:#fff;color:#000;border-radius:20px;border:.5px solid #000000;padding:3px 10px;width:max-content;font-size:10px}@media screen and (min-width: 1300px){.bannerization__product-description__content__white-cta{font-size:14px}}.bannerization__product-description__content__desc{color:#666;margin-bottom:4px}.bannerization__product-description .bottom-text .bannerization__product-description__content__desc{color:#1a1a1a;margin-bottom:4px}.bannerization__product-description p{line-height:calc(1em + 4px);white-space:nowrap}section.bannerization__product-description{padding-right:0}div:has(>section.product-description-banner-dynamic-l2-gradient){-webkit-backdrop-filter:blur(var(--product-description-banner-dynamic-l2-blur));backdrop-filter:blur(var(--product-description-banner-dynamic-l2-blur));background:linear-gradient(var(--product-description-banner-dynamic-l2-gradient-direction),var(--product-description-banner-dynamic-l2-gradient1),var(--product-description-banner-dynamic-l2-gradient2),var(--product-description-banner-dynamic-l2-gradient3),var(--product-description-banner-dynamic-l2-gradient4))}div:has(>section.product-description-banner-dynamic-l2-solid){-webkit-backdrop-filter:blur(var(--product-description-banner-dynamic-l2-blur));backdrop-filter:blur(var(--product-description-banner-dynamic-l2-blur));background-color:var(--product-description-banner-dynamic-l2-gradient1)}div:has(>section.product-description-banner-dynamic-l2-image) img.product-description-banner-dynamic-l2-image{opacity:var(--product-description-banner-dynamic-l2-opacity);filter:blur(var(--product-description-banner-dynamic-l2-blur))}section.bannerization__product-description.layer-3-theme{-webkit-backdrop-filter:blur(var(--product-description-banner-dynamic-l3-blur));backdrop-filter:blur(var(--product-description-banner-dynamic-l3-blur))}section.bannerization__product-description.layer-3-theme.product-description-banner-dynamic-l3-gradient{background:linear-gradient(var(--product-description-banner-dynamic-l3-gradient-direction),var(--product-description-banner-dynamic-l3-gradient1),var(--product-description-banner-dynamic-l3-gradient2),var(--product-description-banner-dynamic-l3-gradient3),var(--product-description-banner-dynamic-l3-gradient4))}section.bannerization__product-description.layer-3-theme.product-description-banner-dynamic-l3-solid{background:var(--product-description-banner-dynamic-l3-gradient1)}section.bannerization__product-description.layer-3-theme.product-description-banner-dynamic-l3-image{background-color:unset;position:relative}section.bannerization__product-description.layer-3-theme.product-description-banner-dynamic-l3-image img.product-description-banner-dynamic-l3-image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;opacity:var(--product-description-banner-dynamic-l3-opacity);filter:blur(var(--product-description-banner-dynamic-l3-blur))}section.bannerization__product-description.layer-3-theme.product-description-banner-dynamic-l3-image>div{position:relative}section.bannerization__product-description.layer-3-theme.product-description-banner-dynamic-l3-image img.product-description-banner-dynamic-l3-image{z-index:unset}.features-carousel{display:flex;padding:16px;gap:16px;background:#fff;width:100%}@media (max-width: 768px){.features-carousel{gap:12px;padding:12px 0;width:100%}}.features-carousel__container{display:flex;flex-direction:column;gap:12px;width:100%}.features-carousel__header{display:flex;gap:4px}@media (max-width: 768px){.features-carousel__header{padding:0;display:block}}.features-carousel__title{font-size:20px;font-weight:500;color:#1a1a1a}@media (max-width: 768px){.features-carousel__title{font-size:18px}}.features-carousel__cards{display:flex;gap:16px;flex-wrap:wrap}@media (max-width: 768px){.features-carousel__cards{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:0;gap:12px}}.features-carousel__card{width:152px;height:152px;padding:12px 8px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;text-align:center;display:flex;flex-direction:column;justify-content:center;gap:12px;align-items:center}@media (max-width: 768px){.features-carousel__card{min-width:96px;height:80px;gap:8px;padding:3px 0 0}}@media (max-width: 385px){.features-carousel__card{height:90px}}.features-carousel__image-container{width:56px;height:56px}@media (max-width: 768px){.features-carousel__image-container{width:24px;height:24px}}.features-carousel__text{font-size:16px;color:#1a1a1a;font-weight:400;word-break:break-word}@media (max-width: 768px){.features-carousel__text{font-size:12px}}.rewards-container{display:flex;padding:16px;gap:16px;background:#fff;width:100%}@media (max-width: 768px){.rewards-container{gap:12px;padding:12px 16px}}.rewards-container__container{display:flex;flex-direction:column;width:100%}.rewards-container__cards{display:flex;gap:16px}@media (max-width: 768px){.rewards-container__cards{gap:12px}}.rewards-container__card{width:442px;min-height:120px;padding:12px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;text-align:center;display:flex;flex-direction:column;justify-content:center;gap:12px;align-items:center}@media (max-width: 768px){.rewards-container__card{width:48%;min-height:98px;border-radius:4px}}.rewards-container__image-container{width:60px;height:60px}@media (max-width: 768px){.rewards-container__image-container{width:42px;height:42px}}.rewards-container__text{font-size:16px;color:#1a1a1a;font-weight:400;word-break:break-word;line-height:24px}@media (max-width: 768px){.rewards-container__text{font-size:14px;line-height:20px}}.tools-carousel{display:flex;padding:16px;background:#fff;width:100%}@media (max-width: 768px){.tools-carousel{gap:12px;padding:12px 0}}.tools-carousel__container{display:flex;flex-direction:column;gap:12px;width:100%}.tools-carousel__header{display:flex;gap:4px}@media (max-width: 768px){.tools-carousel__header{padding:0}}.tools-carousel__title{font-size:20px;font-weight:500;color:#1a1a1a}@media (max-width: 768px){.tools-carousel__title{font-size:18px}}.tools-carousel__cards{display:flex;gap:16px;flex-wrap:wrap}@media (max-width: 768px){.tools-carousel__cards{padding:0;gap:8px}}.tools-carousel__card{width:213px;height:150px;padding:12px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;text-align:center;display:flex;flex-direction:column;justify-content:center;gap:8px;align-items:center}@media (max-width: 768px){.tools-carousel__card{width:31%;height:76px;gap:4px;padding:12px 6px}}@media (max-width: 368px){.tools-carousel__card{height:90px}}.tools-carousel__image-container{width:40px;height:40px}@media (max-width: 768px){.tools-carousel__image-container{width:24px;height:24px}}.tools-carousel__text{font-size:16px;color:#1a1a1a;font-weight:400;word-break:break-word;line-height:24px}@media (max-width: 768px){.tools-carousel__text{font-size:12px;white-space:nowrap;line-height:16px}}@media (max-width: 368px){.tools-carousel__text{word-break:break-word;white-space:normal;overflow-wrap:break-word}}.sector-container{display:flex;padding:12px 0;gap:87px;background:#fff;width:100%}@media (max-width: 768px){.sector-container{gap:12px;padding:12px 0}}.sector-container__container{display:flex;flex-direction:column;width:100%}.sector-container__cards{display:flex;flex-wrap:nowrap}.sector-container__card{width:50%;min-height:19px;background:#fff;text-align:center;display:flex;flex-direction:row;justify-content:center;gap:8px;border-right:2px solid #e5e5e5}.sector-container__card:last-child{border-right:none}@media (max-width: 768px){.sector-container__card{width:50%;min-height:16px}}.sector-container__image-container{width:16px;height:16px}@media (max-width: 768px){.sector-container__image-container{width:14px;height:14px}}.sector-container__text{font-size:16px;color:#1056aa;font-weight:500;word-break:break-word}@media (max-width: 768px){.sector-container__text{font-size:12px;line-height:16px}}.add-services{display:flex;padding:16px;gap:12px;background:#fff;width:100%}@media (max-width: 768px){.add-services{gap:12px;padding:12px 0}}.add-services__container{display:flex;flex-direction:column;gap:12px;width:100%}.add-services__header{display:flex;gap:4px}@media (max-width: 768px){.add-services__header{padding:0}}.add-services__title{font-size:20px;font-weight:500;color:#1a1a1a}@media (max-width: 768px){.add-services__title{font-size:18px}}.add-services__cards{display:flex;gap:16px;flex-wrap:wrap}@media (max-width: 768px){.add-services__cards{padding:0;gap:8px}}.add-services__card{max-width:270px;min-height:143px;padding:12px;background:#fff;border:1px solid #e5e5e5;border-radius:8px;display:flex;flex-direction:column;justify-content:flex-start;align-items:baseline;gap:8px;flex:1}@media (max-width: 768px){.add-services__card{min-width:48%;min-height:141px;gap:4px}}.add-services__image-container{width:40px;height:40px}@media (max-width: 768px){.add-services__image-container{width:32px;height:32px}}.add-services__text{font-size:16px;color:#1a1a1a;font-weight:500;word-break:break-word}@media (max-width: 768px){.add-services__text{font-size:14px}}.add-services__summary{font-size:14px;font-weight:400;color:#666;text-align:left;word-break:break-word}@media (max-width: 768px){.add-services__summary{font-size:12px}}.banner-carousel{padding:0;position:relative;container:inline-size;container-type:inline-size}.banner-carousel img{display:block;width:100%}.banner-carousel__content{position:absolute;color:#1a1a1a}@container ((min-width: 1300px)){.banner-carousel__content__heading{display:flex;height:43px}}.banner-carousel__content__heading p{display:flex;align-items:center}.banner-carousel__content h2,.banner-carousel__content .subscription-card-carousel__card__header__plan-title,.banner-carousel__content .subscription-card-carousel__card__details-title{overflow:hidden}@container ((min-width: 1300px)){.banner-carousel__content h2,.banner-carousel__content .subscription-card-carousel__card__header__plan-title,.banner-carousel__content .subscription-card-carousel__card__details-title{margin-left:10px}}.banner-carousel__content p,.banner-carousel__content h2,.banner-carousel__content .subscription-card-carousel__card__header__plan-title,.banner-carousel__content .subscription-card-carousel__card__details-title,.banner-carousel__content li{line-height:calc(1em + 4px);white-space:nowrap}.banner-carousel__cta{background:#fff;color:#000;border-radius:20px;border:0;position:absolute}.hero-banner-carousel .banner-carousel__content{top:16px;left:13px}@container ((min-width: 1025px)){.hero-banner-carousel .banner-carousel__content{top:16px;left:20px}}@container ((min-width: 1300px)){.hero-banner-carousel .banner-carousel__content{top:20px;left:40px}}.hero-banner-carousel .banner-carousel__content ul{padding-left:5px;margin:8px 0 16px}@container ((min-width: 1300px)){.hero-banner-carousel .banner-carousel__content ul{margin:10px 0}}.hero-banner-carousel .banner-carousel__content ul li{list-style-position:inside;font-size:14px;margin-bottom:4px}@container ((min-width: 1300px)){.hero-banner-carousel .banner-carousel__content ul li{font-size:22px}}.hero-banner-carousel .banner-carousel__content p{font-size:16px}.hero-banner-carousel .banner-carousel__content p,.hero-banner-carousel .banner-carousel__content h2,.hero-banner-carousel .banner-carousel__content .subscription-card-carousel__card__header__plan-title,.hero-banner-carousel .banner-carousel__content .subscription-card-carousel__card__details-title{display:block}@container ((min-width: 1300px)){.hero-banner-carousel .banner-carousel__content p,.hero-banner-carousel .banner-carousel__content h2,.hero-banner-carousel .banner-carousel__content .subscription-card-carousel__card__header__plan-title,.hero-banner-carousel .banner-carousel__content .subscription-card-carousel__card__details-title{font-size:34px}}.hero-banner-carousel .banner-carousel__content h2,.hero-banner-carousel .banner-carousel__content .subscription-card-carousel__card__header__plan-title,.hero-banner-carousel .banner-carousel__content .subscription-card-carousel__card__details-title{color:#002953;margin-bottom:4px}@container ((min-width: 1300px)){.hero-banner-carousel .banner-carousel__content h2,.hero-banner-carousel .banner-carousel__content .subscription-card-carousel__card__header__plan-title,.hero-banner-carousel .banner-carousel__content .subscription-card-carousel__card__details-title{margin-left:10px;margin-bottom:2px}}.hero-banner-carousel .banner-carousel__cta{left:12px;bottom:38px;padding:5px 12px;border:.5px solid #000000;font-size:15px}@container ((min-width: 1025px)){.hero-banner-carousel .banner-carousel__cta{bottom:20px}}@container ((min-width: 1300px)){.hero-banner-carousel .banner-carousel__cta{padding:7px 16px;font-size:22px;left:40px;bottom:38px}}.hero-banner-carousel .swiper{padding-top:0}.hero-banner-carousel .swiper .swiper-slide{height:auto;position:relative;width:100%}.hero-banner-carousel .swiper .swiper-slide a{width:100%}.hero-banner-carousel .swiper-wrap-container .swiper-button-prev{left:0}.hero-banner-carousel .swiper-wrap-container .swiper-button-next{right:0}.hero-banner-carousel .swiper-pagination{position:absolute;bottom:0;background:transparent;height:22px;padding-top:6px}.hero-banner-carousel .swiper-pagination .swiper-pagination-bullet{background-color:#ccc}.hero-banner-carousel .swiper-pagination .swiper-pagination-bullet-active{background-color:#666}.hero-banner-carousel .swiper-wrap-container:after{content:"";position:absolute;bottom:0;width:100%;height:22px;background-color:#fff;opacity:.3;z-index:1}@container ((min-width: 1300px)){.hero-banner-carousel .swiper-wrap-container:after{height:30px}}.cibil-score-banner .banner-carousel__content{top:48px;left:12px}@container (min-width: 900px){.cibil-score-banner .banner-carousel__content{left:32px}}@container (min-width: 900px){.cibil-score-banner .banner-carousel__content__heading{display:flex;height:43px}}.cibil-score-banner .banner-carousel__content p,.cibil-score-banner .banner-carousel__content h2,.cibil-score-banner .banner-carousel__content .subscription-card-carousel__card__header__plan-title,.cibil-score-banner .banner-carousel__content .subscription-card-carousel__card__details-title{display:block;color:#fff;font-size:23px}@container (min-width: 900px){.cibil-score-banner .banner-carousel__content p,.cibil-score-banner .banner-carousel__content h2,.cibil-score-banner .banner-carousel__content .subscription-card-carousel__card__header__plan-title,.cibil-score-banner .banner-carousel__content .subscription-card-carousel__card__details-title{font-size:40px}}.cibil-score-banner .banner-carousel__content h2,.cibil-score-banner .banner-carousel__content .subscription-card-carousel__card__header__plan-title,.cibil-score-banner .banner-carousel__content .subscription-card-carousel__card__details-title{overflow:hidden}@container (min-width: 900px){.cibil-score-banner .banner-carousel__content h2,.cibil-score-banner .banner-carousel__content .subscription-card-carousel__card__header__plan-title,.cibil-score-banner .banner-carousel__content .subscription-card-carousel__card__details-title{margin-left:10px}}.cibil-score-banner .banner-carousel__cta{left:12px;bottom:71px;padding:4px 8px;font-size:12px}@container (min-width: 900px){.cibil-score-banner .banner-carousel__cta{font-size:22px;left:32px;bottom:43px}}.help-banner .banner-carousel__content{top:12px;left:12px;bottom:8px}@container ((min-width: 1300px)){.help-banner .banner-carousel__content{top:18px;left:26px;bottom:18px}}@container ((min-width: 1300px)){.help-banner .banner-carousel__content__heading{display:flex}@container ((min-width: 1300px)){.help-banner .banner-carousel__content__heading h2,.help-banner .banner-carousel__content__heading .subscription-card-carousel__card__header__plan-title,.help-banner .banner-carousel__content__heading .subscription-card-carousel__card__details-title{margin-left:10px}}}.help-banner .banner-carousel__content__heading p,.help-banner .banner-carousel__content__heading h2,.help-banner .banner-carousel__content__heading .subscription-card-carousel__card__header__plan-title,.help-banner .banner-carousel__content__heading .subscription-card-carousel__card__details-title{display:block;font-size:16px;color:#fff}@container ((min-width: 1300px)){.help-banner .banner-carousel__content__heading p,.help-banner .banner-carousel__content__heading h2,.help-banner .banner-carousel__content__heading .subscription-card-carousel__card__header__plan-title,.help-banner .banner-carousel__content__heading .subscription-card-carousel__card__details-title{font-size:32px}}.help-banner .banner-carousel__content__subheading{font-size:10px;color:#000;padding-top:14px;overflow:hidden;max-width:34ch;text-overflow:ellipsis;white-space:nowrap}@container ((min-width: 1300px)){.help-banner .banner-carousel__content__subheading{padding-top:16px;font-size:24px}}.help-banner .banner-carousel__sub-cta-text{position:absolute;bottom:8px;left:12px;font-size:6px;color:#000}@container ((min-width: 1300px)){.help-banner .banner-carousel__sub-cta-text{font-size:10px;margin-top:7px;bottom:18px;left:26px}}.help-banner .banner-carousel__cta{bottom:19px;left:12px;background-color:#1a1a1a;color:#fff;border-radius:4px;padding:4px 12px;font-size:12px}@container ((min-width: 1300px)){.help-banner .banner-carousel__cta{bottom:34px;padding:3px 11px;font-size:19px;left:26px}}div:has(>section.banner-carousel-dynamic-l2-gradient){-webkit-backdrop-filter:blur(var(--banner-carousel-dynamic-l2-blur));backdrop-filter:blur(var(--banner-carousel-dynamic-l2-blur));background:linear-gradient(var(--banner-carousel-dynamic-l2-gradient-direction),var(--banner-carousel-dynamic-l2-gradient1),var(--banner-carousel-dynamic-l2-gradient2),var(--banner-carousel-dynamic-l2-gradient3),var(--banner-carousel-dynamic-l2-gradient4))}div:has(>section.banner-carousel-dynamic-l2-solid){-webkit-backdrop-filter:blur(var(--banner-carousel-dynamic-l2-blur));backdrop-filter:blur(var(--banner-carousel-dynamic-l2-blur));background-color:var(--banner-carousel-dynamic-l2-gradient1)}div:has(>section.banner-carousel-dynamic-l2-image) img.banner-carousel-dynamic-l2-image{opacity:var(--banner-carousel-dynamic-l2-opacity);filter:blur(var(--banner-carousel-dynamic-l2-blur))}section.bannerization-banner-carousel-dynamic-theme.layer-3-theme{-webkit-backdrop-filter:blur(var(--banner-carousel-dynamic-l3-blur));backdrop-filter:blur(var(--banner-carousel-dynamic-l3-blur))}section.bannerization-banner-carousel-dynamic-theme.layer-3-theme.banner-carousel-dynamic-l3-gradient{background:linear-gradient(var(--banner-carousel-dynamic-l3-gradient-direction),var(--banner-carousel-dynamic-l3-gradient1),var(--banner-carousel-dynamic-l3-gradient2),var(--banner-carousel-dynamic-l3-gradient3),var(--banner-carousel-dynamic-l3-gradient4))}section.bannerization-banner-carousel-dynamic-theme.layer-3-theme.banner-carousel-dynamic-l3-solid{background:var(--banner-carousel-dynamic-l3-gradient1)}section.bannerization-banner-carousel-dynamic-theme.layer-3-theme.banner-carousel-dynamic-l3-image{background-color:unset;position:relative}section.bannerization-banner-carousel-dynamic-theme.layer-3-theme.banner-carousel-dynamic-l3-image img.banner-carousel-dynamic-l3-image{width:100%;height:100%;position:absolute;top:0;left:0;z-index:-1;opacity:var(--banner-carousel-dynamic-l3-opacity);filter:blur(var(--banner-carousel-dynamic-l3-blur))}.product-category-navigation{background-color:#fff}.product-category-navigation__container{border-bottom:1px solid #cccccc;position:relative;flex-direction:column;justify-content:center;align-items:start;gap:16px;padding:12px 0 16px 16px}@media screen and (min-width: 1025px){.product-category-navigation__container{flex-direction:row;align-items:center;gap:8px;padding:0 18px}}.product-category-navigation__container p{gap:16px;color:#1a1a1a}@media screen and (min-width: 1025px){.product-category-navigation__container p:after{content:"";display:flex;align-items:center;height:24px;width:1px;background-color:#e5e5e5}}.product-category-navigation__container span{color:#002953}.product-category-navigation__container__list{overflow-x:auto;overflow-y:hidden}.product-category-navigation__container__list::-webkit-scrollbar{display:none}.product-category-navigation__container__list__item{cursor:pointer;line-height:16px}@media screen and (min-width: 1025px){.product-category-navigation__container__list__item{padding:16px 8px 13px}}@media screen and (max-width: 767px){.product-category-navigation__container__list__item{padding:0 1px;width:79px}}.product-category-navigation__container__list__item:hover .product-category-navigation__container__list__item__text{color:#ff6700;font-weight:500;position:relative}.product-category-navigation__container__list__item:hover .product-category-navigation__container__list__item__text:after{content:"";position:absolute;top:30px;left:0;width:100%;border-top:2px solid #ff6700;border-top-left-radius:2px;border-top-right-radius:2px}.product-category-navigation__container__list__item__link{gap:4px;padding:0 14px}@media screen and (max-width: 767px){.product-category-navigation__container__list__item__link span{white-space:normal;word-break:break-all}}.product-category-navigation__container__list__item__link img{width:52px;height:52px;border-radius:30px}.product-category-navigation__container__list .product-secondary-category{position:absolute;top:49px;width:100vw;left:0;z-index:1003;background-color:#fff}.product-category-navigation__container__list .product-secondary-category__wrapper{margin:auto}.product-category-navigation__container__list .product-secondary-category__wrapper .product-tertiary{width:18%;padding:10px 18px}.product-category-navigation__container__list .product-secondary-category__wrapper .product-tertiary__title{color:#1a1a1a}.product-category-navigation__container__list .product-secondary-category__wrapper .product-tertiary a{color:#666}.product-category-navigation__container__list .product-secondary-category__wrapper .product-tertiary a:hover{color:#1a1a1a;border-bottom:solid 1px #1a1a1a}.product-category-navigation .backdrop{background-color:#000000b3;height:100%;position:fixed;visibility:hidden;z-index:1002;top:176px}.product-category-navigation .backdrop-visible{visibility:visible}.step-banner{position:relative}.step-banner img{display:block;width:100%}.step-banner__content{width:100%;height:100%;position:absolute;top:0;display:flex;flex-direction:column;justify-content:space-between}.step-banner__content__heading{margin:36px 16px 0 122px;padding-left:2px;text-align:start}.step-banner__content__heading p{color:#fff}@media screen and (min-width: 1025px){.step-banner__content__heading{display:flex;justify-content:center;margin:36px 0 0 142px}.step-banner__content__heading p{font-size:36px;padding-right:6px}}.step-banner__content ul{list-style:none;display:flex;flex-direction:column;margin:66px 16px 14px;padding:0 0 30px;gap:10px}@media screen and (min-width: 1025px){.step-banner__content ul{padding:0 176px 60px;margin:0;flex-direction:row;gap:120px;justify-content:center}}.step-banner__content ul li h2,.step-banner__content ul li .subscription-card-carousel__card__header__plan-title,.step-banner__content ul li .subscription-card-carousel__card__details-title,.step-banner__content ul li p{color:#1a1a1a}.step-banner__content ul li h2,.step-banner__content ul li .subscription-card-carousel__card__header__plan-title,.step-banner__content ul li .subscription-card-carousel__card__details-title{margin-bottom:4px;line-height:calc(1em + 4px);white-space:nowrap}.step-banner__content ul li.step1{margin-left:74px;padding:10px 4px;text-align:end}.step-banner__content ul li.step2{margin-right:83px;padding:10px 4px;text-align:start}@media screen and (min-width: 1025px){.step-banner__content ul li h2,.step-banner__content ul li .subscription-card-carousel__card__header__plan-title,.step-banner__content ul li .subscription-card-carousel__card__details-title{margin-bottom:12px;font-size:24px}.step-banner__content ul li p{font-size:22px}.step-banner__content ul li.step1{margin-left:0;padding:0}.step-banner__content ul li.step2{margin-right:0;padding:0}}.mahabachat-flex-div{gap:16px}.mahabachat-header{gap:12px}.mahabachat-header__top{gap:8px;justify-content:space-between}@media screen and (max-width: 767px){.mahabachat-header__top{gap:12px;justify-content:normal}}.mahabachat-header__description{font-size:14px}@media screen and (max-width: 767px){.mahabachat-header__description{font-size:12px}}.mahabachat-header__button-text{font-size:12px;color:#ff6700;cursor:pointer;white-space:nowrap}.mahabachat-header__video-btn{gap:4px;margin-top:4px}.mahabachat-body{gap:32px}@media screen and (max-width: 767px){.mahabachat-body{flex-direction:column;justify-content:center;gap:12px}}.mahabachat-offers{border:1px solid #F2F2F2;border-radius:8px;gap:8px;width:584px}@media screen and (max-width: 767px){.mahabachat-offers{width:auto}}.mahabachat-offers__deals{border-radius:8px;flex-direction:column}.mahabachat-offers__icon{background-color:#1a1a1a;border-radius:50%;width:45px;height:45px;margin-bottom:4px}.mahabachat-offers__icon img{margin-left:12px;max-width:21px}.mahabachat-offers__options,.mahabachat-offers__options-plus-div{align-items:center}@media screen and (max-width: 767px){.mahabachat-offers__options-plus-div{width:25%}}.mahabachat-offers__description{justify-content:center;gap:4px}.mahabachat-offers__image{height:46px;width:49px;margin-left:4px}.mahabachat-offers__text-div{justify-content:center;min-width:86px;height:20px}@media screen and (max-width: 767px){.mahabachat-offers__text-div{min-width:74px;height:16px;text-align:center}}.mahabachat-offers__text{font-size:14px}@media screen and (max-width: 767px){.mahabachat-offers__text{font-size:12px;margin-top:2px}}@media screen and (max-width: 767px){.mahabachat-offers__section-title{margin-top:2px}}.mahabachat-offers__bulb-icon-div{justify-content:center}.mahabachat-offers__bulb-icon-div img{width:14px;height:14px}.mahabachat-offers__button-text{color:#ff6700;cursor:pointer}.mahabachat-offers__bottom{margin-bottom:8px}.mahabachat-inner-wrapper{justify-content:space-between;background-color:#f2f2f2;padding:16px;border-radius:8px 8px 0 0;height:93px}.mahabachat-footer{padding:8px 16px;border-radius:8px;background:radial-gradient(84.26% 331.73% at 89.07% 49.35%,#9d40d6 2.03%,#630b99);gap:8px;height:93px}@media screen and (max-width: 767px){.mahabachat-footer{width:auto}}.mahabachat-footer__description{justify-content:center;width:475px}.mahabachat-footer__text{color:#fff;font-size:16px}@media screen and (max-width: 767px){.mahabachat-footer__text{font-size:14px}}.mahabachat-footer__knowmore-div{height:17px;margin-top:4px}.mahabachat-footer__knowmore{color:#ff6700;cursor:pointer}.mahabachat-footer__image{height:66px;width:62px}@media screen and (max-width: 767px){.mahabachat-footer__image{height:46px;width:49px}}.plus-div{color:#ccc;gap:10px;padding-top:20px;padding-bottom:20px;padding-left:24px}@media screen and (max-width: 767px){.plus-div{width:16px;padding-top:8px;padding-bottom:25px;padding-left:0}}.close-button-div{text-align:end}.bajajcoins-header__title,.bajajcoins-header__description{justify-content:center}.bajajcoins-header__description .know-more-wrapper{margin-bottom:16px}.bajajcoins-header__desc-test{color:#1a1a1a;text-align:center}.bajajcoins-body{gap:20px}.bajajcoins-body__coinimage{justify-content:center}.bajajcoins-body__coinimage img{max-width:128px}.bajajcoins-body__body-container{background-color:#fafafa;border:1px solid #e5e5e5;border-radius:4px;padding:8px}.bajajcoins-body__text{color:#010101}.bajajcoins-body__options{margin:14px 0 9px;min-height:144px}.bajajcoins-body__lock-icon-div{background-color:#dfdfdf;height:21px;width:21px;border-radius:50%;margin-right:8px;justify-content:center}.bajajcoins-body__lock-icon{height:12px;width:12px}.bajajcoins-body__dotted-div{min-height:16px;margin-left:10px;border-left:1px dotted #cccccc}.bajajcoins-body__option-description{color:#010101}.bajajcoins-body__desc-coin-icon{width:295px;justify-content:space-between;flex:1}@media screen and (max-width: 767px){.bajajcoins-body__desc-coin-icon{width:303px}}.bajajcoins-body__coin-icon-div{width:60px;justify-content:center}.bajajcoins-body__coin-icon{height:12px;width:12px;margin:4px}.bajajcoins-body__125{color:#666}.bajajcoins-body__pay-wallet-desc{text-align:center;font-style:italic}.bajajcoins-body__terms{justify-content:center;margin:8px}.bajajcoins-body__terms-text{color:#ff6700}.bajajcoins-footer{justify-content:center}.bajajcoins-footer__description{cursor:pointer;margin:20px 0 0;width:200px;height:40px;justify-content:center;border-radius:20px;background:linear-gradient(97.13deg,#ff6700 5.56%,#fe8e0c 94.44%)}.bajajcoins-footer__text{font-weight:500;color:#fff}.easy-emi__title{margin-bottom:8px}.easy-emi-body{overflow-y:scroll;gap:8px;scrollbar-width:thin}.easy-emi-body::-webkit-scrollbar{width:3px}.easy-emi-body::-webkit-scrollbar-thumb{border-radius:4px;background-color:#999}.easy-emi-body__img-div{margin-right:12px}.easy-emi-body__img{height:20px;width:20px}.easy-emi-body__offer{background-color:#f2f7ff;padding:12px;gap:16px;border-radius:4px}.easy-emi-body__header-text{font-weight:500;color:#1a1a1a}.easy-emi-body__description-text{color:#4d4d4d}.easy-emi-modal.modal__content{border-radius:8px;width:539px;height:84%;padding:16px 16px 24px}@media screen and (max-width: 767px){.easy-emi-modal.modal__content{width:100%;padding:16px 16px 24px;height:82%}}.easy-emi-modal.modal__dialog{display:flex;justify-content:center}.bajaj-coins-modal.modal__content{justify-content:center;border-radius:8px;width:375px}@media screen and (max-width: 767px){.bajaj-coins-modal.modal__content{border-radius:8px 8px 0 0;width:auto}}.bajaj-coins-modal.modal__dialog{justify-content:center}.bajaj-coins-modal .modal__title{gap:8px;display:grid}.easy-emi-footer__text{font-weight:500;color:#fff}.loan-procedure{width:100%;height:224px;padding:16px 24px}@media screen and (max-width: 767px){.loan-procedure{width:100%;height:375px;padding:12px 16px}}.loan-procedure h2,.loan-procedure .subscription-card-carousel__card__header__plan-title,.loan-procedure .subscription-card-carousel__card__details-title{color:#1a1a1a}.loan-procedure__child{width:50%;position:relative;height:156px}@media screen and (max-width: 767px){.loan-procedure__child{width:100%;height:152px}}.loan-procedure__child ol{margin:0;padding:0;width:80%;display:flex;flex-direction:column;gap:16px}@media screen and (max-width: 767px){.loan-procedure__child ol{padding-left:0;gap:11px}}.loan-procedure__child li{list-style:none;position:relative;padding-left:20px;color:#1a1a1a}.loan-procedure__child li span{font-weight:700;color:#1a1a1a;padding-right:8px;display:inline-block;position:absolute;left:0;top:1px}@media screen and (max-width: 767px){.loan-procedure__child li span{font-size:10px;top:3px}}.loan-procedure__content{padding:12px 16px;height:100%;width:100%;position:absolute;top:0;left:0}@media screen and (max-width: 767px){.loan-procedure__content{padding:12px}}.loan-procedure .main-container{position:relative;gap:32px}@media screen and (max-width: 767px){.loan-procedure .main-container{flex-direction:column;gap:12px}}.loan-procedure img{width:100%;height:100%}.loan-procedure .dotted-line{position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1;left:50%;width:28px;border-top:2px dotted #8AB7ED}@media screen and (max-width: 767px){.loan-procedure .dotted-line{width:0;left:20px;height:10px;border-left:2px dotted #8AB7ED}}.geteasyemi__container{gap:12px;background-color:#fff;counter-reset:step-counter}@media (max-width: 768px){.geteasyemi__container{gap:17px}}.geteasyemi__container .store-container{border:1px dashed #9FC8F7;background-color:#dceeff}.geteasyemi__section-title{font-size:20px;font-weight:500;color:#1a1a1a}@media (max-width: 768px){.geteasyemi__section-title{font-size:18px}}.geteasyemi__wrapper{width:100%;font-size:14px;position:relative;gap:32px}@media (max-width: 768px){.geteasyemi__wrapper{flex-direction:column;gap:12px}}.geteasyemi__dotted-line{width:32px;border-bottom:2px dotted #9FC8F7;margin:0 auto;position:absolute;top:50%;right:48%;left:48%}@media (max-width: 768px){.geteasyemi__dotted-line{rotate:90deg;width:128px;height:100px;left:0;right:100%}}.geteasyemi__steps-phone-container{border-radius:8px;background-color:#eef7ff;display:flex;padding:12px 16px;flex-direction:column;flex:1;position:relative;z-index:1}@media (max-width: 768px){.geteasyemi__steps-phone-container{font-size:10px}}.geteasyemi__list{list-style:none;padding:0;margin:0;gap:16px;width:80%}.geteasyemi__list li{counter-increment:step-counter;position:relative;padding-left:24px}@media (max-width: 768px){.geteasyemi__list li{padding-left:12px}}.geteasyemi__list li:before{content:counter(step-counter);font-weight:700;position:absolute;left:0;top:0}@media (max-width: 768px){.geteasyemi__list li:before{font-size:10px}}.geteasyemi__list-text{font-size:14px;color:#1a1a1a;font-weight:400;line-height:20px}@media (max-width: 768px){.geteasyemi__list-text{font-size:12px;line-height:16px}}.geteasyemi__img-one{position:absolute;right:0;bottom:0;height:108px;width:96px}@media (max-width: 768px){.geteasyemi__img-one{width:71px;height:80px}}.geteasyemi__img-two{position:absolute;right:0;bottom:0;height:105px;width:107px}@media (max-width: 768px){.geteasyemi__img-two{width:67px;height:66px}}.trading-section{padding:0}.trading-section .trading-container{background-color:#fff;padding:12px 0 0 16px;height:45px;border-bottom:1px solid #cccccc}@media screen and (max-width: 767px){.trading-section .trading-container{height:40px;padding:16px 0 0 16px}}.trading-section .trading-container .tabs-wrapper{min-width:240px;gap:32px;height:33px}@media screen and (max-width: 767px){.trading-section .trading-container .tabs-wrapper{gap:12px;height:24px}}.trading-section .trading-container .tabs-wrapper [aria-selected=true]{color:#ff6700;font-weight:500}.trading-section .trading-container .tabs-wrapper [aria-selected=false]{color:#002953;font-weight:400}.trading-section .trading-container .tabs-wrapper .tab-item{cursor:pointer}.trading-section .trading-container .tabs-wrapper .tab-item .tab-item-text{font-size:16px;height:19px}@media screen and (max-width: 767px){.trading-section .trading-container .tabs-wrapper .tab-item .tab-item-text{font-size:12px;height:14px;line-height:1}}.trading-section .trading-container .tabs-wrapper .tab-item .active-indicator{height:2px;margin-top:12px;border-radius:2px 2px 0 0;background:#ff6700}@media screen and (max-width: 767px){.trading-section .trading-container .tabs-wrapper .tab-item .active-indicator{margin-top:8px}}section.video-wall-compo-section{padding-left:0;padding-right:0}@media screen and (min-width: 1025px){section.video-wall-compo-section{padding-right:5px}}section.video-wall-compo-section .video-container__main{display:flex;flex-direction:row;width:100%}@media screen and (max-width: 767px){section.video-wall-compo-section .video-container__main{flex-direction:column}}section.video-wall-compo-section .video-container .section-wrap_container{position:relative;width:100%;padding-bottom:56.25%;height:0}section.video-wall-compo-section .video-container .section-wrap_container .section__video{position:absolute;top:1px;left:1px;width:100%;height:100%}section.video-wall-compo-section .video-container .section-wrap_container .section__video .video-wrapper{position:absolute;width:99%;height:100%}section.video-wall-compo-section .video-container .section-wrap_container .section__video .video-wrapper .kpoint-video-player{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}section.video-wall-compo-section .video-container .section-wrap_container .thumbnail{position:absolute;top:0;left:0;width:100%;height:100%;cursor:pointer;z-index:2;border-radius:4px}section.video-wall-compo-section .video-container .section-wrap_container .thumbnail__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;z-index:3;opacity:.3;border-radius:4px}section.video-wall-compo-section .video-container .section-wrap_container .thumbnail img{width:100%;height:100%;object-fit:cover;display:block;z-index:2;border-radius:4px}section.video-wall-compo-section .video-container .section-wrap_container .thumbnail .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;background-color:#ff8900;width:64px;height:64px;border:3.5px solid #ffffff}@media screen and (max-width: 767px){section.video-wall-compo-section .video-container .section-wrap_container .thumbnail .play-icon{width:36px;height:36px;border:3px solid #ffffff}}section.video-wall-compo-section .video-container .section-wrap_container .thumbnail .play-icon:after{left:55.5%;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:14px solid #ffffff}@media screen and (max-width: 767px){section.video-wall-compo-section .video-container .section-wrap_container .thumbnail .play-icon:after{left:53.5%;border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:8px solid #ffffff}}section.video-wall-compo-section .video-wall__details{width:100%}@media screen and (max-width: 767px){section.video-wall-compo-section .video-wall__details{padding:12px 16px}}section.video-wall-compo-section .video-wall__details .viewers{color:#fff;font-size:14px}@media screen and (max-width: 767px){section.video-wall-compo-section .video-wall__details .viewers{font-size:12px;color:#f2f2f2}}section.video-wall-compo-section .video-wall__details .video-wall__date{color:#fff;font-size:14px}@media screen and (max-width: 767px){section.video-wall-compo-section .video-wall__details .video-wall__date{font-size:12px;color:#f2f2f2}}section.video-wall-compo-section .video-wall__details .video-wall__view{color:#fff;font-size:14px}@media screen and (max-width: 767px){section.video-wall-compo-section .video-wall__details .video-wall__view{font-size:12px;color:#f2f2f2}}section.video-wall-compo-section .video-wall__details .video-wall__title{color:#fff}@media screen and (max-width: 767px){section.video-wall-compo-section .video-wall__details .video-wall__title{font-size:20px}}section.video-wall-compo-section .video-wall__details .video-wall__description{color:#fff}@media screen and (max-width: 767px){section.video-wall-compo-section .video-wall__details .video-wall__description{color:#ccc}}section.video-wall-compo-section .video-wall__details .video-wall__subtitle{color:#fff}@media screen and (max-width: 767px){section.video-wall-compo-section .video-wall__details .video-wall__subtitle{color:#e5e5e5}}section.video-wall-compo-section .video-wall__toggle{display:none}@media screen and (max-width: 767px){section.video-wall-compo-section .video-wall__toggle{display:flex;align-items:center;justify-content:center;font-weight:500;font-size:16px;line-height:20px;cursor:pointer;margin-top:10px;color:#ff8900}}section.video-wall-compo-section .video-wall__toggle,section.video-wall-compo-section .video-wall__toggle *{color:#ff8900}section.video-wall-compo-section .video-wall__toggle .bf-icon-down-arrow{margin-right:5px;transition:transform .3s ease}section.video-wall-compo-section .video-wall__toggle .video-wall__toggle-show-more,section.video-wall-compo-section .video-wall__toggle .video-wall__toggle-show-less{display:flex;align-items:center;color:inherit}section.video-wall-compo-section .video-wall__toggle .video-wall__toggle-show-more span,section.video-wall-compo-section .video-wall__toggle .video-wall__toggle-show-less span{font-size:13.5px}@media screen and (max-width: 767px){section.video-wall-compo-section .video-wall__toggle .video-wall__toggle-show-more span,section.video-wall-compo-section .video-wall__toggle .video-wall__toggle-show-less span{font-size:11.81px}}section.video-wall-compo-section .video-wall__toggle .video-wall__toggle-show-less{display:none}section.video-wall-compo-section .video-wall__toggle.expanded .bf-icon-down-arrow{transform:rotate(180deg)}section.video-wall-compo-section .video-wall__toggle.expanded .video-wall__toggle-show-more{display:none}section.video-wall-compo-section .video-wall__toggle.expanded .video-wall__toggle-show-less{display:flex}section.video-wall-compo-section .float-host{width:100%;height:100%}.demat-acc-btn{width:fit-content;bottom:68px;position:fixed;right:10px;z-index:90}.demat-acc-btn__redirect{color:#fff;text-decoration:none}.spdp-template .general-grid section.spdp-banner{border:none}.spdp-banner{position:relative;overflow:hidden;padding:12px 16px 16px;gap:12px}.spdp-banner__bg{position:absolute;top:0;left:0;object-fit:cover;z-index:0}.spdp-banner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,#0000,#000);z-index:1}.spdp-banner__container-content{position:relative;z-index:2;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border-radius:16px;background-color:#2e2e2eb3;color:#fff}.spdp-banner__title{color:#fff}.spdp-banner__description{color:#fff;line-height:16px}.spdp-banner__description p{color:#fff}.spdp-template .general-grid{border:none}.spdp-template .general-grid section.navigation-cards-list{border:none}.navigation-cards-list{background:linear-gradient(to bottom,#000,#fff calc(100% - 16px),#fff);padding:4px 16px 16px;color:#fff;gap:10px}.navigation-card{border-radius:8px;background-color:#26262699;box-shadow:0 0 10px #a1a1a1;border:1px solid #A1A1A1;width:60px;height:60px;white-space:nowrap;cursor:pointer}@media screen and (min-width: 1025px){.navigation-card{width:86px;height:86px}}.navigation-card__icon{aspect-ratio:1;object-fit:contain;object-position:center;width:20px;align-self:center}.navigation-card__icon--rounded{border-radius:1px}.check-eligibility{background-color:#fff}.check-eligibility__content{padding:0 16px 12px;background-color:#fff}.check-eligibility__amount{gap:12px}.check-eligibility__amount-text{color:#1a1a1a}.check-eligibility__emi-link{color:#1778eb;cursor:pointer}.check-eligibility__offer{gap:8px;flex-wrap:nowrap}@media screen and (max-width: 374px){.check-eligibility__offer p,.check-eligibility__offer a{white-space:nowrap}}.check-eligibility__offer-text{color:#1a1a1a}.check-eligibility__check-link{color:#1778eb;cursor:pointer}.check-eligibility__cta{gap:4px}@media screen and (max-width: 767px){.check-eligibility__cta{width:100%}}.check-eligibility__eligibility-btn{height:42px;background:linear-gradient(97deg,#ff6700 5.56%,#fe8e0c 94.44%);border:none;border-radius:82px;color:#fff;text-transform:uppercase;cursor:pointer}@media screen and (min-width: 1025px){.check-eligibility__eligibility-btn{max-width:400px}}.check-eligibility__terms{color:#666;font-size:14px}@media screen and (max-width: 767px){.check-eligibility__terms{font-size:11px}}.check-eligibility__info-row{flex-direction:row;align-items:stretch;gap:12px}@media screen and (max-width: 767px){.check-eligibility__info-row{flex-direction:column}}.check-eligibility__left{gap:16px}.help-center{position:fixed;bottom:100px;right:0;z-index:100}@media screen and (min-width: 1025px){.help-center{bottom:50px}}.help-center__drawer{padding:12px 16px;position:fixed;bottom:100px;right:0;border-radius:8px 0 0;background:linear-gradient(130deg,#f9feff 17.06%,#d2f9fe 79.93%);box-shadow:0 0 20px #1a1a1a40;transform:translate(100%);opacity:0;transition:transform .4s ease-in-out,opacity .4s ease-in-out}@media screen and (min-width: 1025px){.help-center__drawer{bottom:50px}}.help-center__drawer.open{transform:translate(0);opacity:1;width:202px;height:236px}@media screen and (min-width: 1025px){.help-center__drawer.open{bottom:50px;width:364px;height:415px}}.help-center__drawer.close{transform:translate(100%);opacity:0}.help-center__drawer__drawer-content{gap:8px}.help-center__drawer__drawer-content__heading{gap:2px}@media screen and (min-width: 1025px){.help-center__drawer__drawer-content__heading{gap:4px}}.help-center__drawer__drawer-content__heading h2,.help-center__drawer__drawer-content__heading .subscription-card-carousel__card__header__plan-title,.help-center__drawer__drawer-content__heading .subscription-card-carousel__card__details-title{color:#222f3f}.help-center__drawer__drawer-content__heading p{color:#1a1a1a}.help-center__drawer__drawer-content__heading i{color:#000;cursor:pointer}.help-center__drawer__drawer-content__box-container{display:grid;grid-template-rows:1fr 1fr;grid-template-columns:1fr 1fr;gap:8px}@media screen and (min-width: 1025px){.help-center__drawer__drawer-content__box-container{gap:12px}}.help-center__drawer__drawer-content__box-container__box{border-radius:3px;background:linear-gradient(130deg,#d1e2fb66 17.06%,#9fc8f766 79.93%);width:80px;height:80px;gap:6px;cursor:pointer}@media screen and (min-width: 1025px){.help-center__drawer__drawer-content__box-container__box{border-radius:6px;width:160px;height:160px;gap:12px}}.help-center__drawer__drawer-content__box-container__box p{color:#002953}.help-center__drawer__drawer-content__box-container__box img{width:32px;height:32px}@media screen and (min-width: 1025px){.help-center__drawer__drawer-content__box-container__box img{width:64px;height:64px}}.help-center__toggle-button{position:fixed;bottom:100px;right:0;width:22px;writing-mode:vertical-lr;background-color:#008094;color:#e5eaf7;border:none;padding:10px 6px;transition:right .4s ease-in-out;-webkit-clip-path:polygon(0 calc(100% - 5px),100% 100%,100% 0,0 0);clip-path:polygon(0 calc(100% - 5px),100% 100%,100% 0,0 0)}@media screen and (min-width: 1025px){.help-center__toggle-button{bottom:50px;width:36px;padding:25px 10px}}.help-center__toggle-button.open{right:202px}@media screen and (min-width: 1025px){.help-center__toggle-button.open{right:364px}}.partner-tiles__container{padding-top:55px;display:flex;gap:16px;flex-wrap:wrap;row-gap:55px}@media screen and (max-width: 767px){.partner-tiles__container{display:grid;grid-template-columns:repeat(3,1fr);gap:5px;row-gap:41px}}.partner-tiles__item{position:relative;border:1px solid #cccccc;border-radius:6px;background-color:#fafafa;padding:68px 12px 12px;width:166px}@media screen and (max-width: 767px){.partner-tiles__item{padding:33px 8px 8px;width:100%}}.partner-tiles__logo-wrapper{position:absolute;top:-43px;left:50%;transform:translate(-50%);width:86px;height:86px}@media screen and (max-width: 767px){.partner-tiles__logo-wrapper{top:-29px;width:58px;height:58px}}.partner-tiles__title{font-size:18px;color:#1a1a1a;margin-bottom:6px}@media screen and (max-width: 767px){.partner-tiles__title{font-size:12px}}.partner-tiles__metrics{list-style:none;padding:0;margin-bottom:8px}.partner-tiles__metrics li{color:#666}.partner-tiles__cta{color:#ff6700}.partner-tiles .view-more-btn{cursor:pointer;color:#ff6700}.partner-tiles .view-more-btn:before{display:inline-block;content:"";width:12px;height:12px;border-top:3px solid #ff6700;border-left:3px solid #ff6700;transform:rotate(-135deg);transition:all .5s ease;margin:0 8px 2px 0;align-items:center}.partner-tiles .view-more-btn.active:before{transform:rotate(45deg);margin:0 8px -4px 0}.loans-clp-richtext .richtext-wrapper{gap:8px;color:#fff}.explore-ipo__title{color:#1a1a1a;line-height:21px}.small-text .explore-ipo__title{font-size:1rem}@media screen and (min-width: 768px){.small-text .explore-ipo__title{font-size:1rem}}.medium-text .explore-ipo__title{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .explore-ipo__title{font-size:1.125rem}}.large-text .explore-ipo__title{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .explore-ipo__title{font-size:1.25rem}}.explore-ipo__title{font-size:1.125rem}@media screen and (min-width: 768px){.explore-ipo__title{font-size:1.125rem}}@media screen and (min-width: 1025px){.explore-ipo__title{line-height:24px}.small-text .explore-ipo__title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .explore-ipo__title{font-size:1.125rem}}@media screen and (min-width: 1025px){.medium-text .explore-ipo__title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .explore-ipo__title{font-size:1.25rem}}@media screen and (min-width: 1025px){.large-text .explore-ipo__title{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .explore-ipo__title{font-size:1.375rem}}@media screen and (min-width: 1025px){.explore-ipo__title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.explore-ipo__title{font-size:1.25rem}}.explore-ipo__data{position:relative}@media screen and (min-width: 1025px){.explore-ipo__data{width:724px}}.explore-ipo__data__toggle{padding:8px 25px 8px 12px;color:#000}.explore-ipo__data__toggle--ipo{padding:0;margin-top:4px}.explore-ipo__data__toggle--ipo button{display:none;background:transparent;border:none;color:#ff6700;line-height:18px}.small-text .explore-ipo__data__toggle--ipo button{font-size:.75rem}@media screen and (min-width: 768px){.small-text .explore-ipo__data__toggle--ipo button{font-size:.75rem}}.medium-text .explore-ipo__data__toggle--ipo button{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .explore-ipo__data__toggle--ipo button{font-size:.875rem}}.large-text .explore-ipo__data__toggle--ipo button{font-size:1rem}@media screen and (min-width: 768px){.large-text .explore-ipo__data__toggle--ipo button{font-size:1rem}}.explore-ipo__data__toggle--ipo button{font-size:.875rem}@media screen and (min-width: 768px){.explore-ipo__data__toggle--ipo button{font-size:.875rem}}.explore-ipo__data__toggle--ipo button.active{display:flex}.explore-ipo__data__toggle--ipo i{column-gap:10px}.explore-ipo__data__toggle.active{display:flex}.explore-ipo__data .gradient-overlay{content:"";position:absolute;left:0;bottom:32px;z-index:10;height:50px;display:none;background:linear-gradient(#ffffff40,#ffffffa1)}.explore-ipo__data .gradient-overlay.active{display:block}.explore-menu-tabs{width:100%;align-items:stretch;gap:12px;overflow-x:auto;position:relative}@media screen and (min-width: 1025px){.explore-menu-tabs{width:100%;gap:16px}}.explore-menu-tabs__bottom{position:absolute;bottom:0;border-bottom:1px solid #f2f2f2;z-index:0}.explore-menu-tabs__tab{cursor:pointer;background-color:transparent;border:none;position:relative}.explore-menu-tabs__tab span{position:absolute;left:0;bottom:0;display:block;height:2px;border-radius:2px 2px 0 0;z-index:2;margin-bottom:0}.explore-menu-tabs__tab p{text-wrap:nowrap;margin-bottom:10px;color:#002953}@media screen and (min-width: 1025px){.explore-menu-tabs__tab p{margin-bottom:14px}}.explore-menu-tabs__tab.active{color:#ff6700}.explore-menu-tabs__tab.active p{font-weight:500;color:#ff6700}.explore-menu-tabs__tab.active span{background-color:#ff6700}.ipo-tabs{gap:12px}.ipo-tabs button{background-color:#fff;border:1px solid #002953;border-radius:8px;color:#002953;cursor:pointer;line-height:20px;padding:5px 8px}.small-text .ipo-tabs button{font-size:.75rem}@media screen and (min-width: 768px){.small-text .ipo-tabs button{font-size:.75rem}}.medium-text .ipo-tabs button{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .ipo-tabs button{font-size:.875rem}}.large-text .ipo-tabs button{font-size:1rem}@media screen and (min-width: 768px){.large-text .ipo-tabs button{font-size:1rem}}.ipo-tabs button{font-size:.875rem}@media screen and (min-width: 768px){.ipo-tabs button{font-size:.875rem}}.ipo-tabs button.active{background-color:#002953;color:#fff}.ipo-card{position:relative;border:1px solid #e5e5e5;border-radius:4px;column-gap:12px}.ipo-card__img__block{border:1px solid #cccccc;border-radius:120px;height:40px;max-width:40px;width:100%}.ipo-card__img__block img{border-radius:120px;height:30px;width:30px;object-fit:cover;overflow:hidden}@media screen and (min-width: 1025px){.ipo-card__img__block{height:56px;max-width:56px}}.ipo-card__details{column-gap:24px;flex-grow:1}@media screen and (min-width: 1025px){.ipo-card__details{column-gap:40px}}.ipo-card__details__title{flex-grow:1;margin-bottom:12px}@media screen and (min-width: 1025px){.ipo-card__details__title{margin-bottom:0}}.ipo-card__details__title__text{color:#1a1a1a}.small-text .ipo-card__details__title__text{font-size:.75rem}@media screen and (min-width: 768px){.small-text .ipo-card__details__title__text{font-size:.75rem}}.medium-text .ipo-card__details__title__text{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .ipo-card__details__title__text{font-size:.875rem}}.large-text .ipo-card__details__title__text{font-size:1rem}@media screen and (min-width: 768px){.large-text .ipo-card__details__title__text{font-size:1rem}}.ipo-card__details__title__text{font-size:.875rem}@media screen and (min-width: 768px){.ipo-card__details__title__text{font-size:.875rem}}@media screen and (min-width: 1025px){.small-text .ipo-card__details__title__text{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-card__details__title__text{font-size:1rem}}@media screen and (min-width: 1025px){.medium-text .ipo-card__details__title__text{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-card__details__title__text{font-size:1.125rem}}@media screen and (min-width: 1025px){.large-text .ipo-card__details__title__text{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-card__details__title__text{font-size:1.25rem}}@media screen and (min-width: 1025px){.ipo-card__details__title__text{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-card__details__title__text{font-size:1.125rem}}.ipo-card__details__title__status{width:max-content;padding:2px 4px;column-gap:4px;border-radius:4px;margin:4px 0;line-height:18px;background:#fff1f1}.small-text .ipo-card__details__title__status{font-size:.5rem}@media screen and (min-width: 768px){.small-text .ipo-card__details__title__status{font-size:.5rem}}.medium-text .ipo-card__details__title__status{font-size:.625rem}@media screen and (min-width: 768px){.medium-text .ipo-card__details__title__status{font-size:.625rem}}.large-text .ipo-card__details__title__status{font-size:.75rem}@media screen and (min-width: 768px){.large-text .ipo-card__details__title__status{font-size:.75rem}}.ipo-card__details__title__status{font-size:.625rem}@media screen and (min-width: 768px){.ipo-card__details__title__status{font-size:.625rem}}@media screen and (min-width: 1025px){.small-text .ipo-card__details__title__status{font-size:.625rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-card__details__title__status{font-size:.625rem}}@media screen and (min-width: 1025px){.medium-text .ipo-card__details__title__status{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-card__details__title__status{font-size:.75rem}}@media screen and (min-width: 1025px){.large-text .ipo-card__details__title__status{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-card__details__title__status{font-size:.875rem}}@media screen and (min-width: 1025px){.ipo-card__details__title__status{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-card__details__title__status{font-size:.75rem}}.ipo-card__details__title__status.greenText{background:#ceeae5;color:#067161}.ipo-card__details__title__status.redText{background:#fff1f1;color:#b40000}.ipo-card__details__title__pre__apply{padding:2px 4px;column-gap:4px;border-radius:4px;display:inline-flex;line-height:18px;background:#fef0ca}.ipo-card__details__title__pre__apply__text{text-transform:uppercase;color:#1a1a1a}.small-text .ipo-card__details__title__pre__apply__text{font-size:.5rem}@media screen and (min-width: 768px){.small-text .ipo-card__details__title__pre__apply__text{font-size:.5rem}}.medium-text .ipo-card__details__title__pre__apply__text{font-size:.625rem}@media screen and (min-width: 768px){.medium-text .ipo-card__details__title__pre__apply__text{font-size:.625rem}}.large-text .ipo-card__details__title__pre__apply__text{font-size:.75rem}@media screen and (min-width: 768px){.large-text .ipo-card__details__title__pre__apply__text{font-size:.75rem}}.ipo-card__details__title__pre__apply__text{font-size:.625rem}@media screen and (min-width: 768px){.ipo-card__details__title__pre__apply__text{font-size:.625rem}}@media screen and (min-width: 1025px){.small-text .ipo-card__details__title__pre__apply__text{font-size:.625rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-card__details__title__pre__apply__text{font-size:.625rem}}@media screen and (min-width: 1025px){.medium-text .ipo-card__details__title__pre__apply__text{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-card__details__title__pre__apply__text{font-size:.75rem}}@media screen and (min-width: 1025px){.large-text .ipo-card__details__title__pre__apply__text{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-card__details__title__pre__apply__text{font-size:.875rem}}@media screen and (min-width: 1025px){.ipo-card__details__title__pre__apply__text{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-card__details__title__pre__apply__text{font-size:.75rem}}.ipo-card__details__title__pre__apply__icon{color:#faba0a}.small-text .ipo-card__details__title__pre__apply__icon{font-size:.5rem}@media screen and (min-width: 768px){.small-text .ipo-card__details__title__pre__apply__icon{font-size:.5rem}}.medium-text .ipo-card__details__title__pre__apply__icon{font-size:.625rem}@media screen and (min-width: 768px){.medium-text .ipo-card__details__title__pre__apply__icon{font-size:.625rem}}.large-text .ipo-card__details__title__pre__apply__icon{font-size:.75rem}@media screen and (min-width: 768px){.large-text .ipo-card__details__title__pre__apply__icon{font-size:.75rem}}.ipo-card__details__title__pre__apply__icon{font-size:.625rem}@media screen and (min-width: 768px){.ipo-card__details__title__pre__apply__icon{font-size:.625rem}}@media screen and (min-width: 1025px){.small-text .ipo-card__details__title__pre__apply__icon{font-size:.625rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-card__details__title__pre__apply__icon{font-size:.625rem}}@media screen and (min-width: 1025px){.medium-text .ipo-card__details__title__pre__apply__icon{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-card__details__title__pre__apply__icon{font-size:.75rem}}@media screen and (min-width: 1025px){.large-text .ipo-card__details__title__pre__apply__icon{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-card__details__title__pre__apply__icon{font-size:.875rem}}@media screen and (min-width: 1025px){.ipo-card__details__title__pre__apply__icon{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-card__details__title__pre__apply__icon{font-size:.75rem}}.ipo-card__details__info{column-gap:24px;margin-bottom:12px;justify-content:space-between}@media screen and (min-width: 1025px){.ipo-card__details__info{justify-content:center;margin-bottom:0}}.ipo-card__details__info div{min-width:auto}@media screen and (min-width: 1025px){.ipo-card__details__info div{min-width:180px}}.ipo-card__details__info__sub__heading{color:#666}.small-text .ipo-card__details__info__sub__heading{font-size:.5rem}@media screen and (min-width: 768px){.small-text .ipo-card__details__info__sub__heading{font-size:.5rem}}.medium-text .ipo-card__details__info__sub__heading{font-size:.625rem}@media screen and (min-width: 768px){.medium-text .ipo-card__details__info__sub__heading{font-size:.625rem}}.large-text .ipo-card__details__info__sub__heading{font-size:.75rem}@media screen and (min-width: 768px){.large-text .ipo-card__details__info__sub__heading{font-size:.75rem}}.ipo-card__details__info__sub__heading{font-size:.625rem}@media screen and (min-width: 768px){.ipo-card__details__info__sub__heading{font-size:.625rem}}@media screen and (min-width: 1025px){.ipo-card__details__info__sub__heading{line-height:20px}.small-text .ipo-card__details__info__sub__heading{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-card__details__info__sub__heading{font-size:.75rem}}@media screen and (min-width: 1025px){.medium-text .ipo-card__details__info__sub__heading{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-card__details__info__sub__heading{font-size:.875rem}}@media screen and (min-width: 1025px){.large-text .ipo-card__details__info__sub__heading{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-card__details__info__sub__heading{font-size:1rem}}@media screen and (min-width: 1025px){.ipo-card__details__info__sub__heading{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-card__details__info__sub__heading{font-size:.875rem}}.ipo-card__details__info__sub__value{color:#1a1a1a;line-height:16px}.small-text .ipo-card__details__info__sub__value{font-size:.625rem}@media screen and (min-width: 768px){.small-text .ipo-card__details__info__sub__value{font-size:.625rem}}.medium-text .ipo-card__details__info__sub__value{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .ipo-card__details__info__sub__value{font-size:.75rem}}.large-text .ipo-card__details__info__sub__value{font-size:.875rem}@media screen and (min-width: 768px){.large-text .ipo-card__details__info__sub__value{font-size:.875rem}}.ipo-card__details__info__sub__value{font-size:.75rem}@media screen and (min-width: 768px){.ipo-card__details__info__sub__value{font-size:.75rem}}@media screen and (min-width: 1025px){.ipo-card__details__info__sub__value{line-height:18px}.small-text .ipo-card__details__info__sub__value{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-card__details__info__sub__value{font-size:.75rem}}@media screen and (min-width: 1025px){.medium-text .ipo-card__details__info__sub__value{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-card__details__info__sub__value{font-size:.875rem}}@media screen and (min-width: 1025px){.large-text .ipo-card__details__info__sub__value{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-card__details__info__sub__value{font-size:1rem}}@media screen and (min-width: 1025px){.ipo-card__details__info__sub__value{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-card__details__info__sub__value{font-size:.875rem}}.ipo-scrip-strengths-risks{gap:12px;width:100%}@media screen and (min-width: 1025px){.ipo-scrip-strengths-risks{width:724px}}.ipo-scrip-strengths-risks h2,.ipo-scrip-strengths-risks .subscription-card-carousel__card__header__plan-title,.ipo-scrip-strengths-risks .subscription-card-carousel__card__details-title{color:#1a1a1a;line-height:21px}.small-text .ipo-scrip-strengths-risks h2,.small-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__header__plan-title,.small-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__details-title{font-size:1rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-strengths-risks h2,.small-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__header__plan-title,.small-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__details-title{font-size:1rem}}.medium-text .ipo-scrip-strengths-risks h2,.medium-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__details-title{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-strengths-risks h2,.medium-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__details-title{font-size:1.125rem}}.large-text .ipo-scrip-strengths-risks h2,.large-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__header__plan-title,.large-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__details-title{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-strengths-risks h2,.large-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__header__plan-title,.large-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__details-title{font-size:1.25rem}}.ipo-scrip-strengths-risks h2,.ipo-scrip-strengths-risks .subscription-card-carousel__card__header__plan-title,.ipo-scrip-strengths-risks .subscription-card-carousel__card__details-title{font-size:1.125rem}@media screen and (min-width: 768px){.ipo-scrip-strengths-risks h2,.ipo-scrip-strengths-risks .subscription-card-carousel__card__header__plan-title,.ipo-scrip-strengths-risks .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.ipo-scrip-strengths-risks h2,.ipo-scrip-strengths-risks .subscription-card-carousel__card__header__plan-title,.ipo-scrip-strengths-risks .subscription-card-carousel__card__details-title{line-height:24px}.small-text .ipo-scrip-strengths-risks h2,.small-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__header__plan-title,.small-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-scrip-strengths-risks h2,.small-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__header__plan-title,.small-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.medium-text .ipo-scrip-strengths-risks h2,.medium-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-scrip-strengths-risks h2,.medium-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px){.large-text .ipo-scrip-strengths-risks h2,.large-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__header__plan-title,.large-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__details-title{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-scrip-strengths-risks h2,.large-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__header__plan-title,.large-text .ipo-scrip-strengths-risks .subscription-card-carousel__card__details-title{font-size:1.375rem}}@media screen and (min-width: 1025px){.ipo-scrip-strengths-risks h2,.ipo-scrip-strengths-risks .subscription-card-carousel__card__header__plan-title,.ipo-scrip-strengths-risks .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-scrip-strengths-risks h2,.ipo-scrip-strengths-risks .subscription-card-carousel__card__header__plan-title,.ipo-scrip-strengths-risks .subscription-card-carousel__card__details-title{font-size:1.25rem}}.ipo-scrip-strengths-risks__data{border:1px solid #F2F2F2;border-radius:4px;position:relative}.ipo-scrip-strengths-risks__data__details{padding:12px 16px}.ipo-scrip-strengths-risks__data__details--no-data{height:214px;width:100%}.ipo-scrip-strengths-risks__data__details--no-data p{color:#1a1a1a;line-height:17px}.small-text .ipo-scrip-strengths-risks__data__details--no-data p{font-size:.875rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-strengths-risks__data__details--no-data p{font-size:.875rem}}.medium-text .ipo-scrip-strengths-risks__data__details--no-data p{font-size:1rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-strengths-risks__data__details--no-data p{font-size:1rem}}.large-text .ipo-scrip-strengths-risks__data__details--no-data p{font-size:1.125rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-strengths-risks__data__details--no-data p{font-size:1.125rem}}.ipo-scrip-strengths-risks__data__details--no-data p{font-size:1rem}@media screen and (min-width: 768px){.ipo-scrip-strengths-risks__data__details--no-data p{font-size:1rem}}.ipo-scrip-strengths-risks__data__details.addPb{padding-bottom:46px}@media screen and (min-width: 1025px){.ipo-scrip-strengths-risks__data__details.addPb{padding-bottom:36px}}.ipo-scrip-strengths-risks__data__header{border-bottom:1px solid #F2F2F2;padding:12px 0 0}@media screen and (min-width: 1025px){.ipo-scrip-strengths-risks__data__header{padding:16px 0 2px}}.ipo-scrip-strengths-risks__data__headings{margin-left:17%;margin-right:17%;width:66%}@media screen and (min-width: 1025px){.ipo-scrip-strengths-risks__data__headings{margin-left:21%;margin-right:21%}}@media (min-width: 1280px){.ipo-scrip-strengths-risks__data__headings{width:auto}}.ipo-scrip-strengths-risks__data__list{gap:12px;margin:0;padding:0}@media screen and (min-width: 1025px){.ipo-scrip-strengths-risks__data__list{gap:16px}}.ipo-scrip-strengths-risks__data__list .positive-content,.ipo-scrip-strengths-risks__data__list .negative-content{gap:12px}.ipo-scrip-strengths-risks__data__list li p{color:#666;line-height:16px}.small-text .ipo-scrip-strengths-risks__data__list li p{font-size:.625rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-strengths-risks__data__list li p{font-size:.625rem}}.medium-text .ipo-scrip-strengths-risks__data__list li p{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-strengths-risks__data__list li p{font-size:.75rem}}.large-text .ipo-scrip-strengths-risks__data__list li p{font-size:.875rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-strengths-risks__data__list li p{font-size:.875rem}}.ipo-scrip-strengths-risks__data__list li p{font-size:.75rem}@media screen and (min-width: 768px){.ipo-scrip-strengths-risks__data__list li p{font-size:.75rem}}@media screen and (min-width: 1025px){.ipo-scrip-strengths-risks__data__list li p{line-height:24px}.small-text .ipo-scrip-strengths-risks__data__list li p{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-scrip-strengths-risks__data__list li p{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .ipo-scrip-strengths-risks__data__list li p{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-scrip-strengths-risks__data__list li p{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .ipo-scrip-strengths-risks__data__list li p{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-scrip-strengths-risks__data__list li p{font-size:1.125rem}}@media screen and (min-width: 1025px){.ipo-scrip-strengths-risks__data__list li p{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-scrip-strengths-risks__data__list li p{font-size:1rem}}.ipo-scrip-strengths-risks__data__list li div{height:18px;margin-right:4px;padding:0 4px 5px;width:18px}@media screen and (min-width: 1025px){.ipo-scrip-strengths-risks__data__list li div{height:24px;padding:3px 5px 6px;margin-right:8px;width:24px}}.ipo-scrip-strengths-risks__data__list li span.bf-icon-alert-warning{color:#b40000;width:10px;height:9px}@media screen and (min-width: 1025px){.ipo-scrip-strengths-risks__data__list li span.bf-icon-alert-warning{font-size:16px;width:14px;height:12px}}.ipo-scrip-strengths-risks__data__list li span.bf-icon-lightbulb{color:#067161;width:10px;height:10px}@media screen and (min-width: 1025px){.ipo-scrip-strengths-risks__data__list li span.bf-icon-lightbulb{font-size:16px;width:13px;height:13px}}.ipo-scrip-strengths-risks__data__title{background:none;border:none}.ipo-scrip-strengths-risks__data__title div{gap:8px;line-height:14px;position:relative}.small-text .ipo-scrip-strengths-risks__data__title div{font-size:.625rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-strengths-risks__data__title div{font-size:.625rem}}.medium-text .ipo-scrip-strengths-risks__data__title div{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-strengths-risks__data__title div{font-size:.75rem}}.large-text .ipo-scrip-strengths-risks__data__title div{font-size:.875rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-strengths-risks__data__title div{font-size:.875rem}}.ipo-scrip-strengths-risks__data__title div{font-size:.75rem}@media screen and (min-width: 768px){.ipo-scrip-strengths-risks__data__title div{font-size:.75rem}}@media screen and (min-width: 1025px){.ipo-scrip-strengths-risks__data__title div{line-height:19px}.small-text .ipo-scrip-strengths-risks__data__title div{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-scrip-strengths-risks__data__title div{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .ipo-scrip-strengths-risks__data__title div{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-scrip-strengths-risks__data__title div{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .ipo-scrip-strengths-risks__data__title div{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-scrip-strengths-risks__data__title div{font-size:1.125rem}}@media screen and (min-width: 1025px){.ipo-scrip-strengths-risks__data__title div{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-scrip-strengths-risks__data__title div{font-size:1rem}}.ipo-scrip-strengths-risks__data__title div p{color:#002953}.ipo-scrip-strengths-risks__data__title div span{border-radius:2px;line-height:12px;padding:2px 4px;height:100%}.small-text .ipo-scrip-strengths-risks__data__title div span{font-size:.5rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-strengths-risks__data__title div span{font-size:.5rem}}.medium-text .ipo-scrip-strengths-risks__data__title div span{font-size:.625rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-strengths-risks__data__title div span{font-size:.625rem}}.large-text .ipo-scrip-strengths-risks__data__title div span{font-size:.75rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-strengths-risks__data__title div span{font-size:.75rem}}.ipo-scrip-strengths-risks__data__title div span{font-size:.625rem}@media screen and (min-width: 768px){.ipo-scrip-strengths-risks__data__title div span{font-size:.625rem}}@media screen and (min-width: 1025px){.ipo-scrip-strengths-risks__data__title div span{line-height:16px}.small-text .ipo-scrip-strengths-risks__data__title div span{font-size:.625rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-scrip-strengths-risks__data__title div span{font-size:.625rem}}@media screen and (min-width: 1025px){.medium-text .ipo-scrip-strengths-risks__data__title div span{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-scrip-strengths-risks__data__title div span{font-size:.75rem}}@media screen and (min-width: 1025px){.large-text .ipo-scrip-strengths-risks__data__title div span{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-scrip-strengths-risks__data__title div span{font-size:.875rem}}@media screen and (min-width: 1025px){.ipo-scrip-strengths-risks__data__title div span{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-scrip-strengths-risks__data__title div span{font-size:.75rem}}.ipo-scrip-strengths-risks__data__title div .container-hide{display:none}.ipo-scrip-strengths-risks__data__title span{background:transparent;border-radius:2px 2px 0 0;display:block;height:2px}.ipo-scrip-strengths-risks__data__title.negative div span{background-color:#ffe7e7;color:#b40000}.ipo-scrip-strengths-risks__data__title.negative .active{background-color:#b40000}@media screen and (min-width: 1025px){.ipo-scrip-strengths-risks__data__title.negative .active{margin-bottom:0}}.ipo-scrip-strengths-risks__data__title.positive div span{background-color:#ecf6f5;color:#067161}.ipo-scrip-strengths-risks__data__title.positive .active{background-color:#067161}@media screen and (min-width: 1025px){.ipo-scrip-strengths-risks__data__title.positive .active{margin-bottom:0}}.ipo-scrip-strengths-risks__data__toggle{height:69px;padding-top:32px;position:absolute;width:100%;bottom:0}.ipo-scrip-strengths-risks__data__toggle--bg{background:linear-gradient(358.89deg,#fff 1.14%,#fff0 187.38%)}.ipo-scrip-strengths-risks__data__toggle .show-less,.ipo-scrip-strengths-risks__data__toggle .show-more{background:none;border:0;color:#ff6700;line-height:18px;align-items:baseline;font-size:12px}.small-text .ipo-scrip-strengths-risks__data__toggle .show-less,.small-text .ipo-scrip-strengths-risks__data__toggle .show-more{font-size:.75rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-strengths-risks__data__toggle .show-less,.small-text .ipo-scrip-strengths-risks__data__toggle .show-more{font-size:.75rem}}.medium-text .ipo-scrip-strengths-risks__data__toggle .show-less,.medium-text .ipo-scrip-strengths-risks__data__toggle .show-more{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-strengths-risks__data__toggle .show-less,.medium-text .ipo-scrip-strengths-risks__data__toggle .show-more{font-size:.875rem}}.large-text .ipo-scrip-strengths-risks__data__toggle .show-less,.large-text .ipo-scrip-strengths-risks__data__toggle .show-more{font-size:1rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-strengths-risks__data__toggle .show-less,.large-text .ipo-scrip-strengths-risks__data__toggle .show-more{font-size:1rem}}.ipo-scrip-strengths-risks__data__toggle .show-less,.ipo-scrip-strengths-risks__data__toggle .show-more{font-size:.875rem}@media screen and (min-width: 768px){.ipo-scrip-strengths-risks__data__toggle .show-less,.ipo-scrip-strengths-risks__data__toggle .show-more{font-size:.875rem}}.ipo-scrip-strengths-risks__data__toggle .show-less span,.ipo-scrip-strengths-risks__data__toggle .show-more span{height:12px;width:12px;margin-right:9px;color:#ff6700}.ipo-scrip-strengths-risks__data__toggle .toggle-active{display:flex}.ipo-scrip-strengths-risks__data .remove-bg{background:transparent}.ipo-detail-summary{background-color:#fff}.ipo-scrip-detail{background-color:#fff;margin-bottom:20px}.ipo-scrip-detail__content{display:flex;justify-content:space-between;margin-bottom:16px}.ipo-scrip-detail__content a{align-items:center;border:1px solid #1a1a1a;border-radius:4px;color:#1a1a1a;display:flex;font-weight:400;height:32px;line-height:16px;padding:8px}.small-text .ipo-scrip-detail__content a{font-size:.625rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-detail__content a{font-size:.625rem}}.medium-text .ipo-scrip-detail__content a{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-detail__content a{font-size:.75rem}}.large-text .ipo-scrip-detail__content a{font-size:.875rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-detail__content a{font-size:.875rem}}.ipo-scrip-detail__content a{font-size:.75rem}@media screen and (min-width: 768px){.ipo-scrip-detail__content a{font-size:.75rem}}.ipo-scrip-detail__content a i{margin-left:8px}.ipo-scrip-detail__img{align-items:center;border:1px solid #e5e5e5;border-radius:99px;display:flex;height:42px;justify-content:center;overflow:hidden;width:42px}@media screen and (min-width: 1025px){.ipo-scrip-detail__img{border:1.38px solid #e5e5e5;border-radius:99px;height:58px;width:58px}}.ipo-scrip-detail__img img{width:100%}.ipo-scrip-detail h1{color:#000;font-weight:500;line-height:23.7px;margin-bottom:12px}.small-text .ipo-scrip-detail h1{font-size:1.125rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-detail h1{font-size:1.125rem}}.medium-text .ipo-scrip-detail h1{font-size:1.25rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-detail h1{font-size:1.25rem}}.large-text .ipo-scrip-detail h1{font-size:1.375rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-detail h1{font-size:1.375rem}}.ipo-scrip-detail h1{font-size:1.25rem}@media screen and (min-width: 768px){.ipo-scrip-detail h1{font-size:1.25rem}}@media screen and (min-width: 1025px){.ipo-scrip-detail h1{line-height:26.07px}.small-text .ipo-scrip-detail h1{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-scrip-detail h1{font-size:1.25rem}}@media screen and (min-width: 1025px){.medium-text .ipo-scrip-detail h1{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-scrip-detail h1{font-size:1.375rem}}@media screen and (min-width: 1025px){.large-text .ipo-scrip-detail h1{font-size:1.5rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-scrip-detail h1{font-size:1.5rem}}@media screen and (min-width: 1025px){.ipo-scrip-detail h1{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-scrip-detail h1{font-size:1.375rem}}.ipo-scrip-detail__labels{display:flex;gap:8px;width:max-content}.ipo-scrip-detail__labels div{border-radius:2px;padding:2px 4px;width:max-content}.ipo-scrip-detail__labels div p{color:#4d4d4d;font-weight:400;line-height:11.85px;line-height:16px;text-transform:uppercase;text-overflow:ellipsis;max-width:210px;overflow:hidden;white-space:nowrap}.small-text .ipo-scrip-detail__labels div p{font-size:.5rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-detail__labels div p{font-size:.5rem}}.medium-text .ipo-scrip-detail__labels div p{font-size:.625rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-detail__labels div p{font-size:.625rem}}.large-text .ipo-scrip-detail__labels div p{font-size:.75rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-detail__labels div p{font-size:.75rem}}.ipo-scrip-detail__labels div p{font-size:.625rem}@media screen and (min-width: 768px){.ipo-scrip-detail__labels div p{font-size:.625rem}}@media screen and (min-width: 1025px){.ipo-scrip-detail__labels div p{line-height:18px}.small-text .ipo-scrip-detail__labels div p{font-size:.625rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-scrip-detail__labels div p{font-size:.625rem}}@media screen and (min-width: 1025px){.medium-text .ipo-scrip-detail__labels div p{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-scrip-detail__labels div p{font-size:.75rem}}@media screen and (min-width: 1025px){.large-text .ipo-scrip-detail__labels div p{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-scrip-detail__labels div p{font-size:.875rem}}@media screen and (min-width: 1025px){.ipo-scrip-detail__labels div p{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-scrip-detail__labels div p{font-size:.75rem}}.ipo-scrip-detail__labels .label-1{background-color:#eaf2ff}.ipo-scrip-detail__labels .label-2{align-items:center;background-color:#fef0ca;display:flex;gap:4px;justify-content:center;padding:2px 4px}.ipo-scrip-detail__labels .label-2 span{align-items:center;background-color:#faba0a;border-radius:50%;display:flex;height:12px;justify-content:center;width:12px}.ipo-scrip-detail__labels .label-2 i{color:#fff;font-size:6px}.ipo-scrip-detail__labels .label-2 p{text-overflow:ellipsis;max-width:210px;overflow:hidden;white-space:nowrap;color:#1a1a1a}.ipo-scrip-summary__container{padding:12px 16px;border-radius:8px;border:1px solid #f2f2f2;background-color:#fff}@media screen and (min-width: 1025px){.ipo-scrip-summary__container{margin-bottom:24px}.small-text .ipo-scrip-summary__container{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-scrip-summary__container{font-size:.75rem}}@media screen and (min-width: 1025px){.medium-text .ipo-scrip-summary__container{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-scrip-summary__container{font-size:.875rem}}@media screen and (min-width: 1025px){.large-text .ipo-scrip-summary__container{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-scrip-summary__container{font-size:1rem}}@media screen and (min-width: 1025px){.ipo-scrip-summary__container{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-scrip-summary__container{font-size:.875rem}}.ipo-scrip-summary__data{display:flex;justify-content:space-between}.ipo-scrip-summary__data-content__item{margin-bottom:12px}.ipo-scrip-summary__data-content__item__label{color:#4d4d4d;font-weight:400;line-height:16px;padding-bottom:4px}.small-text .ipo-scrip-summary__data-content__item__label{font-size:.625rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-summary__data-content__item__label{font-size:.625rem}}.medium-text .ipo-scrip-summary__data-content__item__label{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-summary__data-content__item__label{font-size:.75rem}}.large-text .ipo-scrip-summary__data-content__item__label{font-size:.875rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-summary__data-content__item__label{font-size:.875rem}}.ipo-scrip-summary__data-content__item__label{font-size:.75rem}@media screen and (min-width: 768px){.ipo-scrip-summary__data-content__item__label{font-size:.75rem}}@media screen and (min-width: 1025px){.ipo-scrip-summary__data-content__item__label{line-height:20px}.small-text .ipo-scrip-summary__data-content__item__label{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-scrip-summary__data-content__item__label{font-size:.75rem}}@media screen and (min-width: 1025px){.medium-text .ipo-scrip-summary__data-content__item__label{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-scrip-summary__data-content__item__label{font-size:.875rem}}@media screen and (min-width: 1025px){.large-text .ipo-scrip-summary__data-content__item__label{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-scrip-summary__data-content__item__label{font-size:1rem}}@media screen and (min-width: 1025px){.ipo-scrip-summary__data-content__item__label{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-scrip-summary__data-content__item__label{font-size:.875rem}}.ipo-scrip-summary__data-content__item__value{color:#1a1a1a;font-weight:500;line-height:14.22px}.small-text .ipo-scrip-summary__data-content__item__value{font-size:.625rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-summary__data-content__item__value{font-size:.625rem}}.medium-text .ipo-scrip-summary__data-content__item__value{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-summary__data-content__item__value{font-size:.75rem}}.large-text .ipo-scrip-summary__data-content__item__value{font-size:.875rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-summary__data-content__item__value{font-size:.875rem}}.ipo-scrip-summary__data-content__item__value{font-size:.75rem}@media screen and (min-width: 768px){.ipo-scrip-summary__data-content__item__value{font-size:.75rem}}@media screen and (min-width: 1025px){.ipo-scrip-summary__data-content__item__value{line-height:18.96px}.small-text .ipo-scrip-summary__data-content__item__value{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-scrip-summary__data-content__item__value{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .ipo-scrip-summary__data-content__item__value{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-scrip-summary__data-content__item__value{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .ipo-scrip-summary__data-content__item__value{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-scrip-summary__data-content__item__value{font-size:1.125rem}}@media screen and (min-width: 1025px){.ipo-scrip-summary__data-content__item__value{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-scrip-summary__data-content__item__value{font-size:1rem}}.ipo-scrip-summary__data-content:nth-child(2) .ipo-scrip-summary__data-content__item{display:flex;flex-direction:column;align-items:flex-end;text-align:right;min-width:120px}.ipo-scrip-summary__minmax{display:flex;flex-direction:column;gap:12px;padding:12px 0}.ipo-scrip-summary__minmax-item{display:flex;justify-content:space-between}.small-text .ipo-scrip-summary__minmax-item-label{font-size:.625rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-summary__minmax-item-label{font-size:.625rem}}.medium-text .ipo-scrip-summary__minmax-item-label{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-summary__minmax-item-label{font-size:.75rem}}.large-text .ipo-scrip-summary__minmax-item-label{font-size:.875rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-summary__minmax-item-label{font-size:.875rem}}.ipo-scrip-summary__minmax-item-label{font-size:.75rem}@media screen and (min-width: 768px){.ipo-scrip-summary__minmax-item-label{font-size:.75rem}}@media screen and (min-width: 1025px){.small-text .ipo-scrip-summary__minmax-item-label{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-scrip-summary__minmax-item-label{font-size:.75rem}}@media screen and (min-width: 1025px){.medium-text .ipo-scrip-summary__minmax-item-label{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-scrip-summary__minmax-item-label{font-size:.875rem}}@media screen and (min-width: 1025px){.large-text .ipo-scrip-summary__minmax-item-label{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-scrip-summary__minmax-item-label{font-size:1rem}}@media screen and (min-width: 1025px){.ipo-scrip-summary__minmax-item-label{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-scrip-summary__minmax-item-label{font-size:.875rem}}.small-text .ipo-scrip-summary__minmax-item-value{font-size:.625rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-summary__minmax-item-value{font-size:.625rem}}.medium-text .ipo-scrip-summary__minmax-item-value{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-summary__minmax-item-value{font-size:.75rem}}.large-text .ipo-scrip-summary__minmax-item-value{font-size:.875rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-summary__minmax-item-value{font-size:.875rem}}.ipo-scrip-summary__minmax-item-value{font-size:.75rem}@media screen and (min-width: 768px){.ipo-scrip-summary__minmax-item-value{font-size:.75rem}}@media screen and (min-width: 1025px){.small-text .ipo-scrip-summary__minmax-item-value{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-scrip-summary__minmax-item-value{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .ipo-scrip-summary__minmax-item-value{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-scrip-summary__minmax-item-value{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .ipo-scrip-summary__minmax-item-value{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-scrip-summary__minmax-item-value{font-size:1.125rem}}@media screen and (min-width: 1025px){.ipo-scrip-summary__minmax-item-value{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-scrip-summary__minmax-item-value{font-size:1rem}}.ipo-scrip-summary__title{width:100%;padding-top:8px;padding-bottom:8px;border-radius:4px;display:flex;justify-content:center;align-items:center;font-weight:400;line-height:14.22px}.small-text .ipo-scrip-summary__title{font-size:.625rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-summary__title{font-size:.625rem}}.medium-text .ipo-scrip-summary__title{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-summary__title{font-size:.75rem}}.large-text .ipo-scrip-summary__title{font-size:.875rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-summary__title{font-size:.875rem}}.ipo-scrip-summary__title{font-size:.75rem}@media screen and (min-width: 768px){.ipo-scrip-summary__title{font-size:.75rem}}@media screen and (min-width: 1025px){.ipo-scrip-summary__title{line-height:20px}.small-text .ipo-scrip-summary__title{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-scrip-summary__title{font-size:.75rem}}@media screen and (min-width: 1025px){.medium-text .ipo-scrip-summary__title{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-scrip-summary__title{font-size:.875rem}}@media screen and (min-width: 1025px){.large-text .ipo-scrip-summary__title{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-scrip-summary__title{font-size:1rem}}@media screen and (min-width: 1025px){.ipo-scrip-summary__title{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-scrip-summary__title{font-size:.875rem}}.ipo-scrip-summary__title.greenText{background:#ceeae5;color:#067161}.ipo-scrip-summary__title.redText{background:#fff1f1;color:#b40000}.ipo-scrip-summary__title.grayText{background:#f2f2f2;color:#1a1a1a}.ipo-scrip-summary .bf-icon-clock-time{font-size:10px;width:10px;height:10px;display:inline-block;margin-right:8px}@media screen and (min-width: 1025px){.ipo-scrip-summary .bf-icon-clock-time{font-size:12px;width:12px;height:12px;margin-right:8px}}.ipo-scrip-summary .bf-icon-right-arrow{font-size:12px;width:12px;height:12px;display:inline-block}.ipo-scrip-summary hr{border:1px solid #f2f2f2;margin-top:0;margin-bottom:0}.ipo-scrip-summary__btn{width:100%;font-weight:500;line-height:18px;padding-top:11px;padding-bottom:11px;justify-content:center;display:none}.small-text .ipo-scrip-summary__btn{font-size:.75rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-summary__btn{font-size:.75rem}}.medium-text .ipo-scrip-summary__btn{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-summary__btn{font-size:.875rem}}.large-text .ipo-scrip-summary__btn{font-size:1rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-summary__btn{font-size:1rem}}.ipo-scrip-summary__btn{font-size:.875rem}@media screen and (min-width: 768px){.ipo-scrip-summary__btn{font-size:.875rem}}@media screen and (min-width: 1025px){.ipo-scrip-summary__btn{display:flex}}.ipo-scrip-summary__btn--floating{display:flex;align-items:center;width:max-content;position:fixed;padding-left:12px;padding-right:12px;bottom:87px;right:16px;z-index:99}@media screen and (min-width: 1025px){.ipo-scrip-summary__btn--floating{display:none}}.ipo-reservation-skeleton-loading{height:310px;max-width:auto}@media screen and (min-width: 1025px){.ipo-reservation-skeleton-loading{height:318px}}@media screen and (min-width: 1025px){.ipo-reservation{width:724px}}.ipo-reservation h2,.ipo-reservation .subscription-card-carousel__card__header__plan-title,.ipo-reservation .subscription-card-carousel__card__details-title{color:#1a1a1a;line-height:21px}.small-text .ipo-reservation h2,.small-text .ipo-reservation .subscription-card-carousel__card__header__plan-title,.small-text .ipo-reservation .subscription-card-carousel__card__details-title{font-size:1rem}@media screen and (min-width: 768px){.small-text .ipo-reservation h2,.small-text .ipo-reservation .subscription-card-carousel__card__header__plan-title,.small-text .ipo-reservation .subscription-card-carousel__card__details-title{font-size:1rem}}.medium-text .ipo-reservation h2,.medium-text .ipo-reservation .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-reservation .subscription-card-carousel__card__details-title{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .ipo-reservation h2,.medium-text .ipo-reservation .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-reservation .subscription-card-carousel__card__details-title{font-size:1.125rem}}.large-text .ipo-reservation h2,.large-text .ipo-reservation .subscription-card-carousel__card__header__plan-title,.large-text .ipo-reservation .subscription-card-carousel__card__details-title{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .ipo-reservation h2,.large-text .ipo-reservation .subscription-card-carousel__card__header__plan-title,.large-text .ipo-reservation .subscription-card-carousel__card__details-title{font-size:1.25rem}}.ipo-reservation h2,.ipo-reservation .subscription-card-carousel__card__header__plan-title,.ipo-reservation .subscription-card-carousel__card__details-title{font-size:1.125rem}@media screen and (min-width: 768px){.ipo-reservation h2,.ipo-reservation .subscription-card-carousel__card__header__plan-title,.ipo-reservation .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.ipo-reservation h2,.ipo-reservation .subscription-card-carousel__card__header__plan-title,.ipo-reservation .subscription-card-carousel__card__details-title{line-height:24px}.small-text .ipo-reservation h2,.small-text .ipo-reservation .subscription-card-carousel__card__header__plan-title,.small-text .ipo-reservation .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-reservation h2,.small-text .ipo-reservation .subscription-card-carousel__card__header__plan-title,.small-text .ipo-reservation .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.medium-text .ipo-reservation h2,.medium-text .ipo-reservation .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-reservation .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-reservation h2,.medium-text .ipo-reservation .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-reservation .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px){.large-text .ipo-reservation h2,.large-text .ipo-reservation .subscription-card-carousel__card__header__plan-title,.large-text .ipo-reservation .subscription-card-carousel__card__details-title{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-reservation h2,.large-text .ipo-reservation .subscription-card-carousel__card__header__plan-title,.large-text .ipo-reservation .subscription-card-carousel__card__details-title{font-size:1.375rem}}@media screen and (min-width: 1025px){.ipo-reservation h2,.ipo-reservation .subscription-card-carousel__card__header__plan-title,.ipo-reservation .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-reservation h2,.ipo-reservation .subscription-card-carousel__card__header__plan-title,.ipo-reservation .subscription-card-carousel__card__details-title{font-size:1.25rem}}.ipo-reservation__table{border-collapse:collapse;border-radius:4px;border-spacing:0;overflow:hidden;text-align:left;width:100%}.ipo-reservation__table tbody{background-color:#fff}.ipo-reservation__table tbody tr td{border:1px solid #F2F2F2;border-top:0;color:#1a1a1a;font-weight:400;line-height:16px;vertical-align:middle;width:51%;padding:12px}.small-text .ipo-reservation__table tbody tr td{font-size:.625rem}@media screen and (min-width: 768px){.small-text .ipo-reservation__table tbody tr td{font-size:.625rem}}.medium-text .ipo-reservation__table tbody tr td{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .ipo-reservation__table tbody tr td{font-size:.75rem}}.large-text .ipo-reservation__table tbody tr td{font-size:.875rem}@media screen and (min-width: 768px){.large-text .ipo-reservation__table tbody tr td{font-size:.875rem}}.ipo-reservation__table tbody tr td{font-size:.75rem}@media screen and (min-width: 768px){.ipo-reservation__table tbody tr td{font-size:.75rem}}@media screen and (min-width: 1025px){.ipo-reservation__table tbody tr td{line-height:24px;width:63%}.small-text .ipo-reservation__table tbody tr td{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-reservation__table tbody tr td{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .ipo-reservation__table tbody tr td{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-reservation__table tbody tr td{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .ipo-reservation__table tbody tr td{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-reservation__table tbody tr td{font-size:1.125rem}}@media screen and (min-width: 1025px){.ipo-reservation__table tbody tr td{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-reservation__table tbody tr td{font-size:1rem}}.ipo-reservation__table tbody tr td:first-child{border-right:0;width:49%}@media screen and (min-width: 1025px){.ipo-reservation__table tbody tr td:first-child{width:36%}}.ipo-reservation__table tbody tr h4,.ipo-reservation__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .ipo-reservation__table tbody tr th,.ipo-reservation__table .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table .ipo-reservation__table tbody tr td:first-child{color:#1a1a1a;font-weight:500;line-height:16px}.small-text .ipo-reservation__table tbody tr h4,.small-text .ipo-reservation__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .small-text .ipo-reservation__table tbody tr th,.small-text .ipo-reservation__table .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table .small-text .ipo-reservation__table tbody tr td:first-child{font-size:.625rem}@media screen and (min-width: 768px){.small-text .ipo-reservation__table tbody tr h4,.small-text .ipo-reservation__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .small-text .ipo-reservation__table tbody tr th,.small-text .ipo-reservation__table .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table .small-text .ipo-reservation__table tbody tr td:first-child{font-size:.625rem}}.medium-text .ipo-reservation__table tbody tr h4,.medium-text .ipo-reservation__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .medium-text .ipo-reservation__table tbody tr th,.medium-text .ipo-reservation__table .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table .medium-text .ipo-reservation__table tbody tr td:first-child{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .ipo-reservation__table tbody tr h4,.medium-text .ipo-reservation__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .medium-text .ipo-reservation__table tbody tr th,.medium-text .ipo-reservation__table .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table .medium-text .ipo-reservation__table tbody tr td:first-child{font-size:.75rem}}.large-text .ipo-reservation__table tbody tr h4,.large-text .ipo-reservation__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .large-text .ipo-reservation__table tbody tr th,.large-text .ipo-reservation__table .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table .large-text .ipo-reservation__table tbody tr td:first-child{font-size:.875rem}@media screen and (min-width: 768px){.large-text .ipo-reservation__table tbody tr h4,.large-text .ipo-reservation__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .large-text .ipo-reservation__table tbody tr th,.large-text .ipo-reservation__table .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table .large-text .ipo-reservation__table tbody tr td:first-child{font-size:.875rem}}.ipo-reservation__table tbody tr h4,.ipo-reservation__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .ipo-reservation__table tbody tr th,.ipo-reservation__table .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table .ipo-reservation__table tbody tr td:first-child{font-size:.75rem}@media screen and (min-width: 768px){.ipo-reservation__table tbody tr h4,.ipo-reservation__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .ipo-reservation__table tbody tr th,.ipo-reservation__table .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table .ipo-reservation__table tbody tr td:first-child{font-size:.75rem}}@media screen and (min-width: 1025px){.ipo-reservation__table tbody tr h4,.ipo-reservation__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .ipo-reservation__table tbody tr th,.ipo-reservation__table .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table .ipo-reservation__table tbody tr td:first-child{line-height:19px}.small-text .ipo-reservation__table tbody tr h4,.small-text .ipo-reservation__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .small-text .ipo-reservation__table tbody tr th,.small-text .ipo-reservation__table .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table .small-text .ipo-reservation__table tbody tr td:first-child{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-reservation__table tbody tr h4,.small-text .ipo-reservation__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .small-text .ipo-reservation__table tbody tr th,.small-text .ipo-reservation__table .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table .small-text .ipo-reservation__table tbody tr td:first-child{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .ipo-reservation__table tbody tr h4,.medium-text .ipo-reservation__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .medium-text .ipo-reservation__table tbody tr th,.medium-text .ipo-reservation__table .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table .medium-text .ipo-reservation__table tbody tr td:first-child{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-reservation__table tbody tr h4,.medium-text .ipo-reservation__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .medium-text .ipo-reservation__table tbody tr th,.medium-text .ipo-reservation__table .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table .medium-text .ipo-reservation__table tbody tr td:first-child{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .ipo-reservation__table tbody tr h4,.large-text .ipo-reservation__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .large-text .ipo-reservation__table tbody tr th,.large-text .ipo-reservation__table .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table .large-text .ipo-reservation__table tbody tr td:first-child{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-reservation__table tbody tr h4,.large-text .ipo-reservation__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .large-text .ipo-reservation__table tbody tr th,.large-text .ipo-reservation__table .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table .large-text .ipo-reservation__table tbody tr td:first-child{font-size:1.125rem}}@media screen and (min-width: 1025px){.ipo-reservation__table tbody tr h4,.ipo-reservation__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .ipo-reservation__table tbody tr th,.ipo-reservation__table .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table .ipo-reservation__table tbody tr td:first-child{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-reservation__table tbody tr h4,.ipo-reservation__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .ipo-reservation__table tbody tr th,.ipo-reservation__table .ipo-registrar__table tbody tr td:first-child,.ipo-registrar__table .ipo-reservation__table tbody tr td:first-child{font-size:1rem}}.ipo-reservation__table tbody tr p{color:#1a1a1a;font-weight:400;line-height:16px}.small-text .ipo-reservation__table tbody tr p{font-size:.625rem}@media screen and (min-width: 768px){.small-text .ipo-reservation__table tbody tr p{font-size:.625rem}}.medium-text .ipo-reservation__table tbody tr p{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .ipo-reservation__table tbody tr p{font-size:.75rem}}.large-text .ipo-reservation__table tbody tr p{font-size:.875rem}@media screen and (min-width: 768px){.large-text .ipo-reservation__table tbody tr p{font-size:.875rem}}.ipo-reservation__table tbody tr p{font-size:.75rem}@media screen and (min-width: 768px){.ipo-reservation__table tbody tr p{font-size:.75rem}}@media screen and (min-width: 1025px){.ipo-reservation__table tbody tr p{line-height:24px}.small-text .ipo-reservation__table tbody tr p{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-reservation__table tbody tr p{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .ipo-reservation__table tbody tr p{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-reservation__table tbody tr p{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .ipo-reservation__table tbody tr p{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-reservation__table tbody tr p{font-size:1.125rem}}@media screen and (min-width: 1025px){.ipo-reservation__table tbody tr p{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-reservation__table tbody tr p{font-size:1rem}}.ipo-scrip-important-dates{background-color:#fff;max-width:100%;box-sizing:border-box}.ipo-scrip-important-dates__content{margin:0 20px 38px;width:100%}.ipo-scrip-important-dates h2,.ipo-scrip-important-dates .subscription-card-carousel__card__header__plan-title,.ipo-scrip-important-dates .subscription-card-carousel__card__details-title{color:#1a1a1a;line-height:21px;text-align:left}.small-text .ipo-scrip-important-dates h2,.small-text .ipo-scrip-important-dates .subscription-card-carousel__card__header__plan-title,.small-text .ipo-scrip-important-dates .subscription-card-carousel__card__details-title{font-size:1rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-important-dates h2,.small-text .ipo-scrip-important-dates .subscription-card-carousel__card__header__plan-title,.small-text .ipo-scrip-important-dates .subscription-card-carousel__card__details-title{font-size:1rem}}.medium-text .ipo-scrip-important-dates h2,.medium-text .ipo-scrip-important-dates .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-scrip-important-dates .subscription-card-carousel__card__details-title{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-important-dates h2,.medium-text .ipo-scrip-important-dates .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-scrip-important-dates .subscription-card-carousel__card__details-title{font-size:1.125rem}}.large-text .ipo-scrip-important-dates h2,.large-text .ipo-scrip-important-dates .subscription-card-carousel__card__header__plan-title,.large-text .ipo-scrip-important-dates .subscription-card-carousel__card__details-title{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-important-dates h2,.large-text .ipo-scrip-important-dates .subscription-card-carousel__card__header__plan-title,.large-text .ipo-scrip-important-dates .subscription-card-carousel__card__details-title{font-size:1.25rem}}.ipo-scrip-important-dates h2,.ipo-scrip-important-dates .subscription-card-carousel__card__header__plan-title,.ipo-scrip-important-dates .subscription-card-carousel__card__details-title{font-size:1.125rem}@media screen and (min-width: 768px){.ipo-scrip-important-dates h2,.ipo-scrip-important-dates .subscription-card-carousel__card__header__plan-title,.ipo-scrip-important-dates .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.ipo-scrip-important-dates h2,.ipo-scrip-important-dates .subscription-card-carousel__card__header__plan-title,.ipo-scrip-important-dates .subscription-card-carousel__card__details-title{line-height:24px;text-align:left}.small-text .ipo-scrip-important-dates h2,.small-text .ipo-scrip-important-dates .subscription-card-carousel__card__header__plan-title,.small-text .ipo-scrip-important-dates .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-scrip-important-dates h2,.small-text .ipo-scrip-important-dates .subscription-card-carousel__card__header__plan-title,.small-text .ipo-scrip-important-dates .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.medium-text .ipo-scrip-important-dates h2,.medium-text .ipo-scrip-important-dates .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-scrip-important-dates .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-scrip-important-dates h2,.medium-text .ipo-scrip-important-dates .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-scrip-important-dates .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px){.large-text .ipo-scrip-important-dates h2,.large-text .ipo-scrip-important-dates .subscription-card-carousel__card__header__plan-title,.large-text .ipo-scrip-important-dates .subscription-card-carousel__card__details-title{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-scrip-important-dates h2,.large-text .ipo-scrip-important-dates .subscription-card-carousel__card__header__plan-title,.large-text .ipo-scrip-important-dates .subscription-card-carousel__card__details-title{font-size:1.375rem}}@media screen and (min-width: 1025px){.ipo-scrip-important-dates h2,.ipo-scrip-important-dates .subscription-card-carousel__card__header__plan-title,.ipo-scrip-important-dates .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-scrip-important-dates h2,.ipo-scrip-important-dates .subscription-card-carousel__card__header__plan-title,.ipo-scrip-important-dates .subscription-card-carousel__card__details-title{font-size:1.25rem}}.ipo-scrip-important-dates .completed .circle{display:none}.ipo-scrip-important-dates .completed .icon{display:flex}.ipo-scrip-important-dates .completed .ipo-scrip-important-dates__progress-bar__connector{border:2px solid #ceeae5}.ipo-scrip-important-dates .completed+.ipo-scrip-important-dates__progress-bar__item .circle{border:5px solid #ceeae5}.ipo-scrip-important-dates__container{border:1px solid #F2F2F2;border-radius:4px;overflow:auto;padding-left:20px;padding-right:20px;position:relative;margin:0 auto;width:100%;white-space:nowrap;-webkit-overflow-scrolling:touch;scrollbar-width:thin;scrollbar-gutter:stable;box-sizing:border-box}@media screen and (min-width: 1025px){.ipo-scrip-important-dates__container{padding:17px 20px;overflow:hidden}}.ipo-scrip-important-dates__container::-webkit-scrollbar{height:6px}.ipo-scrip-important-dates__container::-webkit-scrollbar-track{background:#f2f2f2;border-radius:3px}.ipo-scrip-important-dates__container::-webkit-scrollbar-thumb{background:#e5e5e5;border-radius:3px}.ipo-scrip-important-dates__progress-bar{display:inline-flex;min-width:max-content;align-items:center;padding:10px 0;flex:1}.ipo-scrip-important-dates__progress-bar__item:not(:last-child){min-width:140px;white-space:normal;display:flex;align-items:center;position:relative}.ipo-scrip-important-dates__progress-bar__item:not(:last-child):not(:last-child){margin-right:-2px}@media screen and (min-width: 1025px){.ipo-scrip-important-dates__progress-bar{display:inline-flex;width:100%}.ipo-scrip-important-dates__progress-bar__item:not(:last-child){margin-right:-2px;width:100%}.ipo-scrip-important-dates__progress-bar__item{min-width:unset}}.ipo-scrip-important-dates__progress-bar__connector{border:2px solid #F2F2F2;flex:1;padding:0;margin:0;height:0;position:relative;z-index:1}.ipo-scrip-important-dates__progress-text__item{position:absolute;text-align:center;width:100px;left:50%;transform:translate(-50%)}@media screen and (min-width: 1025px){.ipo-scrip-important-dates__progress-text__item{width:120px;left:50%;transform:translate(-50%)}}.ipo-scrip-important-dates__progress-text__item__date{color:#1a1a1a;font-weight:500;line-height:16px;margin-top:2px;word-wrap:break-word}.small-text .ipo-scrip-important-dates__progress-text__item__date{font-size:.625rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-important-dates__progress-text__item__date{font-size:.625rem}}.medium-text .ipo-scrip-important-dates__progress-text__item__date{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-important-dates__progress-text__item__date{font-size:.75rem}}.large-text .ipo-scrip-important-dates__progress-text__item__date{font-size:.875rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-important-dates__progress-text__item__date{font-size:.875rem}}.ipo-scrip-important-dates__progress-text__item__date{font-size:.75rem}@media screen and (min-width: 768px){.ipo-scrip-important-dates__progress-text__item__date{font-size:.75rem}}@media screen and (min-width: 1025px){.ipo-scrip-important-dates__progress-text__item__date{line-height:18px}.small-text .ipo-scrip-important-dates__progress-text__item__date{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-scrip-important-dates__progress-text__item__date{font-size:.75rem}}@media screen and (min-width: 1025px){.medium-text .ipo-scrip-important-dates__progress-text__item__date{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-scrip-important-dates__progress-text__item__date{font-size:.875rem}}@media screen and (min-width: 1025px){.large-text .ipo-scrip-important-dates__progress-text__item__date{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-scrip-important-dates__progress-text__item__date{font-size:1rem}}@media screen and (min-width: 1025px){.ipo-scrip-important-dates__progress-text__item__date{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-scrip-important-dates__progress-text__item__date{font-size:.875rem}}.ipo-scrip-important-dates__progress-text__item p{color:#1a1a1a;font-weight:400;line-height:12px}.small-text .ipo-scrip-important-dates__progress-text__item p{font-size:.5rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-important-dates__progress-text__item p{font-size:.5rem}}.medium-text .ipo-scrip-important-dates__progress-text__item p{font-size:.625rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-important-dates__progress-text__item p{font-size:.625rem}}.large-text .ipo-scrip-important-dates__progress-text__item p{font-size:.75rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-important-dates__progress-text__item p{font-size:.75rem}}.ipo-scrip-important-dates__progress-text__item p{font-size:.625rem}@media screen and (min-width: 768px){.ipo-scrip-important-dates__progress-text__item p{font-size:.625rem}}@media screen and (min-width: 1025px){.ipo-scrip-important-dates__progress-text__item p{line-height:16px;white-space:nowrap}.small-text .ipo-scrip-important-dates__progress-text__item p{font-size:.625rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-scrip-important-dates__progress-text__item p{font-size:.625rem}}@media screen and (min-width: 1025px){.medium-text .ipo-scrip-important-dates__progress-text__item p{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-scrip-important-dates__progress-text__item p{font-size:.75rem}}@media screen and (min-width: 1025px){.large-text .ipo-scrip-important-dates__progress-text__item p{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-scrip-important-dates__progress-text__item p{font-size:.875rem}}@media screen and (min-width: 1025px){.ipo-scrip-important-dates__progress-text__item p{font-size:.75rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-scrip-important-dates__progress-text__item p{font-size:.75rem}}.ipo-scrip-important-dates__status{position:relative;z-index:2;background-color:#fff}.ipo-scrip-important-dates__status span{width:24px;height:24px;border-radius:12px;position:relative;z-index:2}.ipo-scrip-important-dates__status .circle{background-color:#fff;border:5px solid #e5e5e5;display:block}.ipo-scrip-important-dates__status .icon{background-color:#067161;color:#fff;display:none;font-size:8px}@media screen and (max-width: 767px){.ipo-scrip-important-dates__container{padding:20px 38px}.ipo-scrip-important-dates__progress-text__item{left:50%;transform:translate(-50%);width:90px}}h1,h2,.subscription-card-carousel__card__header__plan-title,.subscription-card-carousel__card__details-title,h3,h4,.ipo-scrip-shareholder-pattern__table thead tr th,.ipo-registrar__table tbody tr td:first-child,h5,h6{font-family:Rubik-Medium,Mukta-Medium,BalooThambi2-Medium,sans-serif;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h4,.ipo-scrip-shareholder-pattern__table thead tr th,.ipo-registrar__table tbody tr td:first-child{margin-top:0;margin-bottom:0;font-size:16px;line-height:normal}@media screen and (min-width: 1025px){h4,.ipo-scrip-shareholder-pattern__table thead tr th,.ipo-registrar__table tbody tr td:first-child{font-size:18px}}.ipo-registrar{gap:12px}.ipo-registrar-skeleton-loading{height:310px;max-width:auto}@media screen and (min-width: 1025px){.ipo-registrar-skeleton-loading{height:318px}}@media screen and (min-width: 1025px){.ipo-registrar{width:724px}}.ipo-registrar h2,.ipo-registrar .subscription-card-carousel__card__header__plan-title,.ipo-registrar .subscription-card-carousel__card__details-title{color:#1a1a1a;line-height:21px}.small-text .ipo-registrar h2,.small-text .ipo-registrar .subscription-card-carousel__card__header__plan-title,.small-text .ipo-registrar .subscription-card-carousel__card__details-title{font-size:1rem}@media screen and (min-width: 768px){.small-text .ipo-registrar h2,.small-text .ipo-registrar .subscription-card-carousel__card__header__plan-title,.small-text .ipo-registrar .subscription-card-carousel__card__details-title{font-size:1rem}}.medium-text .ipo-registrar h2,.medium-text .ipo-registrar .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-registrar .subscription-card-carousel__card__details-title{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .ipo-registrar h2,.medium-text .ipo-registrar .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-registrar .subscription-card-carousel__card__details-title{font-size:1.125rem}}.large-text .ipo-registrar h2,.large-text .ipo-registrar .subscription-card-carousel__card__header__plan-title,.large-text .ipo-registrar .subscription-card-carousel__card__details-title{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .ipo-registrar h2,.large-text .ipo-registrar .subscription-card-carousel__card__header__plan-title,.large-text .ipo-registrar .subscription-card-carousel__card__details-title{font-size:1.25rem}}.ipo-registrar h2,.ipo-registrar .subscription-card-carousel__card__header__plan-title,.ipo-registrar .subscription-card-carousel__card__details-title{font-size:1.125rem}@media screen and (min-width: 768px){.ipo-registrar h2,.ipo-registrar .subscription-card-carousel__card__header__plan-title,.ipo-registrar .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.ipo-registrar h2,.ipo-registrar .subscription-card-carousel__card__header__plan-title,.ipo-registrar .subscription-card-carousel__card__details-title{line-height:24px}.small-text .ipo-registrar h2,.small-text .ipo-registrar .subscription-card-carousel__card__header__plan-title,.small-text .ipo-registrar .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-registrar h2,.small-text .ipo-registrar .subscription-card-carousel__card__header__plan-title,.small-text .ipo-registrar .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.medium-text .ipo-registrar h2,.medium-text .ipo-registrar .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-registrar .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-registrar h2,.medium-text .ipo-registrar .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-registrar .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px){.large-text .ipo-registrar h2,.large-text .ipo-registrar .subscription-card-carousel__card__header__plan-title,.large-text .ipo-registrar .subscription-card-carousel__card__details-title{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-registrar h2,.large-text .ipo-registrar .subscription-card-carousel__card__header__plan-title,.large-text .ipo-registrar .subscription-card-carousel__card__details-title{font-size:1.375rem}}@media screen and (min-width: 1025px){.ipo-registrar h2,.ipo-registrar .subscription-card-carousel__card__header__plan-title,.ipo-registrar .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-registrar h2,.ipo-registrar .subscription-card-carousel__card__header__plan-title,.ipo-registrar .subscription-card-carousel__card__details-title{font-size:1.25rem}}.ipo-registrar__table{border-collapse:collapse;border-radius:4px;border-spacing:0;overflow:hidden}.ipo-registrar__table thead{background-color:#f2f2f2}.ipo-registrar__table thead tr th{border:1px solid #e5e5e5}.ipo-registrar__table tbody{background-color:#fff}.ipo-registrar__table tbody tr td{border:1px solid #F2F2F2;border-top:0;min-width:49%}@media screen and (min-width: 1025px){.ipo-registrar__table tbody tr td{min-width:36%}}@media screen and (min-width: 1025px){.ipo-registrar__table tbody tr td{width:264px}}.ipo-registrar__table tbody tr td:not(:first-child){color:#1a1a1a;font-weight:400;line-height:16px;min-width:51%}.small-text .ipo-registrar__table tbody tr td:not(:first-child){font-size:.625rem}@media screen and (min-width: 768px){.small-text .ipo-registrar__table tbody tr td:not(:first-child){font-size:.625rem}}.medium-text .ipo-registrar__table tbody tr td:not(:first-child){font-size:.75rem}@media screen and (min-width: 768px){.medium-text .ipo-registrar__table tbody tr td:not(:first-child){font-size:.75rem}}.large-text .ipo-registrar__table tbody tr td:not(:first-child){font-size:.875rem}@media screen and (min-width: 768px){.large-text .ipo-registrar__table tbody tr td:not(:first-child){font-size:.875rem}}.ipo-registrar__table tbody tr td:not(:first-child){font-size:.75rem}@media screen and (min-width: 768px){.ipo-registrar__table tbody tr td:not(:first-child){font-size:.75rem}}@media screen and (min-width: 1025px){.ipo-registrar__table tbody tr td:not(:first-child){min-width:63%;line-height:24px}.small-text .ipo-registrar__table tbody tr td:not(:first-child){font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-registrar__table tbody tr td:not(:first-child){font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .ipo-registrar__table tbody tr td:not(:first-child){font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-registrar__table tbody tr td:not(:first-child){font-size:1rem}}@media screen and (min-width: 1025px){.large-text .ipo-registrar__table tbody tr td:not(:first-child){font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-registrar__table tbody tr td:not(:first-child){font-size:1.125rem}}@media screen and (min-width: 1025px){.ipo-registrar__table tbody tr td:not(:first-child){font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-registrar__table tbody tr td:not(:first-child){font-size:1rem}}@media screen and (min-width: 1025px){.ipo-registrar__table tbody tr td:not(:first-child){width:460px}}.ipo-registrar__table tbody tr td:not(:first-child) a{text-decoration:underline}.ipo-registrar__table tbody tr tr,.ipo-registrar__table tbody tr h4,.ipo-registrar__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .ipo-registrar__table tbody tr th,.ipo-registrar__table tbody tr td:first-child{color:#1a1a1a;font-weight:500;line-height:16px}.small-text .ipo-registrar__table tbody tr tr,.small-text .ipo-registrar__table tbody tr h4,.small-text .ipo-registrar__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .small-text .ipo-registrar__table tbody tr th,.small-text .ipo-registrar__table tbody tr td:first-child{font-size:.625rem}@media screen and (min-width: 768px){.small-text .ipo-registrar__table tbody tr tr,.small-text .ipo-registrar__table tbody tr h4,.small-text .ipo-registrar__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .small-text .ipo-registrar__table tbody tr th,.small-text .ipo-registrar__table tbody tr td:first-child{font-size:.625rem}}.medium-text .ipo-registrar__table tbody tr tr,.medium-text .ipo-registrar__table tbody tr h4,.medium-text .ipo-registrar__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .medium-text .ipo-registrar__table tbody tr th,.medium-text .ipo-registrar__table tbody tr td:first-child{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .ipo-registrar__table tbody tr tr,.medium-text .ipo-registrar__table tbody tr h4,.medium-text .ipo-registrar__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .medium-text .ipo-registrar__table tbody tr th,.medium-text .ipo-registrar__table tbody tr td:first-child{font-size:.75rem}}.large-text .ipo-registrar__table tbody tr tr,.large-text .ipo-registrar__table tbody tr h4,.large-text .ipo-registrar__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .large-text .ipo-registrar__table tbody tr th,.large-text .ipo-registrar__table tbody tr td:first-child{font-size:.875rem}@media screen and (min-width: 768px){.large-text .ipo-registrar__table tbody tr tr,.large-text .ipo-registrar__table tbody tr h4,.large-text .ipo-registrar__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .large-text .ipo-registrar__table tbody tr th,.large-text .ipo-registrar__table tbody tr td:first-child{font-size:.875rem}}.ipo-registrar__table tbody tr tr,.ipo-registrar__table tbody tr h4,.ipo-registrar__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .ipo-registrar__table tbody tr th,.ipo-registrar__table tbody tr td:first-child{font-size:.75rem}@media screen and (min-width: 768px){.ipo-registrar__table tbody tr tr,.ipo-registrar__table tbody tr h4,.ipo-registrar__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .ipo-registrar__table tbody tr th,.ipo-registrar__table tbody tr td:first-child{font-size:.75rem}}@media screen and (min-width: 1025px){.ipo-registrar__table tbody tr tr,.ipo-registrar__table tbody tr h4,.ipo-registrar__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .ipo-registrar__table tbody tr th,.ipo-registrar__table tbody tr td:first-child{line-height:19px}.small-text .ipo-registrar__table tbody tr tr,.small-text .ipo-registrar__table tbody tr h4,.small-text .ipo-registrar__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .small-text .ipo-registrar__table tbody tr th,.small-text .ipo-registrar__table tbody tr td:first-child{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-registrar__table tbody tr tr,.small-text .ipo-registrar__table tbody tr h4,.small-text .ipo-registrar__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .small-text .ipo-registrar__table tbody tr th,.small-text .ipo-registrar__table tbody tr td:first-child{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .ipo-registrar__table tbody tr tr,.medium-text .ipo-registrar__table tbody tr h4,.medium-text .ipo-registrar__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .medium-text .ipo-registrar__table tbody tr th,.medium-text .ipo-registrar__table tbody tr td:first-child{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-registrar__table tbody tr tr,.medium-text .ipo-registrar__table tbody tr h4,.medium-text .ipo-registrar__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .medium-text .ipo-registrar__table tbody tr th,.medium-text .ipo-registrar__table tbody tr td:first-child{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .ipo-registrar__table tbody tr tr,.large-text .ipo-registrar__table tbody tr h4,.large-text .ipo-registrar__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .large-text .ipo-registrar__table tbody tr th,.large-text .ipo-registrar__table tbody tr td:first-child{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-registrar__table tbody tr tr,.large-text .ipo-registrar__table tbody tr h4,.large-text .ipo-registrar__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .large-text .ipo-registrar__table tbody tr th,.large-text .ipo-registrar__table tbody tr td:first-child{font-size:1.125rem}}@media screen and (min-width: 1025px){.ipo-registrar__table tbody tr tr,.ipo-registrar__table tbody tr h4,.ipo-registrar__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .ipo-registrar__table tbody tr th,.ipo-registrar__table tbody tr td:first-child{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-registrar__table tbody tr tr,.ipo-registrar__table tbody tr h4,.ipo-registrar__table tbody .ipo-scrip-shareholder-pattern__table thead tr th,.ipo-scrip-shareholder-pattern__table thead .ipo-registrar__table tbody tr th,.ipo-registrar__table tbody tr td:first-child{font-size:1rem}}.ipo-registrar__table tbody tr tr,.ipo-registrar__table tbody tr td,.ipo-registrar__table tbody tr th{padding:12px;vertical-align:middle}a{color:#ff6700;text-decoration:none}@media screen and (min-width: 1025px) and (hover: hover){a:hover,a:focus{text-decoration:none}}h1,h2,.subscription-card-carousel__card__header__plan-title,.subscription-card-carousel__card__details-title,h3,h4,.ipo-registrar__table tbody tr td:first-child,.ipo-scrip-shareholder-pattern__table thead tr th,h5,h6{font-family:Rubik-Medium,Mukta-Medium,BalooThambi2-Medium,sans-serif;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1{margin-top:0;margin-bottom:0;font-size:20px;line-height:normal}@media screen and (min-width: 1025px){h1{font-size:24px}}h2,.subscription-card-carousel__card__header__plan-title,.subscription-card-carousel__card__details-title{margin-top:0;margin-bottom:0;font-size:18px;line-height:normal}@media screen and (min-width: 1025px){h2,.subscription-card-carousel__card__header__plan-title,.subscription-card-carousel__card__details-title{font-size:20px}}h3{margin-top:0;margin-bottom:0;font-size:14px;line-height:normal}@media screen and (min-width: 1025px){h3{font-size:18px}}h4,.ipo-registrar__table tbody tr td:first-child,.ipo-scrip-shareholder-pattern__table thead tr th{margin-top:0;margin-bottom:0;font-size:16px;line-height:normal}@media screen and (min-width: 1025px){h4,.ipo-registrar__table tbody tr td:first-child,.ipo-scrip-shareholder-pattern__table thead tr th{font-size:18px}}h5{margin-top:0;margin-bottom:0;font-size:14px;line-height:normal}@media screen and (min-width: 1025px){h5{font-size:16px}}h6{margin-top:0;margin-bottom:0;font-size:12px;line-height:normal}@media screen and (min-width: 1025px){h6{font-size:18px}}p,input{margin-top:0;margin-bottom:0;font-size:12px;line-height:normal;color:#333}@media screen and (min-width: 1025px){p,input{font-size:14px;margin-bottom:0}}span{margin-top:0;margin-bottom:0;font-size:12px;line-height:normal;color:#666}@media screen and (min-width: 1025px){span{font-size:16px}}ol,ul,li{margin-top:0;margin-bottom:1rem;font-size:12px}@media screen and (min-width: 1025px){ol,ul,li{font-size:14px}}ol ol,ol ul,ol li,ul ol,ul ul,ul li,li ol,li ul,li li{margin-bottom:0;font-size:12px}@media screen and (min-width: 1025px){ol ol,ol ul,ol li,ul ol,ul ul,ul li,li ol,li ul,li li{font-size:14px}}pre{margin:0;text-wrap:wrap}button{cursor:pointer}.ipo-scrip-shareholder-pattern{gap:12px}.ipo-scrip-shareholder-pattern h2,.ipo-scrip-shareholder-pattern .subscription-card-carousel__card__header__plan-title,.ipo-scrip-shareholder-pattern .subscription-card-carousel__card__details-title{color:#1a1a1a;line-height:21px}.small-text .ipo-scrip-shareholder-pattern h2,.small-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__header__plan-title,.small-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__details-title{font-size:1rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-shareholder-pattern h2,.small-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__header__plan-title,.small-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__details-title{font-size:1rem}}.medium-text .ipo-scrip-shareholder-pattern h2,.medium-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__details-title{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-shareholder-pattern h2,.medium-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__details-title{font-size:1.125rem}}.large-text .ipo-scrip-shareholder-pattern h2,.large-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__header__plan-title,.large-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__details-title{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-shareholder-pattern h2,.large-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__header__plan-title,.large-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__details-title{font-size:1.25rem}}.ipo-scrip-shareholder-pattern h2,.ipo-scrip-shareholder-pattern .subscription-card-carousel__card__header__plan-title,.ipo-scrip-shareholder-pattern .subscription-card-carousel__card__details-title{font-size:1.125rem}@media screen and (min-width: 768px){.ipo-scrip-shareholder-pattern h2,.ipo-scrip-shareholder-pattern .subscription-card-carousel__card__header__plan-title,.ipo-scrip-shareholder-pattern .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.ipo-scrip-shareholder-pattern h2,.ipo-scrip-shareholder-pattern .subscription-card-carousel__card__header__plan-title,.ipo-scrip-shareholder-pattern .subscription-card-carousel__card__details-title{line-height:24px}.small-text .ipo-scrip-shareholder-pattern h2,.small-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__header__plan-title,.small-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-scrip-shareholder-pattern h2,.small-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__header__plan-title,.small-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.medium-text .ipo-scrip-shareholder-pattern h2,.medium-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-scrip-shareholder-pattern h2,.medium-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px){.large-text .ipo-scrip-shareholder-pattern h2,.large-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__header__plan-title,.large-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__details-title{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-scrip-shareholder-pattern h2,.large-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__header__plan-title,.large-text .ipo-scrip-shareholder-pattern .subscription-card-carousel__card__details-title{font-size:1.375rem}}@media screen and (min-width: 1025px){.ipo-scrip-shareholder-pattern h2,.ipo-scrip-shareholder-pattern .subscription-card-carousel__card__header__plan-title,.ipo-scrip-shareholder-pattern .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-scrip-shareholder-pattern h2,.ipo-scrip-shareholder-pattern .subscription-card-carousel__card__header__plan-title,.ipo-scrip-shareholder-pattern .subscription-card-carousel__card__details-title{font-size:1.25rem}}.ipo-scrip-shareholder-pattern__table{border-collapse:collapse;border-radius:4px;border-spacing:0;overflow:hidden}.ipo-scrip-shareholder-pattern__table thead{background-color:#f2f2f2}.ipo-scrip-shareholder-pattern__table tbody{background-color:#fff}.ipo-scrip-shareholder-pattern__table thead tr th{border:1px solid #e5e5e5;padding:12px;vertical-align:middle}.ipo-scrip-shareholder-pattern__table tbody tr td{border:1px solid #F2F2F2;border-top:0;color:#1a1a1a;font-weight:400;line-height:16px;vertical-align:middle;width:31%}.small-text .ipo-scrip-shareholder-pattern__table tbody tr td{font-size:.625rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-shareholder-pattern__table tbody tr td{font-size:.625rem}}.medium-text .ipo-scrip-shareholder-pattern__table tbody tr td{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-shareholder-pattern__table tbody tr td{font-size:.75rem}}.large-text .ipo-scrip-shareholder-pattern__table tbody tr td{font-size:.875rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-shareholder-pattern__table tbody tr td{font-size:.875rem}}.ipo-scrip-shareholder-pattern__table tbody tr td{font-size:.75rem}@media screen and (min-width: 768px){.ipo-scrip-shareholder-pattern__table tbody tr td{font-size:.75rem}}@media screen and (min-width: 1025px){.ipo-scrip-shareholder-pattern__table tbody tr td{line-height:19px;min-width:34%}.small-text .ipo-scrip-shareholder-pattern__table tbody tr td{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-scrip-shareholder-pattern__table tbody tr td{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .ipo-scrip-shareholder-pattern__table tbody tr td{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-scrip-shareholder-pattern__table tbody tr td{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .ipo-scrip-shareholder-pattern__table tbody tr td{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-scrip-shareholder-pattern__table tbody tr td{font-size:1.125rem}}@media screen and (min-width: 1025px){.ipo-scrip-shareholder-pattern__table tbody tr td{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-scrip-shareholder-pattern__table tbody tr td{font-size:1rem}}@media screen and (min-width: 1025px){.ipo-scrip-shareholder-pattern__table tbody tr td{width:205px}}@media screen and (min-width: 1025px){.ipo-scrip-shareholder-pattern{width:724px}}.ipo-scrip-financials{gap:12px}.ipo-scrip-financials h2,.ipo-scrip-financials .subscription-card-carousel__card__header__plan-title,.ipo-scrip-financials .subscription-card-carousel__card__details-title{color:#1a1a1a;line-height:21px}.small-text .ipo-scrip-financials h2,.small-text .ipo-scrip-financials .subscription-card-carousel__card__header__plan-title,.small-text .ipo-scrip-financials .subscription-card-carousel__card__details-title{font-size:1rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-financials h2,.small-text .ipo-scrip-financials .subscription-card-carousel__card__header__plan-title,.small-text .ipo-scrip-financials .subscription-card-carousel__card__details-title{font-size:1rem}}.medium-text .ipo-scrip-financials h2,.medium-text .ipo-scrip-financials .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-scrip-financials .subscription-card-carousel__card__details-title{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-financials h2,.medium-text .ipo-scrip-financials .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-scrip-financials .subscription-card-carousel__card__details-title{font-size:1.125rem}}.large-text .ipo-scrip-financials h2,.large-text .ipo-scrip-financials .subscription-card-carousel__card__header__plan-title,.large-text .ipo-scrip-financials .subscription-card-carousel__card__details-title{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-financials h2,.large-text .ipo-scrip-financials .subscription-card-carousel__card__header__plan-title,.large-text .ipo-scrip-financials .subscription-card-carousel__card__details-title{font-size:1.25rem}}.ipo-scrip-financials h2,.ipo-scrip-financials .subscription-card-carousel__card__header__plan-title,.ipo-scrip-financials .subscription-card-carousel__card__details-title{font-size:1.125rem}@media screen and (min-width: 768px){.ipo-scrip-financials h2,.ipo-scrip-financials .subscription-card-carousel__card__header__plan-title,.ipo-scrip-financials .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.ipo-scrip-financials h2,.ipo-scrip-financials .subscription-card-carousel__card__header__plan-title,.ipo-scrip-financials .subscription-card-carousel__card__details-title{line-height:24px}.small-text .ipo-scrip-financials h2,.small-text .ipo-scrip-financials .subscription-card-carousel__card__header__plan-title,.small-text .ipo-scrip-financials .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-scrip-financials h2,.small-text .ipo-scrip-financials .subscription-card-carousel__card__header__plan-title,.small-text .ipo-scrip-financials .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.medium-text .ipo-scrip-financials h2,.medium-text .ipo-scrip-financials .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-scrip-financials .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-scrip-financials h2,.medium-text .ipo-scrip-financials .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-scrip-financials .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px){.large-text .ipo-scrip-financials h2,.large-text .ipo-scrip-financials .subscription-card-carousel__card__header__plan-title,.large-text .ipo-scrip-financials .subscription-card-carousel__card__details-title{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-scrip-financials h2,.large-text .ipo-scrip-financials .subscription-card-carousel__card__header__plan-title,.large-text .ipo-scrip-financials .subscription-card-carousel__card__details-title{font-size:1.375rem}}@media screen and (min-width: 1025px){.ipo-scrip-financials h2,.ipo-scrip-financials .subscription-card-carousel__card__header__plan-title,.ipo-scrip-financials .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-scrip-financials h2,.ipo-scrip-financials .subscription-card-carousel__card__header__plan-title,.ipo-scrip-financials .subscription-card-carousel__card__details-title{font-size:1.25rem}}.ipo-scrip-financials__tabs{gap:12px}.ipo-scrip-financials__tabs button{background-color:#fff;border:1px solid #002953;border-radius:8px;color:#002953;cursor:pointer;line-height:20px;padding:5px 8px}.small-text .ipo-scrip-financials__tabs button{font-size:.75rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-financials__tabs button{font-size:.75rem}}.medium-text .ipo-scrip-financials__tabs button{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-financials__tabs button{font-size:.875rem}}.large-text .ipo-scrip-financials__tabs button{font-size:1rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-financials__tabs button{font-size:1rem}}.ipo-scrip-financials__tabs button{font-size:.875rem}@media screen and (min-width: 768px){.ipo-scrip-financials__tabs button{font-size:.875rem}}.ipo-scrip-financials__tabs button.active{background-color:#002953;color:#fff}.ipo-scrip-financials__table{border-collapse:collapse;border-radius:4px;border-spacing:0;overflow:hidden}@media screen and (min-width: 1025px){.ipo-scrip-financials__table{width:724px}}.ipo-scrip-financials__table thead{background-color:#f2f2f2}.ipo-scrip-financials__table thead tr th{border:1px solid #e5e5e5;padding:12px}.ipo-scrip-financials__table thead tr th:first-child{border-right:0;border-top-left-radius:4px;width:35%}@media screen and (min-width: 1025px){.ipo-scrip-financials__table thead tr th:first-child{width:263px}}.ipo-scrip-financials__table thead tr th:last-child{border-top-right-radius:4px;width:65%}@media screen and (min-width: 1025px){.ipo-scrip-financials__table thead tr th:last-child{width:489px}}.ipo-scrip-financials__table tbody{background-color:#fff}.ipo-scrip-financials__table tbody tr td{border:1px solid #F2F2F2;border-top:0;padding:12px;vertical-align:middle;color:#1a1a1a;font-weight:500;line-height:16px}.small-text .ipo-scrip-financials__table tbody tr td{font-size:.625rem}@media screen and (min-width: 768px){.small-text .ipo-scrip-financials__table tbody tr td{font-size:.625rem}}.medium-text .ipo-scrip-financials__table tbody tr td{font-size:.75rem}@media screen and (min-width: 768px){.medium-text .ipo-scrip-financials__table tbody tr td{font-size:.75rem}}.large-text .ipo-scrip-financials__table tbody tr td{font-size:.875rem}@media screen and (min-width: 768px){.large-text .ipo-scrip-financials__table tbody tr td{font-size:.875rem}}.ipo-scrip-financials__table tbody tr td{font-size:.75rem}@media screen and (min-width: 768px){.ipo-scrip-financials__table tbody tr td{font-size:.75rem}}@media screen and (min-width: 1025px){.ipo-scrip-financials__table tbody tr td{line-height:19px}.small-text .ipo-scrip-financials__table tbody tr td{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-scrip-financials__table tbody tr td{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .ipo-scrip-financials__table tbody tr td{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-scrip-financials__table tbody tr td{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .ipo-scrip-financials__table tbody tr td{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-scrip-financials__table tbody tr td{font-size:1.125rem}}@media screen and (min-width: 1025px){.ipo-scrip-financials__table tbody tr td{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-scrip-financials__table tbody tr td{font-size:1rem}}.ipo-scrip-financials__table tbody tr td:first-child{border-right:0;width:35%}@media screen and (min-width: 1025px){.ipo-scrip-financials__table tbody tr td:first-child{width:263px}}.ipo-scrip-financials__table tbody tr td:last-child{width:65%;color:#1a1a1a}table.ipo-scrip-financials__table tbody.hidden{display:none}table.ipo-scrip-financials__table tbody.active{display:table-row-group}.ipo-lead-manager{gap:12px;width:100%}.ipo-lead-manager h2,.ipo-lead-manager .subscription-card-carousel__card__header__plan-title,.ipo-lead-manager .subscription-card-carousel__card__details-title{color:#1a1a1a;line-height:21px}.small-text .ipo-lead-manager h2,.small-text .ipo-lead-manager .subscription-card-carousel__card__header__plan-title,.small-text .ipo-lead-manager .subscription-card-carousel__card__details-title{font-size:1rem}@media screen and (min-width: 768px){.small-text .ipo-lead-manager h2,.small-text .ipo-lead-manager .subscription-card-carousel__card__header__plan-title,.small-text .ipo-lead-manager .subscription-card-carousel__card__details-title{font-size:1rem}}.medium-text .ipo-lead-manager h2,.medium-text .ipo-lead-manager .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-lead-manager .subscription-card-carousel__card__details-title{font-size:1.125rem}@media screen and (min-width: 768px){.medium-text .ipo-lead-manager h2,.medium-text .ipo-lead-manager .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-lead-manager .subscription-card-carousel__card__details-title{font-size:1.125rem}}.large-text .ipo-lead-manager h2,.large-text .ipo-lead-manager .subscription-card-carousel__card__header__plan-title,.large-text .ipo-lead-manager .subscription-card-carousel__card__details-title{font-size:1.25rem}@media screen and (min-width: 768px){.large-text .ipo-lead-manager h2,.large-text .ipo-lead-manager .subscription-card-carousel__card__header__plan-title,.large-text .ipo-lead-manager .subscription-card-carousel__card__details-title{font-size:1.25rem}}.ipo-lead-manager h2,.ipo-lead-manager .subscription-card-carousel__card__header__plan-title,.ipo-lead-manager .subscription-card-carousel__card__details-title{font-size:1.125rem}@media screen and (min-width: 768px){.ipo-lead-manager h2,.ipo-lead-manager .subscription-card-carousel__card__header__plan-title,.ipo-lead-manager .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.ipo-lead-manager h2,.ipo-lead-manager .subscription-card-carousel__card__header__plan-title,.ipo-lead-manager .subscription-card-carousel__card__details-title{line-height:24px}.small-text .ipo-lead-manager h2,.small-text .ipo-lead-manager .subscription-card-carousel__card__header__plan-title,.small-text .ipo-lead-manager .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-lead-manager h2,.small-text .ipo-lead-manager .subscription-card-carousel__card__header__plan-title,.small-text .ipo-lead-manager .subscription-card-carousel__card__details-title{font-size:1.125rem}}@media screen and (min-width: 1025px){.medium-text .ipo-lead-manager h2,.medium-text .ipo-lead-manager .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-lead-manager .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-lead-manager h2,.medium-text .ipo-lead-manager .subscription-card-carousel__card__header__plan-title,.medium-text .ipo-lead-manager .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px){.large-text .ipo-lead-manager h2,.large-text .ipo-lead-manager .subscription-card-carousel__card__header__plan-title,.large-text .ipo-lead-manager .subscription-card-carousel__card__details-title{font-size:1.375rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-lead-manager h2,.large-text .ipo-lead-manager .subscription-card-carousel__card__header__plan-title,.large-text .ipo-lead-manager .subscription-card-carousel__card__details-title{font-size:1.375rem}}@media screen and (min-width: 1025px){.ipo-lead-manager h2,.ipo-lead-manager .subscription-card-carousel__card__header__plan-title,.ipo-lead-manager .subscription-card-carousel__card__details-title{font-size:1.25rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-lead-manager h2,.ipo-lead-manager .subscription-card-carousel__card__header__plan-title,.ipo-lead-manager .subscription-card-carousel__card__details-title{font-size:1.25rem}}.ipo-lead-manager__details{background-color:#fff;border:1px solid #F2F2F2;border-radius:4px;padding:12px 16px 16px 32px}@media screen and (min-width: 1025px){.ipo-lead-manager__details{padding:16px 16px 16px 32px;width:724px}}.ipo-lead-manager__details--padding{padding-bottom:12px}@media screen and (min-width: 1025px){.ipo-lead-manager__details--padding{padding-bottom:16px}}.ipo-lead-manager__list{margin-bottom:0;padding-left:0}.ipo-lead-manager__list li{color:#666;line-height:20px}.small-text .ipo-lead-manager__list li{font-size:.75rem}@media screen and (min-width: 768px){.small-text .ipo-lead-manager__list li{font-size:.75rem}}.medium-text .ipo-lead-manager__list li{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .ipo-lead-manager__list li{font-size:.875rem}}.large-text .ipo-lead-manager__list li{font-size:1rem}@media screen and (min-width: 768px){.large-text .ipo-lead-manager__list li{font-size:1rem}}.ipo-lead-manager__list li{font-size:.875rem}@media screen and (min-width: 768px){.ipo-lead-manager__list li{font-size:.875rem}}@media screen and (min-width: 1025px){.ipo-lead-manager__list li{line-height:24px}.small-text .ipo-lead-manager__list li{font-size:.875rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.small-text .ipo-lead-manager__list li{font-size:.875rem}}@media screen and (min-width: 1025px){.medium-text .ipo-lead-manager__list li{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.medium-text .ipo-lead-manager__list li{font-size:1rem}}@media screen and (min-width: 1025px){.large-text .ipo-lead-manager__list li{font-size:1.125rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.large-text .ipo-lead-manager__list li{font-size:1.125rem}}@media screen and (min-width: 1025px){.ipo-lead-manager__list li{font-size:1rem}}@media screen and (min-width: 1025px) and (min-width: 768px){.ipo-lead-manager__list li{font-size:1rem}}.ipo-lead-manager__toggle{height:69px;margin-left:-16px;margin-top:-20px;padding-top:32px;background:linear-gradient(358.89deg,#fff 1.14%,#fff0 187.38%)}.ipo-lead-manager__toggle .show-less,.ipo-lead-manager__toggle .show-more{background:none;border:0;color:#ff6700;gap:4px;line-height:18px}.small-text .ipo-lead-manager__toggle .show-less,.small-text .ipo-lead-manager__toggle .show-more{font-size:.75rem}@media screen and (min-width: 768px){.small-text .ipo-lead-manager__toggle .show-less,.small-text .ipo-lead-manager__toggle .show-more{font-size:.75rem}}.medium-text .ipo-lead-manager__toggle .show-less,.medium-text .ipo-lead-manager__toggle .show-more{font-size:.875rem}@media screen and (min-width: 768px){.medium-text .ipo-lead-manager__toggle .show-less,.medium-text .ipo-lead-manager__toggle .show-more{font-size:.875rem}}.large-text .ipo-lead-manager__toggle .show-less,.large-text .ipo-lead-manager__toggle .show-more{font-size:1rem}@media screen and (min-width: 768px){.large-text .ipo-lead-manager__toggle .show-less,.large-text .ipo-lead-manager__toggle .show-more{font-size:1rem}}.ipo-lead-manager__toggle .show-less,.ipo-lead-manager__toggle .show-more{font-size:.875rem}@media screen and (min-width: 768px){.ipo-lead-manager__toggle .show-less,.ipo-lead-manager__toggle .show-more{font-size:.875rem}}.ipo-lead-manager__toggle .show-less span,.ipo-lead-manager__toggle .show-more span{font-size:12px;height:12px;line-height:20px;width:12px;margin-right:9px;color:#ff6700}.ipo-lead-manager__toggle .active,.ipo-lead-manager__toggle.container-active{display:flex}@media screen and (max-width: 767px){:root{--fw-player-margin: 0px 0px 75px 16px}}section.new-launches-comp-section{background-color:#1a1a1a;padding:24px}@media screen and (max-width: 767px){section.new-launches-comp-section{padding:16px}}section.new-launches-comp-section .new-launches_title{color:#fff}section.new-launches-comp-section .new-launches-video-container__main{display:flex;flex-direction:row;width:100%}@media screen and (max-width: 767px){section.new-launches-comp-section .new-launches-video-container__main{flex-direction:column}}section.new-launches-comp-section .new-launches-video-container__main .new-launches-section-wrap_container{position:relative;width:100%}section.new-launches-comp-section .new-launches-video-container__main .new-launches-section-wrap_container .thumbnail__new-launches{position:relative;top:6px;left:0;width:100%;height:343px;border-radius:8px}@media screen and (max-width: 767px){section.new-launches-comp-section .new-launches-video-container__main .new-launches-section-wrap_container .thumbnail__new-launches{width:100%;border-radius:8px}}section.new-launches-comp-section .new-launches-video-container__main .new-launches-section-wrap_container .thumbnail__new-launches:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:50%;background:linear-gradient(to bottom,#0000,#000c);border-radius:8px;pointer-events:none;z-index:1}section.new-launches-comp-section .new-launches-video-container__main .new-launches-section-wrap_container .thumbnail__new-launches .carousel-slide__new-launches{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease}section.new-launches-comp-section .new-launches-video-container__main .new-launches-section-wrap_container .thumbnail__new-launches .carousel-slide__new-launches.active{opacity:1}section.new-launches-comp-section .new-launches-video-container__main .new-launches-section-wrap_container .thumbnail__new-launches .carousel-image__new-launches{width:100%;height:100%;display:block;border-radius:8px;object-fit:cover}section.new-launches-comp-section .new-launches-video-container__main .new-launches-section-wrap_container .thumbnail__new-launches .new-launches-description{width:311px;height:40px;position:absolute;bottom:16px;left:16px;color:#f2f2f2;z-index:2}section.new-launches-comp-section .new-launches-video-container__main .new-launches-section-wrap_container .thumbnail__new-launches .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;background-color:#ff8900;width:60px;height:60px;border:3.5px solid #ffffff}section.new-launches-comp-section .new-launches-video-container__main .new-launches-section-wrap_container .thumbnail__new-launches .play-icon:after{left:55.5%;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:14px solid #ffffff}section.new-launches-comp-section .new-launches-video-container__main .new-launches-section-wrap_container .thumbnail__new-launches .dots-container__new-launches{position:absolute;top:16px;right:16px;display:flex;gap:4px;z-index:2}section.new-launches-comp-section .new-launches-video-container__main .new-launches-section-wrap_container .thumbnail__new-launches .dots-container__new-launches .dot__new-launches{width:8px;height:8px;background-color:#999;border-radius:50%;opacity:.7;transition:all .3s ease}section.new-launches-comp-section .new-launches-video-container__main .new-launches-section-wrap_container .thumbnail__new-launches .dots-container__new-launches .dot__new-launches.active-dot{border-radius:15px;width:16px;height:8px;background-color:#fff;opacity:1}section.new-launches-comp-section .new-launches-video-container__main .new-launches-section-wrap_container .view-all{position:relative;top:16px;color:#ff8900}@media screen and (max-width: 767px){section.new-launches-comp-section .new-launches-video-container__main .new-launches-section-wrap_container .view-all{top:10px}}section.discover-more-comp-section{background-color:#1a1a1a;padding:24px}@media screen and (max-width: 767px){section.discover-more-comp-section{padding:16px}}section.discover-more-comp-section .discover-more_title{color:#fff;margin-bottom:8px}section.discover-more-comp-section .discover-more-nav{display:flex;justify-content:center}section.discover-more-comp-section .discover-more-nav .discover-more-nav-border{display:flex;border:1px solid #666666;border-radius:100px;margin-bottom:20px;align-items:center;gap:8px;padding:4px}@media screen and (max-width: 767px){section.discover-more-comp-section .discover-more-nav .discover-more-nav-border{margin-top:12px}}section.discover-more-comp-section .discover-more-nav .nav-item{cursor:pointer;border-radius:16px;padding:8px;color:#fff;font-size:12px;line-height:1;height:30px}section.discover-more-comp-section .discover-more-nav .nav-item.active{background-color:#fff;color:#1a1a1a;font-weight:500}section.discover-more-comp-section .discover-more-video-container__main{display:flex;flex-direction:row;width:100%}@media screen and (max-width: 767px){section.discover-more-comp-section .discover-more-video-container__main{flex-direction:column}}section.discover-more-comp-section .discover-more-video-container__main .discover-more-section-wrap_container{position:relative;width:100%}section.discover-more-comp-section .discover-more-video-container__main .discover-more-section-wrap_container .thumbnail__discover-more{position:relative;top:2px;left:0;width:100%;height:343px;border-radius:8px}@media screen and (max-width: 767px){section.discover-more-comp-section .discover-more-video-container__main .discover-more-section-wrap_container .thumbnail__discover-more{width:100%;border-radius:8px}}section.discover-more-comp-section .discover-more-video-container__main .discover-more-section-wrap_container .thumbnail__discover-more:after{content:"";position:absolute;left:0;bottom:0;width:100%;height:50%;background:linear-gradient(to bottom,#0000,#000c);border-radius:8px;pointer-events:none;z-index:1}section.discover-more-comp-section .discover-more-video-container__main .discover-more-section-wrap_container .thumbnail__discover-more .carousel-slide__discover-more{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .5s ease}section.discover-more-comp-section .discover-more-video-container__main .discover-more-section-wrap_container .thumbnail__discover-more .carousel-slide__discover-more.active{opacity:1}section.discover-more-comp-section .discover-more-video-container__main .discover-more-section-wrap_container .thumbnail__discover-more .carousel-slide__discover-more .carousel-image__discover-more{width:100%;height:100%;border-radius:8px;display:block;object-fit:cover}section.discover-more-comp-section .discover-more-video-container__main .discover-more-section-wrap_container .thumbnail__discover-more .carousel-slide__discover-more .discover-more-description{position:absolute;bottom:16px;left:16px;width:311px;color:#f2f2f2;z-index:3}section.discover-more-comp-section .discover-more-video-container__main .discover-more-section-wrap_container .thumbnail__discover-more .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;background-color:#ff8900;width:60px;height:60px;border:3.5px solid #ffffff}section.discover-more-comp-section .discover-more-video-container__main .discover-more-section-wrap_container .thumbnail__discover-more .play-icon:after{left:55.5%;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:14px solid #ffffff}section.discover-more-comp-section .discover-more-video-container__main .discover-more-section-wrap_container .view-all{position:relative;top:16px;color:#ff8900}@media screen and (max-width: 767px){section.discover-more-comp-section .discover-more-video-container__main .discover-more-section-wrap_container .view-all{top:10px}}section.video-hero-comp-section{background-color:#1a1a1a}@media screen and (max-width: 767px){section.video-hero-comp-section{padding:0}}section.video-hero-comp-section .video-hero_title{color:#fff}section.video-hero-comp-section .video-hero-video-container__main{display:flex;flex-direction:row;width:100%}@media screen and (max-width: 767px){section.video-hero-comp-section .video-hero-video-container__main{flex-direction:column}}section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container{position:relative;width:100%;height:720px;bottom:8px}@media screen and (max-width: 767px){section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container{width:100%;height:519px}}section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .thumbnail__video-hero-comp{position:absolute;top:8px;left:0;width:100%;height:720px;border-radius:8px;overflow:hidden}@media screen and (max-width: 767px){section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .thumbnail__video-hero-comp{top:1px;width:100%;height:519px;border-radius:8px}}section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .thumbnail__video-hero-comp:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:8px;pointer-events:none;z-index:1;background:linear-gradient(to bottom,#000,#0000) top,linear-gradient(to top,#000,#0000) bottom;background-size:100% 70%,100% 50%;background-repeat:no-repeat}section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .thumbnail__video-hero-comp img{width:100%;height:100%;display:block;border-radius:8px;position:relative;z-index:0;object-fit:cover}@media screen and (max-width: 767px){section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .thumbnail__video-hero-comp img{border-radius:8px}}section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .thumbnail__video-hero-comp .video-hero-description{width:511px;height:40px;position:absolute;bottom:242px;left:20px;color:#f2f2f2;z-index:2}@media screen and (max-width: 767px){section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .thumbnail__video-hero-comp .video-hero-description{width:311px;bottom:180px;font-size:14px}}section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .thumbnail__video-hero-comp .cards-container__carousel{width:100%;overflow:hidden}@media screen and (max-width: 767px){section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .thumbnail__video-hero-comp .cards-container__carousel{width:100%}}section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .thumbnail__video-hero-comp .cards-container__carousel .swiper-wrapper{display:flex;flex-direction:row}section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .thumbnail__video-hero-comp .cards-container__carousel .video-hero__cards{width:270px!important;margin-left:10px;display:flex;flex-direction:row}@media screen and (max-width: 767px){section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .thumbnail__video-hero-comp .cards-container__carousel .video-hero__cards{width:185px!important;margin-left:0}}section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .thumbnail__video-hero-comp .cards-container__carousel .video-hero__cards .card-img{width:150px;height:215.09px}@media screen and (max-width: 767px){section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .thumbnail__video-hero-comp .cards-container__carousel .video-hero__cards .card-img{width:106px;height:152px}}section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .thumbnail__video-hero-comp .cards-container__carousel .video-hero__cards .card-number{top:50px;left:34px;height:156px;object-fit:contain}@media screen and (max-width: 767px){section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .thumbnail__video-hero-comp .cards-container__carousel .video-hero__cards .card-number{height:90px;left:25px}}section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .play-icon{position:absolute;top:34%;left:50%;transform:translate(-50%,-50%);z-index:10;background-color:#ff8900;width:60px;height:60px;border:3.5px solid #ffffff}section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .play-icon:after{left:55.5%;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:14px solid #ffffff}section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .carousel-images__video-hero-comp a{pointer-events:none}section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .carousel-images__video-hero-comp{position:relative;width:100%;height:100%}section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .carousel-image__video-hero-comp.carousel-image__video-hero-comp{position:absolute;top:0;left:0;width:100%;height:100%;display:block;border-radius:inherit;transition:opacity .5s ease;opacity:0}section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .carousel-image__video-hero-comp.active{opacity:1;z-index:1}section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .dots-container__video-hero-comp{position:absolute;top:16px;right:16px;display:flex;gap:4px;z-index:2}section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .dots-container__video-hero-comp .dot__video-hero-comp{width:8px;height:8px;background-color:#999;border-radius:50%;opacity:.7;transition:all .3s ease}section.video-hero-comp-section .video-hero-video-container__main .video-hero-section-wrap_container .dots-container__video-hero-comp .dot__video-hero-comp.active-dot{border-radius:15px;width:16px;height:8px;background-color:#fff;opacity:1}section.video-hero-comp-section .video-hero-video-container__main .view-all{margin-top:360px}section.video-hero-comp-section .swiper-wrap-container{position:relative;bottom:230px;z-index:2}@media screen and (max-width: 767px){section.video-hero-comp-section .swiper-wrap-container{bottom:165px}}.video-icon-drawer{background-color:#1a1a1a;padding:24px;gap:8px}@media screen and (max-width: 767px){.video-icon-drawer{padding:20px}}.video-icon-drawer__title{font-size:20px;color:#fff}.video-icon-drawer .img-text{color:#222f3f}@media screen and (min-width: 1025px){.video-icon-drawer .img-text{font-size:16px}}.video-icon-drawer__heading{color:#fff}.video-icon-drawer__container{gap:8px;list-style:none;padding:0 0 15px;margin:0;position:relative;overflow-y:auto}.video-icon-drawer__container__clptiles{display:flex;justify-content:space-between;margin-top:13px;gap:15px}@media screen and (min-width: 1025px){.video-icon-drawer__container{gap:16px}}.video-icon-drawer__container li{width:15%;padding-top:0;transition:padding-top .1s ease-out}@media screen and (max-width: 767px){.video-icon-drawer__container li{width:24%}}.video-icon-drawer__container li button{background-color:#0000;border:none;padding:0;gap:4px;max-width:90px}@media screen and (min-width: 1025px){.video-icon-drawer__container li button{max-width:160px}}.video-icon-drawer__container li button img{display:block}.video-icon-drawer__container li button img.icon-img{width:70px;height:70px;pointer-events:none}.video-icon-drawer__container li button img.icon-img__selected-imagecontainer{margin-top:13px;max-width:85px;height:85px}@media screen and (min-width: 1025px){.video-icon-drawer__container li button img.icon-img__selected-imagecontainer{max-width:200px;height:200px}}@media screen and (min-width: 1025px){.video-icon-drawer__container li button img.icon-img{width:160px;min-height:160px}}.video-icon-drawer__dropdowns{display:none;width:100%;position:absolute;left:0;border-radius:4px;background-color:#373839;padding-top:0;transition:padding-top .1s ease-out;margin-top:20px}@media screen and (max-width: 767px){.video-icon-drawer__dropdowns{margin-top:8px}}.video-icon-drawer__dropdowns:before{content:"";position:absolute;width:100%;height:30px;top:-30px}.video-icon-drawer .video-icon-drawer__img-title{color:#fff;padding:4px}.video-icon-drawer .video-icon-drawer__dropdown-title{color:#fff}.video-icon-drawer li.li-drawer-custom .disable-cursor{cursor:default}.video-icon-drawer li.li-drawer-custom button .button-wrapper{padding-top:20px;transition:padding-top .1s ease-in}.video-icon-drawer li.li-drawer-custom button .button-wrapper__clp .disable-link{pointer-events:none}.video-icon-drawer li.li-drawer-custom button .button-wrapper img.icon-img{transform:scale(1.2);margin-bottom:15px;transform-origin:10px}.video-icon-drawer li.li-drawer-custom button .button-wrapper span{font-weight:700}.video-icon-drawer li.li-drawer-custom .video-icon-drawer__dropdowns{display:block}.video-icon-drawer li.li-drawer-custom .icon-img__dropdown{width:92px;height:92px;border-radius:50%}.video-icon-drawer__dropdown{list-style:none;padding:10px;gap:5px;margin:0;display:flex}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown{padding:12px;gap:30px 5px}}.video-icon-drawer__dropdown li{width:calc(25% - 5px);position:relative}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li{width:calc(10% - 5px)}}.video-icon-drawer__dropdown li a{gap:12px}.video-icon-drawer__dropdown li a img{display:block;height:60px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li a img{height:90px}}.video-icon-drawer__dropdown li a .sprite-record{background:var(--video-icon-drawer-mobile-bg-image) no-repeat;width:60px;height:60px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li a .sprite-record{background:var(--video-icon-drawer-desktop-bg-image) no-repeat;height:90px;width:90px}}.video-icon-drawer__dropdown li a span{text-align:center}.video-icon-drawer__dropdown li:nth-of-type(1) a .sprite-record{background-position:-10px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(1) a .sprite-record{background-position:-10px -10px}}.video-icon-drawer__dropdown li:nth-of-type(2) a .sprite-record{background-position:-90px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(2) a .sprite-record{background-position:-120px -10px}}.video-icon-drawer__dropdown li:nth-of-type(3) a .sprite-record{background-position:-170px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(3) a .sprite-record{background-position:-230px -10px}}.video-icon-drawer__dropdown li:nth-of-type(4) a .sprite-record{background-position:-250px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(4) a .sprite-record{background-position:-340px -10px}}.video-icon-drawer__dropdown li:nth-of-type(5) a .sprite-record{background-position:-330px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(5) a .sprite-record{background-position:-450px -10px}}.video-icon-drawer__dropdown li:nth-of-type(6) a .sprite-record{background-position:-410px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(6) a .sprite-record{background-position:-560px -10px}}.video-icon-drawer__dropdown li:nth-of-type(7) a .sprite-record{background-position:-490px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(7) a .sprite-record{background-position:-670px -10px}}.video-icon-drawer__dropdown li:nth-of-type(8) a .sprite-record{background-position:-570px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(8) a .sprite-record{background-position:-780px -10px}}.video-icon-drawer__dropdown li:nth-of-type(9) a .sprite-record{background-position:-650px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(9) a .sprite-record{background-position:-890px -10px}}.video-icon-drawer__dropdown li:nth-of-type(10) a .sprite-record{background-position:-730px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(10) a .sprite-record{background-position:-1000px -10px}}.video-icon-drawer__dropdown li:nth-of-type(11) a .sprite-record{background-position:-810px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(11) a .sprite-record{background-position:-1110px -10px}}.video-icon-drawer__dropdown li:nth-of-type(12) a .sprite-record{background-position:-890px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(12) a .sprite-record{background-position:-1220px -10px}}.video-icon-drawer__dropdown li:nth-of-type(13) a .sprite-record{background-position:-970px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(13) a .sprite-record{background-position:-1330px -10px}}.video-icon-drawer__dropdown li:nth-of-type(14) a .sprite-record{background-position:-1050px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(14) a .sprite-record{background-position:-1440px -10px}}.video-icon-drawer__dropdown li:nth-of-type(15) a .sprite-record{background-position:-1130px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(15) a .sprite-record{background-position:-1550px -10px}}.video-icon-drawer__dropdown li:nth-of-type(16) a .sprite-record{background-position:-1210px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(16) a .sprite-record{background-position:-1660px -10px}}.video-icon-drawer__dropdown li:nth-of-type(17) a .sprite-record{background-position:-1290px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(17) a .sprite-record{background-position:-1770px -10px}}.video-icon-drawer__dropdown li:nth-of-type(18) a .sprite-record{background-position:-1370px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(18) a .sprite-record{background-position:-1880px -10px}}.video-icon-drawer__dropdown li:nth-of-type(19) a .sprite-record{background-position:-1450px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(19) a .sprite-record{background-position:-1990px -10px}}.video-icon-drawer__dropdown li:nth-of-type(20) a .sprite-record{background-position:-1530px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(20) a .sprite-record{background-position:-2100px -10px}}.video-icon-drawer__dropdown li:nth-of-type(21) a .sprite-record{background-position:-1610px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(21) a .sprite-record{background-position:-2210px -10px}}.video-icon-drawer__dropdown li:nth-of-type(22) a .sprite-record{background-position:-1690px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(22) a .sprite-record{background-position:-2320px -10px}}.video-icon-drawer__dropdown li:nth-of-type(23) a .sprite-record{background-position:-1770px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(23) a .sprite-record{background-position:-2430px -10px}}.video-icon-drawer__dropdown li:nth-of-type(24) a .sprite-record{background-position:-1850px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(24) a .sprite-record{background-position:-2540px -10px}}.video-icon-drawer__dropdown li:nth-of-type(25) a .sprite-record{background-position:-1930px -10px}@media screen and (min-width: 1025px){.video-icon-drawer__dropdown li:nth-of-type(25) a .sprite-record{background-position:-2650px -10px}}.p-8{padding:8px}.pr-4{padding-right:4px}.pr-8{padding-right:8px}.pl-8{padding-left:8px}.pt-4{padding-top:4px}.pt-8{padding-top:8px}.pb-4{padding-bottom:4px}.pb-8{padding-bottom:8px}.p-12{padding:12px}.pr-12{padding-right:12px}.pl-12{padding-left:12px}.pt-12{padding-top:12px}.pb-12{padding-bottom:12px}.p-16{padding:16px}.pr-16{padding-right:16px}.pl-16{padding-left:16px}.pt-16{padding-top:16px}.pb-16{padding-bottom:16px}.p-24{padding:24px}.pr-24{padding-right:24px}.pl-24{padding-left:24px}.pt-24{padding-top:24px}.pb-24{padding-bottom:24px}.pt-20{padding-top:20px}.mr-4{margin-right:4px}.mb-14{margin-bottom:14px}.border-bottom{border-bottom:1px solid #cccccc}.border-top{border-top:1px solid #cccccc}.fw-400{font-weight:400}.fw-500,.fees-and-charges-xaop .accordion__body .tabs-wrapper .navigation-with-tabs__tabs li.active,.secondary-navigation__container__list div span.active,.secondary-navigation__container__list div a.active,.navigation-with-tabs__tabs li.active{font-family:Rubik-Medium,Mukta-Medium,sans-serif;font-weight:500;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fw-600{font-weight:600;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.flex,.reviews-container .review-wrap .rating,.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .content-wrap .img-container .profile-rate-wrap .ratings-container,.ratings-container .ratings-wrap{display:flex}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-jc-center{justify-content:center}.flex-jc-space-btw,.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .content-wrap .img-container .profile-rate-wrap{justify-content:space-between}.flex-jc-space-around{justify-content:space-around}.flex-jc-start{justify-content:flex-start}.flex-jc-end{justify-content:flex-end}.flex-jc-evenly{justify-content:space-evenly}.flex-align-center,.reviews-container .review-wrap .review-text-wrap .rating-content,.reviews-container .review-wrap .rating{align-items:center}.flex-align-start{align-items:flex-start}.flex-align-end{align-items:flex-end}.flex-align-stretch{align-items:stretch}.flex-row-center,.reviews-container .reviews-carousel-banner .reviews-carousel-banner-swiper.swiper .swiper-wrapper .swiper-slide .content-wrap .img-container .name-wrap{display:flex;flex-direction:row;align-items:center;justify-content:center}.flex-column-center{display:flex;flex-direction:column;align-items:center;justify-content:center}.flex-row-align-center,.ratings-container{display:flex;flex-direction:row;align-items:center}.flex-row-justify-between{display:flex;align-items:center;justify-content:space-between}.flex-desk-row-mob-column{display:flex}@media screen and (max-width: 767px){.flex-desk-row-mob-column{flex-direction:column}}.flex-column-align-center{display:flex;flex-direction:column;align-items:center}@media screen and (min-width: 1025px){.l\:p-8{padding:8px}}@media screen and (min-width: 1025px){.l\:pr-8{padding-right:8px}}@media screen and (min-width: 1025px){.l\:pl-8{padding-left:8px}}@media screen and (min-width: 1025px){.l\:pt-8{padding-top:8px}}@media screen and (min-width: 1025px){.l\:pb-8{padding-bottom:8px}}@media screen and (min-width: 1025px){.l\:p-12{padding:12px}}@media screen and (min-width: 1025px){.l\:pr-12{padding-right:12px}}@media screen and (min-width: 1025px){.l\:pl-12{padding-left:12px}}@media screen and (min-width: 1025px){.l\:pt-12{padding-top:12px}}@media screen and (min-width: 1025px){.l\:pb-12{padding-bottom:12px}}@media screen and (min-width: 1025px){.l\:p-16{padding:16px}}@media screen and (min-width: 1025px){.l\:pr-16{padding-right:16px}}@media screen and (min-width: 1025px){.l\:pl-16{padding-left:16px}}@media screen and (min-width: 1025px){.l\:pt-16{padding-top:16px}}@media screen and (min-width: 1025px){.l\:pb-16{padding-bottom:16px}}@media screen and (min-width: 1025px){.l\:p-24{padding:24px}}@media screen and (min-width: 1025px){.l\:pr-24{padding-right:24px}}@media screen and (min-width: 1025px){.l\:pl-24{padding-left:24px}}@media screen and (min-width: 1025px){.l\:pt-24{padding-top:24px}}@media screen and (min-width: 1025px){.l\:pb-24{padding-bottom:24px}}@media screen and (min-width: 1025px){.l\:fw-400{font-weight:400}}@media screen and (min-width: 1025px){.l\:fw-500{font-family:Rubik-Medium,Mukta-Medium,BalooThambi2-Medium,sans-serif;font-weight:500}}@media screen and (min-width: 1025px){.l\:fw-600{font-weight:600}}.hide{display:none}.fs-8{font-size:8px}.fs-10,.xaop-footer ul,.xaop-footer ol,.xaop-footer__group,.xaop-footer__group ul>li>a,.xaop-footer__group p{font-size:10px}.fs-11{font-size:11px}.fs-12{font-size:12px}.fs-14{font-size:14px}.fs-16{font-size:16px}.fs-18{font-size:18px}.fs-19{font-size:19px}.fs-20{font-size:20px}.fs-22{font-size:22px}.fs-36{font-size:36px}.fs-32,.xaop-footer__app-links i{font-size:32px}.fs-24{font-size:24px}.fs-28{font-size:28px}.fs-8-10{font-size:8px}@media screen and (min-width: 1025px){.fs-8-10{font-size:10px}}.fs-10-12{font-size:10px}@media screen and (min-width: 1025px){.fs-10-12{font-size:12px}}.fs-10-14{font-size:10px}@media screen and (min-width: 1025px){.fs-10-14{font-size:14px}}.fs-10-18{font-size:10px}@media screen and (min-width: 1025px){.fs-10-18{font-size:18px}}.fs-14-16,.secondary-navigation__container__list div span,.secondary-navigation__container__list div a{font-size:14px}@media screen and (min-width: 1025px){.fs-14-16,.secondary-navigation__container__list div span,.secondary-navigation__container__list div a{font-size:16px}}.fs-14-18{font-size:14px}@media screen and (min-width: 1025px){.fs-14-18{font-size:18px}}.fs-16-14{font-size:16px}@media screen and (min-width: 1025px){.fs-16-14{font-size:14px}}.fs-18-16{font-size:16px}@media screen and (min-width: 1025px){.fs-18-16{font-size:18px}}.fs-20-27{font-size:20px}@media screen and (min-width: 1025px){.fs-20-27{font-size:27px}}.fs-18-20{font-size:18px}@media screen and (min-width: 1025px){.fs-18-20{font-size:20px}}.fs-38-45{font-size:38px}@media screen and (min-width: 1025px){.fs-38-45{font-size:45px}}.fs-16-26{font-size:16px}@media screen and (min-width: 1025px){.fs-16-26{font-size:26px}}.fs-20-30{font-size:20px}@media screen and (min-width: 1025px){.fs-20-30{font-size:30px}}.fs-20-32{font-size:20px}@media screen and (min-width: 1025px){.fs-20-32{font-size:32px}}.fs-12-20{font-size:14px}@media screen and (min-width: 1025px){.fs-12-20{font-size:20px}}.fs-12-16{font-size:12px}@media screen and (min-width: 1025px){.fs-12-16{font-size:16px}}.fs-18-24{font-size:18px}@media screen and (min-width: 1025px){.fs-18-24{font-size:24px}}.fs-12-14,.full-bleed-banner .bannerization-banner-carousel .bannerization-banner-carousel__cta{font-size:12px}@media screen and (min-width: 1025px){.fs-12-14,.full-bleed-banner .bannerization-banner-carousel .bannerization-banner-carousel__cta{font-size:14px}}.fs-20-24{font-size:20px}@media screen and (min-width: 1025px){.fs-20-24{font-size:24px}}.fs-20-16{font-size:20px}@media screen and (min-width: 1025px){.fs-20-16{font-size:16px}}.fs-14-24{font-size:14px}@media screen and (min-width: 1025px){.fs-14-24{font-size:24px}}.list-unstyled,.xaop-footer ul,.xaop-footer ol{list-style:none;margin:0;padding:0}.fs-16-20{font-size:16px}@media screen and (min-width: 1025px){.fs-16-20{font-size:20px}}.overlay{background-color:#000000b3;height:100%;left:0;position:fixed;top:0;visibility:hidden;width:100%;z-index:1008}.overlay--visible{visibility:visible}.play-icon{display:block;width:27px;height:27px;border:2px solid #ffffff;border-radius:100%;position:relative;cursor:pointer}.play-icon:after{content:"";height:0;width:0;position:absolute;top:50%;left:53.5%;transform:translate(-50%,-50%);border-top:5px solid transparent;border-bottom:5px solid transparent;border-left:7px solid #ffffff}.play-icon--video-cta{border:none;width:16px;height:16px}.play-icon--video-cta:after{border-top:3px solid transparent;border-bottom:3px solid transparent;border-left:5px solid #ffffff}.play-icon--with-bg{background-color:#ff6700}.text-align-left{text-align:left}.text-align-center{text-align:center}.text-align-end{text-align:end}.text-wrap{text-wrap:nowrap}.no-border{border:none}@media screen and (min-width: 1025px){.hide-desktop{display:none}}@media screen and (max-width: 767px){.hide-mobile{display:none}}section.hide-cmp,div.hide-cmp{height:0;opacity:0;padding:0;position:relative;z-index:-1}.text-center{text-align:center}.nav-menu-bar-style{list-style:none;padding:0;margin:0}.header-bottom-navigation__item.nav-menu-bar-style{padding:10px 6px}.width-100{width:100%}.flip-image{-webkit-transform:scaleX(-1);transform:scaleX(-1)}.mb-4{margin-bottom:4px}.m-8{margin:8px}.mr-8{margin-right:8px}.ml-8{margin-left:8px}.mt-8{margin-top:8px}.mb-8{margin-bottom:8px}.mt-10{margin-top:10px}.mt-18{margin-top:18px}.mt-22{margin-top:22px}.m-12{margin:12px}.mr-12{margin-right:12px}.ml-12{margin-left:12px}.mt-12{margin-top:12px}.mb-12{margin-bottom:12px}.m-16{margin:16px}.mr-16{margin-right:16px}.ml-16{margin-left:16px}.mt-16{margin-top:16px}.mb-16{margin-bottom:16px}.m-24{margin:24px}.mr-24{margin-right:24px}.ml-24{margin-left:24px}.mt-24{margin-top:24px}.mb-24{margin-bottom:24px}.mb-20{margin-bottom:20px}.truncate-full{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.line-clamp-1,.line-clamp-2,.line-clamp-3,.line-clamp-4,.line-clamp-5,.line-clamp-6{text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-1{-webkit-line-clamp:1}.line-clamp-2{-webkit-line-clamp:2}.line-clamp-3{-webkit-line-clamp:3}.line-clamp-4{-webkit-line-clamp:4}.line-clamp-5{-webkit-line-clamp:5}.line-clamp-6{-webkit-line-clamp:6}.height-0{height:0;overflow:hidden}.height-100{height:100%}.nudge-position-top{top:-8px}.pointer-event-none{pointer-events:none}.cv-auto{content-visibility:auto;contain-intrinsic-size:auto 400px}.invisible{visibility:hidden}section.second-hero-comp-section{background-color:#1a1a1a;padding:24px}@media screen and (max-width: 767px){section.second-hero-comp-section{padding:16px}}section.second-hero-comp-section .second-hero-video-container__main{display:flex;flex-direction:row;width:100%}@media screen and (max-width: 767px){section.second-hero-comp-section .second-hero-video-container__main{flex-direction:column}}section.second-hero-comp-section .second-hero-video-container__main .second-hero-section-wrap_container{position:relative;width:100%}section.second-hero-comp-section .second-hero-video-container__main .second-hero-section-wrap_container .thumbnail{position:absolute;top:0;left:0;width:100%;height:343px;border-radius:8px}@media screen and (max-width: 767px){section.second-hero-comp-section .second-hero-video-container__main .second-hero-section-wrap_container .thumbnail{width:100%;height:210px;border-radius:8px}}section.second-hero-comp-section .second-hero-video-container__main .second-hero-section-wrap_container .thumbnail__overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.3;border-radius:8px}@media screen and (max-width: 767px){section.second-hero-comp-section .second-hero-video-container__main .second-hero-section-wrap_container .thumbnail__overlay{border-radius:8px}}section.second-hero-comp-section .second-hero-video-container__main .second-hero-section-wrap_container .thumbnail img{width:100%;height:100%;object-fit:cover;display:block;border-radius:8px}@media screen and (max-width: 767px){section.second-hero-comp-section .second-hero-video-container__main .second-hero-section-wrap_container .thumbnail img{border-radius:8px}}section.second-hero-comp-section .second-hero-video-container__main .second-hero-section-wrap_container .thumbnail .play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;background-color:#ff8900;width:60px;height:60px;border:3.5px solid #ffffff}@media screen and (max-width: 767px){section.second-hero-comp-section .second-hero-video-container__main .second-hero-section-wrap_container .thumbnail .play-icon{display:none}}section.second-hero-comp-section .second-hero-video-container__main .second-hero-section-wrap_container .thumbnail .play-icon:after{left:55.5%;border-top:10px solid transparent;border-bottom:10px solid transparent;border-left:14px solid #ffffff}section.second-hero-comp-section .second-hero-video-container .second-hero-below-thumbnail{position:relative;width:100%;margin:353px 352px 0 auto;display:flex;align-items:center;justify-content:space-between}section.second-hero-comp-section .second-hero-video-container .second-hero-below-thumbnail .icon-group{display:flex;align-items:center}@media screen and (max-width: 767px){section.second-hero-comp-section .second-hero-video-container .second-hero-below-thumbnail .icon-group{margin-top:12px}}section.second-hero-comp-section .second-hero-video-container .second-hero-below-thumbnail .icon-group .info-icon{width:40px;height:40px;border-radius:50%;display:block}section.second-hero-comp-section .second-hero-video-container .second-hero-below-thumbnail .icon-group .icon-texts{margin-left:8px}section.second-hero-comp-section .second-hero-video-container .second-hero-below-thumbnail .icon-group .icon-texts .icon-title{margin-bottom:4px;color:#fff}@media screen and (max-width: 767px){section.second-hero-comp-section .second-hero-video-container .second-hero-below-thumbnail .icon-group .icon-texts .icon-title{font-size:14px}}section.second-hero-comp-section .second-hero-video-container .second-hero-below-thumbnail .icon-group .icon-texts .icon-description{color:#f2f2f2}@media screen and (max-width: 767px){section.second-hero-comp-section .second-hero-video-container .second-hero-below-thumbnail .icon-group .icon-texts .icon-description{font-size:12px;color:#e5e5e5}}section.second-hero-comp-section .second-hero-video-container .second-hero-below-thumbnail .visit-site__mobile{display:none}@media screen and (max-width: 767px){section.second-hero-comp-section .second-hero-video-container .second-hero-below-thumbnail .visit-site__mobile{display:block;color:#fff;background-color:#2b2d2e;width:100%;padding:8px 16px}}section.second-hero-comp-section .second-hero-video-container .second-hero-below-thumbnail .visit-site__mobile .bf-icon-continue{position:relative;left:77%}section.second-hero-comp-section .second-hero-video-container .second-hero-below-thumbnail .visit-site__link{display:none}@media screen and (max-width: 767px){section.second-hero-comp-section .second-hero-video-container .second-hero-below-thumbnail .visit-site__link{display:block;width:100%}}section.second-hero-comp-section .second-hero-video-container .second-hero-below-thumbnail .visit-site{border:2px solid #ff8900;background:#fff;color:#ff8900;padding:8px 16px;border-radius:24px;font-weight:600;font-size:14px;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;height:40px;width:200px}@media screen and (max-width: 767px){section.second-hero-comp-section .second-hero-video-container .second-hero-below-thumbnail .visit-site{display:none}}section.second-hero-comp-section .second-hero-video-container .second-hero-below-thumbnail .visit-site .bf-icon-continue{position:relative;left:6px}section.second-hero-comp-section .second-hero-video-container .second-hero-below-thumbnail .visit-site:after{content:"";width:14px;height:14px;display:inline-block;margin-left:8px;background:url(clientlib-solid-site/css/YOUR_ARROW_ICON.svg) no-repeat center;background-size:contain}@media screen and (max-width: 767px){section.second-hero-comp-section .second-hero-video-container .second-hero-below-thumbnail{width:100%;margin-top:210px;flex-direction:column;align-items:flex-start}section.second-hero-comp-section .second-hero-video-container .second-hero-below-thumbnail .visit-site{margin-left:0;margin-top:8px}}section.video-reel-section{padding:16px 24px}@media screen and (max-width: 767px){section.video-reel-section{padding:12px 16px}}@media screen and (max-width: 767px){section.video-reel-section .video-reel{width:100%}}section.video-reel-section .video-reel__carousel-prev.swiper-button-prev:after{color:#ff8900}section.video-reel-section .video-reel__carousel-next.swiper-button-next:after{color:#ff8900}section.video-reel-section .video-reel__header{color:#fff;margin-bottom:8px;font-size:20px}@media screen and (max-width: 767px){section.video-reel-section .video-reel__header{justify-content:space-between;font-size:20px;margin-bottom:12px}}section.video-reel-section .video-reel__carousel{overflow:hidden}@media screen and (max-width: 767px){section.video-reel-section .video-reel__carousel{overflow-x:scroll;width:100%}}@media screen and (max-width: 767px){section.video-reel-section .video-reel__items{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 8px;padding-right:0;box-sizing:border-box}}@media screen and (max-width: 767px){section.video-reel-section .video-reel__items.swiper-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:20px 8px}}section.video-reel-section .video-reel__items .items-wrapper{width:196px}@media screen and (max-width: 767px){section.video-reel-section .video-reel__items .items-wrapper{width:167px}}@media screen and (max-width: 767px){section.video-reel-section .video-reel__items .items-wrapper{width:100%}}section.video-reel-section .video-reel__items .items-wrapper img{width:214px;height:380px;border-radius:12px 0}@media screen and (max-width: 767px){section.video-reel-section .video-reel__items .items-wrapper img{width:167px;height:279px;border-radius:16px 0}}@media screen and (max-width: 767px){section.video-reel-section .video-reel__items .items-wrapper img{width:100%;height:279px}}section.video-reel-section .video-reel__items .items-container{position:relative;width:196px}@media screen and (max-width: 767px){section.video-reel-section .video-reel__items .items-container{width:100%}}section.video-reel-section .video-reel__items .items-container img{width:196px;height:380px;border-radius:12px 0}@media screen and (max-width: 767px){section.video-reel-section .video-reel__items .items-container img{width:167px;height:279px;border-radius:16px 0}}@media screen and (max-width: 767px){section.video-reel-section .video-reel__items .items-container img{width:100%;height:279px;object-fit:cover}}section.video-reel-section .video-reel__items .items-container .play-icon-block{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;border-radius:50%}section.video-reel-section .video-reel__items .items-container .play-icon-block .icon-bg-block{position:absolute;top:3px;bottom:4px;right:9px;left:1px;z-index:-1;border-radius:50%}section.video-reel-section .video-reel__items .items-container .play-icon-block .bf-icon-play-icon:before{background-color:#ff8900;font-size:42px;color:#fff;border-radius:50%}@media screen and (max-width: 767px){section.video-reel-section .video-reel__items .items-container .play-icon-block .bf-icon-play-icon:before{font-size:45.5px}}section.video-reel-section .video-reel__item{gap:4px;margin-right:8px;max-width:196px}@media screen and (max-width: 1199px){section.video-reel-section .video-reel__item.swiper-slide{width:unset}}@media screen and (max-width: 767px){section.video-reel-section .video-reel__item{margin-right:0;max-width:100%;width:100%;box-sizing:border-box}}section.video-reel-section .video-reel__item .swiper-slide{height:auto;margin-right:8px}section.video-reel-section .video-reel__item__title{color:#fff;white-space:wrap;margin:8px 0 2px}@media screen and (max-width: 767px){section.video-reel-section .video-reel__item__title{font-size:12px;line-height:16px}}@media screen and (max-width: 767px){section.video-reel-section .video-reel__item{gap:8px}}section.video-reel-section .video-reel .view-all-cta{padding:8px 0 4px;line-height:18px;color:#ff8900}section.video-reel-section .video-reel .swiper:not(.swiper-initialized) .swiper-slide{margin-right:0}section.video-reel-section .video-reel__play.play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:38px;height:38px;background-color:#ff8900;border-radius:50%;z-index:10}@media screen and (max-width: 767px){section.video-reel-section .video-reel__play.play-icon{width:45.5px;height:45.5px}}section.video-reel-section .video-reel__play.play-icon:before{content:"";display:block;width:0;height:0;margin-left:15px;margin-top:11px;border-left:12px solid #ffffff;border-top:8px solid transparent;border-bottom:8px solid transparent}@media screen and (max-width: 767px){section.video-reel-section .video-reel__play.play-icon:before{margin-left:17px;margin-top:14px}}@media screen and (max-width: 767px){section.video-reel-section .video-reel__play.play-icon:before{border-left:10px solid #ffffff;border-top:7px solid transparent;border-bottom:7px solid transparent}}section.video-reel-section .video-reels__image{object-fit:fill;width:196px;height:380px;border-radius:12px 0}@media screen and (max-width: 767px){section.video-reel-section .video-reels__image{width:167px;height:279px;border-radius:16px 0}}@media screen and (max-width: 767px){section.video-reel-section .video-reels__image{width:100%;height:279px;object-fit:cover}}section.video-reel-section ::-webkit-scrollbar{display:none}.video-reel-tiles-section{padding:16px 24px}@media screen and (max-width: 767px){.video-reel-tiles-section{padding:12px 16px}}.video-reel-tiles-section .video-reel-tiles__carousel{overflow:hidden}@media screen and (max-width: 767px){.video-reel-tiles-section .video-reel-tiles__carousel{overflow-x:scroll}}.video-reel-tiles-section .video-reel-tiles__carousel-prev.swiper-button-prev:after{color:#ff8900}.video-reel-tiles-section .video-reel-tiles__carousel-next.swiper-button-next:after{color:#ff8900}.video-reel-tiles-section .video-reel-tiles__header{gap:12px;color:#fff;margin-bottom:8px}@media screen and (max-width: 767px){.video-reel-tiles-section .video-reel-tiles__header{justify-content:space-between}}.video-reel-tiles-section .video-reel-tiles__items{box-sizing:border-box;width:100%;margin:0 auto}@media screen and (max-width: 767px){.video-reel-tiles-section .video-reel-tiles__items{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,auto);gap:8px;padding:0 4px}.video-reel-tiles-section .video-reel-tiles__items .swiper-wrapper{display:contents}}.video-reel-tiles-section .video-reel-tiles__items .items-wrapper img{width:196px;height:380px;border-radius:4px}@media screen and (max-width: 767px){.video-reel-tiles-section .video-reel-tiles__items .items-wrapper img{width:100%;height:auto;aspect-ratio:110/213;border-radius:4px}}.video-reel-tiles-section .video-reel-tiles__items .items-container{position:relative;width:196px}@media screen and (min-width: 1025px){.video-reel-tiles-section .video-reel-tiles__items .items-container{height:380px}}@media screen and (max-width: 767px){.video-reel-tiles-section .video-reel-tiles__items .items-container{width:100%}}.video-reel-tiles-section .video-reel-tiles__items .items-container img{width:196px;height:380px;border-radius:4px}@media screen and (max-width: 767px){.video-reel-tiles-section .video-reel-tiles__items .items-container img{width:100%;height:auto;aspect-ratio:110/213;border-radius:4px}}.video-reel-tiles-section .video-reel-tiles__items .items-container .play-icon-block{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;border-radius:50%}.video-reel-tiles-section .video-reel-tiles__items .items-container .play-icon-block .icon-bg-block{position:absolute;top:3px;bottom:4px;right:9px;left:1px;z-index:-1;border-radius:50%}.video-reel-tiles-section .video-reel-tiles__items .items-container .play-icon-block .bf-icon-play-icon:before{background-color:#ff8900;font-size:42px;color:#fff;border-radius:50%}@media screen and (max-width: 767px){.video-reel-tiles-section .video-reel-tiles__items .items-container .play-icon-block .bf-icon-play-icon:before{font-size:30px}}.video-reel-tiles-section .video-reel-tiles__item{gap:4px;max-width:196px}@media screen and (max-width: 767px){.video-reel-tiles-section .video-reel-tiles__item{max-width:100%;margin-right:8px;width:100%}}.video-reel-tiles-section .video-reel-tiles__item.swiper-slide{height:auto}@media screen and (min-width: 1025px){.video-reel-tiles-section .video-reel-tiles__item.swiper-slide{width:unset}}.video-reel-tiles-section .video-reel-tiles__item__title{color:#fff;white-space:wrap;margin:8px 0 2px}@media screen and (max-width: 767px){.video-reel-tiles-section .video-reel-tiles__item__title{font-size:12px}}@media screen and (max-width: 767px){.video-reel-tiles-section .video-reel-tiles__item{width:100%}}.video-reel-tiles-section .video-reel-tiles .view-all-cta{padding:8px 0 4px;color:#ff8900}.video-reel-tiles-section .video-reel-tiles .swiper:not(.swiper-initialized) .swiper-slide{margin-right:0}.video-reel-tiles-section .video-reel-tiles__play.play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:42px;height:42px;background-color:#ff8900;border-radius:50%;z-index:10}@media screen and (max-width: 767px){.video-reel-tiles-section .video-reel-tiles__play.play-icon{width:30px;height:30px}}.video-reel-tiles-section .video-reel-tiles__play.play-icon:before{content:"";display:block;width:0;height:0;margin-left:15px;margin-top:11px;border-left:12px solid #ffffff;border-top:8px solid transparent;border-bottom:8px solid transparent}@media screen and (max-width: 767px){.video-reel-tiles-section .video-reel-tiles__play.play-icon:before{margin-left:10px;margin-top:6px}}@media screen and (max-width: 767px){.video-reel-tiles-section .video-reel-tiles__play.play-icon:before{border-left:10px solid #ffffff;border-top:7px solid transparent;border-bottom:7px solid transparent}}.video-reel-tiles-section .video-reel-tiles__image{width:196px;height:380px;border-radius:4px;object-fit:fill}@media screen and (max-width: 767px){.video-reel-tiles-section .video-reel-tiles__image{width:100%;height:auto;aspect-ratio:110/213;border-radius:4px}}.video-reel-tiles-section ::-webkit-scrollbar{display:none}.video-reel-slider-section{padding:16px 24px}@media screen and (max-width: 767px){.video-reel-slider-section{padding:12px 16px}}@media screen and (max-width: 767px){.video-reel-slider-section .video-reel-slider{width:100%}}.video-reel-slider-section .video-reel-slider__carousel-prev.swiper-button-prev:after{color:#ff8900}.video-reel-slider-section .video-reel-slider__carousel-next.swiper-button-next:after{color:#ff8900}.video-reel-slider-section .video-reel-slider__header{gap:12px;color:#fff;margin-bottom:8px}@media screen and (max-width: 767px){.video-reel-slider-section .video-reel-slider__header{justify-content:space-between}}.video-reel-slider-section .video-reel-slider__carousel{overflow:hidden}@media screen and (max-width: 767px){.video-reel-slider-section .video-reel-slider__carousel{overflow-x:scroll}}@media screen and (max-width: 767px){.video-reel-slider-section .video-reel-slider__items{display:flex;gap:8px}.video-reel-slider-section .video-reel-slider__items::-webkit-scrollbar{display:none}}.video-reel-slider-section .video-reel-slider__items .items-wrapper{width:196px}.video-reel-slider-section .video-reel-slider__items .items-wrapper img{width:196px;height:380px;border-radius:4px}@media screen and (max-width: 767px){.video-reel-slider-section .video-reel-slider__items .items-wrapper img{width:110px;height:213px}}.video-reel-slider-section .video-reel-slider__items .items-container{position:relative;width:196px}@media screen and (max-width: 767px){.video-reel-slider-section .video-reel-slider__items .items-container{width:110px}}.video-reel-slider-section .video-reel-slider__items .items-container img{width:196px;height:380px;border-radius:4px}@media screen and (max-width: 767px){.video-reel-slider-section .video-reel-slider__items .items-container img{width:110px;height:213px}}.video-reel-slider-section .video-reel-slider__items .items-container .play-icon-block{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10;border-radius:50%}@media screen and (max-width: 767px){.video-reel-slider-section .video-reel-slider__items .items-container .play-icon-block{top:50%;left:50%}}.video-reel-slider-section .video-reel-slider__items .items-container .play-icon-block .icon-bg-block{position:absolute;top:3px;bottom:4px;right:9px;left:1px;z-index:-1;border-radius:50%}.video-reel-slider-section .video-reel-slider__items .items-container .play-icon-block .bf-icon-play-icon:before{background-color:#ff8900;font-size:42px;color:#fff;border-radius:50%}@media screen and (max-width: 767px){.video-reel-slider-section .video-reel-slider__items .items-container .play-icon-block .bf-icon-play-icon:before{font-size:30px}}.video-reel-slider-section .video-reel-slider__item{gap:4px;max-width:196px}@media screen and (max-width: 767px){.video-reel-slider-section .video-reel-slider__item{max-width:110px;margin-right:8px}}.video-reel-slider-section .video-reel-slider__item.swiper-slide{height:auto}@media screen and (max-width: 1199px){.video-reel-slider-section .video-reel-slider__item.swiper-slide{width:unset}}.video-reel-slider-section .video-reel-slider__item__title{color:#fff;white-space:wrap;margin:8px 0 2px}@media screen and (max-width: 767px){.video-reel-slider-section .video-reel-slider__item__title{font-size:12px}}@media screen and (max-width: 767px){.video-reel-slider-section .video-reel-slider__item{width:100%}}.video-reel-slider-section .video-reel-slider .view-all-cta{padding:8px 0 4px;color:#ff8900}.video-reel-slider-section .video-reel-slider .swiper:not(.swiper-initialized) .swiper-slide{margin-right:0}.video-reel-slider-section .video-reel-slider__play.play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:38px;height:38px;background-color:#ff8900;border-radius:50%;z-index:10}@media screen and (max-width: 767px){.video-reel-slider-section .video-reel-slider__play.play-icon{width:26px;height:26px}}.video-reel-slider-section .video-reel-slider__play.play-icon:before{content:"";display:block;width:0;height:0;margin-left:15px;margin-top:11px;border-left:12px solid #ffffff;border-top:8px solid transparent;border-bottom:8px solid transparent}@media screen and (max-width: 767px){.video-reel-slider-section .video-reel-slider__play.play-icon:before{margin-left:10px;margin-top:6px}}@media screen and (max-width: 767px){.video-reel-slider-section .video-reel-slider__play.play-icon:before{border-left:10px solid #ffffff;border-top:7px solid transparent;border-bottom:7px solid transparent}}.video-reel-slider-section .video-reel__item__title{color:#fff;height:100%;white-space:wrap}.video-reel-slider-section .video-reel-slider__image{object-fit:fill;width:196px;height:380px;border-radius:4px}@media screen and (max-width: 767px){.video-reel-slider-section .video-reel-slider__image{width:110px;height:213px}}.video-reel-slider-section ::-webkit-scrollbar{display:none}section.creator-mode-section{padding:24px}@media screen and (max-width: 767px){section.creator-mode-section{padding:16px}}@media screen and (max-width: 767px){section.creator-mode-section .creator-mode{height:196px;width:100%}}section.creator-mode-section .creator-mode__header-container{display:inline-block;margin-bottom:8px}section.creator-mode-section .creator-mode__header{display:inline-block;color:#fff;font-size:20px}@media screen and (max-width: 767px){section.creator-mode-section .creator-mode__header{font-size:20px}}section.creator-mode-section .creator-mode .carousel-style{display:flex;flex-direction:row;width:100%}section.creator-mode-section .creator-mode .carousel-style .swiper-wrap-container{width:100%}section.creator-mode-section .creator-mode__content{height:150px}@media screen and (max-width: 767px){section.creator-mode-section .creator-mode__content{height:140px;overflow-x:scroll}}@media screen and (max-width: 767px){section.creator-mode-section .creator-mode__content.swiper{width:100%;overflow-x:scroll}}@media screen and (max-width: 767px){section.creator-mode-section .creator-mode____content-wrapper.swiper{overflow-x:scroll}}section.creator-mode-section .creator-mode__content-image-div.swiper-slide{max-width:132px;position:relative;height:150px}@media screen and (max-width: 767px){section.creator-mode-section .creator-mode__content-image-div.swiper-slide{max-width:148px;height:140px}}section.creator-mode-section .creator-mode__content-image{width:128px;height:150px;border-radius:4px}@media screen and (max-width: 767px){section.creator-mode-section .creator-mode__content-image{width:140px;height:140px}}section.creator-mode-section .creator-mode__image-text-div{width:128px;height:32px;position:relative;top:-36px;background:#000c;justify-content:center;border-radius:0 0 4px 4px}@media screen and (max-width: 767px){section.creator-mode-section .creator-mode__image-text-div{width:140px;top:-32px}}section.creator-mode-section .creator-mode__image-text{color:#fff;font-size:12px}@media screen and (max-width: 767px){section.creator-mode-section .creator-mode__image-text{font-size:10px}}section.creator-mode-section .creator-mode__content-next.swiper-button-next{visibility:visible}section.creator-mode-section ::-webkit-scrollbar{display:none}section.image-carousel-section{background-color:#1a1a1a;padding:24px}@media screen and (max-width: 767px){section.image-carousel-section{padding:16px}}section.image-carousel-section .image-carousel{height:219px}@media screen and (max-width: 767px){section.image-carousel-section .image-carousel{height:196px;width:100%}}section.image-carousel-section .image-carousel__header-container{display:inline-block;margin-bottom:8px}section.image-carousel-section .image-carousel__header{display:inline-block;color:#fff;font-size:20px}@media screen and (max-width: 767px){section.image-carousel-section .image-carousel__header{font-size:20px}}section.image-carousel-section .image-carousel .carousel-style{display:flex;flex-direction:row;width:100%}section.image-carousel-section .image-carousel .carousel-style .swiper-wrap-container{width:100%}section.image-carousel-section .image-carousel__content{height:150px}@media screen and (max-width: 767px){section.image-carousel-section .image-carousel__content{height:140px;overflow:scroll}}@media screen and (max-width: 767px){section.image-carousel-section .image-carousel__content.swiper{overflow:scroll}}@media screen and (max-width: 767px){section.image-carousel-section .image-carousel____content-wrapper.swiper{overflow:scroll}}section.image-carousel-section .image-carousel__content-image-div.swiper-slide{max-width:138px;position:relative;height:150px}@media screen and (max-width: 767px){section.image-carousel-section .image-carousel__content-image-div.swiper-slide{height:140px;max-width:148px}}section.image-carousel-section .image-carousel__content-image{width:134px;height:150px;border-radius:4px}@media screen and (max-width: 767px){section.image-carousel-section .image-carousel__content-image{width:140px;height:140px}}section.image-carousel-section .image-carousel__play.play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:28px;height:28px}@media screen and (max-width: 767px){section.image-carousel-section .image-carousel__play.play-icon{top:50%;left:50%}}section.image-carousel-section .image-carousel__play.play-icon--with-bg{background-color:#ff8900}section.image-carousel-section .image-carousel__image-text-div{width:150px;height:32px;position:relative;top:-36px;background:#000c;justify-content:center;border-radius:0 0 4px 4px}@media screen and (max-width: 767px){section.image-carousel-section .image-carousel__image-text-div{width:140px;top:-32px}}section.image-carousel-section .image-carousel__image-text{color:#fff}section.image-carousel-section .image-carousel__view-more{margin:8px 0 0}@media screen and (max-width: 767px){section.image-carousel-section .image-carousel__view-more{margin:8px 0 0}}section.image-carousel-section .image-carousel__view-more-text{color:#ff8900;font-size:14px}section.image-carousel-section .image-carousel__content-next.swiper-button-next{visibility:visible}section.image-carousel-section ::-webkit-scrollbar{display:none}.navigation-video-wall{background-color:#1a1a1a;padding:12px 12px 12px 24px}.navigation-video-wall__header-div{margin-bottom:12px}.navigation-video-wall__header{color:#999;font-size:16px}.navigation-video-wall__input-div{padding-bottom:12px;margin-bottom:12px;border-bottom:.5px solid #4d4d4d}.navigation-video-wall__input{-moz-appearance:none;appearance:none;-webkit-appearance:none;background-color:#1a1a1a;border:2px solid #999999;border-radius:50%;width:20px;height:20px;position:relative;cursor:pointer}.navigation-video-wall__input:checked{border-color:#ff8900}.navigation-video-wall__input:checked:before{content:"";position:absolute;top:4px;left:4px;width:8px;height:8px;background-color:#ff8900;border:2px solid #ff8900;border-radius:50%}.navigation-video-wall__input-text{color:#fff;font-size:14px;cursor:pointer;margin-top:2px}@media screen and (max-width: 767px){.navigation-video-wall{display:none}}.navigation-mobile-video-wall{background-color:#000;margin-top:12px;margin-bottom:12px;height:54px;padding:4px 8px}.navigation-mobile-video-wall__header-div{gap:8px;padding:8px;height:54px;overflow:scroll}.navigation-mobile-video-wall__button{display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;height:30px;background-color:#202d35;color:#fff;padding:6px 8px;border-radius:8px;font-size:14px}@media screen and (min-width: 1025px){.navigation-mobile-video-wall{display:none}}.navigation-mobile-video-wall ::-webkit-scrollbar{display:none}.selected{background-color:#ff8900;color:#fff}.notselected{background-color:#1a1a1a;color:#fff}.smart-app-banner{background-color:#002953;box-shadow:0 -2px 2px #0003;height:52px;gap:16px;position:fixed;bottom:67px;left:0;z-index:108}.smart-app-banner img{height:32px;width:32px}.smart-app-banner i,.smart-app-banner p{color:#fff}.my-relation-cards-grids{background-color:#fff;display:flex;flex-direction:column;padding:12px 16px}.my-relation-cards-grids__heading{color:#222f3f;height:24px}.my-relation-cards-grids__items{margin:12px 0;display:grid;gap:12px;grid-template-columns:1fr;justify-content:flex-start}@media screen and (min-width: 1025px){.my-relation-cards-grids__items{grid-template-columns:repeat(3,1fr)}}.my-relation-cards-grids__item__wrapper{width:100%;min-height:104px;padding:12px 16px;border-radius:4px;box-sizing:border-box;border:1px solid #f2f2f2}.my-relation-cards-grids__item{display:flex;align-items:center;gap:8px;width:100%;height:100%;box-sizing:border-box}.my-relation-cards-grids__item p{height:auto;line-height:18px;font-family:Rubik,Mukta,BalooThambi2,sans-serif;color:#999;font-weight:400;overflow:hidden;text-overflow:ellipsis}@media screen and (min-width: 1025px){.my-relation-cards-grids__item p{line-height:20px}}.my-relation-cards-grids__item__image-container{background-color:#fff;width:40px;height:64px;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:none}.my-relation-cards-grids__item__image-container .my-relation-cards-grids__item__img{width:40px;height:40px;object-fit:contain}.my-relation-cards-grids__item__content{flex:1;width:100%;height:auto;display:flex;gap:4px;flex-direction:column;justify-content:space-between;align-items:flex-start;position:relative}.my-relation-cards-grids__item__title{text-align:left;height:auto;width:auto;font-weight:600;font-family:Rubik,Mukta,BalooThambi2,sans-serif;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis}.my-relation-cards-grids .bf-icon-right-arrow{display:flex;align-items:center;justify-content:center;align-self:center;width:16px;height:16px;color:#1e1e1e}.my-relation-cards-grids__show-hide-cta{gap:4px}@media screen and (min-width: 1025px){.my-relation-cards-grids__show-hide-cta{padding-top:8px;padding-bottom:4px}}.my-relation-cards-grids__show-hide-cta i{margin-right:4px;padding:5px;font-weight:700}@media screen and (min-width: 1025px){.my-relation-cards-grids__show-hide-cta i{font-size:.844rem}}.my-relation-cards-grids__show-hide-cta button{color:#ff6700;cursor:pointer;width:fit-content;border:none;padding-left:0;background-color:#fff;-webkit-tap-highlight-color:transparent;font-size:12px;font-weight:600}@media screen and (min-width: 1025px){.my-relation-cards-grids__show-hide-cta button{font-size:14px}}.service-container{margin:0 auto}.service-title{font-size:20px;font-weight:500;margin-bottom:8px}@media screen and (min-width: 1025px){.service-title{margin-bottom:12px}}.service-card{border:1px solid #e5e5e5;border-radius:8px;overflow:hidden;flex-direction:row;box-shadow:0 2px 4px #0000000d;box-sizing:border-box;cursor:pointer;height:fit-content}.service-card__content{flex-direction:column;justify-content:space-between;width:-webkit-fill-available}.service-card__title{color:#333;margin-bottom:2px;display:flex}.service-card__description{color:#666;line-height:18px;margin-bottom:10px;display:flex}@media screen and (min-width: 1025px){.service-card__description{line-height:20px}}.service-card__logo{display:flex;align-items:center;justify-content:center;margin-left:4px;width:106px;height:106px}.service-card__logo-img{width:106px;height:106px;display:flex;justify-content:center}.service-card__logo-img img{max-width:106px;max-height:106px;object-fit:contain}.service-card__know-more{display:flex;align-items:center}.cards-container{display:grid;grid-template-columns:1fr;gap:16px;justify-content:flex-start}@media screen and (min-width: 1025px){.cards-container{grid-template-columns:repeat(3,1fr)}}.know-more-container{display:flex;padding:16px 4px;width:100%}.know-more-cta{color:#ff6700;border-radius:4px;padding:10px 20px;font-size:16px;cursor:pointer;display:flex}.know-more-btn{display:flex;align-items:center;padding:4px 12px;border:1px solid #ff8900;background:#fff;color:#ff8900;font-weight:500;cursor:pointer;width:130px;height:24px;border-radius:20px}.know-more-btn:hover{background-image:none}.know-more-btn__text{color:#ff6700;font-size:12px}.know-more-btn__arrow{display:flex;align-items:center;margin-left:5px}.know-more-btn .bf-icon-right-arrow{color:#ff8900;animation:animated-button 2s infinite;font-size:12px;font-family:icomoon,sans-serif;font-style:normal;font-weight:600;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.view-more-container{display:flex;margin-top:8px;width:100%}@media screen and (min-width: 1025px){.view-more-container{margin-top:12px}}.view-more-cta{color:#ff6700;border-radius:4px;cursor:pointer;display:flex;align-items:center;text-decoration:none;transition:color .3s ease}.view-more-cta:hover{color:#f65200}.view-more-cta .bf-icon-down-arrow,.view-more-cta .bf-icon-up-arrow{color:#ff6700;width:12px;height:12px}.view-more-cta__text{color:#ff6700}.view-less-container{display:flex;width:100%;margin-top:8px}@media screen and (min-width: 1025px){.view-less-container{margin-top:12px}}.view-less-cta{color:#ff6700;border-radius:4px;font-size:14px;cursor:pointer;display:flex;align-items:center;text-decoration:none}.view-less-cta .bf-icon-down-arrow,.view-less-cta .bf-icon-up-arrow{font-weight:500;color:#ff6700;width:12px;height:12px}.view-less-cta__text{color:#ff6700}.promotional-savings-banner p,.promotional-savings-banner h3{color:#1a1a1a}@media screen and (min-width: 1025px){.promotional-savings-banner p{padding-top:8px}}.promotional-savings-banner__container{gap:12px}@media screen and (min-width: 1025px){.promotional-savings-banner__container{gap:24px}}.promotional-savings-banner__img{width:101px;height:58px}@media screen and (min-width: 1025px){.promotional-savings-banner__img{width:170px;height:97px}}@media screen and (min-width: 1025px){.promotional-savings-banner__info-container{align-items:center}}.promotional-savings-banner__subtitle{color:#666}@media screen and (min-width: 1025px){.promotional-savings-banner__subtitle{padding-top:8px}}.promotional-savings-banner__separator{align-self:stretch;background:radial-gradient(50% 50% at 50% 50%,#ff1f00,#ffd000);box-shadow:0 4px 10px #ffc58a;width:1px}.promotional-savings-banner button{width:100%;height:40px}@media screen and (min-width: 1025px){.promotional-savings-banner button{width:240px;margin:0}}.promotional-savings-banner .bf-icon-offers-fill{color:#00b500}.docked-signin-static__container.skeleton-loading{min-height:60px}@media screen and (min-width: 1025px){.docked-signin-static__container.skeleton-loading{max-width:500px}}.listing-cards-grids{background-color:#fff;display:flex;flex-direction:column;padding:12px 16px}.listing-cards-grids__heading{color:#222f3f;height:24px}.listing-cards-grids__heading.line-clamp-2{max-height:62px}.listing-cards-grids__items{display:grid;gap:8px;margin:12px 0;grid-template-columns:1fr;justify-content:flex-start}@media screen and (min-width: 1025px){.listing-cards-grids__items{grid-template-columns:repeat(4,1fr)}}.listing-cards-grids__item{display:flex;gap:12px;width:100%;height:100%;box-sizing:border-box}.listing-cards-grids__item__wrapper{width:100%;min-height:106px;padding:12px 16px;border-radius:4px;box-sizing:border-box;border:1px solid #f2f2f2}.listing-cards-grids__item p{min-height:36px;line-height:18px;font-family:Rubik,Mukta,BalooThambi2,sans-serif;color:#999;overflow:hidden;text-overflow:ellipsis;margin-bottom:9px}.listing-cards-grids__item__image-container{background-color:#fff;width:82px;height:82px;border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center;border:.5px solid #F2F2F2}.listing-cards-grids__item__image-container .listing-cards-grids__item__img{width:66px;height:56.83px;object-fit:contain;border-radius:4px}.listing-cards-grids__item__content{flex:1;min-width:0;height:auto;min-height:82px;display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;position:relative;border-radius:4px}.listing-cards-grids__item__title{text-align:left;min-height:17px;line-height:100%;font-family:Rubik,Mukta,BalooThambi2,sans-serif;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;margin-bottom:4px}.listing-cards-grids__item__cta{background:none;border:none;color:#ff6700;cursor:pointer;align-self:flex-end;margin-top:auto;justify-content:space-between}.listing-cards-grids__item__cta:focus{outline:none}.listing-cards-grids__show-hide-cta{gap:4px}@media screen and (min-width: 1025px){.listing-cards-grids__show-hide-cta{padding-top:8px;padding-bottom:4px}}.listing-cards-grids__show-hide-cta i{margin-right:4px;padding:5px;font-weight:700}@media screen and (min-width: 1025px){.listing-cards-grids__show-hide-cta i{font-size:.844rem}}.listing-cards-grids__show-hide-cta button{color:#ff6700;cursor:pointer;width:fit-content;border:none;padding-left:0;background-color:#fff;-webkit-tap-highlight-color:transparent;font-size:12px;font-weight:600}@media screen and (min-width: 1025px){.listing-cards-grids__show-hide-cta button{font-size:14px}}.title #videowall-plp-h1{padding-left:16px;padding-top:5px;color:#fff}@media screen and (max-width: 767px){.title #videowall-plp-h1{padding-top:20px}}.navigation{background-color:#5164cb;width:100%;position:relative}.navigation__container{width:100%;padding:0 16px 0 24px}.navigation__left{gap:24px}.navigation__left .item{color:#fff}.navigation__list{gap:24px}.navigation__list-item{padding:15px 0;position:relative;cursor:pointer}.navigation__list-item .navigation__link{position:relative}.navigation__list-item .navigation__link.active:after{content:"";border-radius:8px 8px 0 0;border-top:4px solid #ff6700;position:absolute;left:0;right:0;bottom:-17px;width:100%}.navigation__link{color:#fff;white-space:nowrap;position:relative}.navigation__link--with-icon{display:flex;align-items:center;gap:8px}.navigation__dropdown-content{padding:16px 24px;position:absolute;top:100%;background-color:#fff;border-radius:4px;width:254px;z-index:100}.navigation__dropdown-link{color:#1a2734}.navigation__dropdown-link+.list-unstyled,.xaop-footer .navigation__dropdown-link+ul,.xaop-footer .navigation__dropdown-link+ol{margin-bottom:16px}.navigation__right{gap:16px}.navigation__right-container{gap:4px;padding:0 8px}.navigation__right-image{height:16px;width:16px}.navigation__right-description{color:#fff}.navigation .separator{color:#ffffff4d}.navigation .mobile-view{padding:8px 16px}.navigation .mobile-view .mobile-icon{height:16px;width:16px}.navigation .backdrop{visibility:hidden;position:absolute;z-index:3;top:40;left:15;width:100%;height:100vh;background-color:#000000b3}.navigation .backdrop-visible{visibility:visible}.compare-products__container__product-row{gap:50px}@media screen and (max-width: 767px){.compare-products__container__product-row{gap:8px;width:100%;margin-bottom:8px}}.compare-products__container__product-row .product-info-container{flex:1;border:1px solid #e5eaf7;border-radius:4px}@media screen and (max-width: 767px){.compare-products__container__product-row .product-info-container{margin-bottom:8px}}.compare-products__container__product-row .product-info-container__product-image{height:88px;width:88px}.compare-products__container__product-row .product-info-container__product-name{text-align:center;color:#1a1a1a;font-weight:400;min-height:30px}@media screen and (min-width: 1025px){.compare-products__container__product-row .product-info-container__product-name{font-weight:500;font-family:Rubik-Medium,Mukta-Medium,sans-serif}}.compare-products__container__product-row .product-info-container__rating{gap:4px;border-radius:4px;padding:2px 4px}.compare-products__container__product-row .product-info-container__rating .bf-icon-star-fill{color:#ffd000;height:14px}.compare-products__container__product-row .product-info-container__rating__number{color:#666}.compare-products__container__product-row .product-info-container__btn{color:#ff6700;padding:7px 12px;border:1px solid #ff6700;border-radius:200px;cursor:pointer;margin-top:auto;background-color:#fff}.compare-products__container .product-info-container:first-child{background-color:#e1f0fe}.compare-products__container .product-info-container:first-child .product-info-container__rating{background-color:#ffffffb2}.compare-products__container .product-feature-container{margin-bottom:30px}@media screen and (max-width: 767px){.compare-products__container .product-feature-container{gap:8px;margin-bottom:16px}}.compare-products__container .product-feature-container__title{width:100%;color:#4d4d4d;text-align:center}@media screen and (max-width: 767px){.compare-products__container .product-feature-container__title{margin-bottom:8px}}.compare-products__container .product-feature-container__title:before,.compare-products__container .product-feature-container__title:after{content:"";flex:1;height:1px;background:#ccc}.compare-products__container .product-feature-container__title:before{margin-right:8px}.compare-products__container .product-feature-container__title:after{margin-left:8px}.compare-products__container .product-feature-container__title__text{min-width:120px;color:#4d4d4d}@media screen and (max-width: 767px){.compare-products__container .product-feature-container__title__text{min-width:96px}}.compare-products__container .product-feature-container__feature{gap:50px}@media screen and (max-width: 767px){.compare-products__container .product-feature-container__feature{gap:8px}}.compare-products__container .product-feature-container__feature__value{flex:1;text-align:center;color:#1a1a1a}.compare-products__bottom-strip{border-radius:8px;background:#fde39d;cursor:pointer}@media screen and (max-width: 767px){.compare-products__bottom-strip{padding:8px 12px}}.compare-products__bottom-strip i{background-color:#ff6700;height:22px;width:22px;border-radius:50%;color:#fff2ea;font-size:7px;cursor:pointer}.compare-products__bottom-strip span{color:#000}@media screen and (min-width: 1025px){.compare-products__bottom-strip span{margin-left:4px}}

