/* The OOTB AEM 6.4 grid system.
 *
 * This has been modified slightly to support Dexter's
 * custom breakpoints and remove fixed left / right padding.
 */
/*
 * 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: 49.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: 100%;
}
.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:100%;
}
.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: 0.5%;
}
.aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--2 {
  margin-left: 0.5%;
}
.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: 49.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: 599px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--1 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--2 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--3 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--4 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--5 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--6 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--phone--7 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--phone--8 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--phone--9 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--phone--10 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--phone--11 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--phone--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--phone--12 > .aem-GridColumn.aem-GridColumn--offset--phone--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--phone--hide {
    /* hide behavior */
    display: none;
  }
}
/* tablet breakpoint */
@media (min-width: 600px) and (max-width: 1199px) {
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--1 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--2 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--3 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--4 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--5 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--6 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 14.28571429%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 28.57142857%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 42.85714286%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 57.14285714%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 71.42857143%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 85.71428571%;
  }
  .aem-Grid.aem-Grid--tablet--7 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 12.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 37.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 62.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 87.5%;
  }
  .aem-Grid.aem-Grid--tablet--8 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 11.11111111%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 22.22222222%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 44.44444444%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 55.55555556%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 77.77777778%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 88.88888889%;
  }
  .aem-Grid.aem-Grid--tablet--9 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 10%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 20%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 30%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 40%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 60%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 70%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 80%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 90%;
  }
  .aem-Grid.aem-Grid--tablet--10 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 9.09090909%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 18.18181818%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 27.27272727%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 36.36363636%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 45.45454545%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 54.54545455%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 63.63636364%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 72.72727273%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 81.81818182%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 90.90909091%;
  }
  .aem-Grid.aem-Grid--tablet--11 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--1 {
    float: left;
    clear: none;
    width: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--2 {
    float: left;
    clear: none;
    width: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--3 {
    float: left;
    clear: none;
    width: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--4 {
    float: left;
    clear: none;
    width: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--5 {
    float: left;
    clear: none;
    width: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--6 {
    float: left;
    clear: none;
    width: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--7 {
    float: left;
    clear: none;
    width: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--8 {
    float: left;
    clear: none;
    width: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--9 {
    float: left;
    clear: none;
    width: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--10 {
    float: left;
    clear: none;
    width: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--11 {
    float: left;
    clear: none;
    width: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--tablet--12 {
    float: left;
    clear: none;
    width: 100%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--0 {
    margin-left: 0%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--1 {
    margin-left: 8.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--2 {
    margin-left: 16.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--3 {
    margin-left: 25%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--4 {
    margin-left: 33.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--5 {
    margin-left: 41.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--6 {
    margin-left: 50%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--7 {
    margin-left: 58.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--8 {
    margin-left: 66.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--9 {
    margin-left: 75%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--10 {
    margin-left: 83.33333333%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--11 {
    margin-left: 91.66666667%;
  }
  .aem-Grid.aem-Grid--tablet--12 > .aem-GridColumn.aem-GridColumn--offset--tablet--12 {
    margin-left: 100%;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--newline {
    /* newline behavior */
    display: block;
    clear: both !important;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--none {
    /* none behavior */
    display: block;
    clear: none !important;
    float: left;
  }
  .aem-Grid > .aem-GridColumn.aem-GridColumn--tablet--hide {
    /* hide behavior */
    display: none;
  }
}
.aem-GridColumn {
  padding: 0;
}

.dexter-icon { font-size: 0; }
.dexter-icon::before { content: ''; display: inline-block; height: 20px; width: 20px; }
.dexter-icon-brackets:before{background-image:url(../../../content/dam/cc/icons/brackets.svg)}
.dexter-icon-air:before{background-image:url(../../../content/dam/cc/icons/air.svg)}
.dexter-icon-adobe-campaign:before{background-image:url(../../../content/dam/cc/icons/adobe-campaign.svg)}
.dexter-icon-segment-icon-br-cc-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-br-cc-app-grey.svg)}
.dexter-icon-adobe-drive:before{background-image:url(../../../content/dam/cc/icons/adobe-drive.svg)}
.dexter-icon-device-desktop:before{background-image:url(../../../content/dam/cc/icons/device-desktop.svg)}
.dexter-icon-collaboration-black:before{background-image:url(../../../content/dam/cc/icons/collaboration-black.svg)}
.dexter-icon-pdf-pack:before{background-image:url(../../../content/dam/cc/icons/pdf-pack.svg)}
.dexter-icon-government-dark-bkgd:before{background-image:url(../../../content/dam/cc/icons/government-dark-bkgd.svg)}
.dexter-icon-ds-appicon-64:before{background-image:url(../../../content/dam/cc/icons/ds_appicon_64.svg)}
.dexter-icon-psexpress-app-RGB-01:before{background-image:url(../../../content/dam/cc/icons/psexpress_app_RGB-01.svg)}
.dexter-icon-pt-appicon-256:before{background-image:url(../../../content/dam/cc/icons/pt_appicon_256.svg)}
.dexter-icon-icon-libraries:before{background-image:url(../../../content/dam/cc/icons/icon-libraries.svg)}
.dexter-icon-Twitter-Rollover:before{background-image:url(../../../content/dam/cc/icons/Twitter_Rollover.svg)}
.dexter-icon-project-rush:before{background-image:url(../../../content/dam/cc/icons/project-rush.svg)}
.dexter-icon-acrobat-reader-appicon-noshadow-256:before{background-image:url(../../../content/dam/cc/icons/acrobat_reader_appicon_noshadow_256.svg)}
.dexter-icon-icon-ste-ps-fix:before{background-image:url(../../../content/dam/cc/icons/icon_ste_ps_fix.svg)}
.dexter-icon-dimension:before{background-image:url(../../../content/dam/cc/icons/dimension.svg)}
.dexter-icon-edu-dark-bkgd:before{background-image:url(../../../content/dam/cc/icons/edu-dark-bkgd.svg)}
.dexter-icon-cf-builder-2016:before{background-image:url(../../../content/dam/cc/icons/cf-builder-2016.svg)}
.dexter-icon-Smock-Pinterest-24-N:before{background-image:url(../../../content/dam/cc/icons/Smock_Pinterest_24_N.svg)}
.dexter-icon-project-felix:before{background-image:url(../../../content/dam/cc/icons/project-felix.svg)}
.dexter-icon-film-icon-basics:before{background-image:url(../../../content/dam/cc/icons/film_icon_basics.svg)}
.dexter-icon-icon-14daymoneyback-black-72x72-2:before{background-image:url(../../../content/dam/cc/icons/icon-14daymoneyback-black-72x72_2.svg)}
.dexter-icon-draw:before{background-image:url(../../../content/dam/cc/icons/draw.svg)}
.dexter-icon-phonegap-icon:before{background-image:url(../../../content/dam/cc/icons/phonegap-icon.svg)}
.dexter-icon-scout-icon:before{background-image:url(../../../content/dam/cc/icons/scout-icon.svg)}
.dexter-icon-smock-alert:before{background-image:url(../../../content/dam/cc/icons/smock_alert.svg)}
.dexter-icon-psfix-app-RGB:before{background-image:url(../../../content/dam/cc/icons/psfix_app_RGB.svg)}
.dexter-icon-CCX-CCO-icon2:before{background-image:url(../../../content/dam/cc/icons/CCX-CCO-icon2.svg)}
.dexter-icon-icon-specialoffers-photo:before{background-image:url(../../../content/dam/cc/icons/icon-specialoffers-photo.svg)}
.dexter-icon-segment-icon-photo:before{background-image:url(../../../content/dam/cc/icons/segment-icon-photo.svg)}
.dexter-icon-shockwave:before{background-image:url(../../../content/dam/cc/icons/shockwave.svg)}
.dexter-icon-magento-icon:before{background-image:url(../../../content/dam/cc/icons/magento-icon.svg)}
.dexter-icon-cc-market:before{background-image:url(../../../content/dam/cc/icons/cc-market.svg)}
.dexter-icon-adobe-A:before{background-image:url(../../../content/dam/cc/icons/adobe-A.svg)}
.dexter-icon-cc-assets-grey:before{background-image:url(../../../content/dam/cc/icons/cc-assets-grey.svg)}
.dexter-icon-bridge:before{background-image:url(../../../content/dam/cc/icons/bridge.svg)}
.dexter-icon-icon-specialoffers-cc:before{background-image:url(../../../content/dam/cc/icons/icon-specialoffers-cc.svg)}
.dexter-icon-aec-group-logo:before{background-image:url(../../../content/dam/cc/icons/aec-group-logo.svg)}
.dexter-icon-creativecloud-app:before{background-image:url(../../../content/dam/cc/icons/creativecloud-app.svg)}
.dexter-icon-services-video-tutorials:before{background-image:url(../../../content/dam/cc/icons/services-video-tutorials.svg)}
.dexter-icon-magento-icon-on-tile:before{background-image:url(../../../content/dam/cc/icons/magento-icon-on-tile.svg)}
.dexter-icon-icon-behance:before{background-image:url(../../../content/dam/cc/icons/icon-behance.svg)}
.dexter-icon-muse:before{background-image:url(../../../content/dam/cc/icons/muse.svg)}
.dexter-icon-Link-Grey:before{background-image:url(../../../content/dam/cc/icons/Link_Grey.svg)}
.dexter-icon-adobe-scan:before{background-image:url(../../../content/dam/cc/icons/adobe_scan.svg)}
.dexter-icon-NEW-ed3a90:before{background-image:url(../../../content/dam/cc/icons/NEW-ed3a90.svg)}
.dexter-icon-box-weibo:before{background-image:url(../../../content/dam/cc/icons/box-weibo.svg)}
.dexter-icon-comp:before{background-image:url(../../../content/dam/cc/icons/comp.svg)}
.dexter-icon-amc:before{background-image:url(../../../content/dam/cc/icons/amc.svg)}
.dexter-icon-apcc-promo:before{background-image:url(../../../content/dam/cc/icons/apcc_promo.svg)}
.dexter-icon-capture:before{background-image:url(../../../content/dam/cc/icons/capture.svg)}
.dexter-icon-premiere-rush:before{background-image:url(../../../content/dam/cc/icons/premiere-rush.svg)}
.dexter-icon-icon-nohiddencosts-black-72x72:before{background-image:url(../../../content/dam/cc/icons/icon-nohiddencosts-black-72x72.svg)}
.dexter-icon-stock-grey:before{background-image:url(../../../content/dam/cc/icons/stock-grey.svg)}
.dexter-icon-blog-icon-grey:before{background-image:url(../../../content/dam/cc/icons/blog_icon_grey.svg)}
.dexter-icon-pr-cc-app-RGB:before{background-image:url(../../../content/dam/cc/icons/pr_cc_app_RGB.svg)}
.dexter-icon-flex:before{background-image:url(../../../content/dam/cc/icons/flex.svg)}
.dexter-icon-collaboration:before{background-image:url(../../../content/dam/cc/icons/collaboration.svg)}
.dexter-icon-social-icon-instagram:before{background-image:url(../../../content/dam/cc/icons/social-icon-instagram.svg)}
.dexter-icon-sketch:before{background-image:url(../../../content/dam/cc/icons/sketch.svg)}
.dexter-icon-ad-cloud-icon:before{background-image:url(../../../content/dam/cc/icons/ad-cloud-icon.svg)}
.dexter-icon-device-tablet:before{background-image:url(../../../content/dam/cc/icons/device-tablet.svg)}
.dexter-icon-mixamo:before{background-image:url(../../../content/dam/cc/icons/mixamo.svg)}
.dexter-icon-story:before{background-image:url(../../../content/dam/cc/icons/story.svg)}
.dexter-icon-chat-ask:before{background-image:url(../../../content/dam/cc/icons/chat_ask.svg)}
.dexter-icon-fill-and-sign-mobile-app:before{background-image:url(../../../content/dam/cc/icons/fill-and-sign-mobile-app.svg)}
.dexter-icon-sg-appicon-64:before{background-image:url(../../../content/dam/cc/icons/sg_appicon_64.svg)}
.dexter-icon-magento-icon-colored:before{background-image:url(../../../content/dam/cc/icons/magento-icon-colored.svg)}
.dexter-icon-share-for-review:before{background-image:url(../../../content/dam/cc/icons/share-for-review.svg)}
.dexter-icon-adobe-target:before{background-image:url(../../../content/dam/cc/icons/adobe-target.svg)}
.dexter-icon-medium:before{background-image:url(../../../content/dam/cc/icons/medium.svg)}
.dexter-icon-extension-builder:before{background-image:url(../../../content/dam/cc/icons/extension-builder.svg)}
.dexter-icon-segment-icon-an-cc-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-an-cc-app-grey.svg)}
.dexter-icon-segment-icon-sy-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-sy-app-grey.svg)}
.dexter-icon-segment-icon-ps-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-ps-app-grey.svg)}
.dexter-icon-device-phone:before{background-image:url(../../../content/dam/cc/icons/device-phone.svg)}
.dexter-icon-typkit-grey:before{background-image:url(../../../content/dam/cc/icons/typkit-grey.svg)}
.dexter-icon-behance-brands:before{background-image:url(../../../content/dam/cc/icons/behance-brands.svg)}
.dexter-icon-segment-icon-lr-classic-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-lr-classic-app-grey.svg)}
.dexter-icon-adobe-campaign-square:before{background-image:url(../../../content/dam/cc/icons/adobe-campaign-square.svg)}
.dexter-icon-segment-icon-dn-cc-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-dn-cc-app-grey.svg)}
.dexter-icon-experience-cloud-white:before{background-image:url(../../../content/dam/cc/icons/experience-cloud-white.svg)}
.dexter-icon-segment-icon-lr-cc-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-lr-cc-app-grey.svg)}
.dexter-icon-segment-icon-tk-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-tk-app-grey.svg)}
.dexter-icon-spark-video:before{background-image:url(../../../content/dam/cc/icons/spark-video.svg)}
.dexter-icon-be-appicon:before{background-image:url(../../../content/dam/cc/icons/be_appicon.svg)}
.dexter-icon-technical-communication-suite:before{background-image:url(../../../content/dam/cc/icons/technical-communication-suite.svg)}
.dexter-icon-icon-more-apps:before{background-image:url(../../../content/dam/cc/icons/icon-more-apps.svg)}
.dexter-icon-adobe-media-server:before{background-image:url(../../../content/dam/cc/icons/adobe-media-server.svg)}
.dexter-icon-experience-cloud:before{background-image:url(../../../content/dam/cc/icons/experience-cloud.svg)}
.dexter-icon-Link-Rollover:before{background-image:url(../../../content/dam/cc/icons/Link_Rollover.svg)}
.dexter-icon-S-DeviceDesktop-22-N:before{background-image:url(../../../content/dam/cc/icons/S_DeviceDesktop_22_N.svg)}
.dexter-icon-segment-icon-mu-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-mu-app-grey.svg)}
.dexter-icon-adobe-media-optimizer-square:before{background-image:url(../../../content/dam/cc/icons/adobe-media-optimizer-square.svg)}
.dexter-icon-segment-icon-ic-cc-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-ic-cc-app-grey.svg)}
.dexter-icon-Facebook-28px:before{background-image:url(../../../content/dam/cc/icons/Facebook-28px.svg)}
.dexter-icon-segment-icon-business:before{background-image:url(../../../content/dam/cc/icons/segment-icon-business.svg)}
.dexter-icon-icon1-user-black:before{background-image:url(../../../content/dam/cc/icons/icon1-user-black.svg)}
.dexter-icon-illustrator-draw:before{background-image:url(../../../content/dam/cc/icons/illustrator-draw.svg)}
.dexter-icon-twitter-square:before{background-image:url(../../../content/dam/cc/icons/twitter-square.svg)}
.dexter-icon-Smock-Instagram-24-N:before{background-image:url(../../../content/dam/cc/icons/Smock_Instagram_24_N.svg)}
.dexter-icon-md-appicon-256:before{background-image:url(../../../content/dam/cc/icons/md_appicon_256.svg)}
.dexter-icon-Pre-order-on-the-App-Store-Badge-US-UK-RGB-blk-121217:before{background-image:url(../../../content/dam/cc/icons/Pre-order_on_the_App_Store_Badge_US-UK_RGB_blk_121217.svg)}
.dexter-icon-photography-storage-dark-grey:before{background-image:url(../../../content/dam/cc/icons/photography-storage-dark-grey.svg)}
.dexter-icon-segment-icon-white-4:before{background-image:url(../../../content/dam/cc/icons/segment-icon-white-4.svg)}
.dexter-icon-flashplayer:before{background-image:url(../../../content/dam/cc/icons/flashplayer.svg)}
.dexter-icon-stock:before{background-image:url(../../../content/dam/cc/icons/stock.svg)}
.dexter-icon-Smock-TikTok:before{background-image:url(../../../content/dam/cc/icons/Smock_TikTok.svg)}
.dexter-icon-segment-icon-dw-cc-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-dw-cc-app-grey.svg)}
.dexter-icon-segment-icon-au-cc-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-au-cc-app-grey.svg)}
.dexter-icon-fuse:before{background-image:url(../../../content/dam/cc/icons/fuse.svg)}
.dexter-icon-icon-phone:before{background-image:url(../../../content/dam/cc/icons/icon-phone.svg)}
.dexter-icon-livecycle:before{background-image:url(../../../content/dam/cc/icons/livecycle.svg)}
.dexter-icon-segment-icon-ae-cc-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-ae-cc-app-grey.svg)}
.dexter-icon-icon-mobile-tablet-desktop:before{background-image:url(../../../content/dam/cc/icons/icon-mobile-tablet-desktop.svg)}
.dexter-icon-lightroom-classic:before{background-image:url(../../../content/dam/cc/icons/lightroom-classic.svg)}
.dexter-icon-behance:before{background-image:url(../../../content/dam/cc/icons/behance.svg)}
.dexter-icon-segment-icon-individual:before{background-image:url(../../../content/dam/cc/icons/segment-icon-individual.svg)}
.dexter-icon-segment-icon-pl-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-pl-app-grey.svg)}
.dexter-icon-pr-elements:before{background-image:url(../../../content/dam/cc/icons/pr-elements.svg)}
.dexter-icon-spark:before{background-image:url(../../../content/dam/cc/icons/spark.svg)}
.dexter-icon-robohelp:before{background-image:url(../../../content/dam/cc/icons/robohelp.svg)}
.dexter-icon-content-server:before{background-image:url(../../../content/dam/cc/icons/content-server.svg)}
.dexter-icon-scan-app:before{background-image:url(../../../content/dam/cc/icons/scan-app.svg)}
.dexter-icon-extendscript-toolkit:before{background-image:url(../../../content/dam/cc/icons/extendscript_toolkit.svg)}
.dexter-icon-substance-icon:before{background-image:url(../../../content/dam/cc/icons/substance_icon.svg)}
.dexter-icon-ds-appicon-256:before{background-image:url(../../../content/dam/cc/icons/ds_appicon_256.svg)}
.dexter-icon-facebook-square:before{background-image:url(../../../content/dam/cc/icons/facebook-square.svg)}
.dexter-icon-Summit-logo-146x16:before{background-image:url(../../../content/dam/cc/icons/Summit-logo_146x16.svg)}
.dexter-icon-Twitter-Grey:before{background-image:url(../../../content/dam/cc/icons/Twitter_Grey.svg)}
.dexter-icon-cc-libraries-appicon:before{background-image:url(../../../content/dam/cc/icons/cc_libraries_appicon.svg)}
.dexter-icon-down-chevron:before{background-image:url(../../../content/dam/cc/icons/down-chevron.svg)}
.dexter-icon-hds:before{background-image:url(../../../content/dam/cc/icons/hds.svg)}
.dexter-icon-air-footer-logo:before{background-image:url(../../../content/dam/cc/icons/air-footer-logo.svg)}
.dexter-icon-segment-icon-sc-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-sc-app-grey.svg)}
.dexter-icon-analytics-cloud:before{background-image:url(../../../content/dam/cc/icons/analytics-cloud.svg)}
.dexter-icon-adobe-social:before{background-image:url(../../../content/dam/cc/icons/adobe-social.svg)}
.dexter-icon-send-and-track:before{background-image:url(../../../content/dam/cc/icons/send-and-track.svg)}
.dexter-icon-cc-icon-white:before{background-image:url(../../../content/dam/cc/icons/cc-icon-white.svg)}
.dexter-icon-S-DevicePhone-22-N:before{background-image:url(../../../content/dam/cc/icons/S_DevicePhone_22_N.svg)}
.dexter-icon-pscamera:before{background-image:url(../../../content/dam/cc/icons/pscamera.svg)}
.dexter-icon-xd-experience-design:before{background-image:url(../../../content/dam/cc/icons/xd-experience-design.svg)}
.dexter-icon-photoshop-fix:before{background-image:url(../../../content/dam/cc/icons/photoshop_fix.svg)}
.dexter-icon-dw-cc-app-RGB:before{background-image:url(../../../content/dam/cc/icons/dw_cc_app_RGB.svg)}
.dexter-icon-icon2-group-black:before{background-image:url(../../../content/dam/cc/icons/icon2-group-black.svg)}
.dexter-icon-Linkedin-Rollover:before{background-image:url(../../../content/dam/cc/icons/Linkedin_Rollover.svg)}
.dexter-icon-extensionmanager-app-RGB:before{background-image:url(../../../content/dam/cc/icons/extensionmanager_app_RGB.svg)}
.dexter-icon-segment-icon-white-1:before{background-image:url(../../../content/dam/cc/icons/segment-icon-white-1.svg)}
.dexter-icon-Meet-Up-28px:before{background-image:url(../../../content/dam/cc/icons/Meet-Up-28px.svg)}
.dexter-icon-lightroom-cc:before{background-image:url(../../../content/dam/cc/icons/lightroom-cc.svg)}
.dexter-icon-photoshop-express:before{background-image:url(../../../content/dam/cc/icons/photoshop-express.svg)}
.dexter-icon-md-beta-appicons-256:before{background-image:url(../../../content/dam/cc/icons/md_beta_appicons_256.svg)}
.dexter-icon-cc-market-grey:before{background-image:url(../../../content/dam/cc/icons/cc-market-grey.svg)}
.dexter-icon-adobe-experience-manager-square:before{background-image:url(../../../content/dam/cc/icons/adobe-experience-manager-square.svg)}
.dexter-icon-adobe-fonts:before{background-image:url(../../../content/dam/cc/icons/adobe-fonts.svg)}
.dexter-icon-dps:before{background-image:url(../../../content/dam/cc/icons/dps.svg)}
.dexter-icon-social-icon-twitter:before{background-image:url(../../../content/dam/cc/icons/social-icon-twitter.svg)}
.dexter-icon-media-server:before{background-image:url(../../../content/dam/cc/icons/media-server.svg)}
.dexter-icon-lr-cc-dark-grey:before{background-image:url(../../../content/dam/cc/icons/lr-cc-dark-grey.svg)}
.dexter-icon-down-chevron-black:before{background-image:url(../../../content/dam/cc/icons/down-chevron-black.svg)}
.dexter-icon-adobe-audience-manager:before{background-image:url(../../../content/dam/cc/icons/adobe-audience-manager.svg)}
.dexter-icon-Instagram-28px:before{background-image:url(../../../content/dam/cc/icons/Instagram-28px.svg)}
.dexter-icon-segment-icon-media-encoder-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-media-encoder-app-grey.svg)}
.dexter-icon-xd-experience-design-mobile:before{background-image:url(../../../content/dam/cc/icons/xd-experience-design-mobile.svg)}
.dexter-icon-icon-portfolio:before{background-image:url(../../../content/dam/cc/icons/icon-portfolio.svg)}
.dexter-icon-devices-icon:before{background-image:url(../../../content/dam/cc/icons/devices-icon.svg)}
.dexter-icon-live-banner-icon:before{background-image:url(../../../content/dam/cc/icons/live_banner_icon.svg)}
.dexter-icon-cc-segment-stock:before{background-image:url(../../../content/dam/cc/icons/cc-segment-stock.svg)}
.dexter-icon-post:before{background-image:url(../../../content/dam/cc/icons/post.svg)}
.dexter-icon-photoshop:before{background-image:url(../../../content/dam/cc/icons/photoshop.svg)}
.dexter-icon-cc-library-black:before{background-image:url(../../../content/dam/cc/icons/cc-library-black.svg)}
.dexter-icon-services-cloud-storage:before{background-image:url(../../../content/dam/cc/icons/services-cloud-storage.svg)}
.dexter-icon-adobe-live:before{background-image:url(../../../content/dam/cc/icons/adobe-live.svg)}
.dexter-icon-ps-appicon-64-grayscale:before{background-image:url(../../../content/dam/cc/icons/ps_appicon_64_grayscale.svg)}
.dexter-icon-speedgrade:before{background-image:url(../../../content/dam/cc/icons/speedgrade.svg)}
.dexter-icon-Smock-Twitter-24-N:before{background-image:url(../../../content/dam/cc/icons/Smock_Twitter_24_N.svg)}
.dexter-icon-brush:before{background-image:url(../../../content/dam/cc/icons/brush.svg)}
.dexter-icon-Summit-2021-Logo:before{background-image:url(../../../content/dam/cc/icons/Summit-2021-Logo.svg)}
.dexter-icon-flash-icon-gray:before{background-image:url(../../../content/dam/cc/icons/flash-icon-gray.svg)}
.dexter-icon-postscript:before{background-image:url(../../../content/dam/cc/icons/postscript.svg)}
.dexter-icon-social-icon-linkedin:before{background-image:url(../../../content/dam/cc/icons/social-icon-linkedin.svg)}
.dexter-icon-xd:before{background-image:url(../../../content/dam/cc/icons/xd.svg)}
.dexter-icon-Acrobat-footer-logo:before{background-image:url(../../../content/dam/cc/icons/Acrobat-footer-logo.svg)}
.dexter-icon-creativecloud:before{background-image:url(../../../content/dam/cc/icons/creativecloud.svg)}
.dexter-icon-icon-fonts:before{background-image:url(../../../content/dam/cc/icons/icon-fonts.svg)}
.dexter-icon-incopy:before{background-image:url(../../../content/dam/cc/icons/incopy.svg)}
.dexter-icon-fw:before{background-image:url(../../../content/dam/cc/icons/fw.svg)}
.dexter-icon-Adobe-Experience-Cloud-logo-RGB-offtile:before{background-image:url(../../../content/dam/cc/icons/Adobe_Experience_Cloud_logo_RGB_offtile.svg)}
.dexter-icon-icon-specialoffers-teams:before{background-image:url(../../../content/dam/cc/icons/icon-specialoffers-teams.svg)}
.dexter-icon-3D-4-app-bundle-icon-256:before{background-image:url(../../../content/dam/cc/icons/3D_4-app_bundle_icon_256.svg)}
.dexter-icon-segment-icon-pr-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-pr-app-grey.svg)}
.dexter-icon-Smock-Facebook-24-N:before{background-image:url(../../../content/dam/cc/icons/Smock_Facebook_24_N.svg)}
.dexter-icon-services-cc-desktop-app:before{background-image:url(../../../content/dam/cc/icons/services-cc-desktop-app.svg)}
.dexter-icon-segment-icon-photo-storage:before{background-image:url(../../../content/dam/cc/icons/segment-icon-photo-storage.svg)}
.dexter-icon-animate:before{background-image:url(../../../content/dam/cc/icons/animate.svg)}
.dexter-icon-segment-icon-white-5:before{background-image:url(../../../content/dam/cc/icons/segment-icon-white-5.svg)}
.dexter-icon-segment-icon-ai-cc-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-ai-cc-app-grey.svg)}
.dexter-icon-Adobe-Workfront-77x75:before{background-image:url(../../../content/dam/cc/icons/Adobe_Workfront_77x75.svg)}
.dexter-icon-campaign-sized:before{background-image:url(../../../content/dam/cc/icons/campaign-sized.svg)}
.dexter-icon-segment-icon-white-0:before{background-image:url(../../../content/dam/cc/icons/segment-icon-white-0.svg)}
.dexter-icon-rhs:before{background-image:url(../../../content/dam/cc/icons/rhs.svg)}
.dexter-icon-segment-icon-white-2:before{background-image:url(../../../content/dam/cc/icons/segment-icon-white-2.svg)}
.dexter-icon-MAX2020Logo:before{background-image:url(../../../content/dam/cc/icons/MAX2020Logo.svg)}
.dexter-icon-digital-editions:before{background-image:url(../../../content/dam/cc/icons/digital-editions.svg)}
.dexter-icon-shape:before{background-image:url(../../../content/dam/cc/icons/shape.svg)}
.dexter-icon-icon-24hrconvenience-black-72x72:before{background-image:url(../../../content/dam/cc/icons/icon-24hrconvenience-black-72x72.svg)}
.dexter-icon-spark-video2:before{background-image:url(../../../content/dam/cc/icons/spark-video2.svg)}
.dexter-icon-weibo:before{background-image:url(../../../content/dam/cc/icons/weibo.svg)}
.dexter-icon-photo-editor-aviary:before{background-image:url(../../../content/dam/cc/icons/photo_editor_aviary.svg)}
.dexter-icon-all-products-200x200:before{background-image:url(../../../content/dam/cc/icons/all-products-200x200.svg)}
.dexter-icon-story-app:before{background-image:url(../../../content/dam/cc/icons/story-app.svg)}
.dexter-icon-spark-page:before{background-image:url(../../../content/dam/cc/icons/spark-page.svg)}
.dexter-icon-segment-icon-cc:before{background-image:url(../../../content/dam/cc/icons/segment-icon-cc.svg)}
.dexter-icon-icon-specialoffers-ste:before{background-image:url(../../../content/dam/cc/icons/icon-specialoffers-ste.svg)}
.dexter-icon-adobe-A-short:before{background-image:url(../../../content/dam/cc/icons/adobe-A-short.svg)}
.dexter-icon-students-teachers-dark-bkgd:before{background-image:url(../../../content/dam/cc/icons/students-teachers-dark-bkgd.svg)}
.dexter-icon-adobe-anywhere:before{background-image:url(../../../content/dam/cc/icons/adobe-anywhere.svg)}
.dexter-icon-premiere:before{background-image:url(../../../content/dam/cc/icons/premiere.svg)}
.dexter-icon-adobe-experience-manager:before{background-image:url(../../../content/dam/cc/icons/adobe-experience-manager.svg)}
.dexter-icon-substance:before{background-image:url(../../../content/dam/cc/icons/substance.svg)}
.dexter-icon-segment-icon-stock:before{background-image:url(../../../content/dam/cc/icons/segment-icon-stock.svg)}
.dexter-icon-lrcc:before{background-image:url(../../../content/dam/cc/icons/lrcc.svg)}
.dexter-icon-Checkmark:before{background-image:url(../../../content/dam/cc/icons/Checkmark.svg)}
.dexter-icon-reader-appicon-64-grayscale:before{background-image:url(../../../content/dam/cc/icons/reader_appicon_64_grayscale.svg)}
.dexter-icon-substance-cc-app-RGB--1-:before{background-image:url(../../../content/dam/cc/icons/substance_cc_app_RGB (1).svg)}
.dexter-icon-premiere-clip:before{background-image:url(../../../content/dam/cc/icons/premiere_clip.svg)}
.dexter-icon-Smock-Medium:before{background-image:url(../../../content/dam/cc/icons/Smock_Medium.svg)}
.dexter-icon-segment-icon-acrobat-dc-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-acrobat-dc-app-grey.svg)}
.dexter-icon-photography-dark-bkgd:before{background-image:url(../../../content/dam/cc/icons/photography-dark-bkgd.svg)}
.dexter-icon-icon-30apps:before{background-image:url(../../../content/dam/cc/icons/icon-30apps.svg)}
.dexter-icon-sg-appicon-256:before{background-image:url(../../../content/dam/cc/icons/sg_appicon_256.svg)}
.dexter-icon-portfolio:before{background-image:url(../../../content/dam/cc/icons/portfolio.svg)}
.dexter-icon-segment-icon-edu:before{background-image:url(../../../content/dam/cc/icons/segment-icon-edu.svg)}
.dexter-icon-md-appicon-64:before{background-image:url(../../../content/dam/cc/icons/md_appicon_64.svg)}
.dexter-icon-indesign-server:before{background-image:url(../../../content/dam/cc/icons/indesign-server.svg)}
.dexter-icon-Smock-Behance-24-N:before{background-image:url(../../../content/dam/cc/icons/Smock_Behance_24_N.svg)}
.dexter-icon-preview:before{background-image:url(../../../content/dam/cc/icons/preview.svg)}
.dexter-icon-acrobat-pro:before{background-image:url(../../../content/dam/cc/icons/acrobat-pro.svg)}
.dexter-icon-prelude:before{background-image:url(../../../content/dam/cc/icons/prelude.svg)}
.dexter-icon-Adobe-Corporate-Horizontal-Red-HEX:before{background-image:url(../../../content/dam/cc/icons/Adobe_Corporate_Horizontal_Red_HEX.svg)}
.dexter-icon-project-aero:before{background-image:url(../../../content/dam/cc/icons/project-aero.svg)}
.dexter-icon-app-store-badge-US:before{background-image:url(../../../content/dam/cc/icons/app-store-badge-US.svg)}
.dexter-icon-photography-dark-grey:before{background-image:url(../../../content/dam/cc/icons/photography-dark-grey.svg)}
.dexter-icon-rush-gray:before{background-image:url(../../../content/dam/cc/icons/rush-gray.svg)}
.dexter-icon-segment-icon-ch-cc-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-ch-cc-app-grey.svg)}
.dexter-icon-adobe-audience-manager-square:before{background-image:url(../../../content/dam/cc/icons/adobe-audience-manager-square.svg)}
.dexter-icon-mediaencoder:before{background-image:url(../../../content/dam/cc/icons/mediaencoder.svg)}
.dexter-icon-social-icon-facebook:before{background-image:url(../../../content/dam/cc/icons/social-icon-facebook.svg)}
.dexter-icon-substance-red:before{background-image:url(../../../content/dam/cc/icons/substance-red.svg)}
.dexter-icon-Smock-YouTube-24-N:before{background-image:url(../../../content/dam/cc/icons/Smock_YouTube_24_N.svg)}
.dexter-icon-cc-library-grey:before{background-image:url(../../../content/dam/cc/icons/cc-library-grey.svg)}
.dexter-icon-sa-appicon-256:before{background-image:url(../../../content/dam/cc/icons/sa_appicon_256.svg)}
.dexter-icon-aep-small:before{background-image:url(../../../content/dam/cc/icons/aep-small.svg)}
.dexter-icon-segment-icon-white-3:before{background-image:url(../../../content/dam/cc/icons/segment-icon-white-3.svg)}
.dexter-icon-icon4-clock-black:before{background-image:url(../../../content/dam/cc/icons/icon4-clock-black.svg)}
.dexter-icon-segment-icon-xd-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-xd-app-grey.svg)}
.dexter-icon-premiere-clip:before{background-image:url(../../../content/dam/cc/icons/premiere-clip.svg)}
.dexter-icon-desktop-app-icon-outline:before{background-image:url(../../../content/dam/cc/icons/desktop_app_icon_outline.svg)}
.dexter-icon-cs6:before{background-image:url(../../../content/dam/cc/icons/cs6.svg)}
.dexter-icon-doccloud:before{background-image:url(../../../content/dam/cc/icons/doccloud.svg)}
.dexter-icon-acrobat-pro:before{background-image:url(../../../content/dam/cc/icons/acrobat_pro.svg)}
.dexter-icon-Behance-28px:before{background-image:url(../../../content/dam/cc/icons/Behance-28px.svg)}
.dexter-icon-adobe-target-square:before{background-image:url(../../../content/dam/cc/icons/adobe-target-square.svg)}
.dexter-icon-adobe-analytics:before{background-image:url(../../../content/dam/cc/icons/adobe-analytics.svg)}
.dexter-icon-lightroom-mobile-app:before{background-image:url(../../../content/dam/cc/icons/lightroom-mobile-app.svg)}
.dexter-icon-dreamweaver:before{background-image:url(../../../content/dam/cc/icons/dreamweaver.svg)}
.dexter-icon-adobe-primetime:before{background-image:url(../../../content/dam/cc/icons/adobe-primetime.svg)}
.dexter-icon-device-phone-grey:before{background-image:url(../../../content/dam/cc/icons/device-phone-grey.svg)}
.dexter-icon-linkedin-square:before{background-image:url(../../../content/dam/cc/icons/linkedin-square.svg)}
.dexter-icon-pse:before{background-image:url(../../../content/dam/cc/icons/pse.svg)}
.dexter-icon-google-play-badge:before{background-image:url(../../../content/dam/cc/icons/google-play-badge.svg)}
.dexter-icon-sign-mobile-app:before{background-image:url(../../../content/dam/cc/icons/sign-mobile-app.svg)}
.dexter-icon-Smock-Checkmark-18-N:before{background-image:url(../../../content/dam/cc/icons/Smock_Checkmark_18_N.svg)}
.dexter-icon-Smock-News-18-N:before{background-image:url(../../../content/dam/cc/icons/Smock_News_18_N.svg)}
.dexter-icon-device-web:before{background-image:url(../../../content/dam/cc/icons/device-web.svg)}
.dexter-icon-adobe-primetime-square:before{background-image:url(../../../content/dam/cc/icons/adobe-primetime-square.svg)}
.dexter-icon-S-TabletMobile-22-N-Dark:before{background-image:url(../../../content/dam/cc/icons/S_TabletMobile_22_N-Dark.svg)}
.dexter-icon-home-icon:before{background-image:url(../../../content/dam/cc/icons/home_icon.svg)}
.dexter-icon-S-DeviceTablet-22-N:before{background-image:url(../../../content/dam/cc/icons/S_DeviceTablet_22_N.svg)}
.dexter-icon-individuals-dark-bkgd:before{background-image:url(../../../content/dam/cc/icons/individuals-dark-bkgd.svg)}
.dexter-icon-acrobat-icon-gray:before{background-image:url(../../../content/dam/cc/icons/acrobat-icon-gray.svg)}
.dexter-icon-experiencemakerslive-lockup:before{background-image:url(../../../content/dam/cc/icons/experiencemakerslive_lockup.svg)}
.dexter-icon-customer-care:before{background-image:url(../../../content/dam/cc/icons/customer_care.svg)}
.dexter-icon-enterprise-dark-bkgd:before{background-image:url(../../../content/dam/cc/icons/enterprise-dark-bkgd.svg)}
.dexter-icon-color:before{background-image:url(../../../content/dam/cc/icons/color.svg)}
.dexter-icon-Smock-LinkedIn-24-N:before{background-image:url(../../../content/dam/cc/icons/Smock_LinkedIn_24_N.svg)}
.dexter-icon-fill-and-sign:before{background-image:url(../../../content/dam/cc/icons/fill-and-sign.svg)}
.dexter-icon-illustrator:before{background-image:url(../../../content/dam/cc/icons/illustrator.svg)}
.dexter-icon-prelude-icon:before{background-image:url(../../../content/dam/cc/icons/prelude-icon.svg)}
.dexter-icon-adobe-analytics-square:before{background-image:url(../../../content/dam/cc/icons/adobe-analytics-square.svg)}
.dexter-icon-YouTube-28px:before{background-image:url(../../../content/dam/cc/icons/YouTube-28px.svg)}
.dexter-icon-adobe-media-optimizer:before{background-image:url(../../../content/dam/cc/icons/adobe-media-optimizer.svg)}
.dexter-icon-Facebook-Rollover:before{background-image:url(../../../content/dam/cc/icons/Facebook_Rollover.svg)}
.dexter-icon-pf-portfolio:before{background-image:url(../../../content/dam/cc/icons/pf-portfolio.svg)}
.dexter-icon-sdk:before{background-image:url(../../../content/dam/cc/icons/sdk.svg)}
.dexter-icon-LRC:before{background-image:url(../../../content/dam/cc/icons/LRC.svg)}
.dexter-icon-Substance-Icon-grey-128:before{background-image:url(../../../content/dam/cc/icons/Substance_Icon_grey_128.svg)}
.dexter-icon-aero:before{background-image:url(../../../content/dam/cc/icons/aero.svg)}
.dexter-icon-cf:before{background-image:url(../../../content/dam/cc/icons/cf.svg)}
.dexter-icon-device-tablet01:before{background-image:url(../../../content/dam/cc/icons/device-tablet01.svg)}
.dexter-icon-adobe-social-square:before{background-image:url(../../../content/dam/cc/icons/adobe-social-square.svg)}
.dexter-icon-pdf-export:before{background-image:url(../../../content/dam/cc/icons/pdf-export.svg)}
.dexter-icon-media-encoder:before{background-image:url(../../../content/dam/cc/icons/media-encoder.svg)}
.dexter-icon-aep:before{background-image:url(../../../content/dam/cc/icons/aep.svg)}
.dexter-icon-pr-express-appicon-256:before{background-image:url(../../../content/dam/cc/icons/pr_express_appicon_256.svg)}
.dexter-icon-ai-appicon-64-grayscale:before{background-image:url(../../../content/dam/cc/icons/ai_appicon_64_grayscale.svg)}
.dexter-icon-framemaker:before{background-image:url(../../../content/dam/cc/icons/framemaker.svg)}
.dexter-icon-Adobe-Experience-Cloud-logo-RGB:before{background-image:url(../../../content/dam/cc/icons/Adobe_Experience_Cloud_logo_RGB.svg)}
.dexter-icon-character-animator:before{background-image:url(../../../content/dam/cc/icons/character-animator.svg)}
.dexter-icon-segment-icon-id-cc-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-id-cc-app-grey.svg)}
.dexter-icon-Twitch-28px:before{background-image:url(../../../content/dam/cc/icons/Twitch-28px.svg)}
.dexter-icon-smallbiz-dark-bkgd:before{background-image:url(../../../content/dam/cc/icons/smallbiz-dark-bkgd.svg)}
.dexter-icon-fontfolio:before{background-image:url(../../../content/dam/cc/icons/fontfolio.svg)}
.dexter-icon-substance-cc-app:before{background-image:url(../../../content/dam/cc/icons/substance_cc_app.svg)}
.dexter-icon-Flash-footer-logo:before{background-image:url(../../../content/dam/cc/icons/Flash-footer-logo.svg)}
.dexter-icon-ps-express-appicon-256:before{background-image:url(../../../content/dam/cc/icons/ps_express_appicon_256.svg)}
.dexter-icon-jp-kotohajime-logo:before{background-image:url(../../../content/dam/cc/icons/jp-kotohajime-logo.svg)}
.dexter-icon-adchoices-small:before{background-image:url(../../../content/dam/cc/icons/adchoices-small.svg)}
.dexter-icon-cf-2016:before{background-image:url(../../../content/dam/cc/icons/cf-2016.svg)}
.dexter-icon-Twitter-28px:before{background-image:url(../../../content/dam/cc/icons/Twitter-28px.svg)}
.dexter-icon-icon-secureinfo-black-72x72:before{background-image:url(../../../content/dam/cc/icons/icon-secureinfo-black-72x72.svg)}
.dexter-icon-ar-appicon-256:before{background-image:url(../../../content/dam/cc/icons/ar_appicon_256.svg)}
.dexter-icon-photoshop-fix:before{background-image:url(../../../content/dam/cc/icons/photoshop-fix.svg)}
.dexter-icon-segment-icon-white-6:before{background-image:url(../../../content/dam/cc/icons/segment-icon-white-6.svg)}
.dexter-icon-segment-icon-fs-cc-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-fs-cc-app-grey.svg)}
.dexter-icon-adobe-exchange:before{background-image:url(../../../content/dam/cc/icons/adobe-exchange.svg)}
.dexter-icon-Adobe-Experience-Cloud-logo-RGB-mmm-22px:before{background-image:url(../../../content/dam/cc/icons/Adobe_Experience_Cloud_logo_RGB-mmm-22px.svg)}
.dexter-icon-video-services-outline:before{background-image:url(../../../content/dam/cc/icons/video_services_outline.svg)}
.dexter-icon-acro-reader:before{background-image:url(../../../content/dam/cc/icons/acro_reader.svg)}
.dexter-icon-icon-alternativewaystopay-black-72x72:before{background-image:url(../../../content/dam/cc/icons/icon-alternativewaystopay-black-72x72.svg)}
.dexter-icon-fresco:before{background-image:url(../../../content/dam/cc/icons/fresco.svg)}
.dexter-icon-line:before{background-image:url(../../../content/dam/cc/icons/line.svg)}
.dexter-icon-advertising-cloud:before{background-image:url(../../../content/dam/cc/icons/advertising-cloud.svg)}
.dexter-icon-flash-builder:before{background-image:url(../../../content/dam/cc/icons/flash-builder.svg)}
.dexter-icon-photoshop-mix:before{background-image:url(../../../content/dam/cc/icons/photoshop-mix.svg)}
.dexter-icon-behance-grey:before{background-image:url(../../../content/dam/cc/icons/behance-grey.svg)}
.dexter-icon-cc-assets-64x64:before{background-image:url(../../../content/dam/cc/icons/cc-assets-64x64.svg)}
.dexter-icon-info-icon-white:before{background-image:url(../../../content/dam/cc/icons/info-icon-white.svg)}
.dexter-icon-presenter:before{background-image:url(../../../content/dam/cc/icons/presenter.svg)}
.dexter-icon-mc-logo:before{background-image:url(../../../content/dam/cc/icons/mc-logo.svg)}
.dexter-icon-photoshop-mobile:before{background-image:url(../../../content/dam/cc/icons/photoshop-mobile.svg)}
.dexter-icon-icon-storage:before{background-image:url(../../../content/dam/cc/icons/icon-storage.svg)}
.dexter-icon-3D-4-app-bundle-icon-50:before{background-image:url(../../../content/dam/cc/icons/3D_4-app_bundle_icon_50.svg)}
.dexter-icon-presenter-video-express:before{background-image:url(../../../content/dam/cc/icons/presenter-video-express.svg)}
.dexter-icon-adchoices:before{background-image:url(../../../content/dam/cc/icons/adchoices.svg)}
.dexter-icon-psmix:before{background-image:url(../../../content/dam/cc/icons/psmix.svg)}
.dexter-icon-md-beta-appicon-64:before{background-image:url(../../../content/dam/cc/icons/md_beta_appicon_64.svg)}
.dexter-icon-SparkPage:before{background-image:url(../../../content/dam/cc/icons/SparkPage.svg)}
.dexter-icon-Linkedin-Grey:before{background-image:url(../../../content/dam/cc/icons/Linkedin_Grey.svg)}
.dexter-icon-icon-assets:before{background-image:url(../../../content/dam/cc/icons/icon-assets.svg)}
.dexter-icon-android-robot:before{background-image:url(../../../content/dam/cc/icons/android-robot.svg)}
.dexter-icon-marketo-engage:before{background-image:url(../../../content/dam/cc/icons/marketo-engage.svg)}
.dexter-icon-coldfusion:before{background-image:url(../../../content/dam/cc/icons/coldfusion.svg)}
.dexter-icon-cloud-storage-icon-outline:before{background-image:url(../../../content/dam/cc/icons/cloud_storage_icon_outline.svg)}
.dexter-icon-cc-market-64x64:before{background-image:url(../../../content/dam/cc/icons/cc_market_64x64.svg)}
.dexter-icon-edge-web-fonts:before{background-image:url(../../../content/dam/cc/icons/edge-web-fonts.svg)}
.dexter-icon-spark-post:before{background-image:url(../../../content/dam/cc/icons/spark-post.svg)}
.dexter-icon-pepe:before{background-image:url(../../../content/dam/cc/icons/pepe.svg)}
.dexter-icon-pdfprintengine:before{background-image:url(../../../content/dam/cc/icons/pdfprintengine.svg)}
.dexter-icon-info-icon:before{background-image:url(../../../content/dam/cc/icons/info-icon.svg)}
.dexter-icon-instagram:before{background-image:url(../../../content/dam/cc/icons/instagram.svg)}
.dexter-icon-gemini:before{background-image:url(../../../content/dam/cc/icons/gemini.svg)}
.dexter-icon-audition:before{background-image:url(../../../content/dam/cc/icons/audition.svg)}
.dexter-icon-sa-appicon-64:before{background-image:url(../../../content/dam/cc/icons/sa_appicon_64.svg)}
.dexter-icon-segment-icon-st-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-st-app-grey.svg)}
.dexter-icon-segment-icon-sg-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-sg-app-grey.svg)}
.dexter-icon-Microsoft-Store-English:before{background-image:url(../../../content/dam/cc/icons/Microsoft-Store-English.svg)}
.dexter-icon-type:before{background-image:url(../../../content/dam/cc/icons/type.svg)}
.dexter-icon-es:before{background-image:url(../../../content/dam/cc/icons/es.svg)}
.dexter-icon-framemaker-server:before{background-image:url(../../../content/dam/cc/icons/framemaker-server.svg)}
.dexter-icon-indesign:before{background-image:url(../../../content/dam/cc/icons/indesign.svg)}
.dexter-icon-sign:before{background-image:url(../../../content/dam/cc/icons/sign.svg)}
.dexter-icon-S-TabletMobile-22-N:before{background-image:url(../../../content/dam/cc/icons/S_TabletMobile_22_N.svg)}
.dexter-icon-arrow-16px:before{background-image:url(../../../content/dam/cc/icons/arrow_16px.svg)}
.dexter-icon-phone:before{background-image:url(../../../content/dam/cc/icons/phone.svg)}
.dexter-icon-pt-appicon-64:before{background-image:url(../../../content/dam/cc/icons/pt_appicon_64.svg)}
.dexter-icon-creative-cloud-tile:before{background-image:url(../../../content/dam/cc/icons/creative-cloud-tile.svg)}
.dexter-icon-projectaero:before{background-image:url(../../../content/dam/cc/icons/projectaero.svg)}
.dexter-icon-icon5-hand-money-black:before{background-image:url(../../../content/dam/cc/icons/icon5-hand-money-black.svg)}
.dexter-icon-Facebook-Grey:before{background-image:url(../../../content/dam/cc/icons/Facebook_Grey.svg)}
.dexter-icon-adobe-air-icon-gray:before{background-image:url(../../../content/dam/cc/icons/adobe-air-icon-gray.svg)}
.dexter-icon-document-cloud:before{background-image:url(../../../content/dam/cc/icons/document-cloud.svg)}
.dexter-icon-cloud-documents:before{background-image:url(../../../content/dam/cc/icons/cloud-documents.svg)}
.dexter-icon-icon3-deploy-black:before{background-image:url(../../../content/dam/cc/icons/icon3-deploy-black.svg)}
.dexter-icon-aftereffects:before{background-image:url(../../../content/dam/cc/icons/aftereffects.svg)}
.dexter-icon-segment-icon-sp-app-grey:before{background-image:url(../../../content/dam/cc/icons/segment-icon-sp-app-grey.svg)}
.dexter-icon-app-store-badge-US-blk:before{background-image:url(../../../content/dam/cc/icons/app-store-badge-US-blk.svg)}
.dexter-icon-qa-test-air:before{background-image:url(../../../content/dam/cc/icons/qa-test-air.svg)}
.dexter-icon-Snapchat-28px:before{background-image:url(../../../content/dam/cc/icons/Snapchat-28px.svg)}

.nobr{display:inline-flex}body:lang(ko){word-break:keep-all}.NoMargin,.NoMargin h1,.NoMargin h2,.NoMargin h3,.NoMargin h4,.NoMargin h5,.NoMargin h6,.NoMargin ol,.NoMargin p,.NoMarginTop,.NoMarginTop h1,.NoMarginTop h2,.NoMarginTop h3,.NoMarginTop h4,.NoMarginTop h5,.NoMarginTop h6,.NoMarginTop ol,.NoMarginTop p,.NoMarginTop ul,.NoMargin ul{margin-top:0}.NoMargin,.NoMargin h1,.NoMargin h2,.NoMargin h3,.NoMargin h4,.NoMargin h5,.NoMargin h6,.NoMargin ol,.NoMargin p,.NoMarginRight,.NoMarginRight h1,.NoMarginRight h2,.NoMarginRight h3,.NoMarginRight h4,.NoMarginRight h5,.NoMarginRight h6,.NoMarginRight ol,.NoMarginRight p,.NoMarginRight ul,.NoMargin ul{margin-right:0}.NoMargin,.NoMarginBottom,.NoMarginBottom h1,.NoMarginBottom h2,.NoMarginBottom h3,.NoMarginBottom h4,.NoMarginBottom h5,.NoMarginBottom h6,.NoMarginBottom ol,.NoMarginBottom p,.NoMarginBottom ul,.NoMargin h1,.NoMargin h2,.NoMargin h3,.NoMargin h4,.NoMargin h5,.NoMargin h6,.NoMargin ol,.NoMargin p,.NoMargin ul{margin-bottom:0!important}.NoMargin,.NoMargin h1,.NoMargin h2,.NoMargin h3,.NoMargin h4,.NoMargin h5,.NoMargin h6,.NoMarginLeft,.NoMarginLeft h1,.NoMarginLeft h2,.NoMarginLeft h3,.NoMarginLeft h4,.NoMarginLeft h5,.NoMarginLeft h6,.NoMarginLeft ol,.NoMarginLeft p,.NoMarginLeft ul,.NoMargin ol,.NoMargin p,.NoMargin ul{margin-left:0}[data-flex-conf]{display:flex}[data-flex-conf*=column]{flex-direction:column}[data-flex-conf*=columnReverse]{flex-direction:column-reverse}[data-flex-conf*=row]{flex-direction:row}[data-flex-conf*=rowReverse]{flex-direction:row-reverse}[data-flex-conf*=wrap]{flex-wrap:wrap}[data-flex-conf*=wrapReverse]{flex-wrap:wrap-reverse}[data-flex-conf*=wrapNo]{flex-wrap:nowrap}[data-flex-conf*=alignStart]{align-items:flex-start}[data-flex-conf*=alignEnd]{align-items:flex-end}[data-flex-conf*=alignCenter]{align-items:center}[data-flex-conf*=alignBaseline]{align-items:baseline}[data-flex-conf*=alignStretch],[data-flex-conf*=wrap][data-flex-conf*=alignEnd]{align-items:stretch}[data-flex-conf*=contentStart]{align-content:flex-start}[data-flex-conf*=contentEnd],[data-flex-conf*=wrap][data-flex-conf*=alignEnd]{align-content:flex-end}[data-flex-conf*=contentCenter]{align-content:center}[data-flex-conf*=contentBetween]{align-content:space-between}[data-flex-conf*=contentAround]{align-content:space-around}[data-flex-conf*=contentStretch]{align-content:stretch}[data-flexitem-conf*=alignStart]{align-self:flex-start}[data-flexitem-conf*=alignEnd]{align-self:flex-end}[data-flexitem-conf*=alignCenter]{align-self:center}[data-flexitem-conf*=alignBaseline]{align-self:baseline}[data-flexitem-conf*=alignStretch]{align-self:stretch}[data-flex-conf*=justifyCenter]{justify-content:center}[data-flex-conf*=justifyStart]{justify-content:flex-start}[data-flex-conf*=justifyEnd]{justify-content:flex-end}[data-flex-conf*=justifyBetween]{justify-content:space-between}[data-flex-conf*=justifyAround]{justify-content:space-around}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth5],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth10],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth15],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth20],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth25],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth30],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth35],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth40],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth45],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth50],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth55],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth60],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth65],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth70],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth75],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth80],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth85],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth90],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth95],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth100],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth5],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth10],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth15],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth20],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth25],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth30],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth35],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth40],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth45],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth50],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth55],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth60],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth65],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth70],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth75],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth80],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth85],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth90],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth95],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth100],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth5],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth10],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth15],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth20],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth25],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth30],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth35],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth40],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth45],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth50],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth55],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth60],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth65],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth70],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth75],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth80],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth85],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth90],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth95],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth100],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth5],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth10],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth15],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth20],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth25],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth30],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth35],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth40],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth45],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth50],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth55],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth60],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth65],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth70],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth75],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth80],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth85],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth90],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth95],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth100],[data-flex-conf*=justifyAround]>*,[data-flex-conf*=justifyBetween]>*{flex-grow:0}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth5],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth10],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth15],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth20],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth25],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth30],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth35],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth40],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth45],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth50],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth55],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth60],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth65],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth70],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth75],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth80],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth85],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth90],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth95],.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth100],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth5],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth10],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth15],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth20],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth25],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth30],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth35],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth40],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth45],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth50],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth55],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth60],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth65],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth70],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth75],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth80],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth85],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth90],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth95],.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth100],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth5],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth10],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth15],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth20],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth25],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth30],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth35],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth40],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth45],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth50],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth55],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth60],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth65],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth70],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth75],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth80],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth85],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth90],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth95],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth100],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth5],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth10],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth15],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth20],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth25],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth30],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth35],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth40],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth45],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth50],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth55],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth60],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth65],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth70],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth75],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth80],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth85],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth90],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth95],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth100]{flex-shrink:0}[data-flex-conf=sizeAuto]>*{flex:1 0 auto}.card-collection_cards.recommendedContent .card_info .card_cta,.card-collection_cards.recommendedContent .card_info .card_title,.card_showmore>span,.card_standard .tag_label,.card_static .card_title,dexter-filter-panel .tag-List_Group>label{font-weight:700}.card-collection_cards.recommendedContent .card_info,.card-collection_cards.recommendedContent .card_info .card_title,dexter-filter-panel .tag-List_Group-header{font-family:adobe-clean,Helvetica Neue,Helvetica,sans-serif}.card_featured .card_title,.card_standard .card_title,.card_static .card_description{font-family:"adobe-clean-serif",adobe-clean,Helvetica Neue,helvetica,sans-serif}[data-flex-conf]{position:relative}[data-flex-conf*=whitespace0x]>*{margin:0}[data-flex-conf*=whitespace1x]>*{margin:.5rem}[data-flex-conf*=whitespace1x]>[data-flexitem-conf*=size25]{flex-basis:calc(25% - 1rem)}[data-flex-conf*=whitespace1x]>[data-flexitem-conf*=size33]{flex-basis:calc(33% - 1rem)}[data-flex-conf*=whitespace1x]>[data-flexitem-conf*=size50]{flex-basis:calc(50% - 1rem)}[data-flex-conf*=whitespace1x]>[data-flexitem-conf*=size2x]{flex-basis:2;width:calc(50% - 1rem)}[data-flex-conf*=whitespace1x]>[data-flexitem-conf*=size67]{flex-basis:calc(67% - 1rem)}[data-flex-conf*=whitespace1x]>[data-flexitem-conf*=size75]{flex-basis:calc(75% - 1rem)}[data-flex-conf*=whitespace1x]>[data-flexitem-conf*=size3x]{flex-basis:3;width:calc(75% - 1rem)}[data-flex-conf*=whitespace1x]>[data-flexitem-conf*=size4x]{flex-basis:4;width:calc(100% - 1rem)}[data-flex-conf*=whitespace1x]>[data-flexitem-conf*=sizeMax]{flex-basis:calc(100% - 1rem)}[data-flex-conf*=whitespace2x]>*{margin:1rem}[data-flex-conf*=whitespace2x]>[data-flexitem-conf*=size25]{flex-basis:calc(25% - 2rem)}[data-flex-conf*=whitespace2x]>[data-flexitem-conf*=size33]{flex-basis:calc(33% - 2rem)}[data-flex-conf*=whitespace2x]>[data-flexitem-conf*=size50]{flex-basis:calc(50% - 2rem)}[data-flex-conf*=whitespace2x]>[data-flexitem-conf*=size2x]{flex-basis:2;width:calc(50% - 2rem)}[data-flex-conf*=whitespace2x]>[data-flexitem-conf*=size67]{flex-basis:calc(67% - 2rem)}[data-flex-conf*=whitespace2x]>[data-flexitem-conf*=size75]{flex-basis:calc(75% - 2rem)}[data-flex-conf*=whitespace2x]>[data-flexitem-conf*=size3x]{flex-basis:3;width:calc(75% - 2rem)}[data-flex-conf*=whitespace2x]>[data-flexitem-conf*=size4x]{flex-basis:4;width:calc(100% - 2rem)}[data-flex-conf*=whitespace2x]>[data-flexitem-conf*=sizeMax]{flex-basis:calc(100% - 2rem)}[data-flex-conf*=whitespace3x]>*{margin:1.5rem}[data-flex-conf*=whitespace3x]>[data-flexitem-conf*=size25]{flex-basis:calc(25% - 3rem)}[data-flex-conf*=whitespace3x]>[data-flexitem-conf*=size33]{flex-basis:calc(33% - 3rem)}[data-flex-conf*=whitespace3x]>[data-flexitem-conf*=size50]{flex-basis:calc(50% - 3rem)}[data-flex-conf*=whitespace3x]>[data-flexitem-conf*=size2x]{flex-basis:2;width:calc(50% - 3rem)}[data-flex-conf*=whitespace3x]>[data-flexitem-conf*=size67]{flex-basis:calc(67% - 3rem)}[data-flex-conf*=whitespace3x]>[data-flexitem-conf*=size75]{flex-basis:calc(75% - 3rem)}[data-flex-conf*=whitespace3x]>[data-flexitem-conf*=size3x]{flex-basis:3;width:calc(75% - 3rem)}[data-flex-conf*=whitespace3x]>[data-flexitem-conf*=size4x]{flex-basis:4;width:calc(100% - 3rem)}[data-flex-conf*=whitespace3x]>[data-flexitem-conf*=sizeMax]{flex-basis:calc(100% - 3rem)}.dexter-Flex .dexter-Flex_item,[data-flexitem-conf]{position:relative}.dexter-Flex .dexter-Flex_item .image>img,[data-flexitem-conf] .image>img{height:inherit;max-width:100%;width:inherit}[data-flexitem-conf*=size25]{flex-basis:25%}[data-flexitem-conf*=size33]{flex-basis:33%}[data-flexitem-conf*=size50]{flex-basis:50%}[data-flexitem-conf*=size2x]{flex-basis:2;width:50%}[data-flexitem-conf*=size67]{flex-basis:67%}[data-flexitem-conf*=size75]{flex-basis:75%}[data-flexitem-conf*=size3x]{flex-basis:3;width:75%}[data-flexitem-conf*=size4x]{flex-basis:4;width:100%}[data-flexitem-conf*=sizeMax]{flex-basis:100%}[lang^=ar],[lang^=he]{direction:rtl}[lang^=ar] #AdobePrimaryNav .Profile-dropdown,[lang^=he] #AdobePrimaryNav .Profile-dropdown{left:0;right:unset}[lang^=ar] #AdobePrimaryNav .Gnav-logo-text,[lang^=he] #AdobePrimaryNav .Gnav-logo-text{margin-left:0;margin-right:10px}[lang^=ar] #AdobeFooterNav .Footernav-adChoices-icon,[lang^=he] #AdobeFooterNav .Footernav-adChoices-icon{margin-left:5px;margin-right:0}[lang^=ar] #AdobeFooterNav .Footernav-social+.Footernav-social,[lang^=he] #AdobeFooterNav .Footernav-social+.Footernav-social{margin-left:0;margin-right:10px}[lang^=ar] #AdobeFooterNav .Footernav-region-icon,[lang^=he] #AdobeFooterNav .Footernav-region-icon{margin-left:10px;margin-right:0}[lang^=ar] #AdobeFooterNav .Footernav-region,[lang^=he] #AdobeFooterNav .Footernav-region{padding-left:20px;padding-right:0}[lang^=ar] #AdobeFooterNav .Footernav-region:after,[lang^=he] #AdobeFooterNav .Footernav-region:after{margin-left:0;margin-right:7px}.spectrum-Accordion-content{display:none}:lang(ja) .spectrum-Accordion-itemHeading,:lang(ko) .spectrum-Accordion-itemHeading,:lang(tw) .spectrum-Accordion-itemHeading,:lang(zh) .spectrum-Accordion-itemHeading{margin-bottom:0}.dexter-ArticleAuthor img{border-radius:2.5rem;float:left;height:5rem;margin:0 2rem;width:5rem}.dexter-ArticleAuthor div{margin-left:40px}.dexter-App-Banner{background:#f5f5f5;display:block;font-family:Helvetica,sans,sans-serif;height:1px;left:0;overflow-x:hidden;position:relative;top:0;visibility:hidden;width:100%}.dexter-App-Banner.show{height:84px;visibility:visible}.dexter-App-Banner-close{padding:0 0 0 10px;position:absolute;top:39%}.dexter-App-Banner-icon{background-size:64px 64px;border-radius:15px;left:30px;width:64px}.dexter-App-Banner-icon>div>img{border-radius:15px}.dexter-App-Banner-icon,.dexter-App-Banner-info{height:64px;position:absolute;top:10px}.dexter-App-Banner-info{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;left:104px;width:60%}.dexter-App-Banner-info p{margin:0}.dexter-App-Banner-price-AppStore,.dexter-App-Banner-price-PlayStore,.dexter-App-Banner-visit-AppStore,.dexter-App-Banner-visit-PlayStore{display:none}.dexter-App-Banner-price-AppStore.show,.dexter-App-Banner-price-PlayStore.show,.dexter-App-Banner-visit-AppStore.show,.dexter-App-Banner-visit-PlayStore.show{display:block}.dexter-App-Banner-publisher{font-size:12px;line-height:14px}.dexter-App-Banner-price-AppStore,.dexter-App-Banner-price-PlayStore{font-size:12px;max-width:40vw;padding-top:5px}.dexter-App-Banner-visit{border-radius:5px;color:#1473e6;display:block;font-size:13px;min-width:10%;padding:0 10px;position:absolute;right:10px;text-align:center;text-decoration:none;top:32px;z-index:1}.dexter-Flex{position:relative}.dexter-Flex.has-Toggle{height:0;overflow:hidden}.dexter-Flex.has-Toggle.is-Editor-true,.dexter-Flex.is-Selected{height:auto}.dexter-Flex_item>.flexcontainer{width:100%}.dexter-Flex_items{align-items:stretch;display:flex;flex:1 1 auto;flex-wrap:wrap;width:100%}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.dexter-Flex_items{min-height:1px}}.dexter-Flex_items>*{align-content:stretch;flex:1 1 auto;max-width:100%}.dexter-Flex_items>[data-flexitem-conf*=alignStart]{align-self:flex-start;flex:initial}.dexter-Flex_items>[data-flexitem-conf*=alignCenter]{align-self:center;flex:initial}.dexter-Flex_items>[data-flexitem-conf*=alignEnd]{align-self:flex-end;flex:initial}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.dexter-Flex_items>*{display:flex}}.dexter-Flex_items>.position{display:flex;flex:1 1 auto}.dexter-Flex_items>.position>.dexter-Position{flex:1 1 auto}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth5]{width:5%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth5]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth10]{width:10%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth10]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth15]{width:15%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth15]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth20]{width:20%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth20]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth25]{width:25%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth25]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth30]{width:30%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth30]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth35]{width:35%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth35]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth40]{width:40%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth40]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth45]{width:45%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth45]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth50]{width:50%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth50]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth55]{width:55%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth55]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth60]{width:60%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth60]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth65]{width:65%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth65]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth70]{width:70%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth70]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth75]{width:75%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth75]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth80]{width:80%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth80]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth85]{width:85%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth85]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth90]{width:90%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth90]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth95]{width:95%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth95]{width:100%}}.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth100]{width:100%}@media (max-width:56.1875rem){.dexter-Flex_items>.position[data-flexitem-conf*=mobileFlexWidth100]{width:100%}}.dexter-Flex_items>.dexter-Position{display:flex;flex:1 1 auto}.dexter-Flex_items>.dexter-Position>*{flex:1 1 auto}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth5]{width:5%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth5]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth10]{width:10%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth10]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth15]{width:15%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth15]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth20]{width:20%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth20]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth25]{width:25%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth25]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth30]{width:30%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth30]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth35]{width:35%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth35]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth40]{width:40%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth40]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth45]{width:45%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth45]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth50]{width:50%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth50]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth55]{width:55%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth55]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth60]{width:60%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth60]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth65]{width:65%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth65]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth70]{width:70%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth70]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth75]{width:75%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth75]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth80]{width:80%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth80]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth85]{width:85%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth85]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth90]{width:90%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth90]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth95]{width:95%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth95]{width:100%}}.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth100]{width:100%}@media (max-width:56.1875rem){.dexter-Flex_items>.dexter-Position[data-flexitem-conf*=mobileFlexWidth100]{width:100%}}.dexter-Flex_items[data-flex-conf*=rowReverse]{flex-direction:row-reverse}.dexter-Flex_items[data-flex-conf*=column]{flex-direction:column}.dexter-Flex_items[data-flex-conf*=columnReverse]{flex-direction:column-reverse}.dexter-Flex_items[data-flex-conf*=oneColumn]>*{flex-basis:auto;width:100%}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>*{flex-basis:auto;width:100%}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth5],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth5]{width:5%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth5],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth5]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth10],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth10]{width:10%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth10],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth10]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth15],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth15]{width:15%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth15],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth15]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth20],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth20]{width:20%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth20],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth20]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth25],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth25]{width:25%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth25],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth25]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth30],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth30]{width:30%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth30],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth30]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth35],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth35]{width:35%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth35],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth35]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth40],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth40]{width:40%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth40],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth40]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth45],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth45]{width:45%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth45],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth45]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth50],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth50]{width:50%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth50],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth50]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth55],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth55]{width:55%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth55],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth55]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth60],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth60]{width:60%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth60],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth60]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth65],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth65]{width:65%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth65],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth65]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth70],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth70]{width:70%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth70],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth70]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth75],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth75]{width:75%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth75],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth75]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth80],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth80]{width:80%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth80],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth80]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth85],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth85]{width:85%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth85],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth85]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth90],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth90]{width:90%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth90],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth90]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth95],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth95]{width:95%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth95],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth95]{width:100%}}.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth100],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth100]{width:100%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.dexter-Position[data-flexitem-conf*=mobileFlexWidth100],.dexter-Flex_items[data-flex-conf*=oneColumn][data-flex-conf*=justifyCenter]>.position[data-flexitem-conf*=mobileFlexWidth100]{width:100%}}.dexter-Flex_items[data-flex-conf*=twoColumns]>*{flex:0 0 auto;width:50%}.dexter-Flex_items[data-flex-conf*=threeColumns]>*{flex:0 0 auto;width:33.3333%}.dexter-Flex_items[data-flex-conf*=fourColumns]>*{flex:0 0 auto;width:25%}@media (max-width:56.1875rem){.dexter-Flex_items[data-flex-conf*=fourColumns]:not([data-flex-conf*=noReflow-mobile]),.dexter-Flex_items[data-flex-conf*=threeColumns]:not([data-flex-conf*=noReflow-mobile]),.dexter-Flex_items[data-flex-conf*=twoColumns]:not([data-flex-conf*=noReflow-mobile]){max-width:100%}}.dexter-Flex_items[data-flex-conf*=justifyBetween]{justify-content:space-between}.dexter-Flex_items[data-flex-conf*=justifyBetween]>*{flex:initial;max-width:100%;width:auto}.dexter-Flex_items[data-flex-conf*=justifyAround]{justify-content:space-around}.dexter-Flex_items[data-flex-conf*=justifyAround]>*{flex:initial;max-width:100%;width:auto}.dexter-Flex_items[data-flex-conf*=justifyStart]{justify-content:flex-start}.dexter-Flex_items[data-flex-conf*=justifyStart]>*{flex:initial;max-width:100%;width:auto}.dexter-Flex_items[data-flex-conf*=justifyCenter]{justify-content:center}.dexter-Flex_items[data-flex-conf*=justifyCenter]>*{flex:initial;max-width:100%;width:auto}.dexter-Flex_items[data-flex-conf*=justifyEnd]{justify-content:flex-end}.dexter-Flex_items[data-flex-conf*=justifyEnd]>*{flex:initial;max-width:100%;width:auto}.dexter-Flex_items[data-flex-conf*=alignStart]{align-content:flex-start;align-items:flex-start}.dexter-Flex_items[data-flex-conf*=alignCenter]{align-content:center;align-items:center}.dexter-Flex_items[data-flex-conf*=alignEnd]{align-content:flex-end;align-items:flex-end}.dexter-Flex_items[data-flex-conf*=alignContentStart]>*{align-items:flex-start;display:flex;flex-wrap:wrap}.dexter-Flex_items[data-flex-conf*=alignContentCenter]>*{align-items:center;display:flex;flex-wrap:wrap}.dexter-Flex_items[data-flex-conf*=alignContentCenter]>*>*{flex-basis:auto;width:100%}.dexter-Flex_items[data-flex-conf*=alignContentEnd]>*{align-items:flex-end;display:flex;flex-wrap:wrap}.dexter-Flex_items>style{display:none!important}@media (max-width:56.1875rem){.dexter-Flex_items:not([data-flex-conf*=noReflow-mobile])>*,.dexter-Flex_items:not([data-flex-conf*=noReflow-mobile])>.dexter-Position[data-flexitem-conf*=mobileFlexWidth]{flex:initial;max-width:100%}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.dexter-Flex_items.dexter-Flex_items[data-flex-conf*=justifyAround]>*,.dexter-Flex_items.dexter-Flex_items[data-flex-conf*=justifyBetween]>*,.dexter-Flex_items.dexter-Flex_items[data-flex-conf*=justifyCenter]>*,.dexter-Flex_items.dexter-Flex_items[data-flex-conf*=justifyEnd]>*,.dexter-Flex_items.dexter-Flex_items[data-flex-conf*=justifyStart]>*{flex:0 1 auto}.dexter-Flex_items.dexter-Flex_items[data-flex-conf*=justifyAround]>.dexter-Position>*,.dexter-Flex_items.dexter-Flex_items[data-flex-conf*=justifyBetween]>.dexter-Position>*,.dexter-Flex_items.dexter-Flex_items[data-flex-conf*=justifyCenter]>.dexter-Position>*,.dexter-Flex_items.dexter-Flex_items[data-flex-conf*=justifyEnd]>.dexter-Position>*,.dexter-Flex_items.dexter-Flex_items[data-flex-conf*=justifyStart]>.dexter-Position>*{flex:0 1 auto;width:100%}.dexter-Flex_items.dexter-Flex_items.has-minHeight{height:auto;min-height:1px}.dexter-Flex_items.dexter-Flex_items[data-flex-conf*=column][data-flex-conf*=alignStretch][data-flex-conf*=alignContentStretch]{flex-wrap:nowrap}}.aem-AuthorLayer-Preview .dexter-Flex.has-Toggle{height:0;overflow:hidden}.aem-AuthorLayer-Preview .dexter-Flex.is-Selected{height:auto}.dexter-FlexContainer{position:relative}.dexter-FlexContainer.has-Toggle:not(.is-Selected):not(.dexter-Author-Padding){height:0;overflow:hidden;padding:0;visibility:hidden}.dexter-FlexContainer.has-Toggle:not(.is-Selected).dexter-Author-Padding{height:auto}.dexter-FlexContainer.is-Selected{height:auto}.dexter-FlexContainer.has-video .dexter-FlexContainer-Items{position:relative}.dexter-FlexContainer .dexter-FlexContainer-Items.crop-content{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.dexter-FlexContainer .dexter-FlexContainer-Items.crop-content.show-controls{pointer-events:none}.dexter-FlexContainer .dexter-Background-no-crop{bottom:auto;left:0;max-width:100%;overflow:hidden;position:absolute;right:auto;top:0;width:100%}.dexter-FlexContainer .dexter-Background-no-crop>img{width:100%}.dexter-FlexContainer .dexter-Background-no-crop+div{position:relative}.dexter-FlexContainer .dexter-Background-no-crop-fixed{bottom:auto;left:0;max-width:100%;overflow:hidden;position:fixed;right:auto;top:0;width:100%;z-index:-1}.dexter-FlexContainer .dexter-Background-no-crop-fixed>img{width:100%}.dexter-FlexContainer .dexter-Background-no-crop-fixed+div{position:relative}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.dexter-FlexContainer{display:flex;flex-direction:column}.dexter-FlexContainer-Items{min-height:1px}}@media (-ms-high-contrast:active) and (min-width:75rem),(-ms-high-contrast:none) and (min-width:75rem){.dexter-FlexContainer-Items.container{width:100%}}.dexter-FlexContainer-Items{display:flex;flex-wrap:wrap;justify-content:stretch}.dexter-FlexContainer-Items>*{flex:1 1 1%;max-width:100%}.dexter-FlexContainer-Items>.flex>.dexter-FlexContainer,.dexter-FlexContainer-Items>.flex>.dexter-FlexContainer>.dexter-FlexContainer-Items,.dexter-FlexContainer-Items>.position>.dexter-Position,.dexter-FlexContainer-Items>.xfreference>.xfpage,.dexter-FlexContainer-Items>.xfreference>.xfpage>* .aem-Grid>.flex,.dexter-FlexContainer-Items>.xfreference>.xfpage>* .aem-Grid>.flex>.dexter-FlexContainer,.dexter-FlexContainer-Items>.xfreference>.xfpage>* .aem-Grid>.flex>.dexter-FlexContainer>.dexter-FlexContainer-Items,.dexter-FlexContainer-Items>.xfreference>.xfpage>.xf-content-height,.dexter-FlexContainer-Items>.xfreference>.xfpage>.xf-content-height>.aem-Grid{height:100%}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileJustifyStretch{justify-content:stretch}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileJustifyStart{justify-content:flex-start}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileJustifyStart>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileJustifyCenter{justify-content:center}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileJustifyCenter>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileJustifyEnd{justify-content:flex-end}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileJustifyEnd>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileJustifySpaceBetween{justify-content:space-between}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileJustifySpaceBetween>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemStart{align-items:flex-start}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemCenter{align-items:center}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemEnd{align-items:flex-end}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemStretch{align-items:stretch}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignContentStart{align-content:flex-start}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignContentCenter{align-content:center}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignContentEnd{align-content:flex-end}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignContentStretch{align-content:stretch}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignContentSpaceBetween{align-content:space-between}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemContentCenter>.position>.dexter-Position,.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemContentEnd>.position>.dexter-Position{display:flex}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemContentCenter>.position>.dexter-Position>.aem-Grid,.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemContentCenter>.position>.dexter-Position>.dexter-Author-Padding,.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemContentEnd>.position>.dexter-Position>.aem-Grid,.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemContentEnd>.position>.dexter-Position>.dexter-Author-Padding{width:100%}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemContentCenter>.position>.dexter-Position{align-items:center}.dexter-FlexContainer-Items.dexter-FlexContainer--mobileAlignItemContentEnd>.position>.dexter-Position{align-items:flex-end}@media only screen and (max-width:37.4375rem){.dexter-FlexContainer-Items>.dx-parlite--phone--hide{display:none}}@media only screen and (min-width:37.5rem){.dexter-FlexContainer-Items.dexter-FlexContainer--tabletJustifyStretch{justify-content:stretch}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletJustifyStart{justify-content:flex-start}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletJustifyStart>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletJustifyCenter{justify-content:center}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletJustifyCenter>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletJustifyEnd{justify-content:flex-end}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletJustifyEnd>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletJustifySpaceBetween{justify-content:space-between}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletJustifySpaceBetween>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemStart{align-items:flex-start}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemCenter{align-items:center}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemEnd{align-items:flex-end}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemStretch{align-items:stretch}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignContentStart{align-content:flex-start}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignContentCenter{align-content:center}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignContentEnd{align-content:flex-end}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignContentStretch{align-content:stretch}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignContentSpaceBetween{align-content:space-between}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemContentCenter>.position>.dexter-Position,.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemContentEnd>.position>.dexter-Position{display:flex}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemContentCenter>.position>.dexter-Position>.aem-Grid,.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemContentCenter>.position>.dexter-Position>.dexter-Author-Padding,.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemContentEnd>.position>.dexter-Position>.aem-Grid,.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemContentEnd>.position>.dexter-Position>.dexter-Author-Padding{width:100%}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemContentCenter>.position>.dexter-Position{align-items:center}.dexter-FlexContainer-Items.dexter-FlexContainer--tabletAlignItemContentEnd>.position>.dexter-Position{align-items:flex-end}}@media only screen and (min-width:37.5rem) and (max-width:74.9375rem){.dexter-FlexContainer-Items>.dx-parlite--tablet--hide{display:none}}@media only screen and (min-width:75rem){.dexter-FlexContainer-Items.dexter-FlexContainer--desktopJustifyStretch{justify-content:stretch}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopJustifyStart{justify-content:flex-start}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopJustifyStart>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopJustifyCenter{justify-content:center}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopJustifyCenter>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopJustifyEnd{justify-content:flex-end}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopJustifyEnd>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopJustifySpaceBetween{justify-content:space-between}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopJustifySpaceBetween>*{flex:0 0 auto}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemStart{align-items:flex-start}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemCenter{align-items:center}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemEnd{align-items:flex-end}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemStretch{align-items:stretch}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignContentStart{align-content:flex-start}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignContentCenter{align-content:center}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignContentEnd{align-content:flex-end}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignContentStretch{align-content:stretch}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignContentSpaceBetween{align-content:space-between}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemContentCenter>.position>.dexter-Position,.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemContentEnd>.position>.dexter-Position{display:flex}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemContentCenter>.position>.dexter-Position>.aem-Grid,.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemContentCenter>.position>.dexter-Position>.dexter-Author-Padding,.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemContentEnd>.position>.dexter-Position>.aem-Grid,.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemContentEnd>.position>.dexter-Position>.dexter-Author-Padding{width:100%}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemContentCenter>.position>.dexter-Position{align-items:center}.dexter-FlexContainer-Items.dexter-FlexContainer--desktopAlignItemContentEnd>.position>.dexter-Position{align-items:flex-end}.dexter-FlexContainer-Items.container{margin-left:auto!important;margin-right:auto!important}.dexter-FlexContainer-Items.container.desktop-container-disabled{margin-left:unset!important;margin-right:unset!important}.dexter-FlexContainer-Items>.dx-parlite--default--hide{display:none}}.dexter-FlexContainer--GapWrapper{height:100%;overflow:hidden}.dexter-FlexContainer--GapWrapper>.dexter-FlexContainer-Items{height:100%}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.dexter-FlexContainer--GapWrapper>.dexter-FlexContainer-Items{height:auto}}.card{height:33.875rem;min-width:21.875rem}.card.card_featured,.card.card_showmore,.card.card_standard,.card.card_static,.card.card_subscription{margin:1.5625rem;width:24.0625rem}.card.card_featured.wide,.card.card_showmore.wide,.card.card_standard.wide,.card.card_static.wide,.card.card_subscription.wide{width:51.25rem}.card.card_featured .card_title,.card.card_showmore .card_title,.card.card_standard .card_title,.card.card_static .card_title,.card.card_subscription .card_title{margin:0}.card.card_featured .card_img,.card.card_showmore .card_img,.card.card_standard .card_img,.card.card_static .card_img,.card.card_subscription .card_img{position:relative}.card>.card,.cardreference>.card,.cardreference>dexter-card-subscription>.card{margin:0}.dexter-Position>.aem-Grid>.cardreference>.card{margin:1.5rem}@media (max-width:56.1875rem){.dexter-Position>.aem-Grid>.cardreference>.card{margin:1.5rem auto;max-width:23.4375rem;width:auto}.dexter-Position>.aem-Grid>.cardreference>.card .card_bg{width:100%}}.card_standard{border:1px solid #95989a}.card_standard .card_title{-webkit-line-clamp:4;-webkit-box-orient:vertical;background:transparent;color:#2d2d2d;display:block;display:-webkit-box;font-size:1.875rem;line-height:1.3333;max-height:13.12475rem;overflow:hidden;padding:2.25rem 1.75rem 0 2.5rem;text-overflow:ellipsis}.card_standard .card_title a{color:inherit}.card_standard .card_img{height:16.5625rem}.card_standard .card_img .card_hero{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.card_standard .card_img a{display:block}.card_standard .card_bg{background-color:#fff;height:17.1875rem}.card_standard .tag_label{bottom:0;font-size:.875rem;height:3.125rem;line-height:3.125rem;max-width:100%;min-width:11.875rem;overflow:hidden;padding:0 2.5rem;position:absolute;text-transform:uppercase;white-space:nowrap}.card_standard .tag_label a{color:#fff}.card_standard .card_author{color:#9d9d9d;font-size:.9375rem;margin:1.375rem 0 0 2.5rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.card_standard .card_title a{display:block;max-height:9.6875rem;position:relative}.card_standard .card_title a:after{background:linear-gradient(90deg,transparent,#fff);bottom:0;content:"";display:block;height:2rem;position:absolute;right:0;text-align:right;width:35%}}@supports (-ms-ime-align:auto){.card_standard .card_title a{display:block;max-height:9.6875rem;position:relative}.card_standard .card_title a:after{background:linear-gradient(90deg,transparent,#fff);bottom:0;content:"";display:block;height:2rem;position:absolute;right:0;text-align:right;width:35%}}@-moz-document url-prefix(){.card_standard .card_title a{display:block;max-height:9.6875rem;position:relative}.card_standard .card_title a:after{background:linear-gradient(90deg,transparent,#fff);bottom:0;content:"";display:block;height:2rem;position:absolute;right:0;text-align:right;width:35%}}.card_static{border:1px solid #95989a}.card_static .card_bg{align-items:center;background-repeat:no-repeat;display:flex;flex-direction:column;height:100%}.card_static .card_bg img{height:1.875rem;margin-top:3.75rem}.card_static .card_title{color:#fff;font-size:2.5rem;max-width:18.9375rem;min-height:6.25rem;padding-bottom:1.25rem;padding-top:1.5625rem;text-align:center}.card_static .card_description{color:#fff;font-size:1rem;line-height:1.8;padding-top:1.25rem;text-align:center;width:14.5625rem}.card_subscription{border:1px solid #95989a;display:inline-block;perspective:1000px;transform-style:preserve-3d}.card_subscription .card_bg{display:flex;flex-direction:column;height:48%}.card_subscription .card_bg>div{align-items:flex-end;display:flex;flex-grow:1}.card_subscription .card_bg>div:last-child{align-items:center}.card_subscription .card_title{color:#fff;font-size:1.875rem;font-weight:900;max-height:8.75rem;padding:0 1.875rem;width:100%}.card_subscription .card_description{color:#fff;flex-grow:1;font-size:1rem;margin:0;max-height:8.75rem;padding:0 1.875rem}.card_subscription .card_img{background-repeat:no-repeat;height:100%}.card_subscription .card_consentNotice,.card_subscription .card_input{padding:0 2.8125rem}.card_subscription .card_input .card_email,.card_subscription .card_input .card_name{position:relative}.card_subscription .card_input .card_name{margin-bottom:.9375rem}.card_subscription .card_input ::placeholder{color:#aaa}.card_subscription .card_input input{height:3.3125rem;padding-left:1.25rem;width:100%}.card_subscription .card_input .invalid,.card_subscription .card_input .required{border:2px solid red}.card_subscription .card_input .invalid~.error_invalidEmailText,.card_subscription .card_input .required~.error_requiredText{display:block}.card_subscription .card_input div[class^=error_]{bottom:0;color:red;display:none;font-size:.875rem;font-style:italic;max-height:200px;overflow:hidden;padding:0 8px 8px 0;position:absolute;right:0;transition:.28s}.card_subscription .card_consentNotice{margin:1rem 0 -.5rem}.card_subscription .card_consentNotice a,.card_subscription .card_consentNotice p{font-family:adobe-clean,sans-serif;font-size:.6875rem;line-height:.875rem;padding-bottom:0;text-align:center}.card_subscription .card_consentNotice p{color:#fff}.card_subscription .card_consentNotice a{color:#2680eb}.card_subscription .cta{align-items:center;display:flex;height:5rem;justify-content:center;margin:auto auto 1rem;max-width:12.5rem}.card_subscription .cta .link.button_cta{margin:0}.card_subscription .server_error{align-items:center;background-color:#f08080;border:1px solid red;display:flex;height:2.5rem;justify-content:center;margin:10px auto -20px;text-align:center;width:85%}.card_subscription .thankyou_view>div{height:50%}.card_subscription .thankyou_view .card_title{font-size:4.375rem;line-height:3.75rem;max-height:8.4375rem;padding:1.5625rem 1.875rem 0;text-align:left}.card_subscription .thankyou_view .card_description{padding-top:.9375rem}.card_subscription .thankyou_view .link{text-decoration:underline}.card_subscription.flip .flipper{transform:rotateY(180deg);-webkit-transform:rotateY(180deg)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.card_subscription.flip .flipper .front{transform:rotateY(180deg)}.card_subscription.flip .flipper .back{transform:scaleX(-1)}}.card_subscription .back,.card_subscription .front{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;left:0;position:absolute;top:0;width:100%}.card_subscription .flipper{height:100%;position:relative;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transition:.6s;-webkit-transition:.6s}.card_subscription .front{transform:rotateY(0deg);-webkit-transform:rotateY(0deg);z-index:2}.card_subscription .back{transform:rotateY(-180deg);-webkit-transform:rotateY(-180deg)}.card_featured{overflow:hidden}.card_featured .card_img{background-position:0;background-repeat:no-repeat;display:flex;height:100%;justify-content:flex-end;width:100%}.card_featured .card_bg{padding:2.5rem;width:24.4375rem;z-index:1}.card_featured .card_title{font-size:3rem;line-height:1.1;margin-bottom:1.25rem}.card_featured .card_description{font-size:.9375rem;line-height:1.3333}.card_showmore{align-items:center;display:flex;flex-direction:column;justify-content:center}.card_showmore>svg{cursor:pointer;height:5rem;margin-bottom:1.5625rem;width:5rem}.card_showmore>span{color:#1473e6;cursor:pointer;font-size:1.25rem}.card-collection_cards.recommendedContent{justify-content:center}.card-collection_cards.recommendedContent:after{content:unset}.card-collection_cards.recommendedContent .card{border:1px solid #95989a;display:flex;flex-direction:column;height:34.625rem;width:24rem}.card-collection_cards.recommendedContent .card_img{background-position:50%;background-size:cover;height:13.75rem;min-height:13.75rem}.card-collection_cards.recommendedContent .card_img .card_hero{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.card-collection_cards.recommendedContent .card_info{background-color:#fff;display:flex;flex-direction:column;font-size:1rem;height:100%;max-height:554px;padding:2.25rem 1.75rem 1.75rem 2.25rem}.card-collection_cards.recommendedContent .card_info .tag_label{font-size:.875rem;font-style:italic}.card-collection_cards.recommendedContent .card_info .card_title{color:#323232;flex-shrink:0;font-size:1.375rem;line-height:2rem;margin-bottom:.75rem}.card-collection_cards.recommendedContent .card_info .card_description{color:#323232;font-size:1rem;height:100%;line-height:1.875rem;overflow:hidden}dexter-filter-panel{width:100%}@media only screen and (min-width:75rem){dexter-filter-panel{width:18.75rem}}@media only screen and (max-width:54.375rem){dexter-filter-panel{width:45.3125rem}}@media only screen and (max-width:46.875rem){dexter-filter-panel{margin-left:1rem;margin-right:1rem;width:100%}}dexter-filter-panel .tag-List_Group,dexter-filter-panel header{margin-bottom:.3125rem}dexter-filter-panel .tag-List ul{list-style:none}dexter-filter-panel .tag-List_active-FilterList{list-style:none;margin:0}dexter-filter-panel .tag-List_active-FilterList li{float:left;padding:0}dexter-filter-panel .tag-List_active-FilterList button:after{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMnYxMkgweiIvPjxwYXRoIGQ9Ik03LjMzIDYgMTEgMi4zNUEuOTQuOTQgMCAwIDAgOS42NSAxTDYgNC42NyAyLjM1IDFBLjk0Ljk0IDAgMCAwIDEgMi4zNUw0LjY3IDYgMSA5LjY1QS45NC45NCAwIDAgMCAyLjM1IDExTDYgNy4zMyA5LjY1IDExQS45NC45NCAwIDEgMCAxMSA5LjY1WiIgZmlsbD0iIzRiNGI0YiIvPjwvc3ZnPg==") 50% /12px no-repeat;content:"";display:block;float:right;height:1.777778rem;width:1.777778rem}dexter-filter-panel .tag-List_Group{background:#fff;position:relative}dexter-filter-panel .tag-List_Group>input{appearance:none;height:52px;margin:0;opacity:.001;position:absolute;width:100%}dexter-filter-panel .tag-List_Group>input:focus~label{border-color:#2680eb}dexter-filter-panel .tag-List_Group>label{border:1px solid #eaeaea;color:#505050;display:flex;font-size:1rem;line-height:52px;margin:0}dexter-filter-panel .tag-List_Group:hover>input:checked~label~ul,dexter-filter-panel .tag-List_Group:hover>input~label{border-color:#2680eb}dexter-filter-panel .tag-List_Group .tag-List_Group-header:focus{outline:0}dexter-filter-panel .tag-List_Group .tag-List_Group-header-arrow{display:inline-block;transition:transform .125s}dexter-filter-panel .tag-List_Group.is-Open .tag-List_Group-header-arrow{-webkit-transform:rotate(90deg);transform:rotate(90deg)}dexter-filter-panel .tag-List_Group.is-Open ul{display:block}dexter-filter-panel .tag-List_Group.is-Open .card{margin:.78125rem;width:21.875rem}dexter-filter-panel .tag-List_Group.is-Open .card.wide{width:45.3125rem}dexter-filter-panel .tag-List_Group ul{border:1px solid #eaeaea;border-top:0 solid #eaeaea;display:none;list-style:none;margin:0;padding:20px 0}dexter-filter-panel .tag-List_Group li{cursor:pointer;font-size:.777778rem;font-weight:300;position:relative}dexter-filter-panel .tag-List_Group li input[type*=checkbox]:checked+label:after{background:#1473e6 url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMnYxMkgweiIvPjxwYXRoIGQ9Ik0xMC41IDMuNWExIDEgMCAwIDAtMS43MS0uNzFsLTQgNC0xLjU4LTEuNWExIDEgMCAwIDAtMS40NCAxLjM5TDQgOWExIDEgMCAwIDAgMS40NiAwbDQuNzUtNC43NWExIDEgMCAwIDAgLjI5LS43NVoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=") 50% /12px no-repeat}dexter-filter-panel .tag-List_Group li .card{margin:1.5625rem;width:24.0625rem}dexter-filter-panel .tag-List_Group li .card.wide{width:51.25rem}dexter-filter-panel .tag-List_Group li label{cursor:pointer;display:block;line-height:40px;padding-left:40px;position:relative}dexter-filter-panel .tag-List_Group li label:focus,dexter-filter-panel .tag-List_Group li label:hover{background-color:#deefff;border-radius:2px;outline:none}dexter-filter-panel .tag-List_Group li label:after{border:1px solid #ccc;border-radius:1px;content:" ";height:14px;position:absolute;right:26px;top:13px;width:14px}dexter-filter-panel .tag-List_Group li input{border:0;height:14px;margin:0;opacity:0;outline:0;overflow:hidden;padding:0;position:absolute;right:26px;top:13px;width:14px}dexter-filter-panel .tag-List_Group li input:focus~label{background-color:#deefff}dexter-filter-panel .tag-List_Group-header,dexter-filter-panel header{display:flex;justify-content:space-between;line-height:52px;width:100%}dexter-filter-panel .tag-List_Clear{background:none;color:#1373e6;font-size:.888889rem;font-weight:300;padding:0}dexter-filter-panel header h2{font-size:1.1111rem;font-weight:900;line-height:52px;margin:0}dexter-filter-panel .tag-List_Group-header{background:none;cursor:pointer;font-size:1rem;justify-content:flex-start;padding:0}dexter-filter-panel .tag-List_Group-header-arrow{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTMgMWg2djEwSDN6Ii8+PHBhdGggZD0iTTkgNmExIDEgMCAwIDAtLjI5LS43MWwtNC00YTEgMSAwIDEgMC0xLjQ0IDEuMzlMNi41OSA2bC0zLjMgMy4yOWExIDEgMCAxIDAgMS4zOSAxLjQ0bDQtNEExIDEgMCAwIDAgOSA2WiIgZmlsbD0iIzE0NzNlNiIvPjwvc3ZnPg==") 50% /14px no-repeat;height:52px;width:40px}.card-collection_cards,.card-collection_footer,.card-collection_header{display:flex;flex-wrap:flex;margin:0 auto}.card-collection_header{justify-content:flex-end;margin-bottom:.3125rem;position:relative}.card-collection_cards{flex-flow:row wrap;justify-content:flex-start}@media only screen and (max-width:46.875rem){.card-collection_cards{justify-content:center}}.card-collection_cards:after{content:"";flex:0 0 auto;width:24.0625rem}.card-collection_cards h3.no-Results{background:#fff;font-weight:700;padding:2rem;text-align:center;width:100%}.card-collection_footer{padding-bottom:5.625rem}dexter-card-collection{display:flex}dexter-card-collection[data-page-type*=archive]{flex-wrap:wrap;justify-content:center;margin:0 auto;padding-top:5rem}@media only screen and (min-width:37.5rem){dexter-card-collection[data-page-type*=archive]{max-width:51.25rem}dexter-card-collection[data-page-type*=archive] .display-filters-btn{display:none}}@media only screen and (min-width:75rem){dexter-card-collection[data-page-type*=archive]{max-width:74.25rem}}@media only screen and (max-width:37.4375rem){dexter-card-collection[data-page-type*=archive] .display-filters-btn{display:block}dexter-card-collection[data-page-type*=archive] .card-collection_header{display:none}dexter-card-collection[data-page-type*=archive] .card-collection_header.filters-show-headers{display:flex}dexter-card-collection[data-page-type*=archive] dexter-filter-panel{display:none}dexter-card-collection[data-page-type*=archive] dexter-filter-panel.filters-show-headers{display:block}}dexter-card-collection[data-page-type*=archive] .display-filters-btn{background:#fff;height:3.5rem;margin-left:1rem;width:100%}dexter-card-collection[data-page-type*=archive] .card-collection_header{background:#fff}dexter-card-collection[data-page-type*=archive] .card-collection_cards{justify-content:center}@media only screen and (min-width:75rem){dexter-card-collection[data-page-type*=archive] .card-collection_cards,dexter-card-collection[data-page-type*=archive] .card-collection_footer,dexter-card-collection[data-page-type*=archive] .card-collection_header{width:49.75rem}}dexter-card-collection[data-page-type*=archive] .card-collection .card.wide{width:inherit}@media only screen and (max-width:30.5859375rem){dexter-card-collection[data-page-type*=archive] .card-collection{width:100%}dexter-card-collection[data-page-type*=archive] .card-collection .card-collection_cards{justify-content:center;width:100%}dexter-card-collection[data-page-type*=archive] .card-collection .card{margin-left:0;margin-right:0;width:100%}}@media only screen and (max-width:26.3671875rem){dexter-card-collection[data-page-type*=archive] .card-collection{width:100%}dexter-card-collection[data-page-type*=archive] .card-collection .card{margin-left:0;margin-right:0;min-width:auto;width:100%}dexter-card-collection[data-page-type*=archive] .card-collection .card.wide{min-width:auto;width:100%}}@media only screen and (min-width:46.875rem){dexter-card-collection[data-page-type*=archive] .card-collection{width:46.875rem}dexter-card-collection[data-page-type*=archive] .card-collection .card-collection_cards{justify-content:space-between}dexter-card-collection[data-page-type*=archive] .card-collection .card-collection_sort{margin-right:.78125rem}dexter-card-collection[data-page-type*=archive] .card-collection .card{margin:.78125rem;width:21.875rem}dexter-card-collection[data-page-type*=archive] .card-collection .card.wide{width:45.3125rem}}@media only screen and (min-width:54.375rem){dexter-card-collection[data-page-type*=archive] .card-collection{width:54.375rem}dexter-card-collection[data-page-type*=archive] .card-collection .card-collection_sort{margin-right:1.5625rem}dexter-card-collection[data-page-type*=archive] .card-collection .card{margin:0 0 1.5625rem;width:24.0625rem}dexter-card-collection[data-page-type*=archive] .card-collection .card.wide{width:51.25rem}}@media only screen and (min-width:54.375rem){dexter-card-collection[data-page-type*=collection] .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_sort{margin-right:1.5625rem}dexter-card-collection[data-page-type*=collection] .card-collection_sort .sortby_label,dexter-card-collection[data-page-type*=landing] .card-collection_sort .sortby_label,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_sort .sortby_label{line-height:inherit}dexter-card-collection[data-page-type*=collection] .card-collection_sort .sortby_popup,dexter-card-collection[data-page-type*=landing] .card-collection_sort .sortby_popup,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_sort .sortby_popup{top:2rem}dexter-card-collection[data-page-type*=collection] .card,dexter-card-collection[data-page-type*=landing] .card,dexter-card-collection[data-page-type*=recommendedContent] .card{margin:1.5625rem;width:24.0625rem}dexter-card-collection[data-page-type*=collection] .card.wide,dexter-card-collection[data-page-type*=landing] .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card.wide{width:51.25rem}}dexter-card-collection[data-page-type*=collection] .card-collection,dexter-card-collection[data-page-type*=landing] .card-collection,dexter-card-collection[data-page-type*=recommendedContent] .card-collection{margin:0 auto;width:100%}dexter-card-collection[data-page-type*=collection] .card-collection_header,dexter-card-collection[data-page-type*=landing] .card-collection_header,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header{margin-bottom:0}@media only screen and (max-width:30.5859375rem){dexter-card-collection[data-page-type*=collection] .card-collection_cards,dexter-card-collection[data-page-type*=collection] .card-collection_footer,dexter-card-collection[data-page-type*=collection] .card-collection_header,dexter-card-collection[data-page-type*=landing] .card-collection_cards,dexter-card-collection[data-page-type*=landing] .card-collection_footer,dexter-card-collection[data-page-type*=landing] .card-collection_header,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header{width:100%}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card,dexter-card-collection[data-page-type*=collection] .card-collection_header .card,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card,dexter-card-collection[data-page-type*=landing] .card-collection_header .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card{margin:.78125rem 0;width:21.875rem}}@media only screen and (max-width:26.3671875rem){dexter-card-collection[data-page-type*=collection] .card-collection_cards,dexter-card-collection[data-page-type*=collection] .card-collection_footer,dexter-card-collection[data-page-type*=collection] .card-collection_header,dexter-card-collection[data-page-type*=landing] .card-collection_cards,dexter-card-collection[data-page-type*=landing] .card-collection_footer,dexter-card-collection[data-page-type*=landing] .card-collection_header,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header{width:100%}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card,dexter-card-collection[data-page-type*=collection] .card-collection_header .card,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card,dexter-card-collection[data-page-type*=landing] .card-collection_header .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card{margin-left:0;margin-right:0;min-width:auto;width:100%}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card.wide{min-width:auto;width:100%}}@media only screen and (min-width:30.5859375rem){dexter-card-collection[data-page-type*=collection] .card-collection_cards .card-collection_cards,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card-collection_cards,dexter-card-collection[data-page-type*=collection] .card-collection_header .card-collection_cards,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card-collection_cards,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card-collection_cards,dexter-card-collection[data-page-type*=landing] .card-collection_header .card-collection_cards,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card-collection_cards,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card-collection_cards,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card-collection_cards{width:100%;width:100vw}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card,dexter-card-collection[data-page-type*=collection] .card-collection_header .card,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card,dexter-card-collection[data-page-type*=landing] .card-collection_header .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card{margin:1.5625rem;width:24.0625rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card.wide{width:51.25rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card.wide{width:inherit}}@media only screen and (min-width:46.875rem){dexter-card-collection[data-page-type*=collection] .card-collection_cards,dexter-card-collection[data-page-type*=collection] .card-collection_footer,dexter-card-collection[data-page-type*=collection] .card-collection_header,dexter-card-collection[data-page-type*=landing] .card-collection_cards,dexter-card-collection[data-page-type*=landing] .card-collection_footer,dexter-card-collection[data-page-type*=landing] .card-collection_header,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header{width:46.875rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=collection] .card-collection_header .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_header .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card-collection_sort{margin-right:.78125rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card,dexter-card-collection[data-page-type*=collection] .card-collection_header .card,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card,dexter-card-collection[data-page-type*=landing] .card-collection_header .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card{margin:.78125rem;width:21.875rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card.wide{width:45.3125rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card.wide{width:inherit}}@media only screen and (min-width:54.375rem){dexter-card-collection[data-page-type*=collection] .card-collection_cards,dexter-card-collection[data-page-type*=collection] .card-collection_footer,dexter-card-collection[data-page-type*=collection] .card-collection_header,dexter-card-collection[data-page-type*=landing] .card-collection_cards,dexter-card-collection[data-page-type*=landing] .card-collection_footer,dexter-card-collection[data-page-type*=landing] .card-collection_header,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header{width:54.375rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=collection] .card-collection_header .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_header .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card-collection_sort{margin-right:1.5625rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card,dexter-card-collection[data-page-type*=collection] .card-collection_header .card,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card,dexter-card-collection[data-page-type*=landing] .card-collection_header .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card{margin:1.5625rem;width:24.0625rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card.wide{width:51.25rem}}@media only screen and (min-width:70.3125rem){dexter-card-collection[data-page-type*=collection] .card-collection_cards,dexter-card-collection[data-page-type*=collection] .card-collection_footer,dexter-card-collection[data-page-type*=collection] .card-collection_header,dexter-card-collection[data-page-type*=landing] .card-collection_cards,dexter-card-collection[data-page-type*=landing] .card-collection_footer,dexter-card-collection[data-page-type*=landing] .card-collection_header,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header{width:70.3125rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=collection] .card-collection_header .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_header .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card-collection_sort{margin-right:.78125rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card,dexter-card-collection[data-page-type*=collection] .card-collection_header .card,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card,dexter-card-collection[data-page-type*=landing] .card-collection_header .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card{margin:.78125rem;width:21.875rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card.wide{width:45.3125rem}}@media only screen and (min-width:81.5625rem){dexter-card-collection[data-page-type*=collection] .card-collection_cards,dexter-card-collection[data-page-type*=collection] .card-collection_footer,dexter-card-collection[data-page-type*=collection] .card-collection_header,dexter-card-collection[data-page-type*=landing] .card-collection_cards,dexter-card-collection[data-page-type*=landing] .card-collection_footer,dexter-card-collection[data-page-type*=landing] .card-collection_header,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header{width:81.5625rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=collection] .card-collection_header .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=landing] .card-collection_header .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card-collection_sort,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card-collection_sort{margin-right:1.5625rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card,dexter-card-collection[data-page-type*=collection] .card-collection_header .card,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card,dexter-card-collection[data-page-type*=landing] .card-collection_header .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card{margin:1.5625rem;width:24.0625rem}dexter-card-collection[data-page-type*=collection] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=collection] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=landing] .card-collection_header .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_cards .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_footer .card.wide,dexter-card-collection[data-page-type*=recommendedContent] .card-collection_header .card.wide{width:51.25rem}}.dexter-Cta .spectrum-Button--sizeS{font-size:15px;line-height:19px}.dexter-Cta .spectrum-Button--sizeS.spectrum-Button{border-radius:15px;min-height:30px;padding:0 13px}.dexter-Cta .spectrum-Button--sizeS.spectrum-Button .spectrum-Button-label{padding:1px 0}.dexter-Cta .spectrum-Button--sizeS .spectrum-Icon+.spectrum-Button-label{margin-left:0}.dexter-Cta .spectrum-Button--sizeM{font-size:17px;line-height:21px}.dexter-Cta .spectrum-Button--sizeM.spectrum-Button{border-radius:20px;min-height:40px;padding:0 18px}.dexter-Cta .spectrum-Button--sizeM.spectrum-Button .spectrum-Button-label{padding:6px 0 8px}.dexter-Cta .spectrum-Button--sizeM .spectrum-Icon+.spectrum-Button-label{margin-left:0}.dexter-Cta .spectrum-Button--sizeL{font-size:19px;line-height:24px}.dexter-Cta .spectrum-Button--sizeL.spectrum-Button{border-radius:25px;min-height:50px;padding:0 23px}.dexter-Cta .spectrum-Button--sizeL.spectrum-Button .spectrum-Button-label{padding:10px 0}.dexter-Cta .spectrum-Button--sizeL .spectrum-Icon+.spectrum-Button-label{margin-left:0}.dexter-Cta .spectrum-Button--sizeXL{font-size:22px;line-height:27px}.dexter-Cta .spectrum-Button--sizeXL.spectrum-Button{border-radius:30px;min-height:60px;padding:0 28px}.dexter-Cta .spectrum-Button--sizeXL.spectrum-Button .spectrum-Button-label{padding:13px 0 11px}.dexter-Cta .spectrum-Button--sizeXL .spectrum-Icon+.spectrum-Button-label{margin-left:0}@media only screen and (min-width:37.5rem){.dexter-Cta .spectrum-Button--sizeS-tablet{font-size:15px;line-height:19px}.dexter-Cta .spectrum-Button--sizeS-tablet.spectrum-Button{border-radius:15px;min-height:30px;padding:0 13px}.dexter-Cta .spectrum-Button--sizeS-tablet.spectrum-Button .spectrum-Button-label{padding:1px 0}.dexter-Cta .spectrum-Button--sizeS-tablet .spectrum-Icon+.spectrum-Button-label{margin-left:0}.dexter-Cta .spectrum-Button--sizeM-tablet{font-size:17px;line-height:21px}.dexter-Cta .spectrum-Button--sizeM-tablet.spectrum-Button{border-radius:20px;min-height:40px;padding:0 18px}.dexter-Cta .spectrum-Button--sizeM-tablet.spectrum-Button .spectrum-Button-label{padding:6px 0 8px}.dexter-Cta .spectrum-Button--sizeM-tablet .spectrum-Icon+.spectrum-Button-label{margin-left:0}.dexter-Cta .spectrum-Button--sizeL-tablet{font-size:19px;line-height:24px}.dexter-Cta .spectrum-Button--sizeL-tablet.spectrum-Button{border-radius:25px;min-height:50px;padding:0 23px}.dexter-Cta .spectrum-Button--sizeL-tablet.spectrum-Button .spectrum-Button-label{padding:10px 0}.dexter-Cta .spectrum-Button--sizeL-tablet .spectrum-Icon+.spectrum-Button-label{margin-left:0}.dexter-Cta .spectrum-Button--sizeXL-tablet{font-size:22px;line-height:27px}.dexter-Cta .spectrum-Button--sizeXL-tablet.spectrum-Button{border-radius:30px;min-height:60px;padding:0 28px}.dexter-Cta .spectrum-Button--sizeXL-tablet.spectrum-Button .spectrum-Button-label{padding:13px 0 11px}.dexter-Cta .spectrum-Button--sizeXL-tablet .spectrum-Icon+.spectrum-Button-label{margin-left:0}}@media only screen and (min-width:75rem){.dexter-Cta .spectrum-Button--sizeS-desktop{font-size:15px;line-height:19px}.dexter-Cta .spectrum-Button--sizeS-desktop.spectrum-Button{border-radius:15px;min-height:30px;padding:0 13px}.dexter-Cta .spectrum-Button--sizeS-desktop.spectrum-Button .spectrum-Button-label{padding:1px 0}.dexter-Cta .spectrum-Button--sizeS-desktop .spectrum-Icon+.spectrum-Button-label{margin-left:0}.dexter-Cta .spectrum-Button--sizeM-desktop{font-size:17px;line-height:21px}.dexter-Cta .spectrum-Button--sizeM-desktop.spectrum-Button{border-radius:20px;min-height:40px;padding:0 18px}.dexter-Cta .spectrum-Button--sizeM-desktop.spectrum-Button .spectrum-Button-label{padding:6px 0 8px}.dexter-Cta .spectrum-Button--sizeM-desktop .spectrum-Icon+.spectrum-Button-label{margin-left:0}.dexter-Cta .spectrum-Button--sizeL-desktop{font-size:19px;line-height:24px}.dexter-Cta .spectrum-Button--sizeL-desktop.spectrum-Button{border-radius:25px;min-height:50px;padding:0 23px}.dexter-Cta .spectrum-Button--sizeL-desktop.spectrum-Button .spectrum-Button-label{padding:10px 0}.dexter-Cta .spectrum-Button--sizeL-desktop .spectrum-Icon+.spectrum-Button-label{margin-left:0}.dexter-Cta .spectrum-Button--sizeXL-desktop{font-size:22px;line-height:27px}.dexter-Cta .spectrum-Button--sizeXL-desktop.spectrum-Button{border-radius:30px;min-height:60px;padding:0 28px}.dexter-Cta .spectrum-Button--sizeXL-desktop.spectrum-Button .spectrum-Button-label{padding:13px 0 11px}.dexter-Cta .spectrum-Button--sizeXL-desktop .spectrum-Icon+.spectrum-Button-label{margin-left:0}}.dexter-Cta.dexter-Cta--align-left{text-align:left}.dexter-Cta.dexter-Cta--align-center{text-align:center}.dexter-Cta.dexter-Cta--align-right{text-align:right}.dexter-Cta.hide{display:none}.dexter-Cta>a.is-disabled{cursor:default;pointer-events:none}@media only screen and (max-width:37.4375rem){.dexter-Cta.dexter-Cta--align-justified .spectrum-Button{display:flex}.dexter-Cta.dexter-Cta--align-justified .spectrum-Button .spectrum-Icon+.spectrum-Button-label{width:auto}}.dexter-Image-left{text-align:left}.dexter-Image-center{text-align:center}.dexter-Image-right{text-align:right}.dexter-Image img{vertical-align:top}.card-collection_sort .sortby_label:focus{outline:thin 2px dotted #cdcdcd;outline:5px auto -webkit-focus-ring-color}.card-collection_sort{margin:0 1.75rem;position:relative}.card-collection_sort span{border-right:2px solid;padding:0 20px;text-transform:capitalize}.card-collection_sort .sortby_label,.card-collection_sort span{color:#707070;font-size:.9375rem;line-height:3.25rem}.card-collection_sort .sortby_label{background:none;cursor:pointer;padding:0 20px;position:relative}.card-collection_sort .sortby_label:after{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTMgMWg2djEwSDN6Ii8+PHBhdGggZD0iTTkgNmExIDEgMCAwIDAtLjI5LS43MWwtNC00YTEgMSAwIDEgMC0xLjQ0IDEuMzlMNi41OSA2bC0zLjMgMy4yOWExIDEgMCAxIDAgMS4zOSAxLjQ0bDQtNEExIDEgMCAwIDAgOSA2WiIgZmlsbD0iIzcwNzA3MCIvPjwvc3ZnPg==") no-repeat;background-position:50%;background-size:14px;content:"";display:block;height:14px;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:transform .125s;width:14px}.card-collection_sort .sortby_label.active:after{transform:translateY(-50%) rotate(90deg)}.card-collection_sort .sortby_popup{background:#fff;border:1px solid #95989a;border-radius:.1666667rem;margin-top:-.55556rem;opacity:0;padding:.44444rem;position:absolute;right:-.5rem;transition:opacity .125s;width:8.2222rem;z-index:-1}.card-collection_sort .sortby_popup li,.card-collection_sort .sortby_popup ul{margin:0}.card-collection_sort .sortby_popup li{line-height:1rem;visibility:hidden}.card-collection_sort .sortby_popup.active{opacity:1;z-index:2}.card-collection_sort .sortby_popup.active ul li{visibility:visible}.card-collection_sort .sortby{background:none;cursor:pointer;display:block;font-size:100%;line-height:1rem;margin:0;padding:0;position:relative;text-align:left;width:100%}.card-collection_sort .sortby.active{color:#1373e6}.card-collection_sort .sortby.active:after{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxMiAxMiI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTAgMGgxMnYxMkgweiIvPjxwYXRoIGQ9Ik0xMC41IDMuNWExIDEgMCAwIDAtMS43MS0uNzFsLTQgNC0xLjU4LTEuNWExIDEgMCAxIDAtMS40NCAxLjM5TDQgOWExIDEgMCAwIDAgMS40MSAwbDQuNzUtNC43NWExIDEgMCAwIDAgLjM0LS43NVoiIGZpbGw9IiMxNDczZTYiLz48L3N2Zz4=") 50% /14px no-repeat;content:"";height:18px;position:absolute;right:0;width:14px}.Gnav-submenu-item,.Subnav-submenu-link{line-height:1.286}.Subnav-logo-image>img{height:100%;max-height:100%}div.evidon-consent-button,div.evidon-notice-link{display:none}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.Subnav-submenu-link>span{white-space:normal}}hr{border:0}.coreIcon{display:inline-block}.coreIcon_size-small{height:1rem;width:1rem}.coreIcon_size-medium{height:2em;width:2em}.coreIcon_size-large{height:4em;width:4em}.coreIcon_size-social-media{height:1.111rem;width:1.111rem}.coreIcon_size-locale{height:3.429em;width:3.429em}.coreIcon_facebook{background:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qxe2ZpbGw6IzY4Njg2OH0uc3Qye2ZpbGw6I2ZmZn08L3N0eWxlPjxwYXRoIGQ9Ik0xNi4yIDBjMSAwIDEuOS40IDIuNiAxLjFTMjAgMi43IDIwIDMuOHYxMi41YzAgMS0uNCAxLjktMS4xIDIuNlMxNy4zIDIwIDE2LjIgMjBoLTIuNHYtNy43aDIuNmwuNC0zaC0zdi0yYzAtLjUuMS0uOS4zLTEuMS4yLS4yLjYtLjQgMS4yLS40aDEuNlYzLjFjLS42IDAtMS4zLS4xLTIuMy0uMS0xLjIgMC0yLjEuMy0yLjggMS0uOC44LTEuMSAxLjctMS4xIDN2Mi4ySDguMXYzaDIuNlYyMEgzLjhjLTEgMC0xLjktLjQtMi42LTEuMVMwIDE3LjMgMCAxNi4yVjMuOGMwLTEgLjQtMS45IDEuMS0yLjZTMi43IDAgMy44IDBoMTIuNHoiIHN0eWxlPSJmaWxsOiM5OTkiLz48L3N2Zz4=")}.coreIcon_linkedin{background:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qxe2ZpbGw6IzY4Njg2OH0uc3Qye2ZpbGw6I2ZmZn08L3N0eWxlPjxwYXRoIGQ9Ik0zLjEgMTYuN2gzdi05aC0zdjl6TTYuMyA0LjljMC0uNS0uMi0uOC0uNS0xLjEtLjMtLjMtLjctLjQtMS4yLS40cy0uOS4xLTEuMi40Yy0uMy4zLS41LjctLjUgMS4xIDAgLjQuMi44LjUgMS4xcy43LjQgMS4yLjQuOS0uMSAxLjItLjQuNS0uNi41LTEuMXptNy42IDExLjhoM3YtNS4yYzAtMS4zLS4zLTIuMy0xLTMtLjYtLjctMS41LTEtMi41LTEtMS4yIDAtMi4xLjUtMi43IDEuNVY3LjdoLTN2OWgzdi01LjFjMC0uMyAwLS42LjEtLjcuMS0uMy4zLS42LjYtLjguMy0uMi42LS4zIDEtLjMgMSAwIDEuNS43IDEuNSAydjQuOXpNMjAgMy44djEyLjVjMCAxLS40IDEuOS0xLjEgMi42UzE3LjMgMjAgMTYuMiAyMEgzLjhjLTEgMC0xLjktLjQtMi42LTEuMVMwIDE3LjMgMCAxNi4yVjMuOGMwLTEgLjQtMS45IDEuMS0yLjZTMi43IDAgMy44IDBoMTIuNWMxIDAgMS45LjQgMi42IDEuMVMyMCAyLjcgMjAgMy44eiIgc3R5bGU9ImZpbGw6Izk5OSIvPjwvc3ZnPg==")}.coreIcon_twitter{background:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qxe2ZpbGw6IzY4Njg2OH0uc3Qye2ZpbGw6I2ZmZn08L3N0eWxlPjxwYXRoIGQ9Ik0xNi43IDYuM2MtLjUuMi0xIC40LTEuNi40LjYtLjMgMS0uOSAxLjItMS41LS42LjMtMS4xLjYtMS43LjctLjYtLjYtMS4yLS45LTItLjlzLTEuNC4zLTEuOS44Yy0uNi41LS45IDEuMi0uOSAxLjkgMCAuMyAwIC41LjEuNi0xLjEgMC0yLjItLjMtMy4yLS44cy0xLjgtMS4yLTIuNS0yYy0uMi40LS4zLjktLjMgMS40IDAgMSAuNCAxLjcgMS4yIDIuMy0uNS0uMS0uOS0uMi0xLjMtLjQgMCAuNy4yIDEuMi43IDEuNy40LjUgMSAuOCAxLjYuOS0uMy4xLS41LjEtLjcuMS0uMSAwLS4zIDAtLjUtLjEuMi41LjUgMSAxIDEuNHMxIC41IDEuNi41Yy0xIC44LTIuMSAxLjItMy40IDEuMmgtLjdjMS4zLjggMi43IDEuMiA0LjIgMS4yIDEgMCAxLjktLjIgMi43LS41LjktLjMgMS42LS43IDIuMi0xLjIuNi0uNSAxLjEtMS4xIDEuNi0xLjguNC0uNy44LTEuNCAxLTIuMS4yLS43LjMtMS41LjMtMi4ydi0uNGMuNC0uMi45LS43IDEuMy0xLjJ6TTIwIDMuOHYxMi41YzAgMS0uNCAxLjktMS4xIDIuNlMxNy4zIDIwIDE2LjIgMjBIMy44Yy0xIDAtMS45LS40LTIuNi0xLjFTMCAxNy4zIDAgMTYuMlYzLjhjMC0xIC40LTEuOSAxLjEtMi42UzIuNyAwIDMuOCAwaDEyLjVjMSAwIDEuOS40IDIuNiAxLjFTMjAgMi43IDIwIDMuOHoiIHN0eWxlPSJmaWxsOiM5OTkiLz48L3N2Zz4=")}.coreIcon_hatena{background:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qwe2ZpbGw6Izk5OX08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik03IDkuMmMwIC4xIDAgLjIuMS4yLjUgMCAxIDAgMS40LS4xLjQtLjIuNS0uMy41LS44IDAtLjQtLjItLjctLjYtLjgtLjQtLjEtLjgtLjEtMS4zLS4xLS4xIDAtLjEuMS0uMS4ydjEuNHpNOC43IDExLjFjLS41LS4xLTEtLjEtMS41LS4xLS4yIDAtLjIuMS0uMi4zdjEuNnMwIC4xLjEuMWMuNiAwIDEuMS4xIDEuNy0uMS41LS4xLjYtLjQuNi0uOXMtLjItLjgtLjctLjl6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE2IDBINEMxLjggMCAwIDEuOCAwIDR2MTJjMCAyLjIgMS44IDQgNCA0aDEyYzIuMiAwIDQtMS44IDQtNFY0YzAtMi4yLTEuOC00LTQtNHptLTIuNiA1LjhjMC0uMi4xLS4zLjMtLjNoMS41Yy4yIDAgLjIuMS4yLjJ2NS42YzAgLjIgMCAuMi0uMi4yaC0xLjVjLS4yIDAtLjMtLjEtLjMtLjNWNS44em0tMS42IDYuNmMtLjIgMS4yLS45IDEuOS0yLjIgMi4xLS41LjEtMSAuMS0xLjUuMUg1Yy0uMyAwLS4zLS4xLS4zLS4zVjUuOGMwLS4yLjEtLjMuMy0uMyAxLjMgMCAyLjYgMCA0IC4xLjUgMCAuOS4xIDEuNC4zLjkuNCAxLjIgMS4yIDEuMSAyLjEtLjEuOC0uNSAxLjMtMS4zIDEuNiAwIDAtLjEgMC0uMi4xLjMuMS41LjEuOC4zLjcuNCAxLjEgMS4zIDEgMi40em0yLjYgMi4zYy0uNyAwLTEuMi0uNS0xLjItMS4xIDAtLjYuNS0xLjIgMS4yLTEuMi42IDAgMS4yLjUgMS4yIDEuMiAwIC41LS41IDEuMS0xLjIgMS4xeiIvPjwvc3ZnPg==")}.coreIcon_eight-card{background:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qxe2ZpbGw6IzY4Njg2OH08L3N0eWxlPjxwYXRoIGQ9Ik0xNiAwSDRDMS44IDAgMCAxLjggMCA0djEyYzAgMi4yIDEuOCA0IDQgNGgxMmMyLjIgMCA0LTEuOCA0LTRWNGMwLTIuMi0xLjgtNC00LTR6IiBzdHlsZT0iZmlsbDojOTk5Ii8+PHBhdGggZD0iTTEzLjkgMy45Yy0yLjIgMC00IDEuNS00LjYgMy40LS45LS44LTIuMS0xLjItMy40LTEuMkMzLjIgNi4yIDEgOC40IDEgMTEuMmMuMSAyLjggMi4zIDQuOSA1LjEgNC45IDIuMiAwIDQtMS41IDQuNi0zLjQuOS44IDIuMSAxLjIgMy40IDEuMiAyLjggMCA0LjktMi4zIDQuOS01LjFzLTIuMy00LjktNS4xLTQuOU02IDEzLjZjLTEuNCAwLTIuNi0xLjEtMi42LTIuNXMxLjEtMi42IDIuNS0yLjZTOC41IDkuNiA4LjUgMTFjLjEgMS40LTEgMi42LTIuNSAyLjZtOC0yLjFjLTEuNCAwLTIuNi0xLjEtMi42LTIuNXMxLjEtMi42IDIuNS0yLjYgMi42IDEuMSAyLjYgMi41Yy4xIDEuNC0xIDIuNS0yLjUgMi42IiBzdHlsZT0iZmlsbDojZmZmIi8+PC9zdmc+")}.coreIcon_pocket{background:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qwe2ZpbGw6Izk5OX08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMyA4Yy0uMy0uMi0uNi0uMS0uOS4xLS40LjQtLjkuOC0xLjMgMS4yLS4yLjItLjUuNC0uNy43bC0uMS0uMWMtLjctLjUtMS4zLTEuMS0yLTEuNyAwIDAtLjEtLjEtLjItLjEtLjQtLjMtLjktLjItMS4xLjMtLjEuMyAwIC42LjIuOC44LjggMS43IDEuNiAyLjUgMi40LjMuMy43LjMgMSAuMS4yLS4xLjMtLjMuNC0uNC43LS43IDEuNS0xLjQgMi4yLTIuMS41LS40LjQtLjkgMC0xLjJ6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTE2IDBINEMxLjggMCAwIDEuOCAwIDR2MTJjMCAyLjIgMS44IDQgNCA0aDEyYzIuMiAwIDQtMS44IDQtNFY0YzAtMi4yLTEuOC00LTQtNHptLTIuMiAxMy40Yy0uOS44LTEuOSAxLjMtMy4xIDEuNC0xLjguMi0zLjQtLjMtNC43LTEuNi0uOC0uOC0xLjItMS43LTEuNC0yLjhWNi4xYzAtLjUuNC0xIC45LTFoOC45Yy4yIDAgLjQgMCAuNS4xLjQuMi42LjUuNi45djMuNmMwIDEuNS0uNiAyLjctMS43IDMuN3oiLz48L3N2Zz4=")}.coreIcon_line{background:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qwe2ZpbGw6Izk5OX0uc3Qxe2ZpbGw6IzY4Njg2OH08L3N0eWxlPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xMS45IDcuMWMtLjMgMC0uNC4yLS40LjV2MS42Yy0uNS0uNi0uOS0xLjItMS40LTEuOC0uMS0uMS0uMi0uMy0uNS0uMi0uMiAwLS4zLjMtLjMuNXYyLjVjMCAuMy4xLjUuNC41LjMgMCAuNC0uMy40LS41VjguNmMuNS43IDEgMS4zIDEuNCAxLjkuMS4yLjMuMy41LjIuMi0uMS4zLS4zLjMtLjVWNy41YzAtLjEtLjEtLjQtLjQtLjR6TTguNCA3LjFjLS4zLjEtLjQuMi0uNC41djIuOGMwIC4zLjEuNC40LjQuMyAwIC40LS4yLjQtLjRWNy42YzAtLjMtLjEtLjUtLjQtLjV6TTcuMiAxMGMtLjMgMC0uOC4yLS45LS4xLS4yLS4yIDAtLjYgMC0xVjcuNmMwLS4zLS4xLS41LS40LS41LS4zIDAtLjQuMi0uNC41djIuN2MwIC4zLjEuNS41LjVoMS4zYy4yIDAgLjQtLjEuNC0uNCAwLS4zLS4yLS40LS41LS40eiIvPjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0xNiAwSDRDMS44IDAgMCAxLjggMCA0djEyYzAgMi4yIDEuOCA0IDQgNGgxMmMyLjIgMCA0LTEuOCA0LTRWNGMwLTIuMi0xLjgtNC00LTR6bTEgMTFjLS4xLjEtLjEuMi0uMi4zIDAgLjEtLjEuMS0uMS4yLS4xLjEtLjEuMi0uMi4zLS4xLjEtLjIuMi0uMi4zbC0uMS4xYy0uMi4yLS40LjUtLjYuN2wtLjEuMS0uMS4xLS4xLjFjLS4zLjItLjYuNC0uOC43LS4xLjEtLjMuMi0uNC4zLTEuMi45LTIuNCAxLjctMy43IDIuNC0uMy4xLS41LjQtLjkuMS0uMS0uNS4yLS45LjEtMS40IDAtLjEgMC0uMi0uMS0uMy0uMS0uMy0uNC0uMy0uNy0uNC0yLS4zLTMuNi0xLjEtNC45LTIuNmwtLjEtLjFjMC0uMS0uMS0uMi0uMi0uMyAwLS4xLS4xLS4xLS4xLS4ybC0uMS0uMWMwLS4xIDAtLjItLjEtLjItMS41LTMuMy42LTYgMi45LTcuMiAyLjctMS4zIDUuNC0xLjMgOCAuMSAyLjIgMS4xIDQuMSAzLjcgMi44IDd6Ii8+PHBhdGggY2xhc3M9InN0MCIgZD0iTTEzLjkgOS4zaC43Yy4zIDAgLjQtLjEuNC0uMyAwLS4yLS4yLS40LS40LS40SDE0Yy0uMyAwLS40LS4xLS40LS40IDAtLjMuMi0uMy40LS4zaC42Yy4yIDAgLjQtLjEuNC0uNCAwLS4zLS4yLS40LS40LS40aC0xLjJjLS40IDAtLjUuMi0uNS41djIuN2MwIC4zLjEuNS41LjVoMS4yYy4zIDAgLjUtLjEuNS0uNCAwLS4zLS4yLS40LS41LS40aC0uNWMtLjIgMC0uNCAwLS40LS4zLS4xLS4zIDAtLjQuMi0uNHoiLz48cGF0aCBjbGFzcz0ic3QxIiBkPSJNMTQuMyAxNC4yek0xNC41IDEzLjljLS4xLjEtLjMuMi0uNC4zLTEuMi45LTIuNCAxLjctMy43IDIuNC0uMy4xLS41LjQtLjkuMS0uMS0uNS4yLS45LjEtMS40IDAtLjEgMC0uMi0uMS0uMy0uMS0uMy0uNC0uMy0uNy0uNC0yLS4zLTMuNi0xLjEtNC45LTIuNmwtLjEtLjFjMC0uMS0uMS0uMi0uMi0uMyAwLS4xLS4xLS4xLS4xLS4ybC0uMS0uMWMwLS4xIDAtLjItLjEtLjItLjgtMS44LS42LTMuNCAwLTQuNi0uOCAxLjMtMS4xIDMtLjIgNC45LjEgMCAuMS4xLjEuMmwuMS4xYzAgLjEuMS4xLjEuMi4xLjEuMi4yLjIuM2wuMS4xYzEuMyAxLjUgMyAyLjMgNC45IDIuNi4yIDAgLjUuMS43LjQuMS4xLjEuMi4xLjMuMS41LS4yLjktLjEgMS40LjMuMi42IDAgLjktLjEgMS4zLS43IDIuNS0xLjUgMy43LTIuNC4xLS4xLjMtLjIuNC0uM2wuNi0uNmgtLjJjLS4xLjEtLjEuMi0uMi4zek05LjQgMTUuNHoiLz48L3N2Zz4=")}.coreIcon_xing{background:url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjAiIHk9IjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMjAgMjAiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxzdHlsZT4uc3Qxe2ZpbGw6IzY4Njg2OH0uc3Qye2ZpbGw6I2ZmZn08L3N0eWxlPjxwYXRoIGQ9Ik0xNiAwSDRDMS44IDAgMCAxLjggMCA0djEyYzAgMi4yIDEuOCA0IDQgNGgxMmMyLjIgMCA0LTEuOCA0LTRWNGMwLTIuMi0xLjgtNC00LTR6TTYuNyAxMi42YzAgLjEtLjEuMS0uMS4xSDMuOWMtLjEgMC0uMSAwLS4xLS4xLjMtLjYuNy0xLjEgMS0xLjcuNC0uNy44LTEuNCAxLjItMnYtLjJjLS4zLS40LS41LS44LS44LTEuMy0uMy0uNS0uNi0xLS44LTEuNS0uMS0uMSAwLS4xLjEtLjFoMi42Yy4xIDAgLjEgMCAuMi4xLjUgMSAxLjEgMS45IDEuNiAyLjlWOWMtLjcgMS4xLTEuNCAyLjItMiAzLjMtLjEuMS0uMS4yLS4yLjN6bTkuNS05LjFjLS4zLjYtLjcgMS4yLTEgMS43LS45IDEuNi0xLjggMy4yLTIuNyA0LjctLjMuNS0uNS45LS44IDEuNHYuMmMuOSAxLjcgMS45IDMuMyAyLjggNSAuMS4xIDAgLjItLjEuMmgtMi44Yy0uMSAwLS4yIDAtLjItLjEtLjktMS43LTEuOS0zLjMtMi45LTV2LS4yYzEuMi0yLjEgMi40LTQuMiAzLjYtNi4yLjMtLjUuNi0xLjEuOS0xLjYuMS0uMS4xLS4xLjItLjFoMi45Yy4xLS4yLjItLjEuMSAweiIgc3R5bGU9ImZpbGw6Izk5OSIvPjwvc3ZnPg==")}.coreIcon_copy{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzNyAzNyIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzcgMzciIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Ik0zMSAwSDZDMi43IDAgMCAyLjcgMCA2djI1YzAgMy4zIDIuNyA2IDYgNmgyNWMzLjMgMCA2LTIuNyA2LTZWNmMwLTMuMy0yLjctNi02LTZ6TTE1LjM0IDMwLjU4YTYuMjk2IDYuMjk2IDAgMCAxLTguODMgMGMtMi40OC0yLjQ0LTIuNTItNi40My0uMDgtOC45MWw2LjMxLTYuMzFhNi40MjMgNi40MjMgMCAwIDEgOS4wMS0uMDRjLjQzLjQzLjc5LjkzIDEuMDggMS40N2wtMS41MiAxLjUxYy0uMTEuMTEtLjI0LjItLjM4LjI4YTMuNjggMy42OCAwIDAgMC0zLjMyLTIuNDRjLTEuMS0uMDQtMi4xNy4zNy0yLjk2IDEuMTNsLTYuMzEgNi4zMWEzLjU5MSAzLjU5MSAwIDAgMCAwIDUuMDkgMy41OTEgMy41OTEgMCAwIDAgNS4wOSAwYy4xOS0uMTkgMi44MS0yLjg1IDMuMjYtMy4zIDEuMDQuNDMgMi4xNi42MSAzLjI5LjUzLS45Ni45NS00LjMxIDQuMzQtNC42NCA0LjY4em0xNS4xOS0xNS4yLTUuOTQgNS45NGMtMi41NCAyLjU3LTYuNjMgMi43My05LjM4LjM4LS40My0uNDMtLjc5LS45My0xLjA4LTEuNDdsMS40NC0xLjVhMiAyIDAgMCAxIC4zNy0uMjhjLjI0LjU2LjYxIDEuMDUgMS4wOSAxLjQzLjY0LjYyIDEuNDkuOTcgMi4zNy45NyAxLjEuMDQgMi4xNy0uMzcgMi45Ni0xLjE0bDYuMjYtNi4yNmEzLjU5MSAzLjU5MSAwIDAgMCAwLTUuMDkgMy41OTEgMy41OTEgMCAwIDAtNS4wOSAwYy0uMTkuMTktMi44NyAyLjgzLTMuMzIgMy4yOWE3LjI2NyA3LjI2NyAwIDAgMC0zLjI5LS41M2MuOTYtLjk2IDQuMzYtNC4zMiA0LjctNC42NmE2LjMwMSA2LjMwMSAwIDAgMSA4LjkxIDBsLjAxLjAxYzIuNDYgMi40NyAyLjQ2IDYuNDYtLjAxIDguOTF6IiBzdHlsZT0iZmlsbDojOTk5Ii8+PC9zdmc+")}.coreIcon_globe{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iU19HbG9iZV8yNF9OQDJ4IiBoZWlnaHQ9IjQ4IiBpZD0iU19HbG9iZV8yNF9OXzJ4IiB3aWR0aD0iNDgiPjxkZWZzPjxzdHlsZT4uZmlsbHtmaWxsOiM3MDcwNzB9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImZpbGwiIGQ9Ik05LjUyNyAxOC4zNThjLTEuNC01LjA0OSAyLjIwNy03LjIyMyAxLjg1Mi0xMS41MzdBMjEuNDMgMjEuNDMgMCAwIDAgMi42NjcgMjRjMCAxMi4xNDkgMTAuNTkxIDE5LjM5IDE4LjA3MiAyMC45NzZhOS4yIDkuMiAwIDAgMCAxLjM5My4yMjFjMi42NjgtNi44LTIuMzY0LTE0LjM4NS01LjY4NC0xOS4zMjYtMi43NjUtNC4xMTMtNS4yNzgtMS41NzEtNi45MjEtNy41MTNaIi8+PHBhdGggY2xhc3M9ImZpbGwiIGQ9Ik0xOS45IDUuNnMtLjQ4NS4wMjktLjYxOS4xNjNjLTEuMDE0IDEuMDEgMS43NzYgNi4xIDEuNjU2IDUuMzIyLjY2NC0zLjA1NiA0LjgxNi00LjIzNSA2LjA4OC0uMmE0Ljk4OSA0Ljk4OSAwIDAgMS0xLjExNyAzLjAyYy0xLjg4IDIuNDcyLTIuMjYyIDYuODcyLTMuMiA1Ljc0Ni04Ljc4Ny0zLjYtNy44MiAxLjE2MS00LjkzNiA0LjM0MyA0LjYxOCA1LjA5NCAyLjI3NS41MjIgOC4zMjMgMy4xODkgNC44NjQgMi4xNDUgMTAuNzE4IDIuNjUyIDkuMjg5IDQuMjctNC4zMjIgNC44OTQtMy40MTMgOC4xMzctMTEuMDU3IDEzLjg3Mi42MzctLjAxNyAyLjY2NS0uMjIgMy4wODItLjI4OGEyMS43IDIxLjcgMCAwIDAgMTcuODMzLTE5LjIgMy4yIDMuMiAwIDAgMS0xLjUzOS0uNDY5Yy0yLjE0Ny0uODE3LTMuOTg5IDEuOTY3LTQuMTUyLTUuNTUyYTcuNjg2IDcuNjg2IDAgMCAxIDIuMjIyLTUuMzMzIDQuMTA3IDQuMTA3IDAgMCAxIC45NzItLjQ2NSAyMi4zMDEgMjIuMzAxIDAgMCAwLS44MjYtMS4zNTdjLS4wNS4wMjYtLjA5NC4wNTktLjE0NS4wODMtMS42NjcuNzc4LTEuOSAxLjAwNy0yLjY2NyAwYTIuMSAyLjEgMCAwIDEgLjQ2MS0zLjEgMjEuMzEzIDIxLjMxMyAwIDAgMC0xNS41MzMtNi45NTdjMi43LjAzNyA1LjkyOSAyLjAzOSA0LjI4NCA1LjIzOS4yNDctLjUwOC01LjM2OS0xLjcyLTYuMTMzLTEuNzItMS4wMjkgMCAxLjg1My0zLjUxOSAxLjgxNC0zLjUxOWEyMS40MzkgMjEuNDM5IDAgMCAwLTguODIgMS45QzE2LjYzNyA1LjUyNiAxOS45IDUuNiAxOS45IDUuNloiLz48L3N2Zz4=")}figure.dexter-Image{margin:0}.dexter-Image img{max-width:100%}.dexter-Image-tooltipContainer{display:inline-block}@media only screen and (min-width:37.5rem){.dexter-Cta.dexter-Cta--tablet-align-left{text-align:left}.dexter-Cta.dexter-Cta--tablet-align-center{text-align:center}.dexter-Cta.dexter-Cta--tablet-align-right{text-align:right}.dexter-Image-tablet-left{text-align:left}.dexter-Image-tablet-center{text-align:center}.dexter-Image-tablet-right{text-align:right}}@media only screen and (min-width:75rem){.dexter-Cta.dexter-Cta--desktop-align-left{text-align:left}.dexter-Cta.dexter-Cta--desktop-align-center{text-align:center}.dexter-Cta.dexter-Cta--desktop-align-right{text-align:right}.dexter-Image-desktop-left{text-align:left}.dexter-Image-desktop-center{text-align:center}.dexter-Image-desktop-right{text-align:right}}.dxf-loader{align-items:center;display:flex;height:100%;justify-content:center;width:100%}body.u-noScroll{height:100vh;overflow-y:hidden}.dexter-Modal_overlay{display:flex;opacity:0;position:fixed;transition:opacity 125ms ease-in-out,background-color 125ms ease-in-out,backdrop-filter 125ms ease-in-out,-webkit-backdrop-filter 125ms ease-in-out,transform 125ms ease-in-out;visibility:hidden}.dexter-Modal_overlay.is-Open{align-items:center;background:none;bottom:0;justify-content:center;left:0;opacity:1;right:0;top:0;visibility:visible}.dexter-Modal_overlay.closePlacement-outsideTopRight{padding:5.125rem 2.625rem 2.625rem}.dexter-Modal_overlay.closePlacement-outsideTopRight .dexter-CloseButton{right:-2.0625rem;top:-2.0625rem}.dexter-Modal_overlay[data-conf-display*=onPageLoad]{pointer-events:none;z-index:110}.dexter-Modal_overlay[data-conf-display*=onHashChange]{background-color:rgba(0,0,0,.9);pointer-events:all;z-index:200}.dexter-Modal_overlay.mobile-place-top{align-items:flex-start}.dexter-Modal_overlay.mobile-place-middle{align-items:center}.dexter-Modal_overlay.mobile-place-bottom{align-items:flex-end}@media only screen and (min-width:37.5rem){.dexter-Modal_overlay.tablet-place-top{align-items:flex-start}.dexter-Modal_overlay.tablet-place-middle{align-items:center}.dexter-Modal_overlay.tablet-place-bottom{align-items:flex-end}.dexter-Modal_overlay.tablet-place-left{justify-content:flex-start}.dexter-Modal_overlay.tablet-place-center{justify-content:center}.dexter-Modal_overlay.tablet-place-right{justify-content:flex-end}}@media only screen and (min-width:75rem){.dexter-Modal_overlay.closePlacement-outsideTopRight{padding-top:7.625rem}.dexter-Modal_overlay.desktop-place-top{align-items:flex-start}.dexter-Modal_overlay.desktop-place-middle{align-items:center}.dexter-Modal_overlay.desktop-place-bottom{align-items:flex-end}.dexter-Modal_overlay.desktop-place-left{justify-content:flex-start}.dexter-Modal_overlay.desktop-place-center{justify-content:center}.dexter-Modal_overlay.desktop-place-right{justify-content:flex-end}}.dexter-Modal{display:none;opacity:0;pointer-events:all;visibility:hidden;width:100%}.dexter-Modal:focus{outline:none}.dexter-Modal.is-Open{background:#fff;display:block;opacity:1;position:relative;visibility:visible}.dexter-Modal.mobile-height-100{height:100%}.dexter-Modal.mobile-height-auto{height:auto}.dexter-Modal.mobile-height-auto>.aem-Grid{max-height:calc(100vh - 150px);overflow-x:hidden;overflow-y:auto}.dexter-Modal.drop-shadow{box-shadow:0 .5em 1em -.125em hsla(0,0%,4%,.1),0 0 0 1px hsla(0,0%,4%,.02)}.dexter-Modal .dexter-CloseButton{border:3px solid transparent;border-radius:50%;height:24px;position:absolute;right:5px;top:5px;width:24px;z-index:1}.dexter-Modal .dexter-CloseButton:focus{border:3px solid #1473e6;outline:none}.dexter-Modal .dexter-CloseButton .dexter-CloseButton_icon:after{content:"";height:44px;left:-13px;position:absolute;top:-13px;width:44px}.dexter-Modal .dexter-CloseButton .dexter-CloseButton_icon.spectrum-close-circle-light:after{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCI+PHBhdGggZD0iTTI5IDE1YTEwIDEwIDAgMSAwIDAgMTQuMTJBMTAgMTAgMCAwIDAgMjkgMTVabS0zLjExIDExLjc0YS41LjUgMCAwIDEtLjcxIDBMMjIgMjMuNTZsLTMuMTggMy4xOGEuNS41IDAgMCAxLS43MSAwbC0uODUtLjg1YS41LjUgMCAwIDEgMC0uNzFMMjAuNDQgMjJsLTMuMTgtMy4xOGEuNS41IDAgMCAxIDAtLjcxbC44NS0uODVhLjUuNSAwIDAgMSAuNzEgMEwyMiAyMC40NGwzLjE4LTMuMThhLjUuNSAwIDAgMSAuNzEgMGwuODUuODVhLjUuNSAwIDAgMSAwIC43MUwyMy41NSAyMmwzLjE4IDMuMThhLjUuNSAwIDAgMSAwIC43MVoiIGZpbGw9IiNmZmYiLz48L3N2Zz4=")}.dexter-Modal .dexter-CloseButton .dexter-CloseButton_icon.spectrum-close-circle-dark:after{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCI+PHBhdGggZD0iTTI5IDE1YTEwIDEwIDAgMSAwIDAgMTQuMTJBMTAgMTAgMCAwIDAgMjkgMTVabS0zLjExIDExLjc0YS41LjUgMCAwIDEtLjcxIDBMMjIgMjMuNTZsLTMuMTggMy4xOGEuNS41IDAgMCAxLS43MSAwbC0uODUtLjg1YS41LjUgMCAwIDEgMC0uNzFMMjAuNDQgMjJsLTMuMTgtMy4xOGEuNS41IDAgMCAxIDAtLjcxbC44NS0uODVhLjUuNSAwIDAgMSAuNzEgMEwyMiAyMC40NGwzLjE4LTMuMThhLjUuNSAwIDAgMSAuNzEgMGwuODUuODVhLjUuNSAwIDAgMSAwIC43MUwyMy41NSAyMmwzLjE4IDMuMThhLjUuNSAwIDAgMSAwIC43MVoiIGZpbGw9IiM3MDcwNzAiLz48L3N2Zz4=")}.dexter-Modal .aem-Grid{height:100%;overflow:auto}.dexter-Modal .aem-Grid.focus-ring,.dexter-Modal .aem-Grid:focus{outline:none}@media only screen and (min-width:37.5rem){.dexter-Modal.tablet-width-100{width:100%}.dexter-Modal.tablet-width-240{width:15rem}.dexter-Modal.tablet-width-360{width:22.5rem}.dexter-Modal.tablet-width-480{width:30rem}.dexter-Modal.tablet-width-640{width:40rem}.dexter-Modal.tablet-height-100{height:100%;top:0}.dexter-Modal.tablet-height-240{height:15rem}.dexter-Modal.tablet-height-360{height:22.5rem}.dexter-Modal.tablet-height-480{height:30rem}.dexter-Modal.tablet-height-640{height:40rem}.dexter-Modal.tablet-height-auto{height:auto}.dexter-Modal.tablet-height-auto>.aem-Grid{max-height:calc(100vh - 60px);overflow-x:hidden;overflow-y:auto}}@media only screen and (max-device-width:56.1875rem) and (orientation:landscape){.dexter-Modal.tablet-height-auto#languageNavigation{height:100%}}@media only screen and (min-width:75rem){.dexter-Modal.desktop-width-100{width:100%}.dexter-Modal.desktop-width-240{width:15rem}.dexter-Modal.desktop-width-360{width:22.5rem}.dexter-Modal.desktop-width-480{width:30rem}.dexter-Modal.desktop-width-640{width:40rem}.dexter-Modal.desktop-width-1024{width:64rem}.dexter-Modal.desktop-height-100{height:100%;top:0}.dexter-Modal.desktop-height-240{height:15rem}.dexter-Modal.desktop-height-360{height:22.5rem}.dexter-Modal.desktop-height-480{height:30rem}.dexter-Modal.desktop-height-640{height:40rem}.dexter-Modal.desktop-height-1024{height:64rem}.dexter-Modal.desktop-height-auto,.dexter-Modal.mobile-height-auto,.dexter-Modal.tablet-height-auto{height:auto}.dexter-Modal.desktop-height-auto>.aem-Grid,.dexter-Modal.mobile-height-auto>.aem-Grid,.dexter-Modal.tablet-height-auto>.aem-Grid{max-height:100vh;overflow-x:hidden;overflow-y:auto}}.locale-modal{color:#2a2a2a;padding:3em 2em 1.88em;text-align:center}.locale-modal_content{padding-top:1.875rem}.locale-modal_button{display:block;font-weight:500;padding:.75em}.mt-banner{background-color:#e4f1f9;color:#000;padding:.625rem 0;text-align:center}.mt-banner .bigger{font-size:1.25rem}.mt-banner .feedback-box .thank-you{display:none}.mt-banner .feedback-box.feedback-done>.thank-you{display:block}.mt-banner .feedback-box.feedback-done>.form{display:none}section.dexter-Section{overflow:hidden;position:relative}.pagination{display:inline-block;font-size:1rem;margin:1.5rem 0;width:100%}.pagination span{color:#707070;font-weight:lighter;margin-left:1.5%;margin-right:.625rem}.pagination span+button>i{margin-right:.3125rem}.pagination .pagination_next{margin-right:.75rem;text-align:left}.pagination .pagination_prev{margin-left:.9375rem;text-align:right}.pagination .pagination_prev>i:after{left:-.625rem}.pagination i[class^=spectrumIcon_]:after{background-repeat:no-repeat;background-size:1.125rem 1.125rem;bottom:50%;content:"";height:1.125rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.125rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.pagination i[class^=spectrumIcon_]:after{display:block;left:-.875rem;margin-left:1px;top:-1px;transform:translate(0)}}.pagination button{background-color:transparent;color:#1473e6;cursor:pointer;font-family:inherit;font-size:inherit;font-weight:lighter;line-height:1.4em;margin:0;padding:0;vertical-align:baseline}.pagination button:active,.pagination button:focus,.pagination button:hover{background:none;color:#409ef8;text-decoration:underline}@-moz-document url-prefix(){.pagination button.pagination_last{padding-right:.625rem;width:1em}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.pagination button.pagination_last{width:1em}}.pagination button>i{font-size:.75em;line-height:inherit;margin-left:.625rem;position:relative}.pagination button>i[class^=spectrumIcon_]:after{background-repeat:no-repeat;background-size:1.125rem 1.125rem;bottom:50%;content:"";height:1.125rem;position:absolute;top:50%;transform:translate(-50%,-50%);width:1.125rem}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.pagination button>i[class^=spectrumIcon_]:after{display:block;left:-.875rem;margin-left:1px;top:-1px;transform:translate(0)}}.pagination ul{display:inline;margin:0 .5625rem 0 .3125rem}.pagination ul li{border:none;border-radius:0;border-right:.0625rem solid #ccc;display:inline-block;flex-basis:auto;font-weight:700;line-height:1.4em;margin:0;min-width:0;padding:0 .625rem}.pagination ul li.active button{color:#000;font-weight:700}.pagination ul li:last-child{border-right:none}.pagination ul~ul.pagination_mobile{display:none}@media only screen and (max-width:37.4375rem){.pagination ul~ul.pagination_mobile{display:inline-block}}@media only screen and (max-width:340px){.pagination{margin-left:1em}.pagination>span:after{content:"\A\A";white-space:pre}}.pagination .spectrumIcon_chevronDoubleLeft:after{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iU19DaGV2cm9uRG91YmxlTGVmdF8yNF9OQDJ4IiBoZWlnaHQ9IjQ4IiBpZD0iU19DaGV2cm9uRG91YmxlTGVmdF8yNF9OXzJ4IiB3aWR0aD0iNDgiPjxkZWZzPjxzdHlsZT4uZmlsbHtmaWxsOiMxNDczZTZ9PC9zdHlsZT48L2RlZnM+PHBhdGggY2xhc3M9ImZpbGwiIGQ9Ik04LjMgMjIuNTg1IDE4Ljk0OSAxMS45NGEyIDIgMCAwIDEgMi44MjggMGwuMjgyLjI4MmEyLjAwNiAyLjAwNiAwIDAgMSAwIDIuODI4TDEzLjExMiAyNGw4Ljk0OCA4Ljk0OWEyLjAwNiAyLjAwNiAwIDAgMSAwIDIuODI4bC0uMjgyLjI4MmEyIDIgMCAwIDEtMi44MjggMEw4LjMgMjUuNDE0YTIgMiAwIDAgMSAwLTIuODI5Wk0yNC4zIDIyLjU4NSAzNC45NDkgMTEuOTRhMiAyIDAgMCAxIDIuODI4IDBsLjI4Mi4yODJhMi4wMDYgMi4wMDYgMCAwIDEgMCAyLjgyOEwyOS4xMTIgMjRsOC45NDggOC45NDlhMi4wMDYgMi4wMDYgMCAwIDEgMCAyLjgyOGwtLjI4Mi4yODJhMiAyIDAgMCAxLTIuODI4IDBMMjQuMyAyNS40MTRhMiAyIDAgMCAxIDAtMi44MjlaIi8+PC9zdmc+")}.pagination .spectrumIcon_chevronDoubleRight:after{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iU19DaGV2cm9uRG91YmxlUmlnaHRfMjRfTkAyeCIgaGVpZ2h0PSI0OCIgaWQ9IlNfQ2hldnJvbkRvdWJsZVJpZ2h0XzI0X05fMngiIHdpZHRoPSI0OCI+PGRlZnM+PHN0eWxlPi5maWxse2ZpbGw6IzE0NzNlNn08L3N0eWxlPjwvZGVmcz48cGF0aCBjbGFzcz0iZmlsbCIgZD0iTTM5LjcgMjUuNDE0IDI5LjA1IDM2LjA1OWEyIDIgMCAwIDEtMi44MjggMGwtLjI4Mi0uMjgyYTIuMDA2IDIuMDA2IDAgMCAxIDAtMi44MjhMMzQuODg4IDI0bC04Ljk0OC04Ljk0OWEyLjAwNiAyLjAwNiAwIDAgMSAwLTIuODI4bC4yODItLjI4MmEyIDIgMCAwIDEgMi44MjggMEwzOS43IDIyLjU4NWEyIDIgMCAwIDEgMCAyLjgyOVpNMjMuNyAyNS40MTQgMTMuMDUgMzYuMDU5YTIgMiAwIDAgMS0yLjgyOCAwbC0uMjgyLS4yODJhMi4wMDYgMi4wMDYgMCAwIDEgMC0yLjgyOEwxOC44ODggMjRsLTguOTQ5LTguOTQ5YTIuMDA2IDIuMDA2IDAgMCAxIDAtMi44MjhsLjI4Mi0uMjgyYTIgMiAwIDAgMSAyLjgyOCAwTDIzLjcgMjIuNTg1YTIgMiAwIDAgMSAwIDIuODI5WiIvPjwvc3ZnPg==")}.pagination .spectrumIcon_chevronLeft:after{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iU19DaGV2cm9uTGVmdF8yNF9OQDJ4IiBoZWlnaHQ9IjQ4IiB3aWR0aD0iNDgiPjxwYXRoIGQ9Ik0xNi4zIDIyLjU4NSAyNi45NDkgMTEuOTRhMiAyIDAgMCAxIDIuODI4IDBsLjI4Mi4yODJhMi4wMDYgMi4wMDYgMCAwIDEgMCAyLjgyOEwyMS4xMTIgMjRsOC45NDggOC45NDlhMi4wMDYgMi4wMDYgMCAwIDEgMCAyLjgyOGwtLjI4Mi4yODJhMiAyIDAgMCAxLTIuODI4IDBMMTYuMyAyNS40MTRhMiAyIDAgMCAxIDAtMi44MjlaIiBzdHlsZT0iZmlsbDojMTQ3M2U2Ii8+PC9zdmc+")}.pagination .spectrumIcon_chevronRight:after{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGRhdGEtbmFtZT0iU19DaGV2cm9uUmlnaHRfMjRfTkAyeCIgaGVpZ2h0PSI0OCIgd2lkdGg9IjQ4Ij48cGF0aCBkPSJNMzEuNyAyNS40MTQgMjEuMDUgMzYuMDU5YTIgMiAwIDAgMS0yLjgyOCAwbC0uMjgyLS4yODJhMi4wMDYgMi4wMDYgMCAwIDEgMC0yLjgyOEwyNi44ODggMjRsLTguOTQ4LTguOTQ5YTIuMDA2IDIuMDA2IDAgMCAxIDAtMi44MjhsLjI4Mi0uMjgyYTIgMiAwIDAgMSAyLjgyOCAwTDMxLjcgMjIuNTg1YTIgMiAwIDAgMSAwIDIuODI5WiIgc3R5bGU9ImZpbGw6IzE0NzNlNiIvPjwvc3ZnPg==")}.dexter-Position.mobile-place-static{position:static}.dexter-Position.mobile-place-absolute,.dexter-Position.mobile-place-fixed{position:absolute}.dexter-Position.mobile-place-absolute.mobile-place-right,.dexter-Position.mobile-place-fixed.mobile-place-right{left:auto;right:0}.dexter-Position.mobile-place-absolute.mobile-place-left,.dexter-Position.mobile-place-fixed.mobile-place-left{left:0;right:auto}.dexter-Position.mobile-place-absolute.mobile-place-center,.dexter-Position.mobile-place-fixed.mobile-place-center{left:0;margin-left:auto;margin-right:auto;right:0}.dexter-Position.mobile-place-absolute.mobile-place-center img,.dexter-Position.mobile-place-fixed.mobile-place-center img{margin-left:auto;margin-right:auto}.dexter-Position.mobile-place-absolute.mobile-place-middle,.dexter-Position.mobile-place-fixed.mobile-place-middle{top:50%;transform:translateY(-50%)}.dexter-Position.mobile-place-absolute.mobile-place-bottom,.dexter-Position.mobile-place-fixed.mobile-place-bottom{bottom:0;top:auto}.dexter-Position.mobile-place-absolute.mobile-place-top,.dexter-Position.mobile-place-fixed.mobile-place-top{bottom:auto;top:0}.dexter-Position.mobile-place-fixed{position:fixed}.dexter-Position.mobile-place-relative{position:relative}.dexter-Position.has-Toggle:not(.is-Selected){height:0;overflow:hidden;padding:0;visibility:hidden}.dexter-Position.has-Toggle:not(.is-Selected).is-Editor-true{height:auto}.dexter-Position.is-Selected{height:auto}.dexter-Position .dexter-Background-no-crop{bottom:auto;left:0;max-width:100%;overflow:hidden;position:absolute;right:auto;top:0;width:100%}.dexter-Position .dexter-Background-no-crop>img{width:100%}.dexter-Position .dexter-Background-no-crop+div{position:relative}.dexter-Position .dexter-Background-no-crop-fixed{bottom:auto;left:0;max-width:100%;overflow:hidden;position:fixed;right:auto;top:0;width:100%;z-index:-1}.dexter-Position .dexter-Background-no-crop-fixed>img{width:100%}.dexter-Position .dexter-Background-no-crop-fixed+div{position:relative}@media (min-width:37.5rem){.dexter-Position.tablet-place-static{position:static}.dexter-Position.tablet-place-absolute,.dexter-Position.tablet-place-fixed{position:absolute}.dexter-Position.tablet-place-absolute.tablet-place-right,.dexter-Position.tablet-place-fixed.tablet-place-right{left:auto;right:0}.dexter-Position.tablet-place-absolute.tablet-place-left,.dexter-Position.tablet-place-fixed.tablet-place-left{left:0;right:auto}.dexter-Position.tablet-place-absolute.tablet-place-center,.dexter-Position.tablet-place-fixed.tablet-place-center{left:0;margin-left:auto;margin-right:auto;right:0}.dexter-Position.tablet-place-absolute.tablet-place-center img,.dexter-Position.tablet-place-fixed.tablet-place-center img{margin-left:auto;margin-right:auto}.dexter-Position.tablet-place-absolute.tablet-place-bottom,.dexter-Position.tablet-place-fixed.tablet-place-bottom{bottom:0;top:auto}.dexter-Position.tablet-place-absolute.tablet-place-top,.dexter-Position.tablet-place-fixed.tablet-place-top{bottom:auto;top:0}.dexter-Position.tablet-place-absolute.tablet-place-middle,.dexter-Position.tablet-place-fixed.tablet-place-middle{top:50%;transform:translateY(-50%)}.dexter-Position.tablet-place-fixed{position:fixed}.dexter-Position.tablet-place-relative{position:relative}}@media (min-width:75rem){.dexter-Position.desktop-place-static{position:static}.dexter-Position.desktop-place-absolute,.dexter-Position.desktop-place-fixed{position:absolute}.dexter-Position.desktop-place-absolute.desktop-place-right,.dexter-Position.desktop-place-fixed.desktop-place-right{left:auto;right:0}.dexter-Position.desktop-place-absolute.desktop-place-left,.dexter-Position.desktop-place-fixed.desktop-place-left{left:0;right:auto}.dexter-Position.desktop-place-absolute.desktop-place-center,.dexter-Position.desktop-place-fixed.desktop-place-center{left:0;margin-left:auto;margin-right:auto;right:0}.dexter-Position.desktop-place-absolute.desktop-place-center img,.dexter-Position.desktop-place-fixed.desktop-place-center img{margin-left:auto;margin-right:auto}.dexter-Position.desktop-place-absolute.desktop-place-bottom,.dexter-Position.desktop-place-fixed.desktop-place-bottom{bottom:0;top:auto}.dexter-Position.desktop-place-absolute.desktop-place-top,.dexter-Position.desktop-place-fixed.desktop-place-top{bottom:auto;top:0}.dexter-Position.desktop-place-absolute.desktop-place-middle,.dexter-Position.desktop-place-fixed.desktop-place-middle{top:50%;transform:translateY(-50%)}.dexter-Position.desktop-place-fixed{position:fixed}.dexter-Position.desktop-place-relative{position:relative}}.dexter-Position.has-video .aem-Grid{position:relative}.dexter-Position .position-Contents.crop-content{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.dexter-Position .position-Contents.crop-content.show-controls{pointer-events:none}.aem-AuthorLayer-Preview .dexter-Position.has-Toggle:not(.is-Selected){height:0;overflow:hidden;padding:0;visibility:hidden}.aem-AuthorLayer-Preview .dexter-Position.is-Selected{height:auto}div[role=radiogroup].justifyleft>label{margin-right:0}div[role=radiogroup].justifyleft label:first-child:last-child{width:100%}div[role=radiogroup].justifyleft label:first-child:nth-last-child(2),div[role=radiogroup].justifyleft label:first-child:nth-last-child(2)~label{width:50%}div[role=radiogroup].justifyleft label:first-child:nth-last-child(3),div[role=radiogroup].justifyleft label:first-child:nth-last-child(3)~label{width:33.3333%}div[role=radiogroup].justifyleft label:first-child:nth-last-child(4),div[role=radiogroup].justifyleft label:first-child:nth-last-child(4)~label{width:25%}div[role=radiogroup].justifyleft label:first-child:nth-last-child(5),div[role=radiogroup].justifyleft label:first-child:nth-last-child(5)~label{width:20%}div[role=radiogroup].justifyleft label:first-child:nth-last-child(6),div[role=radiogroup].justifyleft label:first-child:nth-last-child(6)~label{width:16.6666%}.container-cta{cursor:pointer}.container-cta>.dexter-Cta>.spectrum-Button{display:none}.container-cta.focus-ring,.container-cta:focus{outline:1px auto #1473e6}.dexter-SocialMediaShare ul{list-style-type:none;margin:0;padding:0}.dexter-SocialMediaShare li{display:inline-block;margin-left:20px}.dexter-SocialMediaShare li:first-child{margin-left:0}.dexter-Table th{font-weight:inherit;text-align:inherit}.dexter-Table .sr-only{clip:rect(1px,1px,1px,1px);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;white-space:nowrap;width:1px}.dexter-Table-Container{max-width:100%;overflow:auto}.cmp-text table tr:first-child td{border-top:1px solid #e1e1e1}.cmp-text table td,.cmp-text table th{border:0;border-bottom:1px;border-color:#e1e1e1;border-style:solid}.cmp-text table td{background-color:#fff}.cmp-text table td:first-child{border-left:1px solid #e1e1e1}.cmp-text table td:last-child{border-right:1px solid #e1e1e1}.dexter-TextTable--nodividers table tbody tr:first-child td{border-top:none}.dexter-TextTable-evenRows--highlight .dexter-TextTable--nodividers table tbody tr:first-child td,.dexter-TextTable-oddRows--highlight .dexter-TextTable--nodividers table tbody tr:first-child td{border-color:transparent}.dexter-TextTable--nodividers table td,.dexter-TextTable--nodividers table th{border-bottom:0;border-color:transparent}.dexter-TextTable--nodividers table td:first-child{border-left:none}.dexter-TextTable--nodividers table td:last-child{border-right:none}.dexter-TextTable--dividers table td{border-bottom:1px;border-left:1px;border-right:0;border-top:0;border-color:#e1e1e1;border-style:solid}.dexter-TextTable--dividers table td:last-child{border-right:1px solid #e1e1e1}.dexter-TextTable-evenRows--highlight.dexter-TextTable--dividers table td,.dexter-TextTable-oddRows--highlight.dexter-TextTable--dividers table td{border-color:#d2d2d2}.dexter-TextTable--quiet table{border:none;border-collapse:collapse}.dexter-TextTable--quiet table td,.dexter-TextTable--quiet table th{background-color:transparent}.dexter-TextTable--quiet table td:first-child,.dexter-TextTable--quiet table th:first-child{border-left:none}.dexter-TextTable--quiet table td:last-child,.dexter-TextTable--quiet table th:last-child{border-right:none}.dexter-TextTable--responsive{max-width:100%;overflow-x:auto}.dexter-TextTable--responsive table{border:1px solid transparent}.dexter-TextTable-oddRows--highlight table tr:nth-child(odd) td{background-color:#f2f2f2}.dexter-TextTable--quiet.dexter-TextTable-oddRows--highlight table tr:nth-child(odd) td{background-color:#e9e9e9}.dexter-TextTable-evenRows--highlight table tr:nth-child(2n) td{background-color:#f2f2f2}.dexter-TextTable--quiet.dexter-TextTable-evenRows--highlight table tr:nth-child(2n) td{background-color:#e9e9e9}.dexter-TextTable-evenRows--highlight table,.dexter-TextTable-oddRows--highlight table{border-color:#d2d2d2}.dexter-TextTable-evenRows--highlight table tr:first-child td,.dexter-TextTable-oddRows--highlight table tr:first-child td{border-color:#d2d2d2}@media (max-width:74.9375rem){.dexter-Table-Container.header-sticky{max-height:100vh;position:relative}@supports (position:sticky){.dexter-Table-Container.header-sticky th[data-header-type*=column]{position:sticky;top:0;z-index:1}.dexter-Table-Container.header-sticky th[data-header-type*=row]{left:0;position:sticky;z-index:2}.dexter-Table-Container.header-sticky th[data-header-type*="column row"]{z-index:3}.dexter-Table-Container.header-sticky th[data-header-type*=column]:before,.dexter-Table-Container.header-sticky th[data-header-type*=row]:before{box-sizing:content-box;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}}}@media (min-width:75rem){.dexter-Table-Container.header-sticky--desktop{position:relative}@supports (position:sticky){.dexter-Table-Container.header-sticky--desktop th[data-header-type*=column]{position:sticky;top:0;z-index:1}.dexter-Table-Container.header-sticky--desktop th[data-header-type*=row]{left:0;position:sticky;z-index:2}.dexter-Table-Container.header-sticky--desktop th[data-header-type*="column row"]{z-index:3}.dexter-Table-Container.header-sticky--desktop th[data-header-type*=column]:before,.dexter-Table-Container.header-sticky--desktop th[data-header-type*=row]:before{box-sizing:content-box;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%}}}.videoContainer{height:0;padding-bottom:56.25%;position:relative}.videoContainer iframe{height:100%;left:0;position:absolute;top:0;width:100%}.dexter-Carousel{overflow:hidden;position:relative;width:100%}.dexter-Carousel .dexter-Carousel-content{margin-bottom:1rem;position:relative}.dexter-Carousel .dexter-Carousel-content .dexter-Carousel-item{box-sizing:border-box;display:flex;justify-content:center}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.dexter-Carousel .dexter-Carousel-content .dexter-Carousel-item{display:flex;flex-direction:column;max-width:100%;width:auto}.dexter-Carousel .dexter-Carousel-content .dexter-Carousel-item>div{min-height:1px}.dexter-Carousel .dexter-Carousel-content .dexter-Carousel-item>div .dexter-FlexContainer-Items>*{flex-basis:auto;flex-grow:1;flex-shrink:1;width:1%}}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--fullwidth .dexter-Carousel-item,.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--fullwidth .dexter-Carousel-item .carousel-item-content{width:100%}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--fade .dexter-Carousel-item,.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--none .dexter-Carousel-item,.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide .dexter-Carousel-item{left:50%;margin:auto;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:100%;z-index:1}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--fade .dexter-Carousel-item:after,.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--none .dexter-Carousel-item:after,.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide .dexter-Carousel-item:after{bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:2}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--fade .dexter-Carousel-item.is-active,.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--none .dexter-Carousel-item.is-active,.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide .dexter-Carousel-item.is-active{opacity:1;z-index:2}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--fade .dexter-Carousel-item.is-active:after,.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--none .dexter-Carousel-item.is-active:after,.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide .dexter-Carousel-item.is-active:after{content:none}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--fade .dexter-Carousel-item{transition:opacity .6s}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide{transform-style:preserve-3d}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide .dexter-Carousel-item{transition:transform .6s,opacity .6s}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide .dexter-Carousel-item--next,.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide .dexter-Carousel-item--previous{z-index:2}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide .dexter-Carousel-item--previous{transform:translate(-200%,-50%)}[dir=rtl] .dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide .dexter-Carousel-item--previous{transform:translate(200%,-50%)}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide .dexter-Carousel-item--next{transform:translate(200%,-50%)}[dir=rtl] .dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--slide .dexter-Carousel-item--next{transform:translate(-200%,-50%)}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--increment{display:flex;flex-wrap:nowrap;justify-content:flex-start;overflow:hidden}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--increment .dexter-Carousel-item{display:flex;justify-content:center;margin:0;opacity:1;position:relative;transition:transform 1s ease-in 1s;visibility:visible;z-index:1}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--increment .dexter-Carousel-item .carousel-item-content{width:100%}.dexter-Carousel button{border:1px solid}.dexter-Carousel button:after{content:attr(aria-label);display:inline}.dexter-Carousel .progress-container{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:5px 0}.dexter-Carousel .progress-container .progress-wrapper{display:flex;flex-direction:row;justify-content:space-between;width:100%}.dexter-Carousel .progress-container .progress-wrapper.progress-wrapper--fullwidth{width:100%}.dexter-Carousel .progress-container .progress-wrapper .progress-refill{border-radius:4px;height:10px;margin:5px;width:100%}.dexter-Carousel .progress-container .progress-wrapper .progress-refill .progress-meter{border-radius:4px;height:100%}.dexter-Carousel.carousel-sliderMod{align-items:center;display:flex;float:none!important;justify-content:center;margin:0 auto!important;max-width:1232px!important;overflow:visible;padding:0 16px}.dexter-Carousel.carousel-sliderMod .dexter-Carousel-wrapper{display:flex;max-width:100%;overflow:hidden}.dexter-Carousel.carousel-sliderMod .dexter-Carousel-content{overflow:visible}.dexter-Carousel.carousel-sliderMod .dexter-Carousel--next,.dexter-Carousel.carousel-sliderMod .dexter-Carousel--previous{position:absolute;top:50%;transform:translateY(-50%);z-index:1}.dexter-Carousel.carousel-sliderMod .dexter-Carousel--next{right:0}.dexter-Carousel.carousel-sliderMod .dexter-Carousel--previous{left:0;transform:translateY(-50%) rotate(180deg)}.dexter-Carousel.carousel-sliderMod .dexter-Carousel-indicators{flex-wrap:nowrap}@media screen and (max-width:37.4375rem){.dexter-Carousel.carousel-sliderMod{flex-wrap:wrap;padding:0}.dexter-Carousel.carousel-sliderMod>*{min-width:100%}.dexter-Carousel.carousel-sliderMod .dexter-Carousel-actions{transform:none}.dexter-Carousel.carousel-sliderMod .dexter-Carousel-controls{display:none}.dexter-Carousel.carousel-sliderMod .dexter-Carousel-indicators{flex-wrap:wrap}}@media screen and (min-width:37.4375rem) and (max-width:956px){.dexter-Carousel.carousel-sliderMod{max-width:632px!important}}@media screen and (min-width:956px) and (max-width:1256px){.dexter-Carousel.carousel-sliderMod{max-width:932px!important}}@media screen and (min-width:37.4375rem){.dexter-Carousel.carousel-sliderMod .dexter-Carousel-actions{display:none}}@media only screen and (min-width:37.5rem){.dexter-Carousel .dexter-Carousel-content:not(.dexter-Carousel-content--increment):not(.dexter-Carousel-content--fullwidth) .dexter-Carousel-item{width:75%}.dexter-Carousel .progress-container .progress-wrapper{width:75%}}@media only screen and (min-width:75rem){.dexter-Carousel .dexter-Carousel-content:not(.dexter-Carousel-content--increment):not(.dexter-Carousel-content--fullwidth) .dexter-Carousel-item{width:50%}.dexter-Carousel .progress-container .progress-wrapper{width:50%}}@media (-ms-high-contrast:active) and (min-width:37.5rem),(-ms-high-contrast:none){.dexter-Carousel .dexter-Carousel-content:not(.dexter-Carousel-content--increment):not(.dexter-Carousel-content--fullwidth) .dexter-Carousel-item{max-width:75%;width:auto}.dexter-Carousel .progress-container .progress-wrapper{width:75%}}@media (-ms-high-contrast:active) and (min-width:75rem),(-ms-high-contrast:none){.dexter-Carousel .dexter-Carousel-content:not(.dexter-Carousel-content--increment):not(.dexter-Carousel-content--fullwidth) .dexter-Carousel-item{max-width:50%;width:auto}.dexter-Carousel .progress-container .progress-wrapper{width:50%}}select.uiControl_selectNav{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii01OCAyOSAzMiAzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtNTggMjkgMzIgMzQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Im0tNTYgNDMgNi0xMiA2IDEyaC0xMnpNLTQ0IDQ5bC02IDEyLTYtMTJoMTJ6IiBmaWxsPSIjNTM1MzUzIi8+PC9zdmc+") no-repeat 100% 56%;background-color:#efefef;background-size:15% 15%;border:1px solid #e1e1e1;border-radius:.4rem;height:2.5rem;margin-right:1rem;min-width:16rem;padding:.75rem 1rem;width:auto}select.uiControl_selectNav::-ms-expand{display:none}select.uiControl_selectNav option{height:1rem}.dexter-team-qty .dexter-Dropdown,.dexter-team-qty .spectrum-Textfield{display:none}.dexter-team-qty .dexter-Dropdown.show,.dexter-team-qty .spectrum-Textfield.show{display:block}.dexter-team-qty .contact-us.hide,.dexter-team-qty .dexter-Dropdown.hide,.dexter-team-qty .quantity-label.hide{display:none}.formwr{font-size:16px}.formwr .faas_title{font-size:1.375rem;line-height:1.8125rem;padding-bottom:1.75rem}.faas_form form{justify-content:flex-start}.faas_form input:not([type=radio]):not([type=checkbox]):not([type=range]),.faas_form select,.faas_form textarea{-webkit-appearance:none}.faas_form button,.faas_form input[type=reset],.faas_form input[type=submit]{-webkit-font-smoothing:antialiased;-webkit-appearance:button;background-color:#2680eb;border:2px solid #2680eb;border-radius:16px;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-family:inherit;font-size:.9375em;font-weight:700;height:32px;line-height:1.75em;margin:0;overflow:visible;padding:0 14px 1px;text-decoration:none;text-transform:none;transition:background 125ms ease-out,border-color 125ms ease-out,color 125ms ease-out,box-shadow 125ms ease-out;vertical-align:top}.faas_form button:focus,.faas_form button:hover,.faas_form button:visited:hover,.faas_form input[type=reset]:focus,.faas_form input[type=reset]:hover,.faas_form input[type=reset]:visited:hover,.faas_form input[type=submit]:focus,.faas_form input[type=submit]:hover,.faas_form input[type=submit]:visited:hover{background-color:#1473e6;border-color:#1473e6;outline:none}.faas_form input[type=reset]{background-color:transparent;border-color:#707070;color:#707070}.faas_form input[type=reset]:focus,.faas_form input[type=reset]:hover,.faas_form input[type=reset]:visited:hover{background-color:#707070;color:#fff}.faas_form input:not([type=submit]):not([type=reset]),.faas_form select,.faas_form textarea{background:#fff;border:0;border-radius:.3rem;box-shadow:inset .067rem .067rem 0 0 #8e8e8e,inset -.06231rem -.06231rem 0 0 #8e8e8e;color:#2c2c2c;font-size:1.125em;line-height:2.1em;outline:none}.faas_form input:not([type=submit]):not([type=reset]):focus,.faas_form select:focus,.faas_form textarea:focus{box-shadow:inset .067rem .067rem 0 0 rgba(0,157,245,.6),inset -.06231rem -.06231rem 0 0 rgba(0,157,245,.6),inset .067rem .067rem 0 0 rgba(0,157,245,.6),inset -.06231rem -.06231rem 0 0 rgba(0,157,245,.6),0 0 .125rem rgba(82,168,236,.6)}.faas_form input:not([type=submit]):not([type=reset]):focus:hover,.faas_form select:focus:hover,.faas_form textarea:focus:hover{box-shadow:inset .067rem .067rem 0 0 rgba(0,157,245,.6),inset -.06231rem -.06231rem 0 0 rgba(0,157,245,.6),inset .067rem .067rem 0 0 rgba(0,157,245,.6),inset -.06231rem -.06231rem 0 0 rgba(0,157,245,.6),0 0 .125rem rgba(82,168,236,.6)}.faas_form input:not([type=submit]):not([type=reset]):hover,.faas_form select:hover,.faas_form textarea:hover{box-shadow:inset .067rem .067rem 0 0 #4b4b4b,inset -.06231rem -.06231rem 0 0 #4b4b4b}@media screen and (max-width:36rem){.faas_form{width:100%!important}}.faas_form select,.faas_form textarea{box-sizing:border-box;margin:0}.faas_form input[type=file]{border:0;box-shadow:none;max-width:29rem;min-width:19rem}.faas_form input[type=file]::-webkit-file-upload-button{background:#fff;border:1px solid #8e8e8e;border-radius:.3rem;box-shadow:none;font-size:.8125em;line-height:1.5em;vertical-align:top;width:9em}.faas_form input[type=file]>input[type=button]::-moz-focus-inner{background:#fff;border:1px solid #8e8e8e;border-radius:.3rem;box-shadow:none;line-height:1.5em;vertical-align:top}.faas_form input[type=file]:focus,.faas_form input[type=file]:hover{border:0;box-shadow:none}.faas_form input[type=file]:focus::-webkit-file-upload-button,.faas_form input[type=file]:hover::-webkit-file-upload-button{font-size:.8125em;width:9em}.faas_form input[type=file]:focus>input[type=button]::-moz-focus-inner,.faas_form input[type=file]:hover>input[type=button]::-moz-focus-inner{font-size:.8125em;width:9em}.faas_form input[type=file]:focus::-webkit-file-upload-button{background:#fff;border:1px solid rgba(0,157,245,.6);border-radius:.3rem;box-shadow:0 0 0 1px rgba(82,168,236,.6)}.faas_form input[type=file]:focus>input[type=button]::-moz-focus-inner{background:#fff;border:1px solid rgba(0,157,245,.6);border-radius:.3rem;box-shadow:0 0 0 1px rgba(82,168,236,.6)}.faas_form input[type=file]:focus:hover::-webkit-file-upload-button{background:#fff;border:1px solid rgba(0,157,245,.6);border-radius:.3rem;box-shadow:0 0 0 1px rgba(82,168,236,.6)}.faas_form input[type=file]:focus:hover>input[type=button]::-moz-focus-inner{background:#fff;border:1px solid rgba(0,157,245,.6);border-radius:.3rem;box-shadow:0 0 0 1px rgba(82,168,236,.6)}.faas_form input[type=file]:hover::-webkit-file-upload-button{background:#fff;border:1px solid #4b4b4b;border-radius:.3rem;box-shadow:none}.faas_form input[type=file]:hover>input[type=button]::-moz-focus-inner{background:#fff;border:1px solid #4b4b4b;border-radius:.3rem;box-shadow:none}.faas_form input[type=range]{border:0;box-shadow:none;max-width:28.5rem}.faas_form input[type=range]:focus{box-shadow:none;outline:5px auto rgba(0,157,245,.6);outline-offset:0}.faas_form input[type=range]:focus::-moz-focus-outer{border:0;outline:none}.faas_form input[type=range]:focus::-moz-range-thumb{border:3px solid rgba(0,157,245,.6);box-shadow:0 0 4px #009df2}.faas_form input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]){min-width:19rem}.faas_form input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=submit]):not([type=reset]){padding:.5rem 1rem}.faas_form input::-webkit-input-placeholder{color:#6e6e6e;font-weight:400;opacity:1;transition:color .2s ease .2s,.1s ease-in-out}.faas_form input:-moz-placeholder,.faas_form input::-moz-placeholder{color:#6e6e6e;font-weight:400;opacity:1;transition:color .2s ease .2s,.1s ease-in-out}.faas_form input:-ms-input-placeholder{color:#6e6e6e;font-weight:400;opacity:1;transition:color .2s ease .2s,.1s ease-in-out}.faas_form input:focus::-webkit-input-placeholder{color:#c1c1c1}.faas_form input:focus:-moz-placeholder{color:#c1c1c1}.faas_form input:focus::-moz-placeholder{color:#c1c1c1}.faas_form input:focus:-ms-input-placeholder{color:#c1c1c1}.faas_form input[type=checkbox],.faas_form input[type=radio]{border:0;box-shadow:none}.faas_form input[type=checkbox]:focus,.faas_form input[type=radio]:focus{outline:5px auto rgba(82,168,236,.6);outline-offset:-2px}.faas_form input[type=checkbox]:hover,.faas_form input[type=radio]:hover{outline:5px auto rgba(82,168,236,.6);outline-offset:-2px}.faas_form label{border:0;box-shadow:none;font-weight:600;margin-right:1em;min-width:11rem;padding:.75rem 1rem .5625rem 0}.faas_form label input[type=checkbox],.faas_form label input[type=radio]{margin:0 .5em 0 0}@media screen and (max-width:22em){.faas_form label{padding-bottom:.25em;padding-left:0}}.faas_form textarea{min-width:19rem;padding:.5rem 1rem}.faas_form select{appearance:none;background:inherit none no-repeat 0 0;border:0;color:#2c2c2c;min-width:19rem;outline:none;padding:0 1em}.faas_form select[multiple]{padding-top:.875em}.faas_form select:not([multiple]){background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii01OCAyOSAzMiAzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtNTggMjkgMzIgMzQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Im0tNTYgNDMgNi0xMiA2IDEyaC0xMnpNLTQ0IDQ5bC02IDEyLTYtMTJoMTJ6IiBmaWxsPSIjNTM1MzUzIi8+PC9zdmc+") no-repeat 128% 54%;background-color:inherit;background-position:100% .93em;background-size:1em 1em;height:2.944em}.faas_form select:not([multiple])::-ms-expand{display:none}.faas_form select:-moz-focusring{color:transparent;text-shadow:0 0 0 #000}.faas_form .row{align-content:flex-end;align-items:baseline;display:flex;flex:1 1 auto;flex-wrap:wrap;padding-bottom:.75em;padding-top:.75em;width:100%}.faas_form .row input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]),.faas_form .row select,.faas_form .row textarea{flex:1 0 19rem}.faas_form .row input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=submit]):not([type=reset]):empty{align-self:center}.faas_form .row label{align-content:flex-end;align-items:baseline;display:flex;flex:1 1 11rem;flex-wrap:wrap}@media screen and (max-width:24rem){.faas_form .row label{flex:1 1 auto}}.faas_form .row div:first-child,.faas_form .row label~div{align-content:flex-end;align-items:baseline;display:flex;flex:1 1 19rem;flex-wrap:wrap}.faas_form .row div:first-child>label,.faas_form .row label~div>label{flex:1 1 9rem}.faas_form .row div:first-child>label input[type=checkbox],.faas_form .row div:first-child>label input[type=radio],.faas_form .row label~div>label input[type=checkbox],.faas_form .row label~div>label input[type=radio]{flex:0 0 auto}.faas_form .row select[multiple]{align-self:flex-end}.faas_form .row>span{display:flex;flex:1 1 100%;flex-wrap:wrap;padding:1ex 0}.faas_form .row.error{color:#d9534f}.faas_form .row.error input,.faas_form .row.error select,.faas_form .row.error textarea{box-shadow:inset .067rem .067rem 0 0 #d9534f,inset -.06231rem -.06231rem 0 0 #d9534f}.faas_form .row.error input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=submit]):not([type=reset]),.faas_form .row.error textarea{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PHBhdGggZD0iTTguNTY0IDEuMjg5LjIgMTYuMjU2QS41LjUgMCAwIDAgLjYzNiAxN2gxNi43MjhhLjUuNSAwIDAgMCAuNS0uNS40OTQuNDk0IDAgMCAwLS4wNjQtLjI0NEw5LjQzNiAxLjI4OWEuNS41IDAgMCAwLS44NzIgMFpNMTAgMTQuNzVhLjI1LjI1IDAgMCAxLS4yNS4yNWgtMS41YS4yNS4yNSAwIDAgMS0uMjUtLjI1di0xLjVhLjI1LjI1IDAgMCAxIC4yNS0uMjVoMS41YS4yNS4yNSAwIDAgMSAuMjUuMjVabTAtM2EuMjUuMjUgMCAwIDEtLjI1LjI1aC0xLjVhLjI1LjI1IDAgMCAxLS4yNS0uMjV2LTZhLjI1LjI1IDAgMCAxIC4yNS0uMjVoMS41YS4yNS4yNSAwIDAgMSAuMjUuMjVaIiBmaWxsPSIjZDczNzNmIi8+PC9zdmc+");background-position:96%;background-repeat:no-repeat;background-size:18px;padding-right:2rem}.faas_form .row.error textarea{background-position:96% 14px}.faas_form .row.error select{background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCI+PHBhdGggZD0iTTguNTY0IDEuMjg5LjIgMTYuMjU2QS41LjUgMCAwIDAgLjYzNiAxN2gxNi43MjhhLjUuNSAwIDAgMCAuNS0uNS40OTQuNDk0IDAgMCAwLS4wNjQtLjI0NEw5LjQzNiAxLjI4OWEuNS41IDAgMCAwLS44NzIgMFpNMTAgMTQuNzVhLjI1LjI1IDAgMCAxLS4yNS4yNWgtMS41YS4yNS4yNSAwIDAgMS0uMjUtLjI1di0xLjVhLjI1LjI1IDAgMCAxIC4yNS0uMjVoMS41YS4yNS4yNSAwIDAgMSAuMjUuMjVabTAtM2EuMjUuMjUgMCAwIDEtLjI1LjI1aC0xLjVhLjI1LjI1IDAgMCAxLS4yNS0uMjV2LTZhLjI1LjI1IDAgMCAxIC4yNS0uMjVoMS41YS4yNS4yNSAwIDAgMSAuMjUuMjVaIiBmaWxsPSIjZDczNzNmIi8+PC9zdmc+"),url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii01OCAyOSAzMiAzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAtNTggMjkgMzIgMzQiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIGQ9Im0tNTYgNDMgNi0xMiA2IDEyaC0xMnpNLTQ0IDQ5bC02IDEyLTYtMTJoMTJ6IiBmaWxsPSIjNTM1MzUzIi8+PC9zdmc+");background-position:94%,100% .93em;background-repeat:no-repeat;background-size:18px,1em 1em;padding-right:2.5rem}.faas_form .row.error label~div{color:#d9534f}.faas_form .row.error label~div input[type=checkbox],.faas_form .row.error label~div input[type=radio]{box-shadow:inset .067rem .067rem 0 0 #d9534f,inset -.06231rem -.06231rem 0 0 #d9534f}.faas_form .row.checkbox{margin-bottom:0;margin-top:0;padding:0}.faas_form .row.checkbox input[type=checkbox]{box-shadow:none;line-height:0;margin:0;outline:none}.faas_form .row.checkbox input[type=checkbox]:focus{box-shadow:inset .067rem .067rem 0 0 rgba(0,157,245,.6),inset -.06231rem -.06231rem 0 0 rgba(0,157,245,.6),inset .067rem .067rem 0 0 rgba(0,157,245,.6),inset -.06231rem -.06231rem 0 0 rgba(0,157,245,.6),0 0 .125rem rgba(82,168,236,.6)}.faas_form .row.checkbox label{font-weight:400;margin-left:.5em;margin-right:0;min-width:8.33em}.faas_form .row.checkbox label a{display:inline;margin-left:.33em;margin-right:.33em}.faas_form .row.checkboxlist{margin:0;padding:0}.faas_form .row.checkboxlist:after,.faas_form .row.checkboxlist:before{background-color:#d3d3d3;content:"";flex:0 0 100%;height:1px;min-width:100%}.faas_form .row.checkboxlist:before{margin:2.5em 0 2em}.faas_form .row.checkboxlist:after{margin:.5em 0 2em}.faas_form .row.checkboxlist label{padding-left:0}.faas_form .row.checkboxlist label~span{display:block;max-width:100%}.faas_form .row.checkboxlist label~span label{display:inline;flex-wrap:nowrap;font-weight:400;margin-left:.5em;margin-right:0;min-width:8.33em;padding:0 .5em .58em 0}.faas_form .row.checkboxlist label~span input[type=checkbox],.faas_form .row.checkboxlist label~span input[type=radio]{box-shadow:none;display:inline;flex:0 0 0;flex-wrap:nowrap;line-height:0;margin:0;outline:none}.faas_form .row.checkboxlist label~span br{display:block;line-height:1ex}.faas_form .row.legal[id*=_korea]{display:none;padding-bottom:0}.faas_form .row.legal[id*=_korea][style*="display: block"]+.korean_disclaimers{display:block}.faas_form .row.legal p.legalnotice{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0;font-size:1em;line-height:1.25em;margin:0;padding:0}.faas_form .row input~div,.faas_form .row select~div,.faas_form .row textarea~div{flex:1 1 100%}.faas_form .row div:first-child{display:block}.faas_form .row>div:first-child,.faas_form .row label~div{width:100%}.faas_form .row>div:first-child label,.faas_form .row label~div label{font-weight:400}.faas_form .row>div:first-child>label,.faas_form .row label~div>label{min-width:0;padding:.5rem 0}.faas_form .row>div:first-child input[type=checkbox],.faas_form .row>div:first-child input[type=radio],.faas_form .row label~div input[type=checkbox],.faas_form .row label~div input[type=radio]{background:none;border:0;box-shadow:none}.faas_form .row.submit{flex:1 1 100%;justify-content:center;min-width:100%;padding-bottom:2.625em;padding-top:2.875rem}.faas_form [id*=legal_disclaimer_]:not([id*=legal_disclaimer_rfi2]):not([class*=legal_disclaimer_rfi2]):not([class*=legal_disclaimer_whitepaper]):before{background-color:#b9b9b9;content:"";flex:0 0 100%;height:1px;margin:.5em 0 2em;min-width:100%}.faas_form .korean_disclaimers{background:#f7f7f7;display:none;margin:1.25rem 0;max-width:100%;padding:.9375rem 1.875rem;width:100%}@media screen and (max-width:24rem){.faas_form .korean_disclaimers .row.checkbox label{flex:1 1 0}}.faas_form .gdpr_questions{display:flex;flex:1 1 100%;min-width:100%}.faas_form .gdpr_questions .row{flex:0 1 auto;max-width:none;width:auto}.faas_form .gdpr_questions .row label{flex:0 0 auto;min-width:0;width:auto}.faas_form.theme-2cols form{grid-gap:1rem;align-items:stretch;display:grid;grid-template-columns:minmax(6.33333333rem,100%) minmax(6.33333333rem,100%);justify-content:space-around}.faas_form.theme-2cols form .row.row.row{flex:1 1 auto;max-width:100%}.faas_form.theme-2cols form .row.row.row label{min-width:unset}.faas_form.theme-2cols form .row.row.row input[type=email],.faas_form.theme-2cols form .row.row.row input[type=tel],.faas_form.theme-2cols form .row.row.row input[type=text],.faas_form.theme-2cols form .row.row.row select,.faas_form.theme-2cols form .row.row.row textarea{max-width:100%;min-width:unset;width:19rem}.faas_form.theme-2cols form .error a,.faas_form.theme-2cols form .error label{color:#d9534f}.faas_form.theme-2cols form .error:not(.checkbox):not(.radio):not(.checkboxlist){position:relative}.faas_form.theme-2cols form .error:not(.checkbox):not(.radio):not(.checkboxlist) .errorMessage{background:#fff;border:1px solid #e0e0e0;border-radius:2px;box-shadow:0 0 12px rgba(0,0,0,.25);display:none!important;margin-top:2px;max-width:14em;padding:.2em .4em;position:absolute;top:115px;width:100%;z-index:1}.faas_form.theme-2cols form .error:not(.checkbox):not(.radio):not(.checkboxlist) .errorMessage:after,.faas_form.theme-2cols form .error:not(.checkbox):not(.radio):not(.checkboxlist) .errorMessage:before{border-bottom:6px solid transparent;border-left:6px solid transparent;border-right:6px solid transparent;content:"";left:10px;position:absolute}.faas_form.theme-2cols form .error:not(.checkbox):not(.radio):not(.checkboxlist) .errorMessage:before{border-bottom-color:#e0e0e0;top:-6px}.faas_form.theme-2cols form .error:not(.checkbox):not(.radio):not(.checkboxlist) .errorMessage:after{border-bottom-color:#fff;top:-5px}.faas_form.theme-2cols form .error:not(.checkbox):not(.radio):not(.checkboxlist) input:focus+div .errorMessage,.faas_form.theme-2cols form .error:not(.checkbox):not(.radio):not(.checkboxlist) select:focus+div .errorMessage,.faas_form.theme-2cols form .error:not(.checkbox):not(.radio):not(.checkboxlist) textarea:focus+div .errorMessage{display:block!important}.faas_form.theme-2cols form .legal,.faas_form.theme-2cols form .prepop-demandbase-toggle,.faas_form.theme-2cols form .submit,.faas_form.theme-2cols form input[type=hidden]+.row.checkbox{grid-auto-rows:2.5rem;grid-column:1/span 2}.faas_form.theme-2cols form .gdpr_questions,.faas_form.theme-2cols form .korean_disclaimers,.faas_form.theme-2cols form [class*=legal_disclaimer_],.faas_form.theme-2cols form [id*=legal_disclaimer_],.faas_form.theme-2cols form label[for=Form40_35]{font-size:13px;line-height:20px}.faas_form.theme-2cols form .gdpr_questions .row{flex:0 1 auto;max-width:none;width:auto}.faas_form.theme-2cols form .gdpr_questions .row label{flex:0 0 auto;min-width:0;width:auto}@media screen and (max-width:770px){.faas_form.theme-2cols form{display:flex;flex-direction:column}.faas_form.theme-2cols form .row{flex:1 1 auto}.faas_form.theme-2cols form .row input[type=email],.faas_form.theme-2cols form .row input[type=tel],.faas_form.theme-2cols form .row input[type=text],.faas_form.theme-2cols form .row select,.faas_form.theme-2cols form .row textarea{max-width:100%;min-width:unset}}.faas_form.theme-amc,.faas_form[data-faas-gate]{padding:4ex 3em}.faas_form.theme-amc form input:not([type=submit]):not([type=reset]),.faas_form.theme-amc form select,.faas_form.theme-amc form textarea,.faas_form[data-faas-gate] form input:not([type=submit]):not([type=reset]),.faas_form[data-faas-gate] form select,.faas_form[data-faas-gate] form textarea{background-color:#fff;border:1px solid #e0e0e0;border-radius:0;box-shadow:none;color:#a6a6a6;font-family:adobe-clean,sans-serif;font-size:1.125em;font-weight:300;line-height:1.375em}.faas_form.theme-amc form input:not([type=submit]):not([type=reset])::placeholder,.faas_form.theme-amc form select::placeholder,.faas_form.theme-amc form textarea::placeholder,.faas_form[data-faas-gate] form input:not([type=submit]):not([type=reset])::placeholder,.faas_form[data-faas-gate] form select::placeholder,.faas_form[data-faas-gate] form textarea::placeholder{font-weight:300}.faas_form.theme-amc form input:not([type=submit]):not([type=reset]):focus,.faas_form.theme-amc form select:focus,.faas_form.theme-amc form textarea:focus,.faas_form[data-faas-gate] form input:not([type=submit]):not([type=reset]):focus,.faas_form[data-faas-gate] form select:focus,.faas_form[data-faas-gate] form textarea:focus{border-color:#2b9af3;color:#333}.faas_form.theme-amc form input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=reset]):not([type=submit]),.faas_form[data-faas-gate] form input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=reset]):not([type=submit]){padding:.5rem 1rem}.faas_form.theme-amc form input[type=checkbox]:hover,.faas_form[data-faas-gate] form input[type=checkbox]:hover{outline:none}.faas_form.theme-amc form select:not([multiple]),.faas_form[data-faas-gate] form select:not([multiple]){background-position:100% .65rem;height:2.5rem}.faas_form.theme-amc form select[multiple],.faas_form[data-faas-gate] form select[multiple]{padding:0}.faas_form.theme-amc form select[multiple] option,.faas_form[data-faas-gate] form select[multiple] option{font-weight:300;line-height:1.375em;padding:0 1rem}.faas_form.theme-amc form textarea,.faas_form[data-faas-gate] form textarea{padding:.5rem 1rem}.faas_form.theme-amc form label,.faas_form[data-faas-gate] form label{color:#333;font-size:.875em;font-weight:400;line-height:1.375em;margin-right:1rem;min-width:11rem;padding:.5625rem 1rem .5625rem 0}.faas_form.theme-amc form .row.error input,.faas_form.theme-amc form .row.error select,.faas_form.theme-amc form .row.error textarea,.faas_form[data-faas-gate] form .row.error input,.faas_form[data-faas-gate] form .row.error select,.faas_form[data-faas-gate] form .row.error textarea{border-color:#d9534f}.faas_form.theme-amc form .row.error select,.faas_form[data-faas-gate] form .row.error select{background-position:92%,100%}.faas_form.theme-amc form .row.error label,.faas_form[data-faas-gate] form .row.error label{color:#d9534f}.faas_form.theme-amc form .row.error:not(.checkbox):not(.radio):not(.checkboxlist) .errorMessage,.faas_form[data-faas-gate] form .row.error:not(.checkbox):not(.radio):not(.checkboxlist) .errorMessage{font-size:.875em;line-height:1.375em;top:95px}.faas_form.theme-amc form .row.error.checkbox .errorMessage,.faas_form[data-faas-gate] form .row.error.checkbox .errorMessage{display:none!important}.faas_form.theme-amc form .row.error.checkbox input[type=checkbox],.faas_form[data-faas-gate] form .row.error.checkbox input[type=checkbox]{outline-color:#d9534f;outline-offset:-1px;outline-style:solid;outline-width:1.5px}.faas_form.theme-amc form .row.checkbox label,.faas_form[data-faas-gate] form .row.checkbox label{font-size:.8125em;line-height:.9375em;margin-left:.5rem;min-width:8rem}.faas_form.theme-amc form .row.prepop-demandbase-toggle,.faas_form[data-faas-gate] form .row.prepop-demandbase-toggle{font-size:.875em;line-height:1.375em}.faas_form.theme-amc form .row.legal:after,.faas_form.theme-amc form .row.legal:before,.faas_form[data-faas-gate] form .row.legal:after,.faas_form[data-faas-gate] form .row.legal:before{display:none}.faas_form.theme-amc form .row.legal .legalnotice,.faas_form[data-faas-gate] form .row.legal .legalnotice{font-size:.8125em;font-style:italic}.faas_form.theme-amc form .row.legal[id$=legal_disclaimer_korea],.faas_form[data-faas-gate] form .row.legal[id$=legal_disclaimer_korea]{display:none!important}.faas_form.theme-amc form .gdpr_questions+div,.faas_form.theme-amc form .gdpr_questions~.clear-both,.faas_form[data-faas-gate] form .gdpr_questions+div,.faas_form[data-faas-gate] form .gdpr_questions~.clear-both{display:none}.faas_form.theme-amc form .errorSummary,.faas_form[data-faas-gate] form .errorSummary{display:none!important}.faas_form.theme-dark{background-color:#262626;color:#fff}.faas_form.theme-dark form label{color:#fff}.faas_form.theme-dark form input:not([type=submit]):not([type=reset]),.faas_form.theme-dark form select,.faas_form.theme-dark form textarea{background-color:#d9d9d9}.faas_form.theme-dark form .row{color:#fff}.faas_form.theme-dark .faastitle>*{color:#fff}.faas_form.theme-dark.theme-2cols form .row.error:not(.checkbox):not(.radio):not(.checkboxlist)>div .errorMessage{background-color:#fff;border-color:#d9534f}.faas_form.theme-dark.theme-2cols form .row.error:not(.checkbox):not(.radio):not(.checkboxlist)>div .errorMessage:before{border-bottom-color:#d9534f}.faas_form.theme-dark .korean_disclaimers{background-color:#383838}.faas_form[data-faas-gate]{padding:0}.faas_form[data-faas-gate] form label{margin-right:0;padding:0 .75rem .5rem 0}.faas_form[data-faas-gate] form .row{padding-bottom:0}.faas_form[data-faas-gate] form .row.prepop-demandbase-toggle{display:none}.faas_form[data-faas-gate] form .row.submit{font-size:.875em;justify-content:flex-start;padding-top:2em}.faas_form[data-faas-gate] form .row.dropdownlist{align-self:baseline}.faas_form[data-faas-gate] form .row.dropdownlist.hacker{margin-left:1.25rem}.faas_form[data-faas-gate] form .row.dropdownlist.hacker label{margin-right:0}.faas-form *{box-sizing:border-box}.faastitle{width:100%}.faastitle h3{color:#4d4d4d;font-size:1.875em;line-height:1.1667em;margin:0 auto;max-width:78%;text-align:center}.faastitle:after{background-color:#d3d3d3;content:"";display:block;height:1px;margin:2.5em 0 1.25em;width:100%}.dexter-Modal .faas_form{padding:4ex 3em}.dexter-Modal .faas_form:not(.theme-2cols) form{align-items:flex-end;display:flex;flex:0 0 auto;flex-wrap:wrap;justify-content:space-around}.dexter-Modal .faas_form form{font-size:13px}.dexter-Modal .faas_form form .row{flex:1 1 50%;max-width:48%;padding:0}.dexter-Modal .faas_form form .row input:not([type=submit]):not([type=reset]),.dexter-Modal .faas_form form .row select,.dexter-Modal .faas_form form .row textarea{box-shadow:inset .1rem .1rem 0 0 #8e8e8e,inset -.0825rem -.0825rem 0 0 #8e8e8e}.dexter-Modal .faas_form form .row input:not([type=submit]):not([type=reset]):focus,.dexter-Modal .faas_form form .row select:focus,.dexter-Modal .faas_form form .row textarea:focus{box-shadow:inset .1rem .1rem 0 0 rgba(0,157,245,.6),inset -.0825rem -.0825rem 0 0 rgba(0,157,245,.6),inset .1rem .1rem 0 0 rgba(0,157,245,.6),inset -.0825rem -.0825rem 0 0 rgba(0,157,245,.6),0 0 .125rem rgba(82,168,236,.6)}.dexter-Modal .faas_form form .row input:not([type=submit]):not([type=reset]):focus:hover,.dexter-Modal .faas_form form .row select:focus:hover,.dexter-Modal .faas_form form .row textarea:focus:hover{box-shadow:inset .1rem .1rem 0 0 rgba(0,157,245,.6),inset -.0825rem -.0825rem 0 0 rgba(0,157,245,.6),inset .1rem .1rem 0 0 rgba(0,157,245,.6),inset -.0825rem -.0825rem 0 0 rgba(0,157,245,.6),0 0 .125rem rgba(82,168,236,.6)}.dexter-Modal .faas_form form .row input:not([type=submit]):not([type=reset]):hover,.dexter-Modal .faas_form form .row select:hover,.dexter-Modal .faas_form form .row textarea:hover{box-shadow:inset .1rem .1rem 0 0 #4b4b4b,inset -.0825rem -.0825rem 0 0 #4b4b4b}.dexter-Modal .faas_form form .row.checkbox,.dexter-Modal .faas_form form .row.checkboxlist,.dexter-Modal .faas_form form .row.legal,.dexter-Modal .faas_form form .row.textarea{flex:1 1 100%;min-width:100%}.dexter-Modal .faas_form form .row.checkboxlist label~span input[type=checkbox],.dexter-Modal .faas_form form .row.checkboxlist label~span input[type=radio]{margin:0}.dexter-Modal .faas_form form .row.checkboxlist>label{min-height:auto;padding:0 0 0 .5em}.dexter-Modal .faas_form form .row.checkboxlist span{padding:1em 0 1em .5em}.dexter-Modal .faas_form form .row:not([class*=checkbox]) label{align-content:flex-end;align-items:flex-end;display:flex;flex:0 1 auto}.dexter-Modal .faas_form form .row.checkbox{align-content:flex-start;align-items:flex-start;height:2.5em;margin-top:2.75em}.dexter-Modal .faas_form form .row.checkbox>label{min-height:auto;padding:0 0 0 .5em;width:86%}.dexter-Modal .faas_form form .row.textarea{padding-left:.25em;padding-right:.25em}.dexter-Modal .faas_form form .row.textarea label{flex:1 1 100%;min-width:100%}.dexter-Modal .faas_form form .row.textarea textarea{flex-basis:100%}.dexter-Modal .faas_form form .row input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=reset]),.dexter-Modal .faas_form form .row select,.dexter-Modal .faas_form form .row textarea{max-width:100%;min-width:9.5rem}.dexter-Modal .faas_form form .row.error{position:relative}.dexter-Modal .faas_form form .row.error .errorMessage{position:absolute}@media screen and (max-device-width:414px){.dexter-Modal .faas_form{overflow-x:hidden;padding:1em}.dexter-Modal .faas_form form{font-size:11px}.dexter-Modal .faas_form .faastitle h2{font-size:2em;max-width:90%}}@media screen and (max-device-width:375px){.dexter-Modal .faas_form form{font-size:10px}.dexter-Modal .faas_form form .row.checkboxlist{min-width:90%;width:90%}}@media screen and (max-width:640px){.dexter-Modal .faas_form form .row{flex:1 1 100%;max-width:100%}}.faas_blocker{align-items:center;background-color:rgba(0,0,0,.61);bottom:0;color:#fff;display:flex;flex-direction:column;justify-content:center;left:0;padding:5%;position:absolute;right:0;top:0;z-index:10}.faas_blocker .formwr{background-color:#262626;margin:6% 0 auto;max-width:59.625rem;padding:24px 32px}.faas_blocker .formwr .faas_form{font-size:16px}@media screen and (max-width:1270px){.dexter-Position[class*="-16"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-16"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-20"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-20"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-24"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-24"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-28"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-28"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-32"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-32"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-36"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-36"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-40"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-40"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-44"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-44"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-48"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-48"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-52"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-52"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-56"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-56"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-60"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-60"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-64"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-64"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-68"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-68"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-72"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-72"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-76"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-76"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-80"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-80"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-84"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-84"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-88"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-88"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-92"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-92"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-96"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-96"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-100"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-100"] .faasform .formwr .faas_form[data-faas-gate]{padding:0}.dexter-Position[class*="-4"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-4"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-8"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-8"] .faasform .formwr .faas_form[data-faas-gate],.dexter-Position[class*="-12"] .faasform .formwr .faas_form.theme-amc,.dexter-Position[class*="-12"] .faasform .formwr .faas_form[data-faas-gate]{padding:1rem}}.frame-container{height:100%;padding-bottom:0;position:relative;width:100%}.frame-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}.dexter-Modal .iframe{height:100%}.dexter-Modal.desktop-height-auto .frame-container,.dexter-Modal.mobile-height-auto .frame-container,.dexter-Modal.tablet-height-auto .frame-container{min-height:50vh}@supports (-webkit-overflow-scrolling:touch){.dexter-Modal .frame-container{-webkit-overflow-scrolling:touch;height:100%;overflow-y:scroll}.dexter-Modal .iframe{float:none}@media (orientation:landscape){.dexter-Modal .frame-container>*{-webkit-animation:fixWebkitOverflowScroll 1s}@-webkit-keyframes fixWebkitOverflowScroll{0%{padding-bottom:1px}to{padding-bottom:0}}}}.video-Wrapper{bottom:0;left:0;overflow:hidden;position:absolute;right:0;top:0}.video-Wrapper video{display:block;height:100%;object-fit:cover;position:absolute;width:100%}.video-Wrapper video.video-mobile,.video-Wrapper video.video-mobile.video-tablet,.video-Wrapper video.video-mobile.video-tablet.video-desktop{display:block}.video-Wrapper video.video-desktop,.video-Wrapper video.video-tablet{display:none}@media (min-width:37.5rem){.video-Wrapper video.video-tablet,.video-Wrapper video.video-tablet.video-desktop{display:block}.video-Wrapper video.video-desktop,.video-Wrapper video.video-mobile{display:none}}@media (min-width:75rem){.video-Wrapper video.video-mobile,.video-Wrapper video.video-mobile.video-tablet,.video-Wrapper video.video-tablet{display:none}.video-Wrapper video.video-desktop{display:block}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.video-Wrapper video{height:auto;min-height:100%;min-width:100%;width:auto}}.video-Wrapper.crop-content{position:static}.video-Wrapper.crop-content video{position:static;width:100%}.custom-video-wrapper{position:relative;width:100%}.custom-video-wrapper video{position:static;width:100%}.custom-video-wrapper .video-play .spectrum-Link{border-radius:50%;height:92px;position:absolute;top:50%;transform:translate(-50%,-50%);width:92px;z-index:1}.custom-video-wrapper .video-play .spectrum-Link:after{background:transparent;border:0;border-color:transparent transparent transparent #fff;border-style:solid;border-width:20px 0 20px 32px;content:"";cursor:pointer;display:block;height:40px;left:34px;position:absolute;top:24px;width:0}.custom-video-wrapper .play-Onclick+.play-Onclick+.play-Onclick+.video-play{display:block}@media (min-width:37.5rem){.custom-video-wrapper .play-Onclick+.play-Onclick+.play-Onclick+.video-play{display:block}}@media (min-width:75rem){.custom-video-wrapper .play-Onclick+.play-Onclick+.play-Onclick+.video-play{display:block}}.custom-video-wrapper .play-Onclick+.play-Onclick+video+.video-play{display:block}@media (min-width:37.5rem){.custom-video-wrapper .play-Onclick+.play-Onclick+video+.video-play{display:block}}@media (min-width:75rem){.custom-video-wrapper .play-Onclick+.play-Onclick+video+.video-play{display:none}}.custom-video-wrapper .play-Onclick+video+.play-Onclick+.video-play{display:block}@media (min-width:37.5rem){.custom-video-wrapper .play-Onclick+video+.play-Onclick+.video-play{display:none}}@media (min-width:75rem){.custom-video-wrapper .play-Onclick+video+.play-Onclick+.video-play{display:block}}.custom-video-wrapper .play-Onclick+video+video+.video-play{display:block}@media (min-width:37.5rem){.custom-video-wrapper .play-Onclick+video+video+.video-play{display:none}}@media (min-width:75rem){.custom-video-wrapper .play-Onclick+video+video+.video-play{display:none}}.custom-video-wrapper video+.play-Onclick+.play-Onclick+.video-play{display:none}@media (min-width:37.5rem){.custom-video-wrapper video+.play-Onclick+.play-Onclick+.video-play{display:block}}@media (min-width:75rem){.custom-video-wrapper video+.play-Onclick+.play-Onclick+.video-play{display:block}}.custom-video-wrapper video+.play-Onclick+video+.video-play{display:none}@media (min-width:37.5rem){.custom-video-wrapper video+.play-Onclick+video+.video-play{display:block}}@media (min-width:75rem){.custom-video-wrapper video+.play-Onclick+video+.video-play{display:none}}.custom-video-wrapper video+video+.play-Onclick+.video-play{display:none}@media (min-width:37.5rem){.custom-video-wrapper video+video+.play-Onclick+.video-play{display:none}}@media (min-width:75rem){.custom-video-wrapper video+video+.play-Onclick+.video-play{display:block}}.custom-video-wrapper video+video+video+.video-play{display:none}@media (min-width:37.5rem){.custom-video-wrapper video+video+video+.video-play{display:none}}@media (min-width:75rem){.custom-video-wrapper video+video+video+.video-play{display:none}}.view-sdk-target.view-sdk-active{height:90vh!important;padding-top:2.5rem;position:relative}.view-sdk-target .dexter-CloseButton{border:3px solid transparent;border-radius:50%;height:24px;position:absolute;right:5px;top:5px;width:24px;z-index:1}.view-sdk-target .dexter-CloseButton .dexter-CloseButton_icon:after{content:"";height:44px;left:-13px;position:absolute;top:-13px;width:44px}.view-sdk-target .dexter-CloseButton .dexter-CloseButton_icon.spectrum-close-circle-dark:after{background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI0NCIgaGVpZ2h0PSI0NCI+PHBhdGggZD0iTTI5IDE1YTEwIDEwIDAgMSAwIDAgMTQuMTJBMTAgMTAgMCAwIDAgMjkgMTVabS0zLjExIDExLjc0YS41LjUgMCAwIDEtLjcxIDBMMjIgMjMuNTZsLTMuMTggMy4xOGEuNS41IDAgMCAxLS43MSAwbC0uODUtLjg1YS41LjUgMCAwIDEgMC0uNzFMMjAuNDQgMjJsLTMuMTgtMy4xOGEuNS41IDAgMCAxIDAtLjcxbC44NS0uODVhLjUuNSAwIDAgMSAuNzEgMEwyMiAyMC40NGwzLjE4LTMuMThhLjUuNSAwIDAgMSAuNzEgMGwuODUuODVhLjUuNSAwIDAgMSAwIC43MUwyMy41NSAyMmwzLjE4IDMuMThhLjUuNSAwIDAgMSAwIC43MVoiIGZpbGw9IiM3MDcwNzAiLz48L3N2Zz4=")}.spectrum-Button.open-pdf-on-page-load.view-sdk-active{display:none}.sendLink .sendLink-wrapper{margin:30px}.sendLink .sendLink-wrapper p{margin-top:6px}.sendLink .sendlinkform .phone_number{background-color:#fff;border:1px solid #d3d3d3;border-radius:4px;color:#2c2c2c;font-size:1.125em;line-height:2em;margin-bottom:20px;outline:none;width:100%}.sendLink .sendlinkform .phone_number:hover{box-shadow:inset .067rem .067rem 0 0 #4b4b4b,inset -.06231rem -.06231rem 0 0 #4b4b4b}.sendLink .sendlinkform .phone_number:hover::placeholder{color:#505050;font-size:.875em}.sendLink .sendlinkform .phone_number:hover:-ms-input-placeholder{color:#505050;font-size:.875em}.sendLink .sendlinkform .phone_number::placeholder{color:#959595;font-size:.875em}.sendLink .sendlinkform .phone_number:-ms-input-placeholder{color:#959595;font-size:.875em}.sendLink .success-title{color:#2d9d78}.sendLink .hidden{display:none}.sendLink label.form-label{color:#747474;font-size:12px}.sendLink .is-invalid{border-width:2px}.sendLink .spectrum-Tooltip--top .spectrum-Tooltip-tip{left:100%;margin-left:-26px}.sendLink .spectrum-Tooltip--negative{background-color:#c9252d;float:right}.sendLink .spectrum-Tooltip-label{line-height:16px;max-width:max-content}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.sendLink .spectrum-Tooltip-label{max-width:200px}}.sendlink-desktop-auto{height:auto!important}.cmp.cmp-text img{display:inline;max-width:100%}.cmp.cmp-text img[style*="float: left"]{margin:0 2.22rem 1rem 0}.cmp.cmp-text img[style*="float: right"]{margin:0 0 1rem 2.22rem}.has-Animation.pin{bottom:0;overflow:scroll;position:fixed!important;top:0;width:100vw;z-index:99}.dxf.has-Toggle:not(.is-Selected),.xf.has-Toggle:not(.is-Selected){height:0;overflow:hidden;padding:0;visibility:hidden}.dxf.is-Selected,.xf.is-Selected{height:auto}.xfreference>.preview{display:contents}.xfreference>.preview>.xfpage:hover{outline:5px solid #dfbf00;outline-offset:5px}.NavList--tabSelectCombined{display:flex;justify-content:center;line-height:32px;position:relative}.NavList--tabSelectCombined .NavList--tabSelectCombined-tabList{width:100%}.NavList--tabSelectCombined .NavList--tabSelectCombined-tabList.is-hidden{position:absolute;visibility:hidden}.NavList--tabSelectCombined .NavList--tabSelectCombined-selectLabel{padding-right:10px}.dexter-Carousel .dexter-carousel--peekView.dexter-carousel-step-panel{display:flex;margin-bottom:1.25rem;min-width:2000px}.dexter-Carousel .dexter-carousel--peekView.dexter-carousel-step-panel .dexter-carousel-item-details{border-bottom:2px solid transparent;color:#747474;margin:0 1.25rem;opacity:1;outline:none;transition:opacity .6s ease-out,border-bottom .6s ease-out}.dexter-Carousel .dexter-carousel--peekView.dexter-carousel-step-panel .dexter-carousel-item-details.step-active{border-bottom:2px solid #1473ea;color:#1473ea;opacity:1;transition:border-bottom 1s ease-out}.dexter-Carousel .dexter-carousel--peekView.dexter-carousel-step-panel:first-child .dexter-carousel-item-details{margin-left:0}.dexter-Carousel .dexter-carousel--peekView.dexter-carousel-step-panel .carousel-item-title{font-size:14px}@media only screen and (min-width:48rem){.dexter-Carousel .dexter-carousel--peekView.dexter-carousel-step-panel{display:none}}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--peek{display:flex;flex-direction:row;flex-wrap:nowrap;transform-style:preserve-3d}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--peek .dexter-Carousel-item{left:45%;margin:auto;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:transform .6s,opacity .6s;width:90%;z-index:1}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--peek .dexter-Carousel-item.is-active{opacity:1;z-index:2}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--peek .dexter-Carousel-item--next,.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--peek .dexter-Carousel-item--previous{z-index:2}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--peek .dexter-Carousel-item--previous{transform:translate(-200%,-50%)}[dir=rtl] .dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--peek .dexter-Carousel-item--previous{transform:translate(200%,-50%)}.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--peek .dexter-Carousel-item--next{transform:translate(200%,-50%)}[dir=rtl] .dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--peek .dexter-Carousel-item--next{transform:translate(-200%,-50%)}@media only screen and (min-width:48rem){.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--peek .dexter-Carousel-item{left:50%;margin:auto;width:100%}}@media only screen and (max-width:37.4375rem){.dexter-Carousel .dexter-Carousel-content.dexter-Carousel-content--peek .is-active+.dexter-Carousel-item--next{opacity:1;transform:translate(55%,-50%);visibility:visible;z-index:2}}@media only screen and (max-width:37.4375rem){.dexter-Carousel .dexter-Carousel-content--peek~.dexter-Carousel--next,.dexter-Carousel .dexter-Carousel-content--peek~.dexter-Carousel--previous{display:none!important}}.hide-all{display:none}.hide-overflow{height:0;overflow:hidden;visibility:hidden}.visually-hidden{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}@media only screen and (min-width:37.5rem){.hide-all,.hide-tablet-up{display:none}}@media only screen and (min-width:75rem){.hide-all,.hide-desktop-up,.hide-tablet-up{display:none}}source.dexter-LazyImage{display:block}.mobile-padding-left-0{padding-left:0}.mobile-padding-left-4{padding-left:4px}.mobile-padding-left-8{padding-left:8px}.mobile-padding-left-12{padding-left:12px}.mobile-padding-left-16{padding-left:16px}.mobile-padding-left-20{padding-left:20px}.mobile-padding-left-24{padding-left:24px}.mobile-padding-left-28{padding-left:28px}.mobile-padding-left-32{padding-left:32px}.mobile-padding-left-36{padding-left:36px}.mobile-padding-left-40{padding-left:40px}.mobile-padding-left-44{padding-left:44px}.mobile-padding-left-48{padding-left:48px}.mobile-padding-left-52{padding-left:52px}.mobile-padding-left-56{padding-left:56px}.mobile-padding-left-60{padding-left:60px}.mobile-padding-left-64{padding-left:64px}.mobile-padding-left-68{padding-left:68px}.mobile-padding-left-72{padding-left:72px}.mobile-padding-left-76{padding-left:76px}.mobile-padding-left-80{padding-left:80px}.mobile-padding-left-84{padding-left:84px}.mobile-padding-left-88{padding-left:88px}.mobile-padding-left-92{padding-left:92px}.mobile-padding-left-96{padding-left:96px}.mobile-padding-left-100{padding-left:100px}.mobile-margin-left-0{margin-left:0}.mobile-margin-left-4{margin-left:4px}.mobile-margin-left-8{margin-left:8px}.mobile-margin-left-12{margin-left:12px}.mobile-margin-left-16{margin-left:16px}.mobile-margin-left-20{margin-left:20px}.mobile-margin-left-24{margin-left:24px}.mobile-margin-left-28{margin-left:28px}.mobile-margin-left-32{margin-left:32px}.mobile-margin-left-36{margin-left:36px}.mobile-margin-left-40{margin-left:40px}.mobile-margin-left-44{margin-left:44px}.mobile-margin-left-48{margin-left:48px}.mobile-margin-left-52{margin-left:52px}.mobile-margin-left-56{margin-left:56px}.mobile-margin-left-60{margin-left:60px}.mobile-margin-left-64{margin-left:64px}.mobile-margin-left-68{margin-left:68px}.mobile-margin-left-72{margin-left:72px}.mobile-margin-left-76{margin-left:76px}.mobile-margin-left-80{margin-left:80px}.mobile-margin-left-84{margin-left:84px}.mobile-margin-left-88{margin-left:88px}.mobile-margin-left-92{margin-left:92px}.mobile-margin-left-96{margin-left:96px}.mobile-margin-left-100{margin-left:100px}.mobile-padding-bottom-0{padding-bottom:0}.mobile-padding-bottom-4{padding-bottom:4px}.mobile-padding-bottom-8{padding-bottom:8px}.mobile-padding-bottom-12{padding-bottom:12px}.mobile-padding-bottom-16{padding-bottom:16px}.mobile-padding-bottom-20{padding-bottom:20px}.mobile-padding-bottom-24{padding-bottom:24px}.mobile-padding-bottom-28{padding-bottom:28px}.mobile-padding-bottom-32{padding-bottom:32px}.mobile-padding-bottom-36{padding-bottom:36px}.mobile-padding-bottom-40{padding-bottom:40px}.mobile-padding-bottom-44{padding-bottom:44px}.mobile-padding-bottom-48{padding-bottom:48px}.mobile-padding-bottom-52{padding-bottom:52px}.mobile-padding-bottom-56{padding-bottom:56px}.mobile-padding-bottom-60{padding-bottom:60px}.mobile-padding-bottom-64{padding-bottom:64px}.mobile-padding-bottom-68{padding-bottom:68px}.mobile-padding-bottom-72{padding-bottom:72px}.mobile-padding-bottom-76{padding-bottom:76px}.mobile-padding-bottom-80{padding-bottom:80px}.mobile-padding-bottom-84{padding-bottom:84px}.mobile-padding-bottom-88{padding-bottom:88px}.mobile-padding-bottom-92{padding-bottom:92px}.mobile-padding-bottom-96{padding-bottom:96px}.mobile-padding-bottom-100{padding-bottom:100px}.mobile-margin-bottom-0{margin-bottom:0}.mobile-margin-bottom-4{margin-bottom:4px}.mobile-margin-bottom-8{margin-bottom:8px}.mobile-margin-bottom-12{margin-bottom:12px}.mobile-margin-bottom-16{margin-bottom:16px}.mobile-margin-bottom-20{margin-bottom:20px}.mobile-margin-bottom-24{margin-bottom:24px}.mobile-margin-bottom-28{margin-bottom:28px}.mobile-margin-bottom-32{margin-bottom:32px}.mobile-margin-bottom-36{margin-bottom:36px}.mobile-margin-bottom-40{margin-bottom:40px}.mobile-margin-bottom-44{margin-bottom:44px}.mobile-margin-bottom-48{margin-bottom:48px}.mobile-margin-bottom-52{margin-bottom:52px}.mobile-margin-bottom-56{margin-bottom:56px}.mobile-margin-bottom-60{margin-bottom:60px}.mobile-margin-bottom-64{margin-bottom:64px}.mobile-margin-bottom-68{margin-bottom:68px}.mobile-margin-bottom-72{margin-bottom:72px}.mobile-margin-bottom-76{margin-bottom:76px}.mobile-margin-bottom-80{margin-bottom:80px}.mobile-margin-bottom-84{margin-bottom:84px}.mobile-margin-bottom-88{margin-bottom:88px}.mobile-margin-bottom-92{margin-bottom:92px}.mobile-margin-bottom-96{margin-bottom:96px}.mobile-margin-bottom-100{margin-bottom:100px}.mobile-padding-right-0{padding-right:0}.mobile-padding-right-4{padding-right:4px}.mobile-padding-right-8{padding-right:8px}.mobile-padding-right-12{padding-right:12px}.mobile-padding-right-16{padding-right:16px}.mobile-padding-right-20{padding-right:20px}.mobile-padding-right-24{padding-right:24px}.mobile-padding-right-28{padding-right:28px}.mobile-padding-right-32{padding-right:32px}.mobile-padding-right-36{padding-right:36px}.mobile-padding-right-40{padding-right:40px}.mobile-padding-right-44{padding-right:44px}.mobile-padding-right-48{padding-right:48px}.mobile-padding-right-52{padding-right:52px}.mobile-padding-right-56{padding-right:56px}.mobile-padding-right-60{padding-right:60px}.mobile-padding-right-64{padding-right:64px}.mobile-padding-right-68{padding-right:68px}.mobile-padding-right-72{padding-right:72px}.mobile-padding-right-76{padding-right:76px}.mobile-padding-right-80{padding-right:80px}.mobile-padding-right-84{padding-right:84px}.mobile-padding-right-88{padding-right:88px}.mobile-padding-right-92{padding-right:92px}.mobile-padding-right-96{padding-right:96px}.mobile-padding-right-100{padding-right:100px}.mobile-margin-right-0{margin-right:0}.mobile-margin-right-4{margin-right:4px}.mobile-margin-right-8{margin-right:8px}.mobile-margin-right-12{margin-right:12px}.mobile-margin-right-16{margin-right:16px}.mobile-margin-right-20{margin-right:20px}.mobile-margin-right-24{margin-right:24px}.mobile-margin-right-28{margin-right:28px}.mobile-margin-right-32{margin-right:32px}.mobile-margin-right-36{margin-right:36px}.mobile-margin-right-40{margin-right:40px}.mobile-margin-right-44{margin-right:44px}.mobile-margin-right-48{margin-right:48px}.mobile-margin-right-52{margin-right:52px}.mobile-margin-right-56{margin-right:56px}.mobile-margin-right-60{margin-right:60px}.mobile-margin-right-64{margin-right:64px}.mobile-margin-right-68{margin-right:68px}.mobile-margin-right-72{margin-right:72px}.mobile-margin-right-76{margin-right:76px}.mobile-margin-right-80{margin-right:80px}.mobile-margin-right-84{margin-right:84px}.mobile-margin-right-88{margin-right:88px}.mobile-margin-right-92{margin-right:92px}.mobile-margin-right-96{margin-right:96px}.mobile-margin-right-100{margin-right:100px}.mobile-padding-top-0{padding-top:0}.mobile-padding-top-4{padding-top:4px}.mobile-padding-top-8{padding-top:8px}.mobile-padding-top-12{padding-top:12px}.mobile-padding-top-16{padding-top:16px}.mobile-padding-top-20{padding-top:20px}.mobile-padding-top-24{padding-top:24px}.mobile-padding-top-28{padding-top:28px}.mobile-padding-top-32{padding-top:32px}.mobile-padding-top-36{padding-top:36px}.mobile-padding-top-40{padding-top:40px}.mobile-padding-top-44{padding-top:44px}.mobile-padding-top-48{padding-top:48px}.mobile-padding-top-52{padding-top:52px}.mobile-padding-top-56{padding-top:56px}.mobile-padding-top-60{padding-top:60px}.mobile-padding-top-64{padding-top:64px}.mobile-padding-top-68{padding-top:68px}.mobile-padding-top-72{padding-top:72px}.mobile-padding-top-76{padding-top:76px}.mobile-padding-top-80{padding-top:80px}.mobile-padding-top-84{padding-top:84px}.mobile-padding-top-88{padding-top:88px}.mobile-padding-top-92{padding-top:92px}.mobile-padding-top-96{padding-top:96px}.mobile-padding-top-100{padding-top:100px}.mobile-margin-top-0{margin-top:0}.mobile-margin-top-4{margin-top:4px}.mobile-margin-top-8{margin-top:8px}.mobile-margin-top-12{margin-top:12px}.mobile-margin-top-16{margin-top:16px}.mobile-margin-top-20{margin-top:20px}.mobile-margin-top-24{margin-top:24px}.mobile-margin-top-28{margin-top:28px}.mobile-margin-top-32{margin-top:32px}.mobile-margin-top-36{margin-top:36px}.mobile-margin-top-40{margin-top:40px}.mobile-margin-top-44{margin-top:44px}.mobile-margin-top-48{margin-top:48px}.mobile-margin-top-52{margin-top:52px}.mobile-margin-top-56{margin-top:56px}.mobile-margin-top-60{margin-top:60px}.mobile-margin-top-64{margin-top:64px}.mobile-margin-top-68{margin-top:68px}.mobile-margin-top-72{margin-top:72px}.mobile-margin-top-76{margin-top:76px}.mobile-margin-top-80{margin-top:80px}.mobile-margin-top-84{margin-top:84px}.mobile-margin-top-88{margin-top:88px}.mobile-margin-top-92{margin-top:92px}.mobile-margin-top-96{margin-top:96px}.mobile-margin-top-100{margin-top:100px}@media (min-width:37.5rem){.tablet-padding-left-0{padding-left:0}.tablet-padding-left-4{padding-left:4px}.tablet-padding-left-8{padding-left:8px}.tablet-padding-left-12{padding-left:12px}.tablet-padding-left-16{padding-left:16px}.tablet-padding-left-20{padding-left:20px}.tablet-padding-left-24{padding-left:24px}.tablet-padding-left-28{padding-left:28px}.tablet-padding-left-32{padding-left:32px}.tablet-padding-left-36{padding-left:36px}.tablet-padding-left-40{padding-left:40px}.tablet-padding-left-44{padding-left:44px}.tablet-padding-left-48{padding-left:48px}.tablet-padding-left-52{padding-left:52px}.tablet-padding-left-56{padding-left:56px}.tablet-padding-left-60{padding-left:60px}.tablet-padding-left-64{padding-left:64px}.tablet-padding-left-68{padding-left:68px}.tablet-padding-left-72{padding-left:72px}.tablet-padding-left-76{padding-left:76px}.tablet-padding-left-80{padding-left:80px}.tablet-padding-left-84{padding-left:84px}.tablet-padding-left-88{padding-left:88px}.tablet-padding-left-92{padding-left:92px}.tablet-padding-left-96{padding-left:96px}.tablet-padding-left-100{padding-left:100px}.tablet-margin-left-0{margin-left:0}.tablet-margin-left-4{margin-left:4px}.tablet-margin-left-8{margin-left:8px}.tablet-margin-left-12{margin-left:12px}.tablet-margin-left-16{margin-left:16px}.tablet-margin-left-20{margin-left:20px}.tablet-margin-left-24{margin-left:24px}.tablet-margin-left-28{margin-left:28px}.tablet-margin-left-32{margin-left:32px}.tablet-margin-left-36{margin-left:36px}.tablet-margin-left-40{margin-left:40px}.tablet-margin-left-44{margin-left:44px}.tablet-margin-left-48{margin-left:48px}.tablet-margin-left-52{margin-left:52px}.tablet-margin-left-56{margin-left:56px}.tablet-margin-left-60{margin-left:60px}.tablet-margin-left-64{margin-left:64px}.tablet-margin-left-68{margin-left:68px}.tablet-margin-left-72{margin-left:72px}.tablet-margin-left-76{margin-left:76px}.tablet-margin-left-80{margin-left:80px}.tablet-margin-left-84{margin-left:84px}.tablet-margin-left-88{margin-left:88px}.tablet-margin-left-92{margin-left:92px}.tablet-margin-left-96{margin-left:96px}.tablet-margin-left-100{margin-left:100px}.tablet-padding-bottom-0{padding-bottom:0}.tablet-padding-bottom-4{padding-bottom:4px}.tablet-padding-bottom-8{padding-bottom:8px}.tablet-padding-bottom-12{padding-bottom:12px}.tablet-padding-bottom-16{padding-bottom:16px}.tablet-padding-bottom-20{padding-bottom:20px}.tablet-padding-bottom-24{padding-bottom:24px}.tablet-padding-bottom-28{padding-bottom:28px}.tablet-padding-bottom-32{padding-bottom:32px}.tablet-padding-bottom-36{padding-bottom:36px}.tablet-padding-bottom-40{padding-bottom:40px}.tablet-padding-bottom-44{padding-bottom:44px}.tablet-padding-bottom-48{padding-bottom:48px}.tablet-padding-bottom-52{padding-bottom:52px}.tablet-padding-bottom-56{padding-bottom:56px}.tablet-padding-bottom-60{padding-bottom:60px}.tablet-padding-bottom-64{padding-bottom:64px}.tablet-padding-bottom-68{padding-bottom:68px}.tablet-padding-bottom-72{padding-bottom:72px}.tablet-padding-bottom-76{padding-bottom:76px}.tablet-padding-bottom-80{padding-bottom:80px}.tablet-padding-bottom-84{padding-bottom:84px}.tablet-padding-bottom-88{padding-bottom:88px}.tablet-padding-bottom-92{padding-bottom:92px}.tablet-padding-bottom-96{padding-bottom:96px}.tablet-padding-bottom-100{padding-bottom:100px}.tablet-margin-bottom-0{margin-bottom:0}.tablet-margin-bottom-4{margin-bottom:4px}.tablet-margin-bottom-8{margin-bottom:8px}.tablet-margin-bottom-12{margin-bottom:12px}.tablet-margin-bottom-16{margin-bottom:16px}.tablet-margin-bottom-20{margin-bottom:20px}.tablet-margin-bottom-24{margin-bottom:24px}.tablet-margin-bottom-28{margin-bottom:28px}.tablet-margin-bottom-32{margin-bottom:32px}.tablet-margin-bottom-36{margin-bottom:36px}.tablet-margin-bottom-40{margin-bottom:40px}.tablet-margin-bottom-44{margin-bottom:44px}.tablet-margin-bottom-48{margin-bottom:48px}.tablet-margin-bottom-52{margin-bottom:52px}.tablet-margin-bottom-56{margin-bottom:56px}.tablet-margin-bottom-60{margin-bottom:60px}.tablet-margin-bottom-64{margin-bottom:64px}.tablet-margin-bottom-68{margin-bottom:68px}.tablet-margin-bottom-72{margin-bottom:72px}.tablet-margin-bottom-76{margin-bottom:76px}.tablet-margin-bottom-80{margin-bottom:80px}.tablet-margin-bottom-84{margin-bottom:84px}.tablet-margin-bottom-88{margin-bottom:88px}.tablet-margin-bottom-92{margin-bottom:92px}.tablet-margin-bottom-96{margin-bottom:96px}.tablet-margin-bottom-100{margin-bottom:100px}.tablet-padding-right-0{padding-right:0}.tablet-padding-right-4{padding-right:4px}.tablet-padding-right-8{padding-right:8px}.tablet-padding-right-12{padding-right:12px}.tablet-padding-right-16{padding-right:16px}.tablet-padding-right-20{padding-right:20px}.tablet-padding-right-24{padding-right:24px}.tablet-padding-right-28{padding-right:28px}.tablet-padding-right-32{padding-right:32px}.tablet-padding-right-36{padding-right:36px}.tablet-padding-right-40{padding-right:40px}.tablet-padding-right-44{padding-right:44px}.tablet-padding-right-48{padding-right:48px}.tablet-padding-right-52{padding-right:52px}.tablet-padding-right-56{padding-right:56px}.tablet-padding-right-60{padding-right:60px}.tablet-padding-right-64{padding-right:64px}.tablet-padding-right-68{padding-right:68px}.tablet-padding-right-72{padding-right:72px}.tablet-padding-right-76{padding-right:76px}.tablet-padding-right-80{padding-right:80px}.tablet-padding-right-84{padding-right:84px}.tablet-padding-right-88{padding-right:88px}.tablet-padding-right-92{padding-right:92px}.tablet-padding-right-96{padding-right:96px}.tablet-padding-right-100{padding-right:100px}.tablet-margin-right-0{margin-right:0}.tablet-margin-right-4{margin-right:4px}.tablet-margin-right-8{margin-right:8px}.tablet-margin-right-12{margin-right:12px}.tablet-margin-right-16{margin-right:16px}.tablet-margin-right-20{margin-right:20px}.tablet-margin-right-24{margin-right:24px}.tablet-margin-right-28{margin-right:28px}.tablet-margin-right-32{margin-right:32px}.tablet-margin-right-36{margin-right:36px}.tablet-margin-right-40{margin-right:40px}.tablet-margin-right-44{margin-right:44px}.tablet-margin-right-48{margin-right:48px}.tablet-margin-right-52{margin-right:52px}.tablet-margin-right-56{margin-right:56px}.tablet-margin-right-60{margin-right:60px}.tablet-margin-right-64{margin-right:64px}.tablet-margin-right-68{margin-right:68px}.tablet-margin-right-72{margin-right:72px}.tablet-margin-right-76{margin-right:76px}.tablet-margin-right-80{margin-right:80px}.tablet-margin-right-84{margin-right:84px}.tablet-margin-right-88{margin-right:88px}.tablet-margin-right-92{margin-right:92px}.tablet-margin-right-96{margin-right:96px}.tablet-margin-right-100{margin-right:100px}.tablet-padding-top-0{padding-top:0}.tablet-padding-top-4{padding-top:4px}.tablet-padding-top-8{padding-top:8px}.tablet-padding-top-12{padding-top:12px}.tablet-padding-top-16{padding-top:16px}.tablet-padding-top-20{padding-top:20px}.tablet-padding-top-24{padding-top:24px}.tablet-padding-top-28{padding-top:28px}.tablet-padding-top-32{padding-top:32px}.tablet-padding-top-36{padding-top:36px}.tablet-padding-top-40{padding-top:40px}.tablet-padding-top-44{padding-top:44px}.tablet-padding-top-48{padding-top:48px}.tablet-padding-top-52{padding-top:52px}.tablet-padding-top-56{padding-top:56px}.tablet-padding-top-60{padding-top:60px}.tablet-padding-top-64{padding-top:64px}.tablet-padding-top-68{padding-top:68px}.tablet-padding-top-72{padding-top:72px}.tablet-padding-top-76{padding-top:76px}.tablet-padding-top-80{padding-top:80px}.tablet-padding-top-84{padding-top:84px}.tablet-padding-top-88{padding-top:88px}.tablet-padding-top-92{padding-top:92px}.tablet-padding-top-96{padding-top:96px}.tablet-padding-top-100{padding-top:100px}.tablet-margin-top-0{margin-top:0}.tablet-margin-top-4{margin-top:4px}.tablet-margin-top-8{margin-top:8px}.tablet-margin-top-12{margin-top:12px}.tablet-margin-top-16{margin-top:16px}.tablet-margin-top-20{margin-top:20px}.tablet-margin-top-24{margin-top:24px}.tablet-margin-top-28{margin-top:28px}.tablet-margin-top-32{margin-top:32px}.tablet-margin-top-36{margin-top:36px}.tablet-margin-top-40{margin-top:40px}.tablet-margin-top-44{margin-top:44px}.tablet-margin-top-48{margin-top:48px}.tablet-margin-top-52{margin-top:52px}.tablet-margin-top-56{margin-top:56px}.tablet-margin-top-60{margin-top:60px}.tablet-margin-top-64{margin-top:64px}.tablet-margin-top-68{margin-top:68px}.tablet-margin-top-72{margin-top:72px}.tablet-margin-top-76{margin-top:76px}.tablet-margin-top-80{margin-top:80px}.tablet-margin-top-84{margin-top:84px}.tablet-margin-top-88{margin-top:88px}.tablet-margin-top-92{margin-top:92px}.tablet-margin-top-96{margin-top:96px}.tablet-margin-top-100{margin-top:100px}}@media (min-width:75rem){.desktop-padding-left-0{padding-left:0}.desktop-padding-left-4{padding-left:4px}.desktop-padding-left-8{padding-left:8px}.desktop-padding-left-12{padding-left:12px}.desktop-padding-left-16{padding-left:16px}.desktop-padding-left-20{padding-left:20px}.desktop-padding-left-24{padding-left:24px}.desktop-padding-left-28{padding-left:28px}.desktop-padding-left-32{padding-left:32px}.desktop-padding-left-36{padding-left:36px}.desktop-padding-left-40{padding-left:40px}.desktop-padding-left-44{padding-left:44px}.desktop-padding-left-48{padding-left:48px}.desktop-padding-left-52{padding-left:52px}.desktop-padding-left-56{padding-left:56px}.desktop-padding-left-60{padding-left:60px}.desktop-padding-left-64{padding-left:64px}.desktop-padding-left-68{padding-left:68px}.desktop-padding-left-72{padding-left:72px}.desktop-padding-left-76{padding-left:76px}.desktop-padding-left-80{padding-left:80px}.desktop-padding-left-84{padding-left:84px}.desktop-padding-left-88{padding-left:88px}.desktop-padding-left-92{padding-left:92px}.desktop-padding-left-96{padding-left:96px}.desktop-padding-left-100{padding-left:100px}.desktop-margin-left-0{margin-left:0}.desktop-margin-left-4{margin-left:4px}.desktop-margin-left-8{margin-left:8px}.desktop-margin-left-12{margin-left:12px}.desktop-margin-left-16{margin-left:16px}.desktop-margin-left-20{margin-left:20px}.desktop-margin-left-24{margin-left:24px}.desktop-margin-left-28{margin-left:28px}.desktop-margin-left-32{margin-left:32px}.desktop-margin-left-36{margin-left:36px}.desktop-margin-left-40{margin-left:40px}.desktop-margin-left-44{margin-left:44px}.desktop-margin-left-48{margin-left:48px}.desktop-margin-left-52{margin-left:52px}.desktop-margin-left-56{margin-left:56px}.desktop-margin-left-60{margin-left:60px}.desktop-margin-left-64{margin-left:64px}.desktop-margin-left-68{margin-left:68px}.desktop-margin-left-72{margin-left:72px}.desktop-margin-left-76{margin-left:76px}.desktop-margin-left-80{margin-left:80px}.desktop-margin-left-84{margin-left:84px}.desktop-margin-left-88{margin-left:88px}.desktop-margin-left-92{margin-left:92px}.desktop-margin-left-96{margin-left:96px}.desktop-margin-left-100{margin-left:100px}.desktop-padding-bottom-0{padding-bottom:0}.desktop-padding-bottom-4{padding-bottom:4px}.desktop-padding-bottom-8{padding-bottom:8px}.desktop-padding-bottom-12{padding-bottom:12px}.desktop-padding-bottom-16{padding-bottom:16px}.desktop-padding-bottom-20{padding-bottom:20px}.desktop-padding-bottom-24{padding-bottom:24px}.desktop-padding-bottom-28{padding-bottom:28px}.desktop-padding-bottom-32{padding-bottom:32px}.desktop-padding-bottom-36{padding-bottom:36px}.desktop-padding-bottom-40{padding-bottom:40px}.desktop-padding-bottom-44{padding-bottom:44px}.desktop-padding-bottom-48{padding-bottom:48px}.desktop-padding-bottom-52{padding-bottom:52px}.desktop-padding-bottom-56{padding-bottom:56px}.desktop-padding-bottom-60{padding-bottom:60px}.desktop-padding-bottom-64{padding-bottom:64px}.desktop-padding-bottom-68{padding-bottom:68px}.desktop-padding-bottom-72{padding-bottom:72px}.desktop-padding-bottom-76{padding-bottom:76px}.desktop-padding-bottom-80{padding-bottom:80px}.desktop-padding-bottom-84{padding-bottom:84px}.desktop-padding-bottom-88{padding-bottom:88px}.desktop-padding-bottom-92{padding-bottom:92px}.desktop-padding-bottom-96{padding-bottom:96px}.desktop-padding-bottom-100{padding-bottom:100px}.desktop-margin-bottom-0{margin-bottom:0}.desktop-margin-bottom-4{margin-bottom:4px}.desktop-margin-bottom-8{margin-bottom:8px}.desktop-margin-bottom-12{margin-bottom:12px}.desktop-margin-bottom-16{margin-bottom:16px}.desktop-margin-bottom-20{margin-bottom:20px}.desktop-margin-bottom-24{margin-bottom:24px}.desktop-margin-bottom-28{margin-bottom:28px}.desktop-margin-bottom-32{margin-bottom:32px}.desktop-margin-bottom-36{margin-bottom:36px}.desktop-margin-bottom-40{margin-bottom:40px}.desktop-margin-bottom-44{margin-bottom:44px}.desktop-margin-bottom-48{margin-bottom:48px}.desktop-margin-bottom-52{margin-bottom:52px}.desktop-margin-bottom-56{margin-bottom:56px}.desktop-margin-bottom-60{margin-bottom:60px}.desktop-margin-bottom-64{margin-bottom:64px}.desktop-margin-bottom-68{margin-bottom:68px}.desktop-margin-bottom-72{margin-bottom:72px}.desktop-margin-bottom-76{margin-bottom:76px}.desktop-margin-bottom-80{margin-bottom:80px}.desktop-margin-bottom-84{margin-bottom:84px}.desktop-margin-bottom-88{margin-bottom:88px}.desktop-margin-bottom-92{margin-bottom:92px}.desktop-margin-bottom-96{margin-bottom:96px}.desktop-margin-bottom-100{margin-bottom:100px}.desktop-padding-right-0{padding-right:0}.desktop-padding-right-4{padding-right:4px}.desktop-padding-right-8{padding-right:8px}.desktop-padding-right-12{padding-right:12px}.desktop-padding-right-16{padding-right:16px}.desktop-padding-right-20{padding-right:20px}.desktop-padding-right-24{padding-right:24px}.desktop-padding-right-28{padding-right:28px}.desktop-padding-right-32{padding-right:32px}.desktop-padding-right-36{padding-right:36px}.desktop-padding-right-40{padding-right:40px}.desktop-padding-right-44{padding-right:44px}.desktop-padding-right-48{padding-right:48px}.desktop-padding-right-52{padding-right:52px}.desktop-padding-right-56{padding-right:56px}.desktop-padding-right-60{padding-right:60px}.desktop-padding-right-64{padding-right:64px}.desktop-padding-right-68{padding-right:68px}.desktop-padding-right-72{padding-right:72px}.desktop-padding-right-76{padding-right:76px}.desktop-padding-right-80{padding-right:80px}.desktop-padding-right-84{padding-right:84px}.desktop-padding-right-88{padding-right:88px}.desktop-padding-right-92{padding-right:92px}.desktop-padding-right-96{padding-right:96px}.desktop-padding-right-100{padding-right:100px}.desktop-margin-right-0{margin-right:0}.desktop-margin-right-4{margin-right:4px}.desktop-margin-right-8{margin-right:8px}.desktop-margin-right-12{margin-right:12px}.desktop-margin-right-16{margin-right:16px}.desktop-margin-right-20{margin-right:20px}.desktop-margin-right-24{margin-right:24px}.desktop-margin-right-28{margin-right:28px}.desktop-margin-right-32{margin-right:32px}.desktop-margin-right-36{margin-right:36px}.desktop-margin-right-40{margin-right:40px}.desktop-margin-right-44{margin-right:44px}.desktop-margin-right-48{margin-right:48px}.desktop-margin-right-52{margin-right:52px}.desktop-margin-right-56{margin-right:56px}.desktop-margin-right-60{margin-right:60px}.desktop-margin-right-64{margin-right:64px}.desktop-margin-right-68{margin-right:68px}.desktop-margin-right-72{margin-right:72px}.desktop-margin-right-76{margin-right:76px}.desktop-margin-right-80{margin-right:80px}.desktop-margin-right-84{margin-right:84px}.desktop-margin-right-88{margin-right:88px}.desktop-margin-right-92{margin-right:92px}.desktop-margin-right-96{margin-right:96px}.desktop-margin-right-100{margin-right:100px}.desktop-padding-top-0{padding-top:0}.desktop-padding-top-4{padding-top:4px}.desktop-padding-top-8{padding-top:8px}.desktop-padding-top-12{padding-top:12px}.desktop-padding-top-16{padding-top:16px}.desktop-padding-top-20{padding-top:20px}.desktop-padding-top-24{padding-top:24px}.desktop-padding-top-28{padding-top:28px}.desktop-padding-top-32{padding-top:32px}.desktop-padding-top-36{padding-top:36px}.desktop-padding-top-40{padding-top:40px}.desktop-padding-top-44{padding-top:44px}.desktop-padding-top-48{padding-top:48px}.desktop-padding-top-52{padding-top:52px}.desktop-padding-top-56{padding-top:56px}.desktop-padding-top-60{padding-top:60px}.desktop-padding-top-64{padding-top:64px}.desktop-padding-top-68{padding-top:68px}.desktop-padding-top-72{padding-top:72px}.desktop-padding-top-76{padding-top:76px}.desktop-padding-top-80{padding-top:80px}.desktop-padding-top-84{padding-top:84px}.desktop-padding-top-88{padding-top:88px}.desktop-padding-top-92{padding-top:92px}.desktop-padding-top-96{padding-top:96px}.desktop-padding-top-100{padding-top:100px}.desktop-margin-top-0{margin-top:0}.desktop-margin-top-4{margin-top:4px}.desktop-margin-top-8{margin-top:8px}.desktop-margin-top-12{margin-top:12px}.desktop-margin-top-16{margin-top:16px}.desktop-margin-top-20{margin-top:20px}.desktop-margin-top-24{margin-top:24px}.desktop-margin-top-28{margin-top:28px}.desktop-margin-top-32{margin-top:32px}.desktop-margin-top-36{margin-top:36px}.desktop-margin-top-40{margin-top:40px}.desktop-margin-top-44{margin-top:44px}.desktop-margin-top-48{margin-top:48px}.desktop-margin-top-52{margin-top:52px}.desktop-margin-top-56{margin-top:56px}.desktop-margin-top-60{margin-top:60px}.desktop-margin-top-64{margin-top:64px}.desktop-margin-top-68{margin-top:68px}.desktop-margin-top-72{margin-top:72px}.desktop-margin-top-76{margin-top:76px}.desktop-margin-top-80{margin-top:80px}.desktop-margin-top-84{margin-top:84px}.desktop-margin-top-88{margin-top:88px}.desktop-margin-top-92{margin-top:92px}.desktop-margin-top-96{margin-top:96px}.desktop-margin-top-100{margin-top:100px}}html.targeting .xfpage>.xf-content-height:hover{border:10px solid lime;margin:-10px}html.targeting .xfreference{min-height:100px}html.targeting .xfreference:hover{border:10px solid #40e0d0;margin:-10px}.dx-text-mobile--left{text-align:left}.dx-text-mobile--center{text-align:center}.dx-text-mobile--right{text-align:right}@media only screen and (min-width:37.5rem){.dx-text-tablet--left{text-align:left}.dx-text-tablet--center{text-align:center}.dx-text-tablet--right{text-align:right}}@media only screen and (min-width:75rem){.dx-text-desktop--left{text-align:left}.dx-text-desktop--center{text-align:center}.dx-text-desktop--right{text-align:right}}body{margin:0;padding:0}dir,figure,menu,ul{-webkit-margin-before:0;-webkit-margin-after:0;-webkit-margin-start:0;-webkit-margin-end:0}:after,:before,:not(input):not(select){border:0;box-sizing:border-box}.screenReaderOnly{clip:rect(1px 1px 1px 1px);height:1px;left:-500rem;overflow:hidden;position:absolute;top:0;white-space:nowrap;width:1px}.ui_control{left:-3000em;position:absolute}
/*!
 * theme v0.69.0 built on Tue, 10 May 2022 04:42:38 GMT
 *
 */.spectrum--large .spectrum-ActionButton,.spectrum--large .spectrum-Button,.spectrum--large .spectrum-ClearButton,.spectrum--large .spectrum-FieldButton,.spectrum--large .spectrum-LogicButton,.spectrum--large .spectrum-Tool{font-family:adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Trebuchet MS,Lucida Grande,sans-serif;line-height:1.3;transition:background .13s ease-out,border-color .13s ease-out,color .13s ease-out,box-shadow .13s ease-out}.spectrum--large .spectrum-Button:after,.spectrum--large .spectrum-LogicButton:after{border-radius:22px;margin:-2px;transition:box-shadow .13s ease-out,margin .13s ease-out}.spectrum--large .spectrum-Button.focus-ring:after,.spectrum--large .spectrum-LogicButton.focus-ring:after{margin:-4px}.spectrum--large .spectrum-Button{border-radius:20px;border-width:2px;font-size:17px;font-weight:700;min-height:40px;min-width:90px;padding:4px 18px 6px}.spectrum--large .spectrum-Button .spectrum-Icon+.spectrum-Button-label{margin-left:10px}.spectrum--large .spectrum-Button .spectrum-Button-label+.spectrum-Icon{margin-left:5px}.spectrum--large .spectrum-ClearButton--overBackground.focus-ring:after{margin:-2px}.spectrum--large .spectrum-ActionButton,.spectrum--large .spectrum-Tool{border-radius:5px;border-width:1px;font-size:17px;font-weight:400;height:40px;min-width:40px;padding:0 8px}.spectrum--large .spectrum-ActionButton .spectrum-Icon+.spectrum-ActionButton-label,.spectrum--large .spectrum-Tool .spectrum-Icon+.spectrum-ActionButton-label{padding-left:9px;padding-right:6px}.spectrum--large .spectrum-ActionButton .spectrum-Icon--sizeS:only-child,.spectrum--large .spectrum-Tool .spectrum-Icon--sizeS:only-child{left:calc(50% - 11px);top:calc(50% - 11px)}.spectrum--large .spectrum-ActionButton .spectrum-ActionButton-label:only-child,.spectrum--large .spectrum-Tool .spectrum-ActionButton-label:only-child{padding:0 6px}.spectrum--large .spectrum-ActionButton-hold{bottom:4px;right:4px}.spectrum--large .spectrum-ActionButton--quiet,.spectrum--large .spectrum-Tool{border-radius:5px;border-width:1px;font-size:17px;font-weight:400}.spectrum--large .spectrum-LogicButton{border-radius:5px;border-width:2px;font-size:17px;font-weight:700;height:24px;padding:10px}.spectrum--large .spectrum-LogicButton:after{border-radius:7px}.spectrum--large .spectrum-FieldButton{border-radius:5px;border-width:1px;font-size:17px;height:40px;padding:0 15px;transition:background-color .13s,box-shadow .13s,border-color .13s}.spectrum--large .spectrum-FieldButton.is-disabled,.spectrum--large .spectrum-FieldButton:disabled{border-width:0}.spectrum--large .spectrum-FieldButton.is-open{border-width:1px}.spectrum--large .spectrum-FieldButton--quiet{border-radius:0;border-width:0;margin:0;padding:0}.spectrum--large .spectrum-ClearButton{height:40px;width:40px}.spectrum--large .spectrum-ClearButton--small{height:30px;width:30px}.spectrum--large .spectrum-Tool{height:40px;width:40px}.spectrum--large .spectrum-Tool-hold{bottom:4px;right:4px}.spectrum--large .spectrum-Button+.spectrum-Button{margin-left:16px}.spectrum--large .spectrum-ActionButton+.spectrum-ActionButton,.spectrum--large .spectrum-Tool+.spectrum-Tool{margin-left:10px}.spectrum{--spectrum-global-animation-duration-0:0ms;--spectrum-global-animation-duration-100:130ms;--spectrum-global-animation-duration-200:160ms;--spectrum-global-animation-duration-300:190ms;--spectrum-global-animation-duration-400:220ms;--spectrum-global-animation-duration-500:250ms;--spectrum-global-animation-duration-600:300ms;--spectrum-global-animation-duration-700:350ms;--spectrum-global-animation-duration-800:400ms;--spectrum-global-animation-duration-900:450ms;--spectrum-global-animation-duration-1000:500ms;--spectrum-global-animation-duration-2000:1000ms;--spectrum-global-animation-duration-4000:2000ms;--spectrum-global-animation-ease-in-out:cubic-bezier(.45,0,.40,1);--spectrum-global-animation-ease-in:cubic-bezier(.50,0,1,1);--spectrum-global-animation-ease-out:cubic-bezier(0,0,0.40,1);--spectrum-global-animation-linear:cubic-bezier(0,0,1,1);--spectrum-global-color-static-black:#000;--spectrum-global-color-static-white:#fff;--spectrum-global-color-static-blue:#1473e6;--spectrum-global-color-static-gray-50:#fff;--spectrum-global-color-static-gray-75:#fff;--spectrum-global-color-static-gray-100:#fff;--spectrum-global-color-static-gray-200:#f4f4f4;--spectrum-global-color-static-gray-300:#eaeaea;--spectrum-global-color-static-gray-400:#d3d3d3;--spectrum-global-color-static-gray-500:#bcbcbc;--spectrum-global-color-static-gray-600:#959595;--spectrum-global-color-static-gray-700:#747474;--spectrum-global-color-static-gray-800:#505050;--spectrum-global-color-static-gray-900:#323232;--spectrum-global-color-static-blue-200:#5aa9fa;--spectrum-global-color-static-blue-300:#4b9cf5;--spectrum-global-color-static-blue-400:#378ef0;--spectrum-global-color-static-blue-500:#2680eb;--spectrum-global-color-static-blue-600:#1473e6;--spectrum-global-color-static-blue-700:#0d66d0;--spectrum-global-color-static-red-400:#ec5b62;--spectrum-global-color-static-red-500:#e34850;--spectrum-global-color-static-red-600:#d7373f;--spectrum-global-color-static-red-700:#c9252d;--spectrum-global-color-static-orange-400:#f29423;--spectrum-global-color-static-orange-500:#e68619;--spectrum-global-color-static-orange-600:#da7b11;--spectrum-global-color-static-orange-700:#cb6f10;--spectrum-global-color-static-green-400:#33ab84;--spectrum-global-color-static-green-500:#2d9d78;--spectrum-global-color-static-green-600:#268e6c;--spectrum-global-color-static-green-700:#12805c;--spectrum-global-color-static-celery-200:#58e06f;--spectrum-global-color-static-celery-300:#51d267;--spectrum-global-color-static-celery-400:#4bc35f;--spectrum-global-color-static-celery-500:#44b556;--spectrum-global-color-static-celery-600:#3da74e;--spectrum-global-color-static-celery-700:#379947;--spectrum-global-color-static-chartreuse-300:#9bec54;--spectrum-global-color-static-chartreuse-400:#8ede49;--spectrum-global-color-static-chartreuse-500:#85d044;--spectrum-global-color-static-chartreuse-600:#7cc33f;--spectrum-global-color-static-chartreuse-700:#73b53a;--spectrum-global-color-static-yellow-200:#ffe22e;--spectrum-global-color-static-yellow-300:#fad900;--spectrum-global-color-static-yellow-400:#edcc00;--spectrum-global-color-static-yellow-500:#dfbf00;--spectrum-global-color-static-yellow-600:#d2b200;--spectrum-global-color-static-yellow-700:#c4a600;--spectrum-global-color-static-magenta-200:#f56bb7;--spectrum-global-color-static-magenta-300:#ec5aaa;--spectrum-global-color-static-magenta-400:#e2499d;--spectrum-global-color-static-magenta-500:#d83790;--spectrum-global-color-static-magenta-600:#ca2982;--spectrum-global-color-static-magenta-700:#bc1c74;--spectrum-global-color-static-fuchsia-400:#cf3edc;--spectrum-global-color-static-fuchsia-500:#c038cc;--spectrum-global-color-static-fuchsia-600:#b130bd;--spectrum-global-color-static-fuchsia-700:#a228ad;--spectrum-global-color-static-purple-400:#9d64e1;--spectrum-global-color-static-purple-500:#9256d9;--spectrum-global-color-static-purple-600:#864ccc;--spectrum-global-color-static-purple-700:#7a42bf;--spectrum-global-color-static-purple-800:#6f38b1;--spectrum-global-color-static-indigo-200:#9090fa;--spectrum-global-color-static-indigo-300:#8282f6;--spectrum-global-color-static-indigo-400:#7575f1;--spectrum-global-color-static-indigo-500:#6767ec;--spectrum-global-color-static-indigo-600:#5c5ce0;--spectrum-global-color-static-indigo-700:#5151d3;--spectrum-global-color-static-seafoam-200:#26c0c7;--spectrum-global-color-static-seafoam-300:#23b2b8;--spectrum-global-color-static-seafoam-400:#20a3a8;--spectrum-global-color-static-seafoam-500:#1b959a;--spectrum-global-color-static-seafoam-600:#16878c;--spectrum-global-color-static-seafoam-700:#0f797d;--spectrum-global-color-opacity-100:1;--spectrum-global-color-opacity-90:0.9;--spectrum-global-color-opacity-80:0.8;--spectrum-global-color-opacity-60:0.6;--spectrum-global-color-opacity-50:0.5;--spectrum-global-color-opacity-40:0.4;--spectrum-global-color-opacity-30:0.3;--spectrum-global-color-opacity-25:0.25;--spectrum-global-color-opacity-20:0.2;--spectrum-global-color-opacity-15:0.15;--spectrum-global-color-opacity-10:0.1;--spectrum-global-color-opacity-8:0.08;--spectrum-global-color-opacity-7:0.07;--spectrum-global-color-opacity-6:0.06;--spectrum-global-color-opacity-5:0.05;--spectrum-global-color-opacity-4:0.04;--spectrum-global-color-sequential-cerulean:["#E9FFF1","#C8F1E4","#A5E3D7","#82D5CA","#68C5C1","#54B4BA","#3FA2B2","#2991AC","#2280A2","#1F6D98","#1D5C8D","#1A4B83","#1A3979","#1A266F","#191264","#180057"];--spectrum-global-color-sequential-forest:["#FFFFDF","#E2F6BA","#C4EB95","#A4E16D","#8DD366","#77C460","#5FB65A","#48A754","#36984F","#2C894D","#237A4A","#196B47","#105C45","#094D41","#033F3E","#00313A"];--spectrum-global-color-sequential-rose:["#FFF4DD","#FFDDD7","#FFC5D2","#FEAECB","#FA96C4","#F57EBD","#EF64B5","#E846AD","#D238A1","#BB2E96","#A3248C","#8A1B83","#71167C","#560F74","#370B6E","#000968"];--spectrum-global-color-diverging-orange-yellow-seafoam:["#580000","#79260B","#9C4511","#BD651A","#DD8629","#F5AD52","#FED693","#FFFFE0","#BBE4D1","#76C7BE","#3EA8A6","#208288","#076769","#00494B","#002C2D"];--spectrum-global-color-diverging-red-yellow-blue:["#4A001E","#751232","#A52747","#C65154","#E47961","#F0A882","#FAD4AC","#FFFFE0","#BCE2CF","#89C0C4","#579EB9","#397AA8","#1C5796","#163771","#10194D"];--spectrum-global-color-diverging-red-blue:["#4A001E","#731331","#9F2945","#CC415A","#E06E85","#ED9AB0","#F8C3D9","#FAF0FF","#C6D0F2","#92B2DE","#5D94CB","#2F74B3","#265191","#163670","#0B194C"];--spectrum-semantic-negative-color-background:var(--spectrum-global-color-static-red-700);--spectrum-semantic-negative-color-default:var(--spectrum-global-color-red-500);--spectrum-semantic-negative-color-dark:var(--spectrum-global-color-red-600);--spectrum-semantic-negative-color-border:var(--spectrum-global-color-red-400);--spectrum-semantic-negative-color-icon:var(--spectrum-global-color-red-600);--spectrum-semantic-negative-color-status:var(--spectrum-global-color-red-400);--spectrum-semantic-negative-color-text-large:var(--spectrum-global-color-red-500);--spectrum-semantic-negative-color-text-small:var(--spectrum-global-color-red-600);--spectrum-semantic-negative-color-state-down:var(--spectrum-global-color-red-700);--spectrum-semantic-negative-color-state-focus:var(--spectrum-global-color-red-400);--spectrum-semantic-notice-color-background:var(--spectrum-global-color-static-orange-700);--spectrum-semantic-notice-color-default:var(--spectrum-global-color-orange-500);--spectrum-semantic-notice-color-dark:var(--spectrum-global-color-orange-600);--spectrum-semantic-notice-color-border:var(--spectrum-global-color-orange-400);--spectrum-semantic-notice-color-icon:var(--spectrum-global-color-orange-600);--spectrum-semantic-notice-color-status:var(--spectrum-global-color-orange-400);--spectrum-semantic-notice-color-text-large:var(--spectrum-global-color-orange-500);--spectrum-semantic-notice-color-text-small:var(--spectrum-global-color-orange-600);--spectrum-semantic-notice-color-state-down:var(--spectrum-global-color-orange-700);--spectrum-semantic-notice-color-state-focus:var(--spectrum-global-color-orange-400);--spectrum-semantic-positive-color-background:var(--spectrum-global-color-static-green-700);--spectrum-semantic-positive-color-default:var(--spectrum-global-color-green-500);--spectrum-semantic-positive-color-dark:var(--spectrum-global-color-green-600);--spectrum-semantic-positive-color-border:var(--spectrum-global-color-green-400);--spectrum-semantic-positive-color-icon:var(--spectrum-global-color-green-600);--spectrum-semantic-positive-color-status:var(--spectrum-global-color-green-400);--spectrum-semantic-positive-color-text-large:var(--spectrum-global-color-green-500);--spectrum-semantic-positive-color-text-small:var(--spectrum-global-color-green-600);--spectrum-semantic-positive-color-state-down:var(--spectrum-global-color-green-700);--spectrum-semantic-positive-color-state-focus:var(--spectrum-global-color-green-400);--spectrum-semantic-informative-color-background:var(--spectrum-global-color-static-blue-700);--spectrum-semantic-informative-color-default:var(--spectrum-global-color-blue-500);--spectrum-semantic-informative-color-dark:var(--spectrum-global-color-blue-600);--spectrum-semantic-informative-color-border:var(--spectrum-global-color-blue-400);--spectrum-semantic-informative-color-icon:var(--spectrum-global-color-blue-600);--spectrum-semantic-informative-color-status:var(--spectrum-global-color-blue-400);--spectrum-semantic-informative-color-text-large:var(--spectrum-global-color-blue-500);--spectrum-semantic-informative-color-text-small:var(--spectrum-global-color-blue-600);--spectrum-semantic-informative-color-state-down:var(--spectrum-global-color-blue-700);--spectrum-semantic-informative-color-state-focus:var(--spectrum-global-color-blue-400);--spectrum-semantic-cta-color-background-default:var(--spectrum-global-color-static-blue-600);--spectrum-semantic-cta-color-background-hover:var(--spectrum-global-color-static-blue-700);--spectrum-semantic-cta-color-background-down:var(--spectrum-global-color-static-blue-700);--spectrum-semantic-cta-color-background-key-focus:var(--spectrum-global-color-static-blue-600);--spectrum-semantic-background-color-key-focus:var(--spectrum-global-color-static-blue-600);--spectrum-semantic-neutral-color-background:var(--spectrum-global-color-static-gray-700);--spectrum-semantic-presence-color-1:var(--spectrum-global-color-static-red-500);--spectrum-semantic-presence-color-2:var(--spectrum-global-color-static-orange-400);--spectrum-semantic-presence-color-3:var(--spectrum-global-color-static-yellow-400);--spectrum-semantic-presence-color-4:#4bcca2;--spectrum-semantic-presence-color-5:#00c7ff;--spectrum-semantic-presence-color-6:#008cb8;--spectrum-semantic-presence-color-7:#7e4bf3;--spectrum-semantic-presence-color-8:var(--spectrum-global-color-static-fuchsia-600);--spectrum-global-dimension-static-size-0:0px;--spectrum-global-dimension-static-size-10:1px;--spectrum-global-dimension-static-size-25:2px;--spectrum-global-dimension-static-size-50:4px;--spectrum-global-dimension-static-size-40:3px;--spectrum-global-dimension-static-size-65:5px;--spectrum-global-dimension-static-size-100:8px;--spectrum-global-dimension-static-size-115:9px;--spectrum-global-dimension-static-size-125:10px;--spectrum-global-dimension-static-size-150:12px;--spectrum-global-dimension-static-size-175:14px;--spectrum-global-dimension-static-size-200:16px;--spectrum-global-dimension-static-size-225:18px;--spectrum-global-dimension-static-size-250:20px;--spectrum-global-dimension-static-size-300:24px;--spectrum-global-dimension-static-size-400:32px;--spectrum-global-dimension-static-size-450:36px;--spectrum-global-dimension-static-size-500:40px;--spectrum-global-dimension-static-size-550:44px;--spectrum-global-dimension-static-size-600:48px;--spectrum-global-dimension-static-size-700:56px;--spectrum-global-dimension-static-size-800:64px;--spectrum-global-dimension-static-size-900:72px;--spectrum-global-dimension-static-size-1000:80px;--spectrum-global-dimension-static-size-1200:96px;--spectrum-global-dimension-static-size-1700:136px;--spectrum-global-dimension-static-size-2400:192px;--spectrum-global-dimension-static-size-2600:208px;--spectrum-global-dimension-static-size-3400:272px;--spectrum-global-dimension-static-size-3600:288px;--spectrum-global-dimension-static-size-4600:368px;--spectrum-global-dimension-static-size-5000:400px;--spectrum-global-dimension-static-size-6000:480px;--spectrum-global-dimension-static-font-size-50:11px;--spectrum-global-dimension-static-font-size-75:12px;--spectrum-global-dimension-static-font-size-100:14px;--spectrum-global-dimension-static-font-size-150:15px;--spectrum-global-dimension-static-font-size-200:16px;--spectrum-global-dimension-static-font-size-300:18px;--spectrum-global-dimension-static-font-size-400:20px;--spectrum-global-dimension-static-font-size-500:22px;--spectrum-global-dimension-static-font-size-600:25px;--spectrum-global-dimension-static-font-size-700:28px;--spectrum-global-dimension-static-font-size-800:32px;--spectrum-global-dimension-static-font-size-900:36px;--spectrum-global-dimension-static-font-size-1000:40px;--spectrum-global-dimension-static-percent-50:50%;--spectrum-global-dimension-static-percent-100:100%;--spectrum-global-dimension-static-breakpoint-xsmall:304px;--spectrum-global-dimension-static-breakpoint-small:768px;--spectrum-global-dimension-static-breakpoint-medium:1280px;--spectrum-global-dimension-static-breakpoint-large:1768px;--spectrum-global-dimension-static-breakpoint-xlarge:2160px;--spectrum-global-dimension-static-grid-columns:12;--spectrum-global-dimension-static-grid-fluid-width:100%;--spectrum-global-dimension-static-grid-fixed-max-width:1280px;--spectrum-global-font-family-base:adobe-clean,"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Trebuchet MS","Lucida Grande",sans-serif;--spectrum-global-font-family-serif:adobe-clean-serif,"Source Serif Pro",Georgia,serif;--spectrum-global-font-family-code:"Source Code Pro",Monaco,monospace;--spectrum-global-font-weight-thin:100;--spectrum-global-font-weight-ultra-light:200;--spectrum-global-font-weight-light:300;--spectrum-global-font-weight-regular:400;--spectrum-global-font-weight-medium:500;--spectrum-global-font-weight-semi-bold:600;--spectrum-global-font-weight-bold:700;--spectrum-global-font-weight-extra-bold:800;--spectrum-global-font-weight-black:900;--spectrum-global-font-style-regular:normal;--spectrum-global-font-style-italic:italic;--spectrum-global-font-letter-spacing-none:0;--spectrum-global-font-letter-spacing-small:0.0125em;--spectrum-global-font-letter-spacing-han:0.05em;--spectrum-global-font-letter-spacing-medium:0.06em;--spectrum-global-font-line-height-large:1.7;--spectrum-global-font-line-height-medium:1.5;--spectrum-global-font-line-height-small:1.3;--spectrum-global-font-multiplier-25:0.25em;--spectrum-global-font-multiplier-75:0.75em;--spectrum-alias-border-size-thin:var(--spectrum-global-dimension-static-size-10);--spectrum-alias-border-size-thick:var(--spectrum-global-dimension-static-size-25);--spectrum-alias-border-size-thicker:var(--spectrum-global-dimension-static-size-50);--spectrum-alias-border-size-thickest:var(--spectrum-global-dimension-static-size-100);--spectrum-alias-border-offset-thin:var(--spectrum-global-dimension-static-size-25);--spectrum-alias-border-offset-thick:var(--spectrum-global-dimension-static-size-50);--spectrum-alias-border-offset-thicker:var(--spectrum-global-dimension-static-size-100);--spectrum-alias-border-offset-thickest:var(--spectrum-global-dimension-static-size-200);--spectrum-alias-grid-baseline:var(--spectrum-global-dimension-static-size-100);--spectrum-alias-grid-gutter-xsmall:var(--spectrum-global-dimension-static-size-200);--spectrum-alias-grid-gutter-small:var(--spectrum-global-dimension-static-size-300);--spectrum-alias-grid-gutter-medium:var(--spectrum-global-dimension-static-size-400);--spectrum-alias-grid-gutter-large:var(--spectrum-global-dimension-static-size-500);--spectrum-alias-grid-gutter-xlarge:var(--spectrum-global-dimension-static-size-600);--spectrum-alias-grid-margin-xsmall:var(--spectrum-global-dimension-static-size-200);--spectrum-alias-grid-margin-small:var(--spectrum-global-dimension-static-size-300);--spectrum-alias-grid-margin-medium:var(--spectrum-global-dimension-static-size-400);--spectrum-alias-grid-margin-large:var(--spectrum-global-dimension-static-size-500);--spectrum-alias-grid-margin-xlarge:var(--spectrum-global-dimension-static-size-600);--spectrum-alias-grid-layout-region-margin-bottom-xsmall:var(--spectrum-global-dimension-static-size-200);--spectrum-alias-grid-layout-region-margin-bottom-small:var(--spectrum-global-dimension-static-size-300);--spectrum-alias-grid-layout-region-margin-bottom-medium:var(--spectrum-global-dimension-static-size-400);--spectrum-alias-grid-layout-region-margin-bottom-large:var(--spectrum-global-dimension-static-size-500);--spectrum-alias-grid-layout-region-margin-bottom-xlarge:var(--spectrum-global-dimension-static-size-600);--spectrum-alias-radial-reaction-size-default:var(--spectrum-global-dimension-static-size-550);--spectrum-alias-font-family-ar:myriad-arabic,adobe-clean,"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Trebuchet MS","Lucida Grande",sans-serif;--spectrum-alias-font-family-he:myriad-hebrew,adobe-clean,"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Trebuchet MS","Lucida Grande",sans-serif;--spectrum-alias-font-family-zh:adobe-clean-han-traditional,source-han-traditional,"MingLiu","Heiti TC Light","sans-serif";--spectrum-alias-font-family-zhhans:adobe-clean-han-simplified-c,source-han-simplified-c,"SimSun","Heiti SC Light","sans-serif";--spectrum-alias-font-family-ko:adobe-clean-han-korean,source-han-korean,"Malgun Gothic","Apple Gothic","sans-serif";--spectrum-alias-font-family-ja:adobe-clean-han-japanese,source-han-japanese,"Yu Gothic","\30E1 \30A4 \30EA \30AA","\30D2 \30E9 \30AE \30CE \89D2 \30B4  Pro W3","Hiragino Kaku Gothic Pro W3","Osaka","\FF2D \FF33 \FF30 \30B4 \30B7 \30C3 \30AF","MS PGothic","sans-serif";--spectrum-alias-font-family-condensed:adobe-clean-han-traditional,source-han-traditional,"MingLiu","Heiti TC Light",adobe-clean,"Source Sans Pro",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Ubuntu,"Trebuchet MS","Lucida Grande",sans-serif;--spectrum-alias-line-height-body:var(--spectrum-global-font-line-height-medium);--spectrum-alias-line-height-title:var(--spectrum-global-font-line-height-small);--spectrum-alias-body-han-text-line-height:var(--spectrum-global-font-line-height-large);--spectrum-alias-body-text-font-family:var(--spectrum-global-font-family-base);--spectrum-alias-body-text-line-height:var(--spectrum-global-font-line-height-medium);--spectrum-alias-body-text-font-weight:var(--spectrum-global-font-weight-regular);--spectrum-alias-body-text-font-weight-strong:var(--spectrum-global-font-weight-bold);--spectrum-alias-button-text-line-height:var(--spectrum-global-font-line-height-small);--spectrum-alias-heading-han-text-line-height:var(--spectrum-global-font-line-height-medium);--spectrum-alias-heading-text-line-height:var(--spectrum-global-font-line-height-small);--spectrum-alias-heading-text-font-weight-regular:var(--spectrum-global-font-weight-bold);--spectrum-alias-heading-text-font-weight-regular-strong:var(--spectrum-global-font-weight-black);--spectrum-alias-heading-text-font-weight-quiet:var(--spectrum-global-font-weight-light);--spectrum-alias-heading-text-font-weight-quiet-strong:var(--spectrum-global-font-weight-bold);--spectrum-alias-heading-text-font-weight-strong:var(--spectrum-global-font-weight-black);--spectrum-alias-heading-text-font-weight-strong-strong:var(--spectrum-global-font-weight-black);--spectrum-alias-subheading-text-font-weight:var(--spectrum-global-font-weight-bold);--spectrum-alias-subheading-text-font-weight-strong:var(--spectrum-global-font-weight-black);--spectrum-alias-detail-text-font-weight:var(--spectrum-global-font-weight-bold);--spectrum-alias-detail-text-font-weight-light:var(--spectrum-global-font-weight-regular);--spectrum-alias-detail-text-font-weight-strong:var(--spectrum-global-font-weight-black);--spectrum-alias-serif-text-font-family:var(--spectrum-global-font-family-serif);--spectrum-alias-article-text-font-family:var(--spectrum-global-font-family-serif);--spectrum-alias-article-body-text-font-weight:var(--spectrum-global-font-weight-regular);--spectrum-alias-article-body-text-font-weight-strong:var(--spectrum-global-font-weight-black);--spectrum-alias-article-heading-text-font-weight:var(--spectrum-global-font-weight-bold);--spectrum-alias-article-heading-text-font-weight-strong:var(--spectrum-global-font-weight-black);--spectrum-alias-article-heading-text-font-weight-quiet:var(--spectrum-global-font-weight-regular);--spectrum-alias-article-heading-text-font-weight-quiet-strong:var(--spectrum-global-font-weight-bold);--spectrum-alias-article-subheading-text-font-weight:var(--spectrum-global-font-weight-bold);--spectrum-alias-article-subheading-text-font-weight-strong:var(--spectrum-global-font-weight-black);--spectrum-alias-article-detail-text-font-weight:var(--spectrum-global-font-weight-regular);--spectrum-alias-article-detail-text-font-weight-strong:var(--spectrum-global-font-weight-bold);--spectrum-alias-code-text-font-family:var(--spectrum-global-font-family-code);--spectrum-alias-han-heading-text-font-weight-regular:var(--spectrum-global-font-weight-bold);--spectrum-alias-han-heading-text-font-weight-regular-emphasis:var(--spectrum-global-font-weight-extra-bold);--spectrum-alias-han-heading-text-font-weight-regular-strong:var(--spectrum-global-font-weight-black);--spectrum-alias-han-heading-text-font-weight-quiet:var(--spectrum-global-font-weight-light);--spectrum-alias-han-heading-text-font-weight-quiet-emphasis:var(--spectrum-global-font-weight-regular);--spectrum-alias-han-heading-text-font-weight-quiet-strong:var(--spectrum-global-font-weight-bold);--spectrum-alias-han-heading-text-font-weight-light:var(--spectrum-global-font-weight-light);--spectrum-alias-han-heading-text-font-weight-light-emphasis:var(--spectrum-global-font-weight-regular);--spectrum-alias-han-heading-text-font-weight-light-strong:var(--spectrum-global-font-weight-bold);--spectrum-alias-han-heading-text-font-weight-strong:var(--spectrum-global-font-weight-black);--spectrum-alias-han-heading-text-font-weight-strong-emphasis:var(--spectrum-global-font-weight-black);--spectrum-alias-han-heading-text-font-weight-strong-strong:var(--spectrum-global-font-weight-black);--spectrum-alias-han-heading-text-font-weight-heavy:var(--spectrum-global-font-weight-black);--spectrum-alias-han-heading-text-font-weight-heavy-emphasis:var(--spectrum-global-font-weight-black);--spectrum-alias-han-heading-text-font-weight-heavy-strong:var(--spectrum-global-font-weight-black);--spectrum-alias-han-body-text-font-weight-regular:var(--spectrum-global-font-weight-regular);--spectrum-alias-han-body-text-font-weight-emphasis:var(--spectrum-global-font-weight-bold);--spectrum-alias-han-body-text-font-weight-strong:var(--spectrum-global-font-weight-black);--spectrum-alias-han-subheading-text-font-weight-regular:var(--spectrum-global-font-weight-bold);--spectrum-alias-han-subheading-text-font-weight-emphasis:var(--spectrum-global-font-weight-extra-bold);--spectrum-alias-han-subheading-text-font-weight-strong:var(--spectrum-global-font-weight-black);--spectrum-alias-han-detail-text-font-weight:var(--spectrum-global-font-weight-regular);--spectrum-alias-han-detail-text-font-weight-emphasis:var(--spectrum-global-font-weight-bold);--spectrum-alias-han-detail-text-font-weight-strong:var(--spectrum-global-font-weight-black);--spectrum-alias-code-text-font-weight-regular:var(--spectrum-global-font-weight-regular);--spectrum-alias-code-text-font-weight-strong:var(--spectrum-global-font-weight-bold);--spectrum-alias-code-text-line-height:var(--spectrum-global-font-line-height-medium);--spectrum-alias-heading-margin-bottom:var(--spectrum-global-font-multiplier-25);--spectrum-alias-body-margin-bottom:var(--spectrum-global-font-multiplier-75);--spectrum-alias-focus-ring-gap:var(--spectrum-global-dimension-static-size-25);--spectrum-alias-focus-ring-size:var(--spectrum-global-dimension-static-size-25);--spectrum-alias-loupe-entry-animation-duration:var(--spectrum-global-animation-duration-300);--spectrum-alias-loupe-exit-animation-duration:var(--spectrum-global-animation-duration-300)}.spectrum--large,.spectrum--medium{--spectrum-alias-dropshadow-blur:var(--spectrum-global-dimension-size-50);--spectrum-alias-dropshadow-offset-y:var(--spectrum-global-dimension-size-10);--spectrum-alias-font-size-default:var(--spectrum-global-dimension-font-size-100);--spectrum-alias-line-height-small:var(--spectrum-global-dimension-size-200);--spectrum-alias-line-height-medium:var(--spectrum-global-dimension-size-250);--spectrum-alias-line-height-large:var(--spectrum-global-dimension-size-300);--spectrum-alias-line-height-xlarge:var(--spectrum-global-dimension-size-400);--spectrum-alias-line-height-xxlarge:var(--spectrum-global-dimension-size-600);--spectrum-alias-layout-label-gap-size:var(--spectrum-global-dimension-size-100);--spectrum-alias-pill-button-text-size:var(--spectrum-global-dimension-font-size-100);--spectrum-alias-pill-button-text-baseline:var(--spectrum-global-dimension-static-size-150);--spectrum-alias-border-radius-xsmall:var(--spectrum-global-dimension-size-10);--spectrum-alias-border-radius-small:var(--spectrum-global-dimension-size-25);--spectrum-alias-border-radius-regular:var(--spectrum-global-dimension-size-50);--spectrum-alias-border-radius-medium:var(--spectrum-global-dimension-size-100);--spectrum-alias-border-radius-large:var(--spectrum-global-dimension-size-200);--spectrum-alias-single-line-height:var(--spectrum-global-dimension-size-400);--spectrum-alias-single-line-width:var(--spectrum-global-dimension-size-2400);--spectrum-alias-workflow-icon-size:var(--spectrum-global-dimension-size-225);--spectrum-alias-heading-display1-text-size:var(--spectrum-global-dimension-font-size-1300);--spectrum-alias-heading-xxxl-text-size:var(--spectrum-global-dimension-font-size-1300);--spectrum-alias-heading-han-display1-text-size:var(--spectrum-global-dimension-font-size-1300);--spectrum-alias-heading-han-xxxl-text-size:var(--spectrum-global-dimension-font-size-1300);--spectrum-alias-heading-han-display1-margin-top:var(--spectrum-global-dimension-font-size-1200);--spectrum-alias-heading-han-xxxl-margin-top:var(--spectrum-global-dimension-font-size-1200);--spectrum-alias-heading-display1-margin-top:var(--spectrum-global-dimension-font-size-1200);--spectrum-alias-heading-xxxl-margin-top:var(--spectrum-global-dimension-font-size-1200);--spectrum-alias-heading-display2-text-size:var(--spectrum-global-dimension-font-size-1100);--spectrum-alias-heading-xxl-text-size:var(--spectrum-global-dimension-font-size-1100);--spectrum-alias-heading-display2-margin-top:var(--spectrum-global-dimension-font-size-900);--spectrum-alias-heading-xxl-margin-top:var(--spectrum-global-dimension-font-size-900);--spectrum-alias-heading-han-display2-text-size:var(--spectrum-global-dimension-font-size-900);--spectrum-alias-heading-han-xxl-text-size:var(--spectrum-global-dimension-font-size-900);--spectrum-alias-heading-han-display2-margin-top:var(--spectrum-global-dimension-font-size-800);--spectrum-alias-heading-han-xxl-margin-top:var(--spectrum-global-dimension-font-size-800);--spectrum-alias-heading1-text-size:var(--spectrum-global-dimension-font-size-900);--spectrum-alias-heading-xl-text-size:var(--spectrum-global-dimension-font-size-900);--spectrum-alias-heading1-margin-top:var(--spectrum-global-dimension-font-size-800);--spectrum-alias-heading-xl-margin-top:var(--spectrum-global-dimension-font-size-800);--spectrum-alias-heading1-han-text-size:var(--spectrum-global-dimension-font-size-800);--spectrum-alias-heading-han-xl-text-size:var(--spectrum-global-dimension-font-size-800);--spectrum-alias-heading1-han-margin-top:var(--spectrum-global-dimension-font-size-700);--spectrum-alias-heading-han-xl-margin-top:var(--spectrum-global-dimension-font-size-700);--spectrum-alias-heading2-text-size:var(--spectrum-global-dimension-font-size-700);--spectrum-alias-heading-l-text-size:var(--spectrum-global-dimension-font-size-700);--spectrum-alias-heading2-margin-top:var(--spectrum-global-dimension-font-size-600);--spectrum-alias-heading-l-margin-top:var(--spectrum-global-dimension-font-size-600);--spectrum-alias-heading2-han-text-size:var(--spectrum-global-dimension-font-size-600);--spectrum-alias-heading-han-l-text-size:var(--spectrum-global-dimension-font-size-600);--spectrum-alias-heading2-han-margin-top:var(--spectrum-global-dimension-font-size-500);--spectrum-alias-heading-han-l-margin-top:var(--spectrum-global-dimension-font-size-500);--spectrum-alias-heading3-text-size:var(--spectrum-global-dimension-font-size-500);--spectrum-alias-heading-m-text-size:var(--spectrum-global-dimension-font-size-500);--spectrum-alias-heading3-margin-top:var(--spectrum-global-dimension-font-size-400);--spectrum-alias-heading-m-margin-top:var(--spectrum-global-dimension-font-size-400);--spectrum-alias-heading3-han-text-size:var(--spectrum-global-dimension-font-size-400);--spectrum-alias-heading-han-m-text-size:var(--spectrum-global-dimension-font-size-400);--spectrum-alias-heading3-han-margin-top:var(--spectrum-global-dimension-font-size-300);--spectrum-alias-heading-han-m-margin-top:var(--spectrum-global-dimension-font-size-300);--spectrum-alias-heading4-text-size:var(--spectrum-global-dimension-font-size-300);--spectrum-alias-heading-s-text-size:var(--spectrum-global-dimension-font-size-300);--spectrum-alias-heading4-margin-top:var(--spectrum-global-dimension-font-size-200);--spectrum-alias-heading-s-margin-top:var(--spectrum-global-dimension-font-size-200);--spectrum-alias-heading5-text-size:var(--spectrum-global-dimension-font-size-200);--spectrum-alias-heading-xs-text-size:var(--spectrum-global-dimension-font-size-200);--spectrum-alias-heading5-margin-top:var(--spectrum-global-dimension-font-size-100);--spectrum-alias-heading-xs-margin-top:var(--spectrum-global-dimension-font-size-100);--spectrum-alias-heading6-text-size:var(--spectrum-global-dimension-font-size-100);--spectrum-alias-heading-xxs-text-size:var(--spectrum-global-dimension-font-size-100);--spectrum-alias-heading6-margin-top:var(--spectrum-global-dimension-font-size-75);--spectrum-alias-heading-xxs-margin-top:var(--spectrum-global-dimension-font-size-75)}.spectrum--dark,.spectrum--darkest,.spectrum--light,.spectrum--lightest{--spectrum-alias-background-color-default:var(--spectrum-global-color-gray-100);--spectrum-alias-background-color-transparent:transparent;--spectrum-alias-background-color-label-gray:#707070;--spectrum-alias-background-color-quickactions-overlay:rgba(0,0,0,.2);--spectrum-alias-placeholder-text-color:var(--spectrum-global-color-gray-600);--spectrum-alias-placeholder-text-color-hover:var(--spectrum-global-color-gray-900);--spectrum-alias-placeholder-text-color-down:var(--spectrum-global-color-gray-900);--spectrum-alias-placeholder-text-color-selected:var(--spectrum-global-color-gray-800);--spectrum-alias-label-text-color:var(--spectrum-global-color-gray-700);--spectrum-alias-text-color:var(--spectrum-global-color-gray-800);--spectrum-alias-text-color-hover:var(--spectrum-global-color-gray-900);--spectrum-alias-text-color-down:var(--spectrum-global-color-gray-900);--spectrum-alias-text-color-key-focus:var(--spectrum-global-color-blue-600);--spectrum-alias-text-color-mouse-focus:var(--spectrum-global-color-blue-600);--spectrum-alias-text-color-disabled:var(--spectrum-global-color-gray-500);--spectrum-alias-text-color-invalid:var(--spectrum-global-color-red-500);--spectrum-alias-text-color-selected:var(--spectrum-global-color-blue-600);--spectrum-alias-text-color-selected-neutral:var(--spectrum-global-color-gray-900);--spectrum-alias-title-text-color:var(--spectrum-global-color-gray-900);--spectrum-alias-heading-text-color:var(--spectrum-global-color-gray-900);--spectrum-alias-border-color:var(--spectrum-global-color-gray-300);--spectrum-alias-border-color-hover:var(--spectrum-global-color-gray-400);--spectrum-alias-border-color-focus:var(--spectrum-global-color-blue-400);--spectrum-alias-border-color-down:var(--spectrum-global-color-blue-500);--spectrum-alias-border-color-extralight:var(--spectrum-global-color-gray-100);--spectrum-alias-border-color-light:var(--spectrum-global-color-gray-200);--spectrum-alias-border-color-mid:var(--spectrum-global-color-gray-300);--spectrum-alias-border-color-dark:var(--spectrum-global-color-gray-400);--spectrum-alias-border-color-transparent:transparent;--spectrum-alias-border-color-translucent-dark:rgba(0,0,0,.05);--spectrum-alias-border-color-translucent-darker:rgba(0,0,0,.1);--spectrum-alias-focus-color:var(--spectrum-global-color-blue-400);--spectrum-alias-focus-ring-color:var(--spectrum-alias-focus-color);--spectrum-alias-focus-ring-gap-color:var(--spectrum-global-color-gray-75);--spectrum-alias-track-color-default:var(--spectrum-global-color-gray-300);--spectrum-alias-track-color-disabled:var(--spectrum-global-color-gray-300);--spectrum-alias-track-color-over-background:hsla(0,0%,100%,.2);--spectrum-alias-icon-color:var(--spectrum-global-color-gray-700);--spectrum-alias-icon-color-over-background:var(--spectrum-global-color-static-white);--spectrum-alias-icon-color-hover:var(--spectrum-global-color-gray-900);--spectrum-alias-icon-color-down:var(--spectrum-global-color-gray-900);--spectrum-alias-icon-color-focus:var(--spectrum-global-color-gray-900);--spectrum-alias-icon-color-disabled:var(--spectrum-global-color-gray-400);--spectrum-alias-icon-color-selected-neutral:var(--spectrum-global-color-gray-900);--spectrum-alias-icon-color-selected:var(--spectrum-global-color-blue-500);--spectrum-alias-icon-color-selected-hover:var(--spectrum-global-color-blue-600);--spectrum-alias-icon-color-selected-down:var(--spectrum-global-color-blue-700);--spectrum-alias-icon-color-selected-focus:var(--spectrum-global-color-blue-600);--spectrum-alias-icon-color-error:var(--spectrum-global-color-red-400);--spectrum-alias-toolbar-background-color:var(--spectrum-global-color-gray-100);--spectrum-alias-categorical-color-1:var(--spectrum-global-color-static-seafoam-200);--spectrum-alias-categorical-color-2:var(--spectrum-global-color-static-indigo-700);--spectrum-alias-categorical-color-3:var(--spectrum-global-color-static-orange-500);--spectrum-alias-categorical-color-4:var(--spectrum-global-color-static-magenta-500);--spectrum-alias-categorical-color-5:var(--spectrum-global-color-static-indigo-200);--spectrum-alias-categorical-color-6:var(--spectrum-global-color-static-celery-200);--spectrum-alias-categorical-color-7:var(--spectrum-global-color-static-blue-500);--spectrum-alias-categorical-color-8:var(--spectrum-global-color-static-purple-800);--spectrum-alias-categorical-color-9:var(--spectrum-global-color-static-yellow-500);--spectrum-alias-categorical-color-10:var(--spectrum-global-color-static-orange-700);--spectrum-alias-categorical-color-11:var(--spectrum-global-color-static-green-600);--spectrum-alias-categorical-color-12:var(--spectrum-global-color-static-chartreuse-300);--spectrum-alias-categorical-color-13:var(--spectrum-global-color-static-blue-200);--spectrum-alias-categorical-color-14:var(--spectrum-global-color-static-fuchsia-500);--spectrum-alias-categorical-color-15:var(--spectrum-global-color-static-magenta-200);--spectrum-alias-categorical-color-16:var(--spectrum-global-color-static-yellow-200)}.spectrum-Dialog{opacity:0;pointer-events:none;transition:transform .13s ease-in-out,opacity .13s ease-in-out,visibility 0ms linear .13s;visibility:hidden}.spectrum-Dialog.is-open{opacity:1;pointer-events:auto;transition-delay:0ms;visibility:visible}.spectrum-Dialog{border-radius:4px;box-sizing:border-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;left:50%;max-height:90vh;max-width:90vw;min-width:288px;outline:none;padding:40px;position:fixed;top:50%;transform:translateX(-50%) translateY(-50%) translateY(20px);transition:opacity .13s cubic-bezier(.5,0,1,1) 0ms,visibility 0ms linear .13s,transform 0ms linear .13s;width:-webkit-fit-content;width:fit-content;z-index:2}.spectrum-Dialog.is-open{transform:translate(-50%,calc(-50% - 2vh));transition:transform .25s cubic-bezier(0,0,.4,1) .16s,opacity .25s cubic-bezier(0,0,.4,1) .16s}.spectrum-Dialog .spectrum-Dialog-closeButton{display:none}.spectrum-Dialog--small{width:400px}.spectrum-Dialog--medium{width:480px}.spectrum-Dialog--large{width:640px}.spectrum-Dialog-hero{background-position:50%;background-size:cover;border-top-left-radius:4px;border-top-right-radius:4px;height:128px;margin:-40px -40px 40px}.spectrum-Dialog-header{-ms-flex-align:center;-ms-flex-negative:0;align-items:center;border-radius:4px 4px 0 0;box-sizing:border-box;display:-ms-flexbox;display:flex;flex-shrink:0;outline:none;padding-bottom:30px;position:relative;width:100%}.spectrum-Dialog-header:after{bottom:16px;content:"";height:2px;left:0;position:absolute;right:0}.spectrum-Dialog-wrapper{-ms-flex-align:center;-ms-flex-pack:center;align-items:center;box-sizing:border-box;display:-ms-flexbox;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:fixed;top:0;transition:visibility 0ms linear .13s;visibility:hidden;width:100%;z-index:2}.spectrum-Dialog-wrapper.is-open{visibility:visible}.spectrum-Dialog-wrapper .spectrum-Dialog:not(.spectrum-Dialog--fullscreen):not(.spectrum-Dialog--fullscreenTakeover){left:auto;margin-top:-2vh;pointer-events:auto;position:relative;top:auto;transform:translateY(20px)}.spectrum-Dialog-wrapper .spectrum-Dialog:not(.spectrum-Dialog--fullscreen):not(.spectrum-Dialog--fullscreenTakeover).is-open{transform:translateY(0)}@media only screen and (max-device-height:350px),only screen and (max-device-width:400px){.spectrum-Dialog--responsive{border-radius:0;height:100%;max-height:100%;max-width:100%;width:100%}.spectrum-Dialog-wrapper .spectrum-Dialog--responsive{margin-top:0}}.spectrum-Dialog--dismissible .spectrum-Dialog-footer,.spectrum-Dialog--noDivider .spectrum-Dialog-header:after{display:none}.spectrum-Dialog--dismissible .spectrum-Dialog-closeButton{display:initial}.spectrum-Dialog-closeButton{position:absolute;right:-28px;top:-28px}.spectrum-Dialog-typeIcon{-ms-flex-negative:0;-ms-flex-item-align:start;align-self:flex-start;display:block;flex-shrink:0;margin-left:24px}.spectrum-Dialog-content{-webkit-overflow-scrolling:touch;box-sizing:border-box;display:block;-ms-flex:1 1 auto;flex:1 1 auto;font-size:14px;font-weight:400;line-height:1.5;outline:none;overflow-y:auto}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.spectrum-Dialog-content{max-height:70vh}}.spectrum-Dialog-footer{-ms-flex-pack:end;border-radius:0 0 4px 4px;display:-ms-flexbox;display:flex;-ms-flex:0 1 auto;flex:0 1 auto;-ms-flex-wrap:wrap;flex-wrap:wrap;justify-content:flex-end;margin:0 -8px -8px;outline:none;padding-top:28px}.spectrum-Dialog-footer>*,.spectrum-Dialog-footer>.spectrum-Button+.spectrum-Button{margin:8px}.spectrum-Dialog-title{-ms-flex:1 1 auto;flex:1 1 auto;font-size:18px;font-weight:700;line-height:1.3;margin:0;outline:none}.spectrum-Dialog--alert{width:480px}.spectrum-Dialog--fullscreen{bottom:32px;left:32px;right:32px;top:32px;transform:translateY(20px)}.spectrum-Dialog--fullscreen.is-open{transform:translate(0)}.spectrum-Dialog--fullscreen,.spectrum-Dialog--fullscreenTakeover{max-height:none;max-width:none;padding-top:30px;width:auto}.spectrum-Dialog--fullscreen .spectrum-Dialog-header,.spectrum-Dialog--fullscreenTakeover .spectrum-Dialog-header{-ms-flex-negative:0;flex-shrink:0}.spectrum-Dialog--fullscreen .spectrum-Dialog-title,.spectrum-Dialog--fullscreenTakeover .spectrum-Dialog-title{font-size:28px;font-weight:100}.spectrum-Dialog--fullscreen .spectrum-Dialog-content,.spectrum-Dialog--fullscreenTakeover .spectrum-Dialog-content{max-height:none}.spectrum-Dialog--fullscreenTakeover{border:none;border-radius:0;bottom:0;box-sizing:border-box;left:0;position:fixed;right:0;top:0}.spectrum-Dialog--fullscreenTakeover,.spectrum-Dialog--fullscreenTakeover.is-open{transform:none}.spectrum--lightest .spectrum-Dialog,.spectrum--lightest .spectrum-Dialog-header{background:#fff}.spectrum--lightest .spectrum-Dialog-header:after{background:#eaeaea}.spectrum--lightest .spectrum-Dialog-title{color:#323232}.spectrum--lightest .spectrum-Dialog-content{color:#505050}.spectrum--lightest .spectrum-Dialog-typeIcon{color:#323232}.spectrum--lightest .spectrum-Dialog-footer{background:#fff}.spectrum--lightest .spectrum-Dialog--error .spectrum-Dialog-title,.spectrum--lightest .spectrum-Dialog--error .spectrum-Dialog-typeIcon{color:#d7373f}.spectrum--light .spectrum-Dialog,.spectrum--light .spectrum-Dialog-header{background:#f5f5f5}.spectrum--light .spectrum-Dialog-header:after{background:#e1e1e1}.spectrum--light .spectrum-Dialog-title{color:#2c2c2c}.spectrum--light .spectrum-Dialog-content{color:#4b4b4b}.spectrum--light .spectrum-Dialog-typeIcon{color:#2c2c2c}.spectrum--light .spectrum-Dialog-footer{background:#f5f5f5}.spectrum--light .spectrum-Dialog--error .spectrum-Dialog-title,.spectrum--light .spectrum-Dialog--error .spectrum-Dialog-typeIcon{color:#c9252d}.spectrum--dark .spectrum-Dialog,.spectrum--dark .spectrum-Dialog-header{background:#323232}.spectrum--dark .spectrum-Dialog-header:after{background:#4a4a4a}.spectrum--dark .spectrum-Dialog-title{color:#fff}.spectrum--dark .spectrum-Dialog-content{color:#e3e3e3}.spectrum--dark .spectrum-Dialog-typeIcon{color:#fff}.spectrum--dark .spectrum-Dialog-footer{background:#323232}.spectrum--dark .spectrum-Dialog--error .spectrum-Dialog-title,.spectrum--dark .spectrum-Dialog--error .spectrum-Dialog-typeIcon{color:#f76d74}.spectrum--darkest .spectrum-Dialog,.spectrum--darkest .spectrum-Dialog-header{background:#1e1e1e}.spectrum--darkest .spectrum-Dialog-header:after{background:#393939}.spectrum--darkest .spectrum-Dialog-title{color:#efefef}.spectrum--darkest .spectrum-Dialog-content{color:#c8c8c8}.spectrum--darkest .spectrum-Dialog-typeIcon{color:#efefef}.spectrum--darkest .spectrum-Dialog-footer{background:#1e1e1e}.spectrum--darkest .spectrum-Dialog--error .spectrum-Dialog-title,.spectrum--darkest .spectrum-Dialog--error .spectrum-Dialog-typeIcon{color:#ec5b62}.spectrum-Tooltip{opacity:0;pointer-events:none;transition:transform .13s ease-in-out,opacity .13s ease-in-out,visibility 0ms linear .13s;visibility:hidden}.spectrum-Tooltip.is-open{opacity:1;pointer-events:auto;transition-delay:0ms;visibility:visible}.spectrum-Tooltip--bottom.is-open{transform:translateY(6px)}.spectrum-Tooltip--top.is-open{transform:translateY(-6px)}.spectrum-Tooltip--right.is-open{transform:translateX(6px)}.spectrum-Tooltip--left.is-open{transform:translateX(-6px)}.spectrum-Tooltip{-ms-flex-align:center;-webkit-font-smoothing:antialiased;align-items:center;border-radius:4px;box-sizing:border-box;cursor:default;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;font-size:12px;font-weight:400;left:0;line-height:16px;min-height:24px;padding:4px 10px;position:relative;top:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:top;width:auto;word-break:break-word}.spectrum-Tooltip p{margin:0}.spectrum-Tooltip-tip{border-bottom:4px solid transparent;border-left:4px solid transparent;border-right:4px solid transparent;border-top-style:solid;border-top-width:4px;height:0;position:absolute;width:0}.spectrum-Tooltip--left .spectrum-Tooltip-tip,.spectrum-Tooltip--right .spectrum-Tooltip-tip{margin-top:-4px;top:50%}.spectrum-Tooltip--right{margin-left:3px}.spectrum-Tooltip--right .spectrum-Tooltip-tip{right:100%;transform:rotate(90deg)}.spectrum-Tooltip--left{margin-right:3px}.spectrum-Tooltip--left .spectrum-Tooltip-tip{left:100%;transform:rotate(-90deg)}.spectrum-Tooltip--top{margin-bottom:3px}.spectrum-Tooltip--top .spectrum-Tooltip-tip{top:100%}.spectrum-Tooltip--bottom{margin-top:3px}.spectrum-Tooltip--bottom .spectrum-Tooltip-tip{bottom:100%;transform:rotate(-180deg)}.spectrum-Tooltip--bottom .spectrum-Tooltip-tip,.spectrum-Tooltip--top .spectrum-Tooltip-tip{left:50%;margin-left:-4px}.spectrum-Tooltip-typeIcon{-ms-flex-item-align:start;align-self:flex-start;height:14px;margin-left:-2px;margin-right:8px;margin-top:1px;width:14px}.spectrum-Tooltip-label{line-height:16px;max-width:101px}.u-tooltip-showOnHover{display:inline-block;position:relative}.u-tooltip-showOnHover .spectrum-Tooltip{position:absolute;top:-100%;transition:transform .13s ease-in-out;visibility:visible!important;white-space:nowrap}.u-tooltip-showOnHover .spectrum-Tooltip-label{max-width:none}.u-tooltip-showOnHover .spectrum-Tooltip--left,.u-tooltip-showOnHover .spectrum-Tooltip--left .spectrum-Tooltip-tip,.u-tooltip-showOnHover .spectrum-Tooltip--right,.u-tooltip-showOnHover .spectrum-Tooltip--right .spectrum-Tooltip-tip{top:50%}.u-tooltip-showOnHover .spectrum-Tooltip--right{left:100%;transform:translateY(-50%)}.u-tooltip-showOnHover .spectrum-Tooltip--left{transform:translate(-100%,-50%)}.u-tooltip-showOnHover .spectrum-Tooltip--bottom,.u-tooltip-showOnHover .spectrum-Tooltip--bottom .spectrum-Tooltip-tip,.u-tooltip-showOnHover .spectrum-Tooltip--top,.u-tooltip-showOnHover .spectrum-Tooltip--top .spectrum-Tooltip-tip{left:50%}.u-tooltip-showOnHover .spectrum-Tooltip--bottom{top:100%;transform:translate(-50%,-4px)}.u-tooltip-showOnHover .spectrum-Tooltip--top{transform:translate(-50%,4px)}.u-tooltip-showOnHover :focus .spectrum-Tooltip,.u-tooltip-showOnHover.is-focused .spectrum-Tooltip,.u-tooltip-showOnHover:focus .spectrum-Tooltip,.u-tooltip-showOnHover:hover .spectrum-Tooltip{opacity:1}.u-tooltip-showOnHover :focus .spectrum-Tooltip.spectrum-Tooltip--bottom,.u-tooltip-showOnHover.is-focused .spectrum-Tooltip.spectrum-Tooltip--bottom,.u-tooltip-showOnHover:focus .spectrum-Tooltip.spectrum-Tooltip--bottom,.u-tooltip-showOnHover:hover .spectrum-Tooltip.spectrum-Tooltip--bottom{transform:translate(-50%)}.u-tooltip-showOnHover :focus .spectrum-Tooltip.spectrum-Tooltip--top,.u-tooltip-showOnHover.is-focused .spectrum-Tooltip.spectrum-Tooltip--top,.u-tooltip-showOnHover:focus .spectrum-Tooltip.spectrum-Tooltip--top,.u-tooltip-showOnHover:hover .spectrum-Tooltip.spectrum-Tooltip--top{transform:translate(-50%,-4px)}.u-tooltip-showOnHover :focus .spectrum-Tooltip.spectrum-Tooltip--left,.u-tooltip-showOnHover.is-focused .spectrum-Tooltip.spectrum-Tooltip--left,.u-tooltip-showOnHover:focus .spectrum-Tooltip.spectrum-Tooltip--left,.u-tooltip-showOnHover:hover .spectrum-Tooltip.spectrum-Tooltip--left{transform:translate(calc(-100% - 4px),-50%)}.u-tooltip-showOnHover :focus .spectrum-Tooltip.spectrum-Tooltip--right,.u-tooltip-showOnHover.is-focused .spectrum-Tooltip.spectrum-Tooltip--right,.u-tooltip-showOnHover:focus .spectrum-Tooltip.spectrum-Tooltip--right,.u-tooltip-showOnHover:hover .spectrum-Tooltip.spectrum-Tooltip--right{transform:translate(4px,-50%)}.spectrum--lightest .spectrum-Tooltip{background-color:#747474;color:#fff}.spectrum--lightest .spectrum-Tooltip-tip{border-top-color:#747474}.spectrum--lightest .spectrum-Tooltip--error,.spectrum--lightest .spectrum-Tooltip--negative{background-color:#c9252d}.spectrum--lightest .spectrum-Tooltip--error .spectrum-Tooltip-tip,.spectrum--lightest .spectrum-Tooltip--negative .spectrum-Tooltip-tip{border-top-color:#c9252d}.spectrum--lightest .spectrum-Tooltip--help,.spectrum--lightest .spectrum-Tooltip--info{background-color:#0d66d0}.spectrum--lightest .spectrum-Tooltip--help .spectrum-Tooltip-tip,.spectrum--lightest .spectrum-Tooltip--info .spectrum-Tooltip-tip{border-top-color:#0d66d0}.spectrum--lightest .spectrum-Tooltip--positive,.spectrum--lightest .spectrum-Tooltip--success{background-color:#12805c}.spectrum--lightest .spectrum-Tooltip--positive .spectrum-Tooltip-tip,.spectrum--lightest .spectrum-Tooltip--success .spectrum-Tooltip-tip{border-top-color:#12805c}.spectrum--light .spectrum-Tooltip{background-color:#747474;color:#fff}.spectrum--light .spectrum-Tooltip-tip{border-top-color:#747474}.spectrum--light .spectrum-Tooltip--error,.spectrum--light .spectrum-Tooltip--negative{background-color:#c9252d}.spectrum--light .spectrum-Tooltip--error .spectrum-Tooltip-tip,.spectrum--light .spectrum-Tooltip--negative .spectrum-Tooltip-tip{border-top-color:#c9252d}.spectrum--light .spectrum-Tooltip--help,.spectrum--light .spectrum-Tooltip--info{background-color:#0d66d0}.spectrum--light .spectrum-Tooltip--help .spectrum-Tooltip-tip,.spectrum--light .spectrum-Tooltip--info .spectrum-Tooltip-tip{border-top-color:#0d66d0}.spectrum--light .spectrum-Tooltip--positive,.spectrum--light .spectrum-Tooltip--success{background-color:#12805c}.spectrum--light .spectrum-Tooltip--positive .spectrum-Tooltip-tip,.spectrum--light .spectrum-Tooltip--success .spectrum-Tooltip-tip{border-top-color:#12805c}.spectrum--dark .spectrum-Tooltip{background-color:#747474;color:#fff}.spectrum--dark .spectrum-Tooltip-tip{border-top-color:#747474}.spectrum--dark .spectrum-Tooltip--error,.spectrum--dark .spectrum-Tooltip--negative{background-color:#c9252d}.spectrum--dark .spectrum-Tooltip--error .spectrum-Tooltip-tip,.spectrum--dark .spectrum-Tooltip--negative .spectrum-Tooltip-tip{border-top-color:#c9252d}.spectrum--dark .spectrum-Tooltip--help,.spectrum--dark .spectrum-Tooltip--info{background-color:#0d66d0}.spectrum--dark .spectrum-Tooltip--help .spectrum-Tooltip-tip,.spectrum--dark .spectrum-Tooltip--info .spectrum-Tooltip-tip{border-top-color:#0d66d0}.spectrum--dark .spectrum-Tooltip--positive,.spectrum--dark .spectrum-Tooltip--success{background-color:#12805c}.spectrum--dark .spectrum-Tooltip--positive .spectrum-Tooltip-tip,.spectrum--dark .spectrum-Tooltip--success .spectrum-Tooltip-tip{border-top-color:#12805c}.spectrum--darkest .spectrum-Tooltip{background-color:#747474;color:#fff}.spectrum--darkest .spectrum-Tooltip-tip{border-top-color:#747474}.spectrum--darkest .spectrum-Tooltip--error,.spectrum--darkest .spectrum-Tooltip--negative{background-color:#c9252d}.spectrum--darkest .spectrum-Tooltip--error .spectrum-Tooltip-tip,.spectrum--darkest .spectrum-Tooltip--negative .spectrum-Tooltip-tip{border-top-color:#c9252d}.spectrum--darkest .spectrum-Tooltip--help,.spectrum--darkest .spectrum-Tooltip--info{background-color:#0d66d0}.spectrum--darkest .spectrum-Tooltip--help .spectrum-Tooltip-tip,.spectrum--darkest .spectrum-Tooltip--info .spectrum-Tooltip-tip{border-top-color:#0d66d0}.spectrum--darkest .spectrum-Tooltip--positive,.spectrum--darkest .spectrum-Tooltip--success{background-color:#12805c}.spectrum--darkest .spectrum-Tooltip--positive .spectrum-Tooltip-tip,.spectrum--darkest .spectrum-Tooltip--success .spectrum-Tooltip-tip{border-top-color:#12805c}.spectrum-CircleLoader--indeterminate-fill-submask-2{animation:spectrum-fill-mask-2 1s linear infinite}@keyframes spectrum-fill-mask-1{0%{transform:rotate(90deg)}1.69%{transform:rotate(72.3deg)}3.39%{transform:rotate(55.5deg)}5.08%{transform:rotate(40.3deg)}6.78%{transform:rotate(25deg)}8.47%{transform:rotate(10.6deg)}10.17%{transform:rotate(0deg)}11.86%{transform:rotate(0deg)}13.56%{transform:rotate(0deg)}15.25%{transform:rotate(0deg)}16.95%{transform:rotate(0deg)}18.64%{transform:rotate(0deg)}20.34%{transform:rotate(0deg)}22.03%{transform:rotate(0deg)}23.73%{transform:rotate(0deg)}25.42%{transform:rotate(0deg)}27.12%{transform:rotate(0deg)}28.81%{transform:rotate(0deg)}30.51%{transform:rotate(0deg)}32.2%{transform:rotate(0deg)}33.9%{transform:rotate(0deg)}35.59%{transform:rotate(0deg)}37.29%{transform:rotate(0deg)}38.98%{transform:rotate(0deg)}40.68%{transform:rotate(0deg)}42.37%{transform:rotate(5.3deg)}44.07%{transform:rotate(13.4deg)}45.76%{transform:rotate(20.6deg)}47.46%{transform:rotate(29deg)}49.15%{transform:rotate(36.5deg)}50.85%{transform:rotate(42.6deg)}52.54%{transform:rotate(48.8deg)}54.24%{transform:rotate(54.2deg)}55.93%{transform:rotate(59.4deg)}57.63%{transform:rotate(63.2deg)}59.32%{transform:rotate(67.2deg)}61.02%{transform:rotate(70.8deg)}62.71%{transform:rotate(73.8deg)}64.41%{transform:rotate(76.2deg)}66.1%{transform:rotate(78.7deg)}67.8%{transform:rotate(80.6deg)}69.49%{transform:rotate(82.6deg)}71.19%{transform:rotate(83.7deg)}72.88%{transform:rotate(85deg)}74.58%{transform:rotate(86.3deg)}76.27%{transform:rotate(87deg)}77.97%{transform:rotate(87.7deg)}79.66%{transform:rotate(88.3deg)}81.36%{transform:rotate(88.6deg)}83.05%{transform:rotate(89.2deg)}84.75%{transform:rotate(89.2deg)}86.44%{transform:rotate(89.5deg)}88.14%{transform:rotate(89.9deg)}89.83%{transform:rotate(89.7deg)}91.53%{transform:rotate(90.1deg)}93.22%{transform:rotate(90.2deg)}94.92%{transform:rotate(90.1deg)}96.61%{transform:rotate(90deg)}98.31%{transform:rotate(89.8deg)}to{transform:rotate(90deg)}}@keyframes spectrum-fill-mask-2{0%{transform:rotate(180deg)}1.69%{transform:rotate(180deg)}3.39%{transform:rotate(180deg)}5.08%{transform:rotate(180deg)}6.78%{transform:rotate(180deg)}8.47%{transform:rotate(180deg)}10.17%{transform:rotate(179.2deg)}11.86%{transform:rotate(164deg)}13.56%{transform:rotate(151.8deg)}15.25%{transform:rotate(140.8deg)}16.95%{transform:rotate(130.3deg)}18.64%{transform:rotate(120.4deg)}20.34%{transform:rotate(110.8deg)}22.03%{transform:rotate(101.6deg)}23.73%{transform:rotate(93.5deg)}25.42%{transform:rotate(85.4deg)}27.12%{transform:rotate(78.1deg)}28.81%{transform:rotate(71.2deg)}30.51%{transform:rotate(89.1deg)}32.2%{transform:rotate(105.5deg)}33.9%{transform:rotate(121.3deg)}35.59%{transform:rotate(135.5deg)}37.29%{transform:rotate(148.4deg)}38.98%{transform:rotate(161deg)}40.68%{transform:rotate(173.5deg)}42.37%{transform:rotate(180deg)}44.07%{transform:rotate(180deg)}45.76%{transform:rotate(180deg)}47.46%{transform:rotate(180deg)}49.15%{transform:rotate(180deg)}50.85%{transform:rotate(180deg)}52.54%{transform:rotate(180deg)}54.24%{transform:rotate(180deg)}55.93%{transform:rotate(180deg)}57.63%{transform:rotate(180deg)}59.32%{transform:rotate(180deg)}61.02%{transform:rotate(180deg)}62.71%{transform:rotate(180deg)}64.41%{transform:rotate(180deg)}66.1%{transform:rotate(180deg)}67.8%{transform:rotate(180deg)}69.49%{transform:rotate(180deg)}71.19%{transform:rotate(180deg)}72.88%{transform:rotate(180deg)}74.58%{transform:rotate(180deg)}76.27%{transform:rotate(180deg)}77.97%{transform:rotate(180deg)}79.66%{transform:rotate(180deg)}81.36%{transform:rotate(180deg)}83.05%{transform:rotate(180deg)}84.75%{transform:rotate(180deg)}86.44%{transform:rotate(180deg)}88.14%{transform:rotate(180deg)}89.83%{transform:rotate(180deg)}91.53%{transform:rotate(180deg)}93.22%{transform:rotate(180deg)}94.92%{transform:rotate(180deg)}96.61%{transform:rotate(180deg)}98.31%{transform:rotate(180deg)}to{transform:rotate(180deg)}}@keyframes spectrum-fills-rotate{0%{transform:rotate(-90deg)}to{transform:rotate(270deg)}}.spectrum-CircleLoader{direction:ltr;display:inline-block;height:32px;position:relative;width:32px}.spectrum-CircleLoader-track{border-radius:32px;border-style:solid;border-width:3px;box-sizing:border-box;height:32px;width:32px}.spectrum-CircleLoader-fills{height:100%;left:0;position:absolute;top:0;width:100%}.spectrum-CircleLoader-fill{border-radius:32px;border-style:solid;border-width:3px;box-sizing:border-box;height:32px;width:32px}.spectrum-CircleLoader-fillMask1,.spectrum-CircleLoader-fillMask2{height:100%;overflow:hidden;position:absolute;transform:rotate(180deg);transform-origin:100% center;width:50%}.spectrum-CircleLoader-fillSubMask1,.spectrum-CircleLoader-fillSubMask2{height:100%;overflow:hidden;transform:rotate(-180deg);transform-origin:100% center;width:100%}.spectrum-CircleLoader-fillMask2{transform:rotate(0deg)}.spectrum-CircleLoader--small{height:16px;width:16px}.spectrum-CircleLoader--small .spectrum-CircleLoader-fill,.spectrum-CircleLoader--small .spectrum-CircleLoader-track{border-radius:16px;border-style:solid;border-width:2px;height:16px;width:16px}.spectrum-CircleLoader--large{height:64px;width:64px}.spectrum-CircleLoader--large .spectrum-CircleLoader-fill,.spectrum-CircleLoader--large .spectrum-CircleLoader-track{border-radius:64px;border-style:solid;border-width:4px;height:64px;width:64px}.spectrum-CircleLoader--indeterminate .spectrum-CircleLoader-fills{animation:spectrum-fills-rotate 1s cubic-bezier(.25,.78,.48,.89) infinite;transform:translateZ(0);transform-origin:center;will-change:transform}.spectrum-CircleLoader--indeterminate .spectrum-CircleLoader-fillSubMask1{animation:spectrum-fill-mask-1 1s linear infinite;transform:translateZ(0);will-change:transform}.spectrum-CircleLoader--indeterminate .spectrum-CircleLoader-fillSubMask2{animation:spectrum-fill-mask-2 1s linear infinite;transform:translateZ(0);will-change:transform}.spectrum--lightest .spectrum-CircleLoader-track{border-color:#eaeaea}.spectrum--lightest .spectrum-CircleLoader-fill{border-color:#2680eb}.spectrum--lightest .spectrum-CircleLoader--overBackground .spectrum-CircleLoader-track{border-color:hsla(0,0%,100%,.2)}.spectrum--lightest .spectrum-CircleLoader--overBackground .spectrum-CircleLoader-fill{border-color:#fff}.spectrum--lightest .spectrum-CircleLoader--indeterminate.spectrum-CircleLoader--overBackground .spectrum-CircleLoader-track{border-color:hsla(0,0%,100%,.2)}.spectrum--lightest .spectrum-CircleLoader--indeterminate.spectrum-CircleLoader--overBackground .spectrum-CircleLoader-fill{border-color:#fff}.spectrum--light .spectrum-CircleLoader-track{border-color:#e1e1e1}.spectrum--light .spectrum-CircleLoader-fill{border-color:#1473e6}.spectrum--light .spectrum-CircleLoader--overBackground .spectrum-CircleLoader-track{border-color:hsla(0,0%,100%,.2)}.spectrum--light .spectrum-CircleLoader--overBackground .spectrum-CircleLoader-fill{border-color:#fff}.spectrum--light .spectrum-CircleLoader--indeterminate.spectrum-CircleLoader--overBackground .spectrum-CircleLoader-track{border-color:hsla(0,0%,100%,.2)}.spectrum--light .spectrum-CircleLoader--indeterminate.spectrum-CircleLoader--overBackground .spectrum-CircleLoader-fill{border-color:#fff}.spectrum--dark .spectrum-CircleLoader-track{border-color:#4a4a4a}.spectrum--dark .spectrum-CircleLoader-fill{border-color:#378ef0}.spectrum--dark .spectrum-CircleLoader--overBackground .spectrum-CircleLoader-track{border-color:hsla(0,0%,100%,.2)}.spectrum--dark .spectrum-CircleLoader--overBackground .spectrum-CircleLoader-fill{border-color:#fff}.spectrum--dark .spectrum-CircleLoader--indeterminate.spectrum-CircleLoader--overBackground .spectrum-CircleLoader-track{border-color:hsla(0,0%,100%,.2)}.spectrum--dark .spectrum-CircleLoader--indeterminate.spectrum-CircleLoader--overBackground .spectrum-CircleLoader-fill{border-color:#fff}.spectrum--darkest .spectrum-CircleLoader-track{border-color:#393939}.spectrum--darkest .spectrum-CircleLoader-fill{border-color:#2680eb}.spectrum--darkest .spectrum-CircleLoader--overBackground .spectrum-CircleLoader-track{border-color:hsla(0,0%,100%,.2)}.spectrum--darkest .spectrum-CircleLoader--overBackground .spectrum-CircleLoader-fill{border-color:#fff}.spectrum--darkest .spectrum-CircleLoader--indeterminate.spectrum-CircleLoader--overBackground .spectrum-CircleLoader-track{border-color:hsla(0,0%,100%,.2)}.spectrum--darkest .spectrum-CircleLoader--indeterminate.spectrum-CircleLoader--overBackground .spectrum-CircleLoader-fill{border-color:#fff}.spectrum-InputGroup{border-radius:4px;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;min-width:192px;position:relative}.spectrum-InputGroup .spectrum-FieldButton{border-bottom-left-radius:0;border-top-left-radius:0;padding:0;width:34px}.spectrum-InputGroup-field{border-bottom-right-radius:0;border-right-width:0;border-top-right-radius:0;-ms-flex:1;flex:1}.spectrum-InputGroup--quiet{border-radius:0}.spectrum-InputGroup--quiet .spectrum-FieldButton{border-bottom:1px solid;border-radius:0;padding-left:12px;padding-right:0;position:relative;width:auto}.spectrum-InputGroup--quiet .spectrum-FieldButton:after{content:"";height:100%;position:absolute;right:-10px;width:10px}.spectrum-InputGroup--quiet .spectrum-InputGroup-icon{right:0}.spectrum-Datepicker--range{border-radius:4px}.spectrum-Datepicker--range.spectrum-InputGroup--quiet,.spectrum-Datepicker--range.spectrum-InputGroup--quiet .spectrum-FieldButton{border-radius:0}.spectrum-Datepicker--range.spectrum-Datepicker--datetimeRange .spectrum-InputGroup-field{min-width:153px;width:153px}.spectrum-Datepicker--range .spectrum-InputGroup-field{-ms-flex:initial;flex:initial;min-width:104px;width:104px}.spectrum-Datepicker--range .spectrum-InputGroup-field.spectrum-Datepicker-startField{border-right:0;padding-right:12px}.spectrum-Datepicker--range .spectrum-InputGroup-field.spectrum-Datepicker-startField.is-invalid,.spectrum-Datepicker--range .spectrum-InputGroup-field.spectrum-Datepicker-startField:invalid{background-image:none;padding-right:12px}.spectrum-Datepicker--range .spectrum-InputGroup-field.spectrum-Datepicker-endField{border-left:0;border-radius:0;padding-left:12px}.spectrum-Datepicker--range .spectrum-Datepicker--rangeDash{-ms-flex:initial;flex:initial;line-height:24px;padding-top:0;width:0;z-index:1}.spectrum-Datepicker--range .spectrum-Datepicker--rangeDash:before{content:"–";display:inline-block;margin:0 -7px;overflow:hidden;text-align:center;vertical-align:middle;width:14px}.spectrum-Datepicker--range.is-focused .spectrum-Datepicker-focusRing{border-radius:4px;bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.spectrum-Datepicker--range.spectrum-InputGroup--quiet.is-focused .spectrum-Datepicker-focusRing{border-radius:0;top:auto}.spectrum-Datepicker--range.spectrum-InputGroup--quiet .spectrum-Datepicker--rangeDash:before{margin-left:-7px}.spectrum--lightest .spectrum-InputGroup.is-focused:not(.is-invalid) .spectrum-InputGroup-field:not(:disabled):not(.is-invalid),.spectrum--lightest .spectrum-InputGroup.is-focused:not(.is-invalid) .spectrum-InputGroup-field:not(:disabled):not(.is-invalid)~.spectrum-FieldButton{border-color:#378ef0}.spectrum--lightest .spectrum-InputGroup:hover:not(.is-invalid):not(.is-focused) .spectrum-InputGroup-field:not(:disabled):not(.is-invalid),.spectrum--lightest .spectrum-InputGroup:hover:not(.is-invalid):not(.is-focused) .spectrum-InputGroup-field:not(:disabled):not(.is-invalid)~.spectrum-FieldButton{border-color:#d3d3d3}.spectrum--lightest .spectrum-InputGroup-field:focus~.spectrum-FieldButton,.spectrum--lightest .spectrum-InputGroup:hover:not(.is-invalid):not(.is-focused) .spectrum-InputGroup-field:not(:disabled):not(.is-invalid):focus,.spectrum--lightest .spectrum-InputGroup:hover:not(.is-invalid):not(.is-focused) .spectrum-InputGroup-field:not(:disabled):not(.is-invalid):focus~.spectrum-FieldButton{border-color:#378ef0}.spectrum--lightest .spectrum-InputGroup-field:focus.is-invalid~.spectrum-FieldButton,.spectrum--lightest .spectrum-InputGroup-field:focus:invalid~.spectrum-FieldButton{border-color:#e34850}.spectrum--lightest .spectrum-InputGroup-field.focus-ring~.spectrum-FieldButton{box-shadow:0 0 0 1px #378ef0}.spectrum--lightest .spectrum-InputGroup-field.focus-ring.is-invalid~.spectrum-FieldButton,.spectrum--lightest .spectrum-InputGroup-field.focus-ring:invalid~.spectrum-FieldButton{box-shadow:0 0 0 1px #e34850}.spectrum--lightest .spectrum-InputGroup--quiet .spectrum-FieldButton,.spectrum--lightest .spectrum-InputGroup--quiet .spectrum-FieldButton.is-invalid,.spectrum--lightest .spectrum-InputGroup--quiet .spectrum-FieldButton.is-selected,.spectrum--lightest .spectrum-InputGroup--quiet .spectrum-FieldButton:active,.spectrum--lightest .spectrum-InputGroup--quiet .spectrum-FieldButton:disabled,.spectrum--lightest .spectrum-InputGroup--quiet .spectrum-FieldButton:disabled:hover,.spectrum--lightest .spectrum-InputGroup--quiet .spectrum-FieldButton:focus,.spectrum--lightest .spectrum-InputGroup--quiet .spectrum-FieldButton:hover,.spectrum--lightest .spectrum-InputGroup--quiet .spectrum-FieldButton:invalid{border-color:#eaeaea}.spectrum--lightest .spectrum-InputGroup--quiet:hover:not(.is-invalid) .spectrum-InputGroup-field:not(:disabled):not(.is-invalid):not(:focus)~.spectrum-FieldButton{border-color:#d3d3d3}.spectrum--lightest .spectrum-InputGroup--quiet .spectrum-InputGroup-field.is-invalid~.spectrum-FieldButton,.spectrum--lightest .spectrum-InputGroup--quiet .spectrum-InputGroup-field:invalid~.spectrum-FieldButton{border-color:#e34850}.spectrum--lightest .spectrum-InputGroup--quiet .spectrum-InputGroup-field:focus~.spectrum-FieldButton{border-color:#378ef0;box-shadow:0 1px 0 #378ef0}.spectrum--lightest .spectrum-InputGroup--quiet .spectrum-InputGroup-field:focus.is-invalid~.spectrum-FieldButton,.spectrum--lightest .spectrum-InputGroup--quiet .spectrum-InputGroup-field:focus:invalid~.spectrum-FieldButton{border-color:#e34850;box-shadow:0 1px 0 #e34850}.spectrum--lightest .spectrum-Datepicker--range .spectrum-InputGroup-field.focus-ring{box-shadow:none!important}.spectrum--lightest .spectrum-Datepicker--range .spectrum-InputGroup-field[disabled]~.spectrum-Datepicker--rangeDash{color:#bcbcbc}.spectrum--lightest .spectrum-Datepicker--range .focus-ring~.spectrum-Datepicker-focusRing{box-shadow:0 0 0 1px #378ef0}.spectrum--lightest .spectrum-Datepicker--range .focus-ring.is-invalid~.spectrum-FieldButton,.spectrum--lightest .spectrum-Datepicker--range .focus-ring:invalid~.spectrum-FieldButton{box-shadow:0 0 0 1px #e34850}.spectrum--lightest .spectrum-Datepicker--range .focus-ring.is-invalid~.spectrum-Datepicker-focusRing,.spectrum--lightest .spectrum-Datepicker--range .focus-ring:invalid~.spectrum-Datepicker-focusRing{box-shadow:0 0 0 1px #e34850}.spectrum--lightest .spectrum-Datepicker--range.is-invalid .spectrum-InputGroup-field{border-color:#e34850!important}.spectrum--lightest .spectrum-Datepicker--range.is-invalid .focus-ring~.spectrum-Datepicker-focusRing{box-shadow:0 0 0 1px #e34850}.spectrum--lightest .spectrum-Datepicker--range.is-invalid .focus-ring~.spectrum-FieldButton{border-color:#e34850;box-shadow:0 0 0 1px #e34850}.spectrum--lightest .spectrum-Datepicker--range.is-invalid .spectrum-FieldButton{border-color:#e34850}.spectrum--lightest .spectrum-Datepicker--range.is-invalid .spectrum-FieldButton.is-invalid.focus-ring{border-color:#e34850;box-shadow:0 0 0 1px #e34850}.spectrum--lightest .spectrum-Datepicker--range.spectrum-InputGroup--quiet.is-focused .spectrum-Datepicker-focusRing{box-shadow:0 0 0 1px #378ef0}.spectrum--lightest .spectrum-Datepicker--range.spectrum-InputGroup--quiet.is-focused.is-invalid .spectrum-FieldButton{border-color:#e34850;box-shadow:none}.spectrum--lightest .spectrum-Datepicker--range.spectrum-InputGroup--quiet.is-focused.is-invalid .spectrum-FieldButton.is-invalid.focus-ring{box-shadow:0 2px 0 0 #e34850}.spectrum--lightest .spectrum-Datepicker--range.spectrum-InputGroup--quiet.is-focused.is-invalid .spectrum-Datepicker-focusRing{box-shadow:0 0 0 1px #e34850}.spectrum--light .spectrum-InputGroup.is-focused:not(.is-invalid) .spectrum-InputGroup-field:not(:disabled):not(.is-invalid),.spectrum--light .spectrum-InputGroup.is-focused:not(.is-invalid) .spectrum-InputGroup-field:not(:disabled):not(.is-invalid)~.spectrum-FieldButton{border-color:#2680eb}.spectrum--light .spectrum-InputGroup:hover:not(.is-invalid):not(.is-focused) .spectrum-InputGroup-field:not(:disabled):not(.is-invalid),.spectrum--light .spectrum-InputGroup:hover:not(.is-invalid):not(.is-focused) .spectrum-InputGroup-field:not(:disabled):not(.is-invalid)~.spectrum-FieldButton{border-color:#cacaca}.spectrum--light .spectrum-InputGroup-field:focus~.spectrum-FieldButton,.spectrum--light .spectrum-InputGroup:hover:not(.is-invalid):not(.is-focused) .spectrum-InputGroup-field:not(:disabled):not(.is-invalid):focus,.spectrum--light .spectrum-InputGroup:hover:not(.is-invalid):not(.is-focused) .spectrum-InputGroup-field:not(:disabled):not(.is-invalid):focus~.spectrum-FieldButton{border-color:#2680eb}.spectrum--light .spectrum-InputGroup-field:focus.is-invalid~.spectrum-FieldButton,.spectrum--light .spectrum-InputGroup-field:focus:invalid~.spectrum-FieldButton{border-color:#d7373f}.spectrum--light .spectrum-InputGroup-field.focus-ring~.spectrum-FieldButton{box-shadow:0 0 0 1px #2680eb}.spectrum--light .spectrum-InputGroup-field.focus-ring.is-invalid~.spectrum-FieldButton,.spectrum--light .spectrum-InputGroup-field.focus-ring:invalid~.spectrum-FieldButton{box-shadow:0 0 0 1px #d7373f}.spectrum--light .spectrum-InputGroup--quiet .spectrum-FieldButton,.spectrum--light .spectrum-InputGroup--quiet .spectrum-FieldButton.is-invalid,.spectrum--light .spectrum-InputGroup--quiet .spectrum-FieldButton.is-selected,.spectrum--light .spectrum-InputGroup--quiet .spectrum-FieldButton:active,.spectrum--light .spectrum-InputGroup--quiet .spectrum-FieldButton:disabled,.spectrum--light .spectrum-InputGroup--quiet .spectrum-FieldButton:disabled:hover,.spectrum--light .spectrum-InputGroup--quiet .spectrum-FieldButton:focus,.spectrum--light .spectrum-InputGroup--quiet .spectrum-FieldButton:hover,.spectrum--light .spectrum-InputGroup--quiet .spectrum-FieldButton:invalid{border-color:#e1e1e1}.spectrum--light .spectrum-InputGroup--quiet:hover:not(.is-invalid) .spectrum-InputGroup-field:not(:disabled):not(.is-invalid):not(:focus)~.spectrum-FieldButton{border-color:#cacaca}.spectrum--light .spectrum-InputGroup--quiet .spectrum-InputGroup-field.is-invalid~.spectrum-FieldButton,.spectrum--light .spectrum-InputGroup--quiet .spectrum-InputGroup-field:invalid~.spectrum-FieldButton{border-color:#d7373f}.spectrum--light .spectrum-InputGroup--quiet .spectrum-InputGroup-field:focus~.spectrum-FieldButton{border-color:#2680eb;box-shadow:0 1px 0 #2680eb}.spectrum--light .spectrum-InputGroup--quiet .spectrum-InputGroup-field:focus.is-invalid~.spectrum-FieldButton,.spectrum--light .spectrum-InputGroup--quiet .spectrum-InputGroup-field:focus:invalid~.spectrum-FieldButton{border-color:#d7373f;box-shadow:0 1px 0 #d7373f}.spectrum--light .spectrum-Datepicker--range .spectrum-InputGroup-field.focus-ring{box-shadow:none!important}.spectrum--light .spectrum-Datepicker--range .spectrum-InputGroup-field[disabled]~.spectrum-Datepicker--rangeDash{color:#b3b3b3}.spectrum--light .spectrum-Datepicker--range .focus-ring~.spectrum-Datepicker-focusRing{box-shadow:0 0 0 1px #2680eb}.spectrum--light .spectrum-Datepicker--range .focus-ring.is-invalid~.spectrum-FieldButton,.spectrum--light .spectrum-Datepicker--range .focus-ring:invalid~.spectrum-FieldButton{box-shadow:0 0 0 1px #d7373f}.spectrum--light .spectrum-Datepicker--range .focus-ring.is-invalid~.spectrum-Datepicker-focusRing,.spectrum--light .spectrum-Datepicker--range .focus-ring:invalid~.spectrum-Datepicker-focusRing{box-shadow:0 0 0 1px #d7373f}.spectrum--light .spectrum-Datepicker--range.is-invalid .spectrum-InputGroup-field{border-color:#d7373f!important}.spectrum--light .spectrum-Datepicker--range.is-invalid .focus-ring~.spectrum-Datepicker-focusRing{box-shadow:0 0 0 1px #d7373f}.spectrum--light .spectrum-Datepicker--range.is-invalid .focus-ring~.spectrum-FieldButton{border-color:#d7373f;box-shadow:0 0 0 1px #d7373f}.spectrum--light .spectrum-Datepicker--range.is-invalid .spectrum-FieldButton{border-color:#d7373f}.spectrum--light .spectrum-Datepicker--range.is-invalid .spectrum-FieldButton.is-invalid.focus-ring{border-color:#d7373f;box-shadow:0 0 0 1px #d7373f}.spectrum--light .spectrum-Datepicker--range.spectrum-InputGroup--quiet.is-focused .spectrum-Datepicker-focusRing{box-shadow:0 0 0 1px #2680eb}.spectrum--light .spectrum-Datepicker--range.spectrum-InputGroup--quiet.is-focused.is-invalid .spectrum-FieldButton{border-color:#d7373f;box-shadow:none}.spectrum--light .spectrum-Datepicker--range.spectrum-InputGroup--quiet.is-focused.is-invalid .spectrum-FieldButton.is-invalid.focus-ring{box-shadow:0 2px 0 0 #d7373f}.spectrum--light .spectrum-Datepicker--range.spectrum-InputGroup--quiet.is-focused.is-invalid .spectrum-Datepicker-focusRing{box-shadow:0 0 0 1px #d7373f}.spectrum-Pagination--explicit,.spectrum-Pagination--listing{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.spectrum-Pagination-input{min-width:48px;width:48px}.spectrum-Pagination-counter{margin-left:5px}.spectrum-Pagination-prevButton{margin-right:5px}.spectrum-Pagination-nextButton{margin-left:5px}.spectrum--lightest .spectrum-Pagination-pageButton:hover{background-color:rgba(50,50,50,.04)}.spectrum--lightest .spectrum-Pagination-pageButton:focus{border-color:#378ef0}.spectrum--lightest .spectrum-Pagination-pageButton.is-selected{background-color:#505050;color:#fff}.spectrum--light .spectrum-Pagination-pageButton:hover{background-color:rgba(44,44,44,.04)}.spectrum--light .spectrum-Pagination-pageButton:focus{border-color:#2680eb}.spectrum--light .spectrum-Pagination-pageButton.is-selected{background-color:#4b4b4b;color:#fff}.spectrum-Checkbox{-ms-flex-align:start;align-items:flex-start;display:-ms-inline-flexbox;display:inline-flex;margin-right:16px;max-width:100%;min-height:32px;position:relative;vertical-align:top}.spectrum-Checkbox-input{box-sizing:border-box;cursor:pointer;font-family:inherit;font-size:100%;height:100%;left:-8px;line-height:1.15;margin:0;opacity:.0001;overflow:visible;padding:0;position:absolute;top:0;width:calc(100% + 16px);z-index:1}.spectrum-Checkbox-input:disabled{cursor:default}.spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before{border-width:7px}.spectrum-Checkbox-input:checked+.spectrum-Checkbox-box .spectrum-Checkbox-checkmark{opacity:1;transform:scale(1)}.spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:after{margin:-2px}.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box:before,.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before{border-width:7px}.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box .spectrum-Checkbox-checkmark,.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box .spectrum-Checkbox-checkmark{display:none}.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box .spectrum-Checkbox-partialCheckmark,.spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box .spectrum-Checkbox-partialCheckmark{display:block;opacity:1;transform:scale(1)}.spectrum-Checkbox-label{font-size:14px;font-weight:400;line-height:1.49;margin-left:10px;margin-top:5px}.spectrum-Checkbox-box{-ms-flex-positive:0;-ms-flex-negative:0;box-sizing:border-box;flex-grow:0;flex-shrink:0;height:14px;margin:9px 0;position:relative;width:14px}.spectrum-Checkbox-box:before{border-radius:2px;border-style:solid;border-width:2px;box-sizing:border-box;content:"";display:block;height:14px;position:absolute;transition:border .13s ease-in-out,box-shadow .13s ease-in-out;width:14px;z-index:0}.spectrum-Checkbox-box:after{border-radius:4px;bottom:0;content:"";display:block;left:0;margin:2px;position:absolute;right:0;top:0;transition:box-shadow .13s ease-out,margin .13s ease-out}.spectrum-Checkbox-checkmark,.spectrum-Checkbox-partialCheckmark{left:50%;margin-left:-5px;margin-top:-5px;opacity:0;position:absolute;top:50%;transform:scale(0);transition:opacity .13s ease-in-out,transform .13s ease-in-out}.spectrum-Checkbox-partialCheckmark{display:none}.spectrum--lightest .spectrum-Checkbox{color:#505050}.spectrum--lightest .spectrum-Checkbox-checkmark,.spectrum--lightest .spectrum-Checkbox-partialCheckmark{color:#fff}.spectrum--lightest .spectrum-Checkbox-box:before{background-color:#fff;border-color:#959595}.spectrum--lightest .spectrum-Checkbox-label{color:#505050}.spectrum--lightest .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--lightest .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box:before{border-color:#2680eb}.spectrum--lightest .spectrum-Checkbox:hover .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--lightest .spectrum-Checkbox:hover.is-indeterminate .spectrum-Checkbox-box:before{border-color:#1473e6}.spectrum--lightest .spectrum-Checkbox:active .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--lightest .spectrum-Checkbox:active.is-indeterminate .spectrum-Checkbox-box:before{border-color:#0d66d0}.spectrum--lightest .spectrum-Checkbox{border-color:#959595}.spectrum--lightest .spectrum-Checkbox:hover .spectrum-Checkbox-box:before{border-color:#747474}.spectrum--lightest .spectrum-Checkbox:hover .spectrum-Checkbox-label{color:#323232}.spectrum--lightest .spectrum-Checkbox:active .spectrum-Checkbox-box:before{border-color:#505050}.spectrum--lightest .spectrum-Checkbox:active .spectrum-Checkbox-label{color:#323232}.spectrum--lightest .spectrum-Checkbox .spectrum-Checkbox-input:checked:disabled+.spectrum-Checkbox-box:before,.spectrum--lightest .spectrum-Checkbox .spectrum-Checkbox-input:disabled+.spectrum-Checkbox-box:before{background-color:#fff;border-color:#d3d3d3}.spectrum--lightest .spectrum-Checkbox .spectrum-Checkbox-input:checked:disabled~.spectrum-Checkbox-label,.spectrum--lightest .spectrum-Checkbox .spectrum-Checkbox-input:disabled~.spectrum-Checkbox-label{color:#bcbcbc}.spectrum--lightest .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:before{border-color:#747474}.spectrum--lightest .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:after{box-shadow:0 0 0 2px #378ef0}.spectrum--lightest .spectrum-Checkbox-input:checked.focus-ring+.spectrum-Checkbox-box:before,.spectrum--lightest .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:before{border-color:#1473e6}.spectrum--lightest .spectrum-Checkbox-input.focus-ring~.spectrum-Checkbox-label{color:#323232}.spectrum--lightest .spectrum-Checkbox--quiet .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--lightest .spectrum-Checkbox--quiet.is-indeterminate .spectrum-Checkbox-box:before,.spectrum--lightest .spectrum-Checkbox--quiet.is-indeterminate .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:before{border-color:#747474}.spectrum--lightest .spectrum-Checkbox--quiet:hover .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--lightest .spectrum-Checkbox--quiet:hover.is-indeterminate .spectrum-Checkbox-box:before{border-color:#505050}.spectrum--lightest .spectrum-Checkbox--quiet:active .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--lightest .spectrum-Checkbox--quiet:active.is-indeterminate .spectrum-Checkbox-box:before{border-color:#323232}.spectrum--lightest .spectrum-Checkbox.is-invalid .spectrum-Checkbox-box:before,.spectrum--lightest .spectrum-Checkbox.is-invalid .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before{border-color:#e34850}.spectrum--lightest .spectrum-Checkbox.is-invalid .spectrum-Checkbox-label{color:#d7373f}.spectrum--lightest .spectrum-Checkbox.is-invalid .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:before,.spectrum--lightest .spectrum-Checkbox.is-invalid.is-indeterminate .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:before{border-color:#d7373f}.spectrum--lightest .spectrum-Checkbox.is-invalid .spectrum-Checkbox-input.focus-ring~.spectrum-Checkbox-label,.spectrum--lightest .spectrum-Checkbox.is-invalid.is-indeterminate .spectrum-Checkbox-input.focus-ring~.spectrum-Checkbox-label{color:#c9252d}.spectrum--lightest .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-box:before,.spectrum--lightest .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before{border-color:#d7373f}.spectrum--lightest .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-label{color:#c9252d}.spectrum--lightest .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-box:before,.spectrum--lightest .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before{border-color:#c9252d}.spectrum--lightest .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-label{color:#c9252d}.spectrum--light .spectrum-Checkbox{color:#4b4b4b}.spectrum--light .spectrum-Checkbox-checkmark,.spectrum--light .spectrum-Checkbox-partialCheckmark{color:#fafafa}.spectrum--light .spectrum-Checkbox-box:before{background-color:#fafafa;border-color:#8e8e8e}.spectrum--light .spectrum-Checkbox-label{color:#4b4b4b}.spectrum--light .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--light .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box:before{border-color:#1473e6}.spectrum--light .spectrum-Checkbox:hover .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--light .spectrum-Checkbox:hover.is-indeterminate .spectrum-Checkbox-box:before{border-color:#0d66d0}.spectrum--light .spectrum-Checkbox:active .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--light .spectrum-Checkbox:active.is-indeterminate .spectrum-Checkbox-box:before{border-color:#095aba}.spectrum--light .spectrum-Checkbox{border-color:#8e8e8e}.spectrum--light .spectrum-Checkbox:hover .spectrum-Checkbox-box:before{border-color:#6e6e6e}.spectrum--light .spectrum-Checkbox:hover .spectrum-Checkbox-label{color:#2c2c2c}.spectrum--light .spectrum-Checkbox:active .spectrum-Checkbox-box:before{border-color:#4b4b4b}.spectrum--light .spectrum-Checkbox:active .spectrum-Checkbox-label{color:#2c2c2c}.spectrum--light .spectrum-Checkbox .spectrum-Checkbox-input:checked:disabled+.spectrum-Checkbox-box:before,.spectrum--light .spectrum-Checkbox .spectrum-Checkbox-input:disabled+.spectrum-Checkbox-box:before{background-color:#fafafa;border-color:#cacaca}.spectrum--light .spectrum-Checkbox .spectrum-Checkbox-input:checked:disabled~.spectrum-Checkbox-label,.spectrum--light .spectrum-Checkbox .spectrum-Checkbox-input:disabled~.spectrum-Checkbox-label{color:#b3b3b3}.spectrum--light .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:before{border-color:#6e6e6e}.spectrum--light .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:after{box-shadow:0 0 0 2px #2680eb}.spectrum--light .spectrum-Checkbox-input:checked.focus-ring+.spectrum-Checkbox-box:before,.spectrum--light .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:before{border-color:#0d66d0}.spectrum--light .spectrum-Checkbox-input.focus-ring~.spectrum-Checkbox-label{color:#2c2c2c}.spectrum--light .spectrum-Checkbox--quiet .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--light .spectrum-Checkbox--quiet.is-indeterminate .spectrum-Checkbox-box:before,.spectrum--light .spectrum-Checkbox--quiet.is-indeterminate .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:before{border-color:#6e6e6e}.spectrum--light .spectrum-Checkbox--quiet:hover .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--light .spectrum-Checkbox--quiet:hover.is-indeterminate .spectrum-Checkbox-box:before{border-color:#4b4b4b}.spectrum--light .spectrum-Checkbox--quiet:active .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--light .spectrum-Checkbox--quiet:active.is-indeterminate .spectrum-Checkbox-box:before{border-color:#2c2c2c}.spectrum--light .spectrum-Checkbox.is-invalid .spectrum-Checkbox-box:before,.spectrum--light .spectrum-Checkbox.is-invalid .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before{border-color:#d7373f}.spectrum--light .spectrum-Checkbox.is-invalid .spectrum-Checkbox-label{color:#c9252d}.spectrum--light .spectrum-Checkbox.is-invalid .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:before,.spectrum--light .spectrum-Checkbox.is-invalid.is-indeterminate .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:before{border-color:#c9252d}.spectrum--light .spectrum-Checkbox.is-invalid .spectrum-Checkbox-input.focus-ring~.spectrum-Checkbox-label,.spectrum--light .spectrum-Checkbox.is-invalid.is-indeterminate .spectrum-Checkbox-input.focus-ring~.spectrum-Checkbox-label{color:#bb121a}.spectrum--light .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-box:before,.spectrum--light .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before{border-color:#c9252d}.spectrum--light .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-label{color:#bb121a}.spectrum--light .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-box:before,.spectrum--light .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before{border-color:#bb121a}.spectrum--light .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-label{color:#bb121a}.spectrum--dark .spectrum-Checkbox{color:#e3e3e3}.spectrum--dark .spectrum-Checkbox-checkmark,.spectrum--dark .spectrum-Checkbox-partialCheckmark{color:#2f2f2f}.spectrum--dark .spectrum-Checkbox-box:before{background-color:#2f2f2f;border-color:#909090}.spectrum--dark .spectrum-Checkbox-label{color:#e3e3e3}.spectrum--dark .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--dark .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box:before{border-color:#378ef0}.spectrum--dark .spectrum-Checkbox:hover .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--dark .spectrum-Checkbox:hover.is-indeterminate .spectrum-Checkbox-box:before{border-color:#4b9cf5}.spectrum--dark .spectrum-Checkbox:active .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--dark .spectrum-Checkbox:active.is-indeterminate .spectrum-Checkbox-box:before{border-color:#5aa9fa}.spectrum--dark .spectrum-Checkbox{border-color:#909090}.spectrum--dark .spectrum-Checkbox:hover .spectrum-Checkbox-box:before{border-color:#b9b9b9}.spectrum--dark .spectrum-Checkbox:hover .spectrum-Checkbox-label{color:#fff}.spectrum--dark .spectrum-Checkbox:active .spectrum-Checkbox-box:before{border-color:#e3e3e3}.spectrum--dark .spectrum-Checkbox:active .spectrum-Checkbox-label{color:#fff}.spectrum--dark .spectrum-Checkbox .spectrum-Checkbox-input:checked:disabled+.spectrum-Checkbox-box:before,.spectrum--dark .spectrum-Checkbox .spectrum-Checkbox-input:disabled+.spectrum-Checkbox-box:before{background-color:#2f2f2f;border-color:#5a5a5a}.spectrum--dark .spectrum-Checkbox .spectrum-Checkbox-input:checked:disabled~.spectrum-Checkbox-label,.spectrum--dark .spectrum-Checkbox .spectrum-Checkbox-input:disabled~.spectrum-Checkbox-label{color:#6e6e6e}.spectrum--dark .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:before{border-color:#b9b9b9}.spectrum--dark .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:after{box-shadow:0 0 0 2px #2680eb}.spectrum--dark .spectrum-Checkbox-input:checked.focus-ring+.spectrum-Checkbox-box:before,.spectrum--dark .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:before{border-color:#4b9cf5}.spectrum--dark .spectrum-Checkbox-input.focus-ring~.spectrum-Checkbox-label{color:#fff}.spectrum--dark .spectrum-Checkbox--quiet .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--dark .spectrum-Checkbox--quiet.is-indeterminate .spectrum-Checkbox-box:before,.spectrum--dark .spectrum-Checkbox--quiet.is-indeterminate .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:before{border-color:#b9b9b9}.spectrum--dark .spectrum-Checkbox--quiet:hover .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--dark .spectrum-Checkbox--quiet:hover.is-indeterminate .spectrum-Checkbox-box:before{border-color:#e3e3e3}.spectrum--dark .spectrum-Checkbox--quiet:active .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--dark .spectrum-Checkbox--quiet:active.is-indeterminate .spectrum-Checkbox-box:before{border-color:#fff}.spectrum--dark .spectrum-Checkbox.is-invalid .spectrum-Checkbox-box:before,.spectrum--dark .spectrum-Checkbox.is-invalid .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before{border-color:#ec5b62}.spectrum--dark .spectrum-Checkbox.is-invalid .spectrum-Checkbox-label{color:#f76d74}.spectrum--dark .spectrum-Checkbox.is-invalid .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:before,.spectrum--dark .spectrum-Checkbox.is-invalid.is-indeterminate .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:before{border-color:#f76d74}.spectrum--dark .spectrum-Checkbox.is-invalid .spectrum-Checkbox-input.focus-ring~.spectrum-Checkbox-label,.spectrum--dark .spectrum-Checkbox.is-invalid.is-indeterminate .spectrum-Checkbox-input.focus-ring~.spectrum-Checkbox-label{color:#ff7b82}.spectrum--dark .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-box:before,.spectrum--dark .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before{border-color:#f76d74}.spectrum--dark .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-label{color:#ff7b82}.spectrum--dark .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-box:before,.spectrum--dark .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before{border-color:#ff7b82}.spectrum--dark .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-label{color:#ff7b82}.spectrum--darkest .spectrum-Checkbox{color:#c8c8c8}.spectrum--darkest .spectrum-Checkbox-checkmark,.spectrum--darkest .spectrum-Checkbox-partialCheckmark{color:#1a1a1a}.spectrum--darkest .spectrum-Checkbox-box:before{background-color:#1a1a1a;border-color:#7c7c7c}.spectrum--darkest .spectrum-Checkbox-label{color:#c8c8c8}.spectrum--darkest .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--darkest .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-box:before{border-color:#2680eb}.spectrum--darkest .spectrum-Checkbox:hover .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--darkest .spectrum-Checkbox:hover.is-indeterminate .spectrum-Checkbox-box:before{border-color:#378ef0}.spectrum--darkest .spectrum-Checkbox:active .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--darkest .spectrum-Checkbox:active.is-indeterminate .spectrum-Checkbox-box:before{border-color:#4b9cf5}.spectrum--darkest .spectrum-Checkbox{border-color:#7c7c7c}.spectrum--darkest .spectrum-Checkbox:hover .spectrum-Checkbox-box:before{border-color:#a2a2a2}.spectrum--darkest .spectrum-Checkbox:hover .spectrum-Checkbox-label{color:#efefef}.spectrum--darkest .spectrum-Checkbox:active .spectrum-Checkbox-box:before{border-color:#c8c8c8}.spectrum--darkest .spectrum-Checkbox:active .spectrum-Checkbox-label{color:#efefef}.spectrum--darkest .spectrum-Checkbox .spectrum-Checkbox-input:checked:disabled+.spectrum-Checkbox-box:before,.spectrum--darkest .spectrum-Checkbox .spectrum-Checkbox-input:disabled+.spectrum-Checkbox-box:before{background-color:#1a1a1a;border-color:#494949}.spectrum--darkest .spectrum-Checkbox .spectrum-Checkbox-input:checked:disabled~.spectrum-Checkbox-label,.spectrum--darkest .spectrum-Checkbox .spectrum-Checkbox-input:disabled~.spectrum-Checkbox-label{color:#5c5c5c}.spectrum--darkest .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:before{border-color:#a2a2a2}.spectrum--darkest .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:after{box-shadow:0 0 0 2px #1473e6}.spectrum--darkest .spectrum-Checkbox-input:checked.focus-ring+.spectrum-Checkbox-box:before,.spectrum--darkest .spectrum-Checkbox.is-indeterminate .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:before{border-color:#378ef0}.spectrum--darkest .spectrum-Checkbox-input.focus-ring~.spectrum-Checkbox-label{color:#efefef}.spectrum--darkest .spectrum-Checkbox--quiet .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--darkest .spectrum-Checkbox--quiet.is-indeterminate .spectrum-Checkbox-box:before,.spectrum--darkest .spectrum-Checkbox--quiet.is-indeterminate .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:before{border-color:#a2a2a2}.spectrum--darkest .spectrum-Checkbox--quiet:hover .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--darkest .spectrum-Checkbox--quiet:hover.is-indeterminate .spectrum-Checkbox-box:before{border-color:#c8c8c8}.spectrum--darkest .spectrum-Checkbox--quiet:active .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before,.spectrum--darkest .spectrum-Checkbox--quiet:active.is-indeterminate .spectrum-Checkbox-box:before{border-color:#efefef}.spectrum--darkest .spectrum-Checkbox.is-invalid .spectrum-Checkbox-box:before,.spectrum--darkest .spectrum-Checkbox.is-invalid .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before{border-color:#e34850}.spectrum--darkest .spectrum-Checkbox.is-invalid .spectrum-Checkbox-label{color:#ec5b62}.spectrum--darkest .spectrum-Checkbox.is-invalid .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:before,.spectrum--darkest .spectrum-Checkbox.is-invalid.is-indeterminate .spectrum-Checkbox-input.focus-ring+.spectrum-Checkbox-box:before{border-color:#ec5b62}.spectrum--darkest .spectrum-Checkbox.is-invalid .spectrum-Checkbox-input.focus-ring~.spectrum-Checkbox-label,.spectrum--darkest .spectrum-Checkbox.is-invalid.is-indeterminate .spectrum-Checkbox-input.focus-ring~.spectrum-Checkbox-label{color:#f76d74}.spectrum--darkest .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-box:before,.spectrum--darkest .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before{border-color:#ec5b62}.spectrum--darkest .spectrum-Checkbox.is-invalid:hover .spectrum-Checkbox-label{color:#f76d74}.spectrum--darkest .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-box:before,.spectrum--darkest .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-input:checked+.spectrum-Checkbox-box:before{border-color:#f76d74}.spectrum--darkest .spectrum-Checkbox.is-invalid:active .spectrum-Checkbox-label{color:#f76d74}.spectrum{font-family:adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Trebuchet MS,Lucida Grande,sans-serif;font-size:14px}.spectrum:lang(ar){font-family:myriad-arabic,adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Trebuchet MS,Lucida Grande,sans-serif}.spectrum:lang(he){font-family:myriad-hebrew,adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Trebuchet MS,Lucida Grande,sans-serif}.spectrum:lang(zh-Hans){font-family:adobe-clean-han-simplified-c,source-han-simplified-c,SimSun,Heiti SC Light,"sans-serif"}.spectrum:lang(zh),.spectrum:lang(zh-Hant){font-family:adobe-clean-han-traditional,source-han-traditional,MingLiu,Heiti TC Light,"sans-serif"}.spectrum:lang(ko){font-family:adobe-clean-han-korean,source-han-korean,Malgun Gothic,Apple Gothic,"sans-serif"}.spectrum:lang(ja){font-family:adobe-clean-han-japanese,source-han-japanese,Yu Gothic,"\30E1 \30A4 \30EA \30AA","\30D2 \30E9 \30AE \30CE \89D2 \30B4  Pro W3",Hiragino Kaku Gothic Pro W3,Osaka,"\FF2D \FF33 \FF30 \30B4 \30B7 \30C3 \30AF",MS PGothic,"sans-serif"}.spectrum,.spectrum-Body{font-size:14px;font-style:normal;font-weight:400;line-height:1.5}.spectrum-Body--italic{font-style:italic}.spectrum-Body1{font-size:20px}.spectrum-Body--large,.spectrum-Body1,.spectrum-Body2{font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Body--large,.spectrum-Body2{font-size:18px}.spectrum-Body3{font-size:16px}.spectrum-Body--secondary,.spectrum-Body3,.spectrum-Body4{font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Body--secondary,.spectrum-Body4{font-size:14px}.spectrum-Body--small,.spectrum-Body5{font-size:12px;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.hawks-theme .navList.spectrum-Heading1 .spectrum-Tabs-itemLabel,.spectrum-Heading1{font-size:36px;font-style:normal;font-weight:700;letter-spacing:0;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.hawks-theme .navList.spectrum-Heading2 .spectrum-Tabs-itemLabel,.spectrum-Heading2{font-size:28px;font-style:normal;font-weight:700;letter-spacing:0;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.hawks-theme .navList.spectrum-Heading3 .spectrum-Tabs-itemLabel,.spectrum-Heading3{font-size:22px;font-style:normal;font-weight:700;letter-spacing:0;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Heading--subtitle1,.spectrum-Heading4{font-size:18px}.spectrum-Heading--subtitle1,.spectrum-Heading4,.spectrum-Heading5{font-style:normal;font-weight:700;letter-spacing:0;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Heading5{font-size:16px}.spectrum-Heading--subtitle2,.spectrum-Heading6{font-size:14px;font-style:normal;font-weight:700;letter-spacing:0;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Heading--subtitle3,.spectrum-Subheading{line-height:1.3}.spectrum-Detail,.spectrum-Heading--subtitle3,.spectrum-Subheading{font-size:11px;font-style:normal;font-weight:700;letter-spacing:.06em;margin-bottom:0;margin-top:0;text-transform:uppercase}.spectrum-Detail{line-height:1.5}.hawks-theme .spectrum-Heading1--quiet h1,.spectrum-Heading1--quiet{font-size:36px;font-style:normal;font-weight:300;letter-spacing:0;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.hawks-theme .spectrum-Heading2--quiet h2,.spectrum-Heading--pageTitle,.spectrum-Heading2--quiet{font-size:28px;font-style:normal;font-weight:300;letter-spacing:0;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Heading1--strong{font-size:36px}.spectrum-Heading1--strong,.spectrum-Heading2--strong{font-style:normal;font-weight:900;letter-spacing:0;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Heading2--strong{font-size:28px}.spectrum-Heading1--display{font-size:60px}.spectrum-Heading1--display,.spectrum-Heading2--display{font-style:normal;font-weight:700;letter-spacing:0;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Heading2--display{font-size:45px}.spectrum-Heading1--display.spectrum-Heading1--strong{font-size:60px}.spectrum-Heading1--display.spectrum-Heading1--strong,.spectrum-Heading2--display.spectrum-Heading2--strong{font-style:normal;font-weight:900;letter-spacing:0;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Heading2--display.spectrum-Heading2--strong{font-size:45px}.spectrum-Heading1--display.spectrum-Heading1--quiet{font-size:60px;font-style:normal;font-weight:300;letter-spacing:0;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Heading--display,.spectrum-Heading2--display.spectrum-Heading2--quiet{font-size:45px;font-style:normal;font-weight:300;letter-spacing:0;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Typography .spectrum-Body1{margin-bottom:16px;margin-top:0}.spectrum-Typography .spectrum-Body--large,.spectrum-Typography .spectrum-Body2{margin-bottom:13px;margin-top:0}.spectrum-Typography .spectrum-Body3{margin-bottom:12px;margin-top:0}.spectrum-Typography .spectrum-Body--secondary,.spectrum-Typography .spectrum-Body4{margin-bottom:10px;margin-top:0}.spectrum-Typography .spectrum-Body--small,.spectrum-Typography .spectrum-Body5{margin-bottom:9px;margin-top:0}.spectrum-Typography .spectrum-Heading1{margin-bottom:9px;margin-top:32px}.spectrum-Typography .spectrum-Heading2{margin-bottom:7px;margin-top:25px}.spectrum-Typography .spectrum-Heading3{margin-bottom:6px;margin-top:20px}.spectrum-Typography .spectrum-Heading--subtitle1,.spectrum-Typography .spectrum-Heading4{margin-bottom:5px;margin-top:16px}.spectrum-Typography .spectrum-Heading5{margin-bottom:4px;margin-top:14px}.spectrum-Typography .spectrum-Heading--subtitle2,.spectrum-Typography .spectrum-Heading--subtitle3,.spectrum-Typography .spectrum-Heading6,.spectrum-Typography .spectrum-Subheading{margin-bottom:3px;margin-top:12px}.spectrum-Typography .spectrum-Detail{margin-bottom:8px;margin-top:0}.spectrum-Typography .spectrum-Heading1--quiet{margin-bottom:9px;margin-top:32px}.spectrum-Typography .spectrum-Heading--pageTitle,.spectrum-Typography .spectrum-Heading2--quiet{margin-bottom:7px;margin-top:25px}.spectrum-Typography .spectrum-Heading1--strong{margin-bottom:9px;margin-top:32px}.spectrum-Typography .spectrum-Heading2--strong{margin-bottom:7px;margin-top:25px}.spectrum-Typography .spectrum-Heading1--display{margin-bottom:11px;margin-top:50px}.spectrum-Typography .spectrum-Heading2--display{margin-bottom:10px;margin-top:36px}.spectrum-Typography .spectrum-Heading1--display.spectrum-Heading1--strong{margin-bottom:11px;margin-top:50px}.spectrum-Typography .spectrum-Heading2--display.spectrum-Heading2--strong{margin-bottom:10px;margin-top:36px}.spectrum-Typography .spectrum-Heading1--display.spectrum-Heading1--quiet{margin-bottom:11px;margin-top:50px}.spectrum-Typography .spectrum-Heading--display,.spectrum-Typography .spectrum-Heading2--display.spectrum-Heading2--quiet{margin-bottom:10px;margin-top:36px}.spectrum-Article{font-family:adobe-clean-serif,"Source Serif Pro",Georgia,serif}.spectrum-Article .spectrum-Body1{font-size:20px}.spectrum-Article .spectrum-Body--large,.spectrum-Article .spectrum-Body1,.spectrum-Article .spectrum-Body2{font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Article .spectrum-Body--large,.spectrum-Article .spectrum-Body2{font-size:18px}.spectrum-Article .spectrum-Body3{font-size:16px}.spectrum-Article .spectrum-Body--secondary,.spectrum-Article .spectrum-Body3,.spectrum-Article .spectrum-Body4{font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Article .spectrum-Body--secondary,.spectrum-Article .spectrum-Body4{font-size:14px}.spectrum-Article .spectrum-Body--small,.spectrum-Article .spectrum-Body5{font-size:12px;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Article .spectrum-Heading1{font-size:36px}.spectrum-Article .spectrum-Heading1,.spectrum-Article .spectrum-Heading2{font-style:normal;font-weight:700;letter-spacing:.0125em;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Article .spectrum-Heading2{font-size:28px}.spectrum-Article .spectrum-Heading3{font-size:22px}.spectrum-Article .spectrum-Heading--subtitle1,.spectrum-Article .spectrum-Heading3,.spectrum-Article .spectrum-Heading4{font-style:normal;font-weight:700;letter-spacing:.0125em;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Article .spectrum-Heading--subtitle1,.spectrum-Article .spectrum-Heading4{font-size:18px}.spectrum-Article .spectrum-Heading5{font-size:16px}.spectrum-Article .spectrum-Heading--subtitle2,.spectrum-Article .spectrum-Heading5,.spectrum-Article .spectrum-Heading6{font-style:normal;font-weight:700;letter-spacing:.0125em;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Article .spectrum-Heading--subtitle2,.spectrum-Article .spectrum-Heading6{font-size:14px}.spectrum-Article .spectrum-Heading--subtitle3,.spectrum-Article .spectrum-Subheading{font-size:11px;font-style:normal;font-weight:700;letter-spacing:.0125em;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Article .spectrum-Detail{font-size:11px;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Article .spectrum-Heading1--quiet{font-size:36px;font-style:normal;font-weight:400;letter-spacing:.0125em;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Article .spectrum-Heading--pageTitle,.spectrum-Article .spectrum-Heading2--quiet{font-size:28px;font-style:normal;font-weight:400;letter-spacing:.0125em;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Article .spectrum-Heading1--display{font-size:60px}.spectrum-Article .spectrum-Heading1--display,.spectrum-Article .spectrum-Heading2--display{font-style:normal;font-weight:700;letter-spacing:.0125em;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Article .spectrum-Heading2--display{font-size:45px}.spectrum-Article .spectrum-Heading1--display.spectrum-Heading1--quiet{font-size:60px;font-style:normal;font-weight:400;letter-spacing:.0125em;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Article .spectrum-Heading--display,.spectrum-Article .spectrum-Heading2--display.spectrum-Heading2--quiet{font-size:45px;font-style:normal;font-weight:400;letter-spacing:.0125em;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Body1,.spectrum:lang(ko) .spectrum-Body1,.spectrum:lang(zh) .spectrum-Body1{font-size:20px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Body--large,.spectrum:lang(ja) .spectrum-Body2,.spectrum:lang(ko) .spectrum-Body--large,.spectrum:lang(ko) .spectrum-Body2,.spectrum:lang(zh) .spectrum-Body--large,.spectrum:lang(zh) .spectrum-Body2{font-size:18px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Body3,.spectrum:lang(ko) .spectrum-Body3,.spectrum:lang(zh) .spectrum-Body3{font-size:16px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Body--secondary,.spectrum:lang(ja) .spectrum-Body4,.spectrum:lang(ko) .spectrum-Body--secondary,.spectrum:lang(ko) .spectrum-Body4,.spectrum:lang(zh) .spectrum-Body--secondary,.spectrum:lang(zh) .spectrum-Body4{font-size:14px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Body--small,.spectrum:lang(ja) .spectrum-Body5,.spectrum:lang(ko) .spectrum-Body--small,.spectrum:lang(ko) .spectrum-Body5,.spectrum:lang(zh) .spectrum-Body--small,.spectrum:lang(zh) .spectrum-Body5{font-size:12px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading1,.spectrum:lang(ko) .spectrum-Heading1,.spectrum:lang(zh) .spectrum-Heading1{font-size:32px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading2,.spectrum:lang(ko) .spectrum-Heading2,.spectrum:lang(zh) .spectrum-Heading2{font-size:25px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading3,.spectrum:lang(ko) .spectrum-Heading3,.spectrum:lang(zh) .spectrum-Heading3{font-size:20px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading--subtitle1,.spectrum:lang(ja) .spectrum-Heading4,.spectrum:lang(ko) .spectrum-Heading--subtitle1,.spectrum:lang(ko) .spectrum-Heading4,.spectrum:lang(zh) .spectrum-Heading--subtitle1,.spectrum:lang(zh) .spectrum-Heading4{font-size:18px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading5,.spectrum:lang(ko) .spectrum-Heading5,.spectrum:lang(zh) .spectrum-Heading5{font-size:16px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading--subtitle2,.spectrum:lang(ja) .spectrum-Heading6,.spectrum:lang(ko) .spectrum-Heading--subtitle2,.spectrum:lang(ko) .spectrum-Heading6,.spectrum:lang(zh) .spectrum-Heading--subtitle2,.spectrum:lang(zh) .spectrum-Heading6{font-size:14px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading--subtitle3,.spectrum:lang(ja) .spectrum-Subheading,.spectrum:lang(ko) .spectrum-Heading--subtitle3,.spectrum:lang(ko) .spectrum-Subheading,.spectrum:lang(zh) .spectrum-Heading--subtitle3,.spectrum:lang(zh) .spectrum-Subheading{font-size:11px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Detail,.spectrum:lang(ko) .spectrum-Detail,.spectrum:lang(zh) .spectrum-Detail{font-size:11px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading1--quiet,.spectrum:lang(ko) .spectrum-Heading1--quiet,.spectrum:lang(zh) .spectrum-Heading1--quiet{font-size:32px;font-style:normal;font-weight:300;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading--pageTitle,.spectrum:lang(ja) .spectrum-Heading2--quiet,.spectrum:lang(ko) .spectrum-Heading--pageTitle,.spectrum:lang(ko) .spectrum-Heading2--quiet,.spectrum:lang(zh) .spectrum-Heading--pageTitle,.spectrum:lang(zh) .spectrum-Heading2--quiet{font-size:25px;font-style:normal;font-weight:300;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading1--strong,.spectrum:lang(ko) .spectrum-Heading1--strong,.spectrum:lang(zh) .spectrum-Heading1--strong{font-size:32px;font-style:normal;font-weight:900;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading2--strong,.spectrum:lang(ko) .spectrum-Heading2--strong,.spectrum:lang(zh) .spectrum-Heading2--strong{font-size:25px;font-style:normal;font-weight:900;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading1--display,.spectrum:lang(ko) .spectrum-Heading1--display,.spectrum:lang(zh) .spectrum-Heading1--display{font-size:60px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading2--display,.spectrum:lang(ko) .spectrum-Heading2--display,.spectrum:lang(zh) .spectrum-Heading2--display{font-size:36px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading1--display.spectrum-Heading1--strong,.spectrum:lang(ko) .spectrum-Heading1--display.spectrum-Heading1--strong,.spectrum:lang(zh) .spectrum-Heading1--display.spectrum-Heading1--strong{font-size:60px;font-style:normal;font-weight:900;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading2--display.spectrum-Heading2--strong,.spectrum:lang(ko) .spectrum-Heading2--display.spectrum-Heading2--strong,.spectrum:lang(zh) .spectrum-Heading2--display.spectrum-Heading2--strong{font-size:36px;font-style:normal;font-weight:900;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading1--display.spectrum-Heading1--quiet,.spectrum:lang(ko) .spectrum-Heading1--display.spectrum-Heading1--quiet,.spectrum:lang(zh) .spectrum-Heading1--display.spectrum-Heading1--quiet{font-size:60px;font-style:normal;font-weight:300;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading--display,.spectrum:lang(ja) .spectrum-Heading2--display.spectrum-Heading2--quiet,.spectrum:lang(ko) .spectrum-Heading--display,.spectrum:lang(ko) .spectrum-Heading2--display.spectrum-Heading2--quiet,.spectrum:lang(zh) .spectrum-Heading--display,.spectrum:lang(zh) .spectrum-Heading2--display.spectrum-Heading2--quiet{font-size:36px;font-style:normal;font-weight:300;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Code1{font-size:20px}.spectrum-Code1,.spectrum-Code2{font-family:Source Code Pro,Monaco,monospace;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;margin-bottom:0;margin-top:0}.spectrum-Code2{font-size:18px}.spectrum-Code3{font-size:16px}.spectrum-Code3,.spectrum-Code4{font-family:Source Code Pro,Monaco,monospace;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;margin-bottom:0;margin-top:0}.spectrum-Code4{font-size:14px}.spectrum-Code5{font-family:Source Code Pro,Monaco,monospace;font-size:12px;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;margin-bottom:0;margin-top:0}.spectrum-Heading--XXXL{font-size:60px}.spectrum-Heading--XXL,.spectrum-Heading--XXXL{font-style:normal;font-weight:700;letter-spacing:0;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Heading--XXL{font-size:45px}.spectrum-Heading--XL{font-size:36px}.spectrum-Heading--L,.spectrum-Heading--XL{font-style:normal;font-weight:700;letter-spacing:0;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Heading--L{font-size:28px}.spectrum-Heading--M{font-size:22px}.spectrum-Heading--M,.spectrum-Heading--S{font-style:normal;font-weight:700;letter-spacing:0;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Heading--S{font-size:18px}.spectrum-Heading--XS{font-size:16px}.spectrum-Heading--XS,.spectrum-Heading--XXS{font-style:normal;font-weight:700;letter-spacing:0;line-height:1.3;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Heading--XXS{font-size:14px}.spectrum-Heading{font-family:adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Trebuchet MS,Lucida Grande,sans-serif;font-weight:700}.spectrum-Heading .spectrum-Heading-emphasis,.spectrum-Heading em{font-style:italic}.spectrum-Heading .spectrum-Heading-strong,.spectrum-Heading strong{font-weight:900}.spectrum-Heading--serif{font-family:adobe-clean-serif,"Source Serif Pro",Georgia,serif}.spectrum-Heading--heavy{font-weight:900}.spectrum-Heading--heavy .spectrum-Heading-emphasis,.spectrum-Heading--heavy em{font-style:italic}.spectrum-Heading--heavy .spectrum-Heading-strong,.spectrum-Heading--heavy strong{font-weight:900}.spectrum-Heading--light{font-weight:300}.spectrum-Heading--light .spectrum-Heading-emphasis,.spectrum-Heading--light em{font-style:italic}.spectrum-Heading--light .spectrum-Heading-strong,.spectrum-Heading--light strong{font-weight:700}.spectrum-Body--XXXL{font-size:25px}.spectrum-Body--XXL,.spectrum-Body--XXXL{font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Body--XXL{font-size:22px}.spectrum-Body--XL{font-size:20px}.spectrum-Body--L,.spectrum-Body--XL{font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Body--L{font-size:18px}.spectrum-Body--M{font-size:16px}.spectrum-Body--M,.spectrum-Body--S{font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Body--S{font-size:14px}.spectrum-Body--XS{font-size:12px;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum-Body{font-family:adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Trebuchet MS,Lucida Grande,sans-serif}.spectrum-Body .spectrum-Body-strong,.spectrum-Body strong{font-weight:700}.spectrum-Body .spectrum-Body-emphasis,.spectrum-Body em{font-style:italic}.spectrum-Body--serif{font-family:adobe-clean-serif,"Source Serif Pro",Georgia,serif}.spectrum-Detail{font-family:adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Trebuchet MS,Lucida Grande,sans-serif}.spectrum-Detail .spectrum-Detail-strong,.spectrum-Detail strong{font-weight:900}.spectrum-Detail .spectrum-Detail-emphasis,.spectrum-Detail em{font-style:italic}.spectrum-Detail--light{font-style:normal;font-weight:400}.spectrum-Detail--serif{font-family:adobe-clean-serif,"Source Serif Pro",Georgia,serif}.spectrum-Detail--XL{font-style:normal}.spectrum-Detail--XL,.spectrum-Detail--XL em{font-size:16px;font-weight:700;letter-spacing:.06em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:uppercase}.spectrum-Detail--XL em{font-style:italic}.spectrum-Detail--XL strong{font-size:16px;font-style:normal;font-weight:900;letter-spacing:.06em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:uppercase}.spectrum-Detail--L{font-style:normal}.spectrum-Detail--L,.spectrum-Detail--L em{font-size:14px;font-weight:700;letter-spacing:.06em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:uppercase}.spectrum-Detail--L em{font-style:italic}.spectrum-Detail--L strong{font-size:14px;font-style:normal;font-weight:900;letter-spacing:.06em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:uppercase}.spectrum-Detail--M{font-style:normal}.spectrum-Detail--M,.spectrum-Detail--M em{font-size:12px;font-weight:700;letter-spacing:.06em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:uppercase}.spectrum-Detail--M em{font-style:italic}.spectrum-Detail--M strong{font-size:12px;font-style:normal;font-weight:900;letter-spacing:.06em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:uppercase}.spectrum-Detail--S{font-style:normal}.spectrum-Detail--S,.spectrum-Detail--S em{font-size:11px;font-weight:700;letter-spacing:.06em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:uppercase}.spectrum-Detail--S em{font-style:italic}.spectrum-Detail--S strong{font-size:11px;font-style:normal;font-weight:900;letter-spacing:.06em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:uppercase}.spectrum-Code{font-family:adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Trebuchet MS,Lucida Grande,sans-serif}.spectrum-Code .spectrum-Code-strong,.spectrum-Code strong{font-weight:700}.spectrum-Code .spectrum-Code-emphasis,.spectrum-Code em{font-style:italic}.spectrum-Code--serif{font-family:adobe-clean-serif,"Source Serif Pro",Georgia,serif}.spectrum-Code--XL{font-size:20px}.spectrum-Code--L,.spectrum-Code--XL{font-family:Source Code Pro,Monaco,monospace;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;margin-bottom:0;margin-top:0}.spectrum-Code--L{font-size:18px}.spectrum-Code--M{font-size:16px}.spectrum-Code--M,.spectrum-Code--S{font-family:Source Code Pro,Monaco,monospace;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;margin-bottom:0;margin-top:0}.spectrum-Code--S{font-size:14px}.spectrum-Code--XS{font-family:Source Code Pro,Monaco,monospace;font-size:12px;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;margin-bottom:0;margin-top:0}.spectrum-Typography .spectrum-Heading--XXXL{margin-bottom:11px;margin-top:50px}.spectrum-Typography .spectrum-Heading--XXL{margin-bottom:10px;margin-top:36px}.spectrum-Typography .spectrum-Heading--XL{margin-bottom:9px;margin-top:32px}.spectrum-Typography .spectrum-Heading--L{margin-bottom:7px;margin-top:25px}.spectrum-Typography .spectrum-Heading--M{margin-bottom:6px;margin-top:20px}.spectrum-Typography .spectrum-Heading--S{margin-bottom:5px;margin-top:16px}.spectrum-Typography .spectrum-Heading--XS{margin-bottom:4px;margin-top:14px}.spectrum-Typography .spectrum-Heading--XXS{margin-bottom:3px;margin-top:12px}.spectrum-Typography .spectrum-Body--XXXL{margin-bottom:32px;margin-top:0}.spectrum-Typography .spectrum-Body--XXL{margin-bottom:24px;margin-top:0}.spectrum-Typography .spectrum-Body--XL{margin-bottom:16px;margin-top:0}.spectrum-Typography .spectrum-Body--L{margin-bottom:13px;margin-top:0}.spectrum-Typography .spectrum-Body--M{margin-bottom:12px;margin-top:0}.spectrum-Typography .spectrum-Body--S{margin-bottom:10px;margin-top:0}.spectrum-Typography .spectrum-Body--XS{margin-bottom:9px;margin-top:0}.spectrum:lang(ja) .spectrum-Heading--XXXL,.spectrum:lang(ko) .spectrum-Heading--XXXL,.spectrum:lang(zh) .spectrum-Heading--XXXL{font-size:60px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading--XXL,.spectrum:lang(ko) .spectrum-Heading--XXL,.spectrum:lang(zh) .spectrum-Heading--XXL{font-size:36px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading--XL,.spectrum:lang(ko) .spectrum-Heading--XL,.spectrum:lang(zh) .spectrum-Heading--XL{font-size:32px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading--L,.spectrum:lang(ko) .spectrum-Heading--L,.spectrum:lang(zh) .spectrum-Heading--L{font-size:25px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading--M,.spectrum:lang(ko) .spectrum-Heading--M,.spectrum:lang(zh) .spectrum-Heading--M{font-size:20px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading--S,.spectrum:lang(ko) .spectrum-Heading--S,.spectrum:lang(zh) .spectrum-Heading--S{font-size:18px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading--XS,.spectrum:lang(ko) .spectrum-Heading--XS,.spectrum:lang(zh) .spectrum-Heading--XS{font-size:16px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading--XXS,.spectrum:lang(ko) .spectrum-Heading--XXS,.spectrum:lang(zh) .spectrum-Heading--XXS{font-size:14px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Heading--heavy,.spectrum:lang(ko) .spectrum-Heading--heavy,.spectrum:lang(zh) .spectrum-Heading--heavy{font-weight:700}.spectrum:lang(ja) .spectrum-Heading--heavy .spectrum-Heading--emphasis,.spectrum:lang(ja) .spectrum-Heading--heavy .spectrum-Heading--strong,.spectrum:lang(ja) .spectrum-Heading--heavy em,.spectrum:lang(ja) .spectrum-Heading--heavy strong,.spectrum:lang(ko) .spectrum-Heading--heavy .spectrum-Heading--emphasis,.spectrum:lang(ko) .spectrum-Heading--heavy .spectrum-Heading--strong,.spectrum:lang(ko) .spectrum-Heading--heavy em,.spectrum:lang(ko) .spectrum-Heading--heavy strong,.spectrum:lang(zh) .spectrum-Heading--heavy .spectrum-Heading--emphasis,.spectrum:lang(zh) .spectrum-Heading--heavy .spectrum-Heading--strong,.spectrum:lang(zh) .spectrum-Heading--heavy em,.spectrum:lang(zh) .spectrum-Heading--heavy strong{font-style:normal;font-weight:900}.spectrum:lang(ja) .spectrum-Heading--light,.spectrum:lang(ko) .spectrum-Heading--light,.spectrum:lang(zh) .spectrum-Heading--light{font-weight:700}.spectrum:lang(ja) .spectrum-Heading--light .spectrum-Heading--emphasis,.spectrum:lang(ja) .spectrum-Heading--light em,.spectrum:lang(ko) .spectrum-Heading--light .spectrum-Heading--emphasis,.spectrum:lang(ko) .spectrum-Heading--light em,.spectrum:lang(zh) .spectrum-Heading--light .spectrum-Heading--emphasis,.spectrum:lang(zh) .spectrum-Heading--light em{font-style:normal;font-weight:400}.spectrum:lang(ja) .spectrum-Heading--light .spectrum-Heading--strong,.spectrum:lang(ja) .spectrum-Heading--light strong,.spectrum:lang(ko) .spectrum-Heading--light .spectrum-Heading--strong,.spectrum:lang(ko) .spectrum-Heading--light strong,.spectrum:lang(zh) .spectrum-Heading--light .spectrum-Heading--strong,.spectrum:lang(zh) .spectrum-Heading--light strong{font-style:normal;font-weight:700}.spectrum:lang(ja) .spectrum-Body--XXXL,.spectrum:lang(ko) .spectrum-Body--XXXL,.spectrum:lang(zh) .spectrum-Body--XXXL{font-size:25px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Body--XXL,.spectrum:lang(ko) .spectrum-Body--XXL,.spectrum:lang(zh) .spectrum-Body--XXL{font-size:22px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Body--XL,.spectrum:lang(ko) .spectrum-Body--XL,.spectrum:lang(zh) .spectrum-Body--XL{font-size:20px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Body--L,.spectrum:lang(ko) .spectrum-Body--L,.spectrum:lang(zh) .spectrum-Body--L{font-size:18px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Body--M,.spectrum:lang(ko) .spectrum-Body--M,.spectrum:lang(zh) .spectrum-Body--M{font-size:16px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Body--S,.spectrum:lang(ko) .spectrum-Body--S,.spectrum:lang(zh) .spectrum-Body--S{font-size:14px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Body--XS,.spectrum:lang(ko) .spectrum-Body--XS,.spectrum:lang(zh) .spectrum-Body--XS{font-size:12px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;margin-bottom:0;margin-top:0;text-transform:none}.spectrum:lang(ja) .spectrum-Detail--XL,.spectrum:lang(ko) .spectrum-Detail--XL,.spectrum:lang(zh) .spectrum-Detail--XL{font-size:16px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:uppercase}.spectrum:lang(ja) .spectrum-Detail--XL em,.spectrum:lang(ko) .spectrum-Detail--XL em,.spectrum:lang(zh) .spectrum-Detail--XL em{font-size:16px;font-style:normal;font-weight:800;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:uppercase}.spectrum:lang(ja) .spectrum-Detail--XL strong,.spectrum:lang(ko) .spectrum-Detail--XL strong,.spectrum:lang(zh) .spectrum-Detail--XL strong{font-size:16px;font-style:normal;font-weight:900;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:uppercase}.spectrum:lang(ja) .spectrum-Detail--L,.spectrum:lang(ko) .spectrum-Detail--L,.spectrum:lang(zh) .spectrum-Detail--L{font-size:14px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:uppercase}.spectrum:lang(ja) .spectrum-Detail--L em,.spectrum:lang(ko) .spectrum-Detail--L em,.spectrum:lang(zh) .spectrum-Detail--L em{font-size:14px;font-style:normal;font-weight:800;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:uppercase}.spectrum:lang(ja) .spectrum-Detail--L strong,.spectrum:lang(ko) .spectrum-Detail--L strong,.spectrum:lang(zh) .spectrum-Detail--L strong{font-size:14px;font-style:normal;font-weight:900;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:uppercase}.spectrum:lang(ja) .spectrum-Detail--M,.spectrum:lang(ko) .spectrum-Detail--M,.spectrum:lang(zh) .spectrum-Detail--M{font-size:12px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:uppercase}.spectrum:lang(ja) .spectrum-Detail--M em,.spectrum:lang(ko) .spectrum-Detail--M em,.spectrum:lang(zh) .spectrum-Detail--M em{font-size:12px;font-style:normal;font-weight:800;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:uppercase}.spectrum:lang(ja) .spectrum-Detail--M strong,.spectrum:lang(ko) .spectrum-Detail--M strong,.spectrum:lang(zh) .spectrum-Detail--M strong{font-size:12px;font-style:normal;font-weight:900;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:uppercase}.spectrum:lang(ja) .spectrum-Detail--S,.spectrum:lang(ko) .spectrum-Detail--S,.spectrum:lang(zh) .spectrum-Detail--S{font-size:11px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:uppercase}.spectrum:lang(ja) .spectrum-Detail--S em,.spectrum:lang(ko) .spectrum-Detail--S em,.spectrum:lang(zh) .spectrum-Detail--S em{font-size:11px;font-style:normal;font-weight:800;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:uppercase}.spectrum:lang(ja) .spectrum-Detail--S strong,.spectrum:lang(ko) .spectrum-Detail--S strong,.spectrum:lang(zh) .spectrum-Detail--S strong{font-size:11px;font-style:normal;font-weight:900;letter-spacing:.05em;line-height:1.5;margin-bottom:0;margin-top:0;text-transform:uppercase}.spectrum:lang(ja) .spectrum-Detail--light,.spectrum:lang(ko) .spectrum-Detail--light,.spectrum:lang(zh) .spectrum-Detail--light{font-weight:700}.spectrum:lang(ja) .spectrum-Detail--light .spectrum-Detail--emphasis,.spectrum:lang(ja) .spectrum-Detail--light em,.spectrum:lang(ko) .spectrum-Detail--light .spectrum-Detail--emphasis,.spectrum:lang(ko) .spectrum-Detail--light em,.spectrum:lang(zh) .spectrum-Detail--light .spectrum-Detail--emphasis,.spectrum:lang(zh) .spectrum-Detail--light em{font-style:normal;font-weight:400}.spectrum:lang(ja) .spectrum-Detail--light .spectrum-Detail--strong,.spectrum:lang(ja) .spectrum-Detail--light strong,.spectrum:lang(ko) .spectrum-Detail--light .spectrum-Detail--strong,.spectrum:lang(ko) .spectrum-Detail--light strong,.spectrum:lang(zh) .spectrum-Detail--light .spectrum-Detail--strong,.spectrum:lang(zh) .spectrum-Detail--light strong{font-style:normal;font-weight:700}.spectrum:lang(ja) .spectrum-Code--XL,.spectrum:lang(ko) .spectrum-Code--XL,.spectrum:lang(zh) .spectrum-Code--XL{font-family:adobe-clean-han-traditional,source-han-traditional,MingLiu,Heiti TC Light,"sans-serif";font-size:20px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;margin-bottom:0;margin-top:0}.spectrum:lang(ja) .spectrum-Code--L,.spectrum:lang(ko) .spectrum-Code--L,.spectrum:lang(zh) .spectrum-Code--L{font-family:adobe-clean-han-traditional,source-han-traditional,MingLiu,Heiti TC Light,"sans-serif";font-size:18px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;margin-bottom:0;margin-top:0}.spectrum:lang(ja) .spectrum-Code--M,.spectrum:lang(ko) .spectrum-Code--M,.spectrum:lang(zh) .spectrum-Code--M{font-family:adobe-clean-han-traditional,source-han-traditional,MingLiu,Heiti TC Light,"sans-serif";font-size:16px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;margin-bottom:0;margin-top:0}.spectrum:lang(ja) .spectrum-Code--S,.spectrum:lang(ko) .spectrum-Code--S,.spectrum:lang(zh) .spectrum-Code--S{font-family:adobe-clean-han-traditional,source-han-traditional,MingLiu,Heiti TC Light,"sans-serif";font-size:14px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;margin-bottom:0;margin-top:0}.spectrum:lang(ja) .spectrum-Code--XS,.spectrum:lang(ko) .spectrum-Code--XS,.spectrum:lang(zh) .spectrum-Code--XS{font-family:adobe-clean-han-traditional,source-han-traditional,MingLiu,Heiti TC Light,"sans-serif";font-size:12px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;margin-bottom:0;margin-top:0}.spectrum--large .spectrum{font-family:adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Trebuchet MS,Lucida Grande,sans-serif;font-size:17px}.spectrum--large .spectrum:lang(ar){font-family:myriad-arabic,adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Trebuchet MS,Lucida Grande,sans-serif}.spectrum--large .spectrum:lang(he){font-family:myriad-hebrew,adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Trebuchet MS,Lucida Grande,sans-serif}.spectrum--large .spectrum:lang(zh-Hans){font-family:adobe-clean-han-simplified-c,source-han-simplified-c,SimSun,Heiti SC Light,"sans-serif"}.spectrum--large .spectrum:lang(zh),.spectrum--large .spectrum:lang(zh-Hant){font-family:adobe-clean-han-traditional,source-han-traditional,MingLiu,Heiti TC Light,"sans-serif"}.spectrum--large .spectrum:lang(ko){font-family:adobe-clean-han-korean,source-han-korean,Malgun Gothic,Apple Gothic,"sans-serif"}.spectrum--large .spectrum:lang(ja){font-family:adobe-clean-han-japanese,source-han-japanese,Yu Gothic,"\30E1 \30A4 \30EA \30AA","\30D2 \30E9 \30AE \30CE \89D2 \30B4  Pro W3",Hiragino Kaku Gothic Pro W3,Osaka,"\FF2D \FF33 \FF30 \30B4 \30B7 \30C3 \30AF",MS PGothic,"sans-serif"}.spectrum--large .spectrum,.spectrum--large .spectrum-Body,.spectrum--large.spectrum,.spectrum--large.spectrum-Body{font-size:17px;font-style:normal;font-weight:400;line-height:1.5}.spectrum--large .spectrum-Body--italic{font-style:italic}.spectrum--large .spectrum-Body1{font-size:24px;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;text-transform:none}.spectrum--large .spectrum-Body--large,.spectrum--large .spectrum-Body2{font-size:22px;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;text-transform:none}.spectrum--large .spectrum-Body3{font-size:19px;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;text-transform:none}.spectrum--large .spectrum-Body--secondary,.spectrum--large .spectrum-Body4{font-size:17px;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;text-transform:none}.spectrum--large .spectrum-Body--small,.spectrum--large .spectrum-Body5{font-size:15px;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;text-transform:none}.spectrum--large .spectrum-Heading1{font-size:44px}.spectrum--large .spectrum-Heading1,.spectrum--large .spectrum-Heading2{font-style:normal;font-weight:700;letter-spacing:0;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Heading2{font-size:34px}.spectrum--large .spectrum-Heading3{font-size:27px;font-style:normal;font-weight:700;letter-spacing:0;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Heading--subtitle1,.spectrum--large .spectrum-Heading4{font-size:22px;font-style:normal;font-weight:700;letter-spacing:0;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Heading5{font-size:19px;font-style:normal;font-weight:700;letter-spacing:0;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Heading--subtitle2,.spectrum--large .spectrum-Heading6{font-size:17px;font-style:normal;font-weight:700;letter-spacing:0;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Heading--subtitle3,.spectrum--large .spectrum-Subheading{font-size:13px;font-style:normal;font-weight:700;letter-spacing:.06em;line-height:1.3;text-transform:uppercase}.spectrum--large .spectrum-Detail{font-size:13px;font-style:normal;font-weight:700;letter-spacing:.06em;line-height:1.5;text-transform:uppercase}.spectrum--large .spectrum-Heading1--quiet{font-size:44px;font-style:normal;font-weight:300;letter-spacing:0;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Heading--pageTitle,.spectrum--large .spectrum-Heading2--quiet{font-size:34px;font-style:normal;font-weight:300;letter-spacing:0;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Heading1--strong{font-size:44px;font-style:normal;font-weight:900;letter-spacing:0;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Heading2--strong{font-size:34px;font-style:normal;font-weight:900;letter-spacing:0;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Heading1--display{font-size:70px;font-style:normal;font-weight:700;letter-spacing:0;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Heading2--display{font-size:55px;font-style:normal;font-weight:700;letter-spacing:0;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Heading1--display.spectrum-Heading1--strong{font-size:70px;font-style:normal;font-weight:900;letter-spacing:0;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Heading2--display.spectrum-Heading2--strong{font-size:55px;font-style:normal;font-weight:900;letter-spacing:0;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Heading1--display.spectrum-Heading1--quiet{font-size:70px;font-style:normal;font-weight:300;letter-spacing:0;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Heading--display,.spectrum--large .spectrum-Heading2--display.spectrum-Heading2--quiet{font-size:55px;font-style:normal;font-weight:300;letter-spacing:0;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Typography .spectrum-Body1{margin-bottom:20px;margin-top:0}.spectrum--large .spectrum-Typography .spectrum-Body--large,.spectrum--large .spectrum-Typography .spectrum-Body2{margin-bottom:16px;margin-top:0}.spectrum--large .spectrum-Typography .spectrum-Body3{margin-bottom:15px;margin-top:0}.spectrum--large .spectrum-Typography .spectrum-Body--secondary,.spectrum--large .spectrum-Typography .spectrum-Body4{margin-bottom:13px;margin-top:0}.spectrum--large .spectrum-Typography .spectrum-Body--small,.spectrum--large .spectrum-Typography .spectrum-Body5{margin-bottom:11px;margin-top:0}.spectrum--large .spectrum-Typography .spectrum-Heading1{margin-bottom:11px;margin-top:39px}.spectrum--large .spectrum-Typography .spectrum-Heading2{margin-bottom:9px;margin-top:31px}.spectrum--large .spectrum-Typography .spectrum-Heading3{margin-bottom:8px;margin-top:24px}.spectrum--large .spectrum-Typography .spectrum-Heading--subtitle1,.spectrum--large .spectrum-Typography .spectrum-Heading4{margin-bottom:6px;margin-top:19px}.spectrum--large .spectrum-Typography .spectrum-Heading5{margin-bottom:5px;margin-top:17px}.spectrum--large .spectrum-Typography .spectrum-Heading--subtitle2,.spectrum--large .spectrum-Typography .spectrum-Heading--subtitle3,.spectrum--large .spectrum-Typography .spectrum-Heading6,.spectrum--large .spectrum-Typography .spectrum-Subheading{margin-bottom:4px;margin-top:15px}.spectrum--large .spectrum-Typography .spectrum-Detail{margin-bottom:10px;margin-top:0}.spectrum--large .spectrum-Typography .spectrum-Heading1--quiet{margin-bottom:11px;margin-top:39px}.spectrum--large .spectrum-Typography .spectrum-Heading--pageTitle,.spectrum--large .spectrum-Typography .spectrum-Heading2--quiet{margin-bottom:9px;margin-top:31px}.spectrum--large .spectrum-Typography .spectrum-Heading1--strong{margin-bottom:11px;margin-top:39px}.spectrum--large .spectrum-Typography .spectrum-Heading2--strong{margin-bottom:9px;margin-top:31px}.spectrum--large .spectrum-Typography .spectrum-Heading1--display{margin-bottom:14px;margin-top:62px}.spectrum--large .spectrum-Typography .spectrum-Heading2--display{margin-bottom:13px;margin-top:44px}.spectrum--large .spectrum-Typography .spectrum-Heading1--display.spectrum-Heading1--strong{margin-bottom:14px;margin-top:62px}.spectrum--large .spectrum-Typography .spectrum-Heading2--display.spectrum-Heading2--strong{margin-bottom:13px;margin-top:44px}.spectrum--large .spectrum-Typography .spectrum-Heading1--display.spectrum-Heading1--quiet{margin-bottom:14px;margin-top:62px}.spectrum--large .spectrum-Typography .spectrum-Heading--display,.spectrum--large .spectrum-Typography .spectrum-Heading2--display.spectrum-Heading2--quiet{margin-bottom:13px;margin-top:44px}.spectrum--large .spectrum-Article{font-family:adobe-clean-serif,"Source Serif Pro",Georgia,serif}.spectrum--large .spectrum-Article .spectrum-Body1{font-size:24px;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;text-transform:none}.spectrum--large .spectrum-Article .spectrum-Body--large,.spectrum--large .spectrum-Article .spectrum-Body2{font-size:22px;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;text-transform:none}.spectrum--large .spectrum-Article .spectrum-Body3{font-size:19px;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;text-transform:none}.spectrum--large .spectrum-Article .spectrum-Body--secondary,.spectrum--large .spectrum-Article .spectrum-Body4{font-size:17px;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;text-transform:none}.spectrum--large .spectrum-Article .spectrum-Body--small,.spectrum--large .spectrum-Article .spectrum-Body5{font-size:15px;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;text-transform:none}.spectrum--large .spectrum-Article .spectrum-Heading1{font-size:44px;font-style:normal;font-weight:700;letter-spacing:.0125em;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Article .spectrum-Heading2{font-size:34px;font-style:normal;font-weight:700;letter-spacing:.0125em;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Article .spectrum-Heading3{font-size:27px;font-style:normal;font-weight:700;letter-spacing:.0125em;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Article .spectrum-Heading--subtitle1,.spectrum--large .spectrum-Article .spectrum-Heading4{font-size:22px;font-style:normal;font-weight:700;letter-spacing:.0125em;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Article .spectrum-Heading5{font-size:19px;font-style:normal;font-weight:700;letter-spacing:.0125em;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Article .spectrum-Heading--subtitle2,.spectrum--large .spectrum-Article .spectrum-Heading6{font-size:17px;font-style:normal;font-weight:700;letter-spacing:.0125em;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Article .spectrum-Heading--subtitle3,.spectrum--large .spectrum-Article .spectrum-Subheading{font-size:13px;font-style:normal;font-weight:700;letter-spacing:.0125em;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Article .spectrum-Detail{font-size:13px;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;text-transform:none}.spectrum--large .spectrum-Article .spectrum-Heading1--quiet{font-size:44px;font-style:normal;font-weight:400;letter-spacing:.0125em;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Article .spectrum-Heading--pageTitle,.spectrum--large .spectrum-Article .spectrum-Heading2--quiet{font-size:34px;font-style:normal;font-weight:400;letter-spacing:.0125em;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Article .spectrum-Heading1--display{font-size:70px;font-style:normal;font-weight:700;letter-spacing:.0125em;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Article .spectrum-Heading2--display{font-size:55px;font-style:normal;font-weight:700;letter-spacing:.0125em;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Article .spectrum-Heading1--display.spectrum-Heading1--quiet{font-size:70px;font-style:normal;font-weight:400;letter-spacing:.0125em;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Article .spectrum-Heading--display,.spectrum--large .spectrum-Article .spectrum-Heading2--display.spectrum-Heading2--quiet{font-size:55px;font-style:normal;font-weight:400;letter-spacing:.0125em;line-height:1.3;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Body1,.spectrum--large .spectrum:lang(ko) .spectrum-Body1,.spectrum--large .spectrum:lang(zh) .spectrum-Body1{font-size:24px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Body--large,.spectrum--large .spectrum:lang(ja) .spectrum-Body2,.spectrum--large .spectrum:lang(ko) .spectrum-Body--large,.spectrum--large .spectrum:lang(ko) .spectrum-Body2,.spectrum--large .spectrum:lang(zh) .spectrum-Body--large,.spectrum--large .spectrum:lang(zh) .spectrum-Body2{font-size:22px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Body3,.spectrum--large .spectrum:lang(ko) .spectrum-Body3,.spectrum--large .spectrum:lang(zh) .spectrum-Body3{font-size:19px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Body--secondary,.spectrum--large .spectrum:lang(ja) .spectrum-Body4,.spectrum--large .spectrum:lang(ko) .spectrum-Body--secondary,.spectrum--large .spectrum:lang(ko) .spectrum-Body4,.spectrum--large .spectrum:lang(zh) .spectrum-Body--secondary,.spectrum--large .spectrum:lang(zh) .spectrum-Body4{font-size:17px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Body--small,.spectrum--large .spectrum:lang(ja) .spectrum-Body5,.spectrum--large .spectrum:lang(ko) .spectrum-Body--small,.spectrum--large .spectrum:lang(ko) .spectrum-Body5,.spectrum--large .spectrum:lang(zh) .spectrum-Body--small,.spectrum--large .spectrum:lang(zh) .spectrum-Body5{font-size:15px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading1,.spectrum--large .spectrum:lang(ko) .spectrum-Heading1,.spectrum--large .spectrum:lang(zh) .spectrum-Heading1{font-size:39px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading2,.spectrum--large .spectrum:lang(ko) .spectrum-Heading2,.spectrum--large .spectrum:lang(zh) .spectrum-Heading2{font-size:31px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading3,.spectrum--large .spectrum:lang(ko) .spectrum-Heading3,.spectrum--large .spectrum:lang(zh) .spectrum-Heading3{font-size:24px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading--subtitle1,.spectrum--large .spectrum:lang(ja) .spectrum-Heading4,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--subtitle1,.spectrum--large .spectrum:lang(ko) .spectrum-Heading4,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--subtitle1,.spectrum--large .spectrum:lang(zh) .spectrum-Heading4{font-size:22px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading5,.spectrum--large .spectrum:lang(ko) .spectrum-Heading5,.spectrum--large .spectrum:lang(zh) .spectrum-Heading5{font-size:19px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading--subtitle2,.spectrum--large .spectrum:lang(ja) .spectrum-Heading6,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--subtitle2,.spectrum--large .spectrum:lang(ko) .spectrum-Heading6,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--subtitle2,.spectrum--large .spectrum:lang(zh) .spectrum-Heading6{font-size:17px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading--subtitle3,.spectrum--large .spectrum:lang(ja) .spectrum-Subheading,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--subtitle3,.spectrum--large .spectrum:lang(ko) .spectrum-Subheading,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--subtitle3,.spectrum--large .spectrum:lang(zh) .spectrum-Subheading{font-size:13px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Detail,.spectrum--large .spectrum:lang(ko) .spectrum-Detail,.spectrum--large .spectrum:lang(zh) .spectrum-Detail{font-size:13px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading1--quiet,.spectrum--large .spectrum:lang(ko) .spectrum-Heading1--quiet,.spectrum--large .spectrum:lang(zh) .spectrum-Heading1--quiet{font-size:39px;font-style:normal;font-weight:300;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading--pageTitle,.spectrum--large .spectrum:lang(ja) .spectrum-Heading2--quiet,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--pageTitle,.spectrum--large .spectrum:lang(ko) .spectrum-Heading2--quiet,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--pageTitle,.spectrum--large .spectrum:lang(zh) .spectrum-Heading2--quiet{font-size:31px;font-style:normal;font-weight:300;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading1--strong,.spectrum--large .spectrum:lang(ko) .spectrum-Heading1--strong,.spectrum--large .spectrum:lang(zh) .spectrum-Heading1--strong{font-size:39px;font-style:normal;font-weight:900;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading2--strong,.spectrum--large .spectrum:lang(ko) .spectrum-Heading2--strong,.spectrum--large .spectrum:lang(zh) .spectrum-Heading2--strong{font-size:31px;font-style:normal;font-weight:900;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading1--display,.spectrum--large .spectrum:lang(ko) .spectrum-Heading1--display,.spectrum--large .spectrum:lang(zh) .spectrum-Heading1--display{font-size:70px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading2--display,.spectrum--large .spectrum:lang(ko) .spectrum-Heading2--display,.spectrum--large .spectrum:lang(zh) .spectrum-Heading2--display{font-size:44px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading1--display.spectrum-Heading1--strong,.spectrum--large .spectrum:lang(ko) .spectrum-Heading1--display.spectrum-Heading1--strong,.spectrum--large .spectrum:lang(zh) .spectrum-Heading1--display.spectrum-Heading1--strong{font-size:70px;font-style:normal;font-weight:900;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading2--display.spectrum-Heading2--strong,.spectrum--large .spectrum:lang(ko) .spectrum-Heading2--display.spectrum-Heading2--strong,.spectrum--large .spectrum:lang(zh) .spectrum-Heading2--display.spectrum-Heading2--strong{font-size:44px;font-style:normal;font-weight:900;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading1--display.spectrum-Heading1--quiet,.spectrum--large .spectrum:lang(ko) .spectrum-Heading1--display.spectrum-Heading1--quiet,.spectrum--large .spectrum:lang(zh) .spectrum-Heading1--display.spectrum-Heading1--quiet{font-size:70px;font-style:normal;font-weight:300;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading--display,.spectrum--large .spectrum:lang(ja) .spectrum-Heading2--display.spectrum-Heading2--quiet,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--display,.spectrum--large .spectrum:lang(ko) .spectrum-Heading2--display.spectrum-Heading2--quiet,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--display,.spectrum--large .spectrum:lang(zh) .spectrum-Heading2--display.spectrum-Heading2--quiet{font-size:44px;font-style:normal;font-weight:300;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum-Code1{font-size:24px}.spectrum--large .spectrum-Code1,.spectrum--large .spectrum-Code2{font-family:Source Code Pro,Monaco,monospace;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5}.spectrum--large .spectrum-Code2{font-size:22px}.spectrum--large .spectrum-Code3{font-size:19px}.spectrum--large .spectrum-Code3,.spectrum--large .spectrum-Code4{font-family:Source Code Pro,Monaco,monospace;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5}.spectrum--large .spectrum-Code4{font-size:17px}.spectrum--large .spectrum-Code5{font-family:Source Code Pro,Monaco,monospace;font-size:15px;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5}.spectrum--large .spectrum-Heading--XXXL{font-size:70px}.spectrum--large .spectrum-Heading--XXL,.spectrum--large .spectrum-Heading--XXXL{font-style:normal;font-weight:700;letter-spacing:0;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Heading--XXL{font-size:55px}.spectrum--large .spectrum-Heading--XL{font-size:44px}.spectrum--large .spectrum-Heading--L,.spectrum--large .spectrum-Heading--XL{font-style:normal;font-weight:700;letter-spacing:0;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Heading--L{font-size:34px}.spectrum--large .spectrum-Heading--M{font-size:27px}.spectrum--large .spectrum-Heading--M,.spectrum--large .spectrum-Heading--S{font-style:normal;font-weight:700;letter-spacing:0;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Heading--S{font-size:22px}.spectrum--large .spectrum-Heading--XS{font-size:19px}.spectrum--large .spectrum-Heading--XS,.spectrum--large .spectrum-Heading--XXS{font-style:normal;font-weight:700;letter-spacing:0;line-height:1.3;text-transform:none}.spectrum--large .spectrum-Heading--XXS{font-size:17px}.spectrum--large .spectrum-Heading{font-family:adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Trebuchet MS,Lucida Grande,sans-serif;font-weight:700}.spectrum--large .spectrum-Heading .spectrum-Heading-emphasis,.spectrum--large .spectrum-Heading em{font-style:italic}.spectrum--large .spectrum-Heading .spectrum-Heading-strong,.spectrum--large .spectrum-Heading strong{font-weight:900}.spectrum--large .spectrum-Heading--serif{font-family:adobe-clean-serif,"Source Serif Pro",Georgia,serif}.spectrum--large .spectrum-Heading--heavy{font-weight:900}.spectrum--large .spectrum-Heading--heavy .spectrum-Heading-emphasis,.spectrum--large .spectrum-Heading--heavy em{font-style:italic}.spectrum--large .spectrum-Heading--heavy .spectrum-Heading-strong,.spectrum--large .spectrum-Heading--heavy strong{font-weight:900}.spectrum--large .spectrum-Heading--light{font-weight:300}.spectrum--large .spectrum-Heading--light .spectrum-Heading-emphasis,.spectrum--large .spectrum-Heading--light em{font-style:italic}.spectrum--large .spectrum-Heading--light .spectrum-Heading-strong,.spectrum--large .spectrum-Heading--light strong{font-weight:700}.spectrum--large .spectrum-Body--XXXL{font-size:31px}.spectrum--large .spectrum-Body--XXL,.spectrum--large .spectrum-Body--XXXL{font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;text-transform:none}.spectrum--large .spectrum-Body--XXL{font-size:27px}.spectrum--large .spectrum-Body--XL{font-size:24px}.spectrum--large .spectrum-Body--L,.spectrum--large .spectrum-Body--XL{font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;text-transform:none}.spectrum--large .spectrum-Body--L{font-size:22px}.spectrum--large .spectrum-Body--M{font-size:19px}.spectrum--large .spectrum-Body--M,.spectrum--large .spectrum-Body--S{font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;text-transform:none}.spectrum--large .spectrum-Body--S{font-size:17px}.spectrum--large .spectrum-Body--XS{font-size:15px;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5;text-transform:none}.spectrum--large .spectrum-Body{font-family:adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Trebuchet MS,Lucida Grande,sans-serif}.spectrum--large .spectrum-Body .spectrum-Body-strong,.spectrum--large .spectrum-Body strong{font-weight:700}.spectrum--large .spectrum-Body .spectrum-Body-emphasis,.spectrum--large .spectrum-Body em{font-style:italic}.spectrum--large .spectrum-Body--serif{font-family:adobe-clean-serif,"Source Serif Pro",Georgia,serif}.spectrum--large .spectrum-Detail{font-family:adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Trebuchet MS,Lucida Grande,sans-serif}.spectrum--large .spectrum-Detail .spectrum-Detail-strong,.spectrum--large .spectrum-Detail strong{font-weight:900}.spectrum--large .spectrum-Detail .spectrum-Detail-emphasis,.spectrum--large .spectrum-Detail em{font-style:italic}.spectrum--large .spectrum-Detail--light{font-style:normal;font-weight:400}.spectrum--large .spectrum-Detail--serif{font-family:adobe-clean-serif,"Source Serif Pro",Georgia,serif}.spectrum--large .spectrum-Detail--XL{font-style:normal}.spectrum--large .spectrum-Detail--XL,.spectrum--large .spectrum-Detail--XL em{font-size:19px;font-weight:700;letter-spacing:.06em;line-height:1.5;text-transform:uppercase}.spectrum--large .spectrum-Detail--XL em{font-style:italic}.spectrum--large .spectrum-Detail--XL strong{font-size:19px;font-style:normal;font-weight:900;letter-spacing:.06em;line-height:1.5;text-transform:uppercase}.spectrum--large .spectrum-Detail--L{font-style:normal}.spectrum--large .spectrum-Detail--L,.spectrum--large .spectrum-Detail--L em{font-size:17px;font-weight:700;letter-spacing:.06em;line-height:1.5;text-transform:uppercase}.spectrum--large .spectrum-Detail--L em{font-style:italic}.spectrum--large .spectrum-Detail--L strong{font-size:17px;font-style:normal;font-weight:900;letter-spacing:.06em;line-height:1.5;text-transform:uppercase}.spectrum--large .spectrum-Detail--M{font-style:normal}.spectrum--large .spectrum-Detail--M,.spectrum--large .spectrum-Detail--M em{font-size:15px;font-weight:700;letter-spacing:.06em;line-height:1.5;text-transform:uppercase}.spectrum--large .spectrum-Detail--M em{font-style:italic}.spectrum--large .spectrum-Detail--M strong{font-size:15px;font-style:normal;font-weight:900;letter-spacing:.06em;line-height:1.5;text-transform:uppercase}.spectrum--large .spectrum-Detail--S{font-style:normal}.spectrum--large .spectrum-Detail--S,.spectrum--large .spectrum-Detail--S em{font-size:13px;font-weight:700;letter-spacing:.06em;line-height:1.5;text-transform:uppercase}.spectrum--large .spectrum-Detail--S em{font-style:italic}.spectrum--large .spectrum-Detail--S strong{font-size:13px;font-style:normal;font-weight:900;letter-spacing:.06em;line-height:1.5;text-transform:uppercase}.spectrum--large .spectrum-Code{font-family:adobe-clean,Source Sans Pro,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Ubuntu,Trebuchet MS,Lucida Grande,sans-serif}.spectrum--large .spectrum-Code .spectrum-Code-strong,.spectrum--large .spectrum-Code strong{font-weight:700}.spectrum--large .spectrum-Code .spectrum-Code-emphasis,.spectrum--large .spectrum-Code em{font-style:italic}.spectrum--large .spectrum-Code--serif{font-family:adobe-clean-serif,"Source Serif Pro",Georgia,serif}.spectrum--large .spectrum-Code--XL{font-size:24px}.spectrum--large .spectrum-Code--L,.spectrum--large .spectrum-Code--XL{font-family:Source Code Pro,Monaco,monospace;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5}.spectrum--large .spectrum-Code--L{font-size:22px}.spectrum--large .spectrum-Code--M{font-size:19px}.spectrum--large .spectrum-Code--M,.spectrum--large .spectrum-Code--S{font-family:Source Code Pro,Monaco,monospace;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5}.spectrum--large .spectrum-Code--S{font-size:17px}.spectrum--large .spectrum-Code--XS{font-family:Source Code Pro,Monaco,monospace;font-size:15px;font-style:normal;font-weight:400;letter-spacing:0;line-height:1.5}.spectrum--large .spectrum-Typography .spectrum-Heading--XXXL{margin-bottom:14px;margin-top:62px}.spectrum--large .spectrum-Typography .spectrum-Heading--XXL{margin-bottom:13px;margin-top:44px}.spectrum--large .spectrum-Typography .spectrum-Heading--XL{margin-bottom:11px;margin-top:39px}.spectrum--large .spectrum-Typography .spectrum-Heading--L{margin-bottom:9px;margin-top:31px}.spectrum--large .spectrum-Typography .spectrum-Heading--M{margin-bottom:8px;margin-top:24px}.spectrum--large .spectrum-Typography .spectrum-Heading--S{margin-bottom:6px;margin-top:19px}.spectrum--large .spectrum-Typography .spectrum-Heading--XS{margin-bottom:5px;margin-top:17px}.spectrum--large .spectrum-Typography .spectrum-Heading--XXS{margin-bottom:4px;margin-top:15px}.spectrum--large .spectrum-Typography .spectrum-Body--XXXL{margin-bottom:40px;margin-top:0}.spectrum--large .spectrum-Typography .spectrum-Body--XXL{margin-bottom:30px;margin-top:0}.spectrum--large .spectrum-Typography .spectrum-Body--XL{margin-bottom:20px;margin-top:0}.spectrum--large .spectrum-Typography .spectrum-Body--L{margin-bottom:16px;margin-top:0}.spectrum--large .spectrum-Typography .spectrum-Body--M{margin-bottom:15px;margin-top:0}.spectrum--large .spectrum-Typography .spectrum-Body--S{margin-bottom:13px;margin-top:0}.spectrum--large .spectrum-Typography .spectrum-Body--XS{margin-bottom:11px;margin-top:0}.spectrum--large .spectrum:lang(ja) .spectrum-Heading--XXXL,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--XXXL,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--XXXL{font-size:70px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading--XXL,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--XXL,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--XXL{font-size:44px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading--XL,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--XL,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--XL{font-size:39px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading--L,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--L,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--L{font-size:31px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading--M,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--M,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--M{font-size:24px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading--S,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--S,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--S{font-size:22px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading--XS,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--XS,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--XS{font-size:19px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading--XXS,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--XXS,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--XXS{font-size:17px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Heading--heavy,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--heavy,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--heavy{font-weight:700}.spectrum--large .spectrum:lang(ja) .spectrum-Heading--heavy .spectrum-Heading--emphasis,.spectrum--large .spectrum:lang(ja) .spectrum-Heading--heavy .spectrum-Heading--strong,.spectrum--large .spectrum:lang(ja) .spectrum-Heading--heavy em,.spectrum--large .spectrum:lang(ja) .spectrum-Heading--heavy strong,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--heavy .spectrum-Heading--emphasis,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--heavy .spectrum-Heading--strong,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--heavy em,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--heavy strong,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--heavy .spectrum-Heading--emphasis,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--heavy .spectrum-Heading--strong,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--heavy em,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--heavy strong{font-style:normal;font-weight:900}.spectrum--large .spectrum:lang(ja) .spectrum-Heading--light,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--light,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--light{font-weight:700}.spectrum--large .spectrum:lang(ja) .spectrum-Heading--light .spectrum-Heading--emphasis,.spectrum--large .spectrum:lang(ja) .spectrum-Heading--light em,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--light .spectrum-Heading--emphasis,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--light em,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--light .spectrum-Heading--emphasis,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--light em{font-style:normal;font-weight:400}.spectrum--large .spectrum:lang(ja) .spectrum-Heading--light .spectrum-Heading--strong,.spectrum--large .spectrum:lang(ja) .spectrum-Heading--light strong,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--light .spectrum-Heading--strong,.spectrum--large .spectrum:lang(ko) .spectrum-Heading--light strong,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--light .spectrum-Heading--strong,.spectrum--large .spectrum:lang(zh) .spectrum-Heading--light strong{font-style:normal;font-weight:700}.spectrum--large .spectrum:lang(ja) .spectrum-Body--XXXL,.spectrum--large .spectrum:lang(ko) .spectrum-Body--XXXL,.spectrum--large .spectrum:lang(zh) .spectrum-Body--XXXL{font-size:31px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Body--XXL,.spectrum--large .spectrum:lang(ko) .spectrum-Body--XXL,.spectrum--large .spectrum:lang(zh) .spectrum-Body--XXL{font-size:27px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Body--XL,.spectrum--large .spectrum:lang(ko) .spectrum-Body--XL,.spectrum--large .spectrum:lang(zh) .spectrum-Body--XL{font-size:24px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Body--L,.spectrum--large .spectrum:lang(ko) .spectrum-Body--L,.spectrum--large .spectrum:lang(zh) .spectrum-Body--L{font-size:22px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Body--M,.spectrum--large .spectrum:lang(ko) .spectrum-Body--M,.spectrum--large .spectrum:lang(zh) .spectrum-Body--M{font-size:19px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Body--S,.spectrum--large .spectrum:lang(ko) .spectrum-Body--S,.spectrum--large .spectrum:lang(zh) .spectrum-Body--S{font-size:17px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Body--XS,.spectrum--large .spectrum:lang(ko) .spectrum-Body--XS,.spectrum--large .spectrum:lang(zh) .spectrum-Body--XS{font-size:15px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7;text-transform:none}.spectrum--large .spectrum:lang(ja) .spectrum-Detail--XL,.spectrum--large .spectrum:lang(ko) .spectrum-Detail--XL,.spectrum--large .spectrum:lang(zh) .spectrum-Detail--XL{font-size:19px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;text-transform:uppercase}.spectrum--large .spectrum:lang(ja) .spectrum-Detail--XL em,.spectrum--large .spectrum:lang(ko) .spectrum-Detail--XL em,.spectrum--large .spectrum:lang(zh) .spectrum-Detail--XL em{font-size:19px;font-style:normal;font-weight:800;letter-spacing:.05em;line-height:1.5;text-transform:uppercase}.spectrum--large .spectrum:lang(ja) .spectrum-Detail--XL strong,.spectrum--large .spectrum:lang(ko) .spectrum-Detail--XL strong,.spectrum--large .spectrum:lang(zh) .spectrum-Detail--XL strong{font-size:19px;font-style:normal;font-weight:900;letter-spacing:.05em;line-height:1.5;text-transform:uppercase}.spectrum--large .spectrum:lang(ja) .spectrum-Detail--L,.spectrum--large .spectrum:lang(ko) .spectrum-Detail--L,.spectrum--large .spectrum:lang(zh) .spectrum-Detail--L{font-size:17px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;text-transform:uppercase}.spectrum--large .spectrum:lang(ja) .spectrum-Detail--L em,.spectrum--large .spectrum:lang(ko) .spectrum-Detail--L em,.spectrum--large .spectrum:lang(zh) .spectrum-Detail--L em{font-size:17px;font-style:normal;font-weight:800;letter-spacing:.05em;line-height:1.5;text-transform:uppercase}.spectrum--large .spectrum:lang(ja) .spectrum-Detail--L strong,.spectrum--large .spectrum:lang(ko) .spectrum-Detail--L strong,.spectrum--large .spectrum:lang(zh) .spectrum-Detail--L strong{font-size:17px;font-style:normal;font-weight:900;letter-spacing:.05em;line-height:1.5;text-transform:uppercase}.spectrum--large .spectrum:lang(ja) .spectrum-Detail--M,.spectrum--large .spectrum:lang(ko) .spectrum-Detail--M,.spectrum--large .spectrum:lang(zh) .spectrum-Detail--M{font-size:15px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;text-transform:uppercase}.spectrum--large .spectrum:lang(ja) .spectrum-Detail--M em,.spectrum--large .spectrum:lang(ko) .spectrum-Detail--M em,.spectrum--large .spectrum:lang(zh) .spectrum-Detail--M em{font-size:15px;font-style:normal;font-weight:800;letter-spacing:.05em;line-height:1.5;text-transform:uppercase}.spectrum--large .spectrum:lang(ja) .spectrum-Detail--M strong,.spectrum--large .spectrum:lang(ko) .spectrum-Detail--M strong,.spectrum--large .spectrum:lang(zh) .spectrum-Detail--M strong{font-size:15px;font-style:normal;font-weight:900;letter-spacing:.05em;line-height:1.5;text-transform:uppercase}.spectrum--large .spectrum:lang(ja) .spectrum-Detail--S,.spectrum--large .spectrum:lang(ko) .spectrum-Detail--S,.spectrum--large .spectrum:lang(zh) .spectrum-Detail--S{font-size:13px;font-style:normal;font-weight:700;letter-spacing:.05em;line-height:1.5;text-transform:uppercase}.spectrum--large .spectrum:lang(ja) .spectrum-Detail--S em,.spectrum--large .spectrum:lang(ko) .spectrum-Detail--S em,.spectrum--large .spectrum:lang(zh) .spectrum-Detail--S em{font-size:13px;font-style:normal;font-weight:800;letter-spacing:.05em;line-height:1.5;text-transform:uppercase}.spectrum--large .spectrum:lang(ja) .spectrum-Detail--S strong,.spectrum--large .spectrum:lang(ko) .spectrum-Detail--S strong,.spectrum--large .spectrum:lang(zh) .spectrum-Detail--S strong{font-size:13px;font-style:normal;font-weight:900;letter-spacing:.05em;line-height:1.5;text-transform:uppercase}.spectrum--large .spectrum:lang(ja) .spectrum-Detail--light,.spectrum--large .spectrum:lang(ko) .spectrum-Detail--light,.spectrum--large .spectrum:lang(zh) .spectrum-Detail--light{font-weight:700}.spectrum--large .spectrum:lang(ja) .spectrum-Detail--light .spectrum-Detail--emphasis,.spectrum--large .spectrum:lang(ja) .spectrum-Detail--light em,.spectrum--large .spectrum:lang(ko) .spectrum-Detail--light .spectrum-Detail--emphasis,.spectrum--large .spectrum:lang(ko) .spectrum-Detail--light em,.spectrum--large .spectrum:lang(zh) .spectrum-Detail--light .spectrum-Detail--emphasis,.spectrum--large .spectrum:lang(zh) .spectrum-Detail--light em{font-style:normal;font-weight:400}.spectrum--large .spectrum:lang(ja) .spectrum-Detail--light .spectrum-Detail--strong,.spectrum--large .spectrum:lang(ja) .spectrum-Detail--light strong,.spectrum--large .spectrum:lang(ko) .spectrum-Detail--light .spectrum-Detail--strong,.spectrum--large .spectrum:lang(ko) .spectrum-Detail--light strong,.spectrum--large .spectrum:lang(zh) .spectrum-Detail--light .spectrum-Detail--strong,.spectrum--large .spectrum:lang(zh) .spectrum-Detail--light strong{font-style:normal;font-weight:700}.spectrum--large .spectrum:lang(ja) .spectrum-Code--XL,.spectrum--large .spectrum:lang(ko) .spectrum-Code--XL,.spectrum--large .spectrum:lang(zh) .spectrum-Code--XL{font-family:adobe-clean-han-traditional,source-han-traditional,MingLiu,Heiti TC Light,"sans-serif";font-size:24px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7}.spectrum--large .spectrum:lang(ja) .spectrum-Code--L,.spectrum--large .spectrum:lang(ko) .spectrum-Code--L,.spectrum--large .spectrum:lang(zh) .spectrum-Code--L{font-family:adobe-clean-han-traditional,source-han-traditional,MingLiu,Heiti TC Light,"sans-serif";font-size:22px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7}.spectrum--large .spectrum:lang(ja) .spectrum-Code--M,.spectrum--large .spectrum:lang(ko) .spectrum-Code--M,.spectrum--large .spectrum:lang(zh) .spectrum-Code--M{font-family:adobe-clean-han-traditional,source-han-traditional,MingLiu,Heiti TC Light,"sans-serif";font-size:19px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7}.spectrum--large .spectrum:lang(ja) .spectrum-Code--S,.spectrum--large .spectrum:lang(ko) .spectrum-Code--S,.spectrum--large .spectrum:lang(zh) .spectrum-Code--S{font-family:adobe-clean-han-traditional,source-han-traditional,MingLiu,Heiti TC Light,"sans-serif";font-size:17px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7}.spectrum--large .spectrum:lang(ja) .spectrum-Code--XS,.spectrum--large .spectrum:lang(ko) .spectrum-Code--XS,.spectrum--large .spectrum:lang(zh) .spectrum-Code--XS{font-family:adobe-clean-han-traditional,source-han-traditional,MingLiu,Heiti TC Light,"sans-serif";font-size:15px;font-style:normal;font-weight:400;letter-spacing:.05em;line-height:1.7}.spectrum-Icon{fill:currentColor;color:inherit;display:inline-block}.spectrum-Icon.is-animated{transition:color .15s ease-in-out,fill .15s ease-in-out}.hawks-theme p .dexter-icon:before,.spectrum-Icon--sizeXXS,.spectrum-Icon--sizeXXS img,.spectrum-Icon--sizeXXS svg{height:.5625rem;width:.5625rem}.hawks-theme h6 .dexter-icon:before,.spectrum-Icon--sizeXS,.spectrum-Icon--sizeXS img,.spectrum-Icon--sizeXS svg{height:.75rem;width:.75rem}.hawks-theme h5 .dexter-icon:before,.spectrum-Icon--sizeS,.spectrum-Icon--sizeS img,.spectrum-Icon--sizeS svg{height:1.125rem;width:1.125rem}.hawks-theme h4 .dexter-icon:before,.spectrum-Icon--sizeM,.spectrum-Icon--sizeM img,.spectrum-Icon--sizeM svg{height:1.5rem;width:1.5rem}.hawks-theme h3 .dexter-icon:before,.spectrum-Icon--sizeL,.spectrum-Icon--sizeL img,.spectrum-Icon--sizeL svg{height:2.25rem;width:2.25rem}.hawks-theme .hawks-Heading--pageTitle .dexter-icon:before,.hawks-theme .hawks-display h2 .dexter-icon:before,.spectrum-Icon--sizeXL,.spectrum-Icon--sizeXL img,.spectrum-Icon--sizeXL svg{height:3rem;width:3rem}.hawks-theme .hawks-Heading--display .dexter-icon:before,.hawks-theme .hawks-display h1 .dexter-icon:before,.spectrum-Icon--sizeXXL,.spectrum-Icon--sizeXXL img,.spectrum-Icon--sizeXXL svg{height:4.5rem;width:4.5rem}.hawks-theme .dexter-icon:before{background-repeat:no-repeat}.hawks-theme .hawks-Heading--display,.hawks-theme .hawks-display h1{font-size:45px;font-weight:900}.hawks-theme .hawks-Heading1-62 h1{font-size:62pt;font-weight:900}.hawks-theme .hawks-Body3--quiet p,.hawks-theme .hawks-Body3--quiet ul li{font-size:1rem;font-weight:300}.hawks-theme .hawks-Body1 p{font-size:1.25rem}.hawks-theme .hawks-Body2 p{font-size:1.125rem}.hawks-theme .hawks-Body3 p{font-size:1rem}.hawks-theme .hawks-Heading--pageTitle,.hawks-theme .hawks-display h2{font-size:40px;font-weight:700;line-height:1.3}.hawks-theme h3{font-size:20px;font-weight:400;line-height:1.5}.hawks-theme .navList.hawks-navlist--quiet .spectrum-Tabs-itemLabel,.hawks-theme .type-light ul li{font-weight:300}.hawks-theme .navList.hawks-navlist--bold .spectrum-Tabs-itemLabel{font-weight:400}.hawks-theme .cta.hawks-cta--medium .dexter-Cta .spectrum-Button-label{font-size:1.125rem}.hawks-theme .cta.hawks-cta--large .dexter-Cta .spectrum-Button-label{font-size:1.25rem}html.targeting .xf-content-height:hover{border:10px solid lime;margin:-10px;position:relative!important;z-index:10000}.spectrum-Button.spectrum-Button-cta--White{background-color:transparent;border-color:#fff;color:#fff}.spectrum-Button.spectrum-Button-cta--White:hover{background-color:#fff;border-color:#fff;color:#000}.spectrum-Button.xd-button--white{background:#fff;border-color:#fff;color:#1473e6}.spectrum-Button.xd-button--white:hover{background:transparent;border-color:#fff;color:#fff}@media screen and (min-width:75rem){.hawks-button--large .spectrum-Button{border-radius:27px;font-family:adobe-clean-bold,adobe-clean,Helvetica Neue,Helvetica,sans-serif;font-size:1.375rem;min-height:48px;padding:8px 36.5px}}.hawks-stickyCTA .dexter-Modal .dexter-CloseButton{display:none}@keyframes spinner{to{transform:rotate(1turn)}}.spectrum-Button-cta--White.spinner:before,.xd-button--white.spinner:before{animation:spinner .7s linear infinite;border:2px solid #e1e0e1;border-radius:50%;border-top-color:#1473e6;box-sizing:border-box;content:"";height:18px;margin:0 1rem;width:18px}.spectrum-Button.spinner.is-disabled+.spectrum-Button{margin-left:0}.cmp-text a.spectrum-Button{display:inline-flex}.spectrum .show-more-accordion .spectrum-Accordion-itemHeader,.spectrum .show-more-accordion .spectrum-Accordion-itemIndicator{color:#323232;color:var(--spectrum-global-color-static-gray-900)}.spectrum .show-more-accordion .spectrum-Accordion-itemHeading .spectrum-Accordion-itemHeader{font-size:1.75rem;font-size:var(--spectrum-global-dimension-static-font-size-700);font-weight:700;font-weight:var(--spectrum-global-font-weight-bold);padding-top:0;text-transform:none}.spectrum-Accordion-itemHeading .spectrum-Accordion-itemHeader{text-transform:none}@supports (-webkit-touch-callout:none){.hawks-MultiViewCarousel{touch-action:pan-y}}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-content{margin-bottom:1rem}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--next,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous{border-radius:100%;border-style:solid;border-width:1px;display:none;height:40px;position:absolute;top:calc(50% - 40px);transform:translateY(-50%);transition:all .3s ease;width:40px;z-index:2}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--next.button-timeline,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous.button-timeline{top:calc(50% - 10px)}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--next.button-timeline.button-hide-indicator,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous.button-timeline.button-hide-indicator{top:50%}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--next:active,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--next:focus,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--next:hover,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous:active,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous:focus,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous:hover{border-color:#d3d3d3}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--next:active .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--next:active .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--next:focus .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--next:focus .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--next:hover .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--next:hover .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous:active .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous:active .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous:focus .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous:focus .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous:hover .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous:hover .hawks-MultiViewCarousel-right-arrow-arm:after{background-color:#2c2c2c}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--next:focus,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous:focus{border-color:#378ef0;box-shadow:0 0 0 2px #2680eb;outline:none}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--next{right:calc(7% - 17px)}[dir=rtl] .hawks-MultiViewCarousel .hawks-MultiViewCarousel--next{left:calc(7% - 17px);right:auto;transform:translateY(-50%) rotate(180deg)}[dir=rtl] .hawks-MultiViewCarousel .hawks-MultiViewCarousel--next .hawks-MultiViewCarousel-right-arrow-arm{top:16px}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous{left:calc(7% - 17px);transform:translateY(-50%) rotate(180deg)}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous .hawks-MultiViewCarousel-left-arrow-arm,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous .hawks-MultiViewCarousel-right-arrow-arm{left:16px;top:18px}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous .hawks-MultiViewCarousel-right-arrow-arm{top:16px}[dir=rtl] .hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous{left:auto;right:calc(7% - 17px);transform:translateY(-50%) rotate(0deg)}[dir=rtl] .hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous .hawks-MultiViewCarousel-left-arrow-arm{left:18px;top:19px}[dir=rtl] .hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous .hawks-MultiViewCarousel-right-arrow-arm{left:18px;top:16px}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-left-arrow-arm,.hawks-MultiViewCarousel .hawks-MultiViewCarousel-right-arrow-arm{background-color:transparent;display:block;position:absolute;transform:rotate(45deg) translate(-50%,-50%);width:10px;z-index:1}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel .hawks-MultiViewCarousel-right-arrow-arm:after{background-color:#767676;border-radius:25%/60%;content:"";display:block;height:.228em;transform-origin:left center;width:11px}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-left-arrow-arm{left:18px;top:19px}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-right-arrow-arm{left:18px;top:17px;transform:rotate(-45deg) translate(-50%,50%)}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-actions{align-items:center;display:flex;justify-content:center;padding-bottom:3px;transform:translateX(-10px)}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-controls{flex:0 1 auto;height:40px;width:40px}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--pause,.hawks-MultiViewCarousel .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--play{align-items:center;background-color:transparent;display:flex;height:40px;justify-content:center;width:40px}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--pause.is-hidden,.hawks-MultiViewCarousel .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--play.is-hidden{display:none}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.hawks-MultiViewCarousel .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--pause,.hawks-MultiViewCarousel .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--play{border:none}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--pause:focus,.hawks-MultiViewCarousel .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--play:focus{border:1px dotted}}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--play .hawks-MultiViewCarousel-play-icon{height:13px;opacity:.55;width:19px}[dir=rtl] .hawks-MultiViewCarousel .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--play .hawks-MultiViewCarousel-play-icon{transform:rotate(-180deg)}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--play:active .hawks-MultiViewCarousel-play-icon,.hawks-MultiViewCarousel .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--play:focus .hawks-MultiViewCarousel-play-icon,.hawks-MultiViewCarousel .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--play:hover .hawks-MultiViewCarousel-play-icon{opacity:.85}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--pause .hawks-MultiViewCarousel-pause-icon{height:13px;opacity:.55;width:18px}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--pause:active .hawks-MultiViewCarousel-pause-icon,.hawks-MultiViewCarousel .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--pause:focus .hawks-MultiViewCarousel-pause-icon,.hawks-MultiViewCarousel .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--pause:hover .hawks-MultiViewCarousel-pause-icon{opacity:.85}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-indicators{display:inline-flex;flex:0 1 auto;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding:2px 0}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-indicators:focus{color:#2680eb}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-indicator{flex:0 1 auto;font-size:0;height:32px;margin:0 4px;position:relative;text-indent:-3000px;width:32px}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-indicator:after{border-radius:50%;content:"";display:block;height:8px;left:50%;position:relative;top:50%;transform:translate(-50%,-50%);width:8px}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-indicator.is-active:after{background-color:#e1e1e1}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-indicator:focus{outline:none}.hawks-MultiViewCarousel .is-hidden{display:none}.hawks-MultiViewCarousel button{border:initial}.hawks-MultiViewCarousel button:after{content:none}.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel--next,.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel--previous,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel--next,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel--previous,.spectrum--light .hawks-MultiViewCarousel--next,.spectrum--light .hawks-MultiViewCarousel--previous,.spectrum--lightest .hawks-MultiViewCarousel--next,.spectrum--lightest .hawks-MultiViewCarousel--previous{background-color:#fafafa;border-color:#e1e1e1}.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel--next:active,.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel--next:focus,.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel--next:hover,.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel--previous:active,.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel--previous:focus,.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel--previous:hover,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel--next:active,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel--next:focus,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel--next:hover,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel--previous:active,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel--previous:focus,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel--previous:hover,.spectrum--light .hawks-MultiViewCarousel--next:active,.spectrum--light .hawks-MultiViewCarousel--next:focus,.spectrum--light .hawks-MultiViewCarousel--next:hover,.spectrum--light .hawks-MultiViewCarousel--previous:active,.spectrum--light .hawks-MultiViewCarousel--previous:focus,.spectrum--light .hawks-MultiViewCarousel--previous:hover,.spectrum--lightest .hawks-MultiViewCarousel--next:active,.spectrum--lightest .hawks-MultiViewCarousel--next:focus,.spectrum--lightest .hawks-MultiViewCarousel--next:hover,.spectrum--lightest .hawks-MultiViewCarousel--previous:active,.spectrum--lightest .hawks-MultiViewCarousel--previous:focus,.spectrum--lightest .hawks-MultiViewCarousel--previous:hover{background-color:#fff;border-color:#e1e1e1}.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel--next:active .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel--next:active .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel--next:focus .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel--next:focus .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel--next:hover .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel--next:hover .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel--previous:active .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel--previous:active .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel--previous:focus .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel--previous:focus .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel--previous:hover .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel--previous:hover .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel--next:active .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel--next:active .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel--next:focus .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel--next:focus .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel--next:hover .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel--next:hover .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel--previous:active .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel--previous:active .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel--previous:focus .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel--previous:focus .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel--previous:hover .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel--previous:hover .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--light .hawks-MultiViewCarousel--next:active .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--light .hawks-MultiViewCarousel--next:active .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--light .hawks-MultiViewCarousel--next:focus .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--light .hawks-MultiViewCarousel--next:focus .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--light .hawks-MultiViewCarousel--next:hover .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--light .hawks-MultiViewCarousel--next:hover .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--light .hawks-MultiViewCarousel--previous:active .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--light .hawks-MultiViewCarousel--previous:active .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--light .hawks-MultiViewCarousel--previous:focus .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--light .hawks-MultiViewCarousel--previous:focus .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--light .hawks-MultiViewCarousel--previous:hover .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--light .hawks-MultiViewCarousel--previous:hover .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--lightest .hawks-MultiViewCarousel--next:active .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--lightest .hawks-MultiViewCarousel--next:active .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--lightest .hawks-MultiViewCarousel--next:focus .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--lightest .hawks-MultiViewCarousel--next:focus .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--lightest .hawks-MultiViewCarousel--next:hover .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--lightest .hawks-MultiViewCarousel--next:hover .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--lightest .hawks-MultiViewCarousel--previous:active .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--lightest .hawks-MultiViewCarousel--previous:active .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--lightest .hawks-MultiViewCarousel--previous:focus .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--lightest .hawks-MultiViewCarousel--previous:focus .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--lightest .hawks-MultiViewCarousel--previous:hover .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--lightest .hawks-MultiViewCarousel--previous:hover .hawks-MultiViewCarousel-right-arrow-arm:after{background-color:#2c2c2c}.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--light .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--light .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--lightest .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--lightest .hawks-MultiViewCarousel-right-arrow-arm:after{background-color:#707070}.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--play .hawks-MultiViewCarousel-play-icon,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--play .hawks-MultiViewCarousel-play-icon,.spectrum--light .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--play .hawks-MultiViewCarousel-play-icon,.spectrum--lightest .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--play .hawks-MultiViewCarousel-play-icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' height='36' width='36'%3E%3Cpath d='M9.46 4H7a1 1 0 0 0-1 1v26a1 1 0 0 0 1 1h2.46a2 2 0 0 0 1.007-.272l22.064-12.866a1 1 0 0 0 0-1.724L10.467 4.272A2 2 0 0 0 9.46 4z'/%3E%3C/svg%3E") no-repeat 50%;background-size:cover}.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--pause .hawks-MultiViewCarousel-pause-icon,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--pause .hawks-MultiViewCarousel-pause-icon,.spectrum--light .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--pause .hawks-MultiViewCarousel-pause-icon,.spectrum--lightest .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--pause .hawks-MultiViewCarousel-pause-icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Crect class='cls-1' x='6' y='4' width='8' height='28' rx='1'/%3E%3Crect class='cls-1' x='20' y='4' width='8' height='28' rx='1'/%3E%3C/svg%3E") no-repeat 50%;background-size:cover}.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel-indicator:after,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel-indicator:after,.spectrum--light .hawks-MultiViewCarousel-indicator:after,.spectrum--lightest .hawks-MultiViewCarousel-indicator:after{background-color:#e1e1e1;content:""}.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel-indicator.is-active:after,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel-indicator.is-active:after,.spectrum--light .hawks-MultiViewCarousel-indicator.is-active:after,.spectrum--lightest .hawks-MultiViewCarousel-indicator.is-active:after{background-color:#4b4b4b}.hawks-MultiViewCarousel.spectrum--light .progress-refill,.hawks-MultiViewCarousel.spectrum--lightest .progress-refill,.spectrum--light .progress-refill,.spectrum--lightest .progress-refill{background:#e1e1e1}.hawks-MultiViewCarousel.spectrum--light .progress-refill .progress-meter,.hawks-MultiViewCarousel.spectrum--lightest .progress-refill .progress-meter,.spectrum--light .progress-refill .progress-meter,.spectrum--lightest .progress-refill .progress-meter{background:#4b4b4b}.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel-item-details.is-active .multiViewCarousel-vertical-progress,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel-item-details.is-active .multiViewCarousel-vertical-progress,.spectrum--light .hawks-MultiViewCarousel-item-details.is-active .multiViewCarousel-vertical-progress,.spectrum--lightest .hawks-MultiViewCarousel-item-details.is-active .multiViewCarousel-vertical-progress{background:#e1e1e1}.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel-item-details .multiViewCarousel-vertical-progress,.hawks-MultiViewCarousel.spectrum--light .hawks-MultiViewCarousel-item-details .multiViewCarousel-vertical-progress .progress-meter-vertical,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel-item-details .multiViewCarousel-vertical-progress,.hawks-MultiViewCarousel.spectrum--lightest .hawks-MultiViewCarousel-item-details .multiViewCarousel-vertical-progress .progress-meter-vertical,.spectrum--light .hawks-MultiViewCarousel-item-details .multiViewCarousel-vertical-progress,.spectrum--light .hawks-MultiViewCarousel-item-details .multiViewCarousel-vertical-progress .progress-meter-vertical,.spectrum--lightest .hawks-MultiViewCarousel-item-details .multiViewCarousel-vertical-progress,.spectrum--lightest .hawks-MultiViewCarousel-item-details .multiViewCarousel-vertical-progress .progress-meter-vertical{background:#4b4b4b}.hawks-MultiViewCarousel.spectrum--light .progress-circle-section .progress-circle,.hawks-MultiViewCarousel.spectrum--light .progress-circle-section .progress-circle:after,.hawks-MultiViewCarousel.spectrum--lightest .progress-circle-section .progress-circle,.hawks-MultiViewCarousel.spectrum--lightest .progress-circle-section .progress-circle:after,.spectrum--light .progress-circle-section .progress-circle,.spectrum--light .progress-circle-section .progress-circle:after,.spectrum--lightest .progress-circle-section .progress-circle,.spectrum--lightest .progress-circle-section .progress-circle:after{background-color:#e1e1e1}.hawks-MultiViewCarousel.spectrum--light .progress-circle-section .progress-circle.is-active,.hawks-MultiViewCarousel.spectrum--light .progress-circle-section .progress-circle.is-active:after,.hawks-MultiViewCarousel.spectrum--lightest .progress-circle-section .progress-circle.is-active,.hawks-MultiViewCarousel.spectrum--lightest .progress-circle-section .progress-circle.is-active:after,.spectrum--light .progress-circle-section .progress-circle.is-active,.spectrum--light .progress-circle-section .progress-circle.is-active:after,.spectrum--lightest .progress-circle-section .progress-circle.is-active,.spectrum--lightest .progress-circle-section .progress-circle.is-active:after{background-color:#f5f5f5}.hawks-MultiViewCarousel.spectrum--light .progress-circle-section .progress-circle.over50 .first50-bar,.hawks-MultiViewCarousel.spectrum--lightest .progress-circle-section .progress-circle.over50 .first50-bar,.spectrum--light .progress-circle-section .progress-circle.over50 .first50-bar,.spectrum--lightest .progress-circle-section .progress-circle.over50 .first50-bar{background-color:#1473e6}.hawks-MultiViewCarousel.spectrum--light .progress-circle-section .progress-circle .value-bar,.hawks-MultiViewCarousel.spectrum--lightest .progress-circle-section .progress-circle .value-bar,.spectrum--light .progress-circle-section .progress-circle .value-bar,.spectrum--lightest .progress-circle-section .progress-circle .value-bar{border-color:#1473e6}.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel--next,.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel--previous,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel--next,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel--previous,.spectrum--dark .hawks-MultiViewCarousel--next,.spectrum--dark .hawks-MultiViewCarousel--previous,.spectrum--darkest .hawks-MultiViewCarousel--next,.spectrum--darkest .hawks-MultiViewCarousel--previous{background-color:#2f2f2f;border-color:#3e3e3e}.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel--next:active,.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel--next:focus,.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel--next:hover,.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel--previous:active,.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel--previous:focus,.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel--previous:hover,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel--next:active,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel--next:focus,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel--next:hover,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel--previous:active,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel--previous:focus,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel--previous:hover,.spectrum--dark .hawks-MultiViewCarousel--next:active,.spectrum--dark .hawks-MultiViewCarousel--next:focus,.spectrum--dark .hawks-MultiViewCarousel--next:hover,.spectrum--dark .hawks-MultiViewCarousel--previous:active,.spectrum--dark .hawks-MultiViewCarousel--previous:focus,.spectrum--dark .hawks-MultiViewCarousel--previous:hover,.spectrum--darkest .hawks-MultiViewCarousel--next:active,.spectrum--darkest .hawks-MultiViewCarousel--next:focus,.spectrum--darkest .hawks-MultiViewCarousel--next:hover,.spectrum--darkest .hawks-MultiViewCarousel--previous:active,.spectrum--darkest .hawks-MultiViewCarousel--previous:focus,.spectrum--darkest .hawks-MultiViewCarousel--previous:hover{background-color:#252525;border-color:#707070}.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel--next:active .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel--next:active .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel--next:focus .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel--next:focus .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel--next:hover .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel--next:hover .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel--previous:active .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel--previous:active .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel--previous:focus .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel--previous:focus .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel--previous:hover .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel--previous:hover .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel--next:active .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel--next:active .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel--next:focus .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel--next:focus .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel--next:hover .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel--next:hover .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel--previous:active .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel--previous:active .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel--previous:focus .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel--previous:focus .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel--previous:hover .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel--previous:hover .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--dark .hawks-MultiViewCarousel--next:active .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--dark .hawks-MultiViewCarousel--next:active .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--dark .hawks-MultiViewCarousel--next:focus .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--dark .hawks-MultiViewCarousel--next:focus .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--dark .hawks-MultiViewCarousel--next:hover .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--dark .hawks-MultiViewCarousel--next:hover .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--dark .hawks-MultiViewCarousel--previous:active .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--dark .hawks-MultiViewCarousel--previous:active .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--dark .hawks-MultiViewCarousel--previous:focus .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--dark .hawks-MultiViewCarousel--previous:focus .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--dark .hawks-MultiViewCarousel--previous:hover .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--dark .hawks-MultiViewCarousel--previous:hover .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--darkest .hawks-MultiViewCarousel--next:active .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--darkest .hawks-MultiViewCarousel--next:active .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--darkest .hawks-MultiViewCarousel--next:focus .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--darkest .hawks-MultiViewCarousel--next:focus .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--darkest .hawks-MultiViewCarousel--next:hover .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--darkest .hawks-MultiViewCarousel--next:hover .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--darkest .hawks-MultiViewCarousel--previous:active .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--darkest .hawks-MultiViewCarousel--previous:active .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--darkest .hawks-MultiViewCarousel--previous:focus .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--darkest .hawks-MultiViewCarousel--previous:focus .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--darkest .hawks-MultiViewCarousel--previous:hover .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--darkest .hawks-MultiViewCarousel--previous:hover .hawks-MultiViewCarousel-right-arrow-arm:after{background-color:#fff}.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel-right-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel-left-arrow-arm:after,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--dark .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--dark .hawks-MultiViewCarousel-right-arrow-arm:after,.spectrum--darkest .hawks-MultiViewCarousel-left-arrow-arm:after,.spectrum--darkest .hawks-MultiViewCarousel-right-arrow-arm:after{background-color:#999}.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--play .hawks-MultiViewCarousel-play-icon,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--play .hawks-MultiViewCarousel-play-icon,.spectrum--dark .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--play .hawks-MultiViewCarousel-play-icon,.spectrum--darkest .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--play .hawks-MultiViewCarousel-play-icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Cpath class='cls-1' d='M9.46 4H7a1 1 0 0 0-1 1v26a1 1 0 0 0 1 1h2.46a2 2 0 0 0 1-.27l22.07-12.87a1 1 0 0 0 0-1.72L10.47 4.27A2 2 0 0 0 9.46 4Z' fill='%23999'/%3E%3C/svg%3E") no-repeat 50%;background-size:cover}.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--pause .hawks-MultiViewCarousel-pause-icon,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--pause .hawks-MultiViewCarousel-pause-icon,.spectrum--dark .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--pause .hawks-MultiViewCarousel-pause-icon,.spectrum--darkest .hawks-MultiViewCarousel-controls .hawks-MultiViewCarousel--pause .hawks-MultiViewCarousel-pause-icon{background:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 36 36'%3E%3Crect class='cls-1' x='6' y='4' width='8' height='28' rx='1' fill='%23999'/%3E%3Crect class='cls-1' x='20' y='4' width='8' height='28' rx='1' fill='%23999'/%3E%3C/svg%3E") no-repeat 50%;background-size:cover}.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel-indicator:after,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel-indicator:after,.spectrum--dark .hawks-MultiViewCarousel-indicator:after,.spectrum--darkest .hawks-MultiViewCarousel-indicator:after{background-color:#707070;content:""}.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel-indicator.is-active:after,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel-indicator.is-active:after,.spectrum--dark .hawks-MultiViewCarousel-indicator.is-active:after,.spectrum--darkest .hawks-MultiViewCarousel-indicator.is-active:after{background-color:#e1e1e1}.hawks-MultiViewCarousel.spectrum--dark .progress-refill,.hawks-MultiViewCarousel.spectrum--darkest .progress-refill,.spectrum--dark .progress-refill,.spectrum--darkest .progress-refill{background:#707070}.hawks-MultiViewCarousel.spectrum--dark .progress-refill .progress-meter,.hawks-MultiViewCarousel.spectrum--darkest .progress-refill .progress-meter,.spectrum--dark .progress-refill .progress-meter,.spectrum--darkest .progress-refill .progress-meter{background:#e1e1e1}.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel-item-details.is-active .multiViewCarousel-vertical-progress,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel-item-details.is-active .multiViewCarousel-vertical-progress,.spectrum--dark .hawks-MultiViewCarousel-item-details.is-active .multiViewCarousel-vertical-progress,.spectrum--darkest .hawks-MultiViewCarousel-item-details.is-active .multiViewCarousel-vertical-progress{background:#707070}.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel-item-details .multiViewCarousel-vertical-progress,.hawks-MultiViewCarousel.spectrum--dark .hawks-MultiViewCarousel-item-details .multiViewCarousel-vertical-progress .progress-meter-vertical,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel-item-details .multiViewCarousel-vertical-progress,.hawks-MultiViewCarousel.spectrum--darkest .hawks-MultiViewCarousel-item-details .multiViewCarousel-vertical-progress .progress-meter-vertical,.spectrum--dark .hawks-MultiViewCarousel-item-details .multiViewCarousel-vertical-progress,.spectrum--dark .hawks-MultiViewCarousel-item-details .multiViewCarousel-vertical-progress .progress-meter-vertical,.spectrum--darkest .hawks-MultiViewCarousel-item-details .multiViewCarousel-vertical-progress,.spectrum--darkest .hawks-MultiViewCarousel-item-details .multiViewCarousel-vertical-progress .progress-meter-vertical{background:#e1e1e1}.hawks-MultiViewCarousel.spectrum--dark .progress-circle-section .progress-circle,.hawks-MultiViewCarousel.spectrum--dark .progress-circle-section .progress-circle:after,.hawks-MultiViewCarousel.spectrum--darkest .progress-circle-section .progress-circle,.hawks-MultiViewCarousel.spectrum--darkest .progress-circle-section .progress-circle:after,.spectrum--dark .progress-circle-section .progress-circle,.spectrum--dark .progress-circle-section .progress-circle:after,.spectrum--darkest .progress-circle-section .progress-circle,.spectrum--darkest .progress-circle-section .progress-circle:after{background-color:#e1e1e1}.hawks-MultiViewCarousel.spectrum--dark .progress-circle-section .progress-circle.over50 .first50-bar,.hawks-MultiViewCarousel.spectrum--darkest .progress-circle-section .progress-circle.over50 .first50-bar,.spectrum--dark .progress-circle-section .progress-circle.over50 .first50-bar,.spectrum--darkest .progress-circle-section .progress-circle.over50 .first50-bar{background-color:#1473e6}.hawks-MultiViewCarousel.spectrum--dark .progress-circle-section .progress-circle .value-bar,.hawks-MultiViewCarousel.spectrum--darkest .progress-circle-section .progress-circle .value-bar,.spectrum--dark .progress-circle-section .progress-circle .value-bar,.spectrum--darkest .progress-circle-section .progress-circle .value-bar{border-color:#1473e6}@media only screen and (min-width:37.5rem){.hawks-MultiViewCarousel .hawks-MultiViewCarousel--next,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous{display:block;height:32px;width:32px}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous .hawks-MultiViewCarousel-left-arrow-arm,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous .hawks-MultiViewCarousel-right-arrow-arm{left:13px}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous .hawks-MultiViewCarousel-left-arrow-arm{top:14px}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous .hawks-MultiViewCarousel-right-arrow-arm{top:12px}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--next .hawks-MultiViewCarousel-left-arrow-arm,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--next .hawks-MultiViewCarousel-right-arrow-arm{left:14px}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--next .hawks-MultiViewCarousel-right-arrow-arm{top:13px}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--next .hawks-MultiViewCarousel-left-arrow-arm{top:15px}[dir=rtl] .hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous .hawks-MultiViewCarousel-left-arrow-arm{left:15px;top:16px}[dir=rtl] .hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous .hawks-MultiViewCarousel-right-arrow-arm{left:15px;top:13px}[dir=rtl] .hawks-MultiViewCarousel .hawks-MultiViewCarousel--next .hawks-MultiViewCarousel-right-arrow-arm{top:12px}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-indicator{height:8px;width:8px}}@media only screen and (min-width:75rem){.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous{left:calc(24% - 32px)}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous.hawks-MultiViewCarousel-previous--fullwidth{left:calc(6% - 32px)}[dir=rtl] .hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous{right:calc(24% - 32px)}[dir=rtl] .hawks-MultiViewCarousel .hawks-MultiViewCarousel--previous.hawks-MultiViewCarousel-previous--fullwidth{right:calc(6% - 32px)}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--next{right:calc(24% - 32px)}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--next.hawks-MultiViewCarousel-next--fullwidth{right:calc(6% - 32px)}[dir=rtl] .hawks-MultiViewCarousel .hawks-MultiViewCarousel--next{left:calc(24% - 32px)}[dir=rtl] .hawks-MultiViewCarousel .hawks-MultiViewCarousel--next.hawks-MultiViewCarousel-next--fullwidth{left:calc(6% - 32px)}}.cc-product-recommender .dexter-Modal .dexter-CloseButton{top:20px}.nsform.subscriptionForm .subscriptionForm_title{margin:0}.nsform.subscriptionForm .subscriptionForm_img{padding:4.5rem 2.25rem 0;position:relative}@media only screen and (min-width:75rem){.nsform.subscriptionForm .subscriptionForm_img{padding:4.875rem 4.1875rem 1.5rem 4.625rem}}.subscriptionForm{display:inline-block;perspective:1000px;transform-style:preserve-3d;width:100%}.subscriptionForm .subscriptionForm_bg{display:flex;flex-direction:column;height:48%}.subscriptionForm .subscriptionForm_bg>div{align-items:flex-end;display:flex;flex-grow:1}.subscriptionForm .subscriptionForm_bg>div:last-child{align-items:center}.subscriptionForm .subscriptionForm_title{font-size:2.625rem;font-weight:400;padding-bottom:.5rem;width:100%}@media only screen and (min-width:75rem){.subscriptionForm .subscriptionForm_title{font-size:2.75rem;padding-bottom:1.5rem}}.subscriptionForm .subscriptionForm_description{flex-grow:1;font-size:1rem;margin:0;padding-bottom:2rem}.subscriptionForm .subscriptionForm_img{background-repeat:no-repeat;height:100%}.subscriptionForm .subscriptionForm_input input{border:none;border-bottom:2px solid #cfcfcf;height:2rem;margin-bottom:.9375rem;width:100%}.subscriptionForm .subscriptionForm_input label{color:#1a1a1a}.subscriptionForm .subscriptionForm_input .invalid,.subscriptionForm .subscriptionForm_input .required{border-bottom:2px solid red}.subscriptionForm .subscriptionForm_input .invalid~.error_invalidEmail,.subscriptionForm .subscriptionForm_input .invalid~.error_invalidEmailText,.subscriptionForm .subscriptionForm_input .required~.error_required,.subscriptionForm .subscriptionForm_input .required~.error_requiredText,.subscriptionForm .subscriptionForm_input .valid~.valid_email{display:block}.subscriptionForm .subscriptionForm_input span[class^=error_]{color:red;display:none;font-size:.75rem;margin-top:-.75rem;overflow:hidden;transition:.28s}.subscriptionForm .subscriptionForm_input span[class^=valid_]{color:green;display:none;font-size:.75rem;margin-top:-.75rem;overflow:hidden;transition:.28s}.subscriptionForm .subscriptionForm_input div[class^=error_]{color:red;display:none;font-size:.75rem;overflow:hidden;transition:.28s}.subscriptionForm .subscriptionForm_consentNotice{margin:1rem 0 -.5rem}.subscriptionForm .subscriptionForm_consentNotice a,.subscriptionForm .subscriptionForm_consentNotice p{font-family:adobe-clean,sans-serif;font-size:.75rem;font-weight:300;line-height:.875rem;padding-bottom:0}.subscriptionForm .subscriptionForm_consentNotice a{color:#2c2c2c;font-weight:400;text-decoration:underline}.subscriptionForm .cta{align-items:center;display:flex;height:5rem;justify-content:flex-end}.subscriptionForm .cta .link.button_cta{margin:0}.subscriptionForm .server_error{align-items:center;background-color:#f08080;border:1px solid red;display:flex;height:2.5rem;justify-content:center;margin:0 auto -10px;text-align:center}.subscriptionForm .thankyou_view>div{height:50%}.subscriptionForm .thankyou_view .subscriptionForm_title{font-size:2.625rem;line-height:2rem;max-height:4.375rem;padding:1.5625rem 1.875rem 0;text-align:left}@media only screen and (min-width:75rem){.subscriptionForm .thankyou_view .subscriptionForm_title{font-size:2.75rem}}.subscriptionForm .thankyou_view a{margin:0 .1875rem}.subscriptionForm .thankyou_view .subscriptionForm_description{padding:1.25rem 1.875rem 0}.subscriptionForm .thankyou_view .link{text-decoration:underline}.subscriptionForm.flip .flipper{transform:rotateY(180deg);-webkit-transform:rotateY(180deg)}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.subscriptionForm.flip .flipper .front{transform:rotateY(180deg)}.subscriptionForm.flip .flipper .back{transform:scaleX(-1)}}.subscriptionForm .back,.subscriptionForm .front{-webkit-backface-visibility:hidden;backface-visibility:hidden;height:100%;left:0;position:absolute;top:0;width:100%}.subscriptionForm .flipper{height:100%;position:relative;transform-style:preserve-3d;-webkit-transform-style:preserve-3d;transition:.6s;-webkit-transition:.6s}.subscriptionForm .front{transform:rotateY(0deg);-webkit-transform:rotateY(0deg);z-index:2}.subscriptionForm .back{transform:rotateY(-180deg);-webkit-transform:rotateY(-180deg)}.navList--wishform .spectrum-Dropdown{width:100%}@media only screen and (min-width:37.5rem){.navList--wishform .spectrum-Dropdown{max-width:55%}}.dexter-price{align-items:center;display:flex;justify-content:space-around}.dexter-price .price-section{display:flex;font-weight:300}.dexter-price .currency-major{flex-direction:column;line-height:2.625rem}.dexter-price .post-currency-major{display:flex;font-size:1rem;margin-top:3px}.dexter-price .currency-decimal{clip:rect(0,0,0,0);height:1px;margin:0 -1px -1px 0;overflow:hidden;position:absolute;width:1px}.dexter-price .term{font-size:1rem;line-height:.6875rem;padding-top:.333rem}.dexter-price .currency-locale-first .pre-currency-major{font-size:1rem;margin-top:3px}.dexter-price .currency-locale-last .post-currency-major{top:2px;vertical-align:top}.dexter-price .currency-locale-last .post-currency-major .currency-locale{font-size:1.125rem}.dexter-SocialMediaShare .spectrum-Tooltip{position:fixed}.dexter-Table{border-collapse:collapse}caption{padding:10px 0}caption.align-center{text-align:center}caption.align-left{text-align:left}caption.align-right{text-align:right}caption.align-justified{text-align:justify}[data-page-type=recommendedContent]{flex-direction:column}.guidedSearch{align-items:center;display:flex;flex:1 1 100%;flex-direction:column;margin-bottom:4rem;max-width:100%;min-width:100%}@media (max-width:37.4375rem){.guidedSearch{margin-bottom:1rem}}.tabList.tabContent{align-items:center;display:none;flex:100%;flex-direction:column;justify-content:center;max-width:100%;min-width:100%;padding:0 .625rem}.tabList.tabContent>h3{align-content:center;align-self:center;flex:100%;font-size:1.5rem;margin-bottom:1.75rem;margin-top:3rem;text-align:center}.tabList.tabContent .mobileMenu{align-items:center;box-shadow:0 0 2px 1px #cacaca;display:none;flex-direction:column;height:80px;justify-content:center;margin-bottom:1rem;padding:1rem;width:144px}.tabList.tabContent .mobileTitle{align-items:center;display:flex;font-size:16px;justify-content:center}.tabList.tabContent .mobileTitle.open{display:none}.tabList.tabContent .chevron{height:8px;margin-left:.5rem;width:8px}.tabList.tabContent .chevron .cls-1{stroke:#000}.tabList.tabContent .mobileWrapper{align-content:center;display:flex;flex-wrap:wrap;justify-content:center;max-width:100%;min-width:100%}.tabList.tabContent a.guidedSearchItem{align-items:center;border-radius:2px;box-shadow:0 0 2px 1px #cacaca;color:inherit;display:flex;flex-direction:column;height:96px;justify-content:center;margin:.625rem;max-width:242px;min-width:112px;padding:1rem;text-decoration:none}.tabList.tabContent a.guidedSearchItem:hover{box-shadow:0 0 2px 1px #4d4d4d;text-decoration:none}.tabList.tabContent a.guidedSearchItem:active{box-shadow:0 0 2px 1px #1574e6;text-decoration:none}.tabList.tabContent a.guidedSearchItem.active{background-color:#f8fcff;box-shadow:0 0 2px 1px #1574e6}.tabList.tabContent img{align-self:center;flex:0 0 auto;height:32px;margin-bottom:.5rem;width:32px}@media (max-width:37.4375rem){.tabList.tabContent{padding:0 1rem}.tabList.tabContent a.guidedSearchItem{box-shadow:none;height:60px;min-width:58px;text-align:center;width:42%}.tabList.tabContent .mobileMenu{display:flex}.tabList.tabContent .mobileWrapper{display:none;justify-content:center}.tabList.tabContent .mobileWrapper:not(.hasIcons) .guidedSearchItem{align-items:flex-start;flex:100%;height:auto;margin:0;max-width:100%;min-width:100%}.tabList.tabContent .relatedContent-input:checked+.mobileMenu .mobileTitle{display:none}.tabList.tabContent .relatedContent-input:checked+.mobileMenu .mobileTitle.open{display:flex}.tabList.tabContent .relatedContent-input:checked~.mobileWrapper{box-shadow:0 0 2px 1px #cacaca;display:flex;padding:1rem}}.tabList.isSelected{display:flex}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.guidedSearch,.guidedSearch .mobileWrapper,.guidedSearch .spectrum-Tabs,.guidedSearch .tabList{flex:1 1 auto;height:auto}}
#promo-modal-text-image a:focus {
  text-decoration-style:initial !important;
}

/*!
 * publish v0.69.0 built on Tue, 10 May 2022 04:42:38 GMT
 *
 */#AdobeSecondaryNav.Subnav-wrapper .Subnav-menu-wrapper{opacity:0}#AdobeSecondaryNav.Subnav-wrapper .Subnav-menu-wrapper.subscribed [anchornav-trial]{display:none}#AdobeSecondaryNav.Subnav-wrapper .Subnav-logo-text{text-transform:unset!important}.hawks-privacyButton-message{color:red}.video-play .spectrum-Link{background:#1473e6;border:0;border-radius:50%;color:transparent;display:inline-flex;font-size:0;height:92px;position:relative;text-indent:-9999px;width:92px}@media only screen and (max-width:599px){.video-play .spectrum-Link{height:60px;width:60px}}.video-play .spectrum-Link:after{background:transparent;border:0;border-color:transparent transparent transparent #fff;border-style:solid;border-width:23px 0 23px 35px;box-sizing:border-box;content:"";cursor:pointer;display:block;height:44px;left:34px;position:absolute;top:23px;transition:all .1s ease;width:0}@media only screen and (max-width:599px){.video-play .spectrum-Link:after{border-width:14px 0 14px 22px;height:28px;left:22px;top:16px}}.video-play .spectrum-Link:hover{background:#0d66d0}.video-play .spectrum-Link svg{display:none}.hawks-quiet-links-without-underline .spectrum-Link.spectrum-Link-Quiet--nounderline,.hawks-theme .spectrum-Link.spectrum-Link-Quiet--nounderline{text-decoration:none}.cta-text-black .spectrum-Button.spectrum-Button--overBackground.focus-ring,.cta-text-black .spectrum-Button.spectrum-Button--overBackground:hover{background-color:#fff;border-color:#fff;color:#000}@media (-ms-high-contrast:none){.navList.hawks-navlist--bold .react-spectrum-Tabs--container,.navList.hawks-navlist--quiet .react-spectrum-Tabs--container,.navList.hawks-navlist-drop .react-spectrum-Tabs--container,.navList.spectrum-Heading1 .react-spectrum-Tabs--container,.navList.spectrum-Heading2 .react-spectrum-Tabs--container,.navList.spectrum-Heading3 .react-spectrum-Tabs--container{flex-basis:auto}}.navList.hawks-navlist--bold.navlist-compact,.navList.hawks-navlist--quiet.navlist-compact,.navList.hawks-navlist-drop.navlist-compact,.navList.spectrum-Heading1.navlist-compact,.navList.spectrum-Heading2.navlist-compact,.navList.spectrum-Heading3.navlist-compact{width:100%}.navList.hawks-navlist--bold .react-spectrum-Tabs--collapsible,.navList.hawks-navlist--quiet .react-spectrum-Tabs--collapsible,.navList.hawks-navlist-drop .react-spectrum-Tabs--collapsible,.navList.spectrum-Heading1 .react-spectrum-Tabs--collapsible,.navList.spectrum-Heading2 .react-spectrum-Tabs--collapsible,.navList.spectrum-Heading3 .react-spectrum-Tabs--collapsible{overflow:unset}.navList.hawks-navlist--bold .spectrum-Tabs.react-spectrum-Tabs--dropdown,.navList.hawks-navlist--quiet .spectrum-Tabs.react-spectrum-Tabs--dropdown,.navList.hawks-navlist-drop .spectrum-Tabs.react-spectrum-Tabs--dropdown,.navList.spectrum-Heading1 .spectrum-Tabs.react-spectrum-Tabs--dropdown,.navList.spectrum-Heading2 .spectrum-Tabs.react-spectrum-Tabs--dropdown,.navList.spectrum-Heading3 .spectrum-Tabs.react-spectrum-Tabs--dropdown{display:none}.navList.hawks-navlist--bold .react-spectrum-Tabs--container.react-spectrum-Tabs--hidden,.navList.hawks-navlist--quiet .react-spectrum-Tabs--container.react-spectrum-Tabs--hidden,.navList.hawks-navlist-drop .react-spectrum-Tabs--container.react-spectrum-Tabs--hidden,.navList.spectrum-Heading1 .react-spectrum-Tabs--container.react-spectrum-Tabs--hidden,.navList.spectrum-Heading2 .react-spectrum-Tabs--container.react-spectrum-Tabs--hidden,.navList.spectrum-Heading3 .react-spectrum-Tabs--container.react-spectrum-Tabs--hidden{visibility:visible}@media (-ms-high-contrast:none){.hawks-navlist-drop.navlist-compact.expand{left:0;right:0}}.hawks-navlist-drop.navlist-compact.expand{background:#fff;left:0;position:fixed;top:0;z-index:10000000}.hawks-navlist-drop.navlist-compact.expand .spectrum-Tabs{height:auto;overflow:unset}.hawks-navlist-drop.navlist-compact.expand .spectrum-Tabs .spectrum-Tabs-item.is-selected:after{transform:rotate(-450deg)}body.cct-page .hawks-navlist-drop.navlist-compact.expand{position:absolute}.hawks-navlist-drop.navlist-compact .spectrum-Tabs{flex-direction:column;height:50px;overflow:hidden;padding:0;transition:height .4s}.hawks-navlist-drop.navlist-compact .spectrum-Tabs .spectrum-Tabs-selectionIndicator{display:none}.hawks-navlist-drop.navlist-compact .spectrum-Tabs .spectrum-Tabs-item{margin-left:0;min-height:50px;order:2;position:relative;text-align:center;width:100%}.hawks-navlist-drop.navlist-compact .spectrum-Tabs .spectrum-Tabs-item .spectrum-Tabs-itemLabel{line-height:50px}.hawks-navlist-drop.navlist-compact .spectrum-Tabs .spectrum-Tabs-item.is-selected{background:#fff;border-bottom:1px solid #cacaca;order:1}.hawks-navlist-drop.navlist-compact .spectrum-Tabs .spectrum-Tabs-item.is-selected:after{color:#1473e6;content:"\203a";display:inline-block;height:50px;margin-left:12px;-webkit-transform:rotate(-270deg);transform:rotate(-270deg);transition:transform .1s ease}.dynamicFeed .dynamic-feed-wrapper{min-height:200px;position:relative}.dynamicFeed .dynamic-feed-loader{position:absolute;right:50%;top:50%;transform:translate(-50%,-50%);z-index:4}.dynamicFeed .dynamic-feed-grid-style .item-list{grid-column-gap:20px;grid-row-gap:20px;display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));overflow:hidden}@media (-ms-high-contrast:none){.dynamicFeed .dynamic-feed-grid-style .item-list{display:-ms-flexbox;flex-direction:row;flex-wrap:wrap;justify-content:space-between}.dynamicFeed .dynamic-feed-grid-style .item-list__item{margin-bottom:10px;width:260px}}.dynamicFeed .dynamic-feed-carousel{padding:0 16px;position:relative}.dynamicFeed .dynamic-feed-carousel .item-list{list-style:none;margin:0;min-height:200px;padding:0;transform:translateX(0);transition:transform .6s}.dynamicFeed .dynamic-feed-carousel .item-list__item{display:inline-block;margin-right:20px;vertical-align:top}.dynamicFeed .dynamic-feed-carousel__view{margin:auto;min-height:200px;overflow:hidden;position:relative;width:100%}.dynamicFeed .dynamic-feed-carousel__control{background:#fcfcfc;border-radius:50%;box-shadow:0 3px 6px rgba(25,25,25,.16);cursor:pointer;height:34px;position:absolute;top:80px;transform:translateY(-17px);width:34px;z-index:2}.dynamicFeed .dynamic-feed-carousel__control.hide{display:none}.dynamicFeed .dynamic-feed-carousel__control svg{fill:#8e8e8e;height:16px;left:13px;position:absolute;top:10px;width:10px}.dynamicFeed .dynamic-feed-carousel__control:hover{background:#f5f5f5}.dynamicFeed .dynamic-feed-carousel__control:hover svg{fill:#4b4b4b}.dynamicFeed .dynamic-feed-carousel__control:first-of-type{left:0}.dynamicFeed .dynamic-feed-carousel__control:first-of-type svg{left:auto;right:13px;transform:scaleX(-1)}.dynamicFeed .dynamic-feed-carousel__control:last-of-type{right:0}.dynamicFeed .item-list__item{position:relative}.dynamicFeed .item-list__item .item-link{bottom:0;left:0;position:absolute;right:0;top:0;z-index:3}.dynamicFeed .item-list__item .item-link:focus+div+div{text-decoration:underline}.dynamicFeed .item-list__item .video-thumbnail{position:relative}.dynamicFeed .item-list__item .video-thumbnail .thumbnail-image{width:100%}.dynamicFeed .item-list__item .video-thumbnail .video-duration{background:rgba(25,25,25,.6);border-radius:3px;bottom:9px;color:#fcfcfc;font-size:12px;padding:2px 5px;position:absolute;right:4px}.dynamicFeed .item-list__item .video-streamer{margin:4px 0}.dynamicFeed .item-list__item .banner{background:#c9252d;border-radius:4px;color:#fcfcfc;font-weight:500;padding:2px 8px}.hawks-MultiViewCarousel{margin:auto;overflow:hidden;position:relative;width:100%}@media only screen and (max-width:37.4375rem){.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper{align-items:center;flex-direction:column}}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature{display:flex;flex-grow:1;position:relative}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .hawks-MultiViewCarousel--next,.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .hawks-MultiViewCarousel--previous,.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .hawks-MultiViewCarousel-actions,.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .progress-container{display:none}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .hawks-MultiViewCarousel-slide-panel{position:relative;width:70%}@media only screen and (max-width:37.4375rem){.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .hawks-MultiViewCarousel-slide-panel{width:100%}}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .hawks-MultiViewCarousel-slide-panel .hawks-MultiViewCarousel-content .hawks-MultiViewCarousel-item{width:75%}@media only screen and (max-width:37.4375rem){.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .hawks-MultiViewCarousel-slide-panel .hawks-MultiViewCarousel-content .hawks-MultiViewCarousel-item{width:100%}}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .progress-circle-section{display:none}@media only screen and (max-width:37.4375rem){.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .progress-circle-section{display:flex;flex-direction:row;order:3}}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .progress-circle-section .progress-circle{border-radius:50%;cursor:pointer;height:1rem;margin:10px;padding:0;position:relative;width:1rem}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .progress-circle-section .progress-circle:not(.over50) .first50-bar{display:none}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .progress-circle-section .progress-circle:after{border:none;border-radius:50%;content:"";display:block;height:.5rem;left:.25rem;position:absolute;text-align:center;top:.25rem;width:.5rem}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .progress-circle-section .progress-circle .left-half-clipper{clip:rect(0,1rem,1rem,.5rem);border-radius:50%;height:1rem;position:absolute;width:1rem}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .progress-circle-section .progress-circle.over50 .left-half-clipper{clip:rect(auto,auto,auto,auto)}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .progress-circle-section .progress-circle.over50 .first50-bar{clip:rect(0,1rem,1rem,.5rem);border-radius:50%;height:1rem;position:absolute;width:1rem}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .progress-circle-section .progress-circle .value-bar{clip:rect(0,.5rem,1rem,0);border-radius:50%;border-style:solid;border-width:.25rem;box-sizing:border-box;height:1rem;position:absolute;width:1rem}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .hawks-MultiViewCarousel-step-panel{display:flex;flex-direction:column;flex-grow:1;position:relative;width:30%}@media only screen and (max-width:37.4375rem){.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .hawks-MultiViewCarousel-step-panel{flex-direction:row;order:2;text-align:center;width:100%}}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .hawks-MultiViewCarousel-step-panel .hawks-MultiViewCarousel-item-details{align-items:stretch;cursor:pointer;display:flex;margin:15px 5px}@media only screen and (max-width:37.4375rem){.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .hawks-MultiViewCarousel-step-panel .hawks-MultiViewCarousel-item-details{display:none}}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .hawks-MultiViewCarousel-step-panel .hawks-MultiViewCarousel-item-details .multiViewCarousel-item-text{margin-left:25px}@media only screen and (max-width:37.4375rem){.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .hawks-MultiViewCarousel-step-panel .hawks-MultiViewCarousel-item-details .multiViewCarousel-item-text{margin-left:0}}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .hawks-MultiViewCarousel-step-panel .hawks-MultiViewCarousel-item-details .multiViewCarousel-vertical-progress-wrapper{padding:0 5px}@media only screen and (max-width:37.4375rem){.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .hawks-MultiViewCarousel-step-panel .hawks-MultiViewCarousel-item-details .multiViewCarousel-vertical-progress-wrapper{display:none;padding:0}}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .hawks-MultiViewCarousel-step-panel .hawks-MultiViewCarousel-item-details .multiViewCarousel-vertical-progress-wrapper .multiViewCarousel-vertical-progress{height:100%;width:6px}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .hawks-MultiViewCarousel-step-panel .hawks-MultiViewCarousel-item-details .multiViewCarousel-vertical-progress-wrapper .multiViewCarousel-vertical-progress .progress-meter-vertical{width:100%}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .hawks-MultiViewCarousel-step-panel .hawks-MultiViewCarousel-item-details .multiViewCarousel-item-description{max-height:0;overflow:hidden;transition:all .6s;transition-timing-function:ease}@media only screen and (max-width:37.4375rem){.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .hawks-MultiViewCarousel-step-panel .hawks-MultiViewCarousel-item-details.is-active{display:flex}}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-view-wrapper.hawks-MultiViewCarousel--feature .hawks-MultiViewCarousel-step-panel .hawks-MultiViewCarousel-item-details.is-active .multiViewCarousel-item-description{max-height:400px}.hawks-MultiViewCarousel .progress-container{align-items:center;display:flex;flex-direction:row;justify-content:center;padding:5px 0}.hawks-MultiViewCarousel .progress-container .progress-wrapper{display:flex;flex-direction:row;justify-content:space-between;width:100%}.hawks-MultiViewCarousel .progress-container .progress-wrapper.progress-wrapper--fullwidth{width:100%}.hawks-MultiViewCarousel .progress-container .progress-wrapper .progress-refill{border-radius:4px;cursor:pointer;height:10px;margin:5px;width:100%}.hawks-MultiViewCarousel .progress-container .progress-wrapper .progress-refill .progress-meter{border-radius:4px;height:100%}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-content{margin-bottom:1rem;position:relative}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-content .hawks-MultiViewCarousel-item{box-sizing:border-box;display:flex;justify-content:center;left:50%;margin:auto;position:absolute;top:50%;transform:translate(-50%,-50%);visibility:hidden;width:100%;z-index:1}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-content .hawks-MultiViewCarousel-item.is-active{visibility:visible;z-index:2}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.hawks-MultiViewCarousel .hawks-MultiViewCarousel-content .hawks-MultiViewCarousel-item{display:flex;flex-direction:column;max-width:100%;width:auto}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-content .hawks-MultiViewCarousel-item>div{min-height:1px}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-content .hawks-MultiViewCarousel-item>div .dexter-FlexContainer-Items>*{flex-basis:auto;flex-grow:1;flex-shrink:1;width:1%}}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--fullwidth .hawks-MultiViewCarousel-item,.hawks-MultiViewCarousel .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--fullwidth .hawks-MultiViewCarousel-item .multiViewCarousel-item-content{width:100%}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--fade .hawks-MultiViewCarousel-item{opacity:0;transition:opacity .6s,visibility .6s,z-index .6s}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--fade .hawks-MultiViewCarousel-item.is-active{opacity:1;visibility:visible}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--slide{transform-style:preserve-3d}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--slide .hawks-MultiViewCarousel-item{opacity:0;transition:transform .6s,opacity .6s,visibility .6s,z-index .6s}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--slide .hawks-MultiViewCarousel-item.is-active{opacity:1;visibility:visible}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--slide .hawks-MultiViewCarousel-item--next,.hawks-MultiViewCarousel .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--slide .hawks-MultiViewCarousel-item--previous{z-index:2}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--slide .hawks-MultiViewCarousel-item--previous{transform:translate(-200%,-50%)}.hawks-MultiViewCarousel .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--slide .hawks-MultiViewCarousel-item--next,[dir=rtl] .hawks-MultiViewCarousel .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--slide .hawks-MultiViewCarousel-item--previous{transform:translate(200%,-50%)}[dir=rtl] .hawks-MultiViewCarousel .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--slide .hawks-MultiViewCarousel-item--next{transform:translate(-200%,-50%)}@media only screen and (min-width:37.5rem){.hawks-MultiViewCarousel .hawks-MultiViewCarousel-content .hawks-MultiViewCarousel-item,.hawks-MultiViewCarousel .progress-container .progress-wrapper{width:75%}}@media only screen and (min-width:75rem){.hawks-MultiViewCarousel .hawks-MultiViewCarousel-content .hawks-MultiViewCarousel-item,.hawks-MultiViewCarousel .progress-container .progress-wrapper{width:50%}}@media (-ms-high-contrast:active) and (min-width:37.5rem),(-ms-high-contrast:none){.hawks-MultiViewCarousel .hawks-MultiViewCarousel-content .hawks-MultiViewCarousel-item{max-width:75%;width:auto}.hawks-MultiViewCarousel .progress-container .progress-wrapper{width:75%}}@media (-ms-high-contrast:active) and (min-width:75rem),(-ms-high-contrast:none){.hawks-MultiViewCarousel .hawks-MultiViewCarousel-content .hawks-MultiViewCarousel-item{max-width:75%;width:auto}.hawks-MultiViewCarousel .progress-container .progress-wrapper{width:75%}}.hawks-MultiViewCarousel-item .multiView-animate{opacity:0;position:relative;top:-60px;transition:all 1s}.dexter-Author-Padding .hawks-MultiViewCarousel-item .multiView-animate,.hawks-MultiViewCarousel-item.is-active .multiView-animate{opacity:1;top:0}.hawks-sendLink .sendLink-wrapper{margin:30px 30px 0;width:300px}.hawks-sendLink .sendLink-wrapper p{margin-top:6px}.hawks-sendLink .spectrum-Textfield{background-color:#fff;border:1px solid #cacaca;border-radius:4px;color:#2c2c2c;font-size:1.125em;line-height:1.5em;outline:none;width:300px}.hawks-sendLink .spectrum-Textfield:hover{box-shadow:inset .067rem .067rem 0 0 #4b4b4b,inset -.06231rem -.06231rem 0 0 #4b4b4b}.hawks-sendLink .spectrum-Textfield:hover::-webkit-input-placeholder{color:#b3b3b3;font-size:.875em}.hawks-sendLink .spectrum-Textfield:hover:-moz-placeholder,.hawks-sendLink .spectrum-Textfield:hover::-moz-placeholder{color:#b3b3b3;font-size:.875em}.hawks-sendLink .spectrum-Textfield:hover:-ms-input-placeholder{color:#b3b3b3;font-size:.875em}.hawks-sendLink .spectrum-Textfield::-webkit-input-placeholder{color:#8e8e8e;font-size:.875em}.hawks-sendLink .spectrum-Textfield:-moz-placeholder,.hawks-sendLink .spectrum-Textfield::-moz-placeholder{color:#8e8e8e;font-size:.875em}.hawks-sendLink .spectrum-Textfield:-ms-input-placeholder{color:#8e8e8e;font-size:.875em}.hawks-sendLink .sendlinkbtn-wrapper-clear{clear:both;overflow:hidden}.hawks-sendLink .spectrum-Button{float:right;margin-top:20px}.hawks-sendLink .spectrum-Button.spectrum-Button--cta.spinner:before{animation:spinner .7s linear infinite;border:2px solid #fff;border-radius:50%;border-top-color:#1473e6;box-sizing:border-box;content:"";height:18px;margin-right:.5rem;width:18px}.hawks-sendLink .success-title{color:#2d9d78}.hawks-sendLink .hidden{display:none}.hawks-sendLink label.form-label{color:#707070;font-size:12px}.hawks-sendLink .close-cta{bottom:32px;position:absolute;right:32px}.hawks-sendLink .is-invalid{border-width:2px}.hawks-sendLink .spectrum-Tooltip--top .spectrum-Tooltip-tip{left:100%;margin-left:-26px}.hawks-sendLink .spectrum-Tooltip--negative{background-color:#e34850;float:right}.hawks-sendLink .spectrum-Tooltip-label{line-height:16px;max-width:max-content}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.hawks-sendLink .spectrum-Tooltip-label{max-width:200px}}.sendlink-desktop-auto{height:auto!important}.grecaptcha-badge{visibility:hidden}.pin-canvas{bottom:0!important;height:100vh;left:0!important;margin:0;opacity:0;position:fixed!important;right:0!important;top:0!important;width:100vw;will-change:opacity;z-index:-1!important}.pin-canvas.fade{transition:visibility 0s 1s,opacity 1s ease-out}.pin-canvas.active{opacity:1;visibility:visible!important;z-index:1!important}.pin-canvas.active.fade{transition:visibility 1s,opacity 1s ease-out}.pin-canvas canvas{background-color:inherit;bottom:0;height:100vh;left:0;object-fit:contain;object-position:right center;position:absolute;right:0;top:0;visibility:inherit;width:100vw}[dir=rtl] .pin-canvas canvas{left:0}.pinSpacer{overflow:auto;position:relative;visibility:hidden;width:1px}.canvas-marquee{z-index:2}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-content{display:flex;flex-direction:row;flex-wrap:nowrap}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--peek{transform-style:preserve-3d}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--peek .hawks-MultiViewCarousel-item{left:45%;opacity:0;transition:transform .6s,opacity .6s,visibility .6s,z-index .6s;width:90%}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--peek .hawks-MultiViewCarousel-item.is-active{opacity:1;visibility:visible}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--peek .hawks-MultiViewCarousel-item--next,.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--peek .hawks-MultiViewCarousel-item--previous{z-index:2}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--peek .hawks-MultiViewCarousel-item--previous{transform:translate(-200%,-50%)}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--peek .hawks-MultiViewCarousel-item--next,[dir=rtl] .hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--peek .hawks-MultiViewCarousel-item--previous{transform:translate(200%,-50%)}[dir=rtl] .hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--peek .hawks-MultiViewCarousel-item--next{transform:translate(-200%,-50%)}@media only screen and (min-width:48rem){.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--peek .hawks-MultiViewCarousel-item{display:flex;left:auto;opacity:1;padding:1.25rem;position:relative;top:auto;transform:translate(0);visibility:visible;z-index:2}}@media only screen and (max-width:47.9375rem){.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--peek .is-active+.hawks-MultiViewCarousel-item--next{opacity:1;transform:translate(55%,-50%);visibility:visible;z-index:2}}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--peek .no-transition-backward{transition:none!important}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-content.hawks-MultiViewCarousel-content--peek .no-transition-forward{transition:opacity .6s}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-indicator{width:10px}@media only screen and (min-width:48rem){.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-indicator{display:none}}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-indicator:after{background-color:#6e6e6e;opacity:.5}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-indicator.is-active:after{opacity:1}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-item-container{display:flex;flex-direction:row}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-step-panel{display:flex;margin-bottom:1.25rem;min-width:2000px}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-step-panel .hawks-MultiViewCarousel-item-details{border-bottom:2px solid transparent;color:#747474;margin:0 1.25rem;opacity:0;outline:none;transition:opacity .6s ease-out,border-bottom .6s ease-out;z-index:1}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-step-panel .hawks-MultiViewCarousel-item-details.step-active{border-bottom:2px solid #1473ea;color:#1473ea;display:flex;opacity:1;transition:border-bottom 1s ease-out;visibility:visible;z-index:1}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-step-panel .hawks-MultiViewCarousel-item-details.hawks-MultiViewCarousel-item-details--next{display:flex;opacity:1;visibility:visible;z-index:2}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-step-panel:first-child .hawks-MultiViewCarousel-item-details{margin-left:0}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-step-panel .multiViewCarousel-item-title{font-size:14px}@media only screen and (min-width:48rem){.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-step-panel{display:none}}.hawks-MultiViewCarousel .hawks-MultiViewCarousel--peekView.hawks-MultiViewCarousel-preview .hawks-MultiViewCarousel-controls{display:none}@media only screen and (max-width:47.9375rem){.hawks-nav-list{overflow:hidden}.hawks-nav-list .spectrum-Tabs{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;border-bottom-color:transparent!important;overflow-x:scroll;overflow-y:hidden;scrollbar-width:none;white-space:nowrap}.hawks-nav-list .spectrum-Tabs .spectrum-Tabs-item{background-color:#fff;border:1px solid #e0e0e0;border-radius:5px;display:flex;height:32px;line-height:28px;padding:0 10px}.hawks-nav-list .spectrum-Tabs--horizontal .spectrum-Tabs-selectionIndicator{display:none;height:0}.hawks-nav-list .spectrum-Tabs--horizontal .spectrum-Tabs-item+:not(.spectrum-Tabs-selectionIndicator){margin-left:8px}.hawks-nav-list.nav-tabs-small .spectrum-Tabs .spectrum-Tabs-item{height:32px;padding:0 10px}.hawks-nav-list.nav-tabs-small .spectrum-Tabs .spectrum-Tabs-item .spectrum-Tabs-itemLabel{color:#000;font-size:12px;font-weight:400}.hawks-nav-list.nav-tabs-small .spectrum-Tabs .spectrum-Tabs-item.is-selected .spectrum-Tabs-itemLabel{font-weight:700}.hawks-nav-list.nav-tabs-large .spectrum-Tabs .spectrum-Tabs-item{border-radius:4px;height:32px;line-height:28px;padding:0 32px}.hawks-nav-list.nav-tabs-large .spectrum-Tabs .spectrum-Tabs-item:first-child{margin-left:22px}.hawks-nav-list.nav-tabs-large .spectrum-Tabs .spectrum-Tabs-item:last-child{margin-right:22px}.hawks-nav-list.nav-tabs-large .spectrum-Tabs .spectrum-Tabs-item .spectrum-Tabs-itemLabel{color:#4b4b4b;font-size:14px;font-weight:700}.hawks-nav-list.nav-tabs-large .spectrum-Tabs .spectrum-Tabs-item.is-selected{background-color:#505050}.hawks-nav-list.nav-tabs-large .spectrum-Tabs .spectrum-Tabs-item.is-selected .spectrum-Tabs-itemLabel{color:#fff}.hawks-nav-list .spectrum-Tabs::-webkit-scrollbar{display:none}}.promobarModal.is-Open{top:unset!important}.hawks-accordion .spectrum-Accordion-itemContent{min-height:54px;padding:0 34px 16px}@media only screen and (max-width:47.9375rem){.hawks-accordion .spectrum-Accordion-itemContent p{font-size:14px;line-height:21px}}.hawks-accordion .spectrum-Accordion-itemHeader{color:#323232!important;font-size:16px;font-weight:700;line-height:20px;min-height:54px}@media only screen and (min-width:75rem){.hawks-accordion .spectrum-Accordion-itemHeader{font-size:18px;line-height:22.5px}}.hawks-accordion .spectrum-Accordion-itemIndicator{top:22px}.globalNavHeader+.responsivegrid .cmp-text a[id]:empty{display:block;position:relative;top:-140px}.globalNavHeader+.responsivegrid .cmp-text a[id]:empty.scrolldown{top:-60px}svg.spectrum-Icon[class*=Medium] .spectrum-UIIcon--medium{display:inline}svg.spectrum-Icon[class*=Medium] .spectrum-UIIcon--large{display:none}.subpixel-hide .dexter-Modal{background:transparent}.faas_form input:not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=submit]):not([type=reset]){box-sizing:border-box;padding:.5rem 1rem}@supports (-webkit-overflow-scrolling:touch){@media only screen and (min-width:1024px) and (max-height:1366px) and (orientation:landscape) and (-webkit-min-device-pixel-ratio:1.5){.dexter-Modal_overlay .dexter-Modal.tablet-height-100{height:100%}.dexter-Modal_overlay .dexter-Modal.tablet-height-240{height:15rem}.dexter-Modal_overlay .dexter-Modal.tablet-height-360{height:22.5rem}.dexter-Modal_overlay .dexter-Modal.tablet-height-480{height:30rem}.dexter-Modal_overlay .dexter-Modal.tablet-height-640{height:40rem}}}body.u-noScroll{width:100vw}
