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

@font-face{font-family:Roboto;font-style:normal;font-weight:100;src:local("Roboto Thin"),local("Roboto-Thin"),url(../woff2/roboto-v20-latin-100.woff2) format("woff2"),url(../woff/roboto-v20-latin-100.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:100;src:local("Roboto Thin Italic"),local("Roboto-ThinItalic"),url(../woff2/roboto-v20-latin-100italic.woff2) format("woff2"),url(../woff/roboto-v20-latin-100italic.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local("Roboto Light"),local("Roboto-Light"),url(../woff2/roboto-v20-latin-300.woff2) format("woff2"),url(../woff/roboto-v20-latin-300.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local("Roboto Light Italic"),local("Roboto-LightItalic"),url(../woff2/roboto-v20-latin-300italic.woff2) format("woff2"),url(../woff/roboto-v20-latin-300italic.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local("Roboto"),local("Roboto-Regular"),url(../woff2/roboto-v20-latin-regular.woff2) format("woff2"),url(../woff/roboto-v20-latin-regular.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local("Roboto Italic"),local("Roboto-Italic"),url(../woff2/roboto-v20-latin-italic.woff2) format("woff2"),url(../woff/roboto-v20-latin-italic.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local("Roboto Medium"),local("Roboto-Medium"),url(../woff2/roboto-v20-latin-500.woff2) format("woff2"),url(../woff/roboto-v20-latin-500.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local("Roboto Medium Italic"),local("Roboto-MediumItalic"),url(../woff2/roboto-v20-latin-500italic.woff2) format("woff2"),url(../woff/roboto-v20-latin-500italic.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local("Roboto Bold"),local("Roboto-Bold"),url(../woff2/roboto-v20-latin-700.woff2) format("woff2"),url(../woff/roboto-v20-latin-700.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local("Roboto Bold Italic"),local("Roboto-BoldItalic"),url(../woff2/roboto-v20-latin-700italic.woff2) format("woff2"),url(../woff/roboto-v20-latin-700italic.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local("Roboto Black"),local("Roboto-Black"),url(../woff2/roboto-v20-latin-900.woff2) format("woff2"),url(../woff/roboto-v20-latin-900.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local("Roboto Black Italic"),local("Roboto-BlackItalic"),url(../woff2/roboto-v20-latin-900italic.woff2) format("woff2"),url(../woff/roboto-v20-latin-900italic.woff) format("woff")}@font-face{font-family:infa-icons;font-style:normal;font-weight:400;src:url(../eot/infa-icons-v21356.eot?g52q4y),url(../eot/infa-icons-v2.eot) format("embedded-opentype"),url(../woff/infa-icons-v2.woff) format("woff"),url(../ttf/infa-icons-v2.ttf) format("truetype"),url(../svg/infa-icons-v2.svg) format("svg")}@media(min-width:769px){.contact-sales-text i{color:#112128;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:1px;line-height:38px;opacity:.5;padding-right:1em;text-transform:uppercase}}.infacom-content-listing .infa-content-listing-card{display:block}.infacom-content-listing .infacom-content-listing-tile.infa-c-card{margin-bottom:30px}@media screen and (max-width:767px){.infacom-content-listing .infacom-content-listing-tile.infa-c-card{margin-bottom:15px}.infacom-content-listing .infacom-content-listing-tile.infa-c-card:after{background:#eaeaea;bottom:-24px;content:"";display:block;height:1px;margin:0 auto;position:relative;width:100%}}.infacom-content-listing .infacom-content-listing-tile.infa-c-card .infa-c-card__body--caption{text-transform:uppercase}.infacom-content-listing .infacom-content-listing-tile.infa-c-card .infa-c-card__body p{margin:0 0 13px}.infacom-content-listing .infacom-content-listing-loadMore{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center}.infacom-content-listing .infacom-content-listing-loadMore .infacom-blue-button{font-size:20px;letter-spacing:1.5px;margin-top:0;padding:16px 35px 17px 28px}@media screen and (max-width:769px){.infacom-content-listing .infacom-content-listing-loadMore .infacom-blue-button{height:auto;padding:16px 35px 17px 28px;width:auto}.infacom-content-listing .infacom-content-listing-loadMore .infacom-blue-button .infacom-arrow-down{display:none}}.infacom-content-listing .infacom-content-listing-loadMore .infacom-cta-link{cursor:pointer;position:relative;text-align:center;top:-14px}@media screen and (max-width:768px){.infacom-content-listing .infacom-content-listing-loadMore .infacom-cta-link{background-color:#001aff;color:#fff;margin:16px 5% 16px 9%;padding-bottom:10px;padding-top:10px}.infacom-content-listing .infacom-content-listing-loadMore .infacom-cta-link .infacom-arrow-down{display:none}}.infacom-content-listing .infacom-content-listing-loadMore .infacom-cta-link:hover .infacom-arrow-down{-webkit-transform:translateY(30%);transform:translateY(30%)}.infacom-content-listing .infacom-content-listing-pagination{color:#323232;font-size:1.125rem;font-weight:500;letter-spacing:normal;line-height:1.78;margin-bottom:60px;margin-top:-44px;text-align:right}@media screen and (max-width:768px){.infacom-content-listing .infacom-content-listing-pagination{font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;line-height:2.29;margin-bottom:16px;margin-top:0;text-align:center}}.infacom-content-listing .infacom-content-listing-footer{margin-bottom:60px;margin-top:40px}@media screen and (max-width:768px){.infacom-content-listing .infacom-content-listing-footer{-webkit-box-orient:vertical;-webkit-box-direction:reverse;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.infacom-content-listing .infacom-content-listing-edit-error{font-size:1.25rem;margin-bottom:2rem;margin-top:2rem}.infacom-breadcrumb-section-and-cta .breadcrumb{background:transparent}.infacom-breadcrumb-section-and-cta .infacom-section-title-rte .section-hero-text{color:#102128;display:block;font-size:3.875rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.16;width:85%}@media screen and (max-width:768px){.infacom-breadcrumb-section-and-cta .infacom-section-title-rte .section-hero-text{color:#102128;font-size:2rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.31}}.infacom-breadcrumb-section-and-cta .infacom-blue-button{margin-top:0}.infacom-press-release{margin-bottom:16px;margin-top:16px}@media screen and (max-width:768px){.infacom-press-release{margin:8px 9%}}.infacom-press-release .infacom-press-release-heading{color:#112128;font-size:3rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.42;margin-bottom:35px}@media screen and (max-width:768px){.infacom-press-release .infacom-press-release-heading{color:#102128;font-size:1.5rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.5;margin-bottom:13px}}.infacom-press-release .infacom-press-release-item{border-bottom:1px solid rgba(17,33,0,.4);display:none;padding-bottom:40px;padding-top:40px}@media screen and (max-width:768px){.infacom-press-release .infacom-press-release-item{padding:30px 0}}.infacom-press-release .infacom-press-release-item .infacom-press-release-date{color:#323232;font-size:1rem;font-style:normal;font-weight:300;letter-spacing:1px;line-height:2.38;margin-bottom:0;margin-right:97px;opacity:.56;text-transform:uppercase;width:200px}@media screen and (max-width:768px){.infacom-press-release .infacom-press-release-item .infacom-press-release-date{color:#102128;font-size:.75rem;font-style:normal;font-weight:300;letter-spacing:.88px;line-height:1.83;margin-bottom:10px;width:100%}}.infacom-press-release .infacom-press-release-item .infacom-press-release-title{width:60%}@media screen and (max-width:768px){.infacom-press-release .infacom-press-release-item .infacom-press-release-title{width:100%}.infacom-press-release .infacom-press-release-item .infacom-press-release-title .infacom-arrow-right{display:block;margin-left:0}}.infacom-press-release .infacom-press-release-item .infacom-press-release-title>a{color:#0c0b0b;font-size:1.5rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.5}.infacom-press-release .infacom-press-release-item .infacom-press-release-title>a:hover{color:#0c0b0b;text-decoration:none}@media screen and (max-width:768px){.infacom-press-release .infacom-press-release-item .infacom-press-release-title>a{color:#102128;font-size:1.25rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.4;margin-bottom:0;width:100%}}.infacom-press-release .infacom-press-release-flex{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:768px){.infacom-press-release .infacom-press-release-flex{display:block;padding-left:27px;padding-right:28px}}.infacom-press-release .infacom-press-release-footer{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;margin-top:60px}@media screen and (max-width:768px){.infacom-press-release .infacom-press-release-footer{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;margin-top:24px}}.infacom-press-release .infacom-press-release-footer .infacom-press-release-loadMore{cursor:pointer}.infacom-press-release .infacom-press-release-footer .infacom-press-release-loadMore .infacom-cta-link:hover .infacom-arrow-down{-webkit-transform:translateY(30%);transform:translateY(30%)}@media screen and (max-width:768px){.infacom-press-release .infacom-press-release-footer .infacom-press-release-loadMore{margin-bottom:16px;text-align:center}}.infacom-press-release .infacom-press-release-footer .infacom-pagination-press-release{-webkit-box-pack:end;-ms-flex-pack:end;color:#323232;font-size:1.125rem;font-style:normal;font-weight:500;justify-content:end;left:31%;letter-spacing:normal;line-height:1.78;position:relative;text-align:right}@media screen and (max-width:768px){.infacom-press-release .infacom-press-release-footer .infacom-pagination-press-release{color:#323232;font-size:.875rem;font-style:normal;font-weight:400;left:0;letter-spacing:normal;line-height:2.29;margin-bottom:13px;text-align:center}}.infacom-press-release .infacom-press-release-footer .infacom-pagination-press-release-right{left:45%}@media screen and (max-width:768px){.infacom-press-release .infacom-press-release-footer .infacom-pagination-press-release-right{display:block;left:0}}.infacom-press-release .infacom-press-release-footer .infacom-cta-link{font-weight:400}@media screen and (max-width:768px){.infacom-press-release .infacom-press-release-footer .infacom-cta-link{background-color:#001aff;color:#fff;padding:8px}.infacom-press-release .infacom-press-release-footer .infacom-cta-link .infacom-arrow-down{display:none}.infcom-social-feed{margin:8px 9%}}.infacom-social-feed-linkedin-p{margin-bottom:2%}@media screen and (max-width:768px){.infacom-social-feed-linkedin-p{margin-bottom:-2%}}.infacom-social-feed-twitter-p{margin-bottom:-1%}@media screen and (max-width:768px){.infacom-social-feed-twitter-p{margin-bottom:-5%}}.infacom-social-feed-font{color:#112128;font-size:11px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:.69px;line-height:3.45;margin-left:1%;-o-object-fit:contain;object-fit:contain;opacity:.5}.infacom-social-feed-twitter{background-image:url(../svg/footer-social-twitter.svg);height:28px;width:33px}@media screen and (max-width:768px){.infacom-social-feed-twitter{height:25px;width:30px}}.infacom-social-feed-linkedin{background-image:url(../svg/footer-social-linkedin.svg);height:28px;width:31px}@media screen and (max-width:768px){.infacom-social-feed-linkedin{height:25px;width:28px}}.infacom-social-feed-image{display:-webkit-box;display:-ms-flexbox;display:flex;margin-left:8%}@media screen and (max-width:768px){.infacom-social-feed-image{margin-left:17%}}.infacom-social-feed-frame{overflow:hidden}@media screen and (max-width:768px){.infacom-social-feed-frame{margin:8px 9%}}.infacom-social-feed-linkedin-frame iframe{overflow:auto;width:96%}@media screen and (max-width:768px){.infacom-social-feed-linkedin-frame iframe{margin:8px 9%;width:86%}}.infacom-social-feed-twitter-frame iframe{overflow:auto;width:96%}@media screen and (max-width:768px){.infacom-social-feed-twitter-frame iframe{margin:8px 9%;width:84%}}.infacom-recommended-blogs .infacom-recommended-blogs-header>*{color:#102128;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.39}@media screen and (max-width:768px){.infacom-recommended-blogs .infacom-recommended-blogs-header>*{color:#0f2128;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.25;margin-bottom:30px}}.infacom-recommended-blogs .infacom-recommended-blogs-header,.infacom-recommended-blogs .infacom-recommended-blogs-header>p{color:#102128;font-size:2.25rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.39;margin-bottom:50px}@media screen and (max-width:768px){.infacom-recommended-blogs .infacom-recommended-blogs-header,.infacom-recommended-blogs .infacom-recommended-blogs-header>p{color:#0f2128;font-size:24px;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.25;margin-bottom:30px}}.infacom-recommended-blogs .infacom-recommended-all-cta{display:block;margin-top:20px;text-align:center}@media screen and (max-width:768px){.infacom-recommended-blogs .infacom-recommended-all-cta{color:#033aff}}.infacom-recommended-blogs .infacom-recommended-category-cta{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;justify-content:center;margin-top:20px;text-align:center}@media screen and (max-width:400px){.infacom-recommended-blogs .infacom-recommended-category-cta{-webkit-box-pack:start;-ms-flex-pack:start;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:20px;justify-content:flex-start}}.infacom-recommended-blogs .infacom-recommended-category-cta__label{display:inline-block}.infacom-recommended-blogs .infacom-recommended-category-cta__link{border:1px solid var(--infa-color-aqua-3);border-radius:20px;color:var(--infa-color-aqua-4);padding:4px 8px}.infacom-recommended-blogs .infacom-recommended-category-cta__link:hover{text-decoration:none}.infacom-recommended-blogs .infacom-recommended-blogs-tile:last-child:after{content:none}html{overflow-x:hidden}body,html{background-color:#fff;font-family:Roboto,Arial,sans-serif!important;font-size:16px!important;margin-left:0;margin-top:0;max-width:100%}body{overflow-x:clip!important;overflow-y:initial!important;padding-right:0!important}sub,sup{font-size:50%}sup{left:.1em;top:-.8em}.infa-skip-to-main{height:1px;left:-10000px;overflow:hidden;position:absolute;top:auto;width:1px}.infa-skip-to-main:focus{height:auto;overflow:visible;position:static;width:auto}button:focus{outline:none}.infacom-blue-button:focus{-webkit-box-shadow:none!important;box-shadow:none!important;outline:0}.clickable-tile:focus-visible,.infa-h-login a:focus-visible,.infacom-accessibility:focus-visible,.infacom-blue-button:focus-visible,.infacom-hero-gartner-box:focus-visible,.owl-dot:focus-visible,button:focus-visible{outline:1px solid #000}.infacom-accessibility-video:focus-visible{border:1px solid #000!important}@media screen and (max-width:768px){body{overflow-x:hidden}}.container .container{padding:0}.infacom-hide-grid-pattern{visibility:hidden}a.resource-library__result .infacom-customer-tile-link.read-more .infacom-arrow-right{margin-left:1.25rem;-webkit-transform:translateX(0);transform:translateX(0)}.infacom-arrow-down{bottom:1px;display:inline-block;font-style:normal!important;position:relative}.infacom-arrow-down,.infacom-arrow-up.products{-webkit-transition:-webkit-transform .5s ease-in;transition:-webkit-transform .5s ease-in;transition:transform .5s ease-in;transition:transform .5s ease-in,-webkit-transform .5s ease-in}.infacom-sol-close>a:hover .infacom-arrow-up.products{-webkit-transform:translateY(-30%);transform:translateY(-30%)}.infacom-blue-button:hover .infacom-arrow-down,.infacom-sol-moreProducts.products>a:hover .infacom-arrow-down.products{-webkit-transform:translateY(30%);transform:translateY(30%)}.infacom-white-font{color:#fff!important}.infacom-featured-case-right-subcontent.infacom-white-font>*{color:#fff}.click-cursor,a{cursor:pointer}.infacom-blue-button{background-color:#001aff;border:none;color:#fff;cursor:pointer;display:inline-block;font-size:1.25rem;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:1.5px;line-height:normal;margin-top:3%;padding:17px 27px;text-transform:uppercase}.cta-refresh .infacom-blue-button{margin-top:0}.infacom-blue-button:hover{background-color:#ff4d00;color:#fff}.infacom-blue-button:hover .infacom-arrow-right-white{-webkit-transform:translateX(50%);transform:translateX(50%)}.infacom-blue-button>a,.infacom-blue-button>a:hover{color:#fff;text-decoration:none}.infacom-card-swipe-text .infacom-arrow-right{color:#112128!important;margin-top:5%;opacity:.75!important}.large-disrupter .infacom-card-swipe-text.testimonials{color:#fff!important;opacity:.75}.large-disrupter .infacom-card-swipe-text.testimonials .infacom-arrow-right{color:#fff!important;opacity:.75!important;vertical-align:-1%}.modal-backdrop.show{opacity:.45;z-index:99999}.infacom-sol-resources i.infacom-arrow-right{bottom:0}.infacom-cta-trial:hover,.infacom-cta-trial:hover>i,.infacom-employee-article-sub-txt-2:hover,.infacom-employee-article-sub-txt-2:hover>i,.infacom-events-view-all:hover,.infacom-events-view-all:hover>i,.infacom-sol-moreProducts.products>a:hover,.infacom-sol-moreProducts.products>a:hover i,.infacom-tab-link:hover,.infacom-tab-link:hover>i,a.infacom-sol-products-learnmore:hover,a.infacom-sol-products-learnmore:hover>i,span.infacom-hero-expanded-reports:hover>a,span.infacom-hero-expanded-reports:hover>a i{color:#ff8200!important}@media screen and (min-width:1400px){.container{max-width:1300px!important}}@media screen and (max-width:768px){.infacom-cta-refresh .infacom-cta-refresh-secondary.infacom-secondary-cta-block{padding-top:0!important}a.resource-library__result .infacom-customer-tile-link.read-more .infacom-arrow-right{margin-left:0}.infacom-blue-button{font-size:.875rem;height:36px;letter-spacing:1.05px;line-height:1.6;padding:2.5%;text-align:center;width:70%}.infacom-cta-quotes i.infacom-arrow-right{margin-left:1%;position:relative;top:2px}.infacom-aboutUs-quotes .infacom-cta-quotes{margin:8px 8%}.infacom-hero-gartner .infacom-arrow-right{display:inline;position:relative}.b-lazy{opacity:0;-webkit-transform:scale(3);transform:scale(3);-webkit-transition:all .5s;transition:all .5s}.b-loaded{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}.infacom-hero-banner{margin-bottom:16px}.hero-banner-padding{padding:5%}.infacom-hero-disrupter-container{height:100%;position:relative;width:auto}.infacom-hero-disrupter-container.show-disrupter{background-image:url(../svg/home-hero_disrupter%2bdots.svg);background-position:100%;background-repeat:no-repeat;min-height:835px}.infacom-hero-disrupter-dots{height:835px;position:absolute;right:0;top:0;width:517px}.infacom-hero-dots-pattern{background-image:radial-gradient(circle,#00a9bb 1.5px,transparent 2px);background-repeat:repeat-x;background-size:35px 20px;height:16px;margin:16px 16px 16px -70px;width:240px}div.infacom-hero-content div.infacom-hero-rte:not(.featured-banner-title)>*{color:#112128;font-size:3.875rem;font-stretch:normal;font-style:normal;font-weight:300;height:auto;letter-spacing:normal;line-height:1.16;padding-top:0;width:100%}.hero-featured-banner{border-radius:10px}.hero-featured-banner .infacom-hero-banner{margin:0 0 16px}@media screen and (min-width:992px){.hero-featured-banner{min-height:330px;padding:30px}}@media screen and (min-width:768px)and (max-width:991px){.hero-featured-banner{min-height:192px;padding:18px}.hero-featured-banner .infacom-hero-container .infacom-hero-content{width:100%}}@media screen and (max-width:767px){.hero-featured-banner{min-height:336px;padding:16px 20px 20px}}@media screen and (max-width:992px){.hero-featured-banner .infacom-hero-content{margin-left:inherit;margin-right:inherit}.hero-featured-banner .infacom-hero-banner{margin:0 0 8px}.hero-featured-banner .infacom-hero-container{margin-left:0}}.hero-featured-banner div.infacom-hero-content{padding:0!important}.hero-featured-banner .infacom-hero__caption{color:#00a1b3;margin-bottom:16px}@media screen and (min-width:768px)and (max-width:991px){.hero-featured-banner .infacom-hero__caption{margin-bottom:9px}}.hero-featured-banner .infacom-hero-rte{color:#fff;margin-bottom:22px}@media screen and (min-width:768px)and (max-width:991px){.hero-featured-banner .infacom-hero-rte{margin-bottom:14px}}.hero-featured-banner.hero-banner-align{background-repeat:no-repeat;background-size:cover}.infacom-hero-video-text div.infacom-hero-content div.infacom-hero-engage-rte>*{margin-bottom:5%;width:69%}div.infacom-hero-content div.infacom-hero-rte>span{color:#ff4d00!important;margin-bottom:0}.infacom-hero-button{margin-bottom:16px;margin-top:2%}@media screen and (max-width:768px){.infacom-hero-button .infacom-blue-button{height:auto}.infacom-hero-button .infacom-blue-button .infacom-arrow-down{bottom:0}}.infacom-hero-content{padding-top:18px!important}div.infacom-hero-content .infacom-hero-body{color:#112128;font-size:1.5rem;font-stretch:normal;font-style:normal;font-weight:300;height:auto;letter-spacing:normal;line-height:1.58;margin-bottom:4%;padding-top:16px;width:95%}.infacom-heroImg-left{height:228px;left:7%;position:absolute;top:9px;width:187px}.infacom-heroImg-right{height:212px;position:absolute;right:0;top:24px;width:272px}.infacom-heroImg-bottom{height:198px;position:absolute;right:112px;top:352px;width:277px}.infacom-sol-heroImg{margin-top:4%!important}.infacom-sol-hero .col-lg-5.infacom-hero-images{height:auto;position:static;width:100%}.infacom-sol-heroCallout .infacom-hero-gartner-box>span{color:#001aff;font-size:1.25rem;letter-spacing:1.5px;line-height:1.3;margin-right:52px}.infacom-hero-content.secondary-banner-hero.col-lg-7 .infacom-hero-gartner-box>span{margin-right:21px}.infacom-sol-heroCallout .infacom-gartner-expanded-body h2{width:70%}.infacom-sol-heroCallout .infacom-gartner-expanded-body h4{margin-bottom:5%;width:80%}.infacom-sol-heroCallout .infacom-hero-modal-content-left span{opacity:.5}@media screen and (max-width:768px){.infacom-sol-heroCallout .infacom-hero-gartner-box>span{font-size:.875rem;letter-spacing:1.05px}.infacom-hero-disrupter-dots{height:725px;top:460px;width:78%}.infacom-hero-disrupter-container{background-image:none!important}}.infacom-hero-images.products img{width:100%}.infacom-hero-content.products,.infacom-hero-images.products{margin-left:0!important}.about-us-only-disrupter{background-image:url(../png/about-us-disruptor-graphic.png);background-position:113% -3%;background-repeat:no-repeat;background-size:44%}.infacom-about-hero-dots .breadcrumb{background:transparent;padding-top:7%}.infacom-hero-container .breadcrumb{background:transparent;padding:initial}.infacom-hero-gartner{margin-bottom:16px;margin-top:16px;position:relative}.infacom-hero-banner .infacom-hero-gartner{margin-left:0!important;padding-left:0!important}.infacom-img-hero-gartner{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding-right:24px;vertical-align:inherit}.infacom-hero-gartner-text{color:#323232;display:inline;font-size:1.125rem;font-stretch:normal;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.44}.infacom-hero-gartner-text:hover{cursor:pointer}.infacom-hero-gartner-box{display:table;padding:2%}.infacom-hero-gartner-box:hover{-webkit-box-shadow:15px 3px 34px 0 rgba(0,0,0,.15);box-shadow:15px 3px 34px 0 rgba(0,0,0,.15)}.infacom-callout-link-variation{padding:2% 4.3rem 2% 1.8rem}.infacom-callout-link-variation:hover{-webkit-box-shadow:8px 8px 34px 0 rgba(0,0,0,.15);box-shadow:8px 8px 34px 0 rgba(0,0,0,.15)}.infacom-hero-banner .infacom-callout-link-variation{padding:2% 1.8rem}@media screen and (max-width:768px){.infacom-hero-banner .infacom-callout-link-variation{padding:2% 1.8rem 2% 0}}.infacom-callout-cta{display:inline-block;margin-left:2rem}.infacom-callout-link-variation .infacom-callout-cta{margin-left:4rem}.infacom-hero-banner .infacom-callout-link-variation .infacom-callout-cta{margin-left:5px}.infacom-callout-cta a{color:#001aff!important;font-size:1.25rem;letter-spacing:1.5px;text-transform:uppercase}.infacom-callout-cta a:hover{color:#ff4d00!important}.infacom-callout-center-align{margin-left:auto;margin-right:auto}.infacom-callout-link-container{margin-bottom:33px}.infacom-hero-callout-background{background:#000!important;height:100%;opacity:.45;top:0;width:100%}.infacom-hero-callout-background,.infacom-hero-expanded{display:none;left:0;position:fixed;z-index:99999!important}.infacom-hero-expanded{background-color:#fff;-webkit-box-shadow:5px 15px 44px 0 rgba(0,0,0,.23);box-shadow:5px 15px 44px 0 rgba(0,0,0,.23);margin-bottom:20px;padding-bottom:35px!important;right:0;top:15%}.infacom-sol-heroCallout .infacom-hero-modal-content-left>div{color:rgba(17,33,40,.639);margin-bottom:18px}@media not all and (min-resolution:0.001dpcm){.infacom-sol-heroCallout .infacom-hero-modal-content-right{margin-left:-6%}.infacom-gartner-expanded-body h2{width:85%}.infacom-hero-gartner .infacom-hero-modal-content-right{margin-left:-3%}.infacom-hero-gartner .row{bottom:30px;position:relative}.infacom-hero-expanded{top:20%}.infacom-sol-heroCallout .infacom-gartner-expanded-body h4{font-weight:100}.infacom-gartner-expanded-body h4.infacom-animate-h4{font-weight:100;width:79%}}@media screen and (min-width:769px){.infacom-callout-hover-blue:hover{background-color:#effafb}}.infacom-hero-modal-content-left{float:left;height:80%;margin-right:0!important;padding-left:70px!important;padding-right:0!important;padding-top:46px;width:70%}#infacom-gartner-expanded-close{color:#001aff;cursor:pointer;float:right;font-size:2rem;margin-bottom:20px;padding-right:30px;padding-top:5px}.infacom-img-gartner-expanded{padding-bottom:2%;width:14%}div.infacom-gartner-expanded-body>h2{font-size:3.376vw;line-height:1.42}div.infacom-gartner-expanded-body>h2,div.infacom-gartner-expanded-body>h4{color:#112128;font-stretch:normal;font-style:normal;font-weight:300;letter-spacing:normal}div.infacom-gartner-expanded-body>h4{display:block;font-size:1.688vw;height:100px;line-height:1.58;margin-bottom:3%;padding-top:11px;width:100%}.infacom-gartner-expanded-dots{max-width:100%}.infacom-sol-heroCallout .infacom-gartner-expanded-dots{height:68%;margin-bottom:22%;width:110%}.infacom-hero-modal-content-right{float:right;padding-top:70px;text-align:center}.infacom-hero-expanded-reports{color:#001aff;display:block;font-size:1.406vw;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:1.5px;line-height:normal;margin-left:-24px;margin-top:10px}span.infacom-hero-expanded-reports>a{color:#001aff;text-decoration:none;text-transform:uppercase}.infacom-hero-gartner-box:hover .infacom-arrow-right{-webkit-transform:translateX(50%);transform:translateX(50%)}.infacom-animate-h2,.infacom-animate-h2 h2{font-size:3rem;font-weight:300}.infacom-animate-h4{font-size:1.125rem;font-weight:300}.infacom-callout-black-promo .infacom-hero-expanded{background:#000}.infacom-callout-black-promo .infacom-hero-expanded #infacom-gartner-expanded-close,.infacom-callout-black-promo .infacom-hero-expanded .infacom-animate-h2,.infacom-callout-black-promo .infacom-hero-expanded .infacom-animate-h2 h2,.infacom-callout-black-promo .infacom-hero-expanded .infacom-animate-h4,.infacom-callout-black-promo .infacom-hero-expanded .infacom-callout-footnote,.infacom-callout-black-promo .infacom-hero-expanded .infacom-callout-title-text,.infacom-callout-black-promo .infacom-hero-expanded .infacom-countdown-label{color:#fff}.infacom-callout-countdown-promo{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.infacom-countdown-column{width:50%}.infacom-callout-footnote{color:#112128;font-size:.75rem;font-weight:300;padding-left:84px;padding-top:10px}.callout-footnote-expanded .infacom-callout-footnote{padding:10px 0 15px 12px}.infacom-hero-modal-content-right img{max-height:290px;max-width:100%}.opacity-callout-expanded{opacity:.5!important}.callout-title-expanded{font-size:3rem!important;margin-bottom:2%;margin-top:2%;width:100%}.callout-description-expanded{font-size:1.5rem!important;width:100%!important}.callout-expanded .callout-description-expanded{color:#112128}.callout-button-expanded{font-size:1.2rem}.callout-expanded .callout-button-expanded{margin-bottom:5%;margin-top:5%}.callout-expanded .infacom-hero-modal-content-right img,.callout-expanded .infacom-img-gartner-expanded{height:auto}.callout-expanded .infacom-img-gartner-expanded{max-width:100%;width:102px}.callout-expanded .infacom-hero-modal-content-right img{max-height:none;padding-left:30px}@media screen and (max-width:768px){.infacom-hero-gartner-box:hover{-webkit-box-shadow:none;box-shadow:none}.infacom-callout-compact-view .infacom-animate-h4,.infacom-callout-compact-view .infacom-callout-footnote,.infacom-callout-compact-view .infacom-hero-modal-content-right{display:none}.infacom-animate-h2,.infacom-animate-h2 h2{font-size:2.25rem;line-height:1.22;width:90%}.infacom-animate-h4{margin-top:10%;width:90%}.infacom-callout-compact-view .infacom-animate-h2,.infacom-callout-compact-view .infacom-animate-h2 h2{font-size:1.5rem}.callout-footnote-expanded .infacom-callout-footnote{padding-left:15px;width:90%}.infacom-hero-gartner{height:85px}.infacom-img-hero-gartner{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:10px}.infacom-hero-gartner-text{display:inline-block;font-size:.875rem;line-height:1.57;width:95%}.infacom-hero-gartner-box{margin-left:7%;padding-right:0!important}.infacom-hero-banner .infacom-hero-gartner-box{margin-left:0!important}.infacom-hero-expanded{left:0;max-height:85%;max-width:80%!important;overflow:scroll;padding:25px 0!important;position:fixed;right:0;top:10%}.infacom-hero-modal-content-left{height:auto;padding:0 0 0 20px!important;width:100%}.infacom-callout-footnote,.infacom-hero-modal-content-right{padding:20px 0 0 20px!important}.infacom-hero-expanded-reports{display:block;padding:10px}.infacom-hero-gartner .infacom-hero-expanded .row{margin-left:0}#infacom-gartner-expanded-close{bottom:19px;padding:0;position:relative;right:19px;z-index:10}.infacom-img-gartner-expanded{height:41px;width:72px}div.infacom-gartner-expanded-body>h2{font-size:1.375rem;height:auto;line-height:1.27;padding-top:6px;width:85%}div.infacom-gartner-expanded-body>h4{font-size:.875rem;height:auto;line-height:1.57;margin-bottom:13px;width:85%}.infacom-btn-gartner-report{margin-top:10px;width:80%}.infacom-gartner-expanded-dots{height:auto;margin-bottom:27px;margin-right:10%;margin-top:10px;padding-left:0;width:100%}.infacom-hero-expanded-reports{font-size:.875rem;height:auto;letter-spacing:1.05px;padding-left:19px;width:auto}.infacom-expanded-reports-div{margin-bottom:0;width:100%}.callout-title-expanded{font-size:1.375rem!important;width:100%!important}.callout-description-expanded{font-size:.875rem!important;width:100%!important}.callout-button-expanded{font-size:.875rem;height:34px;margin-top:10px;width:65%}.callout-expanded .infacom-hero-modal-content-right img{margin-left:0;margin-top:0;padding-left:0}.callout-expanded{margin-left:5%;width:98%}.callout-expanded .callout-button-expanded{margin-bottom:0;margin-top:1rem}.infacom-sol-heroCallout .infacom-gartner-expanded-dots{margin-left:-8%}.infacom-hero-modal-content-right .infacom-gartner-expanded-dots{margin-left:0;-o-object-fit:cover;object-fit:cover}.infacom-callout-cta{margin-left:0!important}.infacom-callout-cta a{font-size:.875rem}.infacom-callout-cta .infacom-arrow-right{top:0}.infacom-callout-link-variation:hover{-webkit-box-shadow:none;box-shadow:none}.infacom-callout-link-container{margin-bottom:16px}.infacom-callout-link-variation{margin-left:9%;padding:0}.infacom-callout-link-variation .infacom-hero-gartner-text{height:auto}.callout-expanded .infacom-hero-modal-content-right{padding-bottom:10px;padding-top:40px}.callout-expanded .callout-footnote-expanded-mobile{display:block;margin-bottom:0!important;margin-top:31px!important}.callout-footnote-expanded-desktop{display:none}.infacom-callout-footnote{padding-left:15px}.infacom-hero-modal-content-right{padding-left:25px;padding-top:35px}}@media screen and (min-width:769px){.callout-expanded .infacom-hero-modal-content-right{padding:0!important}.infacom-hero-button a[data-modal-type=modal-video]{display:inline-block}.infacom-hero-button a[data-modal-type=modal-video] svg{-webkit-transform:translateY(-3px);transform:translateY(-3px)}.infacom-hero-expanded-reports i.infacom-arrow-right{bottom:3px;position:relative}.callout-expanded .callout-footnote-expanded-mobile{display:none}.callout-footnote-expanded-desktop{display:block;margin-top:0!important}}.infacom-partnersEcosystems-component{margin-bottom:16px;margin-top:50px}.infacom-partners-ecosystems-img{background:#fff;margin-left:45%;margin-top:-116%;max-width:100%;padding:0 0 15% 10%}.infacom-partnersEcosystems-component>.infacom-hide-grid-pattern{background:none!important;visibility:visible!important}.infacom-partners-img-dots{display:none}.infacom-partnersEcosystems-logo{display:inline-block;margin-top:90px}.infacom-partners-logo{margin-bottom:54%;max-width:100%;padding-right:30%}.partners-page .infacom-partners-logo{padding-right:0}div.infacom-partners-logo-div{height:260px;padding-left:16%;padding-top:2%;width:100%}.infacom-partners-logo-section{background:url(../svg/platform-dots-2.svg) no-repeat;background-size:95%;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;margin-left:12%;margin-right:0!important;padding-top:26px}p.infacom-see-more-partners{color:#001aff!important;font-size:1.25rem;font-stretch:normal;font-style:normal;font-weight:400;height:31px;letter-spacing:1.5px;line-height:normal;margin-left:43%;margin-top:-7%;text-decoration:none!important;width:40%;z-index:2}p.infacom-see-more-partners>a.infacom-cta-trial{color:#001aff;text-decoration:none!important}.infacom-partners-dots-section{background:url(../svg/platform-dots-1.svg) no-repeat;background-position:65% 10%;background-size:cover;margin-left:-16%!important;margin-right:2%!important;padding-left:0!important;padding-right:0!important;padding-top:29%}.infacom-partner-ecosystems-dots{background-image:radial-gradient(circle,#00a9bb 2.3px,transparent 0);background-repeat:repeat-x;background-size:40px 5px;height:35px;margin:0;margin-right:0!important;width:280px}@media screen and (max-width:768px){.infacom-partners-dots-section{background:none;margin-left:0!important}.infacom-partnersEcosystems-component{margin:8px 9%}.infacom-partners-ecosystems-img{background:transparent;height:auto;margin-left:-3%;margin-top:0;padding-bottom:2%;width:90%}.infacom-partners-img-dots{background-image:radial-gradient(circle at 9.5px,#4cc3d0 1.25px,hsla(0,0%,100%,0) 2.5px);background-position:top;background-repeat:repeat-y;background-size:18px 13px;border-top:none;display:block;height:55px;margin-left:auto;margin-top:0;width:100%}.infacom-partnersEcosystems-logo{margin-top:0}.infacom-partners-logo{margin:0 5%;padding-right:0}.infacom-partners-logo-section{background:none;margin-left:0;padding:0;padding-top:10px!important}.infacom-partners-logo-section.partners-page{display:none}div.infacom-partners-logo-div{background-image:radial-gradient(circle at 2.5px,#4cc3d0 1.25px,hsla(0,0%,100%,0) 2.5px),radial-gradient(circle,#4cc3d0 1.25px,hsla(0,0%,100%,0) 2.5px),radial-gradient(circle at 2.5px,hsla(0,0%,100%,0) 1.25px,hsla(0,0%,100%,0) 0),radial-gradient(circle,#4cc3d0 1.25px,hsla(0,0%,100%,0) 2.5px);background-position:top,100%,bottom,0;background-repeat:repeat-x,repeat-y;background-size:18px 5px,5px 17px;height:auto;overflow-wrap:break-word;padding-left:5%;padding-top:10%;width:100%}.infacom-partners-logo-container{margin-left:2%;padding:5%;width:42%}p.infacom-see-more-partners{font-size:.875rem;height:21px;letter-spacing:1.05px;margin-bottom:0;margin-left:14%;margin-top:57.9px;width:100%}.infacom-partner-ecosystems-dots{display:none}.partners-page .infacom-partners-logo{padding-right:25%}.infacom-sol-hero.partners-page{margin-top:20%}.text-and-media{margin-top:10%}.infacom-child-resource-tiles.partners-page{margin-bottom:15%}}.infacom-collapse-section{padding-bottom:5%;padding-top:20px}.infacom-accordion-section{padding:10px 0}.infacom-dot-border{background:url(../png/header-dots.png) repeat-y!important;background-position:top!important}.infacom-solutions-desc{margin-bottom:108px;margin-top:-10px}.infacom-solutions-grid{float:right;height:70%;margin-top:-39%;width:41%}.infacom-solutions-text{padding-bottom:2%}.infacom-accordion-single-image{margin-top:-10%;width:90%}@media screen and (max-width:768px){.infacom-dots-section{display:none}.infacom-widget-title h1{font-size:1.62rem!important;font-weight:300!important}.infacom-widget-subsection h2{color:#112128;font-size:1.37rem!important;font-weight:300!important}.infacom-widget-body .order-sm-first.infacom-widget-subsection{margin-top:10%;padding:0 0 0 15px}.infacom-widget-subsection p{color:#112128;font-size:.87rem!important}.infacom-collapse-link.collapsed{font-size:1.125rem}.infacom-collapse-link{font-size:1.37rem}.infacom-widget-subimage{float:left;width:38%}.infacom-widget-superimage{float:left;margin-left:-6%;margin-top:20%;width:46%;z-index:100}.infacom-accordion-mobile-images{display:block}.infacom-small-image{margin:5% 0;width:77%}.infacom-accordion-desktop-images{display:none}.infacom-dot-border{background-image:radial-gradient(circle,#00a9bb 1.5px,transparent 0)!important;background-size:11px 22px!important;display:block!important;height:auto!important;margin-top:0!important;width:10%!important}.infacom-solutions-text{width:74%}.infacom-solution-image{margin:0 auto;width:75%}.infacom-collapse-body{width:100%}.solutions-accordion .infacom-tab-link{font-size:.875rem}.solutions-accordion .infacom-widget-body .infacom-tab-link .infacom-arrow-right{bottom:0;position:relative}}@media screen and (min-width:769px){.infacom-dots-section{background-image:radial-gradient(circle,#00a9bb 2px,transparent 0);background-repeat:repeat-y;background-size:31px 35px;display:block;height:auto}.infacom-dots-section.solutions{background-size:12% 10%;height:327.5px;margin-top:2%}.infacom-dots-section.platform{background-size:10% 19%;height:189.5px;margin-top:1%;width:13%}.infacom-platform-dots{background:url(../png/dots-platform.png) no-repeat;margin-top:10%;padding-top:70%}.infacom-solutions-dots{background:url(../png/dots-solutions.png) no-repeat;margin-bottom:-33%;margin-top:11%;padding-top:140%}.infacom-widget-title h1{color:#112128;font-size:3rem!important;font-weight:300!important}.infacom-widget-subsection h2{color:#112128;font-size:2.25rem!important;font-weight:300!important}.infacom-widget-subsection p{color:#112128;font-size:1.5rem!important;font-weight:300;line-height:1.56}.infacom-collapse-link.collapsed{color:#112128!important;font-size:1.5rem;font-weight:500!important}.infacom-collapse-link{color:#112128!important;font-size:2.25rem;font-weight:300!important;-webkit-transition:all .2s ease-in;transition:all .2s ease-in}.infacom-widget-subimage{float:left}.infacom-widget-superimage{float:left;margin-left:-8%;margin-top:22%;z-index:100}.infacom-accordion-mobile-images{display:none}.infacom-collapse-body{width:202%}.infacom-accordion-desktop-images{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:6%}.infacom-widget-body.solutions{height:650px;margin:0 auto;width:100%}}.infacom-widget-section{margin:0 auto!important;padding-bottom:25px}.infacom-widget-desc-default{color:#112128;font-size:1rem;opacity:.5;padding:10px 0;text-transform:uppercase}.infacom-widget-desc{padding:10px 0}.infacom-widget-desc>*{color:#112128;opacity:.5;text-transform:uppercase}.infacom-widget-desc>p{font-size:1rem}.infacom-widget-tab-section{border:none!important;margin-top:5%!important}.infacom-widget-tab{border:none!important;border-radius:0!important;-webkit-box-shadow:8px 8px 34px 4px rgba(0,0,0,.15);box-shadow:8px 8px 34px 4px rgba(0,0,0,.15);color:#000!important;margin-right:20px;margin-top:20px;text-transform:uppercase}.infacom-widget-tab.active,.infacom-widget-tab:hover{background-color:#4cc3d0!important;color:#fff!important}.infacom-tab-content{margin-top:50px}.infacom-claire-image{width:100%}.infacom-orange-text{color:#ff4d00}.infacom-platform-sections{cursor:pointer}.infacom-platform-sections img{width:100%}.infacom-pf-top{margin-left:20.1%;margin-top:-7%;position:relative;width:80%;z-index:100}.infacom-pf-claire{margin-left:51%;margin-top:-58%;width:18%}.infacom-pf-left{margin-left:9%;margin-top:-16%;width:50%}.infacom-pf-right{margin-left:61%;margin-top:-34.7%;width:46.5%}.infacom-widget-tab,.infacom-widget-tab:active,.infacom-widget-tab:hover{font-size:1.25rem}.infacom-tab-link{color:#001aff!important;font-size:1.25rem;margin-top:10%;text-transform:uppercase}.infacom-platform-grid{background-size:37px 41px!important;float:right;height:190px;margin-right:4%;margin-top:-20%;width:30%}.events .infacom-widget-body .infacom-event-list .infacom-event-read-more .infacom-arrow-right,.events .infacom-widget-body .infacom-event-list .infacom-events-view-all .infacom-arrow-right,.infacom-widget-body .infacom-tab-link .infacom-arrow-right,.tab-content .infacom-tab-link .infacom-arrow-right,.testimonials-desktop .infacom-arrow-right-white{bottom:2px;position:relative}@media(max-width:768px){.infacom-platform-sections{margin-left:-6%;margin-top:-14%}.infacom-platform-sections img{width:100%}.infacom-platform-sections{cursor:pointer;margin-left:-11%}.infacom-pf-top{margin-left:18%;position:relative;width:82%;z-index:100}.infacom-pf-claire{margin-left:49%;margin-top:-63%;width:20%}.infacom-pf-left{margin-left:6%;margin-top:-16%;width:52%}.infacom-pf-right{margin-left:60%;margin-top:-37%;width:48%}.infacom-widget-tab,.infacom-widget-tab:active,.infacom-widget-tab:hover{font-size:1rem}.platform .infacom-widget-body{margin:8px 9%!important}.infacom-widget-body.solutions{height:650px;margin:0 auto;width:82%}.infacom-widget-desc{padding-bottom:10px;padding-top:0}.events .infacom-widget-body .infacom-event-list .infacom-event-read-more .infacom-arrow-right,.events .infacom-widget-body .infacom-event-list .infacom-events-view-all .infacom-arrow-right{bottom:0}}@media screen and (min-width:769px){.platform .infacom-widget-body{width:98%}.infacom-widget-body .nav-link{padding:.5rem 2.1rem}}.infacom-promo-title-mobile>h4{color:#112128;font-size:24px;font-stretch:normal;font-style:normal;font-weight:300;height:auto;letter-spacing:normal;line-height:1.58;width:100%}.infacom-sol-recommendedProducts{margin-top:16px}.infacom-product-tiles-container.show-dots{background:url(../svg/circlegraphic.svg) no-repeat;background-position:800px -145px;background-size:69%}.product-tiles .infacom-sol-recommendedProducts{margin-top:0}.infacom-sol-recommendedProductsHeader{color:#112128;font-size:24px;font-stretch:normal;font-style:normal;font-weight:400;height:auto;letter-spacing:normal;line-height:2.08;margin-bottom:12.5px;width:80%}.infacom-sol-recommendedProducts .tile{-webkit-box-flex:0;background:transparent;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%;padding-bottom:43px;padding-left:18px!important}.image-text-tiles .infacom-sol-recommendedProducts .tile{-webkit-box-flex:0;-ms-flex:0 0 43%;flex:0 0 43%;max-width:43%;padding-left:0!important;padding-right:22px!important}@media screen and (max-width:768px){.infacom-sol-recommendedProducts .tile__container{margin-left:0;margin-right:0}.infacom-sol-recommendedProducts .tile{-webkit-box-flex:0!important;-ms-flex:none!important;flex:none!important;margin-left:0;margin-top:10%;max-width:96%!important;padding-bottom:18.5px;padding-left:11px!important}.infacom-product-tiles-container.show-dots{background:none}}.infacom-partner-resource-tiles .infacom-sol-recommendedProduct-content{padding-left:40px!important}.infacom-sol-recommendedProduct-content:hover{-webkit-box-shadow:15px 15px 34px 0 rgba(0,0,0,.15);box-shadow:15px 15px 34px 0 rgba(0,0,0,.15)}.infacom-sol-recommendedProducts .infacom-sol-recommendedProduct-content>h4{color:#112128;font-size:24px;font-stretch:normal;font-style:normal;font-weight:300;height:auto;letter-spacing:normal;line-height:1.58;padding-top:34.5px;width:80%}.product-tiles .infacom-sol-recommendedProducts .infacom-sol-recommendedProduct-content>h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;height:107px;overflow:hidden;text-overflow:ellipsis}.product-tiles .infacom-sol-recommendedProducts .infacom-sol-recommendedProduct-content>p{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;height:103px;min-height:auto;overflow:hidden;text-overflow:ellipsis}.infacom-sol-recommendedProducts.products .infacom-sol-recommendedProduct-content.products>h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:block;display:-webkit-box;height:45%;overflow:hidden;text-overflow:ellipsis}.infacom-sol-recommendedProducts .infacom-sol-recommendedProduct-content>p{color:#323232;font-size:18px;font-stretch:normal;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.44;min-height:52%;width:80%}.infacom-sol-recommendedProducts.products .infacom-sol-recommendedProduct-content.products>p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:block;display:-webkit-box;height:76px;margin-bottom:10%;overflow:hidden;text-overflow:ellipsis}.infacom-child-resource .infacom-sol-recommendedProducts.products .infacom-sol-recommendedProduct-content.products>p{min-height:auto}.infacom-products-dots-container{background:url(../svg/dots-products-listing.svg) no-repeat;margin-top:1%;padding-top:38%;width:100%}.infacom-sol-moreProducts>a,.infacom-sol-recommendedProducts .infacom-sol-recommendedProduct-content>a{color:#001aff;font-size:20px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:1.5px;line-height:normal;text-decoration:none!important;text-transform:uppercase}.infacom-sol-moreProducts-link:hover{color:#ff4d00}.infacom-sol-moreProducts{color:#001aff;margin-bottom:16px;margin-top:4%}.infacom-sol-products-learnmore{visibility:hidden}.infacom-sol-recommendedProduct-content:hover>.infacom-sol-products-learnmore{visibility:visible}.infacom-product-tiles-bg-white .infacom-product-tiles-container .tile .tile__container,.infacom-product-tiles-bg-white .infacom-sol-recommendedProduct-content.products{background-color:#fff}@media screen and (min-width:769px){.container.infacom-heading.partners-page{margin-left:-2%}}@media screen and (max-width:768px){.product-tiles .infacom-sol-recommendedProducts .infacom-sol-recommendedProduct-content>p{height:88px}.product-tiles .infacom-sol-recommendedProducts .infacom-sol-recommendedProduct-content>h4{height:87px}}.infacom-about-3column-header{font-size:1.5rem;font-weight:300;height:30%;line-height:1.5;padding-bottom:7%;width:90%}.infacom-about-3column-header,.infacom-about-3column-text{color:#112128;font-stretch:normal;font-style:normal;letter-spacing:normal}.infacom-about-3column-text{font-size:1.125rem;font-weight:400;line-height:1.56;opacity:.5}.infacom-about-3column-img>img{margin-bottom:12%}.infacom-about-3column-img{height:45%}@media screen and (max-width:768px){.infacom-sol-recommendedProducts{margin:8px 9%!important}.infacom-sol-recommendedProductsHeader{font-size:18px;line-height:1.44;margin-bottom:10px;margin-left:-5%;width:100%}.infacom-sol-recommendedProduct-content{margin-top:10%;padding-bottom:18.5px;width:90%!important}.infacom-sol-recommendedProducts .infacom-sol-recommendedProduct-content>h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:block;display:-webkit-box;font-size:22px;font-weight:300;height:89px;line-height:1.27;overflow:hidden;text-overflow:ellipsis;width:100%}.infacom-sol-recommendedProducts .infacom-sol-recommendedProduct-content>p{font-size:14px;font-weight:300;line-height:1.57;min-height:auto;width:100%}.infacom-sol-recommendedProduct-content.products>p{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:block;display:-webkit-box;height:63px;overflow:hidden;text-overflow:ellipsis}.infacom-sol-moreProducts>a,.infacom-sol-recommendedProducts .infacom-sol-recommendedProduct-content>a{font-size:14px;letter-spacing:1.05px}.infacom-sol-moreProducts{margin:9% 9% 8px!important}.resourcesCta{margin:0 11% 8px!important;text-align:left!important}.infacom-sol-recommendedProduct-content{-webkit-box-shadow:15px 15px 34px 0 rgba(0,0,0,.15);box-shadow:15px 15px 34px 0 rgba(0,0,0,.15)}.infacom-sol-recommendedProduct-content.products{height:auto}.infacom-sol-products-learnmore{display:inline-block;margin-top:10%;visibility:visible}.infacom-about-3column-card{-webkit-box-shadow:15px 3px 34px 0 rgba(0,0,0,.06);box-shadow:15px 3px 34px 0 rgba(0,0,0,.06);height:420px;margin-bottom:12%;margin-left:9%;width:80%!important}.infacom-about-3column-header{margin-top:12%}.infacom-about-3column-img{height:35%}.infacom-about-3column .infacom-cta-trial{margin-left:9%}}.infacom-main-event-image{padding:0!important}.infacom-main-event-image img{height:auto;max-width:100%;width:100%}.infacom-main-event-image .video-player{padding:0!important}.infacom-main-event.featured-media-hidden .infacom-main-event-image{display:none}.infacom-event-image{overflow:hidden}.infacom-event-image img{height:100%;max-width:100%;-o-object-fit:cover;object-fit:cover;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:all .5s ease;transition:all .5s ease;width:100%}.infacom-event-list.media-hidden .infacom-event-image{display:none}@media(max-width:768px){.infacom-event-list{margin-left:0}.infacom-event-image{padding:0}.infacom-event-image img,.infacom-main-event-image img{height:168px}.infacom-main-event-body{padding:25px}.infacom-events-body{padding:6% 14%}.infacom-main-event{-webkit-box-shadow:15px 3px 34px 0 rgba(0,0,0,.15);box-shadow:15px 3px 34px 0 rgba(0,0,0,.15);padding:0}.infacom-main-event-title-default{font-size:1.375rem;padding:5% 10%}.infacom-main-event-title{padding:0}.infacom-main-event-title>p{font-size:26px;font-stretch:normal;font-style:normal;font-weight:300;line-height:1.38;margin-bottom:0}.infacom-main-event-start-date{color:#112128;font-size:.875rem;font-weight:300;letter-spacing:normal;line-height:1.86;opacity:.5;padding:5% 0}.infacom-main-event-description-default{font-size:.875rem;padding:5% 10%}.infacom-main-event-description{padding:5% 5% 5% 0}.infacom-main-event-description>p{color:#323232;font-size:18px;font-weight:300;letter-spacing:normal;line-height:1.78}.infacom-main-event-cta{padding-top:5%!important}.infacom-event{-webkit-box-shadow:15px 3px 34px 0 rgba(0,0,0,.15);box-shadow:15px 3px 34px 0 rgba(0,0,0,.15);margin-top:10%}.infacom-event-info{padding:25px}.infacom-event-text-small-default,.infacom-event-text-small>p{font-size:1.375rem;font-weight:300;-ms-hyphens:auto;hyphens:auto}.infacom-event-read-more{margin-top:10%}.infacom-events-view-all{color:#001aff;font-size:.875rem;margin-top:10%;text-transform:uppercase}.infacom-events-view-all:hover{color:#001aff}.infacom-main-event-cta a{text-align:center;width:100%}.infacom-widget-desc>*{display:inline;font-size:inherit;font-weight:inherit;line-height:1!important;margin-bottom:0}.infacom-event-start-date{font-size:16px;letter-spacing:1px;opacity:.5}.infacom-event-widget-type{opacity:.25}.infacom-main-event .infacom-widget-desc{padding-bottom:10px}.infacom-hero-slider-carousel .infacom-cta-refresh{margin:4px auto 20px!important;width:100%}.events .infacom-cta-refresh{width:100%}}@media(min-width:769px){.infacom-hero-slider-carousel .infacom-cta-refresh{margin-top:8px}.infacom-hero-slider-carousel .infacom-cta-refresh .infacom-cta-refresh-secondary{margin-left:30px}.infacom-main-event-image{padding:0 0 2%!important}.infacom-main-event div{padding:2% 0 0}.infacom-main-event-cta div{padding-top:0}.infacom-main-event .infacom-event-widget-type{margin-left:13px}.infacom-events-body{margin-top:1%;padding:0}.infacom-main-event{-webkit-box-shadow:none;box-shadow:none;padding:0 15px}.infacom-event-list{margin-left:5%;padding-bottom:2%}.infacom-event-image{background-position:50%;background-repeat:no-repeat;padding:0}.infacom-event.row{-webkit-box-shadow:7px 8px 10px 0 rgba(0,0,0,.08);box-shadow:7px 8px 10px 0 rgba(0,0,0,.08);margin-bottom:6%;margin-top:0;min-height:220px;overflow:hidden;-webkit-transition:all .2s ease;transition:all .2s ease}.infacom-event-list .infacom-widget-desc-default p{margin-bottom:0}.infacom-main-event-cta{padding:2% 0!important}.infacom-event.row:hover{-webkit-box-shadow:12px 12px 27px 0 rgba(0,0,0,.15);box-shadow:12px 12px 27px 0 rgba(0,0,0,.15)}.infacom-event.row .infacom-event-image{background-size:cover}.infacom-event.row .infacom-event-text-small{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:block;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.infacom-main-event-title-default{color:#112128;font-size:2.25rem;font-weight:300;line-height:1.39;padding:2% 0}.infacom-main-event .infacom-main-event-title{padding:2% 0 0}.infacom-main-event-title>*{color:#112128;line-height:1.39}.infacom-main-event-title>p{font-size:2.25rem;font-weight:300;margin-bottom:0}.infacom-main-event-start-date{color:#112128;font-size:1rem;font-weight:300;letter-spacing:normal;line-height:2.38;opacity:.5;padding:0 0 2%!important}.infacom-main-event-description-default{font-size:1.5rem;font-weight:300;line-height:1.58;padding:2% 0;width:90%}.infacom-main-event .infacom-main-event-description{padding:0 0 2%;width:90%}.infacom-main-event-description>*{line-height:1.58}.infacom-main-event-description>p{font-size:1.5rem;font-weight:300}.infacom-event-info{margin-left:2%;margin-top:2%}.infacom-event-text-small-default{color:#112128;font-size:1.5rem;font-weight:300;letter-spacing:normal;line-height:1.58}.infacom-event-text-small{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:block;display:-webkit-box;height:80px;overflow:hidden;text-overflow:ellipsis}.infacom-event-text-small>*{color:#112128;letter-spacing:normal;line-height:1.58}.infacom-event-text-small>p{font-size:1.5rem;font-weight:300}.infacom-event-start-date{color:#112128;font-size:1.25rem;font-weight:300;letter-spacing:normal;line-height:1.4;opacity:.5}.infacom-events-view-all{color:#001aff!important;font-size:1.25rem;margin-top:0;text-transform:uppercase}.infacom-event-read-more{padding-bottom:0;padding-top:4%}.infacom-events-body .col-sm-5.infacom-main-event{padding-right:0}.infacom-widget-desc>*{display:inline;font-size:inherit;font-weight:inherit;opacity:1}}.infacom-event-widget-type{color:#000;display:inline;font-size:1rem;letter-spacing:1px;line-height:2.38;opacity:.45}.infacom-widget-desc .infacom-event-title,.infacom-widget-desc .infacom-featured-event-type{display:inline-block;margin-right:10px}#html5-watermark{display:none!important}.infacom-testimonial-cta-refresh .infacom-cta-link{text-transform:uppercase}.infacom-featured-case-right .infacom-featured-case-right-content .infacom-featured-case-right-subcontent>*,.infacom-success-stories .infacom-success-story .infacom-promo-text .infacom-promo-subtext>*{margin-bottom:0}.infacom-testimonial-cta-refresh .infacom-cta-link .infacom-arrow-right{bottom:0;margin-left:11px}.infacom-white-font .infacom-testimonial-cta-refresh a,.infacom-white-font .infacom-testimonial-cta-refresh a i.infacom-arrow-right,.infacom-white-font .infacom-testimonial-cta-refresh a:hover i.infacom-arrow-right{color:#fff!important}.infacom-testimonial-cta-refresh a i.infacom-arrow-right svg{margin-bottom:4px}.infacom-testimonial-cta-refresh.video .blue-cta a{color:#001aff!important}.infacom-testimonial-cta-refresh.video .orange-cta a{color:#ff4d00!important}.infacom-testimonial-cta-refresh.video .black-cta a{color:#000!important}.infacom-testimonial-cta-refresh.video .white-cta a{color:#fff!important}.infacom-testimonial-cta-refresh.video .blue-cta a:hover{color:#ff4d00!important}.infacom-testimonial-cta-refresh.video .orange-cta a:hover{color:#001aff!important}.infacom-testimonial-cta-refresh.video .black-cta a:hover{color:#fff!important}.infacom-testimonial-cta-refresh.video .white-cta a:hover{color:#000!important}@media screen and (max-width:768px){.infacom-card-swipe-text.testimonials{color:#112128;font-size:.75rem;margin-bottom:-5%;margin-left:auto;margin-top:4%;opacity:.5;overflow:hidden;text-transform:uppercase;width:20%}.infacom-promo-mobile{display:block;margin:0 3%}.infacom-promo-mobile .infacom-testimonal-card.card{min-height:430px}.infacom-testimonal-card.card .card-text{color:#112128;font-size:14px}.infacom-promo-mobile .card-title{min-height:125px}.infacom-promo-mobile .infacom-promo-title-mobile{min-height:60px}.infacom-promo-mobile .infacom-promo-text-mobile.card-text{min-height:119px}.infacom-promo-mobile .infacom-tab-link.promo{font-size:.875rem}.infacom-promo-mobile .infacom-logo-icon-content-mobile{width:100%}.infacom-testimonials-mobile{display:block}.infacom-section{display:none}.infacom-testimonal-card.card{-webkit-box-shadow:15px 3px 34px 0 rgba(0,0,0,.15);box-shadow:15px 3px 34px 0 rgba(0,0,0,.15);margin:23px auto 8px 5%;min-height:450px;width:97%!important}.infacom-promo-text-mobile.card-text{max-height:none}.infacom-testimonal-card .testimonial-mobile-container{background-repeat:no-repeat;background-size:cover;display:block;min-height:185px}.infacom-testimonal-card .testimonial-mobile-container:before{bottom:0;content:url(../svg/video-play.svg)!important;left:80px;position:absolute;right:0;top:25px;-webkit-transform:scale(.6);transform:scale(.6)}.infacom-testimonal-card .card-text *{font-size:18px;font-weight:300;letter-spacing:normal;line-height:1.78}.card-title{margin:3% 0 6%}.infacom-testimonials-mobile .owl-carousel .owl-item img{width:inherit}.infacom-tab-link{color:#001aff!important;margin-top:10%;text-transform:uppercase}.infacom-tab-link.testimonials{font-size:.875rem}.infacom-tab-link .infacom-arrow-right{margin-left:4px}.infacom-video-play{left:39%;position:absolute;top:12%;width:23%!important}a.x-video-icon:before{background-image:url(../svg/video-play.svg);background-position:50%;background-repeat:no-repeat;background-size:22%;bottom:0;content:"";height:415%;left:0;margin:auto;position:absolute;right:0;text-align:center;top:-301px}.infacom-logo-icon-content-mobile .ics-logo-row{margin:3% 9% 0}.infacom-featured-case-right-subcontent>*{font-size:18px;font-weight:300;letter-spacing:normal;line-height:1.78}.infacom-featured-case-right .infacom-featured-case-right-head .infacom-featured-case-logo-mobile{display:block;margin:20px 0}.infacom-featured-case-right .infacom-featured-case-right-head .infacom-featured-case-logo-desktop{display:none}.infacom-testimonial-cta-refresh .infacom-cta-refresh{margin-left:0!important;padding-left:0}.infacom-event-read-more .infacom-cta-refresh{width:100%}}@media screen and (min-width:769px){.infacom-tab-link{color:#001aff!important;font-size:1.25rem;margin-top:10%;text-transform:uppercase}.infacom-promo-text{min-height:120px}.infacom-tab-link.promo{font-size:.875rem}.infacom-promo-mobile{display:none!important}.infacom-section.promo-desktop{margin-left:15px}.infacom-testimonials-mobile{display:none!important}.infacom-section.testimonials-desktop{margin-left:15px}div.infacom-section{margin:5% auto;padding-left:0}.infacom-featured-case-left img{width:100%}.infacom-featured-case-left{padding-left:0!important}.infacom-featured-case-right{color:#fff}.infacom-featured-case-right .infacom-featured-case-right-head{padding:30px 0 0 60px;width:100%}.infacom-featured-case-right .infacom-featured-case-right-head .infacom-featured-case-logo-desktop{display:block}.infacom-featured-case-right .infacom-featured-case-right-head .infacom-featured-case-logo-mobile{display:none}.infacom-featured-case-right .infacom-featured-case-right-head img{padding-left:4%;width:auto}.infacom-featured-case-right .infacom-featured-case-right-content{padding:30px 80px;width:100%}.infacom-featured-case-right .infacom-featured-case-right-content .infacom-featured-case-right-subcontent-default{font-size:1.5rem;font-weight:300;letter-spacing:0;line-height:38px}.infacom-featured-case-right .infacom-featured-case-right-content .infacom-featured-case-right-subcontent>*{letter-spacing:0;line-height:38px}.infacom-featured-case-right .infacom-featured-case-right-content h4{font-size:1.5rem;font-weight:300}.infacom-featured-case-right .infacom-featured-case-right-content p{font-size:20px;letter-spacing:1.5px;line-height:38px}a.x-video-icon{position:relative}a.x-video-icon:before{background-image:url(../svg/video-play.svg);background-position:50%;background-repeat:no-repeat;background-size:16%;bottom:0;content:"";height:415%;left:0;margin:auto;position:absolute;right:0;text-align:center;top:-30px}a.x-video-icon:hover:before{background-image:url(../svg/video-play-mouseover.svg);color:#fff;content:""}a.learn_more:hover{text-decoration:none}.both_side_margin{margin:16px 0}.logo_img{width:100%}.infacom-success-stories{background-color:#fff}.infacom-success-stories .infacom-success-story{padding:40px}.infacom-success-stories .infacom-success-story:hover{background-color:#fff;-webkit-box-shadow:15px 15px 34px 0 rgba(0,0,0,.15);box-shadow:15px 15px 34px 0 rgba(0,0,0,.15)}.infacom-success-stories .infacom-success-story .row{margin:0}.infacom-success-stories .infacom-success-story p{color:#323232;font-size:18px;font-weight:300;letter-spacing:0;line-height:26px}.infacom-success-stories .infacom-success-story .infacom-promo-text .infacom-promo-subtext-default{color:#323232;font-size:1.125rem;font-weight:300;letter-spacing:0;line-height:26px}.infacom-success-stories .infacom-success-story .infacom-promo-text .infacom-promo-subtext>*{color:#323232;letter-spacing:0;line-height:26px}.infacom-success-stories .infacom-success-story .infacom-promo-text .infacom-promo-subtext p{font-size:18px;font-weight:300}.infacom-success-stories .infacom-success-story a{font-size:20px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:1.5px;line-height:normal}.infacom-tab-link{color:#001aff}.infacom-success-story .infacom-three-promo-card-image{display:block;min-height:80px}.infacom-success-stories img{margin-bottom:auto}.infacom-logo-3column-promo{height:130px}.infacom-testimonials-comp-grey{background-image:url(../png/gray-bg.png);background-position-x:right;background-position-y:16%;background-repeat:no-repeat;overflow-x:hidden}.infacom-logo-icon-content{display:none;margin-top:70px}.infacom-logo-icon-content.active{display:block}}.three-column-promo .infacom-section{margin-top:0!important}@media screen and (max-width:768px){.three-column-promo .infacom-promo-mobile .infacom-promo-text-mobile.card-text{color:#112128;font-size:14px;font-stretch:normal;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.57}.infacom-testimonials-comp-grey .infacom-featured-case-right-content .infacom-black-text{font-size:14px}}.breadcrumb{background:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.1)),color-stop(75%,transparent));background:linear-gradient(90deg,rgba(0,0,0,.1),transparent 75%);margin-bottom:0;padding:0}.content-section{display:block;margin:0;overflow:hidden;padding:0;width:100%}.breadcrumb .content-section{padding-left:5px}.infa-com-breadcrumbs{font-size:16px;font-stretch:normal;height:21px;letter-spacing:1px;line-height:2.38;text-transform:uppercase;width:125px}.infa-com-breadcrumbs,.infa-com-breadcrumbs .active{font-style:normal;font-weight:400}.infa-com-breadcrumbs .white,.infa-com-breadcrumbs .white a,.right-arrow .white{color:#fff}.infa-com-breadcrumbs .black,.infa-com-breadcrumbs .black a,.right-arrow .black{color:#112128!important}.infa-com-breadcrumbs .grey,.infa-com-breadcrumbs .grey a,.right-arrow .grey{color:#999}.breadcrumb .right-arrow{height:9px;width:19px}.hero .breadcrumb .container{padding-left:0}@media screen and (max-width:768px){.infacom-hide-breadcrumb{display:none}.infacom-show-breadcrumb{display:block;margin:8px 9%}}.hero-banner-align{background-repeat:no-repeat;background-size:100%}@media(-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.hero-banner-padding .infacom-hero-banner .infacom-hero-rte p{width:100%}.hero-banner-padding{padding:1% 0 0}}@media screen and (max-width:768px){.hero-banner-align .infacom-hero-content{margin-left:0;padding-top:0!important}.infacom-secondary-hero-padding .infacom-hero-content{margin-left:7%;margin-top:5%}}.hidden{display:none!important}.infacom-customer-desktop-filters{display:block;margin:0 auto;width:90%}.infacom-customer-mobile-filters{display:none}.infacom-checkbox-container{border-top:1px solid #252525;padding:5% 0}.infacom-checkbox-title{display:inline-block!important;width:80%!important}.marketo-checkboxReplace .infacom-checkbox-title{font-style:normal;font-weight:300}.captcha-disclaimer{margin-bottom:20px}.infacom-checkbox-container:first-child{border:none!important}.infacom-filter-title.collapsed{background:url(../svg/open-tab-button-without-dimension.svg) right 25% no-repeat;background-size:20px 20px}.infacom-filter-title{background:url(../svg/close-tab-button-without-dimension.svg) right 25% no-repeat;background-size:20px 20px;cursor:pointer;font-size:1.25rem;font-weight:500;margin-right:2%;padding-bottom:5%}.infacom-customer-checkbox{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.infacom-custom-checkbox{background:url(../svg/unchecked-box.svg) no-repeat;background-size:70%;float:left;height:25px;left:0;margin-top:1%;width:25px}.infacom-checkbox-label{margin-left:10%}.infacom-customer-checkbox:checked~.infacom-custom-checkbox{background:url(../svg/checked-box.svg) no-repeat;background-size:70%;left:0;margin-top:1%}.infacom-customer-option-set{color:#112128;cursor:pointer;display:block;font-size:.875rem;font-weight:300;margin-bottom:8%}.infacom-customer-filter-section{border:1px solid #112128;padding:2% 0}.infacom-customer-tile-section{border-top:1px solid #112128;padding-top:3%}.infacom-hidden{display:none!important}.infacom-sol-recommendedProduct-content.customer-success{margin-bottom:0;margin-left:5%;min-height:345px;padding-bottom:1%;padding-left:0!important;width:100%!important}.infacom-customer-tile-image{background-position:50%;background-repeat:no-repeat;background-size:cover;height:142px;margin-bottom:5%}.infacom-sol-products-learnmore.customer-success{color:#001aff;font-size:1.25rem;font-weight:400;letter-spacing:1.5px;padding:0 7%}.infacom-customer-tile-description{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#112128;display:block;display:-webkit-box;height:117px;line-height:1.78;max-height:124px;overflow:hidden;padding:0 7%;text-overflow:ellipsis}.pagination{color:#112128;display:block!important;font-size:1.125rem!important}.pagination-container{float:right;margin:5% -3% 0 0;width:390px}.pagination li{border-right:1px solid;float:left;padding:0 2%;text-align:center}.pagination li a{color:#001aff}.pagination li:last-child{border:none!important}.pagination>li .next:after{content:">";padding-left:5%}.pagination>li .prev:before{content:" <";padding-right:5%}.next,.prev{padding:0 5%}.infacom-selected-filters-title{font-size:1.25rem;font-weight:500}.infacom-filters-clear-all{color:#001aff!important;float:right;font-size:1rem;margin-right:5%;margin-top:1%}.infacom-customer-selected-filters{border-bottom:1px solid #252525;display:none;margin-left:15px;padding-bottom:10%}.infacom-selected-filter-set{width:100%}.infacom-selected-filter{background:#f2f2f2;font-size:.875rem;margin-left:5%;margin-top:5%;padding:2%;width:120px}.infacom-remove-filter{cursor:pointer;float:right;font-size:1.25rem;margin-left:5%}.selected-filter-name{display:inline-block;overflow-wrap:break-word;vertical-align:-20%;width:80%}#topPagination{display:none}.infacom-filters{height:160px!important;overflow:auto}.pagination li a.disabled{color:#112128!important}.infacom-customer-tile-link{color:#001aff;display:none;font-size:1.25rem;font-weight:400;letter-spacing:1.5px;margin:2% 7% 0;width:160px}.infacom-customer-tile-link>i{bottom:1.5px;position:relative}.infacom-sol-recommendedProduct-content.customer-success:hover .infacom-customer-tile-link{display:inline-block;margin-bottom:4%;text-transform:uppercase}.infacom-customer-tile-link i{-webkit-transition:margin-left .5s ease;transition:margin-left .5s ease}.infacom-customer-tile-link:hover{color:#ff4d00;width:100%}.infacom-customer-tile-link:hover i{margin-left:5%}.infacom-filters-clear-all{text-decoration:underline!important}.infacom-pagination-show-all,.showAllEvents{display:none}.pagination li.infacom-pagination-showing-results{opacity:.5!important}@media screen and (min-width:769px){.pagination .back-to-top{display:none}.infacom-sol-recommendedProduct-content.customer-success:hover{background-color:#fff;-webkit-box-shadow:15px 15px 34px 0 rgba(0,0,0,.15);box-shadow:15px 15px 34px 0 rgba(0,0,0,.15);height:105%;position:relative;z-index:1000}}@media screen and (max-width:768px){.infacom-hero-banner.secondary-banner-hero.bottom .hero-callout,.infacom-pagination-show-all{display:none}#topPagination{display:block}.infacom-customer-desktop-filters{display:none}.infacom-customer-mobile-filters{display:block}.infacom-customer-mobile-sidebar{background-color:#fff;height:100%;overflow-x:hidden;padding-top:60px;position:fixed;right:0;top:0;-webkit-transition:.5s;transition:.5s;width:0;z-index:110000}.infacom-customer-mobile-background{background:#112128;display:none;height:100%;left:0;opacity:.45;position:fixed;top:0;width:100%;z-index:99999}.infacom-customer-mobile-done{color:#fff!important;display:block;line-height:13px;margin:0 auto 10%;padding:6% 5% 10%;text-align:left;width:80%}.infacom-filter-title{display:block;font-weight:400;margin:0 auto 0 11%;width:79%}.infacom-checkbox-container{width:100%}.infacom-customer-filter-section,.infacom-customer-tile-section{border:none;padding:3% 6%}.infacom-customer-mobile-button{border:1px solid #112128;border-radius:10px;font-size:.875rem;padding:5%}.infacom-customer-mobile-button.selected{background:#001aff;border:none!important;color:#fff;font-size:.875rem;padding:5%}.infacom-customer-filter-arrow{float:right}.infacom-customer-option-set{display:inline-block;margin:0;padding:5px 34px;width:100%}.infacom-customer-success-body{margin:0 auto;width:95%}.infacom-sol-recommendedProduct-content.customer-success{height:auto;margin-bottom:6%;margin-left:0}.back-to-top{background:#001aff;border:none!important;display:block!important;margin:5% 0;padding:3%!important;text-align:left!important;width:105%}.back-to-top:after{color:#fff!important;content:" ↑";float:right;width:3%!important}.back-to-top a{color:#fff!important;display:inline-block;width:95%}.pagination-container{margin-left:0;margin-right:0!important;padding-bottom:5%;padding-left:5%;width:100%}.pagination li{font-size:.875rem;margin-left:-5%;padding:0}.pagination li.infacom-pagination-showing-results{border:none!important;margin-bottom:5%;opacity:.5!important;text-align:left!important;width:100%}.infacom-blue-button.pagination-button{padding-bottom:9%;padding-top:5%;text-align:left}.infacom-arrow-right-white.pagination-button{float:right;font-size:1rem;margin-right:2%;margin-top:-1%}.infacom-customer-selected-filters{display:none!important}.infacom-arrow-right-white.filter-sidebar{float:right}.infacom-filters{height:225px!important;overflow:auto}.infacom-customer-tile-link{display:inline-block!important;font-size:.875rem;margin:0;padding:0 7%;width:auto}.infacom-customer-mobile-done .infacom-arrow-right-white{bottom:1px;float:right;position:relative}}@media screen and (min-width:769px){.infacom-partners-page-logos{background:url(../svg/hero-dots-desktop.svg) no-repeat;background-size:126%;width:100%}.infacom-partners-logo-section.partners-page{background:none!important;margin-left:0;padding-top:3%}.infacom-partners-page-logos .row{margin-left:24%;margin-top:10%}.infacom-final-cta-buttons.partners-page{padding-top:0}.infacom-partners-hero-title,.infacom-partners-hero-title .infacom-final-cta-title *{color:#112128;font-size:3.875rem;font-weight:300;line-height:1.16;width:104%}.infacom-partners-logo-container.partners-page{text-align:center}.infacom-partners-logo.partners-page{margin-bottom:43%}.infacom-partners-hero-text,.infacom-partners-hero-title .infacom-final-cta-title .infacom-partners-hero-text{color:#112128;font-size:1.5rem;font-weight:300;line-height:1.58;margin-bottom:3%;margin-top:4%}.infacom-cta-trial.partners-page{margin-left:5%}.infacom-home-final-cta.order-md-first{display:inline-block}.infacom-partners-hero-title .infacom-arrow-right{position:relative}.infacom-finalcta-multiple-logos .infacom-home-final-cta{padding-left:15px!important}}@media screen and (max-width:768px){.infacom-partners-page-logos{background:url(../svg/hero-dots-mobile.svg) no-repeat;background-size:99%;display:none;margin-left:-1%;margin-top:-20%;padding-bottom:20%}.infacom-partners-logo-container.partners-page{margin-left:4%;padding:1%;width:25%}.infacom-partners-logo.partners-page{height:auto;margin-bottom:25%;margin-left:15%;margin-right:5%;padding-right:25%}.infacom-partners-page-logos .row{margin-top:22%;padding:0 4%}.infacom-partners-hero-title,.infacom-partners-hero-title .infacom-final-cta-title *{color:#112128;font-size:2rem;font-weight:300;line-height:1.31;padding-top:5%;width:100%}.infacom-partners-hero-text,.infacom-partners-hero-title .infacom-final-cta-title .infacom-partners-hero-text{color:#112128;font-size:.875rem;font-weight:300;line-height:1.57;margin-top:5%}.infacom-finalcta-multiple-logos>.infacom-hide-grid-pattern{display:none}.infacom-partners-hero-title .infacom-arrow-right{bottom:0;margin-left:8px}.infacom-finalcta-multiple-logos .infacom-home-final-cta{padding-left:0!important}}.infacom-partner-tab-dots{margin-left:16%;margin-right:-78%;margin-top:25%;padding-top:71%}.infacom-partner-marketplace-dots,.infacom-partner-tab-dots{background:url(../svg/partner-tabs_dots.svg) no-repeat}.infacom-partner-marketplace-dots{margin-left:21%;margin-right:-107%;margin-top:18%;padding-top:100%}.infacom-marketplace-logo img{padding-left:15px;width:38%}@media screen and (max-width:768px){.infacom-partner-grid-dots,.infacom-partner-marketplace-dots,.infacom-partner-tab-dots{display:none}}.logo-and-text .infacom-cta-refresh .infacom-blue-button{padding:16.5px;width:auto}@media screen and (max-width:768px){.infacom-child-resource-tiles.partners-page{display:-webkit-box;display:-ms-flexbox;display:flex}.infacom-marketplace-logo img{height:56px;margin-left:9%;margin-top:0;padding-left:12px;width:268px}}.infacom-events-black-background{background:#000}.infacom-events-black-background .infacom-hero-images.secondary-banner-hero.bottom{background:url(../svg/events-secondary-hero-white-dots.svg) no-repeat;left:8%;margin-top:-1%!important}.infacom-sol-product-heroImg.secondary-banner-hero.bottom.events{margin-left:23%;margin-top:27%;width:auto!important}.infacom-events-black-background .infacom-hero-rte>*{color:#fff!important;width:94%!important}.infacom-events-black-background .infacom-hero-body{color:#fff!important}.infacom-hero-content.secondary-banner-hero.events{display:inline-block;margin-top:10%;padding-bottom:3%}.infacom-hero-banner.secondary-banner-hero.bottom.events{margin-top:0}.infacom-event-data-location{color:#112128;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:1px;line-height:2.38}.infacom-events-black-background .infacom-event-data-location{color:#fff}@media screen and (max-width:768px){.infacom-hero-images.secondary-banner-hero.bottom.events{background-size:100%;display:block;height:215px!important;margin-bottom:10%;margin-left:5%;margin-top:-12%!important}.infacom-sol-product-heroImg.secondary-banner-hero.bottom.events{display:inline-block!important;margin-left:-3%;margin-top:11%;width:64%!important}.infacom-hero-content.secondary-banner-hero.events{display:inline-block;margin-bottom:5%;margin-left:12.5%;padding-left:0;width:80%}}.infacom-featured-event-component{background:url(../svg/featured-event-dots-blue.svg) no-repeat;background-position:96.7% 70%;margin:5% 0;padding-bottom:2%}.infacom-featured-event-grid-pattern{background:url(../svg/featured-event-dots-blue.svg) no-repeat}.infacom-tab-link.events:hover:after{margin-left:2%}.infacom-orange-section-header{background:#ff4d00;color:#fff;float:right;padding:1%;text-transform:uppercase}.infacom-featured-event-component-text{padding-left:3%;padding-right:0!important}.infacom-featured-event-component-cta{padding:2% 0}.infacom-heading-featured-events,.infacom-heading-featured-events>p{margin-bottom:0}.infacom-featured-heading-no-date{margin-bottom:1rem}.infacom-featured-title-default{font-size:2.25rem;font-weight:300;margin-bottom:2%}.infacom-featured-content-desc-default,.infacom-featured-content-desc>*{color:#252525;font-weight:300;line-height:1.58;max-width:93%}.infacom-featured-content-desc-default,.infacom-featured-content-desc>h4{font-size:1.5rem}.infacom-featured-content-logo-section{display:-webkit-box;display:-ms-flexbox;display:flex;margin:auto}.infacom-featured-content-image{height:100%;width:100%}.infacom-featured-content-logo{height:auto;padding:0 5%;width:100%}@media screen and (min-width:1900px){.infacom-featured-event-component{background-position:85% 70%}}@media screen and (max-width:768px){.infacom-featured-event-box.container{max-width:83%}.infacom-featured-event-component{background:none!important;background-position:125% 40%;margin:5% auto;padding-bottom:2%;width:84%}.infacom-orange-section-header{float:left;font-size:.75rem;padding:1% 3%}.infacom-featured-event-component-text{padding-left:0!important}.infacom-featured-event-component-cta{padding:7% 0}.infacom-tab-link.events{font-size:.875rem}.infacom-featured-title-default{font-size:26px;margin-bottom:1rem!important}.infacom-featured-content-desc-default,.infacom-featured-content-desc>*{color:#252525;font-weight:300;line-height:1.78;max-width:100%}.infacom-featured-content-desc-default,.infacom-featured-content-desc>h4{font-size:18px}.infacom-featured-content-logo-section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-direction:column;flex-direction:column;height:228px;justify-content:center}.infacom-featured-content-image{height:100%}.infacom-featured-content-logo{padding:0 8% 0 2%}}@media(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.infacom-featured-event-component{background-position:98.7% 70%}}.infacom-featured-content-img-section{padding-left:0;padding-right:0}@media screen and (max-width:768px){.infacom-featured-content-img-section{height:255px}}.cmp-accordion__item{border-bottom:1px solid #979797;padding:1.5rem 0}.cmp-accordion__item button{font-weight:300}.cmp-accordion__item[data-cmp-expanded]>h3{font-size:2.25rem;font-weight:300;letter-spacing:-.1px;line-height:1.39}.cmp-accordion__item h3{font-size:1.5rem;font-weight:300;line-height:1.5}.cmp-accordion__item[data-cmp-expanded] .cmp-accordion__panel{padding:1rem 0}.cmp-accordion .cmp-accordion__item:last-of-type{border-bottom:0}.cmp-accordion__title{display:inline-block;max-width:75%}.cmp-accordion__button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;background:#fff;border:0;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding:0}.cmp-accordion__item .cmp-accordion__icon{background-image:url(../svg/open.svg);background-position:50%;background-repeat:no-repeat;background-size:100%;float:right;height:14px;width:14px}.cmp-accordion__item[data-cmp-expanded] .cmp-accordion__icon{background-image:url(../svg/close.svg)}@media(-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.infacom-accordion-desktop-images{padding-left:0}}.infacom-margin-top-20{margin-top:20%}.clickable-tile a{filter:alpha(opacity=0);height:100%;text-transform:uppercase;width:100%;z-index:10}.infacom-black-text,.infacom-featured-case-right-subcontent.infacom-black-text>*{color:#112128}#contact-us-button.contact-us-button-wrapper{bottom:120px;position:fixed;right:37px;top:auto;width:52px;z-index:500}#contact-us-button.contact-us-button-wrapper .contact-us-button{padding:0;position:static;right:auto}#contact-us-button>div{padding-top:0}#contact-us-button.contact-us-button-wrapper .contact-us-button .contact-btn{background:url(../svg/mail-icon-without-dimension.svg) no-repeat #fff;background-position:50%;background-size:40px 44px;border:0 solid transparent;border-radius:.3125rem;-webkit-box-shadow:0 2px 6px 0 rgba(0,0,0,.4);box-shadow:0 2px 6px 0 rgba(0,0,0,.4);cursor:pointer;display:block;height:52px;position:static;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;width:52px}.v-pad-standard .aem-GridColumn{margin-bottom:1.375rem}.v-pad-none .aem-GridColumn{margin-bottom:0}.grid-pad-xs{margin-left:-5px;margin-right:-5px}.grid-pad-xs>[class*=pure-u]{padding-left:5px;padding-right:5px}.grid-pad-xs.grid-pad-all>[class*=pure-u]{padding:5px}.grid-pad-sm{margin-left:-10px;margin-right:-10px}.grid-pad-sm>[class*=pure-u]{padding-left:10px;padding-right:10px}.grid-pad-sm.grid-pad-all>[class*=pure-u]{padding:10px}.grid-pad-md{margin-left:-20px;margin-right:-20px}.grid-pad-md>[class*=pure-u]{padding-left:20px;padding-right:20px}.grid-pad-md.grid-pad-all>[class*=pure-u]{padding:20px}.grid-pad-lg{margin-left:-50px;margin-right:-50px}.grid-pad-lg>[class*=pure-u]{padding-left:50px;padding-right:50px}.grid-pad-lg.grid-pad-all>[class*=pure-u]{padding:50px}.grid-pad-xl{margin-left:-60px;margin-right:-60px}.grid-pad-xl>[class*=pure-u]{padding-left:60px;padding-right:60px}.grid-pad-xl.grid-pad-all>[class*=pure-u]{padding:60px}.container-hori-pad-xs .pure-g{margin-left:-5px;margin-right:-5px}.container-hori-pad-xs .pure-g [class*=pure-u]{padding-left:5px;padding-right:5px}.container-hori-pad-xs .pure-g .pure-g [class*=pure-u]{padding-bottom:0;padding-top:0}.container-hori-pad-sm .pure-g{margin-left:-10px;margin-right:-10px}.container-hori-pad-sm .pure-g [class*=pure-u]{padding-left:10px;padding-right:10px}.container-hori-pad-sm .pure-g .pure-g [class*=pure-u]{padding-bottom:0;padding-top:0}.container-hori-pad-md .pure-g{margin-left:-10px;margin-right:-10px}.container-hori-pad-md .pure-g [class*=pure-u]{padding-left:10px;padding-right:10px}.container-hori-pad-md .pure-g .pure-g [class*=pure-u]{padding-bottom:0;padding-top:0}.container-hori-pad-lg .pure-g{margin-left:-50px;margin-right:-50px}.container-hori-pad-lg .pure-g [class*=pure-u]{padding-left:50px;padding-right:50px}.container-hori-pad-lg .pure-g .pure-g [class*=pure-u]{padding-bottom:0;padding-top:0}.container-hori-pad-xl .pure-g{margin-left:-60px;margin-right:-60px}.container-hori-pad-xl .pure-g [class*=pure-u]{padding-left:60px;padding-right:60px}.container-hori-pad-xl .pure-g .pure-g [class*=pure-u]{padding-bottom:0;padding-top:0}.container-vert-pad-xs .pure-g>[class*=pure-u]{padding-bottom:5px;padding-top:5px}.container-vert-pad-sm .pure-g>[class*=pure-u]{padding-bottom:10px;padding-top:10px}.container-vert-pad-md .pure-g>[class*=pure-u]{padding-bottom:20px;padding-top:20px}.container-vert-pad-lg .pure-g>[class*=pure-u]{padding-bottom:50px;padding-top:50px}.container-vert-pad-xl .pure-g>[class*=pure-u]{padding-bottom:60px;padding-top:60px}.product-content .product-cols .pure-u-1-2:first-child,.product-content .product-cols .pure-u-1-2:nth-child(2){padding-left:15px;padding-right:15px}@media(max-width:567px){.grid-pad-xs{margin-left:-5px;margin-right:-5px}.grid-pad-xs>[class*=pure-u]{padding-left:5px;padding-right:5px}.grid-pad-xs.grid-pad-all>[class*=pure-u]{padding:5px}.grid-pad-xs>.pure-u-1,.grid-pad-xs>[class*=pure-u]{padding-bottom:5px;padding-top:5px}.grid-pad-xs>.pure-u-1:first-child{padding-top:0}.grid-pad-xs>.pure-u-1:last-child{padding-bottom:0}.grid-pad-sm{margin-left:-5px;margin-right:-5px}.grid-pad-sm>[class*=pure-u]{padding-left:5px;padding-right:5px}.grid-pad-sm.grid-pad-all>[class*=pure-u]{padding:5px}.grid-pad-sm>.pure-u-1,.grid-pad-sm>[class*=pure-u]{padding-bottom:5px;padding-top:5px}.grid-pad-sm>.pure-u-1:first-child{padding-top:0}.grid-pad-sm>.pure-u-1:last-child{padding-bottom:0}.grid-pad-md{margin-left:-5px;margin-right:-5px}.grid-pad-md>[class*=pure-u]{padding-left:5px;padding-right:5px}.grid-pad-md.grid-pad-all>[class*=pure-u]{padding:5px}.grid-pad-md>.pure-u-1,.grid-pad-md>[class*=pure-u]{padding-bottom:5px;padding-top:5px}.grid-pad-md>.pure-u-1:first-child{padding-top:0}.grid-pad-md>.pure-u-1:last-child{padding-bottom:0}.grid-pad-lg{margin-left:-10px;margin-right:-10px}.grid-pad-lg>[class*=pure-u]{padding-left:10px;padding-right:10px}.grid-pad-lg.grid-pad-all>[class*=pure-u]{padding:10px}.grid-pad-lg>.pure-u-1,.grid-pad-lg>[class*=pure-u]{padding-bottom:10px;padding-top:10px}.grid-pad-lg>.pure-u-1:first-child{padding-top:0}.grid-pad-lg>.pure-u-1:last-child{padding-bottom:0}.grid-pad-xl{margin-left:-10px;margin-right:-10px}.grid-pad-xl>[class*=pure-u]{padding-left:10px;padding-right:10px}.grid-pad-xl.grid-pad-all>[class*=pure-u]{padding:10px}.grid-pad-xl>.pure-u-1,.grid-pad-xl>[class*=pure-u]{padding-bottom:10px;padding-top:10px}.grid-pad-xl>.pure-u-1:first-child{padding-top:0}.grid-pad-xl>.pure-u-1:last-child{padding-bottom:0}.container-hori-pad-xs .pure-g{margin-left:-5px;margin-right:-5px}.container-hori-pad-xs .pure-g [class*=pure-u]{padding-left:5px;padding-right:5px}.container-hori-pad-xs .pure-g .pure-g [class*=pure-u]{padding-bottom:0;padding-top:0}.container-hori-pad-sm .pure-g{margin-left:-5px;margin-right:-5px}.container-hori-pad-sm .pure-g [class*=pure-u]{padding-left:5px;padding-right:5px}.container-hori-pad-sm .pure-g .pure-g [class*=pure-u]{padding-bottom:0;padding-top:0}.container-hori-pad-md .pure-g{margin-left:-5px;margin-right:-5px}.container-hori-pad-md .pure-g [class*=pure-u]{padding-left:5px;padding-right:5px}.container-hori-pad-md .pure-g .pure-g [class*=pure-u]{padding-bottom:0;padding-top:0}.container-hori-pad-lg .pure-g{margin-left:-10px;margin-right:-10px}.container-hori-pad-lg .pure-g [class*=pure-u]{padding-left:10px;padding-right:10px}.container-hori-pad-lg .pure-g .pure-g [class*=pure-u]{padding-bottom:0;padding-top:0}.container-hori-pad-xl .pure-g{margin-left:-20px;margin-right:-20px}.container-hori-pad-xl .pure-g [class*=pure-u]{padding-left:20px;padding-right:20px}.container-hori-pad-xl .pure-g .pure-g [class*=pure-u]{padding-bottom:0;padding-top:0}.container-vert-pad-xs .pure-g>[class*=pure-u]{padding-bottom:5px;padding-top:5px}.container-vert-pad-sm .pure-g>[class*=pure-u]{padding-bottom:10px;padding-top:10px}.container-vert-pad-md .pure-g>[class*=pure-u]{padding-bottom:20px;padding-top:20px}.container-vert-pad-lg .pure-g>[class*=pure-u]{padding-bottom:25px;padding-top:25px}.container-vert-pad-xl .pure-g>[class*=pure-u]{padding-bottom:30px;padding-top:30px}}@media(min-width:568px)and (max-width:767px){.grid-pad-xs{margin-left:-5px;margin-right:-5px}.grid-pad-xs>[class*=pure-u]{padding-left:5px;padding-right:5px}.grid-pad-xs.grid-pad-all>[class*=pure-u]{padding:5px}.grid-pad-xs>.pure-u-1,.grid-pad-xs>[class*=pure-u]{padding-bottom:5px;padding-top:5px}.grid-pad-xs>.pure-u-1:first-child{padding-top:0}.grid-pad-xs>.pure-u-1:last-child{padding-bottom:0}.grid-pad-sm{margin-left:-10px;margin-right:-10px}.grid-pad-sm>[class*=pure-u]{padding-left:10px;padding-right:10px}.grid-pad-sm.grid-pad-all>[class*=pure-u]{padding:10px}.grid-pad-sm>.pure-u-1,.grid-pad-sm>[class*=pure-u]{padding-bottom:10px;padding-top:10px}.grid-pad-sm>.pure-u-1:first-child{padding-top:0}.grid-pad-sm>.pure-u-1:last-child{padding-bottom:0}.grid-pad-md{margin-left:-10px;margin-right:-10px}.grid-pad-md>[class*=pure-u]{padding-left:10px;padding-right:10px}.grid-pad-md.grid-pad-all>[class*=pure-u]{padding:10px}.grid-pad-md>.pure-u-1,.grid-pad-md>[class*=pure-u]{padding-bottom:10px;padding-top:10px}.grid-pad-md>.pure-u-1:first-child{padding-top:0}.grid-pad-md>.pure-u-1:last-child{padding-bottom:0}.grid-pad-lg{margin-left:-10px;margin-right:-10px}.grid-pad-lg>[class*=pure-u]{padding-left:10px;padding-right:10px}.grid-pad-lg.grid-pad-all>[class*=pure-u]{padding:10px}.grid-pad-lg>.pure-u-1,.grid-pad-lg>[class*=pure-u]{padding-bottom:10px;padding-top:10px}.grid-pad-lg>.pure-u-1:first-child{padding-top:0}.grid-pad-lg>.pure-u-1:last-child{padding-bottom:0}.grid-pad-xl{margin-left:-10px;margin-right:-10px}.grid-pad-xl>[class*=pure-u]{padding-left:10px;padding-right:10px}.grid-pad-xl.grid-pad-all>[class*=pure-u]{padding:10px}.grid-pad-xl>.pure-u-1,.grid-pad-xl>[class*=pure-u]{padding-bottom:10px;padding-top:10px}.grid-pad-xl>.pure-u-1:first-child{padding-top:0}.grid-pad-xl>.pure-u-1:last-child{padding-bottom:0}}.infacom-testimonials-image{height:auto;max-width:100%;width:auto!important}.infacom-card-media-container{position:relative}.infacom-testimonials-author .infacom-hero-author{bottom:40px;float:left;left:40px;padding:.8rem 1rem;position:absolute}.infacom-testimonials-author .infacom-hero-author-name{color:#0e252e;font-size:1rem;letter-spacing:1px}.infacom-testimonials-author .infacom-hero-designation{color:#082935;font-size:12px;letter-spacing:.75px;opacity:.5}.infacom-testimonials-image-variation .infacom-featured-case-right-subcontent>*{font-size:1.5rem;font-weight:300;line-height:1.58}@media screen and (min-width:769px){.infacom-testimonials-image-variation .infacom-blue-button{margin-top:3rem}}@media screen and (max-width:768px){.infacom-testimonials-without-cards{display:block!important;margin:0 auto;width:82%}infacom-testimonials-with-cards{display:none!important}.infacom-testimonials-image-variation .infacom-featured-case-right{padding-top:2rem}.infacom-testimonials-image-variation .infacom-featured-case-right-subcontent>*{color:#323232;font-size:18px;font-stretch:normal;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.78;padding-top:10px}.infacom-testimonials-author .infacom-hero-author{bottom:10px;left:.5rem;max-width:116px;padding:9px 6px;width:auto}.infacom-testimonials-author .infacom-hero-author-name{font-size:10.4px;letter-spacing:.65px}.infacom-testimonials-author .infacom-hero-designation{font-size:7.8px;letter-spacing:.49px}}.infacom-forms-spinner{background:url(../gif/spinner.gif) no-repeat 50%;bottom:0;display:none;left:0;position:fixed;right:0;top:0;width:100%;z-index:999999}@media screen and (max-width:768px){.infacom-thank-you-banner .infacom-blue-button{margin:8px 9%}}.text-image-left{float:left!important;margin-bottom:30px;margin-right:5%}.text-image-right{float:right!important;margin-bottom:30px;margin-left:5%}.text-image-center{display:block;float:none!important;margin:0 auto 30px}.infacom-c-modal-popup .modal-body{padding:0}.infacom-c-modal-popup .modal-content{border:0;border-radius:0;-webkit-box-shadow:15px 15px 34px 0 rgba(0,0,0,.149);box-shadow:15px 15px 34px 0 rgba(0,0,0,.149)}body:has(.infacom-c-modal-popup__modal.show){overflow:hidden!important;position:fixed;width:100%}.infacom-social-share{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#112128;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:16px;font-stretch:normal;font-style:normal;font-weight:300;letter-spacing:normal;line-height:2.38;-o-object-fit:contain;object-fit:contain}@media screen and (max-width:768px){.infacom-social-share{color:#112128;font-size:14px;font-stretch:normal;font-style:normal;font-weight:300;letter-spacing:normal;line-height:2.71;margin:8px 9%;-o-object-fit:contain;object-fit:contain}}.infacom-social-share-twitter{background:url(../svg/social-share-twitter.svg) no-repeat}.infacom-social-share-facebook{background:url(../svg/social-share-facebook.svg) no-repeat}.infacom-social-share-linkedin{background:url(../svg/social-share-linkedin.svg) no-repeat}.infacom-social-share-twitter,.infacom-social-share-twitter-prop{background-size:contain;cursor:pointer;height:30px;margin-left:24px;width:30px}@media screen and (max-width:768px){.infacom-social-share-twitter,.infacom-social-share-twitter-prop{background-size:contain;height:21px;margin-left:40px;width:25px}}.infacom-social-share-facebook,.infacom-social-share-facebook-prop{background-size:contain;cursor:pointer;height:30px;margin-left:37px;width:30px}@media screen and (max-width:768px){.infacom-social-share-facebook,.infacom-social-share-facebook-prop{background-size:contain;height:25px;margin-left:40px;width:25px}}.infacom-social-share-linkedin,.infacom-social-share-linkedin-prop{background-size:contain;cursor:pointer;height:30px;margin-left:32px;width:30px}@media screen and (max-width:768px){.infacom-social-share-linkedin,.infacom-social-share-linkedin-prop{background-size:contain;height:21px;margin-left:40px;width:22px}}.infa-c-coveo-blog-content-listing-section .infa-c-generic-coveo-section--title{margin-bottom:24px}@media screen and (max-width:991px){.infa-c-coveo-blog-content-listing-section .infa-c-generic-coveo-section--title{margin-bottom:27px}}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.infa-coveo-search-cards .coveo-card-layout-container{gap:24px}@media screen and (max-width:767px){.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.infa-coveo-search-cards .coveo-card-layout-container{gap:0}}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface{font-family:inherit}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section{margin-top:0}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column{overflow:visible;padding-top:0}@media screen and (max-width:991px){.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-facet-column.facet-desktop{display:none!important}}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header{margin-bottom:24px;overflow:visible;padding-top:0}@media screen and (max-width:800px){.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header{padding-right:0}}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .infacom-blog-content-listing-coveo-head{border:none;margin:0;padding:0;width:100%}@media screen and (min-width:992px){.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .infacom-blog-content-listing-coveo-head{display:none!important}}@media screen and (max-width:991px){.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .infacom-blog-content-listing-coveo-head .container{padding-left:15px;padding-right:15px}}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header.coveo-facets-hidden{margin-bottom:0;margin-top:-35px}@media screen and (max-width:991px){.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header.coveo-facets-hidden{margin-top:-38px}}@media screen and (min-width:992px){.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveo-card-layout.CoveoResult{width:calc(33.33% - 23px)!important}}@media screen and (min-width:768px)and (max-width:992px){.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveo-card-layout.CoveoResult{width:calc(50% - 23px)}}@media screen and (max-width:767px)and (max-width:767px){.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList .coveo-result-list-container .coveo-card-layout .coveo-result-frame .coveo-result-cell .CoveoResultLink{background-color:transparent}}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .infa-pagination{margin-top:-3px}@media screen and (max-width:768px){.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .blogPrimaryPromo{margin:0 3%;max-width:87%}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .blogPrimaryPromo .blogTile{margin:8px 0 40px}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .blogPrimaryPromo .infacom-events-title-cta-component{margin:0;width:100%}}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;position:relative}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .filter-overlay{-webkit-box-flex:1;-ms-flex:1;flex:1}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .filter-overlay .CoveoBreadcrumb,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .filter-overlay .filters-overlay-btn-mobile-wrapper,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .filters-btn-mobile{display:none}@media screen and (max-width:767px){.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .filter-overlay .coveo-facet-column{gap:16px}}@media screen and (max-width:991px){.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .filter-desktop-text{display:none}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .filter-overlay{background:#fff;opacity:0;position:absolute;top:0;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:visibility 0s .4s,opacity .4s ease,-webkit-transform .4s ease;transition:visibility 0s .4s,opacity .4s ease,-webkit-transform .4s ease;transition:visibility 0s .4s,opacity .4s ease,transform .4s ease;transition:visibility 0s .4s,opacity .4s ease,transform .4s ease,-webkit-transform .4s ease;visibility:hidden;width:100%;z-index:998}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .filter-overlay.showOverlay{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:visibility 0s,-webkit-transform .4s ease;transition:visibility 0s,-webkit-transform .4s ease;transition:visibility 0s,transform .4s ease;transition:visibility 0s,transform .4s ease,-webkit-transform .4s ease;visibility:visible}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .filter-overlay.hideOverlay{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .filter-overlay .filter-overlay-content{background:#fff;border-radius:8px;width:100%}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .filter-overlay .filter-overlay-content .filters-overlay-btn-mobile-wrapper{background:var(--infa-color-aqua-4);display:block;left:-50vw;margin-left:50%;position:relative;width:100vw}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .filter-overlay .filter-overlay-content .filters-overlay-btn-mobile-wrapper .filters-overlay-btn-mobile{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding-bottom:13px;padding-top:13px}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .filter-overlay .filter-overlay-content .filters-overlay-btn-mobile-text{color:var(--infa-color-white);display:inline-block;margin-bottom:0}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .filter-overlay .filter-overlay-content .filters-overlay-close-btn{background:none;border:none;color:inherit;cursor:pointer;font:inherit;margin:0;outline:none;padding:0}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .filter-overlay .filter-overlay-content .facet-wrapper{background:var(--infa-color-white);left:-50vw;margin-left:50%;padding-top:24px;position:relative;width:100vw}}@media screen and (max-width:991px)and (max-width:767px){.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .filter-overlay .filter-overlay-content .facet-wrapper{padding-top:16px}}@media screen and (max-width:991px){.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .filter-overlay .filter-overlay-content .facet-wrapper .coveo-facet-column{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto;padding-bottom:16px}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .filter-overlay .filter-overlay-content .facet-wrapper .coveo-facet-column .CoveoDynamicFacet{-webkit-box-flex:0;-ms-flex:0 calc(50% - 12px);flex:0 calc(50% - 12px);margin-bottom:0;max-width:none;width:calc(50% - 12px)}}@media screen and (max-width:991px)and (max-width:767px){.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .filter-overlay .filter-overlay-content .facet-wrapper .coveo-facet-column .CoveoDynamicFacet{-webkit-box-flex:0;-ms-flex:0 100%;flex:0 100%;width:100%}}@media screen and (max-width:991px){.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .filter-overlay .filter-overlay-content .CoveoBreadcrumb{display:block;padding-top:24px;text-align:end}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .filter-overlay .filter-overlay-content .CoveoBreadcrumb .coveo-breadcrumb-items{display:none}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .filters-btn-mobile{background:#fff;border:1px solid #e0e0e0;border-radius:4px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px 0 rgba(0,0,0,.12);cursor:pointer;display:block;margin-bottom:22px;text-align:center;width:100%}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-content-listing-coveo-head .container{padding-left:15px;padding-right:15px}}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .CoveoBreadcrumb{color:var(--infa-color-grey-4);font-size:var(--infa-typo-h5-font-size);font-weight:var(--infa-typo-h5-font-weight);line-height:var(--infa-typo-h5-line-height);margin-bottom:0}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .CoveoBreadcrumb .coveo-breadcrumb-clear-all,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .CoveoBreadcrumb .coveo-breadcrumb-items .coveo-breadcrumb-item,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .CoveoBreadcrumb .coveo-breadcrumb-items .coveo-breadcrumb-item .coveo-dynamic-facet-breadcrumb-title,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .CoveoBreadcrumb .coveo-breadcrumb-items .coveo-breadcrumb-item .coveo-dynamic-facet-breadcrumb-value{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .CoveoBreadcrumb .coveo-breadcrumb-clear-all>*{color:var(--infa-color-orange-4);font-size:inherit;font-weight:inherit;line-height:inherit;text-transform:none}.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component .blogPrimaryPromo .xf-content-height{margin-bottom:65px}.infacom-blog-listing-component .blogSecondaryPromo,.infacom-blog-listing-component .blogSecondaryPromo .aem-Grid,.infacom-blog-listing-component .blogSecondaryPromo .infacom-events-title-cta-component,.infacom-blog-listing-component .blogSecondaryPromo .text-and-cta,.infacom-blog-listing-component .blogSecondaryPromo .xf-content-height{height:100%}@media screen and (max-width:768px){.infacom-blog-listing-component .blogSecondaryPromo .aem-Grid,.infacom-blog-listing-component .blogSecondaryPromo .infacom-events-title-cta-component,.infacom-blog-listing-component .blogSecondaryPromo .text-and-cta,.infacom-blog-listing-component .blogSecondaryPromo .xf-content-height{width:99%}}.infacom-text-container h2{color:#112128;font-size:2rem;font-style:normal;font-weight:300;height:auto;letter-spacing:normal;line-height:1.42;margin-bottom:30px}@media screen and (max-width:768px){.infacom-text-container h2{color:#112128;font-size:1.25rem;font-style:normal;font-weight:300;height:auto;letter-spacing:normal;line-height:1.38;margin-bottom:14px;width:100%}}.infacom-text-container li,.infacom-text-container p{color:#112128;font-size:1.1rem;font-style:normal;font-weight:300;height:auto;letter-spacing:normal;line-height:1.58}@media screen and (max-width:768px){.infacom-text-container li,.infacom-text-container p{color:#112128;font-size:.875rem;font-style:normal;font-weight:300;height:auto;letter-spacing:normal;line-height:1.57;margin-bottom:21px;width:100%}}.infacom-text-container h4{color:#112128;font-size:1.1rem;font-style:normal;font-weight:300;height:auto;letter-spacing:normal;line-height:1.58}@media screen and (max-width:768px){.infacom-text-container h4{font-size:.875rem;font-style:normal;font-weight:300;height:auto;line-height:1.57;width:100%}}.infacom-text-container .infacom-text-callout-section{background-color:#000;padding:26px 40px}@media screen and (max-width:768px){.infacom-text-container .infacom-text-callout-section{margin:0 -24px -28px -25px;padding:20px 25px}}.infacom-text-container .infacom-text-callout-section a{display:block}.infacom-text-container .infacom-text-callout-section .infacom-text-callout-label{color:#fff;font-size:1.125rem;font-style:normal;font-weight:400;letter-spacing:1.5px;line-height:2.11;margin-bottom:20px;opacity:.7}@media screen and (max-width:768px){.infacom-text-container .infacom-text-callout-section .infacom-text-callout-label{line-height:1.56;margin-bottom:20px}}.infacom-text-container .infacom-text-callout-section .infacom-text-callout-title{color:#fff;font-size:1.875rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.27;width:82%}@media screen and (max-width:768px){.infacom-text-container .infacom-text-callout-section .infacom-text-callout-title{font-size:1.375rem}}.infacom-text-container .infacom-text-callout-section .infacom-text-callout-cta{color:#fff;display:table;font-size:1.25rem;font-style:normal;font-weight:400;letter-spacing:1.5px;line-height:normal;margin-top:20px;text-transform:uppercase}.infacom-text-container .infacom-text-callout-section .infacom-text-callout-cta .infacom-text-arrow-right-white{color:#fff;display:inline-block;font-style:normal;margin-left:10px;-webkit-transition:-webkit-transform .5s ease-in;transition:-webkit-transform .5s ease-in;transition:transform .5s ease-in;transition:transform .5s ease-in,-webkit-transform .5s ease-in}.infacom-text-container .infacom-text-callout-section .infacom-text-callout-cta:hover .infacom-text-arrow-right-white{-webkit-transform:translateX(50%);transform:translateX(50%)}.infacom-text-container.text-with-callout{background-color:#fff}.infacom-text-container.text-with-callout .text-block{padding:40px 40px 7px}@media screen and (max-width:768px){.infacom-text-container.text-with-callout .text-block{padding:0}}.infacom-text-container.text-with-callout .text-block ul{list-style-type:none;padding:0}.infacom-text-blue-bullets{color:#112128;display:block;font-size:1.375rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.36;margin-bottom:30px;padding-left:45px;position:relative}.infacom-text-blue-bullets:before{background:url(../png/icons-tickmark-circle-black.png) no-repeat;content:"";display:block;left:0;margin-top:7px;min-height:24px;min-width:24px;padding-right:8%;position:absolute;top:0}@media screen and (max-width:768px){.infacom-text-blue-bullets:before{margin-bottom:15px;margin-right:10px}.infacom-text-blue-bullets{font-size:1.125rem;line-height:1.78;padding-left:35px}}.infacom-vertical-tab-content .infacom-text-container{margin-top:30px}.infacom-text-callout-press-release h1{font-size:44px}@media screen and (max-width:768px){.infacom-text-callout-press-release h1{font-size:36px}}.infacom-text-callout-press-release h2{font-size:34px}@media screen and (max-width:768px){.infacom-text-callout-press-release h2{font-size:28px}}.infacom-text-callout-press-release h3{font-size:24px}@media screen and (max-width:768px){.infacom-text-callout-press-release h3{font-size:20px}}.infacom-text-callout-press-release li,.infacom-text-callout-press-release p{font-size:18px;margin:15px 0}@media screen and (max-width:768px){.infacom-text-callout-press-release li,.infacom-text-callout-press-release p{font-size:16px}}.infacom-text-callout-press-release table{margin:0 auto;width:100%}.infacom-text-callout-press-release table td{padding-left:20px}.infacom-partner-text-greybackground{background-color:#f6f6f6}.infacom-partners-text-featureLabel{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-box-align:start;-ms-flex-align:start;align-items:start;color:#ff8200;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:15px;font-style:normal;font-weight:700;justify-content:start;letter-spacing:normal;line-height:2.4;margin-top:2%;text-transform:uppercase}@media screen and (max-width:768px){.infacom-partners-text-featureLabel{margin-bottom:20px}}.infacom-partner-text-image{position:absolute;top:30%}@media screen and (max-width:768px){.infacom-partner-text-image{bottom:0;margin-bottom:20px;position:static}}.infacom-partner-text{margin-bottom:60px}.infacom-partner-text .infacom-cta-refresh{margin-bottom:0;margin-top:0;padding-bottom:16px;padding-top:16px}@media screen and (max-width:768px){.infacom-partner-text .infacom-stats-section-component .infacom-heading-section .infacom-subheading-section *{font-size:18px}.infacom-partner-text{margin:8px 9%}}.infacom-partner-text .cta-refresh{color:#001aff;-webkit-transform:translateY(-50px);transform:translateY(-50px)}@media screen and (max-width:768px){.infacom-partner-text .cta-refresh{margin-bottom:60px;margin-left:-30px;margin-top:0}}.infacom-partner-text .infacom-quotes-section .infacom-quotes-subsection *{color:#112128;font-size:24px!important;font-style:normal;font-weight:300!important;letter-spacing:normal;line-height:1.58}@media screen and (max-width:768px){.infacom-partner-text .infacom-quotes-section .infacom-quotes-subsection *{color:#112128;font-size:18px!important;font-style:normal;font-weight:300!important;letter-spacing:normal;line-height:1.78;width:90%}}.infacom-partner-text .infacom-quotes-section .infacom-quote-by{margin-top:0;opacity:.6;text-transform:uppercase}.infacom-partner-text .infacom-quotes-section .infacom-quote-author-title,.infacom-partner-text .infacom-quotes-section .infacom-quote-by{color:#112128;font-size:16px!important;font-style:normal;font-weight:400;letter-spacing:1px!important;line-height:1.75!important}.infacom-partner-text .infacom-quotes-section .infacom-quote-author-title{opacity:1}.infacom-partner-textnoColorbackground{background-color:#fff}@media screen and (max-width:768px){.infacom-logo-image{max-width:60%}}.infacom-partner-text-background-color,.infacom-partner-text-greybackground,.infacom-partner-textnoColorbackground{width:auto}@media screen and (max-width:768px){.infacom-partner-text-background-color,.infacom-partner-text-greybackground,.infacom-partner-textnoColorbackground{margin-bottom:20px;margin-right:9%;width:82%}}.infacom-partner-text-background-color .stats,.infacom-partner-text-greybackground .stats,.infacom-partner-textnoColorbackground .stats{padding:50px 50px 20px}@media screen and (max-width:768px){.infacom-partner-text-background-color .stats,.infacom-partner-text-greybackground .stats,.infacom-partner-textnoColorbackground .stats{padding:30px 25px 10px}}.infacom-partner-text-background-color .quote,.infacom-partner-text-greybackground .quote,.infacom-partner-textnoColorbackground .quote{padding:50px 50px 20px}@media screen and (max-width:768px){.infacom-partner-text-background-color .quote,.infacom-partner-text-greybackground .quote,.infacom-partner-textnoColorbackground .quote{padding:30px 25px 10px}}.infacom-partner-text-background-color .infacom-quotes-section,.infacom-partner-text-greybackground .infacom-quotes-section,.infacom-partner-textnoColorbackground .infacom-quotes-section{margin-top:0}@media screen and (max-width:768px){.infacom-partner-text-background-color .infacom-quotes-section,.infacom-partner-text-greybackground .infacom-quotes-section,.infacom-partner-textnoColorbackground .infacom-quotes-section{margin-left:0}}.infacom-partner-text-background-color .infacom-heading-section,.infacom-partner-text-greybackground .infacom-heading-section,.infacom-partner-textnoColorbackground .infacom-heading-section{margin-bottom:40px;margin-top:0}@media screen and (max-width:768px){.infacom-partner-text-background-color .infacom-heading-section,.infacom-partner-text-greybackground .infacom-heading-section,.infacom-partner-textnoColorbackground .infacom-heading-section{margin-bottom:20px;margin-left:0}}.infacom-partner-text-background-color .infacom-stats-section-component .col-md-3,.infacom-partner-text-background-color .infacom-stats-section-component .col-md-4,.infacom-partner-text-greybackground .infacom-stats-section-component .col-md-3,.infacom-partner-text-greybackground .infacom-stats-section-component .col-md-4,.infacom-partner-textnoColorbackground .infacom-stats-section-component .col-md-3,.infacom-partner-textnoColorbackground .infacom-stats-section-component .col-md-4{-webkit-box-pack:normal;-ms-flex-pack:normal;justify-content:normal}@media screen and (min-width:769px){.infacom-partner-text-background-color .infacom-stats-section-component .infacom-stats-section-no-gutters .col-md-4,.infacom-partner-text-greybackground .infacom-stats-section-component .infacom-stats-section-no-gutters .col-md-4,.infacom-partner-textnoColorbackground .infacom-stats-section-component .infacom-stats-section-no-gutters .col-md-4{display:grid;grid-auto-flow:column}}@media screen and (max-width:768px){.infacom-partner-text-background-color .infacom-stats-section-component .infacom-stats-section-no-gutters,.infacom-partner-text-greybackground .infacom-stats-section-component .infacom-stats-section-no-gutters,.infacom-partner-textnoColorbackground .infacom-stats-section-component .infacom-stats-section-no-gutters{margin:0}}.infacom-partner-text-background-color .infacom-stats-section-component .infacom-inline-stats-count-desc,.infacom-partner-text-greybackground .infacom-stats-section-component .infacom-inline-stats-count-desc,.infacom-partner-textnoColorbackground .infacom-stats-section-component .infacom-inline-stats-count-desc{width:204px}@media screen and (max-width:768px){.infacom-partner-text-background-color .infacom-stats-section-component .infacom-inline-stats-count-desc,.infacom-partner-text-greybackground .infacom-stats-section-component .infacom-inline-stats-count-desc,.infacom-partner-textnoColorbackground .infacom-stats-section-component .infacom-inline-stats-count-desc{width:95%}}.infacom-carousel .owl-next,.infacom-carousel .owl-prev{background:#fff!important;border:1px solid #c1c1c1;color:#000;font-size:2em!important;font-weight:400!important;height:58px;position:absolute;text-align:center;top:40%;vertical-align:bottom!important;width:58px}.carousel-left-arrow{background-image:url(../svg/left-arrow.svg)}.carousel-left-arrow,.carousel-right-arrow{background-size:cover;height:58px;width:58px}.carousel-right-arrow{background-image:url(../svg/right-arrow.svg)}.infacom-carousel .owl-dots .owl-dot.active span{background:#ff4d00!important}.infacom-carousel-main{position:relative}.infacom-carousel{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto}.infacom-carousel .infacom-carousel-img{display:block;height:100%;width:100%}.infacom-carousel .infacom-carousel-play{background-image:url(../svg/video-play-orange.svg);background-size:cover;display:block;height:50px;left:89%;-o-object-fit:contain;object-fit:contain;position:absolute;top:8%;width:51px!important}.infacom-carousel .textoverlay{background:hsla(0,0%,100%,.9);height:100%;position:absolute;top:55%;width:100%}.infacom-carousel .owl-prev{left:120px;position:absolute;top:35%}.infacom-carousel .owl-next{-webkit-box-shadow:0 2px 25px 0 rgba(0,0,0,.15);box-shadow:0 2px 25px 0 rgba(0,0,0,.15);position:absolute;right:120px;top:35%}.infacom-carousel .infacom-carousel-text{font-size:30px;margin:5px;padding-left:20px;position:relative}.infacom-carousel .owl-nav [class*=owl-]:hover{color:inherit!important}.infacom-carousel .owl-item:not(.active.center){background-color:#898888;opacity:.45}.infacom-carousel .owl-dots .owl-dot span{background:#fff!important;border:1px solid #ff4d00;margin:10px 3px!important;outline:none}@media screen and (min-width:769px){.infacom-carousel .infacom-clickable-tile{height:445px;width:791px}.infacom-carousel .infacom-clickable-tile:hover{cursor:pointer}.infacom-carousel .infacom-clickable-tile:hover .textoverlay{background:rgba(24,25,27,.9);color:#fff;cursor:pointer}.infacom-carousel .infacom-clickable-tile:hover .infacom-carousel-text,.infacom-carousel .infacom-clickable-tile:hover .infacom-cta-link{color:#fff}.infacom-carousel .infacom-clickable-tile:hover .infacom-arrow-right{color:#fff!important}.infacom-carousel .infacom-clickable-tile:hover .infacom-cta-link{display:inline-block;width:auto!important}.infacom-carousel .infacom-carousel-text{color:#112128;font-size:1.875rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.4;margin:26px 20px}.infacom-carousel .infacom-carousel-text p{height:84px;margin-bottom:.875rem}.infacom-carousel .owl-next,.infacom-carousel .owl-prev{-webkit-box-shadow:0 2px 25px 0 rgba(0,0,0,.15);box-shadow:0 2px 25px 0 rgba(0,0,0,.15);position:absolute;top:35%}.infacom-carousel .textoverlay{top:60%}.infacom-carousel .infacom-carousel-play{height:50px;width:51px!important}.infacom-carousel .infacom-cta-link{display:none}.infacom-carousel .owl-dots .owl-dot:hover span{background:#ff4d00!important}}@media screen and (max-width:1024px){.infacom-carousel .owl-next,.infacom-carousel .owl-prev{display:none!important}}@media screen and (max-width:768px){.infacom-carousel .owl-stage-outer{height:390px!important}.infacom-carousel .owl-stage{padding-top:20px}.infacom-carousel .owl-item:not(.active.center){background-color:#fff}.infacom-carousel .infacom-clickable-tile{-webkit-box-shadow:15px 3px 34px 0 rgba(0,0,0,.15);box-shadow:15px 3px 34px 0 rgba(0,0,0,.15);height:360px;width:268px}.infacom-carousel .infacom-carousel-text{color:#102128;font-size:1.125rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.56;margin:20px 20px 20px 27px;padding-left:0}.infacom-carousel .infacom-carousel-text p{height:131px}.infacom-carousel .infacom-carousel-img{height:151px}.infacom-carousel .infacom-carousel-play{height:31px;left:83%;-o-object-fit:fill;object-fit:fill;top:5%;width:31px!important;z-index:999}.infacom-carousel .textoverlay{height:210px;top:41%}}:lang(zh) .pure-g [class*=pure-u],:lang(zh) body{font-family:futura-pt,sans-serif!important}:lang(zh) body{font-size:16px;font-weight:400}:lang(zh-Hant) .pure-g [class*=pure-u],:lang(zh-Hant) body,:lang(zh-TW) .pure-g [class*=pure-u],:lang(zh-TW) body,:lang(zh-tw) .pure-g [class*=pure-u],:lang(zh-tw) body{font-family:futura-pt,SimSun,宋体,华文细黑,STXihei,sans-serif!important}:lang(zh-Hant) body,:lang(zh-TW) body,:lang(zh-tw) body{font-size:16px;font-weight:400}:lang(zh-CN) .pure-g [class*=pure-u],:lang(zh-CN) body,:lang(zh-Hans) .pure-g [class*=pure-u],:lang(zh-Hans) body,:lang(zh-cn) .pure-g [class*=pure-u],:lang(zh-cn) body{font-family:futura-pt,sans-serif!important}:lang(zh-CN) body,:lang(zh-Hans) body,:lang(zh-cn) body{font-size:16px;font-weight:400}:lang(ko) .pure-g [class*=pure-u],:lang(ko) body,:lang(ko-KR) .pure-g [class*=pure-u],:lang(ko-KR) body,:lang(ko-kr) .pure-g [class*=pure-u],:lang(ko-kr) body{font-family:source-han-sans-korean,Malgun Gothic,sans-serif!important}:lang(ko) body,:lang(ko-KR) body,:lang(ko-kr) body{font-size:15px;font-weight:400}:lang(ja) .pure-g [class*=pure-u],:lang(ja) body,:lang(ja-jp) .pure-g [class*=pure-u],:lang(ja-jp) body{font-family:Meiryo,ヒラギノ角ゴ Pro W3,Hiragino Kaku Gothic Pro,Osaka,メイリオ,ＭＳ Ｐゴシック,MS PGothic,futura-pt,sans-serif!important}:lang(ja) body,:lang(ja-jp) body{font-size:15px;font-weight:400}:lang(zh) .h1,:lang(zh) h1,:lang(zh-CN) .h1,:lang(zh-CN) h1,:lang(zh-Hans) .h1,:lang(zh-Hans) h1,:lang(zh-Hant) .h1,:lang(zh-Hant) h1,:lang(zh-TW) .h1,:lang(zh-TW) h1,:lang(zh-cn) .h1,:lang(zh-cn) h1,:lang(zh-tw) .h1,:lang(zh-tw) h1{font-size:36px}:lang(zh) .h2,:lang(zh) h2,:lang(zh-CN) .h2,:lang(zh-CN) h2,:lang(zh-Hans) .h2,:lang(zh-Hans) h2,:lang(zh-Hant) .h2,:lang(zh-Hant) h2,:lang(zh-TW) .h2,:lang(zh-TW) h2,:lang(zh-cn) .h2,:lang(zh-cn) h2,:lang(zh-tw) .h2,:lang(zh-tw) h2{font-size:32px}:lang(zh) .h3,:lang(zh) h3,:lang(zh-CN) .h3,:lang(zh-CN) h3,:lang(zh-Hans) .h3,:lang(zh-Hans) h3,:lang(zh-Hant) .h3,:lang(zh-Hant) h3,:lang(zh-TW) .h3,:lang(zh-TW) h3,:lang(zh-cn) .h3,:lang(zh-cn) h3,:lang(zh-tw) .h3,:lang(zh-tw) h3{font-size:26px}:lang(zh) .h4,:lang(zh) h4,:lang(zh-CN) .h4,:lang(zh-CN) h4,:lang(zh-Hans) .h4,:lang(zh-Hans) h4,:lang(zh-Hant) .h4,:lang(zh-Hant) h4,:lang(zh-TW) .h4,:lang(zh-TW) h4,:lang(zh-cn) .h4,:lang(zh-cn) h4,:lang(zh-tw) .h4,:lang(zh-tw) h4{font-size:16px}:lang(zh) .h5,:lang(zh) h5,:lang(zh-CN) .h5,:lang(zh-CN) h5,:lang(zh-Hans) .h5,:lang(zh-Hans) h5,:lang(zh-Hant) .h5,:lang(zh-Hant) h5,:lang(zh-TW) .h5,:lang(zh-TW) h5,:lang(zh-cn) .h5,:lang(zh-cn) h5,:lang(zh-tw) .h5,:lang(zh-tw) h5{font-size:14px}:lang(zh) .h6,:lang(zh) h6,:lang(zh-CN) .h6,:lang(zh-CN) h6,:lang(zh-Hans) .h6,:lang(zh-Hans) h6,:lang(zh-Hant) .h6,:lang(zh-Hant) h6,:lang(zh-TW) .h6,:lang(zh-TW) h6,:lang(zh-cn) .h6,:lang(zh-cn) h6,:lang(zh-tw) .h6,:lang(zh-tw) h6{font-size:12px}:lang(ko) .h1,:lang(ko) h1,:lang(ko-KR) .h1,:lang(ko-KR) h1,:lang(ko-kr) .h1,:lang(ko-kr) h1{font-size:36px}:lang(ko) .h2,:lang(ko) h2,:lang(ko-KR) .h2,:lang(ko-KR) h2,:lang(ko-kr) .h2,:lang(ko-kr) h2{font-size:32px}:lang(ko) .h3,:lang(ko) h3,:lang(ko-KR) .h3,:lang(ko-KR) h3,:lang(ko-kr) .h3,:lang(ko-kr) h3{font-size:26px}:lang(ko) .h4,:lang(ko) h4,:lang(ko-KR) .h4,:lang(ko-KR) h4,:lang(ko-kr) .h4,:lang(ko-kr) h4{font-size:20px}:lang(ko) .h5,:lang(ko) h5,:lang(ko-KR) .h5,:lang(ko-KR) h5,:lang(ko-kr) .h5,:lang(ko-kr) h5{font-size:14px}:lang(ko) .h6,:lang(ko) h6,:lang(ko-KR) .h6,:lang(ko-KR) h6,:lang(ko-kr) .h6,:lang(ko-kr) h6{font-size:12px}:lang(ja) .h1,:lang(ja) h1,:lang(ja-jp) .h1,:lang(ja-jp) h1{font-size:36px}:lang(ja) .h2,:lang(ja) h2,:lang(ja-jp) .h2,:lang(ja-jp) h2{font-size:32px}:lang(ja) .h3,:lang(ja) h3,:lang(ja-jp) .h3,:lang(ja-jp) h3{font-size:26px}:lang(ja) .h4,:lang(ja) h4,:lang(ja-jp) .h4,:lang(ja-jp) h4{font-size:20px}:lang(ja) .h5,:lang(ja) h5,:lang(ja-jp) .h5,:lang(ja-jp) h5{font-size:14px}:lang(ja) .h6,:lang(ja) h6,:lang(ja-jp) .h6,:lang(ja-jp) h6{font-size:12px}.infacom-hero-takeover-container{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-repeat:no-repeat;background-size:cover;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;position:relative}.infacom-hero-takeover-container.full-page{height:87vh}@media screen and (max-width:1024px){.infacom-hero-takeover-container.full-page{height:100vh}}@media screen and (max-width:720px){.infacom-hero-takeover-container.full-page{height:87vh}}.infacom-hero-takeover-container.edit-mode,.infacom-hero-takeover-container.edit-mode .infacom-hero-takeover-content{min-height:700px}.infacom-hero-takeover-container.edit-mode .infacom-hero-takeover-content .infacom-hero-takeover-title,.infacom-hero-takeover-container.edit-mode .infacom-hero-takeover-content .infacom-hero-takeover-title *{font-size:62px!important}.infacom-hero-takeover-container .infacom-hero-takeover-content{height:100%;position:relative;width:65%}@media screen and (max-width:1024px){.infacom-hero-takeover-container .infacom-hero-takeover-content{width:90%}}@media screen and (max-width:720px){.infacom-hero-takeover-container .infacom-hero-takeover-content{width:81%}}.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-text.black-text,.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-text.black-text *{color:#000}.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-text.white-text,.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-text.white-text *{color:#fff}.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-text.left-align{text-align:left}.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-text.center-align{text-align:center}.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-text.right-align{text-align:right}.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-text .infacom-hero-takeover-title,.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-text .infacom-hero-takeover-title *{font-size:62px;font-style:normal;font-weight:300;letter-spacing:0;line-height:98px}@media screen and (max-width:1024px){.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-text .infacom-hero-takeover-title,.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-text .infacom-hero-takeover-title *{font-size:32px;line-height:48px}}@media screen and (max-width:720px){.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-text .infacom-hero-takeover-title,.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-text .infacom-hero-takeover-title *{font-size:32px;line-height:48px}}.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-text .infacom-hero-takeover-body{font-size:24px;font-style:normal;font-weight:300;letter-spacing:0;line-height:38px}@media screen and (max-width:1024px){.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-text .infacom-hero-takeover-body{font-size:14px;line-height:24px}}@media screen and (max-width:720px){.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-text .infacom-hero-takeover-body{font-size:14px;line-height:24px}}.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-cta-container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;justify-content:center;margin-top:70px}.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-cta-container.three-ctas{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media screen and (max-width:1024px){.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-cta-container{margin-top:20px}}@media screen and (max-width:720px){.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-cta-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:70px}}.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-cta-container .cta-refresh{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (min-width:769px){.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-cta-container .cta-refresh2,.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-cta-container .cta-refresh3{margin-left:9%}}.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-text-cta-container .infacom-hero-takeover-cta-container.edit-mode .cta-refresh{min-width:200px}.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-jump-cta{-webkit-box-pack:center;-ms-flex-pack:center;bottom:30px;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;left:0;margin-top:60px;position:absolute;right:0}.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-jump-cta .infacom-hero-takeover-jump-link{background-repeat:no-repeat;background-size:contain;height:30px;width:30px}.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-jump-cta .infacom-hero-takeover-jump-link.white-text{background-image:url(../png/hero-arrow-down-white.png)}.infacom-hero-takeover-container .infacom-hero-takeover-content .infacom-hero-takeover-jump-cta .infacom-hero-takeover-jump-link.black-text{background-image:url(../png/hero-arrow-down-black.png)}.infacom-hero-takeover-container.video-container{background-color:#000}@media screen and (min-width:721px){.infacom-hero-takeover-container.video-container{background-image:none!important}}.infacom-hero-takeover-container.video-container .infacom-hero-takeover-video{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}@media screen and (max-width:720px){.infacom-hero-takeover-container.video-container .infacom-hero-takeover-video{display:none}}.infacom-hero-takeover-container.video-container .infacom-hero-takeover-video-toggle{bottom:20px;cursor:pointer;height:38px;position:absolute;right:0;text-transform:uppercase;width:38px;z-index:1}.infacom-hero-takeover-container.video-container .infacom-hero-takeover-video-toggle.pause{background:url(../svg/hero-pause.svg) no-repeat}.infacom-hero-takeover-container.video-container .infacom-hero-takeover-video-toggle.play{background:url(../svg/hero-play.svg) no-repeat}@media screen and (max-width:720px){.infacom-hero-takeover-container.video-container .infacom-hero-takeover-video-toggle{display:none}}.infacom-hero-takeover-container.video-container .infacom-hero-takeover-audio-controls{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.5);bottom:65px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;height:38px;justify-content:center;position:absolute;right:0;width:38px;z-index:1}.infacom-hero-takeover-container.video-container .infacom-hero-takeover-audio-controls .infacom-hero-takeover-audio-toggle{height:20px;width:20px}.infacom-hero-takeover-container.video-container .infacom-hero-takeover-audio-controls .infacom-hero-takeover-audio-toggle.unmute{background:url(../png/hero-unmute.png) no-repeat;background-size:contain}.infacom-hero-takeover-container.video-container .infacom-hero-takeover-audio-controls .infacom-hero-takeover-audio-toggle.mute{background:url(../png/hero-mute.png) no-repeat;background-size:contain}@media screen and (max-width:720px){.infacom-hero-takeover-container.video-container .infacom-hero-takeover-audio-controls{display:none}}.platform-exp svg{margin-top:-4em;width:100%}.platform-exp svg text{text-transform:uppercase}.platform-exp .infacom-widget-tab{-webkit-box-shadow:none;box-shadow:none}.platform-exp .infacom-widget-tab.active,.platform-exp .infacom-widget-tab:hover{-webkit-box-shadow:8px 8px 34px 4px rgba(0,0,0,.15);box-shadow:8px 8px 34px 4px rgba(0,0,0,.15)}.platform-exp .tab-pane{padding-top:5em}.platform-exp .platform-heading{margin-top:3em}.platform-exp .infacom-widget-subsection p{font-size:24px!important;font-weight:300;line-height:38px}.platform-circle{-webkit-transform:rotate(0) translate(35px,33px);transform:rotate(0) translate(35px,33px);-webkit-transform-origin:372px 366px;transform-origin:372px 366px}.platform-exp[data-active-category=data-governance] .c-d-dots-group,.platform-exp[data-active-category=data-governance] .customer-360-dots{visibility:hidden}.platform-exp[data-active-category=data-governance] .platform-icons.d-g-icons{fill:#4cc3d0;stroke:#45c3d1;opacity:1}.platform-exp[data-active-category=data-governance] .platform-circle{-webkit-transform:rotate(0) translate(35px,33px);transform:rotate(0) translate(35px,33px);-webkit-transform-origin:372px 366px;transform-origin:372px 366px}.platform-exp[data-active-category=customer-360] .c-d-dots-group,.platform-exp[data-active-category=customer-360] .d-g-dots{visibility:hidden}.platform-exp[data-active-category=customer-360] .platform-icons.c-3-icons{fill:#4cc3d0;stroke:#45c3d1;opacity:1}.platform-exp[data-active-category=customer-360] .platform-circle{-webkit-transform:rotate(120deg) translate(34px,29px);transform:rotate(120deg) translate(34px,29px);-webkit-transform-origin:368px 366px;transform-origin:368px 366px}.platform-exp[data-active-category=cloud-data] .customer-360-dots,.platform-exp[data-active-category=cloud-data] .d-g-dots{visibility:hidden}.platform-exp[data-active-category=cloud-data] .platform-icons.c-d-icons{fill:#4cc3d0;stroke:#45c3d1;opacity:1}.platform-exp[data-active-category=cloud-data] .platform-circle{-webkit-transform:rotate(240deg) translate(34px,29px);transform:rotate(240deg) translate(34px,29px);-webkit-transform-origin:371px 367px;transform-origin:371px 367px}.platform-icons{fill:#112128;stroke:#132229;opacity:.3}.platform-icons.active,.platform-icons.hover{fill:#ff7c00!important;stroke:#ff7c00!important;opacity:1!important}.platform-text{fill:#000;font-size:13.7px;font-weight:400;letter-spacing:.885px;opacity:.3}.is-safari{white-space:pre}.is-safari,::-webkit-:not(:root:root){white-space:pre}.platform-text.active,.platform-text.hover{opacity:1}.platform-exp .platform-section-content{position:relative}.platform-exp .background-provider{background-image:url(../png/platform-rectangle.png);background-position:70% 0;background-repeat:no-repeat;height:125%;left:-100%;min-height:623px;position:absolute;right:0;top:-8em;width:200%}@media(min-width:1000px){.platform-exp .background-provider{background-position:68% 0}}@media(min-width:1200px){.platform-exp .background-provider{background-position:63% 0}}@media(min-width:1400px){.platform-exp .background-provider{background-position:59% 0}}@media(min-width:1600px){.platform-exp .background-provider{background-position:51% 0}}.platform-exp .platform-section-content .row{height:auto;opacity:1;-webkit-transition:opacity .6s ease-in-out;transition:opacity .6s ease-in-out}.platform-exp[data-active-section=claire] .platform-section-content>.row:not(#claire),.platform-exp[data-active-section=customer-360] .platform-section-content>.row:not(#customer-360),.platform-exp[data-active-section=data-catalog] .platform-section-content>.row:not(#data-catalog),.platform-exp[data-active-section=data-governance] .platform-section-content>.row:not(#data-governance),.platform-exp[data-active-section=data-integration] .platform-section-content>.row:not(#data-integration),.platform-exp[data-active-section=data-quality] .platform-section-content>.row:not(#data-quality),.platform-exp[data-active-section=data-warehouse] .platform-section-content>.row:not(#data-warehouse),.platform-exp[data-active-section=insights] .platform-section-content>.row:not(#insights),.platform-exp[data-active-section=ipaas] .platform-section-content>.row:not(#ipaas),.platform-exp[data-active-section=product-360] .platform-section-content>.row:not(#product-360),.platform-exp[data-active-section=supplier-360] .platform-section-content>.row:not(#supplier-360){height:0;opacity:0}.platform-section-content h3{color:#112128;font-size:2.25rem;font-weight:300;margin-bottom:0;text-align:left}.platform-heading-icon{display:inline-block;margin-right:1em;width:1.5em}.platform-heading-icon img{max-width:100%}.platform-section-content p{font-size:24px;font-weight:300;line-height:38px;text-align:left}.platform-section-content .platform-next{color:#001aff;display:inline-block;font-size:20px;letter-spacing:1px;line-height:64px}.platform-section-content .platform-next:hover{color:#ff8200}.platform-section-content .row{text-align:center}.platform-exp .platform-products>div{height:auto;opacity:1;overflow:hidden;padding-bottom:2.8em;-webkit-transition:opacity .6s ease-in-out;transition:opacity .6s ease-in-out}.platform-exp .platform-products.is-author>div{height:auto!important;opacity:1!important}.platform-exp[data-active-category=cloud-data] .platform-products>div:not(.cloud-data),.platform-exp[data-active-category=customer-360] .platform-products>div:not(.customer-360),.platform-exp[data-active-category=data-governance] .platform-products>div:not(.data-governance){height:0;opacity:0;padding-bottom:0}.homepage-platform .infacom-widget-body.hide-desktop,.platform,.platform-exp .platform-circle-ie{display:none}@media screen and (-ms-high-contrast:active),screen and (-ms-high-contrast:none){.platform-exp{display:none}.IE-no-fade-bg .platform-exp,.homepage-platform .infacom-widget-body.hide-desktop{display:block}.IE-no-fade-bg .homepage-platform .infacom-widget-body.hide-desktop{display:none}.IE-no-fade-bg .platform-circle{opacity:0}.IE-no-fade-bg .platform-exp .platform-circle-ie{fill:gray;stroke:gray;display:block;opacity:.1}.infacom-pf-right{margin-left:61%;margin-top:-32%;width:46.5%}}@media(max-width:768px){.platform{display:block}.platform-exp{display:none}.homepage-platform .infacom-widget-body.hide-desktop{display:block}}.platform-exp .platform-section-content.is-author>.row{height:auto!important;opacity:1!important}.platform-exp .infacom-stats-quote-border.infacom-margin-top-20{margin-top:0}@media (-ms-high-contrast:none){.platform,::-ms-backdrop{display:block}}.infacom-promo-banner{background-repeat:no-repeat;background-size:cover}.infacom-promo-banner .infacom-promo-banner-title{margin-bottom:37px}@media screen and (max-width:768px){.infacom-promo-banner .infacom-promo-banner-title{margin-bottom:11px}}.infacom-promo-banner .infacom-promo-banner-title>*{color:#fff;font-size:3rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:50px;margin-bottom:6px;text-align:center}@media screen and (max-width:768px){.infacom-promo-banner .infacom-promo-banner-title>*{color:#fff;font-size:1.5rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:30px;margin-bottom:0}}.infacom-promo-banner .infacom-promo-banner-item-column .infacom-promo-banner-column-headline{margin-bottom:27px}@media screen and (max-width:768px){.infacom-promo-banner .infacom-promo-banner-item-column .infacom-promo-banner-column-headline{margin-bottom:7px}}.infacom-promo-banner .infacom-promo-banner-item-column .infacom-promo-banner-column-headline>*{color:#fff;font-size:1.875rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:36px;margin-bottom:0;text-align:center}@media screen and (max-width:768px){.infacom-promo-banner .infacom-promo-banner-item-column .infacom-promo-banner-column-headline>*{color:#fff;font-size:.938rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:24px;margin-bottom:0}}.infacom-promo-banner .infacom-promo-banner-item-column .infacom-cta-refresh{margin-bottom:0;margin-top:0;text-align:center}@media screen and (max-width:768px){.infacom-promo-banner .infacom-promo-banner-item-column .infacom-cta-refresh{margin-bottom:11px!important;margin-top:7px!important}}.infacom-promo-banner .infacom-promo-banner-column{padding-bottom:89px;padding-top:89px}@media screen and (max-width:768px){.infacom-promo-banner .infacom-promo-banner-column{margin-right:auto;max-width:70%;padding-bottom:4px;padding-top:14px}}.infacom-promo-banner .infacom-promo-banner-right-align{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media screen and (max-width:768px){.infacom-promo-banner .infacom-promo-banner-right-align{text-align:right}.infacom-promo-banner .infacom-promo-banner-right-align .infacom-promo-banner-column{margin-left:auto;margin-right:0}.infacom-promo-banner .infacom-promo-banner-small .infacom-promo-banner-column{padding-bottom:39px;padding-top:51px}}.infacom-promo-banner .infacom-promo-banner-black .infacom-promo-banner-column .infacom-promo-banner-column-headline>*,.infacom-promo-banner .infacom-promo-banner-black .infacom-promo-banner-title>*{color:#000}.infacom-executives{position:relative}@media screen and (max-width:768px){.infacom-executives{margin:0 auto;width:83%}}.infacom-executives .btn{background-color:#fff;border:none;border-radius:inherit;padding:0;text-align:left;white-space:inherit}.infacom-executives .btn:focus{-webkit-box-shadow:0 0 0 0 transparent;box-shadow:0 0 0 0 transparent}.infacom-executives .modal{overflow-x:hidden;overflow-y:auto;z-index:100001}@media screen and (max-width:768px){.infacom-executives .modal{padding-right:0!important}}.infacom-executives .modal .btn{white-space:nowrap}.infacom-executives .modal-content{border-radius:inherit;padding:35px 30px}@media screen and (max-width:768px){.infacom-executives .modal-content{margin:51% 0;padding:0}}.infacom-executives h2{-webkit-box-pack:start;-ms-flex-pack:start;color:#112128;display:inline-block;font-size:3rem;font-stretch:normal;font-style:normal;font-weight:300;justify-content:flex-start;letter-spacing:normal;line-height:1.42;margin-bottom:7%}@media screen and (max-width:768px){.infacom-executives h2{font-size:1.6rem}}.infacom-executives .modal-dialog .col-md-7 p{color:#112128;font-size:1.125rem;font-stretch:normal;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.78}@media screen and (max-width:768px){.infacom-executives .modal-dialog .col-md-7 p{font-size:.875rem}}@media screen and (min-width:576px){.infacom-executives .modal-dialog{margin:5.75rem auto 1.75rem;max-width:1150px}}.infacom-executives .infacom-employee-card-width{cursor:pointer;margin-bottom:3.1rem;margin-right:4.5%;width:30%}.infacom-executives .infacom-employee-card-width:hover .infacom-employee-read-bio-bg-img{background:url(../svg/arrow_blue.svg) no-repeat 100% 100%;background-size:84% 98%;display:inline-block;height:1.3rem;position:relative;top:4px;-webkit-transition:-webkit-transform .5s ease-in;transition:-webkit-transform .5s ease-in;transition:transform .5s ease-in;transition:transform .5s ease-in,-webkit-transform .5s ease-in;width:5.25rem}@media screen and (max-width:768px){.infacom-executives .infacom-employee-card-width{-webkit-appearance:none;-moz-appearance:none;appearance:none;margin-right:0;min-height:430px;width:100%}}.infacom-executives .btn.infacom-employee-card-width:hover{-webkit-box-shadow:-1px 2px 88px -26px rgba(0,0,0,.75);box-shadow:-1px 2px 88px -26px rgba(0,0,0,.75)}@media screen and (max-width:768px){.infacom-executives .btn.infacom-employee-card-width{-webkit-box-shadow:-1px 2px 88px -26px rgba(0,0,0,.75);box-shadow:-1px 2px 88px -26px rgba(0,0,0,.75)}}.infacom-executives .infacom-employee-cards-last-margin{margin-right:0;position:relative;z-index:99}.infacom-executives .infacom-employee-exe-cards-img{width:100%}@media screen and (max-width:768px){.infacom-executives .infacom-employee-exe-cards-img{height:auto}}.infacom-executives .infacom-employee-executive-content{padding:14px 21px}@media screen and (max-width:768px){.infacom-executives .infacom-employee-executive-content{height:inherit}}.infacom-executives .infacom-employee-exe-name{color:#112128;font-size:2.25rem;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.39;margin-bottom:5px;text-align:left}@media screen and (max-width:768px){.infacom-executives .infacom-employee-exe-name{font-size:1.625rem}}@media screen and (min-width:769px){.infacom-executives .infacom-employee-exe-name{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;height:100px;overflow:hidden;text-overflow:ellipsis}}.infacom-executives .infacom-employee-exe-sub-text{color:#112128;font-size:1.25rem;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.7;margin-bottom:5px;min-height:77px;opacity:.5;text-align:left;text-transform:uppercase}@media screen and (min-width:769px){.infacom-executives .infacom-employee-exe-sub-text{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;height:100px;overflow:hidden;text-overflow:ellipsis}}@media screen and (max-width:768px){.infacom-executives .infacom-employee-exe-sub-text{font-size:.875rem;min-height:inherit}}.infacom-executives .infacom-employee-read-bio{color:#001aff;font-size:1.25rem;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:1.5px;line-height:2rem;position:relative;text-align:left;text-transform:uppercase}.infacom-executives .infacom-employee-read-bio:hover{color:#ff9524}.infacom-executives .infacom-employee-read-bio:hover .infacom-employee-read-bio-bg-img{background:url(../svg/arrow_orange.svg) no-repeat 100% 100%;background-size:84% 98%;display:inline-block;height:1.3rem;position:relative;top:4px;-webkit-transform:translateX(50%);transform:translateX(50%);width:5.25rem}@media screen and (max-width:768px){.infacom-executives .infacom-employee-read-bio{font-size:.875rem}.infacom-executives .infacom-employee-read-bio :hover .infacom-employee-read-bio-bg-img{background-size:50% 81%;height:1.3rem;width:2.5rem}.infacom-executives .infacom-employee-read-bio-bg-img{background:url(../svg/arrow_blue.svg) no-repeat 100% 100%;background-size:50% 81%;display:inline-block;height:1.3rem;position:relative;top:4px;transition:-webkit-transform .5s ease-in;transition:transform .5s ease-in,-webkit-transform .5s ease-in;width:2.5rem}}.infacom-executives .leadership-dot-line{background:url(../png/dotted-line.png) 0 0;background-repeat:round;height:6px;margin-bottom:5%;margin-left:3%;width:93%}@media screen and (max-width:768px){.infacom-executives .leadership-dot-line{background-repeat:repeat-x;width:100%}}@-webkit-keyframes infacomEmployeeAnimateArrowRight{0%{left:0}to{left:-20px}}@keyframes infacomEmployeeAnimateArrowRight{0%{left:0}to{left:-20px}}.modal-content .infacom-employee-close-img{color:#001aff;cursor:pointer;font-size:3rem;font-style:"";font-weight:300;height:.7em;letter-spacing:"";line-height:.5;position:absolute;right:34px;text-align:center;top:30px;width:.7em;z-index:99}.modal-content .infacom-employee-close-img:after{content:"×"}.modal-content .infacom-employee-close-img:hover:after{color:#ff9524}@media screen and (max-width:768px){.modal-content .infacom-employee-close-img{right:5%;top:1%}}.modal-content .infacom-employee-popup-download-img{left:1px;padding:6px 7px 14px 9px;position:relative;top:3px;width:87%}.modal-content .infacom-employee-leadership-popup-img{border-radius:50%}@media screen and (max-width:768px){.modal-content .infacom-employee-leadership-popup-img{display:block;margin:50px auto 0}}.modal-content .infacom-employee-popup-name{color:#112128;font-size:36px;font-stretch:normal;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.39;margin-bottom:0;margin-left:3%;margin-top:31px}@media screen and (max-width:768px){.modal-content .infacom-employee-popup-name{font-size:1.625rem}}.modal-content .infacom-employee-popup-sub-name{color:#555;font-size:1.25rem;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:2.4;margin-bottom:0;margin-left:3%;opacity:.8}@media screen and (max-width:768px){.modal-content .infacom-employee-popup-sub-name{font-size:.875rem;line-height:1.7}}.modal-content .infacom-employee-social-icon-row{margin:0}@media screen and (max-width:768px){.modal-content .infacom-employee-social-icon-column{padding:0}}.modal-content .infacom-employee-popup-download-photo{background-color:hsla(0,0%,80%,.459);border-radius:50%;cursor:pointer;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:40px;margin-left:2%;position:relative;width:40px}.modal-content .infacom-employee-popup-download-photo:hover{background-color:#001aff}.modal-content .infacom-employee-popup-download-photo:hover .infacom-employee-arrow-box{display:block}.modal-content .infacom-employee-btn-position{position:relative;text-align:right}.modal-content .infacom-employee-cards-btn{margin-top:6px;right:0}@media screen and (max-width:768px){.modal-content .infacom-employee-cards-btn{display:none}}.modal-content .infacom-employee-back-cust{margin-right:30px}.modal-content .infacom-employee-btn-prev:hover{color:#ff9524}.modal-content .infacom-employee-btn-prev:hover .infacom-employee-popup-back-bg-img{-webkit-animation:infacomEmployeeAnimateArrowRight .5s;animation:infacomEmployeeAnimateArrowRight .5s;background:url(../svg/arrow_orange.svg) no-repeat 100% 100%;background-size:84% 98%;height:1.3rem;position:relative;right:20px;width:3rem}.modal-content .infacom-employee-popup-back-bg-img{background:url(../svg/arrow_blue.svg) no-repeat 100% 100%;background-size:100% 100%;display:inline-block;height:1.3rem;margin-right:12px;position:relative;top:4px;-webkit-transform:scaleX(-1);transform:scaleX(-1);width:3rem}.modal-content .infacom-employee-back-cust,.modal-content .infacom-employee-next-cust{color:#001aff;font-size:1.25rem;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:1.5px;line-height:normal}.modal-content .infacom-employee-btn-next:hover{color:#ff9524}.modal-content .infacom-employee-btn-next:hover .infacom-employee-popup-next-bg-img{background:url(../svg/arrow_orange.svg) no-repeat 100% 100%;background-size:84% 98%;height:1.3rem;-webkit-transform:translateX(50%);transform:translateX(50%);width:3rem}.modal-content .infacom-employee-popup-content-txt-1{margin-top:30px}.modal-content .infacom-employee-blank-col{padding:0}.modal-content .infacom-employee-popup-dot-img{background:url(../png/dotted-line-vertical.png) 0 0;background-repeat:no-repeat;height:100%;margin-left:30px;margin-top:37%}@media screen and (max-width:768px){.modal-content .infacom-employee-popup-dot-img{display:none}.modal-content .infacom-employee-popup-dot-img-horizontal{background:url(../png/dotted-line.png) 0 0 no-repeat;height:5px;margin:4% 0}}.modal-content .infacom-employee-recent-article-about-popup{color:#112128;font-size:1.5rem;font-stretch:normal;font-style:normal;font-weight:500;letter-spacing:normal;line-height:2;margin:5% 0 0}@media screen and (max-width:768px){.modal-content .infacom-employee-recent-article-about-popup{font-size:.875rem}}.modal-content .infacom-employee-article-content-popup{color:#112128;font-size:1.5rem;font-stretch:normal;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.58}@media screen and (max-width:768px){.modal-content .infacom-employee-article-content-popup{font-size:.875rem}}.modal-content .infacom-employee-article-logo{height:auto;position:relative;top:12px;width:auto}@media screen and (max-width:768px){.modal-content .infacom-employee-article-logo{position:static}}.modal-content .infacom-employee-article-sub-content-popup{display:inline-table;margin-left:24px;width:230px}@media screen and (max-width:768px){.modal-content .infacom-employee-article-sub-content-popup{display:inherit;margin:6% 0 35%;width:inherit}}.modal-content .infacom-employee-article-sub-txt-1{color:#112128;margin-bottom:6px}.modal-content .infacom-employee-article-sub-txt-1,.modal-content .infacom-employee-article-sub-txt-2{font-size:1.25rem;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:1.5px;line-height:normal;text-transform:uppercase}.modal-content .infacom-employee-article-sub-txt-2{color:#001aff;cursor:pointer;margin-bottom:0}.modal-content .infacom-employee-article-sub-txt-2:hover .infacom-arrow-right{-webkit-transform:translateX(50%);transform:translateX(50%)}.modal-content .infacom-employee-popup-next-bg-img{background:url(../svg/arrow_blue.svg) no-repeat 100% 100%;background-size:100% 100%;display:inline-block;height:1.3rem;margin-left:10px;position:relative;top:4px;-webkit-transition:-webkit-transform .5s ease-in;transition:-webkit-transform .5s ease-in;transition:transform .5s ease-in;transition:transform .5s ease-in,-webkit-transform .5s ease-in;width:3rem}.modal-content .infacom-employee-arrow-box{background:#fff;border:1px solid #001aff;bottom:43px;color:#112128;display:none;font-size:10px;font-style:"";font-weight:"";left:-40px;letter-spacing:.75px;line-height:"";padding:4px;position:absolute;text-align:center;width:101px}.modal-content .infacom-employee-arrow-box:after{border:5px solid hsla(0,0%,100%,0);border-top-color:#fff;content:" ";height:0;left:50%;margin-left:-6px;pointer-events:none;position:absolute;top:100%;width:0}.modal-content .infacom-employee-arrow-box:before{border:6px solid rgba(255,168,54,0);border-top-color:#001aff;content:" ";height:0;left:50%;margin-left:-7px;pointer-events:none;position:absolute;top:100%;width:0}@media screen and (max-width:768px){.infacom-events-body{padding:6% 14%}}@media screen and (min-width:769px){.infacom-events-body{margin-top:1%;padding:0}}.infacom-events-body .infacom-widget-desc>*{display:inline;font-size:inherit;font-weight:inherit}@media screen and (max-width:768px){.infacom-events-body .infacom-widget-desc>*{line-height:1;margin-bottom:0}}@media screen and (min-width:769px){.infacom-events-body .infacom-widget-desc>*{opacity:1}}.infacom-events-body .infacom-widget-desc .infacom-event-title,.infacom-events-body .infacom-widget-desc .infacom-featured-event-type{display:inline-block;margin-right:13px}.infacom-events-body .infacom-event-widget-type{color:#000;display:inline;font-size:1rem;font-style:normal;font-weight:300;letter-spacing:1px;line-height:2.38;opacity:.75}@media screen and (max-width:768px){.infacom-events-body .infacom-main-event{-webkit-box-shadow:15px 3px 34px 0 rgba(0,0,0,.15);box-shadow:15px 3px 34px 0 rgba(0,0,0,.15);padding:0}}@media screen and (min-width:769px){.infacom-events-body .infacom-main-event{-webkit-box-shadow:none;box-shadow:none;padding:0 0 0 15px}.infacom-events-body .infacom-main-event div{padding:2% 0 0}}.infacom-events-body .infacom-main-event.featured-media-hidden .infacom-main-event-image{display:none}@media screen and (max-width:768px){.infacom-events-body .infacom-main-event .infacom-widget-desc{padding-bottom:10px}}.infacom-events-body .infacom-main-event .infacom-main-event-image{padding:0}@media screen and (min-width:769px){.infacom-events-body .infacom-main-event .infacom-main-event-image{padding:0 0 2%}}.infacom-events-body .infacom-main-event .infacom-main-event-image img{height:auto;max-width:100%;width:100%}@media screen and (max-width:768px){.infacom-events-body .infacom-main-event .infacom-main-event-image img{height:168px}}.infacom-events-body .infacom-main-event .infacom-main-event-image .video-player{padding:0!important}@media screen and (max-width:768px){.infacom-events-body .infacom-main-event .infacom-main-event-body{padding:25px}.infacom-events-body .infacom-main-event .infacom-main-event-body .infacom-main-event-title-default{font-size:1.375rem;padding:5% 10%}}@media screen and (min-width:769px){.infacom-events-body .infacom-main-event .infacom-main-event-body .infacom-main-event-title-default{color:#112128;font-size:2.25rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.39;padding:2% 0}}@media screen and (max-width:768px){.infacom-events-body .infacom-main-event .infacom-main-event-body .infacom-main-event-title-default.infacom-main-event-title{padding:0}}@media screen and (min-width:769px){.infacom-events-body .infacom-main-event .infacom-main-event-body .infacom-main-event-title-default.infacom-main-event-title{padding:2% 0 0}.infacom-events-body .infacom-main-event .infacom-main-event-body .infacom-main-event-title-default.infacom-main-event-title>*{color:#112128;line-height:1.39}}@media screen and (max-width:768px){.infacom-events-body .infacom-main-event .infacom-main-event-body .infacom-main-event-title-default.infacom-main-event-title>p{color:"";font-size:26px;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.38;margin-bottom:0}}@media screen and (min-width:769px){.infacom-events-body .infacom-main-event .infacom-main-event-body .infacom-main-event-title-default.infacom-main-event-title>p{color:#112128;font-size:2.25rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.39;margin-bottom:0}}.infacom-events-body .infacom-main-event .infacom-main-event-body .infacom-main-event-start-date{opacity:.5}@media screen and (max-width:768px){.infacom-events-body .infacom-main-event .infacom-main-event-body .infacom-main-event-start-date{color:#112128;font-size:.875rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.86;padding:5% 0}}@media screen and (min-width:769px){.infacom-events-body .infacom-main-event .infacom-main-event-body .infacom-main-event-start-date{color:#112128;font-size:1rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:2.38;padding:0 0 2%}}@media screen and (max-width:768px){.infacom-events-body .infacom-main-event .infacom-main-event-body .infacom-main-event-description-default{font-size:.875rem;padding:5% 10%}}@media screen and (min-width:769px){.infacom-events-body .infacom-main-event .infacom-main-event-body .infacom-main-event-description-default{color:"";font-size:1.5rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.58;margin-top:15px;padding:2% 0;width:90%}}@media screen and (max-width:768px){.infacom-events-body .infacom-main-event .infacom-main-event-body .infacom-main-event-description-default.infacom-main-event-description{padding:5% 5% 5% 0}}@media screen and (min-width:769px){.infacom-events-body .infacom-main-event .infacom-main-event-body .infacom-main-event-description-default.infacom-main-event-description{padding:0 0 2%;width:90%}.infacom-events-body .infacom-main-event .infacom-main-event-body .infacom-main-event-description-default.infacom-main-event-description>*{line-height:1.58}}@media screen and (max-width:768px){.infacom-events-body .infacom-main-event .infacom-main-event-body .infacom-main-event-description-default.infacom-main-event-description>p{color:#323232;font-size:18px;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.78}}@media screen and (min-width:769px){.infacom-events-body .infacom-main-event .infacom-main-event-body .infacom-main-event-description-default.infacom-main-event-description>p{font-size:1.5rem;font-weight:300}}@media screen and (max-width:768px){.infacom-events-body .infacom-main-event .infacom-main-event-body .infacom-main-event-cta{padding-top:5%}}@media screen and (min-width:769px){.infacom-events-body .infacom-main-event .infacom-main-event-body .infacom-main-event-cta{padding:2% 0}}@media screen and (max-width:768px){.infacom-events-body .infacom-main-event .infacom-main-event-body .infacom-main-event-cta a{text-align:center;width:100%}}@media screen and (min-width:769px){.infacom-events-body .infacom-main-event .infacom-main-event-body .infacom-main-event-cta div{padding-top:0}}@media screen and (max-width:768px){.infacom-events-body .infacom-event-list{margin-left:0}}@media screen and (min-width:769px){.infacom-events-body .infacom-event-list{margin-left:5%;padding-bottom:2%}}@media screen and (max-width:768px){.infacom-events-body .infacom-event-list .infacom-event{-webkit-box-shadow:15px 3px 34px 0 rgba(0,0,0,.15);box-shadow:15px 3px 34px 0 rgba(0,0,0,.15);margin-top:10%}}@media screen and (min-width:769px){.infacom-events-body .infacom-event-list .infacom-event{-webkit-box-shadow:7px 8px 10px 0 rgba(0,0,0,.08);box-shadow:7px 8px 10px 0 rgba(0,0,0,.08);margin-bottom:6%;margin-top:0;min-height:220px;overflow:hidden;-webkit-transition:all .2s ease;transition:all .2s ease}.infacom-events-body .infacom-event-list .infacom-event:hover{-webkit-box-shadow:12px 12px 27px 0 rgba(0,0,0,.15);box-shadow:12px 12px 27px 0 rgba(0,0,0,.15)}}@media screen and (max-width:768px){.infacom-events-body .infacom-event-list .infacom-event-info{padding:25px}}@media screen and (min-width:769px){.infacom-events-body .infacom-event-list .infacom-event-info{margin-left:2%;margin-top:2%}}.infacom-events-body .infacom-event-list.media-hidden .infacom-event-image{display:none}.infacom-events-body .infacom-event-list .infacom-event-image{overflow:hidden}@media screen and (max-width:768px){.infacom-events-body .infacom-event-list .infacom-event-image{padding:0}}@media screen and (min-width:769px){.infacom-events-body .infacom-event-list .infacom-event-image{background-position:50%;background-repeat:no-repeat;background-size:cover;padding:0}}.infacom-events-body .infacom-event-list .infacom-event-image img{height:100%;max-width:100%;-webkit-transform:scale(1);transform:scale(1);-webkit-transition:all .5s ease;transition:all .5s ease;width:100%}@media screen and (max-width:768px){.infacom-events-body .infacom-event-list .infacom-event-image img{height:168px}}@media screen and (min-width:769px){.infacom-events-body .infacom-event-list .infacom-widget-desc-default p{margin-bottom:0}}@media screen and (max-width:768px){.infacom-events-body .infacom-event-list .infacom-event-text-small-default,.infacom-events-body .infacom-event-list .infacom-event-text-small>p{font-size:1.375rem;font-weight:300;-ms-hyphens:auto;hyphens:auto}}@media screen and (min-width:769px){.infacom-events-body .infacom-event-list .infacom-event-text-small{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:block;display:-webkit-box;height:80px;overflow:hidden;text-overflow:ellipsis}.infacom-events-body .infacom-event-list .infacom-event-text-small>*{color:#112128;font-size:"";font-style:normal;font-weight:"";letter-spacing:normal;line-height:1.58}.infacom-events-body .infacom-event-list .infacom-event-text-small>p{color:#112128;font-size:1.5rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.58}}@media screen and (max-width:768px){.infacom-events-body .infacom-event-list .infacom-event-text-small-default{font-size:1.375rem;font-weight:300;-ms-hyphens:auto;hyphens:auto}}@media screen and (min-width:769px){.infacom-events-body .infacom-event-list .infacom-event-text-small-default{color:#112128;font-size:1.5rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.58}}@media screen and (max-width:768px){.infacom-events-body .infacom-event-list .infacom-event-read-more{margin-top:10%}}@media screen and (min-width:769px){.infacom-events-body .infacom-event-list .infacom-event-read-more{padding-bottom:0;padding-top:4%}}.infacom-events-body .infacom-event-list .infacom-event-start-date{opacity:.5}@media screen and (max-width:768px){.infacom-events-body .infacom-event-list .infacom-event-start-date{font-size:16px;letter-spacing:1px}}@media screen and (min-width:769px){.infacom-events-body .infacom-event-list .infacom-event-start-date{color:#112128;font-size:1.25rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.4}}.events .container{overflow-x:hidden}.events .container .infacom-cta-refresh{overflow-x:initial}.event-tile-background-white .infacom-event-list .infacom-event{background-color:#fff}.infacom-final-cta{margin-bottom:16px;margin-top:16px}@media screen and (max-width:768px){.infacom-final-cta{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:8px;margin-top:8px;vertical-align:middle}}.infacom-final-cta .infacom-home-final-cta{height:auto;margin-left:0!important;min-width:100%}@media screen and (max-width:768px){.infacom-final-cta .infacom-home-final-cta{height:auto;width:268px}}@media screen and (min-width:769px){.infacom-final-cta .infacom-home-final-cta{margin-left:4%}.infacom-final-cta .infacom-home-final-cta.order-md-first{display:inline-block}}.infacom-final-cta .infacom-home-final-cta.infacom-hero-final-cta{min-width:auto}@media screen and (min-width:769px){.infacom-final-cta .infacom-home-final-cta.infacom-hero-final-cta{margin-left:0}}.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-text{background-color:#fff;height:410px;left:0;margin-bottom:65px;padding:5% 138px 0 15px;position:absolute;top:110px;width:68%;z-index:100}@media screen and (max-width:768px){.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-text{height:116px;margin-bottom:25px;padding-right:0;padding-top:0;top:0;width:88%}}.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-text .infacom-final-cta-title *{color:#112128;font-size:3rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.42;margin-bottom:30px}@media screen and (max-width:768px){.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-text .infacom-final-cta-title *{font-size:1.625rem;line-height:1.38;margin-bottom:25px;width:88%}}.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-text .infacom-final-cta-title p span:nth-child(2){color:#ff4d00}.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-buttons{padding-top:150px}@media screen and (max-width:768px){.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-buttons{padding-top:25px}}.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-buttons__wrapper{margin-bottom:0}.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-buttons.partners-page{padding-top:0}.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-buttons .infacom-final-cta-blue-button{background-color:#001aff;color:#fff;font-size:1rem;font-style:normal;font-weight:400;letter-spacing:1.5px;line-height:1.375;margin-bottom:30px;text-align:center;width:100%}@media screen and (min-width:768px){.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-buttons .infacom-final-cta-blue-button{color:#fff;font-size:1.25rem;font-style:normal;font-weight:400;letter-spacing:1.5px;line-height:1.2;margin-right:30px;text-align:left;width:auto}}@media screen and (max-width:768px){.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-buttons .infacom-final-cta-blue-button{height:auto;margin-right:0}}.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-buttons .infacom-final-cta-blue-button:hover{background-color:#0d1a86}.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-buttons .infacom-final-cta-blue-button>a,.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-buttons .infacom-final-cta-blue-button>a:hover{color:#fff;text-decoration:none}.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-buttons .infacom-final-cta-blue-button svg{-webkit-transform:translateY(-3px);transform:translateY(-3px)}.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-buttons .infacom-cta-trial{color:#001aff;display:block;font-size:1rem;font-style:normal;font-weight:600;letter-spacing:normal;line-height:1.375;margin-bottom:30px;text-align:center;text-transform:capitalize;width:100%}@media screen and (min-width:768px){.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-buttons .infacom-cta-trial{color:#001aff;display:inline-block;font-size:1.125rem;font-style:normal;font-weight:600;letter-spacing:normal;line-height:1.22;text-align:left;width:auto}.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-buttons .infacom-cta-trial.partners-page{margin-left:5%}}.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-buttons .infacom-cta-trial:hover{color:#0d1a86!important;text-decoration:none}.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-buttons .infacom-cta-trial:hover svg path{stroke:#0d1a86}.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-buttons .infacom-cta-trial.infa-o-cta__link--capitalize{letter-spacing:1.5px;text-transform:uppercase}@media screen and (max-width:768px){.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-img-mobile{margin-top:290px}}.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-img{float:right;height:auto;max-width:100%;width:auto}@media screen and (max-width:768px){.infacom-final-cta .infacom-home-final-cta .infacom-final-cta-img{float:none;height:278px;margin-top:260px;width:268px}.infacom-final-cta .infacom-home-final-cta .infacom-partners-hero-title{color:#112128;font-size:2rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.31;padding-top:5%;width:100%}}@media screen and (min-width:769px){.infacom-final-cta .infacom-home-final-cta .infacom-partners-hero-title{color:#112128;font-size:3.875rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.16;width:104%}}@media screen and (max-width:768px){.infacom-final-cta .infacom-home-final-cta .infacom-partners-hero-title .infacom-final-cta-title *{color:#112128;font-size:2rem;font-weight:300;line-height:1.31;padding-top:5%;width:100%}}@media screen and (min-width:769px){.infacom-final-cta .infacom-home-final-cta .infacom-partners-hero-title .infacom-final-cta-title *{color:#112128;font-size:3.875rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.16;width:104%}}@media screen and (max-width:768px){.infacom-final-cta .infacom-home-final-cta .infacom-partners-hero-title .infacom-final-cta-title .infacom-partners-hero-text{color:#112128;font-size:.875rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.57;margin-top:5%}}@media screen and (min-width:769px){.infacom-final-cta .infacom-home-final-cta .infacom-partners-hero-title .infacom-final-cta-title .infacom-partners-hero-text{color:#112128;font-size:1.5rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.58;margin-bottom:3%;margin-top:4%}}.infacom-final-cta .infacom-home-final-cta .infacom-partners-hero-title .infacom-arrow-right{position:relative}@media screen and (max-width:768px){.infacom-final-cta .infacom-home-final-cta .infacom-partners-hero-title .infacom-arrow-right{bottom:0;margin-left:8px}.infacom-final-cta .infacom-final-cta-row{margin:0 4%;width:100%}}@media screen and (min-width:769px){.infacom-final-cta .infacom-final-cta-row .infacom-partners-logo-section.partners-page{background:none!important;margin-left:0;padding-top:3%}}@media screen and (max-width:768px){.infacom-final-cta .infacom-final-cta-row .infacom-partners-logo-section.partners-page .infacom-partners-page-logos{background:url(../svg/hero-dots-mobile.svg) no-repeat;background-size:99%;display:none;margin-left:-1%;margin-top:-20%;padding-bottom:20%}}@media screen and (min-width:769px){.infacom-final-cta .infacom-final-cta-row .infacom-partners-logo-section.partners-page .infacom-partners-page-logos{background:url(../svg/hero-dots-desktop.svg) no-repeat;background-size:126%;width:100%}}@media screen and (max-width:768px){.infacom-final-cta .infacom-final-cta-row .infacom-partners-logo-section.partners-page .infacom-partners-page-logos .row{margin-top:22%;padding:0 4%}}@media screen and (min-width:769px){.infacom-final-cta .infacom-final-cta-row .infacom-partners-logo-section.partners-page .infacom-partners-page-logos .row{margin-left:24%;margin-top:10%}}@media screen and (max-width:768px){.infacom-final-cta .infacom-final-cta-row .infacom-partners-logo-section.partners-page .infacom-partners-logo-container.partners-page{margin-left:4%;padding:1%;width:25%}}@media screen and (min-width:769px){.infacom-final-cta .infacom-final-cta-row .infacom-partners-logo-section.partners-page .infacom-partners-logo-container.partners-page{text-align:center}}@media screen and (max-width:768px){.infacom-final-cta .infacom-final-cta-row .infacom-partners-logo-section.partners-page .infacom-partners-logo.partners-page{height:auto;margin-bottom:25%;margin-left:15%;margin-right:5%;padding-right:25%}}@media screen and (min-width:769px){.infacom-final-cta .infacom-final-cta-row .infacom-partners-logo-section.partners-page .infacom-partners-logo.partners-page{margin-bottom:43%}}@media screen and (max-width:768px){.infacom-final-cta .infacom-final-cta-row .infacom-finalcta-multiple-logos{margin:0 9%!important}.infacom-final-cta .infacom-final-cta-row .infacom-finalcta-multiple-logos .infacom-hide-grid-pattern{display:none}.infacom-final-cta .infacom-final-cta-row .infacom-finalcta-multiple-logos .infacom-home-final-cta{padding-left:0}}@media screen and (min-width:769px){.infacom-final-cta .infacom-final-cta-row .infacom-finalcta-multiple-logos .infacom-home-final-cta{padding-left:15px}}.CoveoSearchInterface.infacom-resource-library-component .infa-c-generic-search-facet-result__header.coveo-search-section{margin:0}@media screen and (max-width:991px){.CoveoSearchInterface.infacom-resource-library-component .infa-c-generic-search-facet-result__header.coveo-search-section{margin:0 0 24px}}.CoveoSearchInterface.infacom-resource-library-component .infa-c-generic-search-facet-result__header .coveo-sort-section .sort-by-wrap .CoveoSort.coveo-selected{border-bottom:none}.CoveoSearchInterface.infacom-resource-library-component .infa-c-generic-search-facet-result__header .coveo-sort-section .sort-by-wrap .CoveoSort.coveo-selected>:first-child{border-bottom:2px solid}.CoveoSearchInterface.infacom-resource-library-component .infa-c-generic-search-facet-result__header .coveo-sort-section .sort-by-wrap .CoveoSort .coveo-icon{display:block}.CoveoSearchInterface.infacom-resource-library-component .infa-c-generic-search-facet-result__header .coveo-sort-section .sort-by-wrap .CoveoSort .coveo-icon svg{height:8px}.CoveoSearchInterface.infacom-resource-library-component .infa-c-generic-search-facet-result__header .coveo-sort-section .sort-by-wrap .CoveoSort .coveo-icon svg g{fill:#101820}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body{-webkit-column-gap:40px;-moz-column-gap:40px;column-gap:40px}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-sort-section--mobile{margin-bottom:24px}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-sort-section--mobile .sort-by-wrap .CoveoSort.coveo-selected{border-bottom:none}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-sort-section--mobile .sort-by-wrap .CoveoSort.coveo-selected>:first-child{border-bottom:2px solid}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-sort-section--mobile .sort-by-wrap .CoveoSort .coveo-icon{display:block}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-sort-section--mobile .sort-by-wrap .CoveoSort .coveo-icon svg g{fill:#101820}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .infa-c-generic-search-facet-result__filter{margin:24px 0 0}@media screen and (max-width:991px){.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .infa-c-generic-search-facet-result__filter{margin:0}}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .infa-c-generic-search-facet-result__filter .infa-filters-row,.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .infa-c-generic-search-facet-result__filter .infa-search-term-row{margin-bottom:24px}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label .coveo-checkbox-span-label-suffix{display:block}@media screen and (min-width:768px){.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .coveo-results-header{margin:0 0 8px 20px}}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .coveo-results-header .coveo-summary-section .display-results{margin-bottom:13px}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .coveo-result-cell{padding-left:0}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList{margin-right:20px}@media screen and (max-width:767px){.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList{margin-right:0}}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container{-webkit-box-pack:start;-ms-flex-pack:start;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;justify-content:start;margin-left:20px}@media screen and (max-width:767px){.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container{gap:0;margin-left:0;margin-right:0}}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult{border-radius:4px;-webkit-box-shadow:0 4px 13px 0 rgba(0,0,0,.25);box-shadow:0 4px 13px 0 rgba(0,0,0,.25)}@media screen and (min-width:1200px){.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult{width:calc(33.33% - 24px)}}@media screen and (min-width:992px)and (max-width:1199px){.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult{width:calc(50% - 20px)}}@media screen and (max-width:767px){.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult{max-height:100%}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult:nth-last-child(4) .coveo-result-frame{border-bottom:none}}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame:after{display:none}@media screen and (max-width:767px){.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame{border-bottom:1px solid #c1c1c1}}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .infacom-resource-lib-item.infa-card-cover{height:300px;padding:16px}@media screen and (max-width:767px){.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .infacom-resource-lib-item.infa-card-cover{height:auto;padding:0}}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .infacom-resource-lib-item.infa-card-cover .coveo-result-row:not(:first-child){padding:0}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .infacom-resource-lib-item.infa-card-cover .coveo-tile-header{-webkit-box-pack:justify;-ms-flex-pack:justify;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin:0 0 16px}@media screen and (max-width:767px){.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .infacom-resource-lib-item.infa-card-cover .coveo-tile-header{margin:0}}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .infacom-resource-lib-item.infa-card-cover .coveo-tile-header .coveo-tile-icon img{height:30px}@media screen and (max-width:767px){.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .infacom-resource-lib-item.infa-card-cover .coveo-tile-header .coveo-tile-icon{display:none}}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .infacom-resource-lib-item.infa-card-cover .coveo-tile-header .coveo-resource-badges{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;gap:4px}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .infacom-resource-lib-item.infa-card-cover .coveo-tile-header .coveo-resource-badges img{height:20px}@media screen and (max-width:767px){.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .infacom-resource-lib-item.infa-card-cover .coveo-tile-header .coveo-resource-badges .coveo-result-cell{margin:0 0 8px}}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .infacom-resource-lib-item.infa-card-cover .infa-coveo-card-content-type{margin:0 0 8px}@media screen and (max-width:767px){.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .infacom-resource-lib-item.infa-card-cover .infa-coveo-card-content-type{margin:0 0 4px}}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .infacom-resource-lib-item.infa-card-cover .infa-card-coveo-title{margin:0 0 8px}@media screen and (max-width:767px){.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .infacom-resource-lib-item.infa-card-cover .infa-card-coveo-title{margin:0}}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .infacom-resource-lib-item.infa-card-cover .infa-card-coveo-title .infa-coveo-card-title{margin-bottom:0}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .infacom-resource-lib-item.infa-card-cover .infa-card-coveo-title .infa-coveo-card-title span{-webkit-box-orient:vertical;-webkit-line-clamp:6;font-weight:700;overflow:hidden;text-overflow:ellipsis}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .infacom-resource-lib-item.infa-card-cover .infa-card-coveo-title.has-description .infa-coveo-card-title span{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;font-weight:700;overflow:hidden;text-overflow:ellipsis}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .infacom-resource-lib-item.infa-card-cover .infa-coveo-card-description{-webkit-line-clamp:3;margin-bottom:0}@media screen and (max-width:767px){.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .infacom-resource-lib-item.infa-card-cover .infa-coveo-card-description{margin:4px 0 0}}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .infa-card-footer{margin:auto 0 0}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .infa-card-footer .infa-o-cta__link--video{margin-left:5px}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-card-layout-container .coveo-card-layout.CoveoResult .infa-card-footer .infa-o-cta__link--video svg{margin-bottom:2px}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .infa-pagination{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 10px}@media screen and (max-width:767px){.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .infa-pagination{margin-right:0;margin-top:42px}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .infa-pagination .infa-search-back-to-top{margin-bottom:16px;text-align:right}}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .infa-pagination .infa-search-back-to-top .infa-event-back-to-top{float:none;margin:0}.CoveoSearchInterface.infacom-resource-library-component .coveo-main-section.infa-c-generic-search-facet-result__body .infa-pagination .CoveoPager{margin:0}.CoveoSearchInterface.infacom-resource-library-component.CoveoSearchInterface{font-family:inherit}.CoveoSearchInterface.infacom-resource-library-component.CoveoSearchInterface .infacom-resource-lib-item:focus,.CoveoSearchInterface.infacom-resource-library-component.CoveoSearchInterface .infacom-resource-lib-item:hover{text-decoration:none}@media screen and (max-width:991px){.infa-c-coveo-customer-success-story-section .infa-c-generic-coveo-section--title{text-align:center}}.infa-c-coveo-customer-success-story-section .infa-c-generic-coveo-section--title>p{font-size:inherit;font-weight:inherit;line-height:inherit;margin-bottom:0}.infacom-customer-success-story-component.infa-c-generic-search-facet-result{margin-top:24px}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface{font-family:inherit}@media screen and (max-width:767px){.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-card-layout-container{gap:0}}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-card-layout-container .coveo-card-layout.CoveoResult{width:calc(33.33% - 23px)}@media screen and (max-width:991px){.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-card-layout-container .coveo-card-layout.CoveoResult{width:calc(50% - 23px)}}@media screen and (max-width:767px){.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-card-layout-container .coveo-card-layout.CoveoResult{width:100%}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame{padding:0}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame:after{bottom:0}}@media screen and (max-width:768px){.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-dropdown-header-wrapper{margin:15px 0 15px 7%!important}}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body{display:block;margin-top:0}@media screen and (max-width:767px){.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body{margin:0}}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .CoveoBreadcrumb{color:var(--infa-color-grey-4);font-size:var(--infa-typo-h5-font-size);font-weight:var(--infa-typo-h5-font-weight);line-height:var(--infa-typo-h5-line-height);margin-bottom:0}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .CoveoBreadcrumb .coveo-breadcrumb-clear-all,.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .CoveoBreadcrumb .coveo-breadcrumb-items .coveo-breadcrumb-item,.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .CoveoBreadcrumb .coveo-breadcrumb-items .coveo-breadcrumb-item .coveo-dynamic-facet-breadcrumb-title,.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .CoveoBreadcrumb .coveo-breadcrumb-items .coveo-breadcrumb-item .coveo-dynamic-facet-breadcrumb-value{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .CoveoBreadcrumb .coveo-breadcrumb-clear-all>*{color:var(--infa-color-orange-4);font-size:inherit;font-weight:inherit;line-height:inherit;text-transform:none}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;position:relative}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay{-webkit-box-flex:1;-ms-flex:1;flex:1}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay .coveo-facet-column{-webkit-box-flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex:1;flex:1;gap:24px;width:auto}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay .coveo-facet-column .CoveoDynamicFacet{-webkit-box-flex:1;-ms-flex:1;flex:1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin-bottom:0;max-width:33%;position:relative}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header .coveo-dynamic-facet-header-collapse .coveo-dynamic-facet-collapse-toggle-svg{color:var(--infa-color-blue);-webkit-transform:rotate(-180deg);transform:rotate(-180deg)}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header .coveo-dynamic-facet-header-expand .coveo-dynamic-facet-collapse-toggle-svg{color:var(--infa-color-blue);-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header-title{color:var(--infa-color-black)}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay .coveo-facet-column .CoveoDynamicFacet .infa-coveo-header-facet{background:#fff;border:1px solid #e0e0e0;border-radius:0 0 4px 4px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px 0 rgba(0,0,0,.12);margin:0 -1px;position:absolute;width:-webkit-fill-available;width:-moz-available;z-index:10}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay .coveo-facet-column .CoveoDynamicFacet .infa-coveo-header-facet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label .coveo-checkbox-span-label{color:var(--infa-color-black);margin-right:0}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay .CoveoBreadcrumb,.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay .filters-overlay-btn-mobile-wrapper,.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filters-btn-mobile{display:none}@media screen and (max-width:767px){.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay .coveo-facet-column{gap:16px}}@media screen and (max-width:991px){.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-desktop-text{display:none}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay{background:#fff;opacity:0;position:absolute;top:0;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:visibility 0s .4s,opacity .4s ease,-webkit-transform .4s ease;transition:visibility 0s .4s,opacity .4s ease,-webkit-transform .4s ease;transition:visibility 0s .4s,opacity .4s ease,transform .4s ease;transition:visibility 0s .4s,opacity .4s ease,transform .4s ease,-webkit-transform .4s ease;visibility:hidden;width:100%;z-index:998}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay.showOverlay{opacity:1;-webkit-transform:translateX(0);transform:translateX(0);-webkit-transition:visibility 0s,-webkit-transform .4s ease;transition:visibility 0s,-webkit-transform .4s ease;transition:visibility 0s,transform .4s ease;transition:visibility 0s,transform .4s ease,-webkit-transform .4s ease;visibility:visible}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay.hideOverlay{opacity:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay .filter-overlay-content{background:#fff;border-radius:8px;width:100%}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay .filter-overlay-content .filters-overlay-btn-mobile-wrapper{background:var(--infa-color-aqua-4);display:block;left:-50vw;margin-left:50%;position:relative;width:100vw}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay .filter-overlay-content .filters-overlay-btn-mobile-wrapper .filters-overlay-btn-mobile{-webkit-box-pack:justify;-ms-flex-pack:justify;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;padding-bottom:13px;padding-top:13px}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay .filter-overlay-content .filters-overlay-btn-mobile-text{color:var(--infa-color-white);display:inline-block;margin-bottom:0}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay .filter-overlay-content .filters-overlay-close-btn{background:none;border:none;color:inherit;cursor:pointer;font:inherit;margin:0;outline:none;padding:0}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay .filter-overlay-content .facet-wrapper{background:var(--infa-color-white);left:-50vw;margin-left:50%;padding-top:24px;position:relative;width:100vw}}@media screen and (max-width:991px)and (max-width:767px){.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay .filter-overlay-content .facet-wrapper{padding-top:16px}}@media screen and (max-width:991px){.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay .filter-overlay-content .facet-wrapper .coveo-facet-column{-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 auto;padding-bottom:16px}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay .filter-overlay-content .facet-wrapper .coveo-facet-column .CoveoDynamicFacet{-webkit-box-flex:0;-ms-flex:0 calc(50% - 12px);flex:0 calc(50% - 12px);margin-bottom:0;max-width:none;width:calc(50% - 12px)}}@media screen and (max-width:991px)and (max-width:767px){.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay .filter-overlay-content .facet-wrapper .coveo-facet-column .CoveoDynamicFacet{-webkit-box-flex:0;-ms-flex:0 100%;flex:0 100%;width:100%}}@media screen and (max-width:991px){.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay .filter-overlay-content .CoveoBreadcrumb{display:block;padding-top:24px;text-align:end}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filter-overlay .filter-overlay-content .CoveoBreadcrumb .coveo-breadcrumb-items{display:none}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .filters-btn-mobile{background:#fff;border:1px solid #e0e0e0;border-radius:4px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px 0 rgba(0,0,0,.12);cursor:pointer;display:block;margin-bottom:22px;text-align:center;width:100%}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infacom-customer-success-story-coveo-head .container{padding-left:15px;padding-right:15px}}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-sort-section{-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:8px}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-sort-section .CoveoSort{border-bottom:3px solid var(--infa-color-orange-4);color:var(--infa-color-orange-4)}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-sort-section .CoveoSort span{color:var(--infa-color-orange-4);font-size:var(--infa-typo-p-font-size);font-weight:var(--infa-typo-p-font-weight);line-height:var(--infa-typo-p-line-height);margin-bottom:0}@media screen and (max-width:991px){.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-sort-section{margin-bottom:24px}}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column{overflow:visible}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .coveo-results-header{display:none}@media screen and (max-width:767px){.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList{margin:0}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .coveo-result-list-container.coveo-card-layout-container{margin-right:0}}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .CoveoResultList .infa-c-card__body--title{margin:12px 0}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-results-column .infa-pagination{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:24px}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infa-c-generic-search-facet-result__filter{margin:24px 0}@media screen and (max-width:991px){.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .infa-c-generic-search-facet-result__filter .CoveoBreadcrumb{display:none}}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-pager-list .coveo-pager-list-item .coveo-pager-next-icon-svg,.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .coveo-main-section.infa-c-generic-search-facet-result__body .coveo-pager-list .coveo-pager-list-item .coveo-pager-previous-icon-svg{display:none}.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .infacom-customer-story-item:focus,.infacom-customer-success-story-component.infa-c-generic-search-facet-result.CoveoSearchInterface .infacom-customer-story-item:hover{text-decoration:none}.infacom-customer-success-story-component.infa-c-generic-search-facet-result .coveo-main-section .infa-search-back-to-top p{font-size:var(--infa-typo-p-font-size);font-weight:var(--infa-typo-p-font-weight);line-height:var(--infa-typo-p-line-height);margin-top:0}@media screen and (max-width:991px){.infacom-customer-success-story-component.infa-c-generic-search-facet-result .coveo-main-section .infa-search-back-to-top p{margin-bottom:15px}}@media screen and (max-width:768px){.infacom-customer-success-story-component.infa-c-generic-search-facet-result .coveo-main-section .infa-search-back-to-top p{margin-left:0}}@media screen and (min-width:576px){.infacom-customer-success-story-component.infa-c-generic-search-facet-result .coveo-main-section .infa-search-back-to-top p{float:none}}.infacom-customer-success-story-component.infa-c-generic-search-facet-result .coveo-main-section .CoveoPager{margin-top:0}#customerPromoBanner{display:none}.infacom-customer-success-story-component.infa-coveo-search-cards .coveo-card-layout-container{gap:24px}.infacom-customer-success-story-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout:empty{display:none}.infacom-customer-success-story-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult{max-height:100%}.infacom-customer-success-story-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .CoveoResultLink.infacom-customer-story-item .infa-c-card__header{margin-bottom:0}.infacom-customer-success-story-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .CoveoResultLink.infacom-customer-story-item .coveo-result-row.infa-c-card__body--wrapper{margin-bottom:0;margin-top:0}.infacom-customer-success-story-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .CoveoResultLink.infacom-customer-story-item .coveo-result-row.infa-c-card__body--wrapper:not(:first-child){padding:var(--infa-spacing-20)}@media screen and (max-width:767px){.infacom-customer-success-story-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .CoveoResultLink.infacom-customer-story-item .coveo-result-row.infa-c-card__body--wrapper:not(:first-child){padding:0}}.infacom-customer-success-story-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .CoveoResultLink.infacom-customer-story-item.has-logo:not(.hide-tile-images) .coveo-result-row.infa-c-card__body--wrapper{margin-top:39px}@media screen and (max-width:767px){.infacom-customer-success-story-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .CoveoResultLink.infacom-customer-story-item{max-height:100%;padding:var(--infa-spacing-16)}.infacom-customer-success-story-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .CoveoResultLink.infacom-customer-story-item .infa-c-card__header .infa-c-card__header--partner-badge{left:0;top:0}.infacom-customer-success-story-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .CoveoResultLink.infacom-customer-story-item .infa-c-card__header .infa-c-card__header--logo{left:0;top:35px}.infacom-customer-success-story-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .CoveoResultLink.infacom-customer-story-item.has-logo:not(.hide-tile-images) .coveo-result-row.infa-c-card__body--wrapper{margin-top:47px}.infacom-customer-success-story-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .CoveoResultLink.infacom-customer-story-item.has-logo:not(.has-partner-badge) .infa-c-card__header--logo{left:0;top:0}.infacom-customer-success-story-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .CoveoResultLink.infacom-customer-story-item.has-logo:not(.has-partner-badge):not(.hide-tile-images) .infa-c-card__body--wrapper{margin-top:12px}.infacom-customer-success-story-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .CoveoResultLink.infacom-customer-story-item:not(.has-logo).has-partner-badge .infa-c-card__body--wrapper{margin-top:35px}.infacom-customer-success-story-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .CoveoResultLink.infacom-customer-story-item.hide-tile-images .infa-c-card__body--wrapper{padding:0}}.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .blog-infa-tile.infa-c-card__with-full-header-image .infa-c-card__body--wrapper{padding:var(--infa-spacing-16)}.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .blog-infa-tile .coveo-result-row{margin:0}.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .blog-infa-tile:focus,.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .blog-infa-tile:hover{text-decoration:none}.infacom-news .infacom-news-date{color:#101820;font-size:18px;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.5;margin-top:15px!important;opacity:.8}@media screen and (max-width:991px){.infacom-news .infacom-news-date{font-size:16px;line-height:1.375}}@media screen and (max-width:767px){.infacom-news .infacom-news-date{margin-top:8px!important}}.infacom-news .infacom-news-publication{color:#112128;font-size:18px;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.42;margin-top:10px!important}@media screen and (max-width:768px){.infacom-news .infacom-news-publication{font-size:16px}}#noResultsFoundOverride{display:none}@media screen and (max-width:768px){.infacom-product-tiles-container .infacom-sol-recommendedProductsHeader{margin-left:8%}.infacom-product-tiles-container .row.infacom-sol-3column-text{display:block}.infacom-product-tiles-container .tile .tile__container{margin-left:0}.infacom-product-tiles-container .infacom-product-tile-list-variation{margin:8px 5%}.infacom-product-tiles-container .infacom-product-tile-list-variation .infacom-product-tile-cta .infacom-cta-refresh{margin:8px 0!important}.infacom-product-tiles-container .infacom-product-tile-list-variation .col-md-6{margin-bottom:18px}}@media screen and (min-width:769px){.infacom-product-tiles-container .infacom-product-tile-list-variation .col-md-6{margin-bottom:24px}}@media screen and (max-width:768px){.infacom-product-tiles-container .infacom-product-tile-list-variation .col-md-6:last-of-type{margin-bottom:0}.infacom-product-tiles-container .infacom-product-tile-list-variation .col-md-6.clickable-tile a{height:auto;text-transform:inherit;width:auto}.infacom-product-tiles-container .infacom-product-tile-list-variation .col-md-6.clickable-tile a.infacom-cta-link{text-transform:uppercase}}.infacom-product-tiles-container .infacom-product-tile-list-variation.without-cta .col-md-6{margin-bottom:10px}.infacom-product-tiles-container .infacom-product-tile-list-variation.without-cta .description{margin-bottom:0}.infacom-product-tiles-container .infacom-product-tile-list-variation.with-cta .col-md-6{margin-bottom:10px}.infacom-product-tiles-container .infacom-product-tile-list-variation.with-cta .infacom-cta-refresh{margin-bottom:0}.infacom-product-tiles-container .infacom-product-tile-list-variation .heading{overflow:hidden}@media screen and (max-width:768px){.infacom-product-tiles-container .infacom-product-tile-list-variation .heading{color:#000;font-size:1rem;font-style:normal;font-weight:500;letter-spacing:normal;line-height:27px;margin-bottom:6px}}@media screen and (min-width:769px){.infacom-product-tiles-container .infacom-product-tile-list-variation .heading{color:#000;font-size:1.5rem;font-style:normal;font-weight:500;height:31px;letter-spacing:normal;line-height:36px;margin-bottom:12px}}.infacom-product-tiles-container .infacom-product-tile-list-variation.without-cta .heading{color:#001aff;display:inline-block}.infacom-product-tiles-container .infacom-product-tile-list-variation.without-cta .heading:hover{color:#ff4d00}.infacom-product-tiles-container .infacom-product-tile-list-variation .description{overflow:hidden}@media screen and (max-width:768px){.infacom-product-tiles-container .infacom-product-tile-list-variation .description{color:#000;font-size:.75rem;font-style:normal;font-weight:300;letter-spacing:normal;line-height:21px;margin-bottom:12px}}@media screen and (min-width:769px){.infacom-product-tiles-container .infacom-product-tile-list-variation .description{color:#000;font-size:1.125rem;font-style:normal;font-weight:300;height:93px;letter-spacing:normal;line-height:32px;margin-bottom:20px}}@media screen and (max-width:768px){.infacom-resources-list-variation{margin:8px 7%}}.infacom-resources-list-variation .asset-type{opacity:.75;overflow:hidden;text-transform:uppercase}@media screen and (max-width:768px){.infacom-resources-list-variation .asset-type{color:#373737;font-size:.75rem;font-style:normal;font-weight:400;letter-spacing:normal;line-height:18px;margin-bottom:11px}}@media screen and (min-width:769px){.infacom-resources-list-variation .asset-type{color:#373737;font-size:1rem;font-style:normal;font-weight:400;height:36px;letter-spacing:normal;line-height:36px;margin-bottom:12px}}.infacom-resources-list-variation .title{overflow:hidden}@media screen and (max-width:768px){.infacom-resources-list-variation .title{color:#000;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-height:21px;margin-bottom:16px}}@media screen and (min-width:769px){.infacom-resources-list-variation .title{color:#000;font-size:1.5rem;font-style:normal;font-weight:400;height:107px;letter-spacing:normal;line-height:36px;margin-bottom:34px}}.infacom-resources-list-variation .icon{margin-bottom:12px}@media screen and (max-width:768px){.infacom-resources-list-variation .icon{height:30px}}@media screen and (min-width:769px){.infacom-resources-list-variation .icon{height:60px}}@media screen and (max-width:768px){.infacom-resources-list-variation .infacom-cta-refresh{margin-left:0!important}}.infacom-resources-list-variation .infacom-cta-link.video-cta{display:inline-block;margin-top:5px}.infacom-resources-list-variation.without-cta .title a{color:#001aff;display:inline-block;text-decoration:underline}.infacom-resources-list-variation.without-cta .title a:hover{color:#ff4d00;text-decoration:underline!important}@media screen and (max-width:768px){.infacom-resources-list-variation.without-cta .title{margin-bottom:40px}}.infacom-resources-list-variation.without-cta .infacom-cta-link{display:none}.infacom-resources-list-variation.without-cta .col-md-3{margin-bottom:0}.infacom-resources-list-variation .col-md-3{margin-bottom:40px}.infacom-sol-resources{margin-bottom:16px}@media screen and (max-width:768px){.infacom-sol-resources{display:none!important}}.infacom-sol-resources .infacom-sol-card{margin-bottom:21px;min-height:auto;width:83%}.infacom-sol-resources .infacom-sol-card:hover{background:#fff;-webkit-box-shadow:15px 0 34px 0 rgba(0,0,0,.15);box-shadow:15px 0 34px 0 rgba(0,0,0,.15);height:105%;min-height:auto;position:relative;z-index:1000}.infacom-sol-resources .infacom-sol-card:hover .infacom-sol-resourcesLink{visibility:visible!important}.infacom-sol-resources .infacom-sol-card:hover .infacom-sol-resourcesLink .infacom-arrow-right{visibility:visible}.infacom-sol-resources .infacom-sol-card img{margin-bottom:20px}.infacom-sol-resources .infacom-sol-card span{color:#112128;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:1px;line-height:2.38;opacity:.5;padding-left:6%;text-transform:uppercase;width:80%}.infacom-sol-resources .infacom-sol-card h4{-webkit-line-clamp:4;-webkit-box-orient:vertical;color:#112128;display:-webkit-box;font-size:24px;font-stretch:normal;font-style:normal;font-weight:300;height:155px;letter-spacing:normal;line-height:1.58;overflow:hidden;padding-bottom:10px;padding-left:6%;text-overflow:ellipsis;width:80%}.infacom-sol-resources .infacom-sol-card .infacom-sol-resourcesLink{color:#001aff!important;font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;height:25px;letter-spacing:1.5px;line-height:normal;padding-left:6%;text-transform:uppercase;visibility:hidden}.infacom-sol-resources .infacom-sol-card .infacom-sol-resourcesLink .infacom-arrow-right{visibility:hidden}.infacom-sol-resources .infacom-sol-card .infacom-sol-resourcesLink:hover,.infacom-sol-resources .infacom-sol-card .infacom-sol-resourcesLink:hover>i{color:#ff8200!important;text-decoration:none!important}.infacom-sol-resources .infacom-sol-card .infacom-sol-card .infacom-sol-card:hover{-webkit-box-shadow:15px 15px 34px 0 rgba(0,0,0,.15);box-shadow:15px 15px 34px 0 rgba(0,0,0,.15);padding-bottom:31px}.infacom-sol-resources .infacom-sol-card h4{height:auto}.infacom-sol-resources .infacom-sol-card span{display:inline-block;margin-top:15px}.infacom-sol-resources .infacom-resources-dots{background:url(../svg/resources_dots.svg) 0 0;background-position:-8% -1%;background-position-x:right;background-repeat:no-repeat;padding:0;position:relative;top:58px}.resourcesCta>a:hover{color:#ff8200}.infacom-resourceImg-container{background-position:50%;background-repeat:no-repeat;background-size:cover;padding-top:55%}@media screen and (max-width:768px){.infacom-resources-mobile{display:block}.infacom-resources-mobile .infacom-card-swipe-text{color:#112128;font-size:.75rem;margin-bottom:-5%;margin-left:auto;margin-top:4%;opacity:.5;overflow:hidden;text-transform:uppercase;width:20%}.infacom-resources-mobile .infacom-resource-card.card{-webkit-box-shadow:15px 3px 34px 0 rgba(0,0,0,.15);box-shadow:15px 3px 34px 0 rgba(0,0,0,.15);margin:10% auto 14px -5px;width:97%!important}.infacom-resources-mobile .infacom-resource-card.card .card-text{min-height:auto}.infacom-resources-mobile .infacom-resource-card.card .infacom-tab-link{color:#001aff!important;font-size:.875rem;margin-top:10%;text-transform:uppercase}.infacom-resources-mobile .infacom-resource-card.card .infacom-tab-link .infacom-video-play{left:39%;position:absolute;top:12%;width:23%!important}.infacom-resources-mobile .card-text{min-height:71px}.infacom-resources-mobile i.infacom-cta-arrow{font-size:1.2rem;opacity:.75}.infacom-resources-mobile .infacom-mobile-carouselType{color:#889094;text-transform:uppercase}.infacom-resources-mobile .card-title{font-size:1.375rem;font-weight:300}.infacom-section{display:none}}@media screen and (min-width:769px){.infacom-resources-mobile{display:none}.infacom-sol-resources{display:block}.infacom-sol-card>img{width:100%}.resourcesCta{text-align:center!important}}.resources .infacom-heading-section>p{margin-top:90px}@media screen and (max-width:768px){.resources .infacom-heading-section>p{margin-top:40px}.resources .infacom-heading-section{margin-top:50px}.resources .infacom-resources-heading .infacom-heading-section{margin:8px 6% 8px 9%}}.resources .infacom-resources-heading .infacom-heading-section .infacom-section-title-rte>*{margin-bottom:43px;width:100%}@media screen and (max-width:768px){.resources .infacom-resources-heading .infacom-heading-section .infacom-section-title-rte>*{margin-bottom:0}}.infacom-wrapper{height:600px;margin:0 auto;position:relative;width:600px}@media screen and (max-width:768px){.infacom-wrapper{height:300px;width:300px}}.infacom-circle-logo-wrapper{border-radius:100%;left:40%;position:absolute;top:40%}@media screen and (max-width:768px){.infacom-circle-logo-wrapper{left:38%}}.infacom-logo-item{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#fff;border-radius:50%;-webkit-box-shadow:0 0 20px 0 rgba(0,0,0,.14);box-shadow:0 0 20px 0 rgba(0,0,0,.14);display:-webkit-box;display:-ms-flexbox;display:flex;height:123px;justify-content:center;left:50%;padding:10px 15px;position:absolute;top:50%;width:123px}@media screen and (max-width:768px){.infacom-logo-item{height:65px;padding:8px 14px;width:65px}}.infacom-logo-item:first-of-type{-webkit-transform:rotate(36deg) scale(.5) translate(10px,10px) rotate(-36deg) translate(0);transform:rotate(36deg) scale(.5) translate(10px,10px) rotate(-36deg) translate(0)}@media only screen and (max-width:768px){.infacom-logo-item:first-of-type{-webkit-transform:rotate(36deg) scale(1) translate(115px) rotate(-36deg) translate(0);transform:rotate(36deg) scale(1) translate(115px) rotate(-36deg) translate(0)}}.infacom-logo-item:nth-of-type(2){-webkit-transform:rotate(72deg) scale(.5) translate(25px,25px) rotate(-72deg) translate(0);transform:rotate(72deg) scale(.5) translate(25px,25px) rotate(-72deg) translate(0)}@media only screen and (max-width:768px){.infacom-logo-item:nth-of-type(2){-webkit-transform:rotate(72deg) scale(1) translate(115px) rotate(-72deg) translate(0);transform:rotate(72deg) scale(1) translate(115px) rotate(-72deg) translate(0)}}.infacom-logo-item:nth-of-type(3){-webkit-transform:rotate(108deg) scale(.5) translate(-25px,-25px) rotate(-108deg) translate(0);transform:rotate(108deg) scale(.5) translate(-25px,-25px) rotate(-108deg) translate(0)}@media only screen and (max-width:768px){.infacom-logo-item:nth-of-type(3){-webkit-transform:rotate(108deg) scale(1) translate(115px) rotate(-108deg) translate(0);transform:rotate(108deg) scale(1) translate(115px) rotate(-108deg) translate(0)}}.infacom-logo-item:nth-of-type(4){-webkit-transform:rotate(144deg) scale(.5) translate(10px,10px) rotate(-144deg) translate(0);transform:rotate(144deg) scale(.5) translate(10px,10px) rotate(-144deg) translate(0)}@media only screen and (max-width:768px){.infacom-logo-item:nth-of-type(4){-webkit-transform:rotate(144deg) scale(1) translate(115px) rotate(-144deg) translate(0);transform:rotate(144deg) scale(1) translate(115px) rotate(-144deg) translate(0)}}.infacom-logo-item:nth-of-type(5){-webkit-transform:rotate(180deg) scale(.5) translate(25px,25px) rotate(-180deg) translate(0);transform:rotate(180deg) scale(.5) translate(25px,25px) rotate(-180deg) translate(0)}@media only screen and (max-width:768px){.infacom-logo-item:nth-of-type(5){-webkit-transform:rotate(180deg) scale(1) translate(115px) rotate(-180deg) translate(0);transform:rotate(180deg) scale(1) translate(115px) rotate(-180deg) translate(0)}}.infacom-logo-item:nth-of-type(6){-webkit-transform:rotate(216deg) scale(.5) translate(-35px,-50px) rotate(-216deg) translate(0);transform:rotate(216deg) scale(.5) translate(-35px,-50px) rotate(-216deg) translate(0)}@media only screen and (max-width:768px){.infacom-logo-item:nth-of-type(6){-webkit-transform:rotate(216deg) scale(1) translate(115px) rotate(-216deg) translate(0);transform:rotate(216deg) scale(1) translate(115px) rotate(-216deg) translate(0)}}.infacom-logo-item:nth-of-type(7){-webkit-transform:rotate(252deg) scale(.5) translate(-5px,-100px) rotate(-252deg) translate(0);transform:rotate(252deg) scale(.5) translate(-5px,-100px) rotate(-252deg) translate(0)}@media only screen and (max-width:768px){.infacom-logo-item:nth-of-type(7){-webkit-transform:rotate(252deg) scale(1) translate(115px) rotate(-252deg) translate(0);transform:rotate(252deg) scale(1) translate(115px) rotate(-252deg) translate(0)}}.infacom-logo-item:nth-of-type(8){-webkit-transform:rotate(288deg) scale(.5) translate(20px,-50px) rotate(-288deg) translate(0);transform:rotate(288deg) scale(.5) translate(20px,-50px) rotate(-288deg) translate(0)}@media only screen and (max-width:768px){.infacom-logo-item:nth-of-type(8){-webkit-transform:rotate(288deg) scale(1) translate(115px) rotate(-288deg) translate(0);transform:rotate(288deg) scale(1) translate(115px) rotate(-288deg) translate(0)}}.infacom-logo-item:nth-of-type(9){-webkit-transform:rotate(324deg) scale(.5) translate(20px,60px) rotate(-324deg) translate(0);transform:rotate(324deg) scale(.5) translate(20px,60px) rotate(-324deg) translate(0)}@media only screen and (max-width:768px){.infacom-logo-item:nth-of-type(9){-webkit-transform:rotate(324deg) scale(1) translate(115px) rotate(-324deg) translate(0);transform:rotate(324deg) scale(1) translate(115px) rotate(-324deg) translate(0)}}.infacom-logo-item:nth-of-type(10){-webkit-transform:rotate(1turn) scale(.5) translate(45px,-40px) rotate(-1turn) translate(0);transform:rotate(1turn) scale(.5) translate(45px,-40px) rotate(-1turn) translate(0)}@media only screen and (max-width:768px){.infacom-logo-item:nth-of-type(10){-webkit-transform:rotate(1turn) scale(1) translate(115px) rotate(-1turn) translate(0);transform:rotate(1turn) scale(1) translate(115px) rotate(-1turn) translate(0)}}.infacom-logo-item-active:first-of-type{-webkit-animation:keyframe-1 4s 1s forwards;animation:keyframe-1 4s 1s forwards}@media only screen and (max-width:768px){.infacom-logo-item-active:first-of-type{-webkit-animation:none;animation:none}}.infacom-logo-item-active:nth-of-type(2){-webkit-animation:keyframe-2 4s 1s forwards;animation:keyframe-2 4s 1s forwards}@media only screen and (max-width:768px){.infacom-logo-item-active:nth-of-type(2){-webkit-animation:none;animation:none}}.infacom-logo-item-active:nth-of-type(3){-webkit-animation:keyframe-3 4s 1s forwards;animation:keyframe-3 4s 1s forwards}@media only screen and (max-width:768px){.infacom-logo-item-active:nth-of-type(3){-webkit-animation:none;animation:none}}.infacom-logo-item-active:nth-of-type(4){-webkit-animation:keyframe-4 4s 1s forwards;animation:keyframe-4 4s 1s forwards}@media only screen and (max-width:768px){.infacom-logo-item-active:nth-of-type(4){-webkit-animation:none;animation:none}}.infacom-logo-item-active:nth-of-type(5){-webkit-animation:keyframe-5 4s 1s forwards;animation:keyframe-5 4s 1s forwards}@media only screen and (max-width:768px){.infacom-logo-item-active:nth-of-type(5){-webkit-animation:none;animation:none}}.infacom-logo-item-active:nth-of-type(6){-webkit-animation:keyframe-6 4s 1s forwards;animation:keyframe-6 4s 1s forwards}@media only screen and (max-width:768px){.infacom-logo-item-active:nth-of-type(6){-webkit-animation:none;animation:none}}.infacom-logo-item-active:nth-of-type(7){-webkit-animation:keyframe-7 4s 1s forwards;animation:keyframe-7 4s 1s forwards}@media only screen and (max-width:768px){.infacom-logo-item-active:nth-of-type(7){-webkit-animation:none;animation:none}}.infacom-logo-item-active:nth-of-type(8){-webkit-animation:keyframe-8 4s 1s forwards;animation:keyframe-8 4s 1s forwards}@media only screen and (max-width:768px){.infacom-logo-item-active:nth-of-type(8){-webkit-animation:none;animation:none}}.infacom-logo-item-active:nth-of-type(9){-webkit-animation:keyframe-9 4s 1s forwards;animation:keyframe-9 4s 1s forwards}@media only screen and (max-width:768px){.infacom-logo-item-active:nth-of-type(9){-webkit-animation:none;animation:none}}.infacom-logo-item-active:nth-of-type(10){-webkit-animation:keyframe-10 4s 1s forwards;animation:keyframe-10 4s 1s forwards}@media only screen and (max-width:768px){.infacom-logo-item-active:nth-of-type(10){-webkit-animation:none;animation:none}}@-webkit-keyframes keyframe-1{56%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(36deg) scale(.5) translate(195px) rotate(-36deg) translateZ(0);transform:rotate(36deg) scale(.5) translate(195px) rotate(-36deg) translateZ(0)}86%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(36deg) scale(.8) translate(210px) rotate(-36deg) translateZ(0);transform:rotate(36deg) scale(.8) translate(210px) rotate(-36deg) translateZ(0)}to{-webkit-transform:rotate(36deg) scale(1) translate(215px) rotate(-36deg) translateZ(0);transform:rotate(36deg) scale(1) translate(215px) rotate(-36deg) translateZ(0)}}@keyframes keyframe-1{56%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(36deg) scale(.5) translate(195px) rotate(-36deg) translateZ(0);transform:rotate(36deg) scale(.5) translate(195px) rotate(-36deg) translateZ(0)}86%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(36deg) scale(.8) translate(210px) rotate(-36deg) translateZ(0);transform:rotate(36deg) scale(.8) translate(210px) rotate(-36deg) translateZ(0)}to{-webkit-transform:rotate(36deg) scale(1) translate(215px) rotate(-36deg) translateZ(0);transform:rotate(36deg) scale(1) translate(215px) rotate(-36deg) translateZ(0)}}@-webkit-keyframes keyframe-2{56%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(72deg) scale(.5) translate(195px) rotate(-72deg) translateZ(0);transform:rotate(72deg) scale(.5) translate(195px) rotate(-72deg) translateZ(0)}86%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(72deg) scale(.8) translate(210px) rotate(-72deg) translateZ(0);transform:rotate(72deg) scale(.8) translate(210px) rotate(-72deg) translateZ(0)}to{-webkit-transform:rotate(72deg) scale(1) translate(215px) rotate(-72deg) translateZ(0);transform:rotate(72deg) scale(1) translate(215px) rotate(-72deg) translateZ(0)}}@keyframes keyframe-2{56%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(72deg) scale(.5) translate(195px) rotate(-72deg) translateZ(0);transform:rotate(72deg) scale(.5) translate(195px) rotate(-72deg) translateZ(0)}86%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(72deg) scale(.8) translate(210px) rotate(-72deg) translateZ(0);transform:rotate(72deg) scale(.8) translate(210px) rotate(-72deg) translateZ(0)}to{-webkit-transform:rotate(72deg) scale(1) translate(215px) rotate(-72deg) translateZ(0);transform:rotate(72deg) scale(1) translate(215px) rotate(-72deg) translateZ(0)}}@-webkit-keyframes keyframe-3{56%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(108deg) scale(.5) translate(195px) rotate(-108deg) translateZ(0);transform:rotate(108deg) scale(.5) translate(195px) rotate(-108deg) translateZ(0)}86%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(108deg) scale(.8) translate(210px) rotate(-108deg) translateZ(0);transform:rotate(108deg) scale(.8) translate(210px) rotate(-108deg) translateZ(0)}to{-webkit-transform:rotate(108deg) scale(1) translate(215px) rotate(-108deg) translateZ(0);transform:rotate(108deg) scale(1) translate(215px) rotate(-108deg) translateZ(0)}}@keyframes keyframe-3{56%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(108deg) scale(.5) translate(195px) rotate(-108deg) translateZ(0);transform:rotate(108deg) scale(.5) translate(195px) rotate(-108deg) translateZ(0)}86%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(108deg) scale(.8) translate(210px) rotate(-108deg) translateZ(0);transform:rotate(108deg) scale(.8) translate(210px) rotate(-108deg) translateZ(0)}to{-webkit-transform:rotate(108deg) scale(1) translate(215px) rotate(-108deg) translateZ(0);transform:rotate(108deg) scale(1) translate(215px) rotate(-108deg) translateZ(0)}}@-webkit-keyframes keyframe-4{56%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(144deg) scale(.5) translate(195px) rotate(-144deg) translateZ(0);transform:rotate(144deg) scale(.5) translate(195px) rotate(-144deg) translateZ(0)}86%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(144deg) scale(.8) translate(210px) rotate(-144deg) translateZ(0);transform:rotate(144deg) scale(.8) translate(210px) rotate(-144deg) translateZ(0)}to{-webkit-transform:rotate(144deg) scale(1) translate(215px) rotate(-144deg) translateZ(0);transform:rotate(144deg) scale(1) translate(215px) rotate(-144deg) translateZ(0)}}@keyframes keyframe-4{56%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(144deg) scale(.5) translate(195px) rotate(-144deg) translateZ(0);transform:rotate(144deg) scale(.5) translate(195px) rotate(-144deg) translateZ(0)}86%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(144deg) scale(.8) translate(210px) rotate(-144deg) translateZ(0);transform:rotate(144deg) scale(.8) translate(210px) rotate(-144deg) translateZ(0)}to{-webkit-transform:rotate(144deg) scale(1) translate(215px) rotate(-144deg) translateZ(0);transform:rotate(144deg) scale(1) translate(215px) rotate(-144deg) translateZ(0)}}@-webkit-keyframes keyframe-5{56%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(180deg) scale(.5) translate(195px) rotate(-180deg) translateZ(0);transform:rotate(180deg) scale(.5) translate(195px) rotate(-180deg) translateZ(0)}86%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(180deg) scale(.8) translate(210px) rotate(-180deg) translateZ(0);transform:rotate(180deg) scale(.8) translate(210px) rotate(-180deg) translateZ(0)}to{-webkit-transform:rotate(180deg) scale(1) translate(215px) rotate(-180deg) translateZ(0);transform:rotate(180deg) scale(1) translate(215px) rotate(-180deg) translateZ(0)}}@keyframes keyframe-5{56%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(180deg) scale(.5) translate(195px) rotate(-180deg) translateZ(0);transform:rotate(180deg) scale(.5) translate(195px) rotate(-180deg) translateZ(0)}86%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(180deg) scale(.8) translate(210px) rotate(-180deg) translateZ(0);transform:rotate(180deg) scale(.8) translate(210px) rotate(-180deg) translateZ(0)}to{-webkit-transform:rotate(180deg) scale(1) translate(215px) rotate(-180deg) translateZ(0);transform:rotate(180deg) scale(1) translate(215px) rotate(-180deg) translateZ(0)}}@-webkit-keyframes keyframe-6{56%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(216deg) scale(.5) translate(195px) rotate(-216deg) translateZ(0);transform:rotate(216deg) scale(.5) translate(195px) rotate(-216deg) translateZ(0)}86%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(216deg) scale(.8) translate(210px) rotate(-216deg) translateZ(0);transform:rotate(216deg) scale(.8) translate(210px) rotate(-216deg) translateZ(0)}to{-webkit-transform:rotate(216deg) scale(1) translate(215px) rotate(-216deg) translateZ(0);transform:rotate(216deg) scale(1) translate(215px) rotate(-216deg) translateZ(0)}}@keyframes keyframe-6{56%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(216deg) scale(.5) translate(195px) rotate(-216deg) translateZ(0);transform:rotate(216deg) scale(.5) translate(195px) rotate(-216deg) translateZ(0)}86%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(216deg) scale(.8) translate(210px) rotate(-216deg) translateZ(0);transform:rotate(216deg) scale(.8) translate(210px) rotate(-216deg) translateZ(0)}to{-webkit-transform:rotate(216deg) scale(1) translate(215px) rotate(-216deg) translateZ(0);transform:rotate(216deg) scale(1) translate(215px) rotate(-216deg) translateZ(0)}}@-webkit-keyframes keyframe-7{56%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(252deg) scale(.5) translate(195px) rotate(-252deg) translateZ(0);transform:rotate(252deg) scale(.5) translate(195px) rotate(-252deg) translateZ(0)}86%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(252deg) scale(.8) translate(210px) rotate(-252deg) translateZ(0);transform:rotate(252deg) scale(.8) translate(210px) rotate(-252deg) translateZ(0)}to{-webkit-transform:rotate(252deg) scale(1) translate(215px) rotate(-252deg) translateZ(0);transform:rotate(252deg) scale(1) translate(215px) rotate(-252deg) translateZ(0)}}@keyframes keyframe-7{56%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(252deg) scale(.5) translate(195px) rotate(-252deg) translateZ(0);transform:rotate(252deg) scale(.5) translate(195px) rotate(-252deg) translateZ(0)}86%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(252deg) scale(.8) translate(210px) rotate(-252deg) translateZ(0);transform:rotate(252deg) scale(.8) translate(210px) rotate(-252deg) translateZ(0)}to{-webkit-transform:rotate(252deg) scale(1) translate(215px) rotate(-252deg) translateZ(0);transform:rotate(252deg) scale(1) translate(215px) rotate(-252deg) translateZ(0)}}@-webkit-keyframes keyframe-8{56%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(288deg) scale(.5) translate(195px) rotate(-288deg) translateZ(0);transform:rotate(288deg) scale(.5) translate(195px) rotate(-288deg) translateZ(0)}86%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(288deg) scale(.8) translate(210px) rotate(-288deg) translateZ(0);transform:rotate(288deg) scale(.8) translate(210px) rotate(-288deg) translateZ(0)}to{-webkit-transform:rotate(288deg) scale(1) translate(215px) rotate(-288deg) translateZ(0);transform:rotate(288deg) scale(1) translate(215px) rotate(-288deg) translateZ(0)}}@keyframes keyframe-8{56%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(288deg) scale(.5) translate(195px) rotate(-288deg) translateZ(0);transform:rotate(288deg) scale(.5) translate(195px) rotate(-288deg) translateZ(0)}86%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(288deg) scale(.8) translate(210px) rotate(-288deg) translateZ(0);transform:rotate(288deg) scale(.8) translate(210px) rotate(-288deg) translateZ(0)}to{-webkit-transform:rotate(288deg) scale(1) translate(215px) rotate(-288deg) translateZ(0);transform:rotate(288deg) scale(1) translate(215px) rotate(-288deg) translateZ(0)}}@-webkit-keyframes keyframe-9{56%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(324deg) scale(.5) translate(195px) rotate(-324deg) translateZ(0);transform:rotate(324deg) scale(.5) translate(195px) rotate(-324deg) translateZ(0)}86%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(324deg) scale(.8) translate(210px) rotate(-324deg) translateZ(0);transform:rotate(324deg) scale(.8) translate(210px) rotate(-324deg) translateZ(0)}to{-webkit-transform:rotate(324deg) scale(1) translate(215px) rotate(-324deg) translateZ(0);transform:rotate(324deg) scale(1) translate(215px) rotate(-324deg) translateZ(0)}}@keyframes keyframe-9{56%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(324deg) scale(.5) translate(195px) rotate(-324deg) translateZ(0);transform:rotate(324deg) scale(.5) translate(195px) rotate(-324deg) translateZ(0)}86%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(324deg) scale(.8) translate(210px) rotate(-324deg) translateZ(0);transform:rotate(324deg) scale(.8) translate(210px) rotate(-324deg) translateZ(0)}to{-webkit-transform:rotate(324deg) scale(1) translate(215px) rotate(-324deg) translateZ(0);transform:rotate(324deg) scale(1) translate(215px) rotate(-324deg) translateZ(0)}}@-webkit-keyframes keyframe-10{56%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(1turn) scale(.5) translate(195px) rotate(-1turn) translateZ(0);transform:rotate(1turn) scale(.5) translate(195px) rotate(-1turn) translateZ(0)}86%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(1turn) scale(.8) translate(210px) rotate(-1turn) translateZ(0);transform:rotate(1turn) scale(.8) translate(210px) rotate(-1turn) translateZ(0)}to{-webkit-transform:rotate(1turn) scale(1) translate(215px) rotate(-1turn) translateZ(0);transform:rotate(1turn) scale(1) translate(215px) rotate(-1turn) translateZ(0)}}@keyframes keyframe-10{56%{-webkit-animation-timing-function:linear;animation-timing-function:linear;-webkit-transform:rotate(1turn) scale(.5) translate(195px) rotate(-1turn) translateZ(0);transform:rotate(1turn) scale(.5) translate(195px) rotate(-1turn) translateZ(0)}86%{-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transform:rotate(1turn) scale(.8) translate(210px) rotate(-1turn) translateZ(0);transform:rotate(1turn) scale(.8) translate(210px) rotate(-1turn) translateZ(0)}to{-webkit-transform:rotate(1turn) scale(1) translate(215px) rotate(-1turn) translateZ(0);transform:rotate(1turn) scale(1) translate(215px) rotate(-1turn) translateZ(0)}}.infacom-logo-child{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:center;position:relative;text-align:center}.infacom-logo-name-img{margin-bottom:15px}@media screen and (max-width:768px){.infacom-logo-name-img{margin-bottom:0}.infacom-logo-name-img img{height:auto;max-width:100%}}.infacom-logo-name{color:rgba(14,37,46,.502);font-size:10px;line-height:14px;opacity:0;overflow-wrap:break-word;position:relative;text-transform:uppercase;width:80%}@media screen and (max-width:768px){.infacom-logo-name{display:none}}.infacom-logo-name-active{-webkit-animation:opacity-text 4s ease-in 1.5s forwards;animation:opacity-text 4s ease-in 1.5s forwards}@media only screen and (max-width:768px){.infacom-logo-name-active{-webkit-animation:none;animation:none}}.infacom-logo-center{left:50%;opacity:0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media screen and (max-width:768px){.infacom-logo-center{opacity:1}.infacom-logo-center img{width:50px}}.infacom-logo-center-active{-webkit-animation:opacity-logo 4s ease-in 1s forwards;animation:opacity-logo 4s ease-in 1s forwards}@media only screen and (max-width:768px){.infacom-logo-center-active{-webkit-animation:none;animation:none}}.infacom-logo-cta,.infacom-logo-hover,.infacom-logo-item:hover .infacom-logo-name-img{display:none}.infacom-logo-item:hover .infacom-logo-name{visibility:hidden}.infacom-logo-item:hover .infacom-logo-hover{background:#171af7;border-radius:50%;display:block;height:123px;left:0;position:absolute;top:0;width:123px}@media only screen and (max-width:768px){.infacom-logo-item:hover .infacom-logo-hover{height:65px;width:65px}}.infacom-logo-item:hover .infacom-logo-cta{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;font-size:10px;height:100%;justify-content:center;letter-spacing:.75px;text-decoration:none;text-transform:uppercase;width:100%}@media only screen and (max-width:768px){.infacom-logo-item:hover .infacom-logo-cta{font-size:8px;line-height:10px;text-align:center}.infacom-logo-item:hover .infacom-logo-cta .infacom-arrow-right-white{margin-left:0;-webkit-transform:none;transform:none}}@-webkit-keyframes opacity-logo{0%{opacity:0}55%{opacity:.2}85%{opacity:.8}to{opacity:1}}@keyframes opacity-logo{0%{opacity:0}55%{opacity:.2}85%{opacity:.8}to{opacity:1}}@-webkit-keyframes opacity-text{0%{opacity:0}56%{opacity:0}86%{opacity:0}to{opacity:1}}@keyframes opacity-text{0%{opacity:0}56%{opacity:0}86%{opacity:0}to{opacity:1}}.infacom-logo-hover .infacom-arrow-right-white{font-size:14px;margin-bottom:3px}@media only screen and (max-width:768px){.infacom-wrapper{margin-top:18px}}.infacom-hero-customer-text-wrapper{-webkit-box-pack:center;-ms-flex-pack:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;height:100%;justify-content:center}.infacom-hero-customer-rte-heading h1{font-size:62px;line-height:72px;margin-bottom:0}@media only screen and (max-width:768px){.infacom-hero-customer-rte-heading h1{font-size:32px;line-height:42px;margin:8px 9%!important;padding-left:0}}.infacom-hero-customer-rte-heading *{font-weight:300;letter-spacing:normal}@media only screen and (max-width:768px){.infacom-hero-customer-text-wrapper .infacom-cta-refresh{width:83%}.infacom-hero-customer-text-wrapper .infacom-cta-refresh .infacom-blue-button{max-width:100%;width:auto}}#dcRecommendationBanner{display:none;position:relative}.infacom-dc-banner__tooltiptext{text-wrap:nowrap;background-color:#fff;border-radius:4px;-webkit-box-shadow:0 7px 6px 1px rgba(0,0,0,.161);box-shadow:0 7px 6px 1px rgba(0,0,0,.161);color:#212021;font-size:.875rem;font-style:normal;font-weight:400;letter-spacing:normal;line-height:20px;opacity:0;padding:2px 12px;position:absolute;right:42px;top:6px;-webkit-transition:opacity .3s;transition:opacity .3s;visibility:hidden;width:auto;z-index:1}.infacom-dc-banner__tooltiptext>*{color:inherit;font-size:inherit;font-weight:inherit;line-height:inherit}.infacom-dc-banner__tooltip-info{background:none;border:none;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;padding:0;position:absolute;right:0;top:-18px}.infacom-dc-banner__tooltip-info:hover .infacom-dc-banner__tooltiptext{opacity:1;visibility:visible}.infacom-featured-event-box.container{background:#fff;-webkit-box-shadow:12px 12px 27px 0 rgba(0,0,0,.15);box-shadow:12px 12px 27px 0 rgba(0,0,0,.15);max-width:80%}@media screen and (max-width:768px){.infacom-featured-event-box.container{max-width:83%}}.infacom-featured-event-box .infacom-featured-content-img-section{padding-left:0;padding-right:0}@media screen and (max-width:768px){.infacom-featured-event-box .infacom-featured-content-img-section{height:255px}}.infacom-featured-event-box .infacom-featured-content-logo-section{display:-webkit-box;display:-ms-flexbox;display:flex;margin:auto}@media screen and (max-width:768px){.infacom-featured-event-box .infacom-featured-content-logo-section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-pack:center;-ms-flex-pack:center;-ms-flex-direction:column;flex-direction:column;height:228px;justify-content:center}}.infacom-featured-event-box .infacom-featured-content-image{height:100%;width:100%}@media screen and (max-width:768px){.infacom-featured-event-box .infacom-featured-content-image{height:100%}}.infacom-featured-event-box .infacom-featured-content-logo{height:auto;padding:0 5%;width:100%}@media screen and (max-width:768px){.infacom-featured-event-box .infacom-featured-content-logo{padding:0 8% 0 2%}}.infacom-featured-event-box .infacom-featured-event-component-text{padding-left:3%;padding-right:0!important}@media screen and (max-width:768px){.infacom-featured-event-box .infacom-featured-event-component-text{padding-left:0!important}}.infacom-featured-event-box .infacom-featured-event-component-text .infacom-orange-section-header{background:#ff4d00;color:#fff;float:right;padding:1%;text-transform:uppercase}@media screen and (max-width:768px){.infacom-featured-event-box .infacom-featured-event-component-text .infacom-orange-section-header{float:left;font-size:.75rem;padding:1% 3%}}.infacom-featured-event-box .infacom-featured-event-component-text .infacom-heading-section .infacom-heading-featured-events,.infacom-featured-event-box .infacom-featured-event-component-text .infacom-heading-section .infacom-heading-featured-events>p{margin-bottom:0}.infacom-featured-event-box .infacom-featured-event-component-text .infacom-heading-section .infacom-featured-heading-no-date{margin-bottom:1rem}.infacom-featured-event-box .infacom-featured-event-component-text .infacom-heading-section .infacom-featured-title-default{font-size:2.25rem;font-weight:300;margin-bottom:2%}@media screen and (max-width:768px){.infacom-featured-event-box .infacom-featured-event-component-text .infacom-heading-section .infacom-featured-title-default{font-size:26px;margin-bottom:1rem!important}}.infacom-featured-event-box .infacom-featured-event-component-text .infacom-heading-section .infacom-featured-content-desc-default,.infacom-featured-event-box .infacom-featured-event-component-text .infacom-heading-section .infacom-featured-content-desc>*{color:#252525;font-weight:300;line-height:1.58;max-width:93%}@media screen and (max-width:768px){.infacom-featured-event-box .infacom-featured-event-component-text .infacom-heading-section .infacom-featured-content-desc-default,.infacom-featured-event-box .infacom-featured-event-component-text .infacom-heading-section .infacom-featured-content-desc>*{color:#252525;font-weight:300;line-height:1.78;max-width:100%}}.infacom-featured-event-box .infacom-featured-event-component-text .infacom-heading-section .infacom-featured-content-desc-default,.infacom-featured-event-box .infacom-featured-event-component-text .infacom-heading-section .infacom-featured-content-desc>h4{font-size:1.5rem}@media screen and (max-width:768px){.infacom-featured-event-box .infacom-featured-event-component-text .infacom-heading-section .infacom-featured-content-desc-default,.infacom-featured-event-box .infacom-featured-event-component-text .infacom-heading-section .infacom-featured-content-desc>h4{font-size:18px}}.infacom-featured-event-box .infacom-featured-event-component-text .infacom-featured-event-component-cta{padding:2% 0}@media screen and (max-width:768px){.infacom-featured-event-box .infacom-featured-event-component-text .infacom-featured-event-component-cta{padding:7% 0}.infacom-featured-event-box .infacom-featured-event-component-text .infacom-featured-event-component-cta .infacom-tab-link.events{font-size:.875rem}}.infacom-featured-event-box .infacom-featured-event-component-text .infacom-featured-event-component-cta .infacom-tab-link.events:hover:after{margin-left:2%}.infacom-heading-section.events{margin-left:-4%}@media screen and (max-width:768px){.infacom-heading-section.events{clear:both;padding-top:10%}}.infacom-heading-section.events>h4{width:88%}.infacom-featured-event-component-text .infacom-heading-section.events{margin-left:0}@media screen and (max-width:768px){.infacom-featured-event-component-text .infacom-heading-section.events{margin-left:24px}.infacom-featured-event-component-text .infacom-heading-section.events .infacom-heading-section{margin-left:0}}.infacom-featured-event-component-text .infacom-heading-section.events .infacom-section-title-rte.events>*{font-size:2.25rem;margin-bottom:2%}@media screen and (max-width:768px){.infacom-featured-event-component-text .infacom-heading-section.events .infacom-section-title-rte.events>*{font-size:1.375rem}}.infa-partner-coveo-listing-component .CoveoAnalytics{font-family:Roboto,Arial,sans-serif}.infa-partner-coveo-listing-component .CoveoAnalytics .infa-coveo-head-section.row{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (max-width:992px){.infa-partner-coveo-listing-component .CoveoAnalytics .infa-coveo-head-section.row{margin:0}.infa-partner-coveo-listing-component .CoveoAnalytics .infa-coveo-head-section.row .infa-sort-con{display:none}.infa-partner-coveo-listing-component .CoveoAnalytics .infa-coveo-head-section.row .col-search{padding-left:0;padding-right:0}.infa-partner-coveo-listing-component .CoveoAnalytics .infa-coveo-head-section.row .col-search .coveo-search-section{margin-bottom:30px}.infa-partner-coveo-listing-component .CoveoAnalytics .infa-coveo-head-section.row .col-search .coveo-dropdown-header-wrapper{display:none!important}}@media screen and (max-width:767px){.infa-partner-coveo-listing-component .CoveoAnalytics .infa-coveo-head-section.row .col-search .coveo-search-section{margin-bottom:15px;margin-top:15px}}.infa-partner-coveo-listing-component .CoveoAnalytics .infa-coveo-head-section.row .coveo-sort-section{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:end;-ms-flex-pack:end;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:end;margin:31px 0 0}.infa-partner-coveo-listing-component .CoveoAnalytics .infa-coveo-head-section.row .coveo-sort-section .infa-sort-label{color:#112128;margin-bottom:0;margin-right:10px;white-space:nowrap}.infa-partner-coveo-listing-component .CoveoAnalytics .infa-coveo-head-section.row .coveo-sort-section .CoveoSort{border-bottom:2px solid #fff;color:#101820;font-size:1.125rem;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.438;padding-bottom:0;text-align:left;text-transform:capitalize}.infa-partner-coveo-listing-component .CoveoAnalytics .infa-coveo-head-section.row .coveo-sort-section .CoveoSort.coveo-selected{border-bottom:2px solid #ff4d00;color:#ff4d00}.infa-partner-coveo-listing-component .CoveoAnalytics .infa-coveo-head-section.row .coveo-sort-section .CoveoSort.coveo-selected .coveo-sort-icon-ascending-svg,.infa-partner-coveo-listing-component .CoveoAnalytics .infa-coveo-head-section.row .coveo-sort-section .CoveoSort.coveo-selected .coveo-sort-icon-descending-svg{color:#ff4d00}.infa-partner-coveo-listing-component .coveo-main-section{max-width:1300px!important}@media screen and (min-width:768px){.infa-partner-coveo-listing-component .coveo-main-section{margin-top:0!important}}@media screen and (max-width:992px){.infa-partner-coveo-listing-component .coveo-main-section{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin:0!important}}@media screen and (max-width:991px){.infa-partner-coveo-listing-component .coveo-main-section .infa-c-generic-search-facet-result__filter{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.infa-partner-coveo-listing-component .coveo-main-section .infa-c-generic-search-facet-result__filter .infa-search-term-row{display:none;font-size:inherit!important;margin-bottom:16px;padding:0 0 0 10px}@media screen and (min-width:768px)and (max-width:991px){.infa-partner-coveo-listing-component .coveo-main-section .infa-c-generic-search-facet-result__filter .infa-search-term-row{padding-left:0}}@media screen and (max-width:767px){.infa-partner-coveo-listing-component .coveo-main-section .infa-c-generic-search-facet-result__filter .infa-search-term-row{padding-left:15px}}.infa-partner-coveo-listing-component .coveo-main-section .infa-c-generic-search-facet-result__filter .infa-search-term-row span{color:#63666a;font-size:inherit;font-weight:inherit;line-height:inherit}.infa-partner-coveo-listing-component .coveo-main-section .infa-c-generic-search-facet-result__filter .infa-search-term-row .search-term-value{color:#101820;font-weight:inherit;padding-left:5px}.infa-partner-coveo-listing-component .coveo-main-section .coveo-dynamic-facet-breadcrumb-value-clear{margin-left:16px!important}.infa-partner-coveo-listing-component .coveo-main-section .CoveoBreadcrumb{padding-left:10px;padding-top:0}@media screen and (max-width:992px){.infa-partner-coveo-listing-component .coveo-main-section .CoveoBreadcrumb{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding-left:0;padding-right:0}}@media screen and (max-width:767px){.infa-partner-coveo-listing-component .coveo-main-section .CoveoBreadcrumb{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-left:15px}}.infa-partner-coveo-listing-component .coveo-main-section .CoveoBreadcrumb .coveo-breadcrumb-items{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;padding-bottom:0}.infa-partner-coveo-listing-component .coveo-main-section .CoveoBreadcrumb .coveo-breadcrumb-items ul{display:inline-block}@media screen and (max-width:767px){.infa-partner-coveo-listing-component .coveo-main-section .CoveoBreadcrumb .coveo-breadcrumb-items ul{margin-bottom:2px}}.infa-partner-coveo-listing-component .coveo-main-section .CoveoBreadcrumb .coveo-breadcrumb-items ul .coveo-dynamic-facet-breadcrumb-title,.infa-partner-coveo-listing-component .coveo-main-section .CoveoBreadcrumb .coveo-breadcrumb-items ul li button{color:#63666a;font-size:1rem;font-weight:500;line-height:22px}.infa-partner-coveo-listing-component .coveo-main-section .CoveoBreadcrumb .coveo-breadcrumb-items ul li button svg{height:10px;vertical-align:baseline;width:10px}.infa-partner-coveo-listing-component .coveo-main-section .CoveoBreadcrumb .coveo-breadcrumb-items ul li button svg g path{fill:#63666a}.infa-partner-coveo-listing-component .coveo-main-section .CoveoBreadcrumb .coveo-breadcrumb-clear-all{font-size:1rem;font-weight:500;line-height:22px;text-transform:none}@media screen and (max-width:767px){.infa-partner-coveo-listing-component .coveo-main-section .CoveoBreadcrumb .coveo-breadcrumb-clear-all{margin:5px 0 0;padding:0}}.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column{margin-top:6px;padding-left:0}@media screen and (max-width:992px){.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column{-webkit-box-ordinal-group:2;-ms-flex-order:1;margin:0;order:1;padding:0;width:100%}}.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column.coveo-hidden{display:block!important;margin-top:0;padding-bottom:15px;padding-right:0;padding-top:0;width:100%}@media screen and (min-width:767px)and (max-height:992px){.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column.coveo-hidden{padding-bottom:8px}}.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet{border:1px solid #e0e0e0;border-radius:4px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px 0 rgba(0,0,0,.12);margin-bottom:16px}@media screen and (min-width:768px)and (max-width:992px){.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet{margin-bottom:20px}}@media screen and (max-width:767px){.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet{margin-bottom:8px}}.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header{border-bottom:1px solid #e0e0e0;padding:6px 12px 6px 10px}@media screen and (max-width:767px){.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header{height:36px}.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header span{position:relative;top:-10px}}@media screen and (min-width:768px)and (max-width:992px){.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header{height:32px}.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header span{position:relative;top:-10px}}.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header .coveo-dynamic-facet-header-title{color:#101820}.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header .coveo-dynamic-facet-header-title span{font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:20px}.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header .coveo-dynamic-facet-header-clear{display:none!important}.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header .coveo-dynamic-facet-header-btn svg{height:6px;width:11px}.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header .coveo-dynamic-facet-header-btn svg g path{fill:#757575}@media screen and (max-width:992px){.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header .coveo-dynamic-facet-header-btn svg g path{fill:#0d1a86}}.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values{max-height:220px;padding:0}.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values li.coveo-dynamic-facet-value{padding:10px}.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values li.coveo-dynamic-facet-value .coveo-checkbox-label{margin:0;padding:0}.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values li.coveo-dynamic-facet-value .coveo-checkbox-label .coveo-checkbox-button{border:1px solid #c1c1c1;border-radius:5px;min-width:16px}.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values li.coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox:checked+button{background-color:#003d4c;border:none}.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values li.coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox:checked+button:before{border:solid #fff;border-width:0 2px 2px 0;height:10px}.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values li.coveo-dynamic-facet-value .coveo-checkbox-label .coveo-checkbox-span-label{color:#101820;font-family:Roboto,sans-serif;font-size:.875rem;font-weight:400;line-height:1.25;margin-left:5px}.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values li.coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox:checked~.coveo-checkbox-span-label{color:#003d4c}.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values li.coveo-dynamic-facet-value .coveo-checkbox-label .coveo-checkbox-span-label-suffix{display:none}.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .infa-facet-show-less,.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .infa-facet-show-more{margin-left:10px;padding-bottom:5px;padding-top:0}.infa-partner-coveo-listing-component .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .infa-facet-show-less{top:-3px}.infa-partner-coveo-listing-component .coveo-main-section .coveo-mobile-sort-section .coveo-sort-section{display:none}@media screen and (max-width:992px){.infa-partner-coveo-listing-component .coveo-main-section .coveo-mobile-sort-section{-webkit-box-ordinal-group:3;-ms-flex-order:2;margin-bottom:22px;order:2}.infa-partner-coveo-listing-component .coveo-main-section .coveo-mobile-sort-section .coveo-sort-section{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px}}@media screen and (max-width:992px)and (max-width:767px){.infa-partner-coveo-listing-component .coveo-main-section .coveo-mobile-sort-section .coveo-sort-section{-ms-flex-wrap:wrap;flex-wrap:wrap}}@media screen and (max-width:992px){.infa-partner-coveo-listing-component .coveo-main-section .coveo-mobile-sort-section .coveo-sort-section .infa-sort-label{color:#112128}}@media screen and (max-width:992px)and (max-width:767px){.infa-partner-coveo-listing-component .coveo-main-section .coveo-mobile-sort-section .coveo-sort-section .infa-sort-label{font-size:.875rem;font-weight:400;line-height:20px}}@media screen and (max-width:992px){.infa-partner-coveo-listing-component .coveo-main-section .coveo-mobile-sort-section .coveo-sort-section .CoveoSort{border-bottom:2px solid #fff;color:#101820;font-size:1.125rem;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.438;padding-bottom:0;text-transform:capitalize}}@media screen and (max-width:992px)and (max-width:767px){.infa-partner-coveo-listing-component .coveo-main-section .coveo-mobile-sort-section .coveo-sort-section .CoveoSort{font-size:.875rem;font-weight:400;line-height:20px;padding:0}}@media screen and (max-width:992px){.infa-partner-coveo-listing-component .coveo-main-section .coveo-mobile-sort-section .coveo-sort-section .CoveoSort.coveo-selected{border-bottom:2px solid #ff4d00;color:#ff4d00}.infa-partner-coveo-listing-component .coveo-main-section .coveo-mobile-sort-section .coveo-sort-section .CoveoSort.coveo-selected .coveo-sort-icon-ascending-svg,.infa-partner-coveo-listing-component .coveo-main-section .coveo-mobile-sort-section .coveo-sort-section .CoveoSort.coveo-selected .coveo-sort-icon-descending-svg{color:#ff4d00}}.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-search-section{margin:54px 0 0;max-width:903px;padding:0}@media screen and (max-width:767px){.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-search-section .CoveoSearchbox{border:1px solid #c1c1c1;margin-right:0}.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoOmnibox .magic-box-suggestions{width:calc(100% + 60px)}}.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoOmnibox .magic-box-input .magic-box-underlay,.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoOmnibox .magic-box-input input{color:#63666a;font-size:inherit;font-weight:400;line-height:inherit;padding:14px 50px 12px 30px}@media screen and (max-width:767px){.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoOmnibox .magic-box-input .magic-box-underlay,.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoOmnibox .magic-box-input input{padding-left:12px}.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoOmnibox{border:0}.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoOmnibox .magic-box-input{border-radius:0;height:36px}.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoOmnibox .magic-box-input .magic-box-underlay{height:36px}.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoOmnibox .magic-box-input input{font-size:.875rem;font-weight:300;height:36px;line-height:20px}}.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoOmnibox .magic-box-clear .magic-box-clear-svg{height:10px;position:relative;top:-2px;width:10px}@media screen and (max-width:767px){.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoOmnibox .magic-box-clear .magic-box-clear-svg{top:-7px}}.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoOmnibox .magic-box-clear .magic-box-clear-svg g path{fill:#63666a}.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoSearchButton{background-color:#ff4d00;border:none;border-radius:0;margin-bottom:0;width:63px}@media screen and (min-width:768px)and (max-width:991px){.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoSearchButton{width:60px}}@media screen and (max-width:767px){.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoSearchButton{border-left:0;height:36px;width:36px}}.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoSearchButton:hover svg path{fill:#fff}@media screen and (max-width:767px){.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoSearchButton:hover svg path{fill:#373737}}.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg{color:#fff}@media screen and (max-width:767px){.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-search-section .CoveoSearchbox .CoveoSearchButton .coveo-search-button-svg{height:15px;width:15px}}.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-results-column{padding-top:6px}@media screen and (max-width:992px){.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-results-column{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}}@media screen and (max-width:767px){.infa-partner-coveo-listing-component .CoveoSearchInterface .coveo-results-column{padding:0}}.infa-partner-coveo-listing-component .CoveoResultList{margin-top:0;padding-top:15px}@media screen and (max-width:992px){.infa-partner-coveo-listing-component .CoveoResultList{margin:0}}@media screen and (min-width:768px)and (max-width:992px){.infa-partner-coveo-listing-component .CoveoResultList{padding-top:34px}}@media screen and (max-width:767px){.infa-partner-coveo-listing-component .CoveoResultList{padding-top:27px}}.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container{-webkit-box-pack:end;-ms-flex-pack:end;-webkit-column-gap:24px;-moz-column-gap:24px;column-gap:24px;display:grid;grid-template-columns:repeat(auto-fill,46%);justify-content:end;margin-right:20px;row-gap:30px}@media screen and (min-width:768px)and (max-width:992px){.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container{-webkit-box-pack:start;-ms-flex-pack:start;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;grid-template-columns:repeat(auto-fill,48%);justify-content:start;margin-right:0}}@media screen and (max-width:767px){.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container{grid-gap:0;-webkit-box-pack:start;-ms-flex-pack:start;grid-template-columns:1fr;justify-content:start;margin-right:0}}.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult{width:100%}@media screen and (max-width:767px){.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult{padding:15px 0}.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame.infa-search-result-item{padding:0}.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult .CoveoResultLink.infa-card-cover{padding:0 15px}}@media screen and (min-width:768px)and (max-width:992px){.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .infa-card-cover .infa-card-coveo-title{font-size:1.25rem;line-height:26px;margin-bottom:11px}}@media screen and (max-width:767px){.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .infa-card-cover .infa-card-coveo-title{margin-bottom:9px}}.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .infa-card-cover .infa-coveo-card-title{color:#101820}@media screen and (max-width:767px){.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .infa-card-cover .infa-coveo-card-tag{margin-bottom:1px}}.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .infa-card-cover .infa-card-image{height:auto;margin-bottom:13px}@media screen and (min-width:768px)and (max-width:992px){.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .infa-card-cover .infa-card-image{height:78px}}.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .infa-card-cover .infa-card-image .coveo-result-cell{height:100%}.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .infa-card-cover .infa-card-image .coveo-result-cell .infa-coveo-bg-image{background-position:50%;background-size:contain;height:90px;margin:20px 0 0 20px;width:160px}.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .infa-card-footer{margin-bottom:15px}@media screen and (min-width:768px)and (max-width:992px){.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .infa-card-footer .infa-o-cta__link{font-size:1rem;line-height:20px}}@media screen and (max-width:767px){.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .infa-card-footer .infa-o-cta__link{font-size:.813rem;line-height:16px}}@media screen and (min-width:768px)and (max-width:992px){.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .infa-card-footer .infa-o-cta__link i svg{width:24px}}@media screen and (max-width:767px){.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .infa-card-footer .infa-o-cta__link i svg{height:24px;width:24px}}.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .infa-coveo-card-tag{margin-bottom:4px;margin-top:1px}.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .infa-coveo-card-tag .CoveoFieldValue{border-radius:6px;color:#101820;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:.875rem;font-weight:400;line-height:20px;padding:8px}@media screen and (max-width:767px){.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .infa-coveo-card-tag .CoveoFieldValue{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;height:26px;justify-content:center;min-width:60px;padding:6px}}@media screen and (min-width:768px)and (max-width:992px){.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .infa-coveo-card-tag .CoveoFieldValue span{font-size:.75rem;font-weight:400;line-height:17px}}@media screen and (max-width:767px){.infa-partner-coveo-listing-component.infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .infa-coveo-card-tag .CoveoFieldValue span{font-size:.625rem;font-weight:400;line-height:14px}}.infa-partner-coveo-listing-component .infa-coveo__load-more{margin:10px 0 0 60px;text-align:center}@media screen and (max-width:992px){.infa-partner-coveo-listing-component .infa-coveo__load-more{margin-left:0}}.infa-partner-coveo-listing-component .infa-coveo__load-more--button{background:#001aff;border:none;color:#fff;display:inline-block;font-size:1.25rem;font-style:normal;font-weight:400;letter-spacing:2px;line-height:1.375;padding:17px 40px;text-transform:uppercase}@media screen and (max-width:992px){.infa-partner-coveo-listing-component .infa-coveo__load-more--button{font-size:1rem;padding:12px 24px}}.tile-listing .infa-coveo-search-cards.infa-partner-listing-tile .coveo-card-layout-container .coveo-card-layout .infa-card-cover .infa-card-image{height:auto}.tile-listing .infa-coveo-search-cards.infa-partner-listing-tile .coveo-card-layout-container .coveo-card-layout .infa-card-cover .infa-card-image .infa-coveo-bg-image{background-position:50%;background-size:contain;height:113px;margin:0 20px;width:113px}.tile-listing .infa-coveo-search-cards.infa-partner-listing-tile .coveo-card-layout-container .coveo-card-layout .infa-card-cover .infa-card-footer{margin-bottom:20px;padding-top:10px!important}.infacom-arrow-down.products,.infacom-arrow-up.products{bottom:3px;display:inline-block;font-size:1.2rem;font-style:normal;margin-left:1%;position:relative}@media screen and (max-width:768px){.infacom-child-resource-tiles{display:none}.infacom-child-resource{margin-top:12%;width:90%!important}.infacom-child-resource-image{margin:0 auto;width:77%}.infacom-child-resource-image img{display:inline-block!important;margin-bottom:5%;width:40%}.infacom-child-resource-tiles-mobile{display:block}.infacom-child-resource-tiles-mobile .infacom-arrow-down{bottom:1px;font-size:.9rem}.infacom-child-resource-tiles-mobile .infacom-card-swipe-text{color:#112128;font-size:.75rem;margin-bottom:-5%;margin-left:auto;margin-top:4%;opacity:.5;overflow:hidden;text-transform:uppercase;width:20%}.infacom-child-resource-tiles-mobile .infacom-blue-button.products{width:190px!important}.infacom-child-resource-tiles-mobile .infacom-card-swipe-text.products,.infacom-child-resource-tiles-mobile .infacom-card-swipe-text.products .infacom-arrow-right.products{color:#112128;opacity:.5}.infacom-child-resource-tiles-mobile .infacom-arrow-right.products{color:#001aff}.infacom-child-resource-tiles-mobile .owl-stage{padding-bottom:20%}.infacom-child-resource-tiles-mobile .infacom-resources-mobile .owl-stage{padding-bottom:4%}}@media screen and (min-width:769px){.infacom-child-resource-tiles-mobile{display:none}.infacom-child-resource-image img{margin-top:12%;padding-left:15px}.infacom-child-resource-tiles{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:5%}.infacom-child-resource-tiles .infacom-sol-recommendedProducts.products{margin-bottom:5%;margin-top:0}.infacom-child-resource-tiles .infacom-sol-recommendedProduct-content.products{-webkit-box-flex:0!important;-webkit-box-shadow:5px 5px 18px 0 rgba(0,0,0,.12);box-shadow:5px 5px 18px 0 rgba(0,0,0,.12);-ms-flex:none!important;flex:none!important;margin-left:3%;min-width:30%!important;padding-bottom:5%!important;width:30%!important}.infacom-child-resource-tiles .infacom-sol-recommendedProduct-content.products:hover{-webkit-box-shadow:15px 25px 38px 0 rgba(0,0,0,.15);box-shadow:15px 25px 38px 0 rgba(0,0,0,.15)}.infacom-child-resource-tiles .infacom-sol-recommendedProduct-content.products.first{margin-left:0!important}.infacom-sol-close.products{display:none}.infacom-child-resource .infacom-dots-section.products{padding-top:102%;width:99%}.infacom-child-resource-image{text-align:center}.infacom-products-hidden-tiles{display:none}.container.infacom-child-resource .col-sm-9{padding-left:0}.row.infacom-child-resource-tiles .col-sm-9{padding-left:1%}.infacom-sol-moreProducts.products{margin-left:-1.5%}.infacom-products-dots.products{margin-left:-160%;overflow:hidden}}@media screen and (max-width:768px){.infacom-testimonials-mobile .owl-stage{padding-bottom:0}}@media screen and (min-width:769px){.infacom-heading-section.products{padding-left:8.7%}}.infacom-callout-countdown-promo .infacom-countdown-data-container{text-align:center}.infacom-callout-countdown-promo .infacom-countdown-data-container .infacom-countdown-number{background-color:#00a9bb;border-radius:6%;color:#fff;font-size:68.9px;font-weight:300;margin:2%;padding:0 6%}.infacom-callout-countdown-promo .infacom-countdown-label{color:#032f3e;font-size:19.7px;font-weight:300;letter-spacing:.67px;margin-bottom:10%;margin-top:-5%;text-align:center;text-transform:uppercase}.image-text-tiles .infacom-partner-resource-image img{margin-top:8%}@media screen and (max-width:768px){.image-text-tiles .infacom-partner-resource-image img{margin:0 9% 2%;width:38%}}@media screen and (min-width:769px){.image-text-tiles .infacom-partner-resource-text{padding-left:7%!important}}.image-text-tiles .infacom-child-resource-tiles.partners-page{margin-top:0}@media screen and (max-width:768px){.image-text-tiles .infacom-child-resource-tiles.partners-page{display:-webkit-box;display:-ms-flexbox;display:flex}}.image-text-tiles .infacom-child-resource-tiles.partners-page .infacom-partner-grid-dots{background:url(../svg/partner-resources_dots.svg) no-repeat;margin-left:-138%;margin-top:30%;padding-top:67%}@media screen and (max-width:768px){.image-text-tiles .infacom-child-resource-tiles.partners-page .infacom-partner-resource-tiles .infacom-sol-recommendedProducts{margin-right:0!important}.image-text-tiles .infacom-child-resource-tiles.partners-page .infacom-partner-resource-tiles .infacom-sol-recommendedProduct-content{width:96%!important}}.image-text-tiles .infacom-child-resource-tiles.partners-page .infacom-partner-resource-tiles .infacom-sol-products-learnmore.partners{visibility:visible!important}@media screen and (min-width:769px){.image-text-tiles .infacom-child-resource-tiles.partners-page .infacom-partner-resource-tiles{padding-left:7%!important}}@media screen and (max-width:768px){.image-text-tiles .infacom-plat-comp button.infacom-blue-button{width:200px}.image-text-tiles .infacom-child-resource .col-sm-9.infacom-partner-resource-text{padding-left:1%}.image-text-tiles .infacom-sol-compText.infacom-plat-compText h4 p b{font-size:18px}.hide-disrupter{background:none!important}}@media screen and (min-width:769px){.hide-disrupter{background:none!important}}@media screen and (max-width:768px){.large-disrupter{background-image:url(../svg/disrupter-testimonials.svg);background-position:151% 75%!important;background-repeat:no-repeat;background-size:62%!important}}@media screen and (min-width:769px){.large-disrupter{background-image:url(../svg/disrupter-testimonials.svg);background-position:110% 110%;background-repeat:no-repeat;background-size:54%}}@media screen and (min-width:1300px){.large-disrupter{background-position:107% 77%;background-size:56%}}@media screen and (min-width:1500px){.large-disrupter{background-position:104% 85%;background-size:52%}}@media screen and (min-width:1900px){.large-disrupter{background-position:102% 107%;background-size:49%}}@media(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.large-disrupter{background-position:112% 85%;background-size:56%}}@media(-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.large-disrupter{background-position:149% 85%;background-size:68%}}@media screen and (max-width:768px){.medium-disrupter{background-image:url(../svg/disrupter-hero.svg);background-position:calc(100% + 12em) calc(100% - 6em)!important;background-repeat:no-repeat;background-size:136%}}@media screen and (min-width:769px){.medium-disrupter{background-image:url(../svg/disrupter-hero.svg);background-position:calc(100% + 40em) calc(100% + 9em);background-repeat:no-repeat;position:relative}}@media(-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.medium-disrupter{background-position:calc(100% + 40em) calc(100% + 3em)}}@media screen and (max-width:768px){.small-disrupter{background:none}}@media screen and (min-width:769px){.small-disrupter{background-image:url(../svg/disrupter-stats.svg);background-position:151% 56%;background-repeat:no-repeat;background-size:45%}}@media screen and (min-width:1300px){.small-disrupter{background-position:calc(100% + 21em) calc(100% - 2em);background-size:38%}}@media screen and (min-width:1500px){.small-disrupter{background-position:151% 56%;background-size:45%}}@media(-webkit-min-device-pixel-ratio:1.25),(min-resolution:120dpi){.small-disrupter{background-position:143% 77%;background-size:41%}}@media(-webkit-min-device-pixel-ratio:1.5),(min-resolution:144dpi){.small-disrupter{background-position:138% 9%;background-size:38%}}@media screen and (min-width:1024px){.infacom-c-form{margin:0 auto;width:940px}}.infacom-c-form__label{margin-top:20px;padding-bottom:14px}@media screen and (min-width:768px){.infacom-c-form__body{padding-right:224px}}.infacom-c-form__input,.infacom-c-form__textarea{background-color:#fff!important;border:1px solid #ccc;padding:5px 10px;width:100%}.infacom-c-form__input:focus,.infacom-c-form__textarea:focus{border-color:#254e9f;-webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,78,159,.6);box-shadow:inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(37,78,159,.6);outline:0}.infacom-c-form__input{height:43px}.infacom-c-form__required-indicator{font-weight:300;margin:6px 0 12.5px}.infacom-c-form__title{margin-bottom:12.5px;margin-top:25px}.infacom-c-form__intro-title h5{font-weight:500;margin-bottom:15px;margin-top:15px}.infacom-c-form__submit-button-container{margin-top:39px}.infacom-c-form__submit-button{background-color:#ff7d00;border-color:transparent;border-radius:0;color:#fff;height:46px;text-transform:uppercase;width:113px}.infacom-c-form__submit-button:focus,.infacom-c-form__submit-button:hover{background-color:#373737;color:#fff;cursor:pointer}.infacom-c-form__submit-button:disabled{background-color:#ccc;color:#999;pointer-events:none}.infacom-c-form__logo-wrapper{display:inline-block;margin-top:-9px;overflow:hidden;position:relative}.infacom-c-form__file-upload{background-color:#ff4d00;color:#fff;cursor:pointer;display:inline-block;margin-bottom:0;padding:10px 20px;text-align:center}.infacom-c-form__file-upload:hover{background-color:#ca0;border-color:transparent;color:#000}.infacom-c-form__file-upload.valid-input:after{content:"✓";margin-left:7px;margin-right:0;position:relative;top:1px}.infacom-c-form__input-button{height:100%;left:0;opacity:0;pointer-events:none;position:absolute;top:0;width:100%}.infacom-c-form__logo-info{margin-top:-1px}.infacom-c-form span:empty{display:none}.infacom-c-form .error{background:transparent;color:#d22730;display:inline-block;font-size:16px;font-weight:400;line-height:24px;margin:0;padding:10px 0 0 26px;position:relative;width:100%}.infacom-c-form .invalid+.error:before{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:#d22730;border-radius:50%;color:#fff;content:"!";display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;height:20px;justify-content:center;left:0;margin-top:5px;position:absolute;text-align:center;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:20px}.blog-author__container{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;gap:24px;padding:40px 16px 24px}.blog-author__wrapper{padding-top:60px}.blog-author__image-img{border-radius:50%;height:110px;width:110px}.blog-author__info{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.blog-author__header{-webkit-box-align:start;-ms-flex-align:start;align-items:start;display:-webkit-box;display:-ms-flexbox;display:flex}.blog-author__name{margin-bottom:8px;margin-right:24px}.blog-author__social-links{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}.blog-author__social-link{color:var(--infa-color-black);text-decoration:none}.blog-author__social-icon{height:30px;width:30px}.blog-author__title{margin-bottom:16px}.blog-author__title p{font-size:inherit;font-weight:inherit;line-height:inherit;margin-bottom:inherit}.blog-author__biography p{margin-bottom:0}@media(max-width:991px)and (min-width:768px){.blog-author__wrapper{padding-top:40px}.blog-author__container{gap:16px;padding:40px 16px 40px 0}.blog-author__image-img{border-radius:26.5px;height:53px;width:53px}.blog-author__name{margin-bottom:19px;margin-right:16px}.blog-author__social-icon{height:30px;width:30px}}@media(max-width:767px){.blog-author__container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-ms-flex-direction:column;flex-direction:column;gap:12px;padding:24px 1px;text-align:center}.blog-author__wrapper{padding-top:24px}.blog-author__image-img{height:87.5px;width:87.5px}.blog-author__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-box-align:start;-ms-flex-align:start;align-items:start;-ms-flex-direction:column;flex-direction:column}.blog-author__name{margin-bottom:16px}.blog-author__social-links{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-bottom:12px}.blog-author__social-icon{height:30px;width:30px}.blog-author__title{margin-bottom:12px;text-align:start}.blog-author__biography p{text-align:left}}@media(max-width:768px){.hide-on-mobile{display:none}}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface{font-family:inherit}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section{margin-top:20px;padding:0 5px 0 0}@media screen and (max-width:768px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section{margin:14px 0 0}}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item{text-decoration:none!important}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:space-between;margin-bottom:20px!important;padding-top:14px!important}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .coveo-result-row,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .coveo-result-row,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .coveo-result-row,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .coveo-result-row{margin:0;width:auto}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infa-c-card__footer--more-info,.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infacom-blog-tile-coveo-card-date,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infa-c-card__footer--more-info,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infacom-blog-tile-coveo-card-date,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infa-c-card__footer--more-info,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infacom-blog-tile-coveo-card-date,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infa-c-card__footer--more-info,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infacom-blog-tile-coveo-card-date{padding:0!important}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infa-c-card__footer--more-info .coveo-result-cell,.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infa-c-card__footer--more-info span,.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infacom-blog-tile-coveo-card-date .coveo-result-cell,.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infacom-blog-tile-coveo-card-date span,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infa-c-card__footer--more-info .coveo-result-cell,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infa-c-card__footer--more-info span,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infacom-blog-tile-coveo-card-date .coveo-result-cell,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infacom-blog-tile-coveo-card-date span,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infa-c-card__footer--more-info .coveo-result-cell,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infa-c-card__footer--more-info span,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infacom-blog-tile-coveo-card-date .coveo-result-cell,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infacom-blog-tile-coveo-card-date span,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infa-c-card__footer--more-info .coveo-result-cell,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infa-c-card__footer--more-info span,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infacom-blog-tile-coveo-card-date .coveo-result-cell,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .infacom-blog-tile-item .infa-card-footer .infacom-blog-tile-coveo-card-date span{line-height:inherit}@media screen and (max-width:767px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column{padding:0}}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}@media screen and (max-width:991px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media screen and (max-width:767px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header{padding-left:18px;padding-right:14px}}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column{-webkit-box-flex:1;-ms-flex-positive:1;-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;flex-grow:1;justify-content:space-between;padding:0}@media screen and (max-width:991px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;width:100%}}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;display:-webkit-box;display:-ms-flexbox;display:flex;gap:21px}@media screen and (max-width:991px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:17px;width:100%}}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;margin-right:37px}@media screen and (max-width:991px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list{display:none}}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list .facet-item,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list .facet-item,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list .facet-item,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list .facet-item{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border:1px solid var(--infa-color-aqua-3);border-radius:20px;color:var(--infa-color-aqua-4);cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;justify-content:center;margin-bottom:0;padding:4px 8px}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list .facet-item.coveo-selected,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list .facet-item.coveo-selected,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list .facet-item.coveo-selected,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list .facet-item.coveo-selected{background-color:var(--infa-color-aqua-4);color:var(--infa-color-white)}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list .clear-filters,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list .clear-filters,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list .clear-filters,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list .clear-filters{color:var(--infa-color-orange-4);cursor:pointer;margin-bottom:0}@media screen and (max-width:991px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list .clear-filters,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list .clear-filters,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list .clear-filters,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__list .clear-filters{display:none}}@media screen and (min-width:992px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__dropdown,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__dropdown,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__dropdown,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__dropdown{display:none}}@media screen and (max-width:991px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__dropdown,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__dropdown,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__dropdown,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__dropdown{border:1px solid var(--infa-color-grey-1);border-radius:4px;-webkit-box-shadow:2px 2px 10px 0 rgba(0,0,0,.102);box-shadow:2px 2px 10px 0 rgba(0,0,0,.102);display:block;margin-bottom:23px;padding:6px 12px 6px 16px}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__dropdown,.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__label,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__dropdown,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__label,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__dropdown,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__label,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__dropdown,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__label{width:100%}}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__label,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__label,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__label,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-facet-column .facet-container__label{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section{margin-left:0}@media screen and (max-width:991px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .sort-by-text,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .sort-by-text,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .sort-by-text,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .sort-by-text{margin-bottom:0}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .CoveoSort,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .CoveoSort,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .CoveoSort,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .CoveoSort{font-weight:300}@media screen and (max-width:768px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .CoveoSort,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .CoveoSort,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .CoveoSort,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .coveo-results-header .coveo-sort-section .CoveoSort{font-size:18px}}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList{margin-bottom:0}@media(max-width:800px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .CoveoResultList{margin:0 2px}}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .infa-pagination,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .infa-pagination,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .infa-pagination,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .infa-pagination{-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (width:768px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .infa-pagination .infa-search-back-to-top p,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .infa-pagination .infa-search-back-to-top p,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .infa-pagination .infa-search-back-to-top p,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .infa-pagination .infa-search-back-to-top p{float:none}}@media screen and (max-width:768px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .infa-pagination .infa-search-back-to-top p,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .infa-pagination .infa-search-back-to-top p,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .infa-pagination .infa-search-back-to-top p,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .infa-pagination .infa-search-back-to-top p{margin-left:0}}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .infa-pagination .CoveoPager,.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .infa-pagination .infa-search-back-to-top .infa-event-back-to-top,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .infa-pagination .CoveoPager,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .infa-pagination .infa-search-back-to-top .infa-event-back-to-top,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .infa-pagination .CoveoPager,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-results-column .infa-pagination .infa-search-back-to-top .infa-event-back-to-top,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .infa-pagination .CoveoPager,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-results-column .infa-pagination .infa-search-back-to-top .infa-event-back-to-top{margin-top:0}@media screen and (max-width:991px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column{float:none;margin:0;padding:0;width:290px}}@media screen and (max-width:991px)and (max-width:991px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column{-webkit-box-ordinal-group:2;-ms-flex-order:1;margin-bottom:10px;order:1;width:100%}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column.has-sidebar.coveo-hidden,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column.has-sidebar.coveo-hidden,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column.has-sidebar.coveo-hidden,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column.has-sidebar.coveo-hidden{display:block}}@media screen and (max-width:991px)and (max-width:767px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column{margin-bottom:14px}}@media screen and (max-width:991px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-checkbox-span-label,.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-checkbox-span-label-suffix,.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-dynamic-facet-header-btn,.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-dynamic-facet-header-title,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-checkbox-span-label,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-checkbox-span-label-suffix,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-dynamic-facet-header-btn,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-dynamic-facet-header-title,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-checkbox-span-label,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-checkbox-span-label-suffix,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-dynamic-facet-header-btn,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-dynamic-facet-header-title,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-checkbox-span-label,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-checkbox-span-label-suffix,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-dynamic-facet-header-btn,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-dynamic-facet-header-title{color:var(--infa-color-black);font-size:.875rem;font-weight:400;line-height:1.375;margin:0}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-dynamic-facet-header-title,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-dynamic-facet-header-title,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-dynamic-facet-header-title,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .coveo-dynamic-facet-header-title{text-transform:none}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet{-webkit-box-ordinal-group:3;-ms-flex-order:2;background:var(--infa-color-white);border:1px solid #e0e0e0;border-radius:4px;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.12);box-shadow:0 2px 4px 0 rgba(0,0,0,.12);display:block!important;margin-bottom:15px;order:2;width:100%}}@media screen and (max-width:991px)and (min-width:768px)and (max-width:991px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet{margin-bottom:18px}}@media screen and (max-width:991px)and (max-width:767px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet{margin-bottom:8px}}@media screen and (max-width:991px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values{max-height:none;padding:0}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value{margin:0;padding:10px}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label{margin:0;padding:0}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label .coveo-checkbox-button,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label .coveo-checkbox-button,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label .coveo-checkbox-button,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label .coveo-checkbox-button{border:1px solid var(--infa-color-grey-2);border-radius:4px;height:16px;margin-right:5px;width:16px}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label .coveo-checkbox-span-label,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label .coveo-checkbox-span-label,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label .coveo-checkbox-span-label,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label .coveo-checkbox-span-label{margin-right:2px}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox:checked~.coveo-checkbox-span-label,.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox:checked~.coveo-checkbox-span-label-suffix,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox:checked~.coveo-checkbox-span-label,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox:checked~.coveo-checkbox-span-label-suffix,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox:checked~.coveo-checkbox-span-label,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox:checked~.coveo-checkbox-span-label-suffix,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox:checked~.coveo-checkbox-span-label,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox:checked~.coveo-checkbox-span-label-suffix{color:#003d4c}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label .coveo-checkbox-span-label-suffix,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label .coveo-checkbox-span-label-suffix,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label .coveo-checkbox-span-label-suffix,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label .coveo-checkbox-span-label-suffix{display:none}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label .coveo-checkbox-button,.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox+button,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label .coveo-checkbox-button,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox+button,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label .coveo-checkbox-button,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox+button,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label .coveo-checkbox-button,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox+button{min-width:16px}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox:checked+button,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox:checked+button,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox:checked+button,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox:checked+button{background:#003d4c}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox:checked+button:before,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox:checked+button:before,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox:checked+button:before,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-values .coveo-dynamic-facet-value .coveo-checkbox-label input[type=checkbox].coveo-checkbox:checked+button:before{border-color:var(--infa-color-white);border-width:0 2px 2px 0;height:8px;left:4.5px}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-show-less,.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-show-more,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-show-less,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-show-more,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-show-less,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-show-more,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-show-less,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-show-more{margin:0;padding:10px}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-show-less,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-show-less,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-show-less,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-show-less{top:0}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet.coveo-dynamic-facet-collapsed .coveo-dynamic-facet-values,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet.coveo-dynamic-facet-collapsed .coveo-dynamic-facet-values,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet.coveo-dynamic-facet-collapsed .coveo-dynamic-facet-values,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet.coveo-dynamic-facet-collapsed .coveo-dynamic-facet-values{padding:0}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header{border-color:#e0e0e0;padding:6px 10px}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header .coveo-dynamic-facet-header-clear,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header .coveo-dynamic-facet-header-clear,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header .coveo-dynamic-facet-header-clear,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header .coveo-dynamic-facet-header-clear{display:none!important}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header .coveo-dynamic-facet-collapse-toggle-svg,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header .coveo-dynamic-facet-collapse-toggle-svg,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header .coveo-dynamic-facet-collapse-toggle-svg,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-facet-column .CoveoDynamicFacet .coveo-dynamic-facet-header .coveo-dynamic-facet-collapse-toggle-svg{color:#757575;height:6px;width:11px}}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-pager-list .coveo-pager-list-item .coveo-pager-next-icon-svg,.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-pager-list .coveo-pager-list-item .coveo-pager-previous-icon-svg,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-pager-list .coveo-pager-list-item .coveo-pager-next-icon-svg,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-pager-list .coveo-pager-list-item .coveo-pager-previous-icon-svg,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-pager-list .coveo-pager-list-item .coveo-pager-next-icon-svg,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-main-section .coveo-pager-list .coveo-pager-list-item .coveo-pager-previous-icon-svg,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-pager-list .coveo-pager-list-item .coveo-pager-next-icon-svg,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-main-section .coveo-pager-list .coveo-pager-list-item .coveo-pager-previous-icon-svg{display:none}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-dropdown-header-wrapper,.infa-c-coveo-blog-author-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-dropdown-header-wrapper,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section.CoveoSearchInterface .coveo-dropdown-header-wrapper,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component.CoveoSearchInterface .coveo-dropdown-header-wrapper{display:none!important}@media screen and (max-width:767px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame,.infa-c-coveo-blog-author-section .infacom-blog-listing-component .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame{padding:0 15px}}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .blog-infa-tile.infa-c-card__with-full-header-image .infa-c-card__body--wrapper,.infa-c-coveo-blog-author-section .infacom-blog-listing-component .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .blog-infa-tile.infa-c-card__with-full-header-image .infa-c-card__body--wrapper,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .blog-infa-tile.infa-c-card__with-full-header-image .infa-c-card__body--wrapper,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .blog-infa-tile.infa-c-card__with-full-header-image .infa-c-card__body--wrapper{padding:var(--infa-spacing-20)}@media screen and (max-width:767px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .blog-infa-tile.infa-c-card__with-full-header-image .infa-c-card__body--wrapper,.infa-c-coveo-blog-author-section .infacom-blog-listing-component .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .blog-infa-tile.infa-c-card__with-full-header-image .infa-c-card__body--wrapper,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .blog-infa-tile.infa-c-card__with-full-header-image .infa-c-card__body--wrapper,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame .blog-infa-tile.infa-c-card__with-full-header-image .infa-c-card__body--wrapper{padding:var(--infa-spacing-16)}}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame:after,.infa-c-coveo-blog-author-section .infacom-blog-listing-component .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame:after,.infa-c-coveo-blog-content-listing-section .infacom-author-related-blogs-section .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame:after,.infa-c-coveo-blog-content-listing-section .infacom-blog-listing-component .coveo-card-layout-container .coveo-card-layout.CoveoResult .coveo-result-frame:after{bottom:0}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section .coveo-card-layout-container{gap:24px}@media screen and (max-width:767px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section .coveo-card-layout-container{gap:10px;margin-right:0}}@media screen and (min-width:992px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section .coveo-card-layout-container .coveo-card-layout.CoveoResult{width:calc(25% - 23px)!important}}@media screen and (min-width:768px)and (max-width:992px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section .coveo-card-layout-container .coveo-card-layout.CoveoResult{width:calc(50% - 23px)}}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section .coveo-card-layout-container .coveo-card-layout.CoveoResult .infa-card-image{margin-bottom:0}.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section .coveo-card-layout-container .coveo-card-layout.CoveoResult .infa-coveo-card-content-type{margin-top:18px;padding:0 18px}@media screen and (max-width:767px){.infa-c-coveo-blog-author-section .infacom-author-related-blogs-section .coveo-card-layout-container .coveo-card-layout.CoveoResult .infa-coveo-card-content-type{margin-top:0;padding:0}}.infacom-c-sidebar__customer-logo{padding-bottom:24px;text-align:center}@media screen and (max-width:991px){.infacom-c-sidebar__customer-logo{padding-bottom:16px}}.infacom-c-sidebar__customer-logo img{width:100%}.infacom-c-sidebar__divider{border-bottom:1px solid var(--infa-color-grey-2);margin-bottom:24px}@media screen and (max-width:767px){.infacom-c-sidebar__divider{margin-bottom:16px}}.infacom-c-sidebar__partners{margin-bottom:24px}@media screen and (max-width:767px){.infacom-c-sidebar__partners{margin-bottom:16px}}.infacom-c-sidebar__partners--logos{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:8px}.infacom-c-sidebar__partners--logos img{height:40px;-o-object-fit:contain;object-fit:contain;padding:2.5px 0;width:80px}.infacom-c-sidebar__categories{margin-bottom:24px}@media screen and (max-width:991px){.infacom-c-sidebar__categories{margin-bottom:16px}}@media screen and (max-width:767px){.infacom-c-sidebar__categories{margin-bottom:12px}}.infacom-c-sidebar__category-items a{color:var(--infa-color-black)}.infacom-c-sidebar__category-items a:hover{color:var(--infa-color-orange-4)}.infacom-c-sidebar__category-items:not(:last-child){margin-bottom:8px}.infacom-c-sidebar .infacom-c-sidebar__headings{font-size:var(--infa-typo-h5-font-size);text-transform:uppercase}@media screen and (max-width:767px){.infacom-c-sidebar .infacom-c-sidebar__headings{margin-bottom:4px}}.infa-ipaas-coveo-listing-component .infa-search-component.CoveoSearchInterface .sort-by-wrap{width:unset!important}.infa-ipaas-coveo-listing-component .infa-search-component.CoveoSearchInterface .CoveoSort .coveo-icon,.infa-ipaas-coveo-listing-component .infa-search-component.CoveoSearchInterface .sort-by-wrap .coveo-icon{display:block!important}.infa-ipaas-coveo-listing-component .infa-search-component.CoveoSearchInterface .CoveoSort .coveo-sort-icon-ascending-svg,.infa-ipaas-coveo-listing-component .infa-search-component.CoveoSearchInterface .CoveoSort .coveo-sort-icon-descending-svg{color:var(--infa-color-orange-4)}.infa-ipaas-coveo-listing-component .infa-search-component.CoveoSearchInterface .coveo-mobile-sort-section{-webkit-box-ordinal-group:2;-ms-flex-order:1;display:-webkit-box;display:-ms-flexbox;display:flex;order:1}@media screen and (min-width:991px){.infa-ipaas-coveo-listing-component .infa-search-component.CoveoSearchInterface .coveo-mobile-sort-section{display:none}}.infa-ipaas-coveo-listing-component{padding-top:44px}.infa-ipaas-coveo-listing-component .CoveoSearchInterface .coveo-results-column{overflow:visible}.infa-ipaas-coveo-listing-component .infa-search-component .coveo-main-section .coveo-result-cell{padding-left:0}.infa-ipaas-coveo-listing-component .infa-search-component .coveo-main-section .infa-result-image{padding:20px 20px 12px;width:160px}@media screen and (max-width:767px){.infa-ipaas-coveo-listing-component .infa-search-component .coveo-main-section .infa-result-image{margin:0 0 12px;padding:0;width:120px}}@media screen and (width:768px){.infa-ipaas-coveo-listing-component .infa-search-component .coveo-main-section .infa-result-image{margin:0}}.infa-ipaas-coveo-listing-component .infa-search-component .coveo-main-section .infa-search-back-to-top p{float:unset}@media screen and (max-width:767px){.infa-ipaas-coveo-listing-component .infa-search-component .coveo-main-section .infa-search-back-to-top p{float:right}}.infa-ipaas-coveo-listing-component .infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult{height:245px}@media screen and (min-width:320px)and (max-width:767px){.infa-ipaas-coveo-listing-component .infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.CoveoResult{height:unset}}.infa-ipaas-coveo-listing-component .infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .infa-card-image{display:block;height:auto;margin-bottom:0}.infa-ipaas-coveo-listing-component .infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .infa-card-image .infa-coveo-bg-image{display:block;height:67px}.infa-ipaas-coveo-listing-component .infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .coveo-result-row.infa-coveo-card-title-container.infa-card-coveo-title{margin-bottom:0}.infa-ipaas-coveo-listing-component .infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .coveo-result-row.infa-coveo-card-title-container.infa-card-coveo-title .CoveoFieldValue.infa-coveo-card-title.infa-o-heading__4{margin-bottom:0}.infa-ipaas-coveo-listing-component .infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout .coveo-result-row.infa-coveo-card-title-container.infa-card-coveo-title .CoveoFieldValue.infa-coveo-card-title.infa-o-heading__4 span{-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.infa-ipaas-coveo-listing-component .infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.no-image-card .infa-card-image{display:none}.infa-ipaas-coveo-listing-component .infa-coveo-search-cards .coveo-card-layout-container .coveo-card-layout.no-image-card .infa-coveo-card-title-container{margin-top:20px}.infa-ipaas-coveo-listing-component .CoveoPager .coveo-pager-list .coveo-pager-list-item .coveo-pager-next-icon-svg,.infa-ipaas-coveo-listing-component .CoveoPager .coveo-pager-list .coveo-pager-list-item .coveo-pager-previous-icon-svg{display:none}.infa-ipaas-coveo-listing-component .infa-pagination{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.infa-ipaas-coveo-listing-component.infa-c-generic-coveo-section .infa-c-generic-search-facet-result__body.coveo-main-section{-webkit-column-gap:34px!important;-moz-column-gap:34px!important;column-gap:34px!important}.infacom-stats-section{height:auto;margin-bottom:16px;margin-top:16px;width:90%}@media screen and (max-width:768px){.infacom-stats-section{height:auto;margin:8px 10%;width:90%}}.infacom-stats-section .infacom-stats-count-red{color:#ff4d00;font-size:2.25rem;font-stretch:normal;font-style:normal;font-weight:400;height:48px;letter-spacing:normal;line-height:1.39;margin-bottom:0;width:80%}@media screen and (max-width:768px){.infacom-stats-section .infacom-stats-count-red{font-weight:300;width:80%}}.infacom-stats-section .infacom-stats-count-desc{color:#323232;font-size:1.125rem;font-stretch:normal;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.44;margin-bottom:47px;width:80%}@media screen and (max-width:768px){.infacom-stats-section .infacom-stats-count-desc{font-size:1.125rem;height:auto;margin-bottom:30px;width:80%}}.infacom-inline-stats-section{margin-bottom:16px;margin-top:16px}@media screen and (max-width:768px){.infacom-inline-stats-section{margin:8px 9%}}.infacom-inline-stats-section .infacom-inline-stats-count-red{color:#ff4d00;font-size:7.5rem;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:.8;margin-bottom:2.5rem;word-break:break-word}@media screen and (max-width:768px){.infacom-inline-stats-section .infacom-inline-stats-count-red{font-size:3.75rem;line-height:.83;margin-bottom:1.6rem}}.infacom-inline-stats-section .infacom-inline-stats-count-desc{color:#323232;font-size:1.188rem;font-stretch:normal;font-style:normal;font-weight:300;letter-spacing:normal;line-height:1.37}@media screen and (max-width:768px){.infacom-inline-stats-section .infacom-inline-stats-count-desc{font-size:1.125rem;line-height:1.44}.infacom-inline-stats-section .col-md-3{margin-bottom:40px}}@media screen and (min-width:768px){.columnContainer .infacom-stats-count-desc,.columnContainer .infacom-stats-count-red{width:100%}.columnContainer .col-md-12 .infacom-stats-count-desc,.columnContainer .col-md-12 .infacom-stats-count-red{width:auto}}.infacom-stats-section-component .infacom-stats-count-red{color:#ff4d00;font-size:62px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.16;margin-right:15px;opacity:1}@media screen and (max-width:768px){.infacom-stats-section-component .infacom-stats-count-red{margin-right:0}}.infacom-stats-section-component .infacom-inline-stats-count-desc{color:#112128;display:inline-table;font-size:16px;font-style:normal;font-weight:400;letter-spacing:1px;line-height:1.75;margin-top:10px;opacity:.6;text-transform:uppercase;width:44%;word-break:break-word}@media screen and (max-width:768px){.infacom-stats-section-component .infacom-inline-stats-count-desc{margin-top:0;width:95%}.infacom-stats-section-component .infacom-stats-section-no-gutters{margin:8px 9%}}.infacom-stats-section-component .infacom-stats-section-no-gutters .col-md-3,.infacom-stats-section-component .infacom-stats-section-no-gutters .col-md-4{display:-webkit-box;display:-ms-flexbox;display:flex}@media screen and (max-width:768px){.infacom-stats-section-component .infacom-stats-section-no-gutters .col-md-3,.infacom-stats-section-component .infacom-stats-section-no-gutters .col-md-4{display:block;padding-left:0;padding-right:0}}.infacom-media-tile{-webkit-box-shadow:7px 8px 10px 0 rgba(0,0,0,.08);box-shadow:7px 8px 10px 0 rgba(0,0,0,.08);color:#112128;margin-bottom:16px;margin-top:16px;padding-top:32px}@media screen and (max-width:768px){.infacom-media-tile{margin:8px 9% 32px;padding-top:45px}}.infacom-media-tile .cta-refresh{margin-left:0;padding-bottom:32px}@media screen and (max-width:768px){.infacom-media-tile .cta-refresh{margin-bottom:0}}.infacom-media-tile .infacom-cta-refresh{margin:0!important}.infacom-media-tile .infacom-blue-button{margin-top:0}.infacom-media-tile .infacom-cta-left{padding-left:23px}@media screen and (max-width:768px){.infacom-media-tile .infacom-cta-left{padding-left:15px}}.infacom-media-tile-image{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto 32px}@media screen and (max-width:768px){.infacom-media-tile-image{margin:0 auto 45px}}@media screen and (min-width:769px){.infacom-media-tile-title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;margin-bottom:20px;overflow:hidden;padding:0 23px;text-overflow:ellipsis}}@media screen and (max-width:768px){.infacom-media-tile-title{margin-bottom:31px;padding:0 0 0 15px;width:98%}}.infacom-media-tile-title>h3,.infacom-media-tile-title>p,infacom-media-tile-default-title{font-size:36px;font-stretch:normal;font-style:normal;font-weight:300}@media screen and (max-width:768px){.infacom-media-tile-title>h3,.infacom-media-tile-title>p,infacom-media-tile-default-title{font-size:22px}}.infacom-media-tile-default-title,.infacom-media-tile-title>*{line-height:1.39}@media screen and (max-width:768px){.infacom-media-tile-default-title,.infacom-media-tile-title>*{line-height:1.27}}.infacom-customer-results-container .infacom-customer-results-section-comp{width:64%}@media screen and (max-width:768px){.infacom-customer-results-container .infacom-customer-results-section-comp{margin:0 auto;width:95%}.infacom-customer-results-container .infacom-heading-section{margin:8px 7%}.infacom-customer-results-container .infacom-customer-results-media{margin:0 auto;width:79%}}.infacom-customer-results-container .infacom-customer-results-media .video-tile{height:430px;width:97%}@media screen and (max-width:768px){.infacom-customer-results-container .infacom-customer-results-media .video-tile{height:auto}}.infacom-customer-results-container .infacom-customer-results-media img{max-width:100%}.infacom-customer-results-container .infacom-customer-results-media .infacom-customer-results-quote-container{margin-top:28px}.infacom-customer-results-container .infacom-customer-results-media .infacom-customer-results-quote-container .infacom-customer-results-icon{margin-top:16px}.infacom-customer-results-container .infacom-customer-results-media .infacom-customer-results-quote-container .infacom-quotes-section{padding-left:10%;width:96%}@media screen and (max-width:768px){.infacom-customer-results-container .infacom-customer-results-media .infacom-customer-results-quote-container .infacom-quotes-section{margin:15px 0;padding:0}}.infacom-customer-results-container .infacom-customer-results-media .infacom-customer-results-quote-container .infacom-quotes-section .infacom-quotes-subsection p{font-size:19px!important}.infacom-customer-results-container .infacom-customer-results-media .infacom-customer-results-quote-container .infacom-quotes-section .infacom-quote-by{margin-left:4%;margin-top:0!important}@media screen and (max-width:768px){.infacom-customer-results-container .infacom-customer-results-media .infacom-customer-results-quote-container .infacom-quotes-section .infacom-quote-by{margin-left:6%}}.infacom-customer-results-container .infacom-customer-results-list .infacom-customer-results-list-items{margin-left:9%;margin-top:18px;width:82%}@media screen and (max-width:768px){.infacom-customer-results-container .infacom-customer-results-list .infacom-customer-results-list-items{margin-left:auto;margin-right:auto;width:78%}}.infacom-customer-results-container .infacom-customer-results-list .infacom-customer-results-list-items .infacom-customer-results-list-item{margin-bottom:30px}.infacom-customer-results-container .infacom-customer-results-list .infacom-customer-results-list-items .infacom-customer-results-list-item .infacom-customer-results-label *{font-size:1.5rem!important;font-weight:400!important}.infacom-customer-results-container .infacom-customer-results-list .infacom-customer-results-list-items .infacom-customer-results-list-item .infacom-customer-results-body *{font-size:1.125rem!important;line-height:1.44!important}.infacom-customer-results-container .infacom-customer-results-list .cta-refresh{margin-left:9%}@media screen and (max-width:768px){.infacom-customer-results-container .infacom-customer-results-list .cta-refresh .infacom-cta-refresh{margin-left:2.5%!important}.infacom-customer-results-container .infacom-customer-results-list .cta-refresh .infacom-blue-button{font-size:11px;padding:2.5% 5%;width:auto}}
