.tabs .cmp-tabs .cmp-tabs__tablist {
  justify-content: center;
  margin-bottom: 0; }

.tabs .cmp-tabs .cmp-tabs__tab {
  font-size: 1rem;
  line-height: 1.55rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-bottom: 15px;
  height: 52px;
  transition: all, 150ms linear;
  border-bottom: none;
  text-align: center;
  color: #151515; }
  .tabs .cmp-tabs .cmp-tabs__tab:hover, .tabs .cmp-tabs .cmp-tabs__tab:active, .tabs .cmp-tabs .cmp-tabs__tab:focus {
    box-shadow: inset 0 -4px 0 0 var(--theme-color50);
    outline: none; }
  @media screen and (min-width: 861px) {
    .tabs .cmp-tabs .cmp-tabs__tab {
      flex-basis: 286px; } }

.tabs .cmp-tabs .cmp-tabs__tab--active, .tabs .cmp-tabs .cmp-tabs__tab--active:hover, .tabs .cmp-tabs .cmp-tabs__tab--active:active, .tabs .cmp-tabs .cmp-tabs__tab--active:focus {
  box-shadow: inset 0 -4px 0 0 var(--theme-color);
  outline: none; }

/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-tabs__tablist {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}
.cmp-tabs__tab {
  box-sizing: border-box;
  border-bottom: 1px solid transparent;
  padding: .5rem 1rem;
  cursor: pointer;
}
.cmp-tabs__tab--active {
  border-color: inherit;
}
.cmp-tabs__tabpanel {
  display: none;
}
.cmp-tabs__tabpanel--active {
  display: block;
}

/*
 *  Copyright 2018 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-carousel__content {
  position: relative;
}
.cmp-carousel__item {
  display: none;
}
.cmp-carousel__item--active {
  display: block;
}
.cmp-carousel__action {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.cmp-carousel__indicators {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.cmp-carousel__indicator {
  position: relative;
  flex: 0 1 auto;
  width: 10px;
  height: 10px;
  margin: 0 7px;
  border-radius: 50%;
  font-size: 0;
  text-indent: -3000px;
  background-color: rgba(0, 0, 0, 0.5);
}
.cmp-carousel__indicator--active {
  background-color: rgba(0, 0, 0, 0.8);
}

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

/*
 *  Copyright 2019 Adobe
 *
 *  Licensed under the Apache License, Version 2.0 (the "License");
 *  you may not use this file except in compliance with the License.
 *  You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 *  Unless required by applicable law or agreed to in writing, software
 *  distributed under the License is distributed on an "AS IS" BASIS,
 *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 *  See the License for the specific language governing permissions and
 *  limitations under the License.
 */
.cmp-accordion__header {
  margin: 0;
}
.cmp-accordion__button {
  display: block;
  width: 100%;
  text-align: left;
}
.cmp-accordion__panel--hidden {
  display: none;
}
.cmp-accordion__panel--expanded {
  display: block;
}

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


/* ===================
Fluid Font Scaling 
Based on CSS Tricks 
https://css-tricks.com/simplified-fluid-typography/
https://css-tricks.com/linearly-scale-font-size-with-css-clamp-based-on-the-viewport/

Scale based on min viewport 22.5rem (360px), max viewport 72rem (1152px)
clamp(minFontSize, scale, maxFontSize)

====================== */

:root {
    /* breakpoints */
    --large:        90em;    /* 1440px */
    --medium:       72em;    /* 1152px */
    --small:        48em;    /* 768px */
    --extra-small:  29.75em; /* 476px */

    /* fluid font scale */
    --font--3: clamp(.625rem, .625rem + 0vw, .625rem);
    --font--2: clamp(.625rem, 0.568181818rem + 0.252525253vw, .75rem);
    --font--1: clamp(0.75rem, 0.693181818rem + 0.252525253vw, 0.875rem);
    --font-0:  clamp(0.875rem, 0.818181818rem + 0.252525253vw, 1rem);
    --font-1:  clamp(1rem, 0.943181818rem + 0.252525253vw, 1.125rem);
    --font-2:  clamp(1.125rem, 1.068181818rem + 0.252525253vw, 1.25rem);
    --font-3:  clamp(1.25rem, 1.079545455rem + 0.757575758vw, 1.625rem);
    --font-4:  clamp(1.625rem, 1.454545455rem + 0.757575758vw, 2rem);
    --font-5:  clamp(1.625rem, 1.227272727rem + 1.767676768vw, 2.5rem);
    --font-6:  clamp(2rem, 1.545454545rem + 2.02020202vw, 3rem);
    --font-7:  clamp(2.5rem, 2.045454545rem + 2.02020202vw, 3.5rem);
    --font-8:  clamp(2.5rem, 1.818181818rem + 3.03030303vw, 4rem);

    /* Spacing */
    --unit:  1rem; //16px
    --space-px: calc(0.625 * var(--unit));  /*  10px */
    --space-1: calc(0.25 * 1rem);           /* 4px */
    --space-2: calc(0.5 * var(--unit));     /* 8px */
    --space-3: calc(0.75 * var(--unit));    /* 12px */
    --space-4: calc(1 * var(--unit));       /* 16px */
    --space-5: calc(1.25 * var(--unit));    /* 20px */
    --space-6: calc(1.5 * var(--unit));     /* 24px */
    --space-8: calc(2 * var(--unit));       /* 32px */
    --space-10: calc(2.5 * var(--unit));    /* 40px */
    --space-12: calc(3 * var(--unit));      /* 48px */
    --space-16: calc(4 * var(--unit));      /* 64px */
    --space-20: calc(5 * var(--unit));      /* 80px */
    --space-24: calc(6 * var(--unit));      /* 96px */
    --space-32: calc(8 * var(--unit));      /* 128px */
    --space-40: calc(10 * var(--unit));     /* 160px */
    --space-48: calc(12 * var(--unit));     /* 192px */
    --space-56: calc(14 * var(--unit));     /* 224px */
    --space-64: calc(16 * var(--unit));     /* 256px */
}

.calcite-theme-light,
.calcite-theme-dark {
    --calcite-ui-background: var(--calcite-ui-foreground-1);
}
html {
  box-sizing: border-box;
  font-size: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: calc(10vh + 60px); }

*,
*::before,
*::after {
  box-sizing: inherit; }

body {
  line-height: 1.5;
  min-height: 100vh;
  margin: 0;
  color: var(--calcite-ui-text-1);
  background-color: var(--calcite-ui-background); }

a {
  color: var(--calcite-ui-brand);
  text-decoration: none; }
  a:hover, a:focus {
    color: var(--calcite-ui-brand-hover);
    text-decoration: none; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block; }

audio,
canvas,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

blockquote {
  color: var(--calcite-ui-text-2); }

[hidden] {
  display: none; }

svg:not(:root) {
  overflow: hidden; }

video,
img {
  max-width: 100%;
  height: auto; }

#globalnav {
  min-height: 56px; }

#main-content {
  margin-top: 0;
  position: relative;
  z-index: 1; }

.xf-content-height {
  margin: 0 0 !important; }

.aem-Grid .aem-GridColumn {
  padding: 0; }

.skip-to-content {
  margin-top: 10px;
  padding: 5px 10px;
  opacity: 0;
  float: left;
  pointer-events: none;
  position: absolute;
  z-index: 100000;
  background-color: transparent;
  transition: 150ms linear; }
  .skip-to-content:focus {
    opacity: 1;
    transition: 150ms linear;
    background-color: #ffffff;
    outline: 2px solid currentColor; }

.gradient__contrast--dark-mode,
.gradient__contrast--light-mode {
  position: relative; }

.gradient__contrast--dark-mode::after {
  --gradient-angle: 180deg;
  --gradient-angle-m: 90deg;
  --gradient-transition: 40%;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(var(--gradient-angle-m), rgba(0, 0, 0, 0.85), transparent var(--gradient-transition)); }
  @media (min-width: 1024px) {
    .gradient__contrast--dark-mode::after {
      background: linear-gradient(var(--gradient-angle), rgba(0, 0, 0, 0.95), transparent var(--gradient-transition)); } }

.gradient__contrast--light-mode::after {
  --gradient-angle: 180deg;
  --gradient-angle-m: 90deg;
  --gradient-transition: 40%;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(var(--gradient-angle-m), rgba(255, 255, 255, 0.85), transparent var(--gradient-transition)); }
  @media (min-width: 1024px) {
    .gradient__contrast--light-mode::after {
      background: linear-gradient(var(--gradient-angle), rgba(255, 255, 255, 0.95), transparent var(--gradient-transition)); } }

.font-size--3 {
  font-size: var(--font--3); }

.font-size--2 {
  font-size: var(--font--2); }

.font-size--1 {
  font-size: var(--font--1); }

.font-size-0 {
  font-size: var(--font-0); }

.font-size-1 {
  font-size: var(--font-1); }

.font-size-2 {
  font-size: var(--font-2); }

.font-size-3 {
  font-size: var(--font-3); }

.font-size-4 {
  font-size: var(--font-4); }

.font-size-5 {
  font-size: var(--font-5); }

.font-size-6 {
  font-size: var(--font-6); }

.font-size-7 {
  font-size: var(--font-7); }

.font-size-8 {
  font-size: var(--font-8); }

@supports (--css: variables) {
  .font-sizes--3 {
    font-size: 0.625rem; }
  .font-sizes--2 {
    font-size: 0.75rem; }
  .font-sizes--1 {
    font-size: 0.875rem; }
  .font-sizes-0 {
    font-size: 1rem; }
  .font-sizes-1 {
    font-size: 1.125rem; }
  .font-sizes-2 {
    font-size: 1.25rem; }
  .font-sizes-3 {
    font-size: 1.625rem; }
  .font-sizes-4 {
    font-size: 2rem; }
  .font-sizes-5 {
    font-size: 2.5rem; }
  .font-sizes-6 {
    font-size: 3rem; }
  .font-sizes-7 {
    font-size: 3.5rem; }
  .font-sizes-8 {
    font-size: 4rem; } }

.has-background {
  --bg-color: transparent;
  --bg-gradient-dir: to right;
  --bg-gradient-start: var(--bg-color);
  --bg-gradient-end: transparent;
  --bg-gradient-transition: 60%;
  --bg-gradient: linear-gradient(var(--bg-gradient-dir), var(--bg-gradient-start), var(--bg-gradient-transition), var(--bg-gradient-end));
  --bg-img: url();
  --posY: center;
  --posX: right;
  --bg-img-position: var(--posY) var(--posX);
  --bg-img-repeat: no-repeat;
  --bg-img-size: initial;
  --bg-img-attachment: initial;
  --bg-overlay-dir: to right;
  --bg-overlay-start-color: rgba(255, 255, 255, 0);
  --bg-overlay-end-color: rgba(255, 255, 255, 0);
  --bg-overlay-transition: 50%;
  --bg-overlay: linear-gradient(var(--bg-overlay-dir), var(--bg-overlay-start-color), var(--bg-overlay-transition), var(--bg-overlay-end-color));
  background-color: var(--bg-color); }
  .has-background--overlay {
    --bg-overlay-start-color: rgba(255, 255, 255, 0.7);
    background-image: var(--bg-overlay); }
    .dark-mode .has-background--overlay, .dark .has-background--overlay, .has-background--overlay[theme="dark"] {
      --bg-overlay-start-color: rgba(21, 21, 21, 0.7);
      --bg-overlay-end-color: rgba(21, 21, 21, 0); }
  .has-background--grad {
    background-image: var(--bg-overlay), var(--bg-gradient); }
  .has-background--img {
    background-image: var(--bg-overlay), var(--bg-img);
    background-repeat: var(--bg-img-repeat);
    background-position: var(--bg-img-position);
    background-attachment: var(--bg-img-attachment);
    background-size: var(--bg-img-size); }
    @supports (-webkit-overflow-scrolling: touch) {
      .has-background--img {
        background-attachment: initial; } }
  .has-background--all {
    background-image: var(--bg-overlay), var(--bg-img), var(--bg-gradient);
    background-repeat: var(--bg-img-repeat);
    background-position: 0 0, var(--bg-img-position), 0 0;
    background-attachment: var(--bg-img-attachment);
    background-size: var(--bg-img-size); }
  .has-background--cover {
    --bg-img-size: cover; }
  html[dir="rtl"] .has-background {
    --bg-gradient-dir: to left;
    --bg-overlay-dir: to left; }

@media (prefers-reduced-motion: no-preference) {
  .parallax {
    background-attachment: fixed; } }

[theme="dark"] calcite-button.blackandWhite, [theme="dark"] calcite-link.blackandWhite, .dark calcite-button.blackandWhite, .dark calcite-link.blackandWhite, .calcite-theme-dark calcite-button.blackandWhite, .calcite-theme-dark calcite-link.blackandWhite {
  --calcite-ui-brand: #ffffff;
  --calcite-ui-foreground-1: #151515;
  --calcite-ui-text-link: #ffffff;
  --calcite-link-blue-underline: #ffffff; }
  [theme="dark"] calcite-button.blackandWhite:hover, [theme="dark"] calcite-button.blackandWhite:focus, [theme="dark"] calcite-button.blackandWhite:active, [theme="dark"] calcite-link.blackandWhite:hover, [theme="dark"] calcite-link.blackandWhite:focus, [theme="dark"] calcite-link.blackandWhite:active, .dark calcite-button.blackandWhite:hover, .dark calcite-button.blackandWhite:focus, .dark calcite-button.blackandWhite:active, .dark calcite-link.blackandWhite:hover, .dark calcite-link.blackandWhite:focus, .dark calcite-link.blackandWhite:active, .calcite-theme-dark calcite-button.blackandWhite:hover, .calcite-theme-dark calcite-button.blackandWhite:focus, .calcite-theme-dark calcite-button.blackandWhite:active, .calcite-theme-dark calcite-link.blackandWhite:hover, .calcite-theme-dark calcite-link.blackandWhite:focus, .calcite-theme-dark calcite-link.blackandWhite:active {
    --calcite-ui-brand-hover: #eaeaea; }

[theme="light"] calcite-button.blackandWhite, [theme="light"] calcite-link.blackandWhite, .light calcite-button.blackandWhite, .light calcite-link.blackandWhite, .calcite-theme-light calcite-button.blackandWhite, .calcite-theme-light calcite-link.blackandWhite {
  --calcite-ui-brand: #151515;
  --calcite-ui-foreground-1: #ffffff;
  --calcite-ui-text-link: #151515;
  --calcite-link-blue-underline: #151515; }
  [theme="light"] calcite-button.blackandWhite:hover, [theme="light"] calcite-button.blackandWhite:focus, [theme="light"] calcite-button.blackandWhite:active, [theme="light"] calcite-link.blackandWhite:hover, [theme="light"] calcite-link.blackandWhite:focus, [theme="light"] calcite-link.blackandWhite:active, .light calcite-button.blackandWhite:hover, .light calcite-button.blackandWhite:focus, .light calcite-button.blackandWhite:active, .light calcite-link.blackandWhite:hover, .light calcite-link.blackandWhite:focus, .light calcite-link.blackandWhite:active, .calcite-theme-light calcite-button.blackandWhite:hover, .calcite-theme-light calcite-button.blackandWhite:focus, .calcite-theme-light calcite-button.blackandWhite:active, .calcite-theme-light calcite-link.blackandWhite:hover, .calcite-theme-light calcite-link.blackandWhite:focus, .calcite-theme-light calcite-link.blackandWhite:active {
    --calcite-ui-brand-hover: #2b2b2b; }

calcite-link[color="inverse"] {
  --calcite-ui-text-link: var(--calcite-ui-text-1);
  --calcite-link-blue-underline: var(--esri-ui-opacity40); }

calcite-button.blackandwhite[round] {
  --calcite-ui-foreground-1: var(--calcite-ui-text-1);
  --calcite-ui-brand: var(--calcite-ui-foreground-3); }

:root {
  --esri-ui-opacity00: rgba(53, 53, 53, 0);
  --esri-ui-opacity20: rgba(53, 53, 53, 0.2);
  --esri-ui-opacity40: rgba(53, 53, 53, 0.4);
  --esri-ui-opacity50: rgba(53, 53, 53, 0.5);
  --esri-ui-opacity80: rgba(53, 53, 53, 0.8);
  --esri-ui-opacity85: rgba(53, 53, 53, 0.85);
  --esri-ui-opacity90: rgba(53, 53, 53, 0.9);
  --esri-ui-opacity95: rgba(53, 53, 53, 0.95);
  --esri-ui-opacity97: rgba(53, 53, 53, 0.97);
  --esri-ui-opacity00-inverse: rgba(255, 255, 255, 0);
  --esri-ui-opacity20-inverse: rgba(255, 255, 255, 0.2);
  --esri-ui-opacity40-inverse: rgba(255, 255, 255, 0.4);
  --esri-ui-opacity50-inverse: rgba(255, 255, 255, 0.5);
  --esri-ui-opacity80-inverse: rgba(255, 255, 255, 0.8);
  --esri-ui-opacity85-inverse: rgba(255, 255, 255, 0.85);
  --esri-ui-opacity90-inverse: rgba(255, 255, 255, 0.9);
  --esri-ui-opacity95-inverse: rgba(255, 255, 255, 0.95);
  --esri-ui-opacity97-inverse: rgba(255, 255, 255, 0.97); }

.calcite-theme-light {
  --esri-ui-opacity00: rgba(53, 53, 53, 0);
  --esri-ui-opacity20: rgba(53, 53, 53, 0.2);
  --esri-ui-opacity40: rgba(53, 53, 53, 0.4);
  --esri-ui-opacity50: rgba(53, 53, 53, 0.5);
  --esri-ui-opacity80: rgba(53, 53, 53, 0.8);
  --esri-ui-opacity85: rgba(53, 53, 53, 0.85);
  --esri-ui-opacity90: rgba(53, 53, 53, 0.9);
  --esri-ui-opacity95: rgba(53, 53, 53, 0.95);
  --esri-ui-opacity97: rgba(53, 53, 53, 0.97);
  --esri-ui-opacity00-inverse: rgba(255, 255, 255, 0);
  --esri-ui-opacity20-inverse: rgba(255, 255, 255, 0.2);
  --esri-ui-opacity40-inverse: rgba(255, 255, 255, 0.4);
  --esri-ui-opacity50-inverse: rgba(255, 255, 255, 0.5);
  --esri-ui-opacity80-inverse: rgba(255, 255, 255, 0.8);
  --esri-ui-opacity85-inverse: rgba(255, 255, 255, 0.85);
  --esri-ui-opacity90-inverse: rgba(255, 255, 255, 0.9);
  --esri-ui-opacity95-inverse: rgba(255, 255, 255, 0.95);
  --esri-ui-opacity97-inverse: rgba(255, 255, 255, 0.97); }

.calcite-theme-dark {
  --esri-ui-opacity00: rgba(255, 255, 255, 0);
  --esri-ui-opacity20: rgba(255, 255, 255, 0.2);
  --esri-ui-opacity40: rgba(255, 255, 255, 0.4);
  --esri-ui-opacity50: rgba(255, 255, 255, 0.5);
  --esri-ui-opacity80: rgba(255, 255, 255, 0.8);
  --esri-ui-opacity85: rgba(255, 255, 255, 0.85);
  --esri-ui-opacity90: rgba(255, 255, 255, 0.9);
  --esri-ui-opacity95: rgba(255, 255, 255, 0.95);
  --esri-ui-opacity97: rgba(255, 255, 255, 0.97);
  --esri-ui-opacity00-inverse: rgba(53, 53, 53, 0);
  --esri-ui-opacity20-inverse: rgba(53, 53, 53, 0.2);
  --esri-ui-opacity40-inverse: rgba(53, 53, 53, 0.4);
  --esri-ui-opacity50-inverse: rgba(53, 53, 53, 0.5);
  --esri-ui-opacity80-inverse: rgba(53, 53, 53, 0.8);
  --esri-ui-opacity85-inverse: rgba(53, 53, 53, 0.85);
  --esri-ui-opacity90-inverse: rgba(53, 53, 53, 0.9);
  --esri-ui-opacity95-inverse: rgba(53, 53, 53, 0.95);
  --esri-ui-opacity97-inverse: rgba(53, 53, 53, 0.97); }

:root,
.cards-standard-container {
  --calcite-ui-background: var(--calcite-ui-foreground-1); }

.calcite-theme-light .cards-standard-container,
[theme="light"] .cards-standard-container,
.calcite-theme-dark .cards-standard-container,
[theme="dark"] .cards-standard-container {
  --calcite-ui-background: var(--calcite-ui-foreground-1); }

[theme="dark"] .play-button, .calcite-theme-dark .play-button {
  border: none;
  margin-top: 0px;
  background: rgba(255, 255, 255, 0.9);
  width: 55px;
  height: 55px;
  border-radius: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: all .25s ease-out; }
  [theme="dark"] .play-button:hover, [theme="dark"] .play-button:focus, .calcite-theme-dark .play-button:hover, .calcite-theme-dark .play-button:focus {
    outline: none;
    cursor: pointer; }
  [theme="dark"] .play-button:after, .calcite-theme-dark .play-button:after {
    border-left: 12px solid #000000; }
    [theme="dark"] .play-button:after:hover, .calcite-theme-dark .play-button:after:hover {
      border-left: 12px solid #000000; }
  [theme="dark"] .play-button:hover, [theme="dark"] .play-button:focus, .calcite-theme-dark .play-button:hover, .calcite-theme-dark .play-button:focus {
    background: var(--calcite-ui-brand);
    border: none;
    outline: none; }
    [theme="dark"] .play-button:hover:after, [theme="dark"] .play-button:focus:after, .calcite-theme-dark .play-button:hover:after, .calcite-theme-dark .play-button:focus:after {
      border-left: 12px solid white; }
  [theme="dark"] .play-button:focus, .calcite-theme-dark .play-button:focus {
    background: var(--calcite-ui-brand);
    outline: none; }
    [theme="dark"] .play-button:focus:after, .calcite-theme-dark .play-button:focus:after {
      border-left: 12px solid white; }
  [theme="dark"] .play-button:after, .calcite-theme-dark .play-button:after {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    left: 52.5%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0; }
  [theme="dark"] .play-button.bluebackground, .calcite-theme-dark .play-button.bluebackground {
    border: none;
    margin-top: 0px;
    background: #007ac2;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: all .25s ease-out; }
    [theme="dark"] .play-button.bluebackground:hover, [theme="dark"] .play-button.bluebackground:focus, .calcite-theme-dark .play-button.bluebackground:hover, .calcite-theme-dark .play-button.bluebackground:focus {
      outline: none;
      cursor: pointer; }
    [theme="dark"] .play-button.bluebackground:after, .calcite-theme-dark .play-button.bluebackground:after {
      border-left: 12px solid #ffffff; }
      [theme="dark"] .play-button.bluebackground:after:hover, .calcite-theme-dark .play-button.bluebackground:after:hover {
        border-left: 12px solid #ffffff; }
    [theme="dark"] .play-button.bluebackground:hover, [theme="dark"] .play-button.bluebackground:focus, .calcite-theme-dark .play-button.bluebackground:hover, .calcite-theme-dark .play-button.bluebackground:focus {
      background: #00619b;
      border: none;
      outline: none; }
      [theme="dark"] .play-button.bluebackground:hover:after, [theme="dark"] .play-button.bluebackground:focus:after, .calcite-theme-dark .play-button.bluebackground:hover:after, .calcite-theme-dark .play-button.bluebackground:focus:after {
        border-left: 12px solid #ffffff; }
    [theme="dark"] .play-button.bluebackground:after, .calcite-theme-dark .play-button.bluebackground:after {
      content: "";
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      left: 52.5%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 0;
      width: 0; }

[theme="light"] .play-button, .calcite-theme-light .play-button {
  border: none;
  margin-top: 0px;
  background: rgba(53, 53, 53, 0.9);
  width: 55px;
  height: 55px;
  border-radius: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: all .25s ease-out; }
  [theme="light"] .play-button:hover, [theme="light"] .play-button:focus, .calcite-theme-light .play-button:hover, .calcite-theme-light .play-button:focus {
    outline: none;
    cursor: pointer; }
  [theme="light"] .play-button:after, .calcite-theme-light .play-button:after {
    border-left: 12px solid white; }
    [theme="light"] .play-button:after:hover, .calcite-theme-light .play-button:after:hover {
      border-left: 12px solid white; }
  [theme="light"] .play-button:hover, [theme="light"] .play-button:focus, .calcite-theme-light .play-button:hover, .calcite-theme-light .play-button:focus {
    background: var(--calcite-ui-brand);
    border: none;
    outline: none; }
  [theme="light"] .play-button:after, .calcite-theme-light .play-button:after {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    left: 52.5%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0; }
  [theme="light"] .play-button.bluebackground, .calcite-theme-light .play-button.bluebackground {
    border: none;
    margin-top: 0px;
    background: #009AF2;
    width: 55px;
    height: 55px;
    border-radius: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: all .25s ease-out; }
    [theme="light"] .play-button.bluebackground:hover, [theme="light"] .play-button.bluebackground:focus, .calcite-theme-light .play-button.bluebackground:hover, .calcite-theme-light .play-button.bluebackground:focus {
      outline: none;
      cursor: pointer; }
    [theme="light"] .play-button.bluebackground:after, .calcite-theme-light .play-button.bluebackground:after {
      border-left: 12px solid #ffffff; }
      [theme="light"] .play-button.bluebackground:after:hover, .calcite-theme-light .play-button.bluebackground:after:hover {
        border-left: 12px solid #ffffff; }
    [theme="light"] .play-button.bluebackground:hover, [theme="light"] .play-button.bluebackground:focus, .calcite-theme-light .play-button.bluebackground:hover, .calcite-theme-light .play-button.bluebackground:focus {
      background: #00619b;
      border: none;
      outline: none; }
      [theme="light"] .play-button.bluebackground:hover:after, [theme="light"] .play-button.bluebackground:focus:after, .calcite-theme-light .play-button.bluebackground:hover:after, .calcite-theme-light .play-button.bluebackground:focus:after {
        border-left: 12px solid #ffffff; }
    [theme="light"] .play-button.bluebackground:after, .calcite-theme-light .play-button.bluebackground:after {
      content: "";
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      left: 52.5%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 0;
      width: 0; }

[theme="light"] .ctaIconlink, .calcite-theme-light .ctaIconlink, .light-mode .ctaIconlink {
  font-size: 1.15rem;
  line-height: 1.65rem;
  text-decoration: none;
  color: var(--calcite-ui-brand);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%, 100% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px, 100% 1px;
  transition: background-size .3s;
  font-size: 1rem;
  position: relative;
  padding-right: 20px; }
  [theme="light"] .ctaIconlink:after, .calcite-theme-light .ctaIconlink:after, .light-mode .ctaIconlink:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 16px;
    transition: all .25s ease-in-out;
    width: 16px;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: -8px; }
  html[dir="rtl"] [theme="light"] .ctaIconlink, html[dir="rtl"] .calcite-theme-light .ctaIconlink, html[dir="rtl"] .light-mode .ctaIconlink {
    margin: 0 10px 10px 10px; }
    html[dir="rtl"] [theme="light"] .ctaIconlink:after, html[dir="rtl"] .calcite-theme-light .ctaIconlink:after, html[dir="rtl"] .light-mode .ctaIconlink:after {
      margin-right: 6px;
      margin-left: 0;
      transform: scaleX(-1) translateY(-50%); }
    html[dir="rtl"] [theme="light"] .ctaIconlink[href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .ctaIconlink[href$=".mov"]::after, html[dir="rtl"] [theme="light"] .ctaIconlink[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .ctaIconlink[href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .ctaIconlink[href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .ctaIconlink[href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .ctaIconlink[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .ctaIconlink[href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .ctaIconlink[href$=".mp4"]::after, html[dir="rtl"] .light-mode .ctaIconlink[href$=".mov"]::after, html[dir="rtl"] .light-mode .ctaIconlink[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .ctaIconlink[href^="https://www.youtube.com"]::after {
      transform: scaleX(1) translateY(-50%); }
  [theme="light"] .ctaIconlink[href*="esri.com"]::after, [theme="light"] .ctaIconlink [data-link-type="internal"], .calcite-theme-light .ctaIconlink[href*="esri.com"]::after, .calcite-theme-light .ctaIconlink [data-link-type="internal"], .light-mode .ctaIconlink[href*="esri.com"]::after, .light-mode .ctaIconlink [data-link-type="internal"] {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  [theme="light"] .ctaIconlink:not([href*="esri.com"])::after, [theme="light"] .ctaIconlink [data-link-type="external"], .calcite-theme-light .ctaIconlink:not([href*="esri.com"])::after, .calcite-theme-light .ctaIconlink [data-link-type="external"], .light-mode .ctaIconlink:not([href*="esri.com"])::after, .light-mode .ctaIconlink [data-link-type="external"] {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  [theme="light"] .ctaIconlink[href$=".pdf"]::after, [theme="light"] .ctaIconlink[href$=".doc"]::after, [theme="light"] .ctaIconlink[href$=".zip"]::after, [theme="light"] .ctaIconlink [data-link-type="document"], .calcite-theme-light .ctaIconlink[href$=".pdf"]::after, .calcite-theme-light .ctaIconlink[href$=".doc"]::after, .calcite-theme-light .ctaIconlink[href$=".zip"]::after, .calcite-theme-light .ctaIconlink [data-link-type="document"], .light-mode .ctaIconlink[href$=".pdf"]::after, .light-mode .ctaIconlink[href$=".doc"]::after, .light-mode .ctaIconlink[href$=".zip"]::after, .light-mode .ctaIconlink [data-link-type="document"] {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  [theme="light"] .ctaIconlink[href^="/"]::after, [theme="light"] .ctaIconlink[href^=".."]::after, .calcite-theme-light .ctaIconlink[href^="/"]::after, .calcite-theme-light .ctaIconlink[href^=".."]::after, .light-mode .ctaIconlink[href^="/"]::after, .light-mode .ctaIconlink[href^=".."]::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  [theme="light"] .ctaIconlink[href$=".mp4"]::after, [theme="light"] .ctaIconlink[href$=".mov"]::after, [theme="light"] .ctaIconlink[href^="https://www.esri.com/videos/"]::after, [theme="light"] .ctaIconlink[href^="https://www.youtube.com"]::after, .calcite-theme-light .ctaIconlink[href$=".mp4"]::after, .calcite-theme-light .ctaIconlink[href$=".mov"]::after, .calcite-theme-light .ctaIconlink[href^="https://www.esri.com/videos/"]::after, .calcite-theme-light .ctaIconlink[href^="https://www.youtube.com"]::after, .light-mode .ctaIconlink[href$=".mp4"]::after, .light-mode .ctaIconlink[href$=".mov"]::after, .light-mode .ctaIconlink[href^="https://www.esri.com/videos/"]::after, .light-mode .ctaIconlink[href^="https://www.youtube.com"]::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  [theme="light"] .ctaIconlink[href*="tel:"]::after, .calcite-theme-light .ctaIconlink[href*="tel:"]::after, .light-mode .ctaIconlink[href*="tel:"]::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  [theme="light"] .ctaIconlink[data-link-type='internal']::after, .calcite-theme-light .ctaIconlink[data-link-type='internal']::after, .light-mode .ctaIconlink[data-link-type='internal']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  [theme="light"] .ctaIconlink[data-link-type='external']::after, .calcite-theme-light .ctaIconlink[data-link-type='external']::after, .light-mode .ctaIconlink[data-link-type='external']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  [theme="light"] .ctaIconlink[data-link-type='video']::after, .calcite-theme-light .ctaIconlink[data-link-type='video']::after, .light-mode .ctaIconlink[data-link-type='video']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  [theme="light"] .ctaIconlink[data-link-type='document']::after, .calcite-theme-light .ctaIconlink[data-link-type='document']::after, .light-mode .ctaIconlink[data-link-type='document']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  [theme="light"] .ctaIconlink:hover, .calcite-theme-light .ctaIconlink:hover, .light-mode .ctaIconlink:hover {
    background-size: 100% 1px, 100% 1px; }
  html[dir="rtl"] [theme="light"] .ctaIconlink, html[dir="rtl"] .calcite-theme-light .ctaIconlink, html[dir="rtl"] .light-mode .ctaIconlink {
    background-position: 100% 100%; }
  [theme="light"] .ctaIconlink.blackandWhite, .calcite-theme-light .ctaIconlink.blackandWhite, .light-mode .ctaIconlink.blackandWhite {
    color: var(--calcite-ui-text-1); }
    [theme="light"] .ctaIconlink.blackandWhite:after, .calcite-theme-light .ctaIconlink.blackandWhite:after, .light-mode .ctaIconlink.blackandWhite:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 16px;
      transition: all .25s ease-in-out;
      width: 16px;
      display: inline-block;
      margin-left: 5px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      bottom: -8px; }
    html[dir="rtl"] [theme="light"] .ctaIconlink.blackandWhite, html[dir="rtl"] .calcite-theme-light .ctaIconlink.blackandWhite, html[dir="rtl"] .light-mode .ctaIconlink.blackandWhite {
      margin: 0 10px 10px 10px; }
      html[dir="rtl"] [theme="light"] .ctaIconlink.blackandWhite:after, html[dir="rtl"] .calcite-theme-light .ctaIconlink.blackandWhite:after, html[dir="rtl"] .light-mode .ctaIconlink.blackandWhite:after {
        margin-right: 6px;
        margin-left: 0;
        transform: scaleX(-1) translateY(-50%); }
      html[dir="rtl"] [theme="light"] .ctaIconlink.blackandWhite[href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .ctaIconlink.blackandWhite[href$=".mov"]::after, html[dir="rtl"] [theme="light"] .ctaIconlink.blackandWhite[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .ctaIconlink.blackandWhite[href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .ctaIconlink.blackandWhite[href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .ctaIconlink.blackandWhite[href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .ctaIconlink.blackandWhite[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .ctaIconlink.blackandWhite[href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .ctaIconlink.blackandWhite[href$=".mp4"]::after, html[dir="rtl"] .light-mode .ctaIconlink.blackandWhite[href$=".mov"]::after, html[dir="rtl"] .light-mode .ctaIconlink.blackandWhite[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .ctaIconlink.blackandWhite[href^="https://www.youtube.com"]::after {
        transform: scaleX(1) translateY(-50%); }
    [theme="light"] .ctaIconlink.blackandWhite[href*="esri.com"]::after, [theme="light"] .ctaIconlink.blackandWhite [data-link-type="internal"], .calcite-theme-light .ctaIconlink.blackandWhite[href*="esri.com"]::after, .calcite-theme-light .ctaIconlink.blackandWhite [data-link-type="internal"], .light-mode .ctaIconlink.blackandWhite[href*="esri.com"]::after, .light-mode .ctaIconlink.blackandWhite [data-link-type="internal"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    [theme="light"] .ctaIconlink.blackandWhite:not([href*="esri.com"])::after, [theme="light"] .ctaIconlink.blackandWhite [data-link-type="external"], .calcite-theme-light .ctaIconlink.blackandWhite:not([href*="esri.com"])::after, .calcite-theme-light .ctaIconlink.blackandWhite [data-link-type="external"], .light-mode .ctaIconlink.blackandWhite:not([href*="esri.com"])::after, .light-mode .ctaIconlink.blackandWhite [data-link-type="external"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    [theme="light"] .ctaIconlink.blackandWhite[href$=".pdf"]::after, [theme="light"] .ctaIconlink.blackandWhite[href$=".doc"]::after, [theme="light"] .ctaIconlink.blackandWhite[href$=".zip"]::after, [theme="light"] .ctaIconlink.blackandWhite [data-link-type="document"], .calcite-theme-light .ctaIconlink.blackandWhite[href$=".pdf"]::after, .calcite-theme-light .ctaIconlink.blackandWhite[href$=".doc"]::after, .calcite-theme-light .ctaIconlink.blackandWhite[href$=".zip"]::after, .calcite-theme-light .ctaIconlink.blackandWhite [data-link-type="document"], .light-mode .ctaIconlink.blackandWhite[href$=".pdf"]::after, .light-mode .ctaIconlink.blackandWhite[href$=".doc"]::after, .light-mode .ctaIconlink.blackandWhite[href$=".zip"]::after, .light-mode .ctaIconlink.blackandWhite [data-link-type="document"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    [theme="light"] .ctaIconlink.blackandWhite[href^="/"]::after, [theme="light"] .ctaIconlink.blackandWhite[href^=".."]::after, .calcite-theme-light .ctaIconlink.blackandWhite[href^="/"]::after, .calcite-theme-light .ctaIconlink.blackandWhite[href^=".."]::after, .light-mode .ctaIconlink.blackandWhite[href^="/"]::after, .light-mode .ctaIconlink.blackandWhite[href^=".."]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    [theme="light"] .ctaIconlink.blackandWhite[href$=".mp4"]::after, [theme="light"] .ctaIconlink.blackandWhite[href$=".mov"]::after, [theme="light"] .ctaIconlink.blackandWhite[href^="https://www.esri.com/videos/"]::after, [theme="light"] .ctaIconlink.blackandWhite[href^="https://www.youtube.com"]::after, .calcite-theme-light .ctaIconlink.blackandWhite[href$=".mp4"]::after, .calcite-theme-light .ctaIconlink.blackandWhite[href$=".mov"]::after, .calcite-theme-light .ctaIconlink.blackandWhite[href^="https://www.esri.com/videos/"]::after, .calcite-theme-light .ctaIconlink.blackandWhite[href^="https://www.youtube.com"]::after, .light-mode .ctaIconlink.blackandWhite[href$=".mp4"]::after, .light-mode .ctaIconlink.blackandWhite[href$=".mov"]::after, .light-mode .ctaIconlink.blackandWhite[href^="https://www.esri.com/videos/"]::after, .light-mode .ctaIconlink.blackandWhite[href^="https://www.youtube.com"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    [theme="light"] .ctaIconlink.blackandWhite[href*="tel:"]::after, .calcite-theme-light .ctaIconlink.blackandWhite[href*="tel:"]::after, .light-mode .ctaIconlink.blackandWhite[href*="tel:"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    [theme="light"] .ctaIconlink.blackandWhite[data-link-type='internal']::after, .calcite-theme-light .ctaIconlink.blackandWhite[data-link-type='internal']::after, .light-mode .ctaIconlink.blackandWhite[data-link-type='internal']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    [theme="light"] .ctaIconlink.blackandWhite[data-link-type='external']::after, .calcite-theme-light .ctaIconlink.blackandWhite[data-link-type='external']::after, .light-mode .ctaIconlink.blackandWhite[data-link-type='external']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    [theme="light"] .ctaIconlink.blackandWhite[data-link-type='video']::after, .calcite-theme-light .ctaIconlink.blackandWhite[data-link-type='video']::after, .light-mode .ctaIconlink.blackandWhite[data-link-type='video']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    [theme="light"] .ctaIconlink.blackandWhite[data-link-type='document']::after, .calcite-theme-light .ctaIconlink.blackandWhite[data-link-type='document']::after, .light-mode .ctaIconlink.blackandWhite[data-link-type='document']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

[theme="dark"] .ctaIconlink, .calcite-theme-dark .ctaIconlink, .dark-mode .ctaIconlink {
  font-size: 1.15rem;
  line-height: 1.65rem;
  text-decoration: none;
  color: var(--calcite-ui-brand);
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 0% 100%, 100% 100%;
  background-repeat: no-repeat;
  background-size: 0% 1px, 100% 1px;
  transition: background-size .3s;
  font-size: 1rem;
  position: relative;
  padding-right: 20px; }
  [theme="dark"] .ctaIconlink:after, .calcite-theme-dark .ctaIconlink:after, .dark-mode .ctaIconlink:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 16px;
    transition: all .25s ease-in-out;
    width: 16px;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: -8px; }
  html[dir="rtl"] [theme="dark"] .ctaIconlink, html[dir="rtl"] .calcite-theme-dark .ctaIconlink, html[dir="rtl"] .dark-mode .ctaIconlink {
    margin: 0 10px 10px 10px; }
    html[dir="rtl"] [theme="dark"] .ctaIconlink:after, html[dir="rtl"] .calcite-theme-dark .ctaIconlink:after, html[dir="rtl"] .dark-mode .ctaIconlink:after {
      margin-right: 6px;
      margin-left: 0;
      transform: scaleX(-1) translateY(-50%); }
    html[dir="rtl"] [theme="dark"] .ctaIconlink[href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .ctaIconlink[href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .ctaIconlink[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .ctaIconlink[href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .ctaIconlink[href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .ctaIconlink[href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .ctaIconlink[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .ctaIconlink[href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .ctaIconlink[href$=".mp4"]::after, html[dir="rtl"] .dark-mode .ctaIconlink[href$=".mov"]::after, html[dir="rtl"] .dark-mode .ctaIconlink[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .ctaIconlink[href^="https://www.youtube.com"]::after {
      transform: scaleX(1) translateY(-50%); }
  [theme="dark"] .ctaIconlink[href*="esri.com"]::after, [theme="dark"] .ctaIconlink [data-link-type="internal"], .calcite-theme-dark .ctaIconlink[href*="esri.com"]::after, .calcite-theme-dark .ctaIconlink [data-link-type="internal"], .dark-mode .ctaIconlink[href*="esri.com"]::after, .dark-mode .ctaIconlink [data-link-type="internal"] {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  [theme="dark"] .ctaIconlink:not([href*="esri.com"])::after, [theme="dark"] .ctaIconlink [data-link-type="external"], .calcite-theme-dark .ctaIconlink:not([href*="esri.com"])::after, .calcite-theme-dark .ctaIconlink [data-link-type="external"], .dark-mode .ctaIconlink:not([href*="esri.com"])::after, .dark-mode .ctaIconlink [data-link-type="external"] {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  [theme="dark"] .ctaIconlink[href$=".pdf"]::after, [theme="dark"] .ctaIconlink[href$=".doc"]::after, [theme="dark"] .ctaIconlink[href$=".zip"]::after, [theme="dark"] .ctaIconlink [data-link-type="document"], .calcite-theme-dark .ctaIconlink[href$=".pdf"]::after, .calcite-theme-dark .ctaIconlink[href$=".doc"]::after, .calcite-theme-dark .ctaIconlink[href$=".zip"]::after, .calcite-theme-dark .ctaIconlink [data-link-type="document"], .dark-mode .ctaIconlink[href$=".pdf"]::after, .dark-mode .ctaIconlink[href$=".doc"]::after, .dark-mode .ctaIconlink[href$=".zip"]::after, .dark-mode .ctaIconlink [data-link-type="document"] {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  [theme="dark"] .ctaIconlink[href^="/"]::after, [theme="dark"] .ctaIconlink[href^=".."]::after, .calcite-theme-dark .ctaIconlink[href^="/"]::after, .calcite-theme-dark .ctaIconlink[href^=".."]::after, .dark-mode .ctaIconlink[href^="/"]::after, .dark-mode .ctaIconlink[href^=".."]::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  [theme="dark"] .ctaIconlink[href$=".mp4"]::after, [theme="dark"] .ctaIconlink[href$=".mov"]::after, [theme="dark"] .ctaIconlink[href^="https://www.esri.com/videos/"]::after, [theme="dark"] .ctaIconlink[href^="https://www.youtube.com"]::after, .calcite-theme-dark .ctaIconlink[href$=".mp4"]::after, .calcite-theme-dark .ctaIconlink[href$=".mov"]::after, .calcite-theme-dark .ctaIconlink[href^="https://www.esri.com/videos/"]::after, .calcite-theme-dark .ctaIconlink[href^="https://www.youtube.com"]::after, .dark-mode .ctaIconlink[href$=".mp4"]::after, .dark-mode .ctaIconlink[href$=".mov"]::after, .dark-mode .ctaIconlink[href^="https://www.esri.com/videos/"]::after, .dark-mode .ctaIconlink[href^="https://www.youtube.com"]::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  [theme="dark"] .ctaIconlink[href*="tel:"]::after, .calcite-theme-dark .ctaIconlink[href*="tel:"]::after, .dark-mode .ctaIconlink[href*="tel:"]::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  [theme="dark"] .ctaIconlink[data-link-type='internal']::after, .calcite-theme-dark .ctaIconlink[data-link-type='internal']::after, .dark-mode .ctaIconlink[data-link-type='internal']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  [theme="dark"] .ctaIconlink[data-link-type='external']::after, .calcite-theme-dark .ctaIconlink[data-link-type='external']::after, .dark-mode .ctaIconlink[data-link-type='external']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  [theme="dark"] .ctaIconlink[data-link-type='video']::after, .calcite-theme-dark .ctaIconlink[data-link-type='video']::after, .dark-mode .ctaIconlink[data-link-type='video']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  [theme="dark"] .ctaIconlink[data-link-type='document']::after, .calcite-theme-dark .ctaIconlink[data-link-type='document']::after, .dark-mode .ctaIconlink[data-link-type='document']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  [theme="dark"] .ctaIconlink:hover, .calcite-theme-dark .ctaIconlink:hover, .dark-mode .ctaIconlink:hover {
    background-size: 100% 1px, 100% 1px; }
  html[dir="rtl"] [theme="dark"] .ctaIconlink, html[dir="rtl"] .calcite-theme-dark .ctaIconlink, html[dir="rtl"] .dark-mode .ctaIconlink {
    background-position: 100% 100%; }
  [theme="dark"] .ctaIconlink.blackandWhite, .calcite-theme-dark .ctaIconlink.blackandWhite, .dark-mode .ctaIconlink.blackandWhite {
    color: var(--calcite-ui-text-1); }
    [theme="dark"] .ctaIconlink.blackandWhite:after, .calcite-theme-dark .ctaIconlink.blackandWhite:after, .dark-mode .ctaIconlink.blackandWhite:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 16px;
      transition: all .25s ease-in-out;
      width: 16px;
      display: inline-block;
      margin-left: 5px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      bottom: -8px; }
    html[dir="rtl"] [theme="dark"] .ctaIconlink.blackandWhite, html[dir="rtl"] .calcite-theme-dark .ctaIconlink.blackandWhite, html[dir="rtl"] .dark-mode .ctaIconlink.blackandWhite {
      margin: 0 10px 10px 10px; }
      html[dir="rtl"] [theme="dark"] .ctaIconlink.blackandWhite:after, html[dir="rtl"] .calcite-theme-dark .ctaIconlink.blackandWhite:after, html[dir="rtl"] .dark-mode .ctaIconlink.blackandWhite:after {
        margin-right: 6px;
        margin-left: 0;
        transform: scaleX(-1) translateY(-50%); }
      html[dir="rtl"] [theme="dark"] .ctaIconlink.blackandWhite[href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .ctaIconlink.blackandWhite[href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .ctaIconlink.blackandWhite[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .ctaIconlink.blackandWhite[href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .ctaIconlink.blackandWhite[href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .ctaIconlink.blackandWhite[href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .ctaIconlink.blackandWhite[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .ctaIconlink.blackandWhite[href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .ctaIconlink.blackandWhite[href$=".mp4"]::after, html[dir="rtl"] .dark-mode .ctaIconlink.blackandWhite[href$=".mov"]::after, html[dir="rtl"] .dark-mode .ctaIconlink.blackandWhite[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .ctaIconlink.blackandWhite[href^="https://www.youtube.com"]::after {
        transform: scaleX(1) translateY(-50%); }
    [theme="dark"] .ctaIconlink.blackandWhite[href*="esri.com"]::after, [theme="dark"] .ctaIconlink.blackandWhite [data-link-type="internal"], .calcite-theme-dark .ctaIconlink.blackandWhite[href*="esri.com"]::after, .calcite-theme-dark .ctaIconlink.blackandWhite [data-link-type="internal"], .dark-mode .ctaIconlink.blackandWhite[href*="esri.com"]::after, .dark-mode .ctaIconlink.blackandWhite [data-link-type="internal"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    [theme="dark"] .ctaIconlink.blackandWhite:not([href*="esri.com"])::after, [theme="dark"] .ctaIconlink.blackandWhite [data-link-type="external"], .calcite-theme-dark .ctaIconlink.blackandWhite:not([href*="esri.com"])::after, .calcite-theme-dark .ctaIconlink.blackandWhite [data-link-type="external"], .dark-mode .ctaIconlink.blackandWhite:not([href*="esri.com"])::after, .dark-mode .ctaIconlink.blackandWhite [data-link-type="external"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    [theme="dark"] .ctaIconlink.blackandWhite[href$=".pdf"]::after, [theme="dark"] .ctaIconlink.blackandWhite[href$=".doc"]::after, [theme="dark"] .ctaIconlink.blackandWhite[href$=".zip"]::after, [theme="dark"] .ctaIconlink.blackandWhite [data-link-type="document"], .calcite-theme-dark .ctaIconlink.blackandWhite[href$=".pdf"]::after, .calcite-theme-dark .ctaIconlink.blackandWhite[href$=".doc"]::after, .calcite-theme-dark .ctaIconlink.blackandWhite[href$=".zip"]::after, .calcite-theme-dark .ctaIconlink.blackandWhite [data-link-type="document"], .dark-mode .ctaIconlink.blackandWhite[href$=".pdf"]::after, .dark-mode .ctaIconlink.blackandWhite[href$=".doc"]::after, .dark-mode .ctaIconlink.blackandWhite[href$=".zip"]::after, .dark-mode .ctaIconlink.blackandWhite [data-link-type="document"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    [theme="dark"] .ctaIconlink.blackandWhite[href^="/"]::after, [theme="dark"] .ctaIconlink.blackandWhite[href^=".."]::after, .calcite-theme-dark .ctaIconlink.blackandWhite[href^="/"]::after, .calcite-theme-dark .ctaIconlink.blackandWhite[href^=".."]::after, .dark-mode .ctaIconlink.blackandWhite[href^="/"]::after, .dark-mode .ctaIconlink.blackandWhite[href^=".."]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    [theme="dark"] .ctaIconlink.blackandWhite[href$=".mp4"]::after, [theme="dark"] .ctaIconlink.blackandWhite[href$=".mov"]::after, [theme="dark"] .ctaIconlink.blackandWhite[href^="https://www.esri.com/videos/"]::after, [theme="dark"] .ctaIconlink.blackandWhite[href^="https://www.youtube.com"]::after, .calcite-theme-dark .ctaIconlink.blackandWhite[href$=".mp4"]::after, .calcite-theme-dark .ctaIconlink.blackandWhite[href$=".mov"]::after, .calcite-theme-dark .ctaIconlink.blackandWhite[href^="https://www.esri.com/videos/"]::after, .calcite-theme-dark .ctaIconlink.blackandWhite[href^="https://www.youtube.com"]::after, .dark-mode .ctaIconlink.blackandWhite[href$=".mp4"]::after, .dark-mode .ctaIconlink.blackandWhite[href$=".mov"]::after, .dark-mode .ctaIconlink.blackandWhite[href^="https://www.esri.com/videos/"]::after, .dark-mode .ctaIconlink.blackandWhite[href^="https://www.youtube.com"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    [theme="dark"] .ctaIconlink.blackandWhite[href*="tel:"]::after, .calcite-theme-dark .ctaIconlink.blackandWhite[href*="tel:"]::after, .dark-mode .ctaIconlink.blackandWhite[href*="tel:"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    [theme="dark"] .ctaIconlink.blackandWhite[data-link-type='internal']::after, .calcite-theme-dark .ctaIconlink.blackandWhite[data-link-type='internal']::after, .dark-mode .ctaIconlink.blackandWhite[data-link-type='internal']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    [theme="dark"] .ctaIconlink.blackandWhite[data-link-type='external']::after, .calcite-theme-dark .ctaIconlink.blackandWhite[data-link-type='external']::after, .dark-mode .ctaIconlink.blackandWhite[data-link-type='external']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    [theme="dark"] .ctaIconlink.blackandWhite[data-link-type='video']::after, .calcite-theme-dark .ctaIconlink.blackandWhite[data-link-type='video']::after, .dark-mode .ctaIconlink.blackandWhite[data-link-type='video']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    [theme="dark"] .ctaIconlink.blackandWhite[data-link-type='document']::after, .calcite-theme-dark .ctaIconlink.blackandWhite[data-link-type='document']::after, .dark-mode .ctaIconlink.blackandWhite[data-link-type='document']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

.assistText,
.cq-wcm-foundation-aria-description,
.cq-wcm-foundation-aria-visuallyhidden {
  display: block;
  height: 1px;
  width: 1px;
  overflow: hidden;
  position: absolute;
  top: -10px; }

.clear {
  clear: both; }

.featured {
  border-radius: 1.5em;
  color: var(--calcite-ui-text-1);
  background-color: var(--esri-ui-opacity85-inverse);
  padding: .25em 1em;
  position: absolute;
  top: 1.5em;
  inset-inline-end: 1.5em;
  letter-spacing: 1px;
  z-index: 10; }

.category {
  color: var(--calcite-ui-text-2);
  font-size: var(--font--2);
  font-weight: var(--calcite-font-weight-bold);
  text-transform: uppercase;
  background-color: var(--esri-ui-opacity85-inverse);
  padding: var(--space-2);
  line-height: 1;
  width: -moz-fit-content;
  width: fit-content; }
  .category--full-width {
    width: 100%; }

.flex {
  display: flex; }
  .flex--wrap {
    flex-wrap: wrap; }

.no-list {
  list-style: none;
  margin-inline-start: 0;
  padding-inline-start: 0; }
  .no-list > li {
    margin-block-start: 0; }

.no-margin {
  margin: 0; }

.text-center {
  text-align: center; }

.time-stamp {
  color: var(--calcite-ui-text-2);
  background-color: var(--esri-ui-opacity85-inverse);
  position: absolute;
  z-index: 10;
  inset-inline-end: 0;
  inset-block: auto 0;
  padding: 5px 6px;
  padding: var(--space-2);
  font-size: var(--font--2);
  letter-spacing: 1px;
  line-height: 1; }
  .time-stamp--nobackground {
    background: transparent; }
  .time-stamp.top-right {
    inset-block: 0 auto; }

.featured.nobackground,
.category.nobackground,
.time-stamp.nobackground {
  background: transparent; }

.calcite-button-wrapper {
  display: inline-block; }
  .calcite-button-wrapper--block {
    display: block; }

.right-arrow {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 5px; }
  .right-arrow.blue {
    fill: var(--calcite-ui-brand); }

.icon-ui-blue {
  fill: var(--calcite-ui-brand); }

.icon-ui-white {
  fill: var(--calcite-ui-foreground-1); }

:root {
  --calcite-ui-background-1: #f8f8f8; }

.calcite-theme-light {
  --calcite-ui-background-1: #f8f8f8; }

.calcite-theme-dark {
  --calcite-ui-background-1: #353535; }

.ui-text-1,
.text-blk-220 {
  color: var(--calcite-ui-text-1); }

.ui-text-2,
.text-blk-170 {
  color: var(--calcite-ui-text-2); }

.ui-text-3,
.text-blk-090 {
  color: var(--calcite-ui-text-3); }

.ui-background-1,
.background-blk-000 {
  background-color: var(--calcite-ui-foreground-1); }

.ui-background-2,
.background-blk-010 {
  background-color: var(--calcite-ui-foreground-2); }

.ui-background-3,
.background-blk-020 {
  background-color: var(--calcite-ui-foreground-3); }

.text-black {
  color: #323232; }

.padding--1 {
  padding: var(--space-1); }

.padding-x--1 {
  padding: 0 var(--space-1); }

.padding-y--1 {
  padding: var(--space-1) 0; }

.padding-top--1 {
  padding-top: var(--space-1); }

.padding-right--1 {
  padding-inline-end: var(--space-1); }

.padding-bottom--1 {
  padding-bottom: var(--space-1); }

.padding-left--1 {
  padding-inline-start: var(--space-1); }

.margin--1 {
  margin: var(--space-1); }

.margin-x--1 {
  margin: 0 var(--space-1); }

.margin-y--1 {
  margin: var(--space-1) 0; }

.margin-top--1 {
  margin-top: var(--space-1); }

.margin-right--1 {
  margin-inline-end: var(--space-1); }

.margin-bottom--1 {
  margin-bottom: var(--space-1); }

.margin-left--1 {
  margin-inline-start: var(--space-1); }

.padding--2 {
  padding: var(--space-2); }

.padding-x--2 {
  padding: 0 var(--space-2); }

.padding-y--2 {
  padding: var(--space-2) 0; }

.padding-top--2 {
  padding-top: var(--space-2); }

.padding-right--2 {
  padding-inline-end: var(--space-2); }

.padding-bottom--2 {
  padding-bottom: var(--space-2); }

.padding-left--2 {
  padding-inline-start: var(--space-2); }

.margin--2 {
  margin: var(--space-2); }

.margin-x--2 {
  margin: 0 var(--space-2); }

.margin-y--2 {
  margin: var(--space-2) 0; }

.margin-top--2 {
  margin-top: var(--space-2); }

.margin-right--2 {
  margin-inline-end: var(--space-2); }

.margin-bottom--2 {
  margin-bottom: var(--space-2); }

.margin-left--2 {
  margin-inline-start: var(--space-2); }

.padding--3 {
  padding: var(--space-3); }

.padding-x--3 {
  padding: 0 var(--space-3); }

.padding-y--3 {
  padding: var(--space-3) 0; }

.padding-top--3 {
  padding-top: var(--space-3); }

.padding-right--3 {
  padding-inline-end: var(--space-3); }

.padding-bottom--3 {
  padding-bottom: var(--space-3); }

.padding-left--3 {
  padding-inline-start: var(--space-3); }

.margin--3 {
  margin: var(--space-3); }

.margin-x--3 {
  margin: 0 var(--space-3); }

.margin-y--3 {
  margin: var(--space-3) 0; }

.margin-top--3 {
  margin-top: var(--space-3); }

.margin-right--3 {
  margin-inline-end: var(--space-3); }

.margin-bottom--3 {
  margin-bottom: var(--space-3); }

.margin-left--3 {
  margin-inline-start: var(--space-3); }

.padding--4 {
  padding: var(--space-4); }

.padding-x--4 {
  padding: 0 var(--space-4); }

.padding-y--4 {
  padding: var(--space-4) 0; }

.padding-top--4 {
  padding-top: var(--space-4); }

.padding-right--4 {
  padding-inline-end: var(--space-4); }

.padding-bottom--4 {
  padding-bottom: var(--space-4); }

.padding-left--4 {
  padding-inline-start: var(--space-4); }

.margin--4 {
  margin: var(--space-4); }

.margin-x--4 {
  margin: 0 var(--space-4); }

.margin-y--4 {
  margin: var(--space-4) 0; }

.margin-top--4 {
  margin-top: var(--space-4); }

.margin-right--4 {
  margin-inline-end: var(--space-4); }

.margin-bottom--4 {
  margin-bottom: var(--space-4); }

.margin-left--4 {
  margin-inline-start: var(--space-4); }

.padding--5 {
  padding: var(--space-5); }

.padding-x--5 {
  padding: 0 var(--space-5); }

.padding-y--5 {
  padding: var(--space-5) 0; }

.padding-top--5 {
  padding-top: var(--space-5); }

.padding-right--5 {
  padding-inline-end: var(--space-5); }

.padding-bottom--5 {
  padding-bottom: var(--space-5); }

.padding-left--5 {
  padding-inline-start: var(--space-5); }

.margin--5 {
  margin: var(--space-5); }

.margin-x--5 {
  margin: 0 var(--space-5); }

.margin-y--5 {
  margin: var(--space-5) 0; }

.margin-top--5 {
  margin-top: var(--space-5); }

.margin-right--5 {
  margin-inline-end: var(--space-5); }

.margin-bottom--5 {
  margin-bottom: var(--space-5); }

.margin-left--5 {
  margin-inline-start: var(--space-5); }

.padding--6 {
  padding: var(--space-6); }

.padding-x--6 {
  padding: 0 var(--space-6); }

.padding-y--6 {
  padding: var(--space-6) 0; }

.padding-top--6 {
  padding-top: var(--space-6); }

.padding-right--6 {
  padding-inline-end: var(--space-6); }

.padding-bottom--6 {
  padding-bottom: var(--space-6); }

.padding-left--6 {
  padding-inline-start: var(--space-6); }

.margin--6 {
  margin: var(--space-6); }

.margin-x--6 {
  margin: 0 var(--space-6); }

.margin-y--6 {
  margin: var(--space-6) 0; }

.margin-top--6 {
  margin-top: var(--space-6); }

.margin-right--6 {
  margin-inline-end: var(--space-6); }

.margin-bottom--6 {
  margin-bottom: var(--space-6); }

.margin-left--6 {
  margin-inline-start: var(--space-6); }

.padding--8 {
  padding: var(--space-8); }

.padding-x--8 {
  padding: 0 var(--space-8); }

.padding-y--8 {
  padding: var(--space-8) 0; }

.padding-top--8 {
  padding-top: var(--space-8); }

.padding-right--8 {
  padding-inline-end: var(--space-8); }

.padding-bottom--8 {
  padding-bottom: var(--space-8); }

.padding-left--8 {
  padding-inline-start: var(--space-8); }

.margin--8 {
  margin: var(--space-8); }

.margin-x--8 {
  margin: 0 var(--space-8); }

.margin-y--8 {
  margin: var(--space-8) 0; }

.margin-top--8 {
  margin-top: var(--space-8); }

.margin-right--8 {
  margin-inline-end: var(--space-8); }

.margin-bottom--8 {
  margin-bottom: var(--space-8); }

.margin-left--8 {
  margin-inline-start: var(--space-8); }

.padding--10 {
  padding: var(--space-10); }

.padding-x--10 {
  padding: 0 var(--space-10); }

.padding-y--10 {
  padding: var(--space-10) 0; }

.padding-top--10 {
  padding-top: var(--space-10); }

.padding-right--10 {
  padding-inline-end: var(--space-10); }

.padding-bottom--10 {
  padding-bottom: var(--space-10); }

.padding-left--10 {
  padding-inline-start: var(--space-10); }

.margin--10 {
  margin: var(--space-10); }

.margin-x--10 {
  margin: 0 var(--space-10); }

.margin-y--10 {
  margin: var(--space-10) 0; }

.margin-top--10 {
  margin-top: var(--space-10); }

.margin-right--10 {
  margin-inline-end: var(--space-10); }

.margin-bottom--10 {
  margin-bottom: var(--space-10); }

.margin-left--10 {
  margin-inline-start: var(--space-10); }

.padding--12 {
  padding: var(--space-12); }

.padding-x--12 {
  padding: 0 var(--space-12); }

.padding-y--12 {
  padding: var(--space-12) 0; }

.padding-top--12 {
  padding-top: var(--space-12); }

.padding-right--12 {
  padding-inline-end: var(--space-12); }

.padding-bottom--12 {
  padding-bottom: var(--space-12); }

.padding-left--12 {
  padding-inline-start: var(--space-12); }

.margin--12 {
  margin: var(--space-12); }

.margin-x--12 {
  margin: 0 var(--space-12); }

.margin-y--12 {
  margin: var(--space-12) 0; }

.margin-top--12 {
  margin-top: var(--space-12); }

.margin-right--12 {
  margin-inline-end: var(--space-12); }

.margin-bottom--12 {
  margin-bottom: var(--space-12); }

.margin-left--12 {
  margin-inline-start: var(--space-12); }

.padding--16 {
  padding: var(--space-16); }

.padding-x--16 {
  padding: 0 var(--space-16); }

.padding-y--16 {
  padding: var(--space-16) 0; }

.padding-top--16 {
  padding-top: var(--space-16); }

.padding-right--16 {
  padding-inline-end: var(--space-16); }

.padding-bottom--16 {
  padding-bottom: var(--space-16); }

.padding-left--16 {
  padding-inline-start: var(--space-16); }

.margin--16 {
  margin: var(--space-16); }

.margin-x--16 {
  margin: 0 var(--space-16); }

.margin-y--16 {
  margin: var(--space-16) 0; }

.margin-top--16 {
  margin-top: var(--space-16); }

.margin-right--16 {
  margin-inline-end: var(--space-16); }

.margin-bottom--16 {
  margin-bottom: var(--space-16); }

.margin-left--16 {
  margin-inline-start: var(--space-16); }

.padding--20 {
  padding: var(--space-20); }

.padding-x--20 {
  padding: 0 var(--space-20); }

.padding-y--20 {
  padding: var(--space-20) 0; }

.padding-top--20 {
  padding-top: var(--space-20); }

.padding-right--20 {
  padding-inline-end: var(--space-20); }

.padding-bottom--20 {
  padding-bottom: var(--space-20); }

.padding-left--20 {
  padding-inline-start: var(--space-20); }

.margin--20 {
  margin: var(--space-20); }

.margin-x--20 {
  margin: 0 var(--space-20); }

.margin-y--20 {
  margin: var(--space-20) 0; }

.margin-top--20 {
  margin-top: var(--space-20); }

.margin-right--20 {
  margin-inline-end: var(--space-20); }

.margin-bottom--20 {
  margin-bottom: var(--space-20); }

.margin-left--20 {
  margin-inline-start: var(--space-20); }

.padding--24 {
  padding: var(--space-24); }

.padding-x--24 {
  padding: 0 var(--space-24); }

.padding-y--24 {
  padding: var(--space-24) 0; }

.padding-top--24 {
  padding-top: var(--space-24); }

.padding-right--24 {
  padding-inline-end: var(--space-24); }

.padding-bottom--24 {
  padding-bottom: var(--space-24); }

.padding-left--24 {
  padding-inline-start: var(--space-24); }

.margin--24 {
  margin: var(--space-24); }

.margin-x--24 {
  margin: 0 var(--space-24); }

.margin-y--24 {
  margin: var(--space-24) 0; }

.margin-top--24 {
  margin-top: var(--space-24); }

.margin-right--24 {
  margin-inline-end: var(--space-24); }

.margin-bottom--24 {
  margin-bottom: var(--space-24); }

.margin-left--24 {
  margin-inline-start: var(--space-24); }

.padding--32 {
  padding: var(--space-32); }

.padding-x--32 {
  padding: 0 var(--space-32); }

.padding-y--32 {
  padding: var(--space-32) 0; }

.padding-top--32 {
  padding-top: var(--space-32); }

.padding-right--32 {
  padding-inline-end: var(--space-32); }

.padding-bottom--32 {
  padding-bottom: var(--space-32); }

.padding-left--32 {
  padding-inline-start: var(--space-32); }

.margin--32 {
  margin: var(--space-32); }

.margin-x--32 {
  margin: 0 var(--space-32); }

.margin-y--32 {
  margin: var(--space-32) 0; }

.margin-top--32 {
  margin-top: var(--space-32); }

.margin-right--32 {
  margin-inline-end: var(--space-32); }

.margin-bottom--32 {
  margin-bottom: var(--space-32); }

.margin-left--32 {
  margin-inline-start: var(--space-32); }

.padding--40 {
  padding: var(--space-40); }

.padding-x--40 {
  padding: 0 var(--space-40); }

.padding-y--40 {
  padding: var(--space-40) 0; }

.padding-top--40 {
  padding-top: var(--space-40); }

.padding-right--40 {
  padding-inline-end: var(--space-40); }

.padding-bottom--40 {
  padding-bottom: var(--space-40); }

.padding-left--40 {
  padding-inline-start: var(--space-40); }

.margin--40 {
  margin: var(--space-40); }

.margin-x--40 {
  margin: 0 var(--space-40); }

.margin-y--40 {
  margin: var(--space-40) 0; }

.margin-top--40 {
  margin-top: var(--space-40); }

.margin-right--40 {
  margin-inline-end: var(--space-40); }

.margin-bottom--40 {
  margin-bottom: var(--space-40); }

.margin-left--40 {
  margin-inline-start: var(--space-40); }

.padding--48 {
  padding: var(--space-48); }

.padding-x--48 {
  padding: 0 var(--space-48); }

.padding-y--48 {
  padding: var(--space-48) 0; }

.padding-top--48 {
  padding-top: var(--space-48); }

.padding-right--48 {
  padding-inline-end: var(--space-48); }

.padding-bottom--48 {
  padding-bottom: var(--space-48); }

.padding-left--48 {
  padding-inline-start: var(--space-48); }

.margin--48 {
  margin: var(--space-48); }

.margin-x--48 {
  margin: 0 var(--space-48); }

.margin-y--48 {
  margin: var(--space-48) 0; }

.margin-top--48 {
  margin-top: var(--space-48); }

.margin-right--48 {
  margin-inline-end: var(--space-48); }

.margin-bottom--48 {
  margin-bottom: var(--space-48); }

.margin-left--48 {
  margin-inline-start: var(--space-48); }

.padding--56 {
  padding: var(--space-56); }

.padding-x--56 {
  padding: 0 var(--space-56); }

.padding-y--56 {
  padding: var(--space-56) 0; }

.padding-top--56 {
  padding-top: var(--space-56); }

.padding-right--56 {
  padding-inline-end: var(--space-56); }

.padding-bottom--56 {
  padding-bottom: var(--space-56); }

.padding-left--56 {
  padding-inline-start: var(--space-56); }

.margin--56 {
  margin: var(--space-56); }

.margin-x--56 {
  margin: 0 var(--space-56); }

.margin-y--56 {
  margin: var(--space-56) 0; }

.margin-top--56 {
  margin-top: var(--space-56); }

.margin-right--56 {
  margin-inline-end: var(--space-56); }

.margin-bottom--56 {
  margin-bottom: var(--space-56); }

.margin-left--56 {
  margin-inline-start: var(--space-56); }

.padding--64 {
  padding: var(--space-64); }

.padding-x--64 {
  padding: 0 var(--space-64); }

.padding-y--64 {
  padding: var(--space-64) 0; }

.padding-top--64 {
  padding-top: var(--space-64); }

.padding-right--64 {
  padding-inline-end: var(--space-64); }

.padding-bottom--64 {
  padding-bottom: var(--space-64); }

.padding-left--64 {
  padding-inline-start: var(--space-64); }

.margin--64 {
  margin: var(--space-64); }

.margin-x--64 {
  margin: 0 var(--space-64); }

.margin-y--64 {
  margin: var(--space-64) 0; }

.margin-top--64 {
  margin-top: var(--space-64); }

.margin-right--64 {
  margin-inline-end: var(--space-64); }

.margin-bottom--64 {
  margin-bottom: var(--space-64); }

.margin-left--64 {
  margin-inline-start: var(--space-64); }

.btn-animated-background-icon-dark {
  background-color: #ffffff;
  color: #4c4c4c;
  display: inline-block;
  padding: 0.75rem 1.35rem;
  width: auto;
  margin: 0 0 10px 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  transition: all .25s ease-in-out;
  border: 1px solid var(--theme-color); }
  .btn-animated-background-icon-dark[href*="esri.com"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .btn-animated-background-icon-dark:not([href*="esri.com"])::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
  .btn-animated-background-icon-dark[href$=".pdf"]::after, .btn-animated-background-icon-dark[href$=".doc"]::after, .btn-animated-background-icon-dark[href$=".zip"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .btn-animated-background-icon-dark[href^="/"]::after, .btn-animated-background-icon-dark[href^=".."]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .btn-animated-background-icon-dark[href$=".mp4"]::after, .btn-animated-background-icon-dark[href$=".mov"]::after, .btn-animated-background-icon-dark[href^="https://www.esri.com/videos/"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  .btn-animated-background-icon-dark[href*="tel:"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .btn-animated-background-icon-dark:hover, .btn-animated-background-icon-dark:focus {
    text-decoration: none;
    background-color: var(--theme-color);
    color: #ffffff; }
    .btn-animated-background-icon-dark:hover[href*="esri.com"]::after, .btn-animated-background-icon-dark:focus[href*="esri.com"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .btn-animated-background-icon-dark:hover:not([href*="esri.com"])::after, .btn-animated-background-icon-dark:focus:not([href*="esri.com"])::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .btn-animated-background-icon-dark:hover[href$=".pdf"]::after, .btn-animated-background-icon-dark:hover[href$=".doc"]::after, .btn-animated-background-icon-dark:hover[href$=".zip"]::after, .btn-animated-background-icon-dark:focus[href$=".pdf"]::after, .btn-animated-background-icon-dark:focus[href$=".doc"]::after, .btn-animated-background-icon-dark:focus[href$=".zip"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .btn-animated-background-icon-dark:hover[href^="/"]::after, .btn-animated-background-icon-dark:hover[href^=".."]::after, .btn-animated-background-icon-dark:focus[href^="/"]::after, .btn-animated-background-icon-dark:focus[href^=".."]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .btn-animated-background-icon-dark:hover[href$=".mp4"]::after, .btn-animated-background-icon-dark:hover[href$=".mov"]::after, .btn-animated-background-icon-dark:hover[href^="https://www.esri.com/videos/"]::after, .btn-animated-background-icon-dark:focus[href$=".mp4"]::after, .btn-animated-background-icon-dark:focus[href$=".mov"]::after, .btn-animated-background-icon-dark:focus[href^="https://www.esri.com/videos/"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .btn-animated-background-icon-dark:hover[href*="tel:"]::after, .btn-animated-background-icon-dark:focus[href*="tel:"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .btn-animated-background-icon-dark:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 13px;
    transition: all .25s ease-in-out;
    width: 13px;
    display: inline-block;
    margin-left: 5px; }
  html[dir="rtl"] .btn-animated-background-icon-dark {
    margin: 0 0 10px 10px; }
    html[dir="rtl"] .btn-animated-background-icon-dark:after {
      transform: scaleX(-1);
      margin-right: 6px;
      margin-left: 0; }
    html[dir="rtl"] .btn-animated-background-icon-dark[href$=".mp4"]::after, html[dir="rtl"] .btn-animated-background-icon-dark[href$=".mov"]::after, html[dir="rtl"] .btn-animated-background-icon-dark[href^="https://www.esri.com/videos/"]::after {
      transform: none; }
  .btn-animated-background-icon-dark.internal:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .btn-animated-background-icon-dark.internal:hover:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }

.btn-animated-background-icon-light {
  background-color: #000000;
  color: #ffffff;
  display: inline-block;
  padding: 0.75rem 1.35rem;
  width: auto;
  margin: 0 0 10px 0;
  font-size: 0.9375rem;
  line-height: 1.5;
  transition: all .25s ease-in-out;
  border: 1px solid var(--theme-color); }
  .btn-animated-background-icon-light[href*="esri.com"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .btn-animated-background-icon-light:not([href*="esri.com"])::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
  .btn-animated-background-icon-light[href$=".pdf"]::after, .btn-animated-background-icon-light[href$=".doc"]::after, .btn-animated-background-icon-light[href$=".zip"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .btn-animated-background-icon-light[href^="/"]::after, .btn-animated-background-icon-light[href^=".."]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .btn-animated-background-icon-light[href$=".mp4"]::after, .btn-animated-background-icon-light[href$=".mov"]::after, .btn-animated-background-icon-light[href^="https://www.esri.com/videos/"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  .btn-animated-background-icon-light[href*="tel:"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .btn-animated-background-icon-light:hover, .btn-animated-background-icon-light:focus {
    text-decoration: none;
    background-color: var(--theme-color);
    color: #ffffff; }
    .btn-animated-background-icon-light:hover[href*="esri.com"]::after, .btn-animated-background-icon-light:focus[href*="esri.com"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .btn-animated-background-icon-light:hover:not([href*="esri.com"])::after, .btn-animated-background-icon-light:focus:not([href*="esri.com"])::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .btn-animated-background-icon-light:hover[href$=".pdf"]::after, .btn-animated-background-icon-light:hover[href$=".doc"]::after, .btn-animated-background-icon-light:hover[href$=".zip"]::after, .btn-animated-background-icon-light:focus[href$=".pdf"]::after, .btn-animated-background-icon-light:focus[href$=".doc"]::after, .btn-animated-background-icon-light:focus[href$=".zip"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .btn-animated-background-icon-light:hover[href^="/"]::after, .btn-animated-background-icon-light:hover[href^=".."]::after, .btn-animated-background-icon-light:focus[href^="/"]::after, .btn-animated-background-icon-light:focus[href^=".."]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .btn-animated-background-icon-light:hover[href$=".mp4"]::after, .btn-animated-background-icon-light:hover[href$=".mov"]::after, .btn-animated-background-icon-light:hover[href^="https://www.esri.com/videos/"]::after, .btn-animated-background-icon-light:focus[href$=".mp4"]::after, .btn-animated-background-icon-light:focus[href$=".mov"]::after, .btn-animated-background-icon-light:focus[href^="https://www.esri.com/videos/"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .btn-animated-background-icon-light:hover[href*="tel:"]::after, .btn-animated-background-icon-light:focus[href*="tel:"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .btn-animated-background-icon-light:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 13px;
    transition: all .25s ease-in-out;
    width: 13px;
    display: inline-block;
    margin-left: 5px; }
  html[dir="rtl"] .btn-animated-background-icon-light {
    margin: 0 0 10px 10px; }
    html[dir="rtl"] .btn-animated-background-icon-light:after {
      transform: scaleX(-1);
      margin-right: 6px;
      margin-left: 0; }
    html[dir="rtl"] .btn-animated-background-icon-light[href$=".mp4"]::after, html[dir="rtl"] .btn-animated-background-icon-light[href$=".mov"]::after, html[dir="rtl"] .btn-animated-background-icon-light[href^="https://www.esri.com/videos/"]::after {
      transform: none; }
  .btn-animated-background-icon-light.internal:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .btn-animated-background-icon-light.internal:hover:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }

.button-playvideo {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: all .25s ease-out; }
  .button-playvideo:after {
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    left: 52.5%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0; }
  .button-playvideo.button-playvideo72 {
    width: 72px;
    height: 72px; }

.lighttheme .button-playvideo {
  background: rgba(53, 53, 53, 0.9); }
  .lighttheme .button-playvideo:after {
    border-left: 10px solid white; }
    .lighttheme .button-playvideo:after:hover {
      border-left: 9px solid white; }
  .lighttheme .button-playvideo:hover {
    background: #0079c1; }
  .lighttheme .button-playvideo.button-playvideo72:after {
    border-left: 13px solid white;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; }

.darktheme .button-playvideo {
  background: rgba(255, 255, 255, 0.9); }
  .darktheme .button-playvideo:after {
    border-left: 10px solid #000000; }
    .darktheme .button-playvideo:after:hover {
      border-left: 9px solid #000000; }
  .darktheme .button-playvideo:hover {
    background: #0079c1; }
    .darktheme .button-playvideo:hover:after {
      border-left: 10px solid white; }
  .darktheme .button-playvideo.button-playvideo72:hover {
    background: #0079c1; }
    .darktheme .button-playvideo.button-playvideo72:hover:after {
      border-left: 13px solid white; }
  .darktheme .button-playvideo.button-playvideo72:after {
    border-left: 13px solid #000000;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent; }

.btn-clear, .btn-nobg {
  background: none; }

.btn {
  position: relative;
  transition: all .25s ease-in-out;
  text-align: center; }
  .btn.btn-black {
    background: #4c4c4c;
    border: thin solid #4c4c4c; }
    .btn.btn-black:hover {
      background: #000;
      border: thin solid #000; }
  .btn.btn-white {
    background: rgba(255, 255, 255, 0.9);
    border: none; }
    .btn.btn-white:hover {
      background: white;
      border: none; }
  .btn.btn-blue {
    background: #56a5d8;
    border: none;
    color: #000000; }
    .btn.btn-blue:hover {
      background: #bcdaed;
      border: none;
      color: #000000; }
  .btn-hero {
    padding: 25px 0;
    transition: all .25s ease-in-out;
    width: 250px; }
  .btn-hero-black {
    background: #4c4c4c;
    border: none;
    padding: 25px 0;
    transition: all .25s ease-in-out;
    width: 250px; }
    .btn-hero-black:hover {
      background: #000; }
  .btn-hero-white {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    color: #000000;
    padding: 25px 0;
    transition: all .25s ease-in-out;
    width: 250px; }
    .btn-hero-white:hover {
      background: white;
      color: #000000; }
  .btn-hero-blue {
    background: #56a5d8;
    border: none;
    color: #000000;
    padding: 25px 0;
    transition: all .25s ease-in-out;
    width: 250px; }
    .btn-hero-blue:hover {
      background: #bcdaed;
      color: #000000; }
  .btn-animated-border {
    background: transparent;
    color: #0079c1;
    transition: all .15s ease-in-out; }
    .btn-animated-border:hover {
      background: transparent;
      box-shadow: inset 0 0 0 2px #005e95;
      color: #005e95; }
    .btn-animated-border.btn-small:hover {
      box-shadow: inset 0 0 0 2px #005e95; }
  .btn-animated-border-black {
    background: transparent;
    border: thin solid #4c4c4c;
    color: #000000;
    transition: all .25s ease-in-out; }
    .btn-animated-border-black:hover {
      background: transparent;
      box-shadow: inset 0 0 0 2px #4c4c4c;
      color: #4c4c4c;
      border: thin solid #4c4c4c; }
    .btn-animated-border-black.btn-small-black:hover {
      box-shadow: inset 0 0 0 2px #4c4c4c; }
  .btn-animated-border-white {
    background: transparent;
    border: thin solid #ffffff;
    color: #ffffff;
    transition: all .15s ease-in-out; }
    .btn-animated-border-white:hover {
      background: transparent;
      box-shadow: inset 0 0 0 2px #ffffff;
      color: #ffffff;
      border: thin solid #ffffff; }
    .btn-animated-border-white.btn-small-white:hover {
      box-shadow: inset 0 0 0 2px #ffffff; }
  .btn-animated-border-blue {
    background: transparent;
    border: thin solid #56a5d8;
    color: #56a5d8;
    transition: all .15s ease-in-out; }
    .btn-animated-border-blue:hover {
      background: transparent;
      box-shadow: inset 0 0 0 2px #56a5d8;
      color: #56a5d8;
      border: thin solid #56a5d8; }
    .btn-animated-border-blue.btn-small-blue:hover {
      box-shadow: inset 0 0 0 2px #56a5d8; }
  .btn-animated-border-bottom {
    background: transparent;
    color: #0079c1;
    border: none; }
    .btn-animated-border-bottom::after {
      content: "";
      border-bottom: 1px solid #005e95;
      width: 0%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0;
      transition: all .15s ease-in-out; }
    .btn-animated-border-bottom:hover {
      background: transparent;
      color: #005e95; }
      .btn-animated-border-bottom:hover::after {
        content: "";
        width: 100%; }
  .btn-animated-border-bottom-black {
    background: transparent;
    color: #000;
    border: none; }
    .btn-animated-border-bottom-black::after {
      content: "";
      border-bottom: 1px solid #4c4c4c;
      width: 0%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0;
      transition: all .15s ease-in-out; }
    .btn-animated-border-bottom-black:hover {
      background: transparent;
      color: #000; }
      .btn-animated-border-bottom-black:hover::after {
        content: "";
        width: 100%; }
  .btn-animated-border-bottom-white {
    background: transparent;
    color: #ffffff;
    border: none; }
    .btn-animated-border-bottom-white::after {
      content: "";
      border-bottom: 1px solid #ffffff;
      width: 0%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0;
      transition: all .15s ease-in-out; }
    .btn-animated-border-bottom-white:hover {
      background: transparent;
      color: #fff; }
      .btn-animated-border-bottom-white:hover::after {
        content: "";
        width: 100%; }
  .btn-animated-border-bottom-blue {
    background: transparent;
    color: #0079c1;
    border: none; }
    .btn-animated-border-bottom-blue::after {
      content: "";
      border-bottom: 1px solid #0079c1;
      width: 0%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0;
      transition: all .15s ease-in-out; }
    .btn-animated-border-bottom-blue:hover {
      background: transparent;
      color: #0079c1; }
      .btn-animated-border-bottom-blue:hover::after {
        content: "";
        width: 100%; }
  .btn-animated-border-bottom-custom-light-blue {
    background: transparent;
    color: #49b0f2;
    border: none; }
    .btn-animated-border-bottom-custom-light-blue::after {
      content: "";
      border-bottom: 1px solid #49b0f2;
      width: 0%;
      height: 1px;
      position: absolute;
      left: 0;
      bottom: 0;
      transition: all .15s ease-in-out; }
    .btn-animated-border-bottom-custom-light-blue:hover {
      background: transparent;
      color: #74c6ff; }
      .btn-animated-border-bottom-custom-light-blue:hover::after {
        content: "";
        width: 100%; }
  .btn-animated-border-all {
    border: thin solid #cccccc;
    color: #595959;
    display: block;
    float: left;
    font-size: 0.85rem;
    line-height: 1.2;
    text-align: center;
    margin-top: -1px;
    margin-left: -1px;
    padding: 20px 50px;
    position: relative;
    overflow: hidden;
    z-index: 10; }
    .btn-animated-border-all::before, .btn-animated-border-all::after {
      content: '';
      position: absolute;
      width: 0;
      height: 0;
      transition: all .20s ease-in-out; }
    .btn-animated-border-all::before {
      left: 0px;
      top: 0px;
      border-top: thin solid transparent;
      border-left: thin solid transparent; }
    .btn-animated-border-all::after {
      right: 0px;
      bottom: 0px;
      border-right: thin solid transparent;
      border-bottom: thin solid transparent; }
    .btn-animated-border-all:hover {
      border: solid 1px #56a5d8; }
      .btn-animated-border-all:hover .right-arrow-blue {
        fill: #0079c1;
        opacity: 1;
        visibility: visible;
        margin-left: 5px; }
    .btn-animated-border-all .right-arrow-blue {
      width: 12px;
      height: 12px;
      display: inline-block;
      margin-left: -5px;
      fill: #0079c1;
      visibility: hidden;
      opacity: 0;
      transition: visibility .4s, opacity 0.4s linear, all .5s ease-in-out; }

.play-video {
  background: rgba(50, 50, 50, 0.9);
  border-radius: 100%;
  height: 50px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  z-index: 5;
  transition: all .25s ease-out; }
  .play-video:after {
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid white;
    left: 52.5%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0; }
    .play-video:after:hover {
      border-left: 9px solid #ffffff; }
  .play-video:hover {
    background: #0079c1; }

.co3-background-scroll-lock {
  overflow: hidden;
  height: 100%; }

.co3-modal {
  background: var(--esri-ui-opacity80-inverse);
  height: 100%;
  width: 100vw;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000; }
  .co3-modal-box {
    height: 80%;
    width: 85%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%); }
    @media (min-width: 1024px) {
      .co3-modal-box {
        width: 65%;
        height: calc(90% / 16 * 10);
        max-height: 56.25%; } }
    @media (min-width: 768px) {
      .co3-modal-box.pardot-form {
        width: 65%;
        height: 55%; } }
    @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
      .co3-modal-box.pardot-form {
        width: 75%;
        height: 35%; } }
    @media (min-width: 1440px) {
      .co3-modal-box.pardot-form {
        height: 45%;
        max-width: 700px;
        min-height: 400px;
        max-height: 400px; } }
    .co3-modal-box .loader {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, 50%); }
    .co3-modal-box .icon-ui-close {
      background: var(--calcite-ui-text-1);
      border-radius: 100%;
      font-size: 20px;
      width: 50px;
      height: 50px;
      position: absolute;
      inset-inline-end: -17px;
      inset-block-start: -17px;
      z-index: 10;
      transition: all .15s ease-in-out;
      text-align: center; }
      .co3-modal-box .icon-ui-close::before {
        padding: 0;
        line-height: 50px; }
      .co3-modal-box .icon-ui-close:hover {
        background: var(--calcite-ui-brand);
        color: var(--calcite-ui-text-1);
        cursor: pointer; }
  .co3-modal .iframe-container {
    background: transparent;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    width: 100%;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
  .co3-modal .iframe-container iframe {
    border: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

main:focus {
  outline: none; }

html[lang="vi-vn"] body * {
  font-family: arial !important; }

.hide-in-preview, .aem-AuthorLayer-Preview .hide-in-preview {
  display: none !important; }

.aem-AuthorLayer-Edit .hide-in-preview {
  display: inline-block !important; }

.aem-AuthorLayer-Edit .new.section {
  clear: both; }

.modal-overlay:not(.is-active) {
  position: fixed;
  left: 100%;
  top: 100%; }

html[dir="rtl"] [class^="icon-ui-"]:before, html[dir="rtl"] [class*=" icon-ui-"]:before {
  padding-left: 0;
  padding-right: 7px; }

b, strong {
  font-weight: 700; }

.btn {
  white-space: initial; }

.richtext-container ul, .richtext-container ol {
  width: 100%;
  padding-inline-start: 1.2em; }

.richtext-container b, .richtext-container strong {
  font-weight: 700; }

.richtext-container [style='text-align: left;'] {
  text-align: start !important; }

.richtext-container [style='text-align: right;'] {
  text-align: end !important; }

.text.parbase ul, .text.parbase ol {
  padding-inline-start: 1.2em; }

.icon-ui-svg,
.icons-ui-svg {
  fill: var(--theme-color);
  max-height: 64px;
  max-width: 64px; }
  .icon-ui-svg--base,
  .icons-ui-svg--base {
    fill: var(--theme-color); }

hr {
  margin: var(--space-4) 0; }
  hr.separator {
    border-top: none;
    width: 40px;
    height: 2px;
    background-color: var(--theme-color); }
    @media (min-width: 72em) {
      hr.separator {
        width: 50px;
        height: 3px; } }
    hr.separator--thin {
      height: 1px;
      background-color: var(--calcite-ui-text-1); }
  hr.separator--bw {
    --theme-color: var(--calcite-ui-text-1); }
  hr.center {
    margin-left: auto;
    margin-right: auto; }
  hr.full-width {
    width: 100%;
    background: none;
    border-top: 1px solid var(--calcite-ui-border-1); }

.esri-font--3, .esri-font--2, .esri-font--1, .esri-font-0, .esri-font-1,
.esri-font-2, .esri-font-3, .esri-font-4, .esri-font-5, .esri-font-6, .esri-font-7,
.esri-font-8 {
  font-family: "Avenir Regular", "Avenir", "Helvetica Neue", sans-serif; }

h2.esri-font-0, h2.esri-font-1, h2.esri-font-2, h2.esri-font-3, h2.esri-font-4, h2.esri-font-5, h2.esri-font-6, h2.esri-font-7, h2.esri-font-8, h3.esri-font-0, h3.esri-font-1, h3.esri-font-2, h3.esri-font-3, h3.esri-font-4, h3.esri-font-5, h3.esri-font-6, h3.esri-font-7, h3.esri-font-8, h4.esri-font-0, h4.esri-font-1, h4.esri-font-2, h4.esri-font-3, h4.esri-font-4, h4.esri-font-5, h4.esri-font-6, h4.esri-font-7, h4.esri-font-8, h5.esri-font-0, h5.esri-font-1, h5.esri-font-2, h5.esri-font-3, h5.esri-font-4, h5.esri-font-5, h5.esri-font-6, h5.esri-font-7, h5.esri-font-8, h6.esri-font-0, h6.esri-font-1, h6.esri-font-2, h6.esri-font-3, h6.esri-font-4, h6.esri-font-5, h6.esri-font-6, h6.esri-font-7, h6.esri-font-8 {
  margin: 0 0 0.6rem 0; }

code {
  color: var(--calcite-ui-text-2);
  background-color: var(--esri-ui-opacity85-inverse);
  padding: 0 .2rem; }

p.esri-font--3 {
  margin: 0 0 0.5rem 0; }

p.esri-font--2, p.esri-font--1, p.esri-font-0, p.esri-font-1, p.esri-font-2 {
  margin: 0 0 0.8rem 0; }

p.esri-font-3 {
  margin: 0 0 1rem 0; }

.esri-font--3, .esri-font--2, .esri-font--1, .esri-font-0, .esri-font-1,
.esri-font-2 {
  line-height: 1.35; }

.esri-font-3, .esri-font-4, .esri-font-5, .esri-font-6, .esri-font-7,
.esri-font-8 {
  line-height: 1.25; }

.esri-font--3 {
  font-size: 0.625rem; }

.esri-font--2 {
  font-size: 0.625rem; }
  @media screen and (min-width: 1024px) {
    .esri-font--2 {
      font-size: 0.75rem; } }

.esri-font--1 {
  font-size: 0.75rem; }
  @media screen and (min-width: 1024px) {
    .esri-font--1 {
      font-size: 0.875rem; } }

.esri-font-0 {
  font-size: 0.875rem; }
  @media screen and (min-width: 1024px) {
    .esri-font-0 {
      font-size: 1rem; } }

.esri-font-1 {
  font-size: 1rem; }
  @media screen and (min-width: 915px) {
    .esri-font-1 {
      font-size: 1.75vw; } }
  @media screen and (min-width: 1024px) {
    .esri-font-1 {
      font-size: 1.125rem; } }

.esri-font-2 {
  font-size: 1.125rem; }
  @media screen and (min-width: 924px) {
    .esri-font-2 {
      font-size: 1.95vw; } }
  @media screen and (min-width: 1024px) {
    .esri-font-2 {
      font-size: 1.25rem; } }

.esri-font-3 {
  font-size: 1.25rem; }
  @media screen and (min-width: 787px) {
    .esri-font-3 {
      font-size: 2.54vw; } }
  @media screen and (min-width: 1024px) {
    .esri-font-3 {
      font-size: 1.625rem; } }

.esri-font-4 {
  font-size: 1.625rem; }
  @media screen and (min-width: 829px) {
    .esri-font-4 {
      font-size: 3.13vw; } }
  @media screen and (min-width: 1024px) {
    .esri-font-4 {
      font-size: 2rem; } }

.esri-font-5 {
  font-size: 1.625rem; }
  @media screen and (min-width: 667px) {
    .esri-font-5 {
      font-size: 3.9vw; } }
  @media screen and (min-width: 1024px) {
    .esri-font-5 {
      font-size: 2.5rem; } }

.esri-font-6 {
  font-size: 2rem; }
  @media screen and (min-width: 695px) {
    .esri-font-6 {
      font-size: 4.6vw; } }
  @media screen and (min-width: 1024px) {
    .esri-font-6 {
      font-size: 3rem; } }

.esri-font-7 {
  font-size: 2.5rem; }
  @media screen and (min-width: 740px) {
    .esri-font-7 {
      font-size: 5.4vw; } }
  @media screen and (min-width: 1024px) {
    .esri-font-7 {
      font-size: 3.5rem; } }

.esri-font-8 {
  font-size: 2.5rem; }
  @media screen and (min-width: 740px) {
    .esri-font-8 {
      font-size: 6.25vw; } }
  @media screen and (min-width: 1024px) {
    .esri-font-8 {
      font-size: 4rem; } }

.esri-font-medium {
  font-family: "Avenir Medium", "Avenir", "Helvetica Neue", sans-serif; }

.esri-font-demi,
.esri-font-superbold {
  font-weight: var(--calcite-font-weight-bold); }

.search-results--card {
  padding: var(--space-6);
  border: solid 1px var(--calcite-ui-border-1);
  background: var(--calcite-ui-foreground-2);
  width: fit-content; }
  .search-results--card-logo {
    display: flex;
    align-items: center;
    padding: var(--space-4) 0; }
    .search-results--card-logo img {
      max-height: 48px; }
    .search-results--card-logo p {
      margin: 0 var(--space-2);
      font-weight: var(--calcite-font-weight-bold); }
  .search-results--card p {
    color: var(--calcite-ui-text-3);
    font-size: var(--font--1); }
  .search-results--card h2, .search-results--card h3 {
    color: var(--calcite-ui-text-2);
    font-size: var(--font-0); }
  .search-results--card a, .search-results--card calcite-link {
    display: block;
    padding-bottom: var(--space-2);
    font-size: var(--font--1); }

.test-container {
  justify-content: space-evenly; }
  @media (min-width: 48em) {
    .test-container {
      justify-content: space-between; } }

.test-cards {
  border: 1px solid var(--calcite-ui-border-1);
  flex: auto; }
  @media (min-width: 48em) {
    .test-cards {
      flex-basis: calc(50% - 1rem);
      max-width: calc(50% - 1rem); } }
  @media (min-width: 72em) {
    .test-cards {
      flex-basis: calc(33% - 1rem); } }

.guardrails {
  display: flex;
  flex-direction: columns; }
  .guardrails .padding-left-20 {
    padding-left: 20px; }
  .guardrails .light-mode,
  .guardrails .dark-mode {
    flex: 1 1 50%;
    padding: 20px 0; }
    .guardrails .light-mode hr,
    .guardrails .dark-mode hr {
      margin: 0; }
    .guardrails .light-mode p,
    .guardrails .dark-mode p {
      width: 75%; }
  .guardrails section {
    border-top: 1px solid #949494; }
    .guardrails section .round {
      border-radius: 100%;
      width: 30px;
      height: 30px; }
    .guardrails section .gradient-bar {
      height: 15px;
      width: 75%; }
    .guardrails section .border {
      border-collapse: collapse; }
      .guardrails section .border td {
        border: dotted 1px #cacaca;
        height: 140px;
        width: 140px; }
  .guardrails .text-defaults table {
    border-collapse: collapse; }
    .guardrails .text-defaults table td {
      min-width: 60px; }
  .guardrails .dark-mode-content {
    padding-left: 30px; }
  .guardrails .dark-mode .border td:hover {
    border: solid 1px var(--calcite-ui-brand);
    cursor: pointer; }
  .guardrails .light-mode .border td:hover {
    border: solid 1px var(--calcite-ui-brand);
    cursor: pointer; }

.foundations .vertical-bar {
  width: 20px; }
  .foundations .vertical-bar-circle {
    border-radius: 100%;
    background: var(--calcite-ui-text-1);
    height: 10px;
    width: 10px; }

.foundations .inline-block {
  min-width: 100px;
  min-height: 100px; }

.foundations td:nth-of-type(6n) {
  background-color: var(--theme-color); }

.foundations .horizontal-bar {
  height: 38px;
  background-color: var(--calcite-ui-background); }
  .foundations .horizontal-bar-circle {
    border-radius: 100%;
    background: var(--calcite-ui-text-1);
    height: 10px;
    width: 10px; }

.foundations table {
  font-size: 1rem;
  line-height: 1.75;
  width: 100%;
  background-color: var(--calcite-ui-background);
  border: 1px solid var(--calcite-ui-border-1); }
  .foundations table tr {
    border-bottom: 1px solid var(--calcite-ui-border-1); }
  .foundations table td,
  .foundations table th {
    vertical-align: top;
    min-width: 200px;
    text-align: left; }

.foundations .flex {
  flex-wrap: wrap; }

.foundations .flex-50 {
  flex: 1 1 100%; }
  @media (min-width: 48em) {
    .foundations .flex-50 {
      flex: 1 1 50%; } }

.foundations .flex-33 {
  flex: 1 1 100%; }
  @media (min-width: 48em) {
    .foundations .flex-33 {
      flex: 1 1 50%; } }
  @media (min-width: 72em) {
    .foundations .flex-33 {
      flex: 1 1 33%; } }

.marginbottom50px {
  margin-bottom: 50px; }

.grid-container.hero-1, .grid-container.hero-2 {
  width: 100%; }

.shopping-card-container {
  display: flex;
  flex-wrap: wrap;
  width: 100%; }
  .shopping-card-container .headercontainer {
    width: 100%;
    padding: 0 20px 0 8px; }
    .shopping-card-container .headercontainer .headertitle {
      margin-bottom: 0; }
    .shopping-card-container .headercontainer .description {
      margin: 0;
      margin-bottom: 50px;
      width: 80%; }
  .shopping-card-container .ctacontainer {
    width: 100%;
    display: flex; }
    .shopping-card-container .ctacontainer .cta {
      margin-top: 60px;
      margin-left: auto;
      margin-right: auto; }
      .shopping-card-container .ctacontainer .cta .simplecta {
        transition: all .25s ease-out; }
        .shopping-card-container .ctacontainer .cta .simplecta:hover {
          transition: all .25s ease-out; }
      .shopping-card-container .ctacontainer .cta .right-arrow-blue {
        width: 12px;
        height: 12px;
        display: inline-block;
        margin-left: 5px; }
  .shopping-card-container--leftAligned {
    justify-content: flex-start; }
    .shopping-card-container--leftAligned .headercontainer hr {
      text-align: left; }
    .shopping-card-container--leftAligned .ctacontainer .cta {
      margin-left: 8px; }
  .shopping-card-container--centered {
    justify-content: center; }
    .shopping-card-container--centered .headercontainer .headertitle {
      text-align: center; }
    .shopping-card-container--centered .headercontainer hr {
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 20px; }
    .shopping-card-container--centered .headercontainer .description {
      margin: 0 auto;
      margin-bottom: 50px;
      text-align: center; }
  .shopping-card-container.lighttheme .headercontainer .headertitle {
    color: #323232; }
  .shopping-card-container.lighttheme .headercontainer .description {
    color: #4c4c4c; }
  .shopping-card-container.lighttheme .cta .right-arrow-blue {
    fill: #fff; }
  .shopping-card-container.darktheme .headercontainer .headertitle {
    color: #fff; }
  .shopping-card-container.darktheme .headercontainer .description {
    color: #ccc; }
  .shopping-card-container.darktheme .cta .right-arrow-blue {
    fill: #fff; }
  .shopping-card-container .block {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex; }
    .shopping-card-container .block > div {
      margin: 8px; }
  @media (min-width: 768px) {
    .shopping-card-container .block {
      width: 50%; } }
  @media (min-width: 1024px) {
    .shopping-card-container.cardsPerRow-1 .block {
      width: 100%; } }
  @media (min-width: 1024px) {
    .shopping-card-container.cardsPerRow-3 .block {
      width: 33.3334%; } }
  @media (min-width: 1024px) {
    .shopping-card-container.cardsPerRow-4 .block {
      width: 25%; }
    .shopping-card-container.cardsPerRow-4.hero-1 .block:nth-child(2) {
      width: 50%; }
    .shopping-card-container.cardsPerRow-4.hero-2 .block:nth-child(2), .shopping-card-container.cardsPerRow-4.hero-2 .block:nth-child(3) {
      width: 50%; } }
  @media (min-width: 1024px) {
    .shopping-card-container.cardsPerRow-5 .block {
      width: 20%; } }
  @media (min-width: 1024px) {
    .shopping-card-container.cardsPerRow-6 .block {
      width: 16.6667%; } }
  .shopping-card-container .cards-list-container, .shopping-card-container .cards-standard-container, .shopping-card-container .text-link-stack-image, .shopping-card-container .cards-editorial.small-card {
    width: 100%; }
  .shopping-card-container .cards-simple {
    width: 100%;
    display: flex; }

.expertctacontainer {
  text-align: center; }
  .expertctacontainer .estText {
    margin-right: 20px;
    font-size: 1.414rem;
    line-height: 1.55rem; }
    @media screen and (max-width: 71em) {
      .expertctacontainer .estText {
        font-size: 1.33rem; } }
    @media screen and (max-width: 47em) {
      .expertctacontainer .estText {
        font-size: 1.25rem; } }
    .expertctacontainer .estText .totalCount {
      font-weight: 600; }

html[dir="rtl"] .shopping-card-container .cta .right-arrow-blue {
  transform: rotate(180deg);
  margin-right: 5px;
  margin-left: 0; }

html[dir="rtl"] .shopping-card-container--leftAligned .headercontainer hr.separator {
  margin-right: 0; }

.calcite-container {
  background: var(--calcite-ui-background);
  color: var(--calcite-ui-text-1); }
  .calcite-container.browser-width-90 .grid-container {
    width: 100%;
    margin-top: 0;
    max-width: 100vw; }
    .calcite-container.browser-width-90 .grid-container .video-background {
      padding-top: 0; }
  .calcite-container.browser-width-75 {
    position: relative; }
    .calcite-container.browser-width-75 .grid-container {
      width: 100%;
      margin-top: 0;
      max-width: 100vw; }
      .calcite-container.browser-width-75 .grid-container .video-background {
        padding-top: 0; }
  @media screen and (min-width: 1024px) {
    .calcite-container.browser-width-90 {
      display: block; }
      .calcite-container.browser-width-90 .grid-container {
        width: 96%;
        margin-top: -225px; }
    .calcite-container.browser-width-75 div[class*="padding-trailer"] .grid-container {
      width: 90%;
      margin-top: -75px; } }
  @media screen and (min-width: 1280px) {
    .calcite-container.browser-width-90 {
      display: block; }
      .calcite-container.browser-width-90 .grid-container {
        margin-top: -240px; }
    .calcite-container.browser-width-75 div[class*="padding-trailer"] .grid-container {
      margin-top: -100px; } }
  @media screen and (min-width: 1440px) {
    .calcite-container.browser-width-90 .grid-container {
      margin-top: -300px; }
    .calcite-container.browser-width-75 div[class*="padding-trailer"] .grid-container {
      margin-top: -150px; } }
  @media screen and (min-width: 1920px) {
    .calcite-container.browser-width-90 .grid-container {
      width: 90%;
      margin-top: -300px; } }
  .calcite-container.vertical-center .grid-container {
    display: flex;
    align-items: center;
    flex-direction: column; }
    @media screen and (min-width: 860px) {
      .calcite-container.vertical-center .grid-container {
        flex-direction: row; } }
  .calcite-container.centered-text .esri-text {
    text-align: center; }
    .calcite-container.centered-text .esri-text hr.separator {
      margin-left: auto;
      margin-right: auto; }
  .calcite-container.centered-text .pardot-forms {
    margin-top: 40px; }

.columnsystem-lighttheme .pardot-forms, .columnsystem-lighttheme .one-form .one-form, .columnsystem-lighttheme .one-form-custom-form .one-form, .columnsystem-darktheme .pardot-forms, .columnsystem-darktheme .one-form .one-form, .columnsystem-darktheme .one-form-custom-form .one-form {
  padding: var(--space-3) var(--space-4); }
  @media (min-width: 768px) {
    .columnsystem-lighttheme .pardot-forms, .columnsystem-lighttheme .one-form .one-form, .columnsystem-lighttheme .one-form-custom-form .one-form, .columnsystem-darktheme .pardot-forms, .columnsystem-darktheme .one-form .one-form, .columnsystem-darktheme .one-form-custom-form .one-form {
      padding: var(--space-3) var(--space-8); } }

.columnsystem-lighttheme .pardot-forms, .columnsystem-lighttheme .one-form .one-form, .columnsystem-lighttheme .one-form-custom-form .one-form {
  background-color: var(--calcite-ui-foreground-1); }

.columnsystem-darktheme .pardot-forms, .columnsystem-darktheme .one-form .one-form, .columnsystem-darktheme .one-form-custom-form .one-form {
  background-color: #323232; }

.cards-standard-series .block {
  margin-bottom: 20px;
  display: flex; }

.cards-standard-series .marginbottom50px {
  margin-bottom: 50px; }

.cards-standard-series-lighttheme .headercontainer .headertitle {
  color: #323232; }

.cards-standard-series-lighttheme .headercontainer .description {
  color: #4c4c4c; }

.cards-standard-series-darktheme .headercontainer .headertitle {
  color: #fff; }

.cards-standard-series-darktheme .headercontainer .description {
  color: #ccc; }

.cards-standard-series .headercontainer {
  width: 100%;
  padding: 0 20px; }
  .cards-standard-series .headercontainer.text-center .headertitle {
    text-align: center; }
  .cards-standard-series .headercontainer.text-center hr {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 20px; }
  .cards-standard-series .headercontainer.text-center .description {
    margin: 0 auto;
    margin-bottom: 50px; }
  .cards-standard-series .headercontainer.text-left hr {
    text-align: left; }
  .cards-standard-series .headercontainer .headertitle {
    margin-bottom: 0; }
  .cards-standard-series .headercontainer hr {
    margin: 0;
    border-top: none;
    height: 3px;
    width: 50px;
    margin-top: 15px;
    margin-bottom: 20px; }
  .cards-standard-series .headercontainer .description {
    margin: 0;
    margin-bottom: 50px;
    width: 80%; }

@media (min-width: 860px) {
  .cards-standard-series .headercontainer {
    padding: 0 0 0 12px; }
    .cards-standard-series .headercontainer hr {
      margin-top: 15px;
      margin-bottom: 20px; }
    .cards-standard-series .headercontainer .description {
      margin-bottom: 50px;
      width: 60%; } }

.cards-container-v2 .block {
  margin-bottom: 20px;
  display: flex; }
  .cards-container-v2 .block .cards-simple {
    width: 100%;
    display: flex; }

.esri-teaser.cs--companyLogo .cmp-teaser {
  display: flex;
  flex-direction: row-reverse;
  align-items: center; }
  .esri-teaser.cs--companyLogo .cmp-teaser__image {
    width: 50%;
    display: flex;
    align-items: center;
    padding-left: 60px;
    border-left: solid 1px #ccc; }
  .esri-teaser.cs--companyLogo .cmp-teaser__content {
    width: 50%;
    display: flex;
    text-align: right;
    padding: 0 60px 0 0;
    flex-direction: column; }
  .esri-teaser.cs--companyLogo .cmp-teaser__title {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    color: #007ac2; }
  .esri-teaser.cs--companyLogo .cmp-teaser__description {
    margin-bottom: 0; }
    .esri-teaser.cs--companyLogo .cmp-teaser__description p {
      margin-bottom: 0;
      font-size: 16px;
      color: #323232; }

.columnsystem.web-article-case-study .cs--companyLogo .cmp-contentfragment p {
  margin-bottom: 0;
  font-size: 16px; }

.esri-tabs .cmp-tabs__tablist-wrapper {
  overflow: hidden;
  text-align: center;
  position: relative;
  background: linear-gradient(to top, var(--calcite-ui-border-1) 1px, 1px, var(--calcite-ui-background) 1px); }
  .esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tablist {
    display: flex;
    text-align: center;
    bottom: 0;
    transition: 0.3s;
    flex-wrap: nowrap;
    margin: 0;
    padding-bottom: 0;
    overflow: hidden;
    margin-right: calc((100vw - 286px)/2);
    margin-left: calc((100vw - 286px)/2);
    scroll-behavior: smooth; }
    .esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tablist.tab-nav--fit-5-tabs .cmp-tabs__tab {
      width: 285px;
      min-width: 285px; }
    .esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tablist.tab-nav--fit-6-tabs .cmp-tabs__tab {
      width: 237px;
      min-width: 237px; }
  .esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__left {
    background: var(--calcite-ui-foreground-2) url("data:image/svg+xml,%3Csvg class='svg' xmlns='http://www.w3.org/2000/svg' fill='currentColor' height='24' width='24' viewBox='0 0 16 16'%3E%3Cpath d='M10.207 4l-4 4 4 4H8.793l-4-4 4-4z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    opacity: 0.96;
    cursor: pointer;
    height: 40px;
    padding: 0;
    text-align: left;
    position: absolute;
    left: 0;
    top: 20%;
    width: 40px;
    z-index: 1;
    outline: none;
    border: none;
    display: none;
    border-radius: 100%; }
  .esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__right {
    background: var(--calcite-ui-foreground-2) url("data:image/svg+xml,%3Csvg class='svg' xmlns='http://www.w3.org/2000/svg' fill='currentColor' height='24' width='24' viewBox='0 0 16 16'%3E%3Cpath d='M5.793 12l4-4-4-4h1.414l4 4-4 4z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;
    opacity: 0.96;
    color: var(--calcite-ui-text-1);
    cursor: pointer;
    height: 40px;
    padding: 0;
    text-align: right;
    position: absolute;
    right: 0;
    top: 20%;
    width: 40px;
    z-index: 1;
    outline: none;
    border: none;
    display: none;
    border-radius: 100%; }
  .esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tab {
    width: 286px;
    min-width: 286px;
    border-bottom: 3px solid transparent;
    color: var(--calcite-ui-text-1);
    padding: .75rem;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    flex: 0 0 auto;
    transition: border-color 0.3s; }
    .esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tab--active, .esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tab:active, .esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tab:focus {
      border-bottom: 3px solid var(--theme-color);
      outline: none; }
    .esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tab:hover {
      border-bottom: 3px solid var(--theme-color50);
      outline: none; }
    .esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tab:focus-visible {
      box-shadow: 0 0 0 2px inset var(--theme-color), 0 0 0 6px inset var(--calcite-ui-foreground-1);
      background-color: var(--theme-color10); }
  @media screen and (min-width: 768px) {
    .esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tablist {
      margin-left: 40px;
      margin-right: 40px; } }
  @media screen and (min-width: 1526px) {
    .esri-tabs .cmp-tabs__tablist-wrapper {
      display: flex;
      justify-content: center; }
      .esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tablist {
        position: static;
        margin-right: 0;
        margin-left: 0; } }

.esri-tabs .cmp-tabs__tabpanel {
  background-color: var(--calcite-ui-background); }

.esri-tabs.calcite-theme-dark .cmp-tabs__left {
  background: var(--calcite-ui-foreground-2) url("data:image/svg+xml,%3Csvg class='svg' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' height='24' width='24' viewBox='0 0 16 16'%3E%3Cpath d='M10.207 4l-4 4 4 4H8.793l-4-4 4-4z'%3E%3C/path%3E%3C/svg%3E") no-repeat center; }

.esri-tabs.calcite-theme-dark .cmp-tabs__right {
  background: var(--calcite-ui-foreground-2) url("data:image/svg+xml,%3Csvg class='svg' xmlns='http://www.w3.org/2000/svg' fill='%23ffffff' height='24' width='24' viewBox='0 0 16 16'%3E%3Cpath d='M5.793 12l4-4-4-4h1.414l4 4-4 4z'%3E%3C/path%3E%3C/svg%3E") no-repeat center; }

.grid-container .esri-tabs .cmp-tabs__left {
  background-color: inherit; }

.grid-container .esri-tabs .cmp-tabs__right {
  background-color: inherit; }

.grid-container .esri-tabs.dark-mode {
  background-color: inherit; }

.esri-tabs.tab-icons .cmp-tabs__tablist .cmp-tabs__tab {
  justify-content: flex-start; }

.esri-tabs.tab-icons .cmp-tabs__tablist li:not(.cmp-tabs__tab--active) .esri-image.tab--icon .icon-ui-svg *, .esri-tabs.tab-icons .cmp-tabs__tablist li:not(.cmp-tabs__tab--active) .esri-image.tab--icon .icons-ui-svg * {
  fill: #4a4a4a; }

.esri-tabs.tab-icons .cmp-tabs__tablist .cmp-tabs__tab:hover .esri-image.tab--icon .icon-ui-svg *, .esri-tabs.tab-icons .cmp-tabs__tablist .cmp-tabs__tab:hover .esri-image.tab--icon .icons-ui-svg * {
  fill: var(--theme-color); }

.esri-tabs.tab-icons.dark-mode .cmp-tabs__tablist li:not(.cmp-tabs__tab--active) .esri-image.tab--icon .icon-ui-svg *, .esri-tabs.tab-icons.dark-mode .cmp-tabs__tablist li:not(.cmp-tabs__tab--active) .esri-image.tab--icon .icons-ui-svg * {
  fill: #bfbfbf; }

.esri-tabs.tab-icons.dark-mode .cmp-tabs__tablist .cmp-tabs__tab:hover .esri-image.tab--icon .icon-ui-svg *, .esri-tabs.tab-icons.dark-mode .cmp-tabs__tablist .cmp-tabs__tab:hover .esri-image.tab--icon .icons-ui-svg * {
  fill: var(--theme-color); }

.esri-tabs.section-scroller.full-height .hero-banner-global .hbg-container {
  min-height: 800px;
  height: 100vh; }
  .esri-tabs.section-scroller.full-height .hero-banner-global .hbg-container #scroll-down {
    display: none; }

.esri-tabs.section-scroller .cmp-tabs__tablist-wrapper {
  height: 0px; }
  .esri-tabs.section-scroller .cmp-tabs__tablist-wrapper .cmp-tabs__left {
    display: none; }
  .esri-tabs.section-scroller .cmp-tabs__tablist-wrapper .cmp-tabs__right {
    display: none; }

.esri-tabs.section-scroller .cmp-tabs__tabpanel {
  display: block;
  position: relative;
  margin-top: unset;
  border-top: none;
  padding: 0; }

.esri-tabs.section-scroller .cmp-tabs__tablist {
  display: none; }

@media (min-width: 768px) {
  .esri-tabs.section-scroller .cmp-tabs__tabpanel .chevron-down {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 93%;
    left: calc((100vw - 50px) / 2);
    z-index: 99; }
    .esri-tabs.section-scroller .cmp-tabs__tabpanel .chevron-down[data-theme="light-text"] {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23fff' d='M16 22.707l-9-9v-1.414l9 9 9-9v1.414z'/%3E%3C/svg%3E") no-repeat center center; }
    .esri-tabs.section-scroller .cmp-tabs__tabpanel .chevron-down[data-theme="dark-text"] {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M16 22.707l-9-9v-1.414l9 9 9-9v1.414z'/%3E%3C/svg%3E") no-repeat center center; } }

@media (min-width: 1700px) {
  .esri-tabs.section-scroller .cmp-tabs__tablist {
    opacity: 0;
    display: block;
    position: fixed;
    width: 100px;
    z-index: 199;
    top: 40vh;
    left: 50px; }
    html[dir="rtl"] .esri-tabs.section-scroller .cmp-tabs__tablist {
      right: 50px;
      padding: 0; }
    .esri-tabs.section-scroller .cmp-tabs__tablist .cmp-tabs__tab {
      width: 100%;
      border: none;
      cursor: pointer;
      height: 40px;
      padding: 0;
      margin-top: 12px; }
      .esri-tabs.section-scroller .cmp-tabs__tablist .cmp-tabs__tab a {
        opacity: 0;
        display: block;
        width: 15px;
        height: 30px;
        text-align: left; }
      .esri-tabs.section-scroller .cmp-tabs__tablist .cmp-tabs__tab a:link, .esri-tabs.section-scroller .cmp-tabs__tablist .cmp-tabs__tab a:visited {
        width: 100%;
        height: 100%;
        text-decoration: none;
        opacity: 0;
        padding: 10px 20px 0px 20px; }
      .esri-tabs.section-scroller .cmp-tabs__tablist .cmp-tabs__tab a:hover, .esri-tabs.section-scroller .cmp-tabs__tablist .cmp-tabs__tab a:active {
        opacity: 1; }
    .esri-tabs.section-scroller .cmp-tabs__tablist[data-theme="light-text"] .cmp-tabs__tab {
      color: #ffffff;
      border-left: 1px solid #ffffff; }
      .esri-tabs.section-scroller .cmp-tabs__tablist[data-theme="light-text"] .cmp-tabs__tab a:hover, .esri-tabs.section-scroller .cmp-tabs__tablist[data-theme="light-text"] .cmp-tabs__tab a:focus {
        color: #ffffff; }
      html[dir="rtl"] .esri-tabs.section-scroller .cmp-tabs__tablist[data-theme="light-text"] .cmp-tabs__tab {
        border-left: none;
        border-right: 1px solid #ffffff; }
    .esri-tabs.section-scroller .cmp-tabs__tablist[data-theme="light-text"] .cmp-tabs__tab--active {
      border-left: 3px solid #ffffff; }
      html[dir="rtl"] .esri-tabs.section-scroller .cmp-tabs__tablist[data-theme="light-text"] .cmp-tabs__tab--active {
        border-left: none;
        border-right: 3px solid #ffffff; }
    .esri-tabs.section-scroller .cmp-tabs__tablist[data-theme="dark-text"] .cmp-tabs__tab {
      color: #000000;
      border-left: 1px solid #000000; }
      .esri-tabs.section-scroller .cmp-tabs__tablist[data-theme="dark-text"] .cmp-tabs__tab a:hover, .esri-tabs.section-scroller .cmp-tabs__tablist[data-theme="dark-text"] .cmp-tabs__tab a:focus {
        color: #000000; }
      html[dir="rtl"] .esri-tabs.section-scroller .cmp-tabs__tablist[data-theme="dark-text"] .cmp-tabs__tab {
        border-left: none;
        border-right: 1px solid #000000; }
    .esri-tabs.section-scroller .cmp-tabs__tablist[data-theme="dark-text"] .cmp-tabs__tab--active {
      border-left: 3px solid #000000; }
      html[dir="rtl"] .esri-tabs.section-scroller .cmp-tabs__tablist[data-theme="dark-text"] .cmp-tabs__tab--active {
        border-left: none;
        border-right: 3px solid #000000; } }

.esri-tabs.tab-randomizer .cmp-tabs__tablist-wrapper {
  display: none; }

.esri-tabs.tab-randomizer .cmp-tabs__tabpanel {
  margin-top: unset;
  border-top: none;
  padding: 0; }

.esri-table {
  overflow-x: auto; }

.esri-table table {
  width: 100%;
  background-color: var(--calcite-ui-foreground-1);
  color: var(--calcite-ui-text-1);
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid var(--calcite-ui-border-1);
  text-align: start;
  overflow: auto;
  font-size: var(--font--1); }
  .esri-table table > thead {
    background-color: var(--calcite-ui-background);
    border-bottom: 1px solid var(--calcite-ui-border-1);
    font-weight: 400;
    font-style: normal;
    font-size: 1rem;
    line-height: 1.55rem; }
  .esri-table table > tbody {
    overflow: auto;
    width: 100%; }
  .esri-table table > tfoot {
    background-color: var(--calcite-ui-background);
    border-top: 1px solid var(--calcite-ui-border-1); }
  .esri-table table th, .esri-table table td {
    font-weight: 300;
    border-left: 1px solid var(--calcite-ui-border-1);
    border-right: 1px solid var(--calcite-ui-border-1);
    padding: var(--space-2);
    text-align: start; }
  .esri-table table tr {
    border-bottom: 1px solid var(--calcite-ui-border-1);
    text-align: left; }
    .esri-table table tr:last-child {
      border-bottom: none; }
  .esri-table table caption {
    color: var(--calcite-ui-text-3);
    background-color: var(--calcite-ui-foreground-1);
    caption-side: bottom;
    padding: var(--space-2) var(--space-3); }
  .esri-table table th {
    font-weight: 400;
    font-size: var(--font-0); }

.esri-table.table--no-table table,
.esri-table .table-no-table table,
.esri-table .table--no-table table {
  width: auto;
  background-color: transparent;
  border-collapse: auto;
  border-spacing: 0;
  border: none;
  text-align: left;
  overflow: auto;
  margin-bottom: 0;
  background-color: var(--calcite-ui-foreground-1);
  color: var(--calcite-ui-text-1); }
  .esri-table.table--no-table table thead, .esri-table.table--no-table table tbody,
  .esri-table .table-no-table table thead,
  .esri-table .table-no-table table tbody,
  .esri-table .table--no-table table thead,
  .esri-table .table--no-table table tbody {
    font-size: 1rem;
    line-height: 1.55rem;
    border: none;
    background-color: transparent;
    overflow: auto;
    width: 100%; }
  .esri-table.table--no-table table th, .esri-table.table--no-table table td,
  .esri-table .table-no-table table th,
  .esri-table .table-no-table table td,
  .esri-table .table--no-table table th,
  .esri-table .table--no-table table td {
    background-color: transparent;
    border: none; }
  .esri-table.table--no-table table tr,
  .esri-table .table-no-table table tr,
  .esri-table .table--no-table table tr {
    border: none;
    text-align: left; }

.esri-table.table--plain table tr, .esri-table.table--plain table th, .esri-table.table--plain table td,
.esri-table .table--plain table tr,
.esri-table .table--plain table th,
.esri-table .table--plain table td,
.esri-table .table-plain table tr,
.esri-table .table-plain table th,
.esri-table .table-plain table td {
  border: 0; }

.esri-table.table--stripped table tbody tr:nth-child(odd) td,
.esri-table.table--stripped table tbody tr:nth-child(odd) th,
.esri-table .table--striped table tbody tr:nth-child(odd) td,
.esri-table .table--striped table tbody tr:nth-child(odd) th,
.esri-table .table-striped table tbody tr:nth-child(odd) td,
.esri-table .table-striped table tbody tr:nth-child(odd) th {
  background: var(--calcite-ui-background); }

.esri-table.table--stripped table tbody tr:nth-child(even) td,
.esri-table.table--stripped table tbody tr:nth-child(even) th,
.esri-table .table--striped table tbody tr:nth-child(even) td,
.esri-table .table--striped table tbody tr:nth-child(even) th,
.esri-table .table-striped table tbody tr:nth-child(even) td,
.esri-table .table-striped table tbody tr:nth-child(even) th {
  background: var(--calcite-ui-foreground-1); }

.esri-table.table--rows table,
.esri-table .table-events table,
.esri-table .table--rows table {
  border: 0; }
  .esri-table.table--rows table th, .esri-table.table--rows table td,
  .esri-table .table-events table th,
  .esri-table .table-events table td,
  .esri-table .table--rows table th,
  .esri-table .table--rows table td {
    border: 0; }

.esri-table.table--columns table {
  border: 0; }
  .esri-table.table--columns table tr, .esri-table.table--columns table td, .esri-table.table--columns table th {
    border: 0; }
  .esri-table.table--columns table tbody tr td:nth-child(even),
  .esri-table.table--columns table tbody tr th:nth-child(even) {
    background: var(--calcite-ui-background); }
  .esri-table.table--columns table tbody tr td:nth-child(odd),
  .esri-table.table--columns table tbody tr th:nth-child(odd) {
    background: var(--calcite-ui-foreground-1); }

.esri-table.table--comparison table,
.esri-table .table-comparison table,
.esri-table .table--comparison table {
  border: 0; }
  .esri-table.table--comparison table tr:nth-of-type(even),
  .esri-table .table-comparison table tr:nth-of-type(even),
  .esri-table .table--comparison table tr:nth-of-type(even) {
    background: var(--calcite-ui-background); }
  .esri-table.table--comparison table tr:first-child,
  .esri-table .table-comparison table tr:first-child,
  .esri-table .table--comparison table tr:first-child {
    height: 87px; }
    .esri-table.table--comparison table tr:first-child th,
    .esri-table.table--comparison table tr:first-child td,
    .esri-table .table-comparison table tr:first-child th,
    .esri-table .table-comparison table tr:first-child td,
    .esri-table .table--comparison table tr:first-child th,
    .esri-table .table--comparison table tr:first-child td {
      font-weight: 400;
      font-style: normal;
      font-size: 1rem;
      border: 1px solid var(--calcite-ui-border-1);
      border-top-color: var(--theme-color);
      border-top-width: 6px;
      max-width: 250px;
      padding-inline-start: var(--space-5); }
      @media screen and (min-width: 915px) {
        .esri-table.table--comparison table tr:first-child th,
        .esri-table.table--comparison table tr:first-child td,
        .esri-table .table-comparison table tr:first-child th,
        .esri-table .table-comparison table tr:first-child td,
        .esri-table .table--comparison table tr:first-child th,
        .esri-table .table--comparison table tr:first-child td {
          font-size: 1.75vw; } }
      @media screen and (min-width: 1024px) {
        .esri-table.table--comparison table tr:first-child th,
        .esri-table.table--comparison table tr:first-child td,
        .esri-table .table-comparison table tr:first-child th,
        .esri-table .table-comparison table tr:first-child td,
        .esri-table .table--comparison table tr:first-child th,
        .esri-table .table--comparison table tr:first-child td {
          font-size: 1.125rem; } }
      .esri-table.table--comparison table tr:first-child th:first-child,
      .esri-table.table--comparison table tr:first-child td:first-child,
      .esri-table .table-comparison table tr:first-child th:first-child,
      .esri-table .table-comparison table tr:first-child td:first-child,
      .esri-table .table--comparison table tr:first-child th:first-child,
      .esri-table .table--comparison table tr:first-child td:first-child {
        font-size: 1.25rem;
        padding: 0;
        border-top: none;
        border-left: none;
        max-width: 250px; }
        @media screen and (min-width: 787px) {
          .esri-table.table--comparison table tr:first-child th:first-child,
          .esri-table.table--comparison table tr:first-child td:first-child,
          .esri-table .table-comparison table tr:first-child th:first-child,
          .esri-table .table-comparison table tr:first-child td:first-child,
          .esri-table .table--comparison table tr:first-child th:first-child,
          .esri-table .table--comparison table tr:first-child td:first-child {
            font-size: 2.54vw; } }
        @media screen and (min-width: 1024px) {
          .esri-table.table--comparison table tr:first-child th:first-child,
          .esri-table.table--comparison table tr:first-child td:first-child,
          .esri-table .table-comparison table tr:first-child th:first-child,
          .esri-table .table-comparison table tr:first-child td:first-child,
          .esri-table .table--comparison table tr:first-child th:first-child,
          .esri-table .table--comparison table tr:first-child td:first-child {
            font-size: 1.625rem; } }
        [dir="rtl"] .esri-table.table--comparison table tr:first-child th:first-child, [dir="rtl"]
        .esri-table.table--comparison table tr:first-child td:first-child, [dir="rtl"]
        .esri-table .table-comparison table tr:first-child th:first-child, [dir="rtl"]
        .esri-table .table-comparison table tr:first-child td:first-child, [dir="rtl"]
        .esri-table .table--comparison table tr:first-child th:first-child, [dir="rtl"]
        .esri-table .table--comparison table tr:first-child td:first-child {
          border-top: none;
          border-right: none; }
      [dir="rtl"] .esri-table.table--comparison table tr:first-child th:last-child, [dir="rtl"]
      .esri-table.table--comparison table tr:first-child td:last-child, [dir="rtl"]
      .esri-table .table-comparison table tr:first-child th:last-child, [dir="rtl"]
      .esri-table .table-comparison table tr:first-child td:last-child, [dir="rtl"]
      .esri-table .table--comparison table tr:first-child th:last-child, [dir="rtl"]
      .esri-table .table--comparison table tr:first-child td:last-child {
        border-left: 1px solid var(--calcite-ui-border-1); }
  .esri-table.table--comparison table tr:not(:first-child),
  .esri-table .table-comparison table tr:not(:first-child),
  .esri-table .table--comparison table tr:not(:first-child) {
    height: 54px; }
    .esri-table.table--comparison table tr:not(:first-child) td,
    .esri-table.table--comparison table tr:not(:first-child) th,
    .esri-table .table-comparison table tr:not(:first-child) td,
    .esri-table .table-comparison table tr:not(:first-child) th,
    .esri-table .table--comparison table tr:not(:first-child) td,
    .esri-table .table--comparison table tr:not(:first-child) th {
      font-size: 0.625rem;
      border-bottom: 1px solid var(--calcite-ui-border-1);
      padding-inline-start: 25px; }
      @media screen and (min-width: 1024px) {
        .esri-table.table--comparison table tr:not(:first-child) td,
        .esri-table.table--comparison table tr:not(:first-child) th,
        .esri-table .table-comparison table tr:not(:first-child) td,
        .esri-table .table-comparison table tr:not(:first-child) th,
        .esri-table .table--comparison table tr:not(:first-child) td,
        .esri-table .table--comparison table tr:not(:first-child) th {
          font-size: 0.75rem; } }
    .esri-table.table--comparison table tr:not(:first-child):first-child,
    .esri-table .table-comparison table tr:not(:first-child):first-child,
    .esri-table .table--comparison table tr:not(:first-child):first-child {
      font-weight: 400;
      font-style: normal;
      font-size: 0.625rem;
      max-width: 250px; }
      @media screen and (min-width: 1024px) {
        .esri-table.table--comparison table tr:not(:first-child):first-child,
        .esri-table .table-comparison table tr:not(:first-child):first-child,
        .esri-table .table--comparison table tr:not(:first-child):first-child {
          font-size: 0.75rem; } }
      [dir="rtl"] .esri-table.table--comparison table tr:not(:first-child):first-child, [dir="rtl"]
      .esri-table .table-comparison table tr:not(:first-child):first-child, [dir="rtl"]
      .esri-table .table--comparison table tr:not(:first-child):first-child {
        border-left: none; }
    .esri-table.table--comparison table tr:not(:first-child):not(first-child),
    .esri-table .table-comparison table tr:not(:first-child):not(first-child),
    .esri-table .table--comparison table tr:not(:first-child):not(first-child) {
      font-weight: 300;
      font-style: normal;
      max-width: 250px; }
      .esri-table.table--comparison table tr:not(:first-child):not(first-child) a,
      .esri-table .table-comparison table tr:not(:first-child):not(first-child) a,
      .esri-table .table--comparison table tr:not(:first-child):not(first-child) a {
        font-weight: 400;
        font-style: normal;
        color: #0079c1; }
        .esri-table.table--comparison table tr:not(:first-child):not(first-child) a[href^="https://"]:after, .esri-table.table--comparison table tr:not(:first-child):not(first-child) a[href^="http://"]:after,
        .esri-table .table-comparison table tr:not(:first-child):not(first-child) a[href^="https://"]:after,
        .esri-table .table-comparison table tr:not(:first-child):not(first-child) a[href^="http://"]:after,
        .esri-table .table--comparison table tr:not(:first-child):not(first-child) a[href^="https://"]:after,
        .esri-table .table--comparison table tr:not(:first-child):not(first-child) a[href^="http://"]:after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==);
          content: '';
          position: relative;
          top: 1px;
          left: 4px;
          display: inline-block;
          height: 14px;
          width: 14px; }
          [dir="rtl"] .esri-table.table--comparison table tr:not(:first-child):not(first-child) a[href^="https://"]:after, [dir="rtl"] .esri-table.table--comparison table tr:not(:first-child):not(first-child) a[href^="http://"]:after, [dir="rtl"]
          .esri-table .table-comparison table tr:not(:first-child):not(first-child) a[href^="https://"]:after, [dir="rtl"]
          .esri-table .table-comparison table tr:not(:first-child):not(first-child) a[href^="http://"]:after, [dir="rtl"]
          .esri-table .table--comparison table tr:not(:first-child):not(first-child) a[href^="https://"]:after, [dir="rtl"]
          .esri-table .table--comparison table tr:not(:first-child):not(first-child) a[href^="http://"]:after {
            right: 4px; }
        .esri-table.table--comparison table tr:not(:first-child):not(first-child) a[href^="https://www.esri"]:after, .esri-table.table--comparison table tr:not(:first-child):not(first-child) a[href^="http://www.esri"]:after,
        .esri-table .table-comparison table tr:not(:first-child):not(first-child) a[href^="https://www.esri"]:after,
        .esri-table .table-comparison table tr:not(:first-child):not(first-child) a[href^="http://www.esri"]:after,
        .esri-table .table--comparison table tr:not(:first-child):not(first-child) a[href^="https://www.esri"]:after,
        .esri-table .table--comparison table tr:not(:first-child):not(first-child) a[href^="http://www.esri"]:after {
          content: none; }
        .esri-table.table--comparison table tr:not(:first-child):not(first-child) a[href$=".pdf"]:after, .esri-table.table--comparison table tr:not(:first-child):not(first-child) a[href$=".doc"]:after,
        .esri-table .table-comparison table tr:not(:first-child):not(first-child) a[href$=".pdf"]:after,
        .esri-table .table-comparison table tr:not(:first-child):not(first-child) a[href$=".doc"]:after,
        .esri-table .table--comparison table tr:not(:first-child):not(first-child) a[href$=".pdf"]:after,
        .esri-table .table--comparison table tr:not(:first-child):not(first-child) a[href$=".doc"]:after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+);
          content: '';
          position: relative;
          top: 1px;
          left: 4px;
          display: inline-block;
          height: 14px;
          width: 14px; }
          [dir="rtl"] .esri-table.table--comparison table tr:not(:first-child):not(first-child) a[href$=".pdf"]:after, [dir="rtl"] .esri-table.table--comparison table tr:not(:first-child):not(first-child) a[href$=".doc"]:after, [dir="rtl"]
          .esri-table .table-comparison table tr:not(:first-child):not(first-child) a[href$=".pdf"]:after, [dir="rtl"]
          .esri-table .table-comparison table tr:not(:first-child):not(first-child) a[href$=".doc"]:after, [dir="rtl"]
          .esri-table .table--comparison table tr:not(:first-child):not(first-child) a[href$=".pdf"]:after, [dir="rtl"]
          .esri-table .table--comparison table tr:not(:first-child):not(first-child) a[href$=".doc"]:after {
            right: 4px; }
        .esri-table.table--comparison table tr:not(:first-child):not(first-child) a:hover,
        .esri-table .table-comparison table tr:not(:first-child):not(first-child) a:hover,
        .esri-table .table--comparison table tr:not(:first-child):not(first-child) a:hover {
          color: #005e95;
          text-decoration: none; }
          .esri-table.table--comparison table tr:not(:first-child):not(first-child) a:hover[href^="https://"]:after, .esri-table.table--comparison table tr:not(:first-child):not(first-child) a:hover[href^="http://"]:after,
          .esri-table .table-comparison table tr:not(:first-child):not(first-child) a:hover[href^="https://"]:after,
          .esri-table .table-comparison table tr:not(:first-child):not(first-child) a:hover[href^="http://"]:after,
          .esri-table .table--comparison table tr:not(:first-child):not(first-child) a:hover[href^="https://"]:after,
          .esri-table .table--comparison table tr:not(:first-child):not(first-child) a:hover[href^="http://"]:after {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwNWU5NSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
          .esri-table.table--comparison table tr:not(:first-child):not(first-child) a:hover[href$=".pdf"]:after, .esri-table.table--comparison table tr:not(:first-child):not(first-child) a:hover[href$=".doc"]:after,
          .esri-table .table-comparison table tr:not(:first-child):not(first-child) a:hover[href$=".pdf"]:after,
          .esri-table .table-comparison table tr:not(:first-child):not(first-child) a:hover[href$=".doc"]:after,
          .esri-table .table--comparison table tr:not(:first-child):not(first-child) a:hover[href$=".pdf"]:after,
          .esri-table .table--comparison table tr:not(:first-child):not(first-child) a:hover[href$=".doc"]:after {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDVlOTUiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    [dir="rtl"] .esri-table.table--comparison table tr:not(:first-child):last-child, [dir="rtl"]
    .esri-table .table-comparison table tr:not(:first-child):last-child, [dir="rtl"]
    .esri-table .table--comparison table tr:not(:first-child):last-child {
      border-left: 1px solid var(--calcite-ui-border-1); }
  .esri-table.table--comparison table:nth-child(even) td,
  .esri-table .table-comparison table:nth-child(even) td,
  .esri-table .table--comparison table:nth-child(even) td {
    background-color: var(--calcite-ui-foreground-1); }

.cmp-list__item article {
  display: flex;
  flex-direction: column; }

.esri-image [src$=".svg"] {
  max-width: 64px; }

.cmp-image__title {
  font-size: var(--font--1);
  color: var(--calcite-ui-text-3); }

.esri-image.tab--icon {
  display: block;
  width: 48px;
  margin: 0 auto 10px; }

.esri-text-subtitle {
  color: rgba(74, 74, 74, 0.9); }

.esri-text-iconContainer img, .esri-text-iconContainer svg, .esri-text-iconContainer .icon-ui-svg, .esri-text-iconContainer .icons-ui-svg {
  max-width: 64px;
  max-height: 64px; }
  @media screen and (min-width: 1152px) {
    .esri-text-iconContainer img, .esri-text-iconContainer svg, .esri-text-iconContainer .icon-ui-svg, .esri-text-iconContainer .icons-ui-svg {
      max-width: 80px;
      max-height: 80px; } }
  @media screen and (min-width: 1440px) {
    .esri-text-iconContainer img, .esri-text-iconContainer svg, .esri-text-iconContainer .icon-ui-svg, .esri-text-iconContainer .icons-ui-svg {
      max-width: 96px;
      max-height: 96px; } }

.esri-text-title {
  color: var(--calcite-ui-text-1); }

.esri-text-subtitle {
  color: var(--calcite-ui-text-2); }

.esri-text-description {
  color: var(--calcite-ui-text-1); }

/* ========================================
Default styles for CF List component
Scope all styles to 
.esri-cf-list
========================================== */

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

.cmp-carousel__action {
  position: absolute;
  width: 50px;
  height: 50px;
  border: 0;
  border-radius: 50%;
  padding: 0;
  line-height: 50px;
  opacity: 0;
  transition: opacity linear .2s;
  color: rgba(255, 255, 255, 0.8);
  background-color: rgba(0, 0, 0, 0.5); }
  .cmp-carousel__action:hover {
    background-color: rgba(0, 0, 0, 0.8); }
  .cmp-carousel__action:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(94, 158, 214, 0.6); }
  .cmp-carousel__action--disabled {
    display: none; }

.cmp-carousel__action--previous, .cmp-carousel__action--next {
  top: calc(50% - 90px/2 - 50px/2); }

.cmp-carousel__action--previous {
  left: 20px; }

.cmp-carousel__action--next {
  right: 20px; }

.cmp-carousel__action--pause, .cmp-carousel__action--play {
  display: none; }

.cmp-carousel__action-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0); }

.cmp-carousel__action-icon {
  display: inline-block;
  vertical-align: middle;
  font-family: calcite-ui;
  font-size: 20px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased; }

.cmp-carousel__action--previous .cmp-carousel__action-icon {
  margin-left: -1px;
  margin-top: 1px; }
  .cmp-carousel__action--previous .cmp-carousel__action-icon:before {
    content: "\f145"; }

.cmp-carousel__action--next .cmp-carousel__action-icon {
  margin-left: 2px;
  margin-top: 1px; }
  .cmp-carousel__action--next .cmp-carousel__action-icon:before {
    content: "\f171"; }

.cmp-carousel__action--pause .cmp-carousel__action-icon {
  margin-top: -2px;
  margin-left: 2px; }
  .cmp-carousel__action--pause .cmp-carousel__action-icon:before {
    content: "\f04c"; }

.cmp-carousel__action--play .cmp-carousel__action-icon {
  margin-top: -3px;
  margin-left: 4px; }
  .cmp-carousel__action--play .cmp-carousel__action-icon:before {
    content: "\f04b"; }

.cmp-carousel__indicators {
  padding: 35px 0 45px; }

.cmp-carousel__indicator {
  outline: none;
  background-color: transparent;
  border: 1px solid #959595;
  padding: 1px;
  width: 14px;
  height: 14px; }
  .cmp-carousel__indicator:not(.cmp-carousel__indicator--active) {
    cursor: pointer; }
  .cmp-carousel__indicator:hover {
    background-color: transparent;
    border: 2px solid #0079C1;
    padding: 0; }
  .cmp-carousel__indicator:focus {
    outline: none;
    box-shadow: 0 0 0 2px rgba(94, 158, 214, 0.6); }

.cmp-carousel__indicator--active {
  background-color: #0079C1;
  border: 2px solid #0079C1; }

.cmp-tabs .cmp-tabs__tablist ~ .cmp-tabs__tabpanel .bottom-gradient .cmp-carousel::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 40vh;
  z-index: 8;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), transparent 100%); }

.cmp-tabs__tabpanel--active {
  border-top: 1px solid #ccc; }

.tabs .cmp-tabs .cmp-tabs__tab {
  font-size: 20px !important;
  font-weight: 400;
  font-style: normal;
  color: #000; }

.esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators li.cmp-carousel__indicator {
  background-color: transparent;
  border: 1px solid transparent;
  border-right: none;
  border-left: none;
  border-bottom: none;
  list-style: none;
  border-radius: 0;
  outline: none;
  padding: 15px 0;
  margin: 0; }
  @media screen and (min-width: 768px) {
    .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators li.cmp-carousel__indicator {
      font-size: 16px; } }
  @media screen and (min-width: 1040px) {
    .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators li.cmp-carousel__indicator {
      font-size: 18px; } }
  @media screen and (min-width: 1440px) {
    .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators li.cmp-carousel__indicator {
      font-size: 20px; } }
  .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators li.cmp-carousel__indicator:hover, .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators li.cmp-carousel__indicator:focus {
    outline: none;
    border-left: none;
    border-right: none;
    border-bottom: none;
    text-decoration: none;
    box-shadow: 0 0 0 2px transparent; }

.esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content .cmp-carousel__actions {
  position: relative;
  bottom: 93px; }
  @media screen and (min-width: 768px) {
    .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content .cmp-carousel__actions {
      bottom: 109px; } }
  @media screen and (min-width: 1040px) {
    .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content .cmp-carousel__actions {
      bottom: 163px; } }

.esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content .cmp-carousel__action {
  width: 0px;
  height: 0px;
  border-radius: 0%;
  line-height: 0px;
  background-color: transparent;
  transition: opacity linear 0s !important;
  opacity: 1 !important; }
  @media screen and (min-width: 1040px) {
    .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content .cmp-carousel__action {
      opacity: 0 !important; } }
  @media screen and (min-width: 768px) {
    .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content .cmp-carousel__action {
      display: block; } }
  .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content .cmp-carousel__action.cmp-carousel__action--previous {
    padding-left: 17px; }
    .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content .cmp-carousel__action.cmp-carousel__action--previous .cmp-carousel__action-icon {
      margin-left: -33px;
      margin-top: 1px; }
      .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content .cmp-carousel__action.cmp-carousel__action--previous .cmp-carousel__action-icon:before {
        position: relative; }
  .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content .cmp-carousel__action.cmp-carousel__action--next {
    padding-right: 27px; }
    .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content .cmp-carousel__action.cmp-carousel__action--next .cmp-carousel__action-icon {
      margin-left: 16px; }
      .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content .cmp-carousel__action.cmp-carousel__action--next .cmp-carousel__action-icon:before {
        position: relative; }
  .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content .cmp-carousel__action.cmp-carousel__action--previous, .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content .cmp-carousel__action.cmp-carousel__action--next {
    top: unset; }
  .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content .cmp-carousel__action:focus {
    box-shadow: none; }

.tabbed-bottom a#scroll-down {
  display: none; }

[data-theme='dark-text'] .cmp-carousel__action-icon:before {
  color: #000000; }

[data-theme='ligt-text'] .cmp-carousel__action-icon:before {
  color: #ffffff; }

.esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators {
  text-align: center;
  border-top: 1px solid #ffffff;
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
  z-index: 99;
  width: 1420px;
  max-width: 80vw;
  margin: auto;
  padding: 0;
  display: flex;
  flex-wrap: nowrap;
  justify-content: left;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators {
      max-width: 87vw;
      bottom: 75px; } }
  @media screen and (min-width: 1040px) {
    .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators {
      max-width: 93vw;
      bottom: 140px; } }
  .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators[data-theme="dark-text"] {
    border-top: 1px solid #000000; }
    .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators[data-theme="dark-text"] li.cmp-carousel__indicator {
      color: rgba(0, 0, 0, 0.7); }
      .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators[data-theme="dark-text"] li.cmp-carousel__indicator:focus, .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators[data-theme="dark-text"] li.cmp-carousel__indicator:hover {
        border-top: 3px solid #000000; }
    .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators[data-theme="dark-text"] li.cmp-carousel__indicator--active {
      color: black;
      border-top: 3px solid black; }
  .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators.-light {
    border-top: 1px solid #000000; }
    .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators.-light li.cmp-carousel__indicator {
      color: rgba(0, 0, 0, 0.7); }
      .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators.-light li.cmp-carousel__indicator:focus, .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators.-light li.cmp-carousel__indicator:hover {
        border-top: 3px solid #000000; }
    .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators.-light li.cmp-carousel__indicator--active {
      color: black;
      border-top: 3px solid black; }
  .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators li.cmp-carousel__indicator {
    width: 100%;
    color: rgba(255, 255, 255, 0.7);
    border-top: 3px solid transparent; }
    .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators li.cmp-carousel__indicator:focus, .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators li.cmp-carousel__indicator:hover {
      border-top: 3px solid #ffffff; }
  .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators li.cmp-carousel__indicator--active {
    color: white;
    border-top: 3px solid white; }
  @media screen and (min-width: 1040px) {
    .esri-carousel.tabbed-bottom .cmp-carousel .cmp-carousel__content ol.cmp-carousel__indicators li.cmp-carousel__indicator {
      text-indent: 0; } }

.esri-carousel.tabbed-bottom .cmp-carousel__actions {
  z-index: 100; }
  .esri-carousel.tabbed-bottom .cmp-carousel__actions[data-tab-counter='1'] ~ ol.cmp-carousel__indicators li.cmp-carousel__indicator {
    width: calc(80vw / 1); }
    @media screen and (min-width: 768px) {
      .esri-carousel.tabbed-bottom .cmp-carousel__actions[data-tab-counter='1'] ~ ol.cmp-carousel__indicators li.cmp-carousel__indicator {
        width: calc(87vw / 1); } }
    @media screen and (min-width: 1040px) {
      .esri-carousel.tabbed-bottom .cmp-carousel__actions[data-tab-counter='1'] ~ ol.cmp-carousel__indicators li.cmp-carousel__indicator {
        width: calc(93vw / 1); } }
  .esri-carousel.tabbed-bottom .cmp-carousel__actions[data-tab-counter='2'] ~ ol.cmp-carousel__indicators li.cmp-carousel__indicator {
    width: calc(80vw / 2); }
    @media screen and (min-width: 768px) {
      .esri-carousel.tabbed-bottom .cmp-carousel__actions[data-tab-counter='2'] ~ ol.cmp-carousel__indicators li.cmp-carousel__indicator {
        width: calc(87vw / 2); } }
    @media screen and (min-width: 1040px) {
      .esri-carousel.tabbed-bottom .cmp-carousel__actions[data-tab-counter='2'] ~ ol.cmp-carousel__indicators li.cmp-carousel__indicator {
        width: calc(93vw / 2); } }
  .esri-carousel.tabbed-bottom .cmp-carousel__actions[data-tab-counter='3'] ~ ol.cmp-carousel__indicators li.cmp-carousel__indicator {
    width: calc(80vw / 3); }
    @media screen and (min-width: 768px) {
      .esri-carousel.tabbed-bottom .cmp-carousel__actions[data-tab-counter='3'] ~ ol.cmp-carousel__indicators li.cmp-carousel__indicator {
        width: calc(87vw / 3); } }
    @media screen and (min-width: 1040px) {
      .esri-carousel.tabbed-bottom .cmp-carousel__actions[data-tab-counter='3'] ~ ol.cmp-carousel__indicators li.cmp-carousel__indicator {
        width: calc(93vw / 3); } }
  .esri-carousel.tabbed-bottom .cmp-carousel__actions[data-tab-counter='4'] ~ ol.cmp-carousel__indicators li.cmp-carousel__indicator {
    width: calc(80vw / 4); }
    @media screen and (min-width: 768px) {
      .esri-carousel.tabbed-bottom .cmp-carousel__actions[data-tab-counter='4'] ~ ol.cmp-carousel__indicators li.cmp-carousel__indicator {
        width: calc(87vw / 4); } }
    @media screen and (min-width: 1040px) {
      .esri-carousel.tabbed-bottom .cmp-carousel__actions[data-tab-counter='4'] ~ ol.cmp-carousel__indicators li.cmp-carousel__indicator {
        width: calc(93vw / 4); } }
  .esri-carousel.tabbed-bottom .cmp-carousel__actions[data-tab-counter='5'] ~ ol.cmp-carousel__indicators li.cmp-carousel__indicator {
    width: calc(80vw / 5); }
    @media screen and (min-width: 768px) {
      .esri-carousel.tabbed-bottom .cmp-carousel__actions[data-tab-counter='5'] ~ ol.cmp-carousel__indicators li.cmp-carousel__indicator {
        width: calc(87vw / 5); } }
    @media screen and (min-width: 1040px) {
      .esri-carousel.tabbed-bottom .cmp-carousel__actions[data-tab-counter='5'] ~ ol.cmp-carousel__indicators li.cmp-carousel__indicator {
        width: calc(93vw / 5); } }
  .esri-carousel.tabbed-bottom .cmp-carousel__actions[data-tab-counter='6'] ~ ol.cmp-carousel__indicators li.cmp-carousel__indicator {
    width: calc(80vw / 6); }
    @media screen and (min-width: 768px) {
      .esri-carousel.tabbed-bottom .cmp-carousel__actions[data-tab-counter='6'] ~ ol.cmp-carousel__indicators li.cmp-carousel__indicator {
        width: calc(87vw / 6); } }
    @media screen and (min-width: 1040px) {
      .esri-carousel.tabbed-bottom .cmp-carousel__actions[data-tab-counter='6'] ~ ol.cmp-carousel__indicators li.cmp-carousel__indicator {
        width: calc(93vw / 6); } }
  .esri-carousel.tabbed-bottom .cmp-carousel__actions[data-tab-counter='7'] ~ ol.cmp-carousel__indicators li.cmp-carousel__indicator {
    width: calc(80vw / 7); }
    @media screen and (min-width: 768px) {
      .esri-carousel.tabbed-bottom .cmp-carousel__actions[data-tab-counter='7'] ~ ol.cmp-carousel__indicators li.cmp-carousel__indicator {
        width: calc(87vw / 7); } }
    @media screen and (min-width: 1040px) {
      .esri-carousel.tabbed-bottom .cmp-carousel__actions[data-tab-counter='7'] ~ ol.cmp-carousel__indicators li.cmp-carousel__indicator {
        width: calc(93vw / 7); } }

.esri-accordion .cmp-accordion {
  max-width: 1440px;
  margin: auto; }
  .esri-accordion .cmp-accordion__item {
    border: solid 1px var(--calcite-ui-border-2);
    background-color: var(--calcite-ui-foreground-1);
    border-bottom: none; }
    .esri-accordion .cmp-accordion__item:last-of-type {
      border-bottom: solid 1px var(--calcite-ui-border-2); }
  .esri-accordion .cmp-accordion__button {
    padding: var(--space-4);
    background-color: var(--calcite-ui-foreground-1);
    border-width: 0;
    cursor: pointer;
    position: relative; }
    .esri-accordion .cmp-accordion__button::after {
      width: 16px;
      height: 16px;
      content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%236a6a6a' d='M13 5.293v1.414l-4.5 4.5-4.5-4.5V5.293l4.5 4.5z'/%3E%3C/svg%3E");
      position: absolute;
      right: var(--space-4);
      transform: rotate(0deg);
      transition: all .15s ease-in-out;
      top: calc(50% - 8px); }
    .esri-accordion .cmp-accordion__button:focus {
      outline: 2px solid var(--calcite-ui-brand);
      outline-offset: -2px; }
      .esri-accordion .cmp-accordion__button:focus::after {
        content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23000000' d='M13 5.293v1.414l-4.5 4.5-4.5-4.5V5.293l4.5 4.5z'/%3E%3C/svg%3E"); }
    .esri-accordion .cmp-accordion__button--expanded::after {
      transform: rotate(-180deg); }
    html[dir="rtl"] .esri-accordion .cmp-accordion__button {
      text-align: right; }
      html[dir="rtl"] .esri-accordion .cmp-accordion__button:after {
        left: var(--space-4);
        right: auto; }
  .esri-accordion .cmp-accordion__panel {
    padding: var(--space-4);
    color: var(--calcite-ui-text-3); }
  .esri-accordion .cmp-accordion__title {
    color: var(--calcite-ui-text-1);
    font-weight: 500; }

[theme="dark"] .cmp-accordion {
  max-width: 1440px;
  margin: auto; }
  [theme="dark"] .cmp-accordion__button::after {
    content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%236a6a6a' d='M13 5.293v1.414l-4.5 4.5-4.5-4.5V5.293l4.5 4.5z'/%3E%3C/svg%3E"); }
  [theme="dark"] .cmp-accordion__button:focus::after {
    content: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M13 5.293v1.414l-4.5 4.5-4.5-4.5V5.293l4.5 4.5z'/%3E%3C/svg%3E"); }

.video-text-split .modal-overlay {
  display: none; }
  .video-text-split .modal-overlay.is-active {
    display: block;
    z-index: 10000; }

.video-text-split .modal-content {
  background-color: transparent; }

@media (max-width: 959px) {
  .video-text-split .modal-content {
    width: 90vw;
    background-color: transparent; }
    .video-text-split .modal-content iframe.video_content, .video-text-split .modal-content iframe.youtube {
      width: 100%; } }

.two-thirds-tile-divide .two-thirds-backgroundimage {
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.two-thirds-tile-divide_container {
  overflow: auto;
  display: block;
  height: auto;
  color: var(--calcite-ui-text-1);
  background: var(--calcite-ui-background); }
  @media screen and (min-width: 1025px) {
    .two-thirds-tile-divide_container {
      display: flex;
      flex-direction: row; } }

@media screen and (min-width: 1025px) {
  .two-thirds-tile-divide .block {
    height: 365px; } }

.two-thirds-tile-divide .tttd__tiles {
  position: relative;
  flex: 1 1 66.666666%;
  background: var(--calcite-ui-text-1); }

.two-thirds-tile-divide .tttd__main {
  display: flex;
  flex: 1 1 33.333333%;
  align-items: center;
  width: 100%;
  position: relative;
  background: var(--calcite-ui-background);
  border-color: var(--calcite-ui-background); }
  @media screen and (min-width: 1025px) {
    .two-thirds-tile-divide .tttd__main {
      justify-content: center; } }
  .two-thirds-tile-divide .tttd__main .mega-title-text {
    font-size: var(--font-8);
    font-weight: 700; }

.two-thirds-tile-divide-content {
  padding: var(--space-10); }
  @media screen and (min-width: 1025px) {
    .two-thirds-tile-divide-content {
      max-width: 470px; } }

.two-thirds-tile-divide-tiles {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
  padding: var(--space-8) var(--space-6);
  margin: 0 auto;
  align-items: center; }
  .two-thirds-tile-divide-tiles.spacing-full {
    padding: var(--space-20) var(--space-6); }
  .two-thirds-tile-divide-tiles.odd-tiles {
    justify-content: start; }
  @media (min-width: 1025px) {
    .two-thirds-tile-divide-tiles {
      flex-direction: row;
      align-items: stretch; }
      .two-thirds-tile-divide-tiles.spacing-full {
        padding: var(--space-40) var(--space-6); } }
  .two-thirds-tile-divide-tiles .block--tttd {
    display: flex;
    flex-direction: row;
    align-items: start;
    opacity: 0.9;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 24px;
    background: var(--calcite-ui-background); }
    .two-thirds-tile-divide-tiles .block--tttd.text-vertical {
      align-items: center; }
    @media (min-width: 860px) {
      .two-thirds-tile-divide-tiles .block--tttd {
        max-width: 730px;
        width: 60%; } }
    @media (min-width: 1025px) {
      .two-thirds-tile-divide-tiles .block--tttd {
        width: 45%;
        min-height: 350px;
        margin: var(--space-6); } }
    .two-thirds-tile-divide-tiles .block--tttd .block-text {
      padding: 50px 14%; }
      .two-thirds-tile-divide-tiles .block--tttd .block-text .title {
        padding-bottom: 10px; }
      .two-thirds-tile-divide-tiles .block--tttd .block-text .bodyCopy {
        padding-bottom: 20px;
        margin-bottom: 0;
        font-size: 0.875rem;
        line-height: 1.55rem; }
        @media (min-width: 1200px) {
          .two-thirds-tile-divide-tiles .block--tttd .block-text .bodyCopy {
            font-size: 0.9375rem;
            line-height: 1.55rem; } }
  .two-thirds-tile-divide-tiles.block-group-1-up .block {
    margin: auto; }

.title-component img ~ * {
  padding: 10px 0 0;
  margin-bottom: 15px; }

.title-component img {
  height: 64px; }

.title-component .font-size-7 {
  line-height: 1.15; }

.text-link-stack-image-series .block {
  display: flex;
  margin-bottom: 40px; }
  .text-link-stack-image-series .block:last-child {
    margin-bottom: 0; }

.text-link-stack-image-series .headercontainer {
  text-align: left;
  width: 100%;
  padding: 0 20px; }
  .text-link-stack-image-series .headercontainer .headertitle {
    line-height: 1.02;
    margin-bottom: 0; }
  .text-link-stack-image-series .headercontainer hr {
    margin: 0;
    border-top: none;
    height: 3px;
    width: 50px;
    margin-top: 15px;
    margin-bottom: 20px; }
  .text-link-stack-image-series .headercontainer .description {
    width: 80%;
    margin: 0;
    margin-bottom: 50px;
    text-align: left; }

.text-link-stack-image-series .marginbottom50px {
  margin-bottom: 50px; }

.text-link-stack-image-series .ctacontainer {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 50px; }
  .text-link-stack-image-series .ctacontainer .cta {
    display: inline-block; }
  .text-link-stack-image-series .ctacontainer .simplecta {
    padding: 10px 15px;
    display: block;
    border: solid 2px transparent;
    transition: all .25s ease-out; }
    .text-link-stack-image-series .ctacontainer .simplecta:hover {
      transition: all .25s ease-out;
      text-decoration: none;
      color: #0079c1; }
    .text-link-stack-image-series .ctacontainer .simplecta .right-arrow-blue {
      width: 12px;
      height: 12px;
      display: inline-block;
      margin-left: 5px; }

.text-link-stack-image-series .dark-mode .headertitle {
  color: #fff; }

.text-link-stack-image-series .dark-mode .description {
  color: #ccc; }

.text-link-stack-image-series .dark-mode .cta {
  border: solid 1px #49b0f2; }
  .text-link-stack-image-series .dark-mode .cta a {
    color: #49b0f2; }

.text-link-stack-image-series .dark-mode .simplecta:hover {
  border: solid 2px #49b0f2;
  color: #49b0f2; }

.text-link-stack-image-series .dark-mode .simplecta .right-arrow-blue {
  fill: #49b0f2; }

.text-link-stack-image-series .light-mode .headertitle {
  color: #4c4c4c; }

.text-link-stack-image-series .light-mode .description {
  color: #4c4c4c; }

.text-link-stack-image-series .light-mode .cta {
  border: solid 1px #0079c1; }
  .text-link-stack-image-series .light-mode .cta a {
    color: #0079c1; }

.text-link-stack-image-series .light-mode .simplecta:hover {
  border: solid 2px #0079c1;
  color: #0079c1; }

.text-link-stack-image-series .light-mode .simplecta .right-arrow-blue {
  fill: #0079c1; }

@media (min-width: 860px) {
  .text-link-stack-image-series .headercontainer {
    padding: 0;
    text-align: center; }
    .text-link-stack-image-series .headercontainer hr {
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 20px; }
    .text-link-stack-image-series .headercontainer .description {
      margin: 0 auto;
      margin-bottom: 50px;
      width: 60%;
      text-align: center; } }

@media (min-width: 481px) and (max-width: 860px) {
  .text-link-stack-image-series .block {
    margin-bottom: 40px; }
    .text-link-stack-image-series .block:nth-child(2n+1):nth-last-child(-n+2) {
      margin-bottom: 0px; }
    .text-link-stack-image-series .block:nth-child(2n+1):nth-last-child(-n+2) ~ div {
      margin-bottom: 0px; } }

@media (min-width: 861px) {
  .text-link-stack-image-series .singleRow .block {
    margin-bottom: 0; }
  .text-link-stack-image-series .multipleRow .cardsPerRow-1 .block {
    margin-bottom: 40px; }
    .text-link-stack-image-series .multipleRow .cardsPerRow-1 .block:nth-child(1n+1):nth-last-child(-n+1) {
      margin-bottom: 0px; }
    .text-link-stack-image-series .multipleRow .cardsPerRow-1 .block:nth-child(1n+1):nth-last-child(-n+1) ~ div {
      margin-bottom: 0px; }
  .text-link-stack-image-series .multipleRow .cardsPerRow-3 .block {
    margin-bottom: 40px; }
    .text-link-stack-image-series .multipleRow .cardsPerRow-3 .block:nth-child(3n+1):nth-last-child(-n+3) {
      margin-bottom: 0px; }
    .text-link-stack-image-series .multipleRow .cardsPerRow-3 .block:nth-child(3n+1):nth-last-child(-n+3) ~ div {
      margin-bottom: 0px; }
  .text-link-stack-image-series .multipleRow .cardsPerRow-4 .block {
    margin-bottom: 40px; }
    .text-link-stack-image-series .multipleRow .cardsPerRow-4 .block:nth-child(4n+1):nth-last-child(-n+4) {
      margin-bottom: 0px; }
    .text-link-stack-image-series .multipleRow .cardsPerRow-4 .block:nth-child(4n+1):nth-last-child(-n+4) ~ div {
      margin-bottom: 0px; } }

html[dir="rtl"] body .text-link-stack-image-series .headercontainer {
  text-align: right; }
  html[dir="rtl"] body .text-link-stack-image-series .headercontainer .description {
    text-align: right; }

@media (min-width: 860px) {
  html[dir="rtl"] body .text-link-stack-image-series .headercontainer {
    text-align: center; }
    html[dir="rtl"] body .text-link-stack-image-series .headercontainer .description {
      text-align: center; } }

html[dir="rtl"] body .text-link-stack-image-series .ctacontainer .simplecta .right-arrow-blue {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 5px; }

.text-link-stack-image {
  width: 100%; }
  .text-link-stack-image .headerimage {
    line-height: 0; }
  .text-link-stack-image .contentarea {
    padding: var(--space-8) var(--space-5) var(--space-8) 0; }
    .text-link-stack-image .contentarea h3 {
      margin: 0 0 var(--space-5) 0;
      letter-spacing: -0.05rem;
      color: var(--calcite-ui-text-1);
      font-size: var(--font-3); }
    .text-link-stack-image .contentarea .contenttext {
      color: var(--calcite-ui-text-2);
      font-size: var(--font-0); }
    .text-link-stack-image .contentarea .bottom-link {
      margin-bottom: 0; }
      .text-link-stack-image .contentarea .bottom-link a {
        display: block;
        width: fit-content;
        padding-right: 0; }
        .text-link-stack-image .contentarea .bottom-link a:after {
          position: relative;
          display: inline-block;
          margin-bottom: 0; }

.text-link-stack-icon-series .block {
  display: flex;
  margin-bottom: 40px; }
  .text-link-stack-icon-series .block:last-child {
    margin-bottom: 0; }

.text-link-stack-icon-series .headerimage .iconNumber {
  color: var(--theme-color); }

@media (min-width: 860px) {
  .text-link-stack-icon-series .block-group-4-up > .block {
    max-width: calc(25% - 1.5rem); }
  .text-link-stack-icon-series .block-group-3-up > .block {
    max-width: calc(33.33333% - 1.5rem); }
  .text-link-stack-icon-series .block-group-2-up > .block {
    max-width: calc(50% - 1.5rem); } }

.text-link-stack-icon-series .headercontainer {
  text-align: left;
  width: 100%;
  padding: 0 20px; }
  .text-link-stack-icon-series .headercontainer .headertitle {
    line-height: 1.02;
    margin-bottom: 0; }
  .text-link-stack-icon-series .headercontainer hr {
    margin: 0;
    border-top: none;
    height: 3px;
    width: 50px;
    margin-top: 15px;
    margin-bottom: 20px; }
  .text-link-stack-icon-series .headercontainer .description {
    width: 80%;
    margin: 0;
    margin-bottom: 50px; }

.text-link-stack-icon-series .marginbottom50px {
  margin-bottom: 50px; }

.text-link-stack-icon-series .ctacontainer {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 50px; }
  .text-link-stack-icon-series .ctacontainer .cta {
    display: inline-block; }
  .text-link-stack-icon-series .ctacontainer .simplecta {
    padding: 10px 15px;
    display: block;
    border: solid 2px transparent;
    transition: all .25s ease-out; }
    .text-link-stack-icon-series .ctacontainer .simplecta:hover {
      transition: all .25s ease-out;
      text-decoration: none;
      color: #0079c1; }
    .text-link-stack-icon-series .ctacontainer .simplecta .right-arrow-blue {
      width: 12px;
      height: 12px;
      display: inline-block;
      margin-left: 5px; }

.text-link-stack-icon-series .dark-mode .headertitle {
  color: #fff; }

.text-link-stack-icon-series .dark-mode .description {
  color: #ccc; }

.text-link-stack-icon-series .dark-mode .cta {
  border: solid 1px #49b0f2; }
  .text-link-stack-icon-series .dark-mode .cta a {
    color: #49b0f2; }

.text-link-stack-icon-series .dark-mode .simplecta:hover {
  border: solid 2px #49b0f2;
  color: #49b0f2; }

.text-link-stack-icon-series .dark-mode .simplecta .right-arrow-blue {
  fill: #49b0f2; }

.text-link-stack-icon-series .light-mode .headertitle, .text-link-stack-icon-series .light-mode .description {
  color: #4c4c4c; }

.text-link-stack-icon-series .light-mode .cta {
  border: solid 1px #0079c1; }
  .text-link-stack-icon-series .light-mode .cta a {
    color: #0079c1; }

.text-link-stack-icon-series .light-mode .simplecta:hover {
  border: solid 2px #0079c1;
  color: #0079c1; }

.text-link-stack-icon-series .light-mode .simplecta .right-arrow-blue {
  fill: #0079c1; }

@media (min-width: 860px) {
  .text-link-stack-icon-series .headercontainer {
    text-align: center;
    padding: 0; }
    .text-link-stack-icon-series .headercontainer hr {
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 20px; }
    .text-link-stack-icon-series .headercontainer .description {
      margin: 0 auto;
      margin-bottom: 50px;
      width: 60%; } }

@media (min-width: 481px) and (max-width: 860px) {
  .text-link-stack-icon-series .block {
    margin-bottom: 40px; }
    .text-link-stack-icon-series .block:nth-child(2n+1):nth-last-child(-n+2) {
      margin-bottom: 0px; }
    .text-link-stack-icon-series .block:nth-child(2n+1):nth-last-child(-n+2) ~ div {
      margin-bottom: 0px; } }

@media (min-width: 0px) {
  .text-link-stack-icon-series .singleRow .block, .text-link-stack-icon-series .cardsPerRow-1 .block, .text-link-stack-icon-series .cardsPerRow-3 .block, .text-link-stack-icon-series .cardsPerRow-4 .block {
    padding-left: 12px; } }

@media (min-width: 861px) {
  .text-link-stack-icon-series .singleRow .block {
    margin-bottom: 0; }
  .text-link-stack-icon-series .multipleRow .cardsPerRow-1 .block {
    margin-bottom: 40px; }
    .text-link-stack-icon-series .multipleRow .cardsPerRow-1 .block:nth-child(1n+1):nth-last-child(-n+1) {
      margin-bottom: 0px; }
    .text-link-stack-icon-series .multipleRow .cardsPerRow-1 .block:nth-child(1n+1):nth-last-child(-n+1) ~ div {
      margin-bottom: 0px; }
  .text-link-stack-icon-series .multipleRow .cardsPerRow-3 .block {
    margin-bottom: 40px; }
    .text-link-stack-icon-series .multipleRow .cardsPerRow-3 .block:nth-child(3n+1):nth-last-child(-n+3) {
      margin-bottom: 0px; }
    .text-link-stack-icon-series .multipleRow .cardsPerRow-3 .block:nth-child(3n+1):nth-last-child(-n+3) ~ div {
      margin-bottom: 0px; }
  .text-link-stack-icon-series .multipleRow .cardsPerRow-4 .block {
    margin-bottom: 40px; }
    .text-link-stack-icon-series .multipleRow .cardsPerRow-4 .block:nth-child(4n+1):nth-last-child(-n+4) {
      margin-bottom: 0px; }
    .text-link-stack-icon-series .multipleRow .cardsPerRow-4 .block:nth-child(4n+1):nth-last-child(-n+4) ~ div {
      margin-bottom: 0px; } }

html[dir="rtl"] body .text-link-stack-icon-series .headertitle, html[dir="rtl"] body .text-link-stack-icon-series .description {
  text-align: right; }
  @media (min-width: 860px) {
    html[dir="rtl"] body .text-link-stack-icon-series .headertitle, html[dir="rtl"] body .text-link-stack-icon-series .description {
      text-align: center; } }

html[dir="rtl"] body .text-link-stack-icon-series .contentarea {
  padding: 0 10px 20px 0; }
  html[dir="rtl"] body .text-link-stack-icon-series .contentarea .bottom-link a[data-link-type] {
    padding-right: 0px; }
    html[dir="rtl"] body .text-link-stack-icon-series .contentarea .bottom-link a[data-link-type]::before {
      float: left;
      margin: 0 6px 0 0; }
    html[dir="rtl"] body .text-link-stack-icon-series .contentarea .bottom-link a[data-link-type]:not([data-link-type='video'])::before {
      transform: scaleX(-1);
      margin-top: 5px; }

html[dir="rtl"] body .text-link-stack-icon-series .ctacontainer .simplecta .right-arrow-blue {
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 5px; }

.text-link-stack-icon ul > li {
  list-style-type: disc; }

.text-link-stack-icon .headerimage {
  margin-bottom: 1.55rem; }
  .text-link-stack-icon .headerimage img {
    width: 64px;
    height: 64px; }
  .text-link-stack-icon .headerimage .iconNumber {
    line-height: 1.1;
    color: var(--calcite-ui-text-1); }

.text-link-stack-icon .text-link-stack-icon-wrapper .contentarea .cardtitle {
  color: var(--calcite-ui-text-1); }

.text-link-stack-icon .text-link-stack-icon-wrapper .contentarea .contenttext {
  color: var(--calcite-ui-text-2); }

.text-link-stack-icon .text-link-stack-icon-wrapper .contentarea .bottom-link a {
  display: block;
  padding-right: 0;
  width: fit-content; }
  .text-link-stack-icon .text-link-stack-icon-wrapper .contentarea .bottom-link a:after {
    position: relative;
    display: inline-block;
    margin-bottom: 0; }

.text-link-stack-icon .text-link-stack-icon-wrapper .contentarea {
  padding: 0 20px 20px 0; }
  .text-link-stack-icon .text-link-stack-icon-wrapper .contentarea a {
    width: fit-content; }

.storyteller-item {
  counter-reset: my-sec-counter;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  .storyteller-item-container {
    display: flex;
    flex-direction: column;
    width: 85%;
    padding-right: 25px; }
    @media screen and (min-width: 1260px) {
      .storyteller-item-container {
        padding-right: 50px; } }
  .storyteller-item-stat {
    display: flex;
    flex-direction: column; }
  .storyteller-item-image {
    margin-right: 5px; }
    .storyteller-item-image img.svg, .storyteller-item-image svg {
      width: 64px;
      height: 64px; }
  .storyteller-item-content {
    width: 100%; }
    .storyteller-item-content.no-image {
      padding-left: 43px; }
  .storyteller-item-title {
    margin-bottom: 0;
    display: flex;
    align-items: flex-end; }
    .storyteller-item-title p {
      margin-bottom: 0; }
  .storyteller-item-description {
    line-height: 1.35;
    margin-bottom: 35px; }
  @media screen and (min-width: 768px) {
    .storyteller-item {
      flex-direction: row; }
      .storyteller-item-container {
        width: 50%; }
      .storyteller-item-container.iconList {
        flex-direction: row;
        width: 100%; }
        .storyteller-item-container.iconList .storyteller-item-title {
          font-size: 1.2019rem;
          font-weight: 700; }
        .storyteller-item-container.iconList .storyteller-item-image {
          margin-right: 32px; }
      .storyteller-item-description {
        width: 95%; } }
  @media screen and (min-width: 1152px) {
    .storyteller-item-stat {
      flex-direction: row; } }

@media screen and (min-width: 1260px) {
  html[dir="rtl"] .storyteller-item-container {
    padding-right: 0px;
    padding-left: 50px; } }

.storyteller-item.sti-content--numberedlist {
  counter-reset: my-sec-counter;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  .storyteller-item.sti-content--numberedlist .storyteller-item-container {
    display: flex;
    flex-direction: column;
    width: 85%;
    padding-right: 0px;
    padding-inline-start: 45px; }
  .storyteller-item.sti-content--numberedlist .storyteller-item-stat {
    display: flex;
    flex-direction: column; }
  .storyteller-item.sti-content--numberedlist .storyteller-item-image {
    display: none; }
    .storyteller-item.sti-content--numberedlist .storyteller-item-image img.svg, .storyteller-item.sti-content--numberedlist .storyteller-item-image svg {
      width: 64px;
      height: 64px; }
  .storyteller-item.sti-content--numberedlist .storyteller-item-content {
    width: 100%; }
    .storyteller-item.sti-content--numberedlist .storyteller-item-content.no-image {
      padding-left: 43px; }
  .storyteller-item.sti-content--numberedlist .storyteller-item-title {
    margin-bottom: 0;
    display: flex;
    align-items: flex-start; }
    .storyteller-item.sti-content--numberedlist .storyteller-item-title::before {
      counter-increment: my-sec-counter;
      content: "0" counter(my-sec-counter) ". ";
      margin-left: -43px;
      margin-right: 5px;
      color: var(--theme-color);
      font-size: 18px; }
      html[dir="rtl"] .storyteller-item.sti-content--numberedlist .storyteller-item-title::before {
        margin-left: 15px;
        margin-right: 0; }
    .storyteller-item.sti-content--numberedlist .storyteller-item-title p {
      margin-bottom: 0;
      font-size: 1.2019rem;
      margin-left: 10px; }
  .storyteller-item.sti-content--numberedlist .storyteller-item-description {
    color: var(--calcite-ui-text-1); }
    @media screen and (min-width: 1024px) {
      html[dir="rtl"] .storyteller-item.sti-content--numberedlist .storyteller-item-description {
        margin-right: 40px; } }
  .storyteller-item.sti-content--numberedlist + div.storyteller__ctabox {
    padding-left: 43px; }

.storyteller-item.sti-content--iconlist {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap; }
  .storyteller-item.sti-content--iconlist .storyteller-item-container {
    display: flex;
    flex-direction: column;
    width: 85%;
    padding-right: 0px;
    padding-left: 0px; }
  .storyteller-item.sti-content--iconlist .storyteller-item-stat {
    display: flex;
    flex-direction: column; }
  .storyteller-item.sti-content--iconlist .storyteller-item-image img.svg, .storyteller-item.sti-content--iconlist .storyteller-item-image svg {
    width: 64px;
    height: 64px; }
  .storyteller-item.sti-content--iconlist .storyteller-item-content {
    width: 100%; }
    .storyteller-item.sti-content--iconlist .storyteller-item-content.no-image {
      padding-left: 43px; }
  .storyteller-item.sti-content--iconlist .storyteller-item-title {
    margin-bottom: 0;
    display: flex;
    align-items: flex-end; }
  .storyteller-item.sti-content--iconlist .storyteller-item-description {
    color: var(--calcite-ui-text-1); }
    @media screen and (min-width: 1024px) {
      html[dir="rtl"] .storyteller-item.sti-content--iconlist .storyteller-item-description {
        margin-right: 40px; } }
  .storyteller-item.sti-content--iconlist + div.storyteller__ctabox {
    padding-left: 43px; }

.storyteller .play-button {
  border: none;
  margin-top: 0px;
  background: rgba(255, 255, 255, 0.9);
  width: 60px;
  height: 60px;
  border-radius: 100%;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  transition: all .25s ease-out; }
  .storyteller .play-button:hover, .storyteller .play-button:focus {
    outline: none;
    cursor: pointer; }
  .storyteller .play-button:after {
    border-left: 12px solid #000000; }
    .storyteller .play-button:after:hover {
      border-left: 12px solid #000000; }
  .storyteller .play-button:hover, .storyteller .play-button:focus {
    background: var(--calcite-ui-brand);
    border: none;
    outline: none; }
    .storyteller .play-button:hover:after, .storyteller .play-button:focus:after {
      border-left: 12px solid white; }
  .storyteller .play-button:focus {
    background: var(--calcite-ui-brand);
    outline: none; }
    .storyteller .play-button:focus:after {
      border-left: 12px solid white; }
  .storyteller .play-button:after {
    content: "";
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    left: 52.5%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0; }
  @media screen and (min-width: 840px) {
    .storyteller .play-button {
      border: none;
      margin-top: 0px;
      background: rgba(255, 255, 255, 0.9);
      width: 72px;
      height: 72px;
      border-radius: 100%;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 5;
      transition: all .25s ease-out; }
      .storyteller .play-button:hover, .storyteller .play-button:focus {
        outline: none;
        cursor: pointer; }
      .storyteller .play-button:after {
        border-left: 15px solid #000000; }
        .storyteller .play-button:after:hover {
          border-left: 15px solid #000000; }
      .storyteller .play-button:hover, .storyteller .play-button:focus {
        background: var(--calcite-ui-brand);
        border: none;
        outline: none; }
        .storyteller .play-button:hover:after, .storyteller .play-button:focus:after {
          border-left: 15px solid white; }
      .storyteller .play-button:focus {
        background: var(--calcite-ui-brand);
        outline: none; }
        .storyteller .play-button:focus:after {
          border-left: 15px solid white; }
      .storyteller .play-button:after {
        content: "";
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
        left: 52.5%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 0;
        width: 0; } }

.storyteller__container {
  display: flex;
  flex-direction: column;
  min-height: 1100px;
  position: relative;
  background-position: right bottom;
  background-size: cover;
  background-color: var(--calcite-ui-background);
  color: var(--calcite-ui-text-1); }
  .storyteller__container--left {
    display: flex;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 25px 0 25px 0; }
  .storyteller__container--content {
    padding: 25px; }
    @media screen and (min-width: 1024px) {
      .storyteller__container--content {
        padding: 50px; } }

.storyteller--border {
  border-left: solid 1px var(--calcite-ui-border-1);
  padding-left: 40px; }
  html[dir="rtl"] .storyteller--border {
    border-right: solid 1px var(--calcite-ui-border-1);
    padding-right: 40px;
    border-left: none; }

.storyteller__image {
  width: 100%;
  text-align: left;
  position: relative;
  display: flex;
  flex-direction: column-reverse; }
  .storyteller__image .backgroundImage {
    width: 100%;
    display: flex;
    align-items: flex-start;
    margin: -120px 0 0 0; }
    .storyteller__image .backgroundImage .imageBGPosition {
      width: 100%;
      height: 0;
      padding-bottom: 80.95%; }
      .storyteller__image .backgroundImage .imageBGPosition img {
        height: auto;
        object-fit: cover;
        width: 100%; }
        @media screen and (min-width: 1024px) {
          .storyteller__image .backgroundImage .imageBGPosition img {
            height: 100%; } }
  .storyteller__image .primaryImage {
    width: 90%;
    margin: 0 auto; }
    .storyteller__image .primaryImage .imagePosition {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 125%;
      overflow: hidden; }
      .storyteller__image .primaryImage .imagePosition video {
        position: absolute;
        top: 0;
        left: 50%;
        width: auto;
        height: 100%;
        max-width: none;
        transform: translateX(-50%); }
      .storyteller__image .primaryImage .imagePosition img {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover; }
    .storyteller__image .primaryImage .imageOverlay {
      position: absolute;
      background-color: var(--calcite-ui-background);
      width: 90%;
      padding: 30px;
      opacity: 0.85;
      bottom: 0;
      left: 0; }
      html[dir="rtl"] .storyteller__image .primaryImage .imageOverlay {
        text-align: right; }
      .storyteller__image .primaryImage .imageOverlay p {
        margin-bottom: 0; }
    .storyteller__image .primaryImage img {
      width: 100%;
      height: auto; }
    .storyteller__image .primaryImage .overlayTitle {
      color: var(--calcite-ui-text-1);
      margin-bottom: 0; }
    .storyteller__image .primaryImage .overlayContent {
      color: var(--calcite-ui-text-2); }
    .storyteller__image .primaryImage .cmp-carousel .image {
      width: 100%;
      height: 0;
      padding-bottom: 125%;
      overflow: hidden; }
      .storyteller__image .primaryImage .cmp-carousel .image .cq-dd-image {
        width: 100%;
        height: 125vw;
        object-fit: cover; }
        @media screen and (min-width: 1024px) {
          .storyteller__image .primaryImage .cmp-carousel .image .cq-dd-image {
            width: auto;
            height: 720px; } }
    .storyteller__image .primaryImage .cmp-carousel .cmp-carousel__action {
      opacity: 1;
      border-radius: 0;
      background-color: var(--theme-color);
      color: var(--calcite-button-transparent-press); }
      .storyteller__image .primaryImage .cmp-carousel .cmp-carousel__action:hover {
        background-color: var(--calcite-scrim-background); }
      .storyteller__image .primaryImage .cmp-carousel .cmp-carousel__action--next {
        right: -25px;
        top: calc(50% - 27px); }
      .storyteller__image .primaryImage .cmp-carousel .cmp-carousel__action--previous {
        left: -25px;
        top: calc(50% - 27px); }
    .storyteller__image .primaryImage .cmp-carousel .cmp-carousel__indicators {
      display: none; }
    .storyteller__image .primaryImage .cmp-carousel .cmp-carousel__action:focus {
      outline: none;
      box-shadow: 0 0 0 2px var(--theme-color); }

.storyteller__title {
  line-height: 1.15;
  margin-bottom: 35px; }
  @media screen and (max-width: 1024px) {
    .storyteller__title {
      font-size: 2.5rem; } }

.storyteller__category {
  margin-bottom: 15px; }

.storyteller__description {
  margin-bottom: 20px; }

.storyteller__ctabox {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  text-align: center; }
  .storyteller__ctabox .calcite-button-wrapper {
    margin-inline-end: var(--space-4); }
  .storyteller__ctabox calcite-button {
    --calcite-ui-foreground-1: transparent; }

.storyteller.st-CTA1--solid calcite-button, .storyteller.st-CTA1--solid calcite-link {
  --calcite-ui-foreground-1: #151515;
  --calcite-ui-brand: #ffffff;
  --calcite-ui-text-link: #151515;
  --calcite-link-blue-underline: #151515; }
  .storyteller.st-CTA1--solid calcite-button:hover, .storyteller.st-CTA1--solid calcite-button:focus, .storyteller.st-CTA1--solid calcite-button:focus-within, .storyteller.st-CTA1--solid calcite-link:hover, .storyteller.st-CTA1--solid calcite-link:focus, .storyteller.st-CTA1--solid calcite-link:focus-within {
    --calcite-ui-brand-hover: #ffffff;
    --calcite-ui-brand: #ffffff; }

.storyteller.calcite-theme-dark.st-CTA1--solid calcite-button, .storyteller.calcite-theme-dark.st-CTA1--solid calcite-link {
  --calcite-ui-brand: #151515;
  --calcite-ui-foreground-1: #ffffff;
  --calcite-ui-text-link: #ffffff;
  --calcite-link-blue-underline: #ffffff; }
  .storyteller.calcite-theme-dark.st-CTA1--solid calcite-button:hover, .storyteller.calcite-theme-dark.st-CTA1--solid calcite-button:focus, .storyteller.calcite-theme-dark.st-CTA1--solid calcite-button:active, .storyteller.calcite-theme-dark.st-CTA1--solid calcite-link:hover, .storyteller.calcite-theme-dark.st-CTA1--solid calcite-link:focus, .storyteller.calcite-theme-dark.st-CTA1--solid calcite-link:active {
    --calcite-ui-brand-hover: #000000; }

@media screen and (min-width: 768px) {
  .storyteller .primaryImage {
    width: 75%; } }

@media screen and (min-width: 1024px) {
  .storyteller__container {
    flex-direction: row-reverse; }
    .storyteller__container--left {
      width: 50%;
      padding: 150px 0 150px 0; }
    .storyteller__container--content {
      padding: 0 0 0 80px;
      width: 85%; }
  .storyteller__image {
    flex-direction: column;
    width: 50%; }
    .storyteller__image .backgroundImage {
      width: 90%;
      height: 100%;
      margin: 0; }
      .storyteller__image .backgroundImage .imageBGPosition {
        height: 100%;
        padding-bottom: 0; }
    .storyteller__image .primaryImage {
      top: 50%;
      transform: translateY(-50%);
      position: absolute;
      right: 0;
      margin-top: 100px; }
      html[dir="rtl"] .storyteller__image .primaryImage {
        right: auto;
        left: 0; }
      .storyteller__image .primaryImage .imageOverlay {
        width: 80%; }
      .storyteller__image .primaryImage img {
        width: 75%;
        height: auto; }
  .storyteller .primaryImage {
    width: 500px;
    margin: 0 auto; }
  .storyteller__ctabox {
    flex-direction: row;
    align-items: baseline; } }

@media screen and (min-width: 1440px) {
  .storyteller__container--content {
    padding: 0px 0px 0px 80px;
    width: 70%; } }

@media screen and (min-width: 1920px) {
  .storyteller .primaryImage {
    width: 576px; }
    .storyteller .primaryImage img {
      width: 100%;
      height: auto; }
  .storyteller__container--content {
    width: 595px; } }

@media screen and (min-width: 1024px) {
  .storyteller.st-content--left .storyteller__container {
    flex-direction: row;
    background-position: left bottom; }
    .storyteller.st-content--left .storyteller__container--left {
      justify-content: flex-end; }
    .storyteller.st-content--left .storyteller__container--content {
      padding: 0 80px 0 0; }
  .storyteller.st-content--left .storyteller__image {
    align-items: flex-end; }
    .storyteller.st-content--left .storyteller__image .primaryImage {
      right: auto;
      left: 0;
      text-align: left; }
      html[dir="rtl"] .storyteller.st-content--left .storyteller__image .primaryImage {
        left: auto;
        right: 0; }
      .storyteller.st-content--left .storyteller__image .primaryImage .imageOverlay {
        left: auto;
        right: 0; } }

html[dir="rtl"] .storyteller__container--content {
  padding: 0 80px 0 0; }

html[dir="rtl"] .storyteller.st-content--left .storyteller__container--content {
  padding: 0 0 0 80px; }

.storyteller.st-bgimage--padding .storyteller__container {
  padding: 0; }

.storyteller.st-bgimage--padding .storyteller__image .backgroundImage .imageBGPosition {
  width: 100%;
  height: 0;
  padding-bottom: 80.95%; }
  .storyteller.st-bgimage--padding .storyteller__image .backgroundImage .imageBGPosition img {
    height: auto; }

@media screen and (min-width: 1024px) {
  .storyteller.st-bgimage--padding .storyteller__container {
    padding: 100px 0; }
    .storyteller.st-bgimage--padding .storyteller__container--left {
      padding: 0; }
      html[dir="rtl"] .storyteller.st-bgimage--padding .storyteller__container--left {
        padding: 0 40px; }
  .storyteller.st-bgimage--padding .storyteller__image .backgroundImage {
    width: 90%;
    height: 85%;
    margin: 0 auto; }
  .storyteller.st-bgimage--padding .storyteller__image .primaryImage {
    margin-top: 200px;
    top: unset;
    transform: unset; } }

@media screen and (min-width: 1440px) {
  .storyteller.st-bgimage--padding .storyteller__image .backgroundImage {
    width: 720px; } }

@media screen and (min-width: 1920px) {
  .storyteller.st-bgimage--padding .storyteller__image .backgroundImage {
    width: 820px; } }

.storyteller.st-hero--video {
  max-width: 1580px;
  margin: 0 auto; }
  .storyteller.st-hero--video .storyteller__container {
    min-height: auto; }
    @media screen and (min-width: 1620px) {
      .storyteller.st-hero--video .storyteller__container {
        min-height: 1025px; } }
    .storyteller.st-hero--video .storyteller__container--left {
      padding: 0; }
      @media screen and (min-width: 1024px) {
        .storyteller.st-hero--video .storyteller__container--left {
          padding: 0 0 400px 0; } }
    .storyteller.st-hero--video .storyteller__container--content {
      width: 100%;
      padding: 25px; }
      @media screen and (min-width: 1024px) {
        .storyteller.st-hero--video .storyteller__container--content {
          padding: 60px; } }
    .storyteller.st-hero--video .storyteller__container .backgroundImage {
      display: none;
      margin: 0; }
    .storyteller.st-hero--video .storyteller__container .primaryImage {
      max-height: none; }
    @media screen and (min-width: 1024px) {
      .storyteller.st-hero--video .storyteller__container--left {
        padding: 0; }
      .storyteller.st-hero--video .storyteller__container .backgroundImage {
        display: none; }
      .storyteller.st-hero--video .storyteller__container .primaryImage {
        display: block;
        width: 100%;
        height: 100%;
        padding-top: 0; } }
    @media screen and (min-width: 1620px) {
      .storyteller.st-hero--video .storyteller__container--content {
        padding: 120px 120px 0 120px; } }
  @media screen and (max-width: 1024px) {
    .storyteller.st-hero--video .storyteller__image {
      margin-bottom: 20px; } }
  @media screen and (max-width: 1620px) {
    .storyteller.st-hero--video .storyteller__image .primaryImage {
      overflow: hidden; } }
  @media screen and (min-width: 1024px) {
    .storyteller.st-hero--video .storyteller__image .primaryImage {
      display: block;
      width: 100%;
      height: 100%;
      padding-top: 0;
      position: relative; } }
  @media screen and (min-width: 1024px) {
    .storyteller.st-hero--video .storyteller__image .primaryImage .imagePosition {
      position: absolute;
      height: 100%; } }
  .storyteller.st-hero--video .storyteller__image .primaryImage .imagePosition video {
    height: auto;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover; }

.sra-search {
  display: flex;
  flex-direction: row; }

.simple-search {
  width: 100%;
  margin: auto;
  z-index: 10;
  position: relative;
  margin-top: -60px; }
  .simple-search .sra-search, .simple-search .sra-search-field {
    background: #ffffff;
    position: relative;
    width: 90%;
    margin: auto;
    padding: 0 16px; }
    @media (min-width: 1280px) {
      .simple-search .sra-search, .simple-search .sra-search-field {
        width: 40%; } }
    .simple-search .sra-search input, .simple-search .sra-search-field input {
      color: #151515; }
    .simple-search .sra-search .simple-search-textfield, .simple-search .sra-search-field .simple-search-textfield {
      height: 57px;
      border: none;
      border: none;
      font-size: 16px; }
      @media (max-width: 420px) {
        .simple-search .sra-search .simple-search-textfield, .simple-search .sra-search-field .simple-search-textfield {
          padding-right: 50px; } }
      @media (min-width: 1280px) {
        .simple-search .sra-search .simple-search-textfield, .simple-search .sra-search-field .simple-search-textfield {
          font-size: 18px; } }
      .simple-search .sra-search .simple-search-textfield::placeholder, .simple-search .sra-search-field .simple-search-textfield::placeholder {
        color: #808080; }
    .simple-search .sra-search .custom-underline-text-input-container, .simple-search .sra-search-field .custom-underline-text-input-container {
      position: relative;
      height: 60px;
      background-size: 30px 30px;
      display: flex;
      align-items: center;
      margin-right: 10px; }
      @media (min-width: 1280px) {
        .simple-search .sra-search .custom-underline-text-input-container, .simple-search .sra-search-field .custom-underline-text-input-container {
          padding-right: 0;
          margin-right: 0; } }
    .simple-search .sra-search .sra-submit.sra-spy-glass-icon, .simple-search .sra-search-field .sra-submit.sra-spy-glass-icon {
      border: none;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M28.996 28.29l-9.595-9.596.255-.256a9.3 9.3 0 1 0-1.218 1.218l.256-.255 9.595 9.595zm-11.265-9.34a8.328 8.328 0 1 1 1.156-1.15z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E%0A");
      background-repeat: no-repeat;
      background-position: center center;
      width: 50px;
      height: 32px;
      box-shadow: none;
      transition: all 0.25s ease-in-out;
      cursor: pointer; }
      .simple-search .sra-search .sra-submit.sra-spy-glass-icon:hover, .simple-search .sra-search .sra-submit.sra-spy-glass-icon:focus, .simple-search .sra-search-field .sra-submit.sra-spy-glass-icon:hover, .simple-search .sra-search-field .sra-submit.sra-spy-glass-icon:focus {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23007ac2' d='M28.996 28.29l-9.595-9.596.255-.256a9.3 9.3 0 1 0-1.218 1.218l.256-.255 9.595 9.595zm-11.265-9.34a8.328 8.328 0 1 1 1.156-1.15z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E%0A"); }
    .simple-search .sra-search .custom-underline-text-input-grayline,
    .simple-search .sra-search .custom-underline-text-input-blueline,
    .simple-search .sra-search .custom-underline-text-input-measure, .simple-search .sra-search-field .custom-underline-text-input-grayline,
    .simple-search .sra-search-field .custom-underline-text-input-blueline,
    .simple-search .sra-search-field .custom-underline-text-input-measure {
      position: absolute;
      height: 1px; }
    .simple-search .sra-search .custom-underline-text-input-grayline, .simple-search .sra-search-field .custom-underline-text-input-grayline {
      z-index: 10;
      border: none;
      border-top: solid #e6e6e6 1px;
      width: 100%; }
    .simple-search .sra-search .custom-underline-text-input-blueline, .simple-search .sra-search-field .custom-underline-text-input-blueline {
      z-index: 11;
      border: none;
      border-top: solid #0079c1 1px;
      width: 0;
      transition: width 0.25s ease-in-out; }
    .simple-search .sra-search .custom-underline-text-input-measure, .simple-search .sra-search-field .custom-underline-text-input-measure {
      display: inline-block;
      opacity: 0;
      margin: 0;
      z-index: 1;
      user-select: none;
      top: 0;
      bottom: 0;
      position: absolute; }
    .simple-search .sra-search .custom-underline-text-input-grayline,
    .simple-search .sra-search .custom-underline-text-input-blueline, .simple-search .sra-search-field .custom-underline-text-input-grayline,
    .simple-search .sra-search-field .custom-underline-text-input-blueline {
      display: block;
      top: 60px;
      margin-left: 4px;
      max-width: 100%;
      left: 0; }
      @media (min-width: 1280px) {
        .simple-search .sra-search .custom-underline-text-input-grayline,
        .simple-search .sra-search .custom-underline-text-input-blueline, .simple-search .sra-search-field .custom-underline-text-input-grayline,
        .simple-search .sra-search-field .custom-underline-text-input-blueline {
          max-width: 100%;
          margin: 0; } }
    .simple-search .sra-search .custom-underline-text-input,
    .simple-search .sra-search .custom-underline-text-input:focus, .simple-search .sra-search-field .custom-underline-text-input,
    .simple-search .sra-search-field .custom-underline-text-input:focus {
      padding-left: 4px;
      padding-right: 4px;
      background: none;
      border: none;
      outline: none;
      box-shadow: none; }
  .simple-search.searchresultspage {
    margin-top: 0; }
    @media (max-width: 1280px) and (min-width: 860px) {
      .simple-search.searchresultspage {
        margin-right: 4vw; } }
    @media (min-width: 1280px) {
      .simple-search.searchresultspage {
        margin: 0 59px; } }
    .simple-search.searchresultspage .sra-search, .simple-search.searchresultspage .sra-search-field {
      width: 100%;
      padding: 0; }
      @media (min-width: 1280px) {
        .simple-search.searchresultspage .sra-search, .simple-search.searchresultspage .sra-search-field {
          width: 100%; } }

.search-results-app {
  background: #f3f3f3;
  padding: 0; }
  .search-results-app .banner {
    background-color: #0079c1;
    height: 360px;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-align: center;
    background-position: bottom right;
    background-size: cover; }
    .search-results-app .banner__subtitle {
      width: 70%; }
      @media (min-width: 768px) {
        .search-results-app .banner__subtitle {
          width: 50%; } }
    @media (min-width: 1280px) {
      .search-results-app .banner {
        text-align: left;
        background: url("https://www.esri.com/content/dam/esrisites/en-us/omni/assets/buy-page-topo-background.png") no-repeat bottom right; } }
  .search-results-app-results {
    background: #ffffff;
    min-height: 100vh; }
    @media (min-width: 860px) and (max-width: 1280px) {
      .search-results-app-results {
        width: 1440px;
        max-width: 96vw; } }
    .search-results-app-results .results-header {
      color: #8a8a8a;
      margin: 0 0 40px;
      font-weight: 600; }
  .search-results-app-additional {
    background: #eaeaea;
    padding: 70px 0;
    margin-top: -40px; }
    .search-results-app-additional-header {
      margin-top: 30px;
      color: #151515; }

@media (min-width: 768px) {
  .search-results-app-content {
    position: relative;
    max-width: 96vw;
    display: flex; } }

@media (max-width: 767px) {
  .search-results-app-filter {
    overflow: auto;
    height: 60px;
    transition: all 0.5s linear;
    transition-timing-function: ease-in-out;
    left: 0;
    right: 0;
    position: fixed;
    background: #f3f3f3;
    z-index: 1000;
    min-width: 100%;
    float: none;
    bottom: 0;
    padding: 0;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.24);
    border-radius: 5px 5px 0 0; }
    .search-results-app-filter[data-expanded="true"] {
      margin-top: 60px;
      height: 100%;
      z-index: 99999; } }
    @media (max-width: 767px) and (max-width: 767px) {
      .search-results-app-filter[data-expanded="true"] .filter-heading .close-filter {
        height: 16px;
        width: 16px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%230079c1' d='M8.718 8l5.303 5.303-.707.707L8.01 8.707 2.707 14.01 2 13.303 7.303 8 2 2.697l.707-.707L8.01 7.293l5.304-5.303.707.707z'/%3E%3C/svg%3E"); } }

@media (max-width: 767px) {
      .search-results-app-filter[data-expanded="true"] .filter-content {
        display: block; }
        .search-results-app-filter[data-expanded="true"] .filter-content-mobile {
          position: fixed;
          opacity: 1; } }

@media (min-width: 768px) and (max-width: 1280px) {
  .search-results-app-filter {
    position: absolute;
    z-index: 1000;
    left: -750px;
    display: block;
    height: 100%;
    background: #f3f3f3;
    top: -60px;
    width: 51%;
    max-width: 50vw;
    transition: all .6s ease-out;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.24);
    padding: 0; }
    html[dir="rtl"] .search-results-app-filter {
      left: initial;
      right: -750px; }
    .search-results-app-filter[data-expanded="true"] {
      left: -25px; }
      html[dir="rtl"] .search-results-app-filter[data-expanded="true"] {
        left: initial;
        right: -25px; } }

.search-results-app-filter .filter-heading {
  padding: 20px 10px 20px 0;
  display: flex;
  flex-direction: row;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 20px;
  min-height: 61px; }
  @media (max-width: 768px) {
    .search-results-app-filter .filter-heading {
      cursor: pointer;
      border-radius: 5px 5px 0 0;
      position: sticky;
      top: 0;
      z-index: 1; } }
  @media (max-width: 1280px) {
    .search-results-app-filter .filter-heading {
      background: #ffffff;
      flex-direction: row-reverse;
      padding: 15px 20px; } }
  html[dir="rtl"] .search-results-app-filter .filter-heading {
    padding: 20px 20px 20px 10px; }
  .search-results-app-filter .filter-heading p {
    margin: 0;
    display: inline-block; }
  .search-results-app-filter .filter-heading .close-filter {
    position: relative;
    cursor: pointer;
    width: 20px;
    transition: all 0.5s;
    height: 20px;
    margin-left: 10px;
    display: block;
    float: right;
    margin-top: 1px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23404040' d='M8.718 8l5.303 5.303-.707.707L8.01 8.707 2.707 14.01 2 13.303 7.303 8 2 2.697l.707-.707L8.01 7.293l5.304-5.303.707.707z'/%3E%3C/svg%3E");
    content: ""; }
    @media (max-width: 767px) {
      .search-results-app-filter .filter-heading .close-filter {
        margin-top: 0;
        height: 16px;
        width: 16px;
        float: none;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23404040' d='M8.5 6.207l-4.5 4.5V9.293l4.5-4.5 4.5 4.5v1.414z'/%3E%3C/svg%3E"); } }
    @media (min-width: 1281px) {
      .search-results-app-filter .filter-heading .close-filter {
        display: none; } }
  .search-results-app-filter .filter-heading-clear {
    font-size: 12px; }
    @media (max-width: 767px) {
      .search-results-app-filter .filter-heading-clear {
        display: none; } }
    .search-results-app-filter .filter-heading-clear .filter-heading-clear-link {
      opacity: .3; }
      .search-results-app-filter .filter-heading-clear .filter-heading-clear-link:hover {
        text-decoration: none;
        cursor: initial; }
      .search-results-app-filter .filter-heading-clear .filter-heading-clear-link[data-attribute='selected'] {
        opacity: 1; }
        .search-results-app-filter .filter-heading-clear .filter-heading-clear-link[data-attribute='selected']:hover {
          text-decoration: underline;
          cursor: pointer; }
  @media (max-width: 767px) {
    .search-results-app-filter .filter-heading-text {
      display: flex;
      align-items: center;
      width: 100%; } }

.search-results-app-filter .filter-content {
  padding: 0 0 10px 20px;
  cursor: pointer; }
  @media (min-width: 1280px) {
    .search-results-app-filter .filter-content {
      padding: 0 0 10px;
      cursor: initial; } }
  html[dir="rtl"] .search-results-app-filter .filter-content {
    padding: 0 20px 0 10px; }
  @media (max-width: 767px) {
    .search-results-app-filter .filter-content {
      display: none;
      z-index: 10100;
      height: fit-content;
      min-height: calc(100% - 80px); } }
  .search-results-app-filter .filter-content-scrollsection {
    padding: 0;
    margin-bottom: 20px; }
  .search-results-app-filter .filter-content-search-scrollbar {
    height: 290px;
    overflow-Y: scroll;
    position: relative; }
    .search-results-app-filter .filter-content-search-scrollbar a {
      display: block !important; }
      .search-results-app-filter .filter-content-search-scrollbar a:first-child {
        margin-top: 10px; }
    .search-results-app-filter .filter-content-search-scrollbar::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 4px #ffffff;
      background-color: #ffffff; }
    .search-results-app-filter .filter-content-search-scrollbar::-webkit-scrollbar {
      width: 4px;
      background-color: #ffffff; }
    .search-results-app-filter .filter-content-search-scrollbar::-webkit-scrollbar-thumb {
      background-color: #D8D8D8;
      border-radius: 5px;
      height: 20px; }
  .search-results-app-filter .filter-content .filter-content-navigation #filtertree {
    padding: 0; }
    @media (max-width: 767px) {
      .search-results-app-filter .filter-content .filter-content-navigation #filtertree {
        padding: 0 0 60px 0; } }
    .search-results-app-filter .filter-content .filter-content-navigation #filtertree li.collapse {
      margin-top: 20px; }
    .search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-link {
      padding: 0 0 10px 6px;
      text-decoration: none;
      display: block;
      white-space: normal;
      position: relative;
      cursor: pointer;
      font-size: 13px;
      font-weight: 400;
      font-style: normal; }
      @media (max-width: 1280px) {
        .search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-link {
          width: fit-content; } }
      .search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-link a {
        color: #555555; }
      .search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-link:hover, .search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-link:focus, .search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-link:active, .search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-link[data-attribute='selected'] {
        color: red;
        color: #151515;
        outline: 0; }
        .search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-link:hover::before, .search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-link:focus::before, .search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-link:active::before, .search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-link[data-attribute='selected']::before {
          content: '';
          height: 12px;
          width: 12px;
          display: inline-block;
          transition: all 150ms;
          margin-right: 10px;
          margin-left: -22px; }
          html[dir="rtl"] .search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-link:hover::before, html[dir="rtl"] .search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-link:focus::before, html[dir="rtl"] .search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-link:active::before, html[dir="rtl"] .search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-link[data-attribute='selected']::before {
            margin-left: 10px;
            margin-right: -22px; }
      .search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-link:hover::before {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23757575' d='M2 8.689l.637-.636L5.5 10.727l8.022-7.87.637.637L5.5 12z'/%3E%3C/svg%3E"); }
      .search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-link[data-attribute='selected'] {
        font-weight: 500; }
        .search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-link[data-attribute='selected']::before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%230079c1' d='M2 8.689l.637-.636L5.5 10.727l8.022-7.87.637.637L5.5 12z'/%3E%3C/svg%3E"); }
      .search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-link-numbers {
        display: inline-block;
        font-weight: 400;
        font-size: 11px;
        color: #6a6a6a;
        padding-left: 5px; }
      .search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-link--parent {
        font-size: 15px;
        margin-left: 20px;
        margin-top: 20px;
        padding-left: 0px; }
        html[dir="rtl"] .search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-link--parent {
          margin-left: 0px;
          margin-right: 20px; }
    .search-results-app-filter .filter-content .filter-content-navigation #filtertree li {
      list-style: none;
      color: #555555;
      white-space: nowrap; }
      .search-results-app-filter .filter-content .filter-content-navigation #filtertree li .collapse {
        font-size: 0.8125rem;
        line-height: 1.5; }
        .search-results-app-filter .filter-content .filter-content-navigation #filtertree li .collapse:before {
          height: 10px;
          width: 10px; }
      .search-results-app-filter .filter-content .filter-content-navigation #filtertree li .scrollsection .transparent-layer {
        height: 70px;
        position: sticky;
        margin-top: -70px;
        bottom: 0;
        left: 0;
        right: 0;
        background: linear-gradient(180deg, rgba(243, 243, 243, 0) 0%, #f3f3f3 80%);
        border-left: none; }
      .search-results-app-filter .filter-content .filter-content-navigation #filtertree li .filter-content-search-product {
        padding: 0;
        margin: -7px 0 0 -28px; }
        .search-results-app-filter .filter-content .filter-content-navigation #filtertree li .filter-content-search-product-input {
          height: 30px;
          color: #151515;
          border: 1px solid #cacaca;
          box-shadow: none;
          background: url("data:image/svg+xml;base64, PHN2ZyB2aWV3Qm94PScwIDAgMTYgMTYnIHN0eWxlPSdmaWxsOiM1OTU5NTYnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTE1LjM2NCAxNC42MzZMOS43MzUgOS4wMDhhNS41IDUuNSAwIDEgMC0uNzA2LjcwOGw1LjYyOCA1LjYyNy43MDctLjcwN3pNMSA1LjVDMSAzLjAxOSAzLjAxOSAxIDUuNSAxUzEwIDMuMDE5IDEwIDUuNSA3Ljk4MSAxMCA1LjUgMTAgMSA3Ljk4MSAxIDUuNXonLz48L3N2Zz4=") no-repeat 5px center;
          background-size: 13px 13px;
          padding-left: 28px;
          font-size: 13px;
          background-color: #ffffff; }
          .search-results-app-filter .filter-content .filter-content-navigation #filtertree li .filter-content-search-product-input:hover {
            border: 1px solid #9f9f9f; }
          .search-results-app-filter .filter-content .filter-content-navigation #filtertree li .filter-content-search-product-input:focus {
            border: 1px solid #0079c1; }
      .search-results-app-filter .filter-content .filter-content-navigation #filtertree li .filter-content-search-scrollbar {
        margin-left: -28px;
        margin-bottom: 10px; }
        .search-results-app-filter .filter-content .filter-content-navigation #filtertree li .filter-content-search-scrollbar .filter-link {
          margin-left: 28px; }
      .search-results-app-filter .filter-content .filter-content-navigation #filtertree li.collapse .slider {
        display: flex; }
        .search-results-app-filter .filter-content .filter-content-navigation #filtertree li.collapse .slider .switch {
          position: relative;
          display: inline-block;
          width: 36px;
          height: 20px;
          margin-left: 0; }
        .search-results-app-filter .filter-content .filter-content-navigation #filtertree li.collapse .slider span {
          color: #6a6a6a;
          padding-left: 15px; }
        .search-results-app-filter .filter-content .filter-content-navigation #filtertree li.collapse .slider .switch input {
          opacity: 0;
          width: 0;
          height: 0; }
        .search-results-app-filter .filter-content .filter-content-navigation #filtertree li.collapse .slider .slider {
          position: absolute;
          cursor: pointer;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background-color: #f3f3f3;
          border: 1px solid #d4d4d4;
          -webkit-transition: .4s;
          transition: .4s; }
          .search-results-app-filter .filter-content .filter-content-navigation #filtertree li.collapse .slider .slider:before {
            position: absolute;
            content: "";
            height: 18px;
            width: 18px;
            left: -1px;
            top: -2px;
            background-color: #ffffff;
            -webkit-transition: all 0.15s ease-in-out 0s;
            transition: all 0.15s ease-in-out 0s;
            border: 2px solid #949494; }
          .search-results-app-filter .filter-content .filter-content-navigation #filtertree li.collapse .slider .slider:hover {
            background-color: #eaeaea;
            border: 1px solid #bfbfbf; }
            .search-results-app-filter .filter-content .filter-content-navigation #filtertree li.collapse .slider .slider:hover:before {
              border: 2px solid var(--calcite-ui-brand-hover); }
        .search-results-app-filter .filter-content .filter-content-navigation #filtertree li.collapse .slider input:checked + .slider, .search-results-app-filter .filter-content .filter-content-navigation #filtertree li.collapse .slider input:focus + .slider {
          background-color: var(--calcite-ui-brand-hover);
          border: 1px solid var(--calcite-ui-brand-press); }
          .search-results-app-filter .filter-content .filter-content-navigation #filtertree li.collapse .slider input:checked + .slider:hover, .search-results-app-filter .filter-content .filter-content-navigation #filtertree li.collapse .slider input:focus + .slider:hover {
            background-color: var(--calcite-ui-brand);
            border: 1px solid var(--calcite-ui-brand-hover); }
        .search-results-app-filter .filter-content .filter-content-navigation #filtertree li.collapse .slider input:checked + .slider:before {
          transform: translateX(18px);
          border: 2px solid var(--calcite-ui-brand); }
        .search-results-app-filter .filter-content .filter-content-navigation #filtertree li.collapse .slider .slider.round {
          border-radius: 30px; }
        .search-results-app-filter .filter-content .filter-content-navigation #filtertree li.collapse .slider .slider.round:before {
          border-radius: 50%; }
      .search-results-app-filter .filter-content .filter-content-navigation #filtertree li.collapse .slider-text {
        white-space: normal; }
    .search-results-app-filter .filter-content .filter-content-navigation #filtertree label {
      outline: 0;
      display: block;
      cursor: pointer;
      padding-bottom: 10px;
      margin: 0 20px;
      outline: 0;
      font-weight: 400;
      font-style: normal; }
      @media (max-width: 1280px) {
        .search-results-app-filter .filter-content .filter-content-navigation #filtertree label {
          width: fit-content; } }
      .search-results-app-filter .filter-content .filter-content-navigation #filtertree label a {
        color: #555555; }
      .search-results-app-filter .filter-content .filter-content-navigation #filtertree label::before {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%234a4a4a' d='M5.293 3h1.414l4.5 4.5-4.5 4.5H5.293l4.5-4.5z'/%3E%3C/svg%3E");
        height: 12px;
        width: 12px;
        display: inline-block;
        transition: all 0.15s ease-in-out 0s;
        position: absolute;
        margin-left: -20px;
        margin-top: 5px; }
        html[dir="rtl"] .search-results-app-filter .filter-content .filter-content-navigation #filtertree label::before {
          margin-left: 0;
          margin-right: -20px;
          transform: rotate(180deg); }
      .search-results-app-filter .filter-content .filter-content-navigation #filtertree label.switch:before {
        background-image: none; }
      .search-results-app-filter .filter-content .filter-content-navigation #filtertree label.switch:hover:before, .search-results-app-filter .filter-content .filter-content-navigation #filtertree label.switch:focus:before {
        background-image: none; }
      .search-results-app-filter .filter-content .filter-content-navigation #filtertree label:hover, .search-results-app-filter .filter-content .filter-content-navigation #filtertree label:focus {
        color: #151515; }
        .search-results-app-filter .filter-content .filter-content-navigation #filtertree label:hover::before, .search-results-app-filter .filter-content .filter-content-navigation #filtertree label:focus::before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M5.293 3h1.414l4.5 4.5-4.5 4.5H5.293l4.5-4.5z'/%3E%3C/svg%3E"); }
      .search-results-app-filter .filter-content .filter-content-navigation #filtertree label[data-attribute='selected'] {
        font-weight: 500; }
        .search-results-app-filter .filter-content .filter-content-navigation #filtertree label[data-attribute='selected']::before {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%230079c1' d='M5.293 3h1.414l4.5 4.5-4.5 4.5H5.293l4.5-4.5z'/%3E%3C/svg%3E"); }
          html[dir="rtl"] .search-results-app-filter .filter-content .filter-content-navigation #filtertree label[data-attribute='selected']::before {
            transform: rotate(90deg); }
    .search-results-app-filter .filter-content .filter-content-navigation #filtertree input[type=checkbox] {
      display: none; }
  .search-results-app-filter .filter-content .filter-content-navigation li.collapse ul.filter-content, .search-results-app-filter .filter-content .filter-content-navigation li.collapse div.filter-content {
    visibility: hidden;
    opacity: 0;
    max-height: 0;
    transition: all 0.5s;
    margin: 0 24px;
    border-left: 1px solid #eaeaea;
    padding: 5px 5px 5px 28px; }
    html[dir="rtl"] .search-results-app-filter .filter-content .filter-content-navigation li.collapse ul.filter-content, html[dir="rtl"] .search-results-app-filter .filter-content .filter-content-navigation li.collapse div.filter-content {
      border-left: none;
      border-right: 1px solid #eaeaea;
      padding: 5px 28px 5px 5px; }
    .search-results-app-filter .filter-content .filter-content-navigation li.collapse ul.filter-content .transparent-layer, .search-results-app-filter .filter-content .filter-content-navigation li.collapse div.filter-content .transparent-layer {
      display: none; }
  .search-results-app-filter .filter-content .filter-content-navigation li.collapse input:checked ~ ul,
  .search-results-app-filter .filter-content .filter-content-navigation li.collapse input:checked ~ div,
  .search-results-app-filter .filter-content .filter-content-navigation li.collapse input:checked ~ div ~ div,
  .search-results-app-filter .filter-content .filter-content-navigation li.collapse input[data-attribute='selected'] ~ ul,
  .search-results-app-filter .filter-content .filter-content-navigation li.collapse input[data-attribute='selected'] ~ div,
  .search-results-app-filter .filter-content .filter-content-navigation li.collapse ul.filter-content[aria-hidden="false"],
  .search-results-app-filter .filter-content .filter-content-navigation li.collapse div.filter-content.scrollsection[aria-hidden="false"],
  .search-results-app-filter .filter-content .filter-content-navigation li.collapse div.filter-content[aria-hidden="false"] {
    visibility: visible;
    opacity: 1;
    max-height: 250px;
    overflow-Y: auto; }
    .search-results-app-filter .filter-content .filter-content-navigation li.collapse input:checked ~ ul .transparent-layer,
    .search-results-app-filter .filter-content .filter-content-navigation li.collapse input:checked ~ div .transparent-layer,
    .search-results-app-filter .filter-content .filter-content-navigation li.collapse input:checked ~ div ~ div .transparent-layer,
    .search-results-app-filter .filter-content .filter-content-navigation li.collapse input[data-attribute='selected'] ~ ul .transparent-layer,
    .search-results-app-filter .filter-content .filter-content-navigation li.collapse input[data-attribute='selected'] ~ div .transparent-layer,
    .search-results-app-filter .filter-content .filter-content-navigation li.collapse ul.filter-content[aria-hidden="false"] .transparent-layer,
    .search-results-app-filter .filter-content .filter-content-navigation li.collapse div.filter-content.scrollsection[aria-hidden="false"] .transparent-layer,
    .search-results-app-filter .filter-content .filter-content-navigation li.collapse div.filter-content[aria-hidden="false"] .transparent-layer {
      display: block; }
  .search-results-app-filter .filter-content .filter-content-navigation li.collapse input:checked ~ ul {
    margin-bottom: 40px; }
  .search-results-app-filter .filter-content .filter-content-navigation li.collapse input:checked ~ label, .search-results-app-filter .filter-content .filter-content-navigation li.collapse input[data-attribute='selected'] ~ label {
    font-weight: 500; }
  .search-results-app-filter .filter-content .filter-content-navigation li.collapse input:checked ~ label::before,
  .search-results-app-filter .filter-content .filter-content-navigation li.collapse input[data-attribute='selected'] ~ label::before,
  .search-results-app-filter .filter-content .filter-content-navigation li.collapse label[aria-hidden="false"]::before {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%230079c1' d='M5.293 3h1.414l4.5 4.5-4.5 4.5H5.293l4.5-4.5z'/%3E%3C/svg%3E") !important;
    transform: rotate(90deg); }
  .search-results-app-filter .filter-content-mobile {
    position: relative;
    opacity: 0;
    bottom: 0;
    height: 60px;
    padding: 0 20px;
    background: #ffffff;
    display: flex;
    width: 100%;
    align-items: center;
    transition: all .25s ease-out;
    z-index: 10100; }
    .search-results-app-filter .filter-content-mobile .btn-blue {
      background: #0079c1;
      color: #ffffff;
      margin-right: 20px; }
      html[dir="rtl"] .search-results-app-filter .filter-content-mobile .btn-blue {
        margin-right: 0px;
        margin-left: 20px; }
      .search-results-app-filter .filter-content-mobile .btn-blue:hover {
        background: #005e95; }
    @media (min-width: 768px) {
      .search-results-app-filter .filter-content-mobile {
        display: none; } }

.esri-header-search-dialog-measure {
  box-shadow: inset 0 -1px 0 0 #0079c1;
  transition: width .3s;
  user-select: none; }

@media (min-width: 720px) {
  .esri-header-search-dialog-measure {
    font-size: 60px;
    line-height: 90px; } }

.esri-header-search-dialog-measure {
  top: 0;
  bottom: 0;
  inline-inline-start: 0;
  max-width: 100%;
  position: absolute;
  width: 0;
  white-space: nowrap; }

.esri-header-search-dialog-measure-text {
  top: 0;
  bottom: 0;
  inline-inline-start: 0;
  max-width: 100%;
  position: absolute;
  width: 0;
  clip: rect(0, 0, 0, 0);
  white-space: pre; }

@media (min-width: 720px) {
  .esri-header-search-dialog-measure-text {
    font-size: 60px;
    line-height: 90px; } }

.esri-header-search-dialog-measure-text {
  white-space: nowrap; }

.search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-content[aria-hidden="true"] .filter-link {
  display: none; }

.search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-content[aria-hidden="false"].fadeout {
  -webkit-mask-image: linear-gradient(to bottom, black 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 80%, transparent 100%); }
  .search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-content[aria-hidden="false"].fadeout:after {
    content: "";
    padding-bottom: 60px;
    display: block; }

.search-results-app-filter .filter-content .filter-content-navigation #filtertree .filter-content[aria-hidden="false"] .filter-link {
  display: block; }

.search-results-app .sra-search {
  background: #ffffff;
  position: relative; }
  .search-results-app .sra-search.filterpage {
    margin-top: -60px; }
  @media (min-width: 860px) and (max-width: 1280px) {
    .search-results-app .sra-search {
      width: 1440px;
      max-width: 96vw; } }
  .search-results-app .sra-search .filter-icon {
    float: left;
    height: 60px;
    padding-top: 22px;
    color: #404040;
    position: relative;
    width: 120px;
    cursor: pointer;
    transition: all .25s ease-in-out;
    display: none; }
    html[dir="rtl"] .search-results-app .sra-search .filter-icon {
      margin-right: 20px; }
    .search-results-app .sra-search .filter-icon:after {
      background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234a4a4a' d='M21 .063V2l-6 8v2l-1.2 11h-3.6L9 12v-2L3 2V.062zM12.903 22L14 12h-4l1.097 10zM14.5 9L19 3H5l4.5 6zM10 11h4v-1h-4zM20 1H4v1h16z'/%3E%3C/svg%3E") no-repeat;
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 20px;
      width: 20px;
      display: inline-block;
      margin-left: 10px;
      position: absolute; }
    .search-results-app .sra-search .filter-icon:hover {
      color: #0079c1; }
      .search-results-app .sra-search .filter-icon:hover:after {
        background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230079c1' d='M21 .063V2l-6 8v2l-1.2 11h-3.6L9 12v-2L3 2V.062zM12.903 22L14 12h-4l1.097 10zM14.5 9L19 3H5l4.5 6zM10 11h4v-1h-4zM20 1H4v1h16z'/%3E%3C/svg%3E") no-repeat; }
    @media (min-width: 768px) and (max-width: 1280px) {
      .search-results-app .sra-search .filter-icon {
        display: block; } }

.search-results-app .sra-options {
  width: 100%;
  padding: 0 0 0 60px; }
  @media (max-width: 1024px) {
    .search-results-app .sra-options {
      padding: 0 5px; } }
  .search-results-app .sra-options .sra-tag-filter {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline; }
  .search-results-app .sra-options-tag {
    padding: 20px 0 5px;
    display: flex;
    flex-flow: row wrap; }
    @media (min-width: 768px) {
      .search-results-app .sra-options-tag {
        padding: 20px 0; } }
    .search-results-app .sra-options-tag-name {
      background: #f3f3f3;
      padding: 5px 10px;
      border-radius: 12px;
      font-size: 12px;
      margin: 0 5px 5px 0;
      font-weight: 400;
      font-style: normal;
      color: #404040;
      cursor: pointer; }
      .search-results-app .sra-options-tag-name::after {
        content: '';
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M8.718 8l5.303 5.303-.707.707L8.01 8.707 2.707 14.01 2 13.303 7.303 8 2 2.697l.707-.707L8.01 7.293l5.304-5.303.707.707z'/%3E%3C/svg%3E");
        width: 8px;
        height: 8px;
        display: inline-block;
        margin-left: 8px; }
      html[dir="rtl"] .search-results-app .sra-options-tag-name::after {
        margin-left: 0;
        margin-right: 8px; }
      .search-results-app .sra-options-tag-name:hover {
        color: #151515;
        text-decoration: none; }
        .search-results-app .sra-options-tag-name:hover::after {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23de2900' d='M8.718 8l5.303 5.303-.707.707L8.01 8.707 2.707 14.01 2 13.303 7.303 8 2 2.697l.707-.707L8.01 7.293l5.304-5.303.707.707z'/%3E%3C/svg%3E"); }
  .search-results-app .sra-options-filter {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-basis: auto;
    text-align: right;
    justify-content: flex-end; }
    @media (min-width: 1024px) {
      .search-results-app .sra-options-filter {
        flex-basis: 210px; } }
    @media (max-width: 1280px) and (min-width: 860px) {
      .search-results-app .sra-options-filter {
        margin-right: 4vw; } }
    @media (min-width: 1280px) {
      .search-results-app .sra-options-filter {
        padding-right: 59px; } }
    .search-results-app .sra-options-filter-number {
      font-weight: 400;
      font-style: normal;
      font-size: 12px;
      color: #6a6a6a; }
      @media (max-width: 767px) {
        .search-results-app .sra-options-filter-number {
          margin: 0 0 20px 0; } }
    .search-results-app .sra-options-filter-sort {
      width: 20px;
      height: 20px;
      cursor: pointer;
      background-repeat: no-repeat; }
      .search-results-app .sra-options-filter-sort[data-attribute="descending"] {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234a4a4a' d='M21.373 17.333L18.506 20.2l-2.88-2.88.708-.706L18 18.28V4.053h1v14.239l1.666-1.666zM12 23v-1H4.293L12 14.293V13H3v1h7.707L3 21.707V23zM10.5 8h-6L3 11H2L7 1h1l5 10h-1zM10 7L7.5 2 5 7z'/%3E%3C/svg%3E"); }
        .search-results-app .sra-options-filter-sort[data-attribute="descending"]:hover {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230079c2' d='M21.373 17.333L18.506 20.2l-2.88-2.88.708-.706L18 18.28V4.053h1v14.239l1.666-1.666zM12 23v-1H4.293L12 14.293V13H3v1h7.707L3 21.707V23zM10.5 8h-6L3 11H2L7 1h1l5 10h-1zM10 7L7.5 2 5 7z'/%3E%3C/svg%3E"); }
      .search-results-app .sra-options-filter-sort[data-attribute="ascending"] {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%234a4a4a' d='M3 23v-1.293L10.707 14H3v-1h9v1.293L4.293 22H12v1zm7.5-15h-6L3 11H2L7 1h1l5 10h-1zM10 7L7.5 2 5 7zm11.373-.364l-2.172-2.172-.707-.707-.707.707-2.16 2.16.707.707L18 5.665V20h1V5.677l1.666 1.666z'/%3E%3C/svg%3E"); }
        .search-results-app .sra-options-filter-sort[data-attribute="ascending"]:hover {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230079c1' d='M3 23v-1.293L10.707 14H3v-1h9v1.293L4.293 22H12v1zm7.5-15h-6L3 11H2L7 1h1l5 10h-1zM10 7L7.5 2 5 7zm11.373-.364l-2.172-2.172-.707-.707-.707.707-2.16 2.16.707.707L18 5.665V20h1V5.677l1.666 1.666z'/%3E%3C/svg%3E"); }

.search-results-app .search-results-app-cards section {
  margin-bottom: 100px;
  border-bottom: 1px solid #cacaca;
  padding-bottom: 40px; }
  .search-results-app .search-results-app-cards section:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  .search-results-app .search-results-app-cards section .section-cta {
    margin: 60px 0 0 0; }
    .search-results-app .search-results-app-cards section .section-cta-button {
      background: none;
      display: inline-block;
      padding: 0.75rem 1.35rem;
      width: auto;
      margin: 0 10px 10px 0;
      font-size: 0.9375rem;
      line-height: 1.5;
      transition: all .25s ease-in-out;
      border: thin solid #0079c1;
      color: #0079c1; }
      .search-results-app .search-results-app-cards section .section-cta-button:hover, .search-results-app .search-results-app-cards section .section-cta-button:focus {
        text-decoration: none;
        box-shadow: inset 0 0 0 2px #0079c1; }
      .search-results-app .search-results-app-cards section .section-cta-button:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-in-out;
        width: 13px;
        display: inline-block;
        margin-left: 5px; }
      html[dir="rtl"] .search-results-app .search-results-app-cards section .section-cta-button {
        margin: 0 10px 10px 10px; }
        html[dir="rtl"] .search-results-app .search-results-app-cards section .section-cta-button:after {
          transform: scaleX(-1);
          margin-right: 6px;
          margin-left: 0; }
        html[dir="rtl"] .search-results-app .search-results-app-cards section .section-cta-button[href$=".mp4"]::after, html[dir="rtl"] .search-results-app .search-results-app-cards section .section-cta-button[href$=".mov"]::after, html[dir="rtl"] .search-results-app .search-results-app-cards section .section-cta-button[href^="https://www.esri.com/videos/"]::after {
          transform: none; }
      .search-results-app .search-results-app-cards section .section-cta-button[href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .search-results-app .search-results-app-cards section .section-cta-button:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
      .search-results-app .search-results-app-cards section .section-cta-button[href$=".pdf"]::after, .search-results-app .search-results-app-cards section .section-cta-button[href$=".doc"]::after, .search-results-app .search-results-app-cards section .section-cta-button[href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .search-results-app .search-results-app-cards section .section-cta-button[href^="/"]::after, .search-results-app .search-results-app-cards section .section-cta-button[href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .search-results-app .search-results-app-cards section .section-cta-button[href$=".mp4"]::after, .search-results-app .search-results-app-cards section .section-cta-button[href$=".mov"]::after, .search-results-app .search-results-app-cards section .section-cta-button[href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .search-results-app .search-results-app-cards section .section-cta-button[href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
      .search-results-app .search-results-app-cards section .section-cta-button[data-link-type='internal']::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .search-results-app .search-results-app-cards section .section-cta-button[data-link-type='external']::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
      .search-results-app .search-results-app-cards section .section-cta-button[data-link-type='video']::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .search-results-app .search-results-app-cards section .section-cta-button[data-link-type='document']::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }

@media all and (-ms-high-contrast: none) {
  .search-results-app .search-results-app-cards .block-group-2-up > .block {
    flex-basis: calc(50% - 1.65rem);
    width: calc(50% - 1.65rem); }
  .search-results-app .search-results-app-cards .block-group-3-up > .block {
    flex-basis: calc(33.33333% - 1.65rem);
    width: calc(33.33333% - 1.65rem); } }

.search-results-app .search-results-app-cards .searchContainer {
  animation-duration: .8s;
  animation-name: animateCards;
  opacity: 1; }
  .search-results-app .search-results-app-cards .searchContainer .recommendedCard {
    flex-basis: calc(100% - 1.5rem);
    width: calc(100% - 1.5rem); }
    @media screen and (min-width: 860px) {
      .search-results-app .search-results-app-cards .searchContainer .recommendedCard {
        flex-basis: calc(50% - 1.5rem);
        width: calc(50% - 1.5rem); } }

.search-results-app .block.card {
  border: 1px solid #cccccc;
  box-shadow: none;
  margin-bottom: 20px; }

@media all and (-ms-high-contrast: none) and (min-width: 600px) and (max-width: 1280px) {
  .mini-cards .tablet-block-group-2-up > .block {
    flex-basis: calc(50% - 1.65rem);
    width: calc(50% - 1.65rem); } }

@media all and (-ms-high-contrast: none) and (min-width: 1280px) {
  .mini-cards .block-group-4-up > .block {
    flex-basis: calc(50% - 1.65rem);
    width: calc(50% - 1.65rem); } }

.mini-cards .card-filter {
  min-height: 160px; }
  .mini-cards .card-filter .cta-buttons--actions {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: baseline;
    width: 100%; }
    .mini-cards .card-filter .cta-buttons--actions .cta-link {
      flex: 0 0 30%;
      text-align: left;
      margin-left: 12px; }
  .mini-cards .card-filter .card-filter-content-description, .mini-cards .card-filter .card-filter-content-purchase {
    display: none; }

.recommended-bundles {
  border-bottom: none; }
  .recommended-bundles .cta-link {
    display: none; }

.filter-cards .cta-link {
  display: none; }

.card-filter {
  height: 100%;
  display: flex; }
  .card-filter .lighttheme, .card-filter .darktheme {
    flex-grow: 1;
    flex-basis: 100%; }
  .card-filter-color-bar {
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    height: 40px; }
    .card-filter-color-bar-category {
      color: #ffffff;
      font-size: 11px;
      letter-spacing: 1px;
      text-transform: uppercase;
      margin: 0;
      font-weight: 700; }
    .card-filter-color-bar-recommended {
      margin: 0;
      background: rgba(0, 0, 0, 0.3);
      border-radius: 12px;
      font-weight: 500;
      font-size: 12px;
      color: #ffffff;
      padding: 0px 10px 2px; }
  .card-filter-content {
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 40px);
    width: 100%; }
    .card-filter-content-title {
      display: flex;
      flex-direction: row;
      margin-bottom: 15px;
      align-items: center;
      min-height: 50px; }
    .card-filter-content-icon {
      min-width: 50px;
      height: 50px;
      flex-basis: 50px;
      margin-right: 5px; }
      html[dir="rtl"] .card-filter-content-icon {
        margin-right: 00;
        margin-left: 5px; }
    .card-filter-content-text .card-title {
      font-size: 20px;
      font-weight: 600;
      line-height: 1.25;
      color: #151515;
      margin-bottom: 0; }
    .card-filter-content-description p {
      font-size: 12px;
      color: #4a4a4a; }
    .card-filter-content-purchase .purchase-text {
      font-size: 12px;
      color: #6a6a6a;
      font-weight: 400;
      font-style: normal; }
      .card-filter-content-purchase .purchase-text.discount {
        font-weight: 500;
        color: var(--calcite-ui-success);
        margin: 0; }
    .card-filter-content .cta-buttons--actions {
      text-align: right; }
      .card-filter-content .cta-buttons--actions a {
        margin: 0; }
        .card-filter-content .cta-buttons--actions a:first-child {
          margin: 0 8px 0 0; }

@keyframes animateCards {
  from {
    transform: translateY(30px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.partners {
  background: #f3f3f3;
  padding: 0; }
  .partners .search-results-app .banner {
    background: url("https://www.esri.com/content/dam/esrisites/en-us/about/partners/images-v2/find-banner.jpg") no-repeat center;
    background-color: #0079c1;
    height: 290px;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-align: center; }
    .partners .search-results-app .banner__title {
      text-align: center;
      color: #ffffff;
      font-weight: 600;
      font-size: 3.99758rem;
      line-height: 1.275; }
  .partners .search-results-app .card-container {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    justify-content: flex-start;
    animation-duration: .8s;
    animation-name: animateCards;
    opacity: 1; }
    [dir="rtl"] .partners .search-results-app .card-container {
      margin-left: 0;
      margin-right: 0; }
    @media (min-width: 1024px) {
      .partners .search-results-app .card-container {
        padding: 0 12px; } }
  .partners .search-results-app .card-container .block {
    width: 100%;
    position: relative;
    display: flex;
    margin-left: 0;
    margin-right: 0; }
    @media (min-width: 480px) {
      .partners .search-results-app .card-container .block {
        width: 50%; } }
    @media (min-width: 1024px) {
      .partners .search-results-app .card-container .block {
        width: 33.33333%; } }
  .partners .search-results-app .card-container .block .block-items {
    margin-bottom: 16px;
    width: 100%;
    background-color: #ffffff;
    position: relative; }
    @media (min-width: 480px) {
      .partners .search-results-app .card-container .block .block-items {
        padding: 0 8px; } }
  .partners .search-results-app .card-container .card {
    position: relative;
    width: 100%;
    display: inline-block;
    min-height: 470px;
    box-shadow: none;
    border: 1px solid #ccc; }
    .partners .search-results-app .card-container .card:hover {
      cursor: pointer;
      border: 1px solid #0079c1; }
  .partners .search-results-app .card-container .card .card-image {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #ffffff; }
    .partners .search-results-app .card-container .card .card-image .pill {
      position: absolute;
      top: 12px;
      right: 12px;
      padding: 4px 8px;
      color: #4c4c4c;
      border-radius: 20px;
      background-color: rgba(239, 239, 239, 0.6); }
  .partners .search-results-app .card-container .card .card-image img {
    max-height: 70%;
    max-width: 70%;
    height: auto;
    margin: 0;
    position: absolute;
    top: 42%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #ffffff; }
  .partners .search-results-app .card-container .card .content {
    width: 100%;
    position: relative;
    float: left; }
  .partners .search-results-app .card-container .card .partner__category {
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    font-size: 11px;
    width: 100%;
    padding-inline-start: 20px;
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #ccc; }
    .partners .search-results-app .card-container .card .partner__category span.circle {
      display: inline-block;
      width: 12px;
      height: 12px;
      background-color: transparent;
      border-radius: 50%;
      margin-inline-end: 6px; }
  .partners .search-results-app .card-container .card .content .text-container .title {
    height: auto;
    color: #000000;
    margin-bottom: 0.75rem;
    padding: 10px 10px 0 20px;
    font-size: 1.2019rem;
    line-height: 1.5; }
    [dir="rtl"] .partners .search-results-app .card-container .card .content .text-container .title {
      padding: 10px 20px 0 10px; }
  .partners .search-results-app .card-container .card .content .text-container .context {
    color: #6e6e6e;
    padding-left: 20px;
    margin-bottom: 1rem;
    line-height: 1.25; }
    [dir="rtl"] .partners .search-results-app .card-container .card .content .text-container .context {
      padding-left: 0;
      padding-right: 20px; }
  .partners .search-results-app .card-container .card .content .text-container .description {
    color: #595959;
    padding-left: 20px;
    margin-bottom: 1rem;
    padding-right: 20px; }
  .partners .search-results-app .card-container .block .link-url {
    position: absolute;
    left: 0;
    bottom: 0;
    display: inline-block;
    padding: 0 20px 20px 20px; }
    [dir="rtl"] .partners .search-results-app .card-container .block .link-url {
      right: 0; }
  .partners .search-results-app .card-container .block .link-url::after {
    display: inline-block;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%230079c1' d='M8 14.3L13.3 9H0V8h13.3L8 2.7V1.3l7.2 7.2L8 15.7v-1.4z'/%3E%3C/svg%3E");
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 13px;
    width: 13px;
    margin-left: -4px;
    transition: all 0.15s ease-in-out;
    visibility: hidden;
    opacity: 0; }
    [dir="rtl"] .partners .search-results-app .card-container .block .link-url::after {
      transform: scaleX(-1);
      margin-left: 0;
      margin-right: -4px; }
  .partners .search-results-app .card-container .card:hover .link-url::after {
    margin-left: 3px;
    visibility: visible;
    opacity: 1; }
    [dir="rtl"] .partners .search-results-app .card-container .card:hover .link-url::after {
      margin-left: 0;
      margin-right: 3px; }

@keyframes animateCards {
  from {
    transform: translateY(30px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.careers {
  padding: 0; }
  .careers .search-results-app .banner {
    background-image: none;
    background: url("https://www.esri.com/content/dam/esrisites/en-us/about/careers-2020/assets/careers-medium-banner.jpg") no-repeat center;
    background-size: cover;
    background-color: #000000;
    height: 290px;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-align: center; }
    .careers .search-results-app .banner__title {
      text-align: center;
      color: #ffffff;
      font-weight: 600;
      font-size: 3.99758rem;
      line-height: 1.275; }
  .careers .search-results-app .filter-cards {
    display: flex;
    flex-flow: row wrap;
    animation-duration: .8s;
    animation-name: animateCards; }
  .careers .search-results-app .card-job-block {
    max-width: 575px;
    margin: 10px; }
  .careers .search-results-app .card-job {
    min-height: 260px;
    text-decoration: none; }
    .careers .search-results-app .card-job:hover .btn-job {
      background: #0079c1; }
  .careers .search-results-app .job-category {
    letter-spacing: 1px;
    margin-bottom: 14px;
    margin-top: 6px;
    padding: 0;
    width: 75%;
    background: initial; }
  .careers .search-results-app .job-title {
    color: #151515; }
  .careers .search-results-app .job-description {
    color: #4a4a4a; }
  .careers .search-results-app .job-location {
    position: absolute;
    bottom: 19px;
    left: 1.5rem;
    color: #4a4a4a;
    margin-bottom: 0; }
  .careers .search-results-app .card-content-padding {
    padding-left: 1.5rem; }
  .careers .search-results-app .btn-no-icons {
    position: absolute;
    bottom: 16px;
    right: 10px; }
    .careers .search-results-app .btn-no-icons .btn-job {
      color: #ffffff;
      background: #0079c1; }
      .careers .search-results-app .btn-no-icons .btn-job:hover {
        background: #0079c1;
        text-decoration: none; }
  .careers .search-results-app .pill {
    background-color: rgba(239, 239, 239, 0.85);
    position: absolute;
    top: 15px;
    right: 12px;
    padding: 4px 16px;
    text-align: center;
    display: inline-block;
    border-radius: 16px;
    color: #4a4a4a; }
    html[dir="rtl"] .careers .search-results-app .pill {
      right: auto;
      left: 12px; }
  .careers .search-results-app .card.card-wide.card-job {
    box-shadow: none;
    box-shadow: 0 0 0 1px #cacaca; }
    .careers .search-results-app .card.card-wide.card-job:hover {
      cursor: pointer;
      box-shadow: 0 0 0 1px #0079c1;
      z-index: 1; }
  @media (min-width: 634px) {
    .careers .search-results-app .card-job-block {
      flex-basis: calc(50% - 20px);
      width: calc(50% - 20px);
      margin: 10px; } }
  @media (min-width: 768px) {
    .careers .search-results-app .card-job-block {
      flex-basis: calc(50% - 20px);
      width: calc(50% - 20px);
      margin: 10px; } }
  @media (min-width: 1280px) {
    .careers .search-results-app .card-job-block {
      flex-basis: 100%;
      width: 100%;
      max-width: none;
      margin: 0 0 20px 0; }
    .careers .search-results-app .card-job {
      min-height: 210px; }
    .careers .search-results-app .job-description {
      width: 88%; }
    .careers .search-results-app .job-locations {
      display: block;
      bottom: 20px; } }

@keyframes animateCards {
  from {
    transform: translateY(30px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.distributors {
  padding: 0; }
  .distributors .search-results-app-filter {
    display: none;
    visibility: hidden; }
  .distributors .search-results-app .banner {
    display: none;
    visibility: hidden; }
  .distributors .search-results-app-results .sra-search {
    margin-top: 0; }
  .distributors .search-results-app .filter-cards {
    display: flex;
    flex-flow: row wrap;
    animation-duration: .8s;
    animation-name: animateCards; }
  .distributors .search-results-app .result {
    max-width: 575px;
    margin: 10px; }
    .distributors .search-results-app .result__card {
      min-height: 260px;
      text-decoration: none; }
      .distributors .search-results-app .result__card:hover .btn-job {
        background: #0079c1; }
    .distributors .search-results-app .result__content-wrapper {
      padding-left: 1.5rem; }
    .distributors .search-results-app .result__title {
      color: #151515; }
    .distributors .search-results-app .result__description {
      color: #4a4a4a; }
  .distributors .search-results-app .card.card-wide.result__card {
    box-shadow: none;
    box-shadow: 0 0 0 1px #cacaca; }
    .distributors .search-results-app .card.card-wide.result__card:hover {
      cursor: pointer;
      box-shadow: 0 0 0 1px #0079c1;
      z-index: 1; }
  @media (min-width: 634px) {
    .distributors .search-results-app .result {
      flex-basis: calc(50% - 20px);
      width: calc(50% - 20px);
      margin: 10px; } }
  @media (min-width: 768px) {
    .distributors .search-results-app .result {
      flex-basis: calc(50% - 20px);
      width: calc(50% - 20px);
      margin: 10px; } }
  @media (min-width: 1280px) {
    .distributors .search-results-app-results {
      margin-left: 119px; }
    .distributors .search-results-app .pagination-container {
      margin-left: 119px; }
    .distributors .search-results-app .result {
      flex-basis: 100%;
      width: 100%;
      max-width: none;
      margin: 0 0 20px 0; }
      .distributors .search-results-app .result__card {
        min-height: 210px; }
      .distributors .search-results-app .result__description {
        width: 88%; } }

@keyframes animateCards {
  from {
    transform: translateY(30px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.uc {
  padding: 0; }
  .uc .search-results-app .banner {
    background-image: none;
    background: url("https://www.esri.com/content/dam/esrisites/en-us/about/careers-2020/assets/careers-medium-banner.jpg") no-repeat center;
    background-size: cover;
    background-color: #000000;
    height: 290px;
    display: flex;
    align-items: center;
    font-weight: 600;
    text-align: center; }
    .uc .search-results-app .banner__title {
      text-align: center;
      color: #ffffff;
      font-weight: 600;
      font-size: 3.99758rem;
      line-height: 1.275; }
  .uc .search-results-app .filter-cards {
    display: flex;
    flex-flow: row wrap;
    animation-duration: .8s;
    animation-name: animateCards; }
  .uc .search-results-app .card-session-block {
    max-width: 575px;
    margin: 10px; }
  .uc .search-results-app .card-session {
    text-decoration: none; }
  .uc .search-results-app .session-category {
    letter-spacing: 1px;
    margin-bottom: 14px;
    margin-top: 6px;
    color: #4a4a4a;
    width: 75%;
    text-transform: uppercase; }
  .uc .search-results-app .session-title {
    color: #151515;
    padding-right: 70px; }
    html[dir="rtl"] .uc .search-results-app .session-title {
      padding-right: 0px;
      padding-left: 70px; }
  .uc .search-results-app .session-description {
    color: #4a4a4a; }
  .uc .search-results-app .session-presenters {
    position: absolute;
    bottom: 19px;
    left: 1.5rem;
    color: #4a4a4a;
    margin-bottom: 0; }
  .uc .search-results-app .card-content-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    padding-bottom: 40px; }
  .uc .search-results-app .btn-no-icons {
    position: absolute;
    bottom: 16px;
    right: 10px; }
    .uc .search-results-app .btn-no-icons .session-btn {
      color: #ffffff;
      background: #0079c1; }
      .uc .search-results-app .btn-no-icons .session-btn:hover {
        background: #0079c1;
        text-decoration: none; }
  .uc .search-results-app .pill {
    background-color: rgba(239, 239, 239, 0.85);
    position: absolute;
    top: 15px;
    right: 12px;
    padding: 4px 16px;
    text-align: center;
    display: inline-block;
    border-radius: 16px;
    color: #4a4a4a; }
    html[dir="rtl"] .uc .search-results-app .pill {
      right: auto;
      left: 12px; }
  .uc .search-results-app .card.card-wide.card-session {
    box-shadow: none;
    box-shadow: 0 0 0 1px #cacaca; }
    .uc .search-results-app .card.card-wide.card-session--link:hover {
      cursor: pointer;
      box-shadow: 0 0 0 1px #0079c1;
      z-index: 1; }
  @media (min-width: 634px) {
    .uc .search-results-app .card-session-block {
      flex-basis: calc(50% - 20px);
      width: calc(50% - 20px);
      margin: 10px; } }
  @media (min-width: 768px) {
    .uc .search-results-app .card-session-block {
      flex-basis: 100%;
      width: 100%;
      max-width: none;
      margin: 10px; } }
  @media (min-width: 1280px) {
    .uc .search-results-app .card-session-block {
      flex-basis: 100%;
      width: 100%;
      max-width: none;
      margin: 0 0 20px 0; }
    .uc .search-results-app .card-content-padding {
      padding-bottom: 50px; }
    .uc .search-results-app .session-title {
      padding-right: 100px; }
      html[dir="rtl"] .uc .search-results-app .session-title {
        padding-right: 0px;
        padding-left: 100px; }
    .uc .search-results-app .session-description {
      width: 88%; }
    .uc .search-results-app .session-presenters {
      display: block;
      bottom: 20px; } }

@keyframes animateCards {
  from {
    transform: translateY(30px);
    opacity: 0; }
  to {
    transform: translateY(0);
    opacity: 1; } }

.press .search-results-app .presscard__link {
  max-height: unset;
  line-height: 0; }

.press .search-results-app .presscard__image img {
  max-height: 121px;
  font-size: 12px;
  line-height: 1.1; }

@media (min-width: 634px) {
  .press .search-results-app .presscard__link {
    flex-basis: calc(100% - 0.75rem); } }

@media (min-width: 1024px) {
  .press .search-results-app .presscard__link {
    flex-basis: calc(50% - 0.75rem); } }

.pagination-container {
  max-width: 100%; }
  @media (min-width: 1280px) {
    .pagination-container {
      max-width: 76vw;
      margin-left: 20vw; }
      [dir="rtl"] .pagination-container {
        margin-left: 0;
        margin-right: 20vw; } }
  @media (min-width: 1500px) {
    .pagination-container {
      margin-left: 299px; }
      [dir="rtl"] .pagination-container {
        margin-right: 299px; } }
  @media (min-width: 480px) {
    .pagination-container .pagination {
      width: 400px;
      margin-left: auto;
      margin-right: auto; } }
  @media (min-width: 1280px) {
    .pagination-container .pagination {
      width: 500px; } }
  .pagination-container .pagination .pagination-wrapper {
    display: flex;
    justify-content: space-evenly; }
    .pagination-container .pagination .pagination-wrapper .btn {
      color: #000000;
      padding: 0.375rem 0.6rem;
      text-decoration: none; }
      .pagination-container .pagination .pagination-wrapper .btn.current {
        border: none;
        border-bottom: 2px solid #0079c1;
        background-color: transparent; }
    .pagination-container .pagination .pagination-wrapper .btn-arrow {
      margin-bottom: 5px; }
    .pagination-container .pagination .pagination-wrapper .btn-arrow-prev {
      background: url("data:image/svg+xml,%3Csvg class='svg' xmlns='http://www.w3.org/2000/svg' fill='currentColor' height='16' width='16' viewBox='0 0 16 16'%3E%3Cpath d='M10.207 4l-4 4 4 4H8.793l-4-4 4-4z'%3E%3C/path%3E%3C/svg%3E") no-repeat center; }
      [dir="rtl"] .pagination-container .pagination .pagination-wrapper .btn-arrow-prev {
        background: url("data:image/svg+xml,%3Csvg class='svg' xmlns='http://www.w3.org/2000/svg' fill='currentColor' height='16' width='16' viewBox='0 0 16 16'%3E%3Cpath d='M5.793 12l4-4-4-4h1.414l4 4-4 4z'%3E%3C/path%3E%3C/svg%3E") no-repeat center; }
    .pagination-container .pagination .pagination-wrapper .btn-arrow-next {
      background: url("data:image/svg+xml,%3Csvg class='svg' xmlns='http://www.w3.org/2000/svg' fill='currentColor' height='16' width='16' viewBox='0 0 16 16'%3E%3Cpath d='M5.793 12l4-4-4-4h1.414l4 4-4 4z'%3E%3C/path%3E%3C/svg%3E") no-repeat center; }
      [dir="rtl"] .pagination-container .pagination .pagination-wrapper .btn-arrow-next {
        background: url("data:image/svg+xml,%3Csvg class='svg' xmlns='http://www.w3.org/2000/svg' fill='currentColor' height='16' width='16' viewBox='0 0 16 16'%3E%3Cpath d='M10.207 4l-4 4 4 4H8.793l-4-4 4-4z'%3E%3C/path%3E%3C/svg%3E") no-repeat center; }
    .pagination-container .pagination .pagination-wrapper .ellipsis {
      align-self: center; }

.tabletup {
  display: none; }
  @media screen and (min-width: 481px) {
    .tabletup {
      display: block; } }

.mobileonly {
  display: block; }
  @media screen and (min-width: 480px) {
    .mobileonly {
      display: none; } }

.tabs {
  padding: 0 !important; }

.product-pricing, .product-pricing-section {
  padding: 0 !important; }
  .product-pricing *:focus, .product-pricing-section *:focus {
    outline: none; }
  .product-pricing .prc, .product-pricing-section .prc {
    padding: 40px 0; }
    .product-pricing .prc .section-header, .product-pricing-section .prc .section-header {
      padding-top: 40px;
      display: block;
      margin: 0 auto;
      width: 100%; }
      @media screen and (min-width: 481px) {
        .product-pricing .prc .section-header, .product-pricing-section .prc .section-header {
          width: 60%; } }
      @media screen and (min-width: 1280px) {
        .product-pricing .prc .section-header, .product-pricing-section .prc .section-header {
          width: 40%; } }
    .product-pricing .prc_container > div:last-child, .product-pricing-section .prc_container > div:last-child {
      margin-bottom: 50px; }
    .product-pricing .prc[data-theme="darktheme"] header h2, .product-pricing .prc[data-theme="darktheme"] header p, .product-pricing-section .prc[data-theme="darktheme"] header h2, .product-pricing-section .prc[data-theme="darktheme"] header p {
      color: #ffffff; }
    .product-pricing .prc[data-theme="lighttheme"] header h2, .product-pricing-section .prc[data-theme="lighttheme"] header h2 {
      color: #000000; }
    .product-pricing .prc[data-theme="lighttheme"] header p, .product-pricing-section .prc[data-theme="lighttheme"] header p {
      color: #595959; }
    .product-pricing .prc__pricing-cards, .product-pricing-section .prc__pricing-cards {
      min-height: 65%; }
      @media screen and (max-width: 480px) {
        .product-pricing .prc__pricing-cards .grid-container, .product-pricing-section .prc__pricing-cards .grid-container {
          min-width: 100%;
          max-width: 100%; } }
    .product-pricing .prc__card, .product-pricing-section .prc__card {
      padding: 20px 10px 10px 10px;
      flex-direction: column;
      margin-bottom: 20px; }
      .product-pricing .prc__card--icon .prc__card--svg, .product-pricing .prc__card--icon img, .product-pricing-section .prc__card--icon .prc__card--svg, .product-pricing-section .prc__card--icon img {
        width: 48px;
        height: 48px;
        margin-bottom: 12px; }
      @media screen and (min-width: 481px) {
        .product-pricing .prc__card--icon, .product-pricing-section .prc__card--icon {
          width: 118px; }
          .product-pricing .prc__card--icon img, .product-pricing-section .prc__card--icon img {
            width: 50%;
            margin-left: 0; } }
      @media screen and (min-width: 860px) {
        .product-pricing .prc__card--icon img, .product-pricing-section .prc__card--icon img {
          margin-left: 25%; } }
      .product-pricing .prc__card--info-extra, .product-pricing-section .prc__card--info-extra {
        display: flex;
        flex-flow: column-reverse; }
        @media screen and (min-width: 768px) {
          .product-pricing .prc__card--info-extra, .product-pricing-section .prc__card--info-extra {
            flex-flow: column;
            padding-bottom: 20px; } }
      .product-pricing .prc__card--info .prc__card--cta, .product-pricing-section .prc__card--info .prc__card--cta {
        display: block;
        margin-top: 5px;
        padding-bottom: 18px;
        flex-direction: column; }
        @media screen and (max-width: 768px) {
          .product-pricing .prc__card--info .prc__card--cta, .product-pricing-section .prc__card--info .prc__card--cta {
            position: relative; } }
        .product-pricing .prc__card--info .prc__card--cta-wrapper, .product-pricing-section .prc__card--info .prc__card--cta-wrapper {
          display: flex;
          flex-direction: column; }
          @media screen and (min-width: 1280px) {
            .product-pricing .prc__card--info .prc__card--cta-wrapper, .product-pricing-section .prc__card--info .prc__card--cta-wrapper {
              flex-direction: row; } }
        .product-pricing .prc__card--info .prc__card--cta .prc__cta-yr, .product-pricing-section .prc__card--info .prc__card--cta .prc__cta-yr {
          padding: 10px 15px;
          line-height: 1.5;
          transition: all .25s ease-in-out;
          width: auto;
          margin: 0 0 10px 0;
          background: none;
          color: var(--calcite-ui-text-2);
          box-shadow: inset 0 0 0 1px var(--calcite-ui-border-3);
          cursor: pointer;
          display: block;
          float: left;
          border: none;
          min-width: 160px; }
          @media screen and (min-width: 860px) and (max-width: 1280px) {
            .product-pricing .prc__card--info .prc__card--cta .prc__cta-yr, .product-pricing-section .prc__card--info .prc__card--cta .prc__cta-yr {
              min-width: 120px; } }
          .product-pricing .prc__card--info .prc__card--cta .prc__cta-yr:hover, .product-pricing .prc__card--info .prc__card--cta .prc__cta-yr:focus, .product-pricing .prc__card--info .prc__card--cta .prc__cta-yr:focus-within, .product-pricing-section .prc__card--info .prc__card--cta .prc__cta-yr:hover, .product-pricing-section .prc__card--info .prc__card--cta .prc__cta-yr:focus, .product-pricing-section .prc__card--info .prc__card--cta .prc__cta-yr:focus-within {
            color: var(--calcite-ui-text-1);
            box-shadow: inset 0 0 0 1px var(--calcite-ui-brand); }
          .product-pricing .prc__card--info .prc__card--cta .prc__cta-yr:active, .product-pricing .prc__card--info .prc__card--cta .prc__cta-yr.selected, .product-pricing-section .prc__card--info .prc__card--cta .prc__cta-yr:active, .product-pricing-section .prc__card--info .prc__card--cta .prc__cta-yr.selected {
            color: var(--calcite-ui-brand);
            box-shadow: inset 0 0 0 2px var(--calcite-ui-brand); }
          .product-pricing .prc__card--info .prc__card--cta .prc__cta-yr span, .product-pricing-section .prc__card--info .prc__card--cta .prc__cta-yr span {
            display: block; }
        @media screen and (max-width: 480px) {
          .product-pricing .prc__card--info .prc__card--cta .prc__cta-yr:first-child:nth-last-child(3),
          .product-pricing .prc__card--info .prc__card--cta .prc__cta-yr:first-child:nth-last-child(3) ~ .prc__cta-yr, .product-pricing-section .prc__card--info .prc__card--cta .prc__cta-yr:first-child:nth-last-child(3),
          .product-pricing-section .prc__card--info .prc__card--cta .prc__cta-yr:first-child:nth-last-child(3) ~ .prc__cta-yr {
            display: block;
            float: none;
            width: 100% !important; } }
        .product-pricing .prc__card--info .prc__card--cta-more-info, .product-pricing-section .prc__card--info .prc__card--cta-more-info {
          margin-left: 10px;
          display: block;
          align-items: center; }
          @media screen and (min-width: 516px) {
            .product-pricing .prc__card--info .prc__card--cta-more-info, .product-pricing-section .prc__card--info .prc__card--cta-more-info {
              display: flex; } }
        @media screen and (min-width: 481px) {
          .product-pricing .prc__card--info .prc__card--cta, .product-pricing-section .prc__card--info .prc__card--cta {
            flex-direction: row;
            position: relative;
            display: flex;
            margin-top: 22px;
            padding-bottom: 22px; }
            .product-pricing .prc__card--info .prc__card--cta button, .product-pricing-section .prc__card--info .prc__card--cta button {
              margin-top: 0; } }
        @media screen and (min-width: 861px) {
          .product-pricing .prc__card--info .prc__card--cta, .product-pricing-section .prc__card--info .prc__card--cta {
            margin-top: 10px;
            padding-bottom: 12px;
            border-bottom: none; } }
      .product-pricing .prc__card--info-items, .product-pricing-section .prc__card--info-items {
        padding: 0 0 0 16px;
        color: var(----calcite-ui-text-2); }
        html[dir="rtl"] .product-pricing .prc__card--info-items, html[dir="rtl"] .product-pricing-section .prc__card--info-items {
          padding: 0 16px 0 0; }
        .product-pricing .prc__card--info-items li, .product-pricing-section .prc__card--info-items li {
          color: var(--calcite-ui-text-1); }
      @media screen and (min-width: 861px) {
        .product-pricing .prc__card--info, .product-pricing-section .prc__card--info {
          width: calc(60% - 118px); } }
      .product-pricing .prc__card--pricing, .product-pricing-section .prc__card--pricing {
        display: flex;
        flex-flow: column;
        align-items: center; }
        html[dir="rtl"] .product-pricing .prc__card--pricing, html[dir="rtl"] .product-pricing-section .prc__card--pricing {
          padding-left: 50px; }
        .product-pricing .prc__card--pricing .prc__pricing-text, .product-pricing-section .prc__card--pricing .prc__pricing-text {
          margin: 0 10px;
          color: var(--calcite-ui-text-1); }
        .product-pricing .prc__card--pricing .prc__calc-total, .product-pricing-section .prc__card--pricing .prc__calc-total {
          font-size: 1.5rem;
          margin: 0 0 0 50px;
          color: var(--calcite-ui-text-1); }
          @media screen and (max-width: 480px) {
            .product-pricing .prc__card--pricing .prc__calc-total, .product-pricing-section .prc__card--pricing .prc__calc-total {
              margin: 0 5px 0 0; } }
          @media screen and (min-width: 1025px) {
            .product-pricing .prc__card--pricing .prc__calc-total, .product-pricing-section .prc__card--pricing .prc__calc-total {
              margin-left: 80px;
              min-width: 180px;
              text-align: right; }
              html[dir="rtl"] .product-pricing .prc__card--pricing .prc__calc-total, html[dir="rtl"] .product-pricing-section .prc__card--pricing .prc__calc-total {
                margin-right: 80px;
                margin-left: 0;
                text-align: left; } }
        .product-pricing .prc__card--pricing .prc__pricing-controls, .product-pricing-section .prc__card--pricing .prc__pricing-controls {
          display: flex;
          height: 60px;
          margin-bottom: 16px;
          align-items: center;
          position: relative; }
          @media screen and (max-width: 480px) {
            .product-pricing .prc__card--pricing .prc__pricing-controls, .product-pricing-section .prc__card--pricing .prc__pricing-controls {
              justify-content: space-between;
              flex-direction: row;
              width: 100%; } }
        .product-pricing .prc__card--pricing .prc_vatText, .product-pricing-section .prc__card--pricing .prc_vatText {
          margin-top: -25px;
          font-size: 13px;
          margin-bottom: 20px; }
        .product-pricing .prc__card--pricing .prc__pricing-form, .product-pricing-section .prc__card--pricing .prc__pricing-form {
          display: flex;
          height: 40px;
          align-items: center; }
          .product-pricing .prc__card--pricing .prc__pricing-form > button, .product-pricing-section .prc__card--pricing .prc__pricing-form > button {
            display: inline-block;
            height: 31px;
            border: 1px solid var(--calcite-ui-border-1);
            background: transparent;
            font-size: 15px;
            color: var(--calcite-ui-text-1);
            outline: none;
            z-index: 1; }
            .product-pricing .prc__card--pricing .prc__pricing-form > button:hover, .product-pricing-section .prc__card--pricing .prc__pricing-form > button:hover {
              background-color: var(--calcite-ui-foreground-2);
              border: 1px solid var(--calcite-ui-border-1);
              color: var(--calcite-ui-text-1); }
            .product-pricing .prc__card--pricing .prc__pricing-form > button:active:hover, .product-pricing-section .prc__card--pricing .prc__pricing-form > button:active:hover {
              background-color: var(--calcite-ui-background);
              border: 1px solid var(--calcite-ui-brand);
              color: var(--calcite-ui-brand); }
          .product-pricing .prc__card--pricing .prc__pricing-form .prc__qty, .product-pricing-section .prc__card--pricing .prc__pricing-form .prc__qty {
            height: 31px;
            margin-top: 0;
            border: 0;
            background-color: var(--calcite-ui-background);
            border-top: 1px solid var(--calcite-ui-border-1);
            border-bottom: 1px solid var(--calcite-ui-border-1);
            border-left: none;
            border-right: none;
            width: 58px;
            text-align: center;
            box-shadow: none;
            color: var(--calcite-ui-text-1);
            margin: 0 -px;
            -moz-appearance: textfield; }
            .product-pricing .prc__card--pricing .prc__pricing-form .prc__qty::-webkit-outer-spin-button, .product-pricing .prc__card--pricing .prc__pricing-form .prc__qty::-webkit-inner-spin-button, .product-pricing-section .prc__card--pricing .prc__pricing-form .prc__qty::-webkit-outer-spin-button, .product-pricing-section .prc__card--pricing .prc__pricing-form .prc__qty::-webkit-inner-spin-button {
              -webkit-appearance: none;
              margin: 0; }
            .product-pricing .prc__card--pricing .prc__pricing-form .prc__qty:active, .product-pricing .prc__card--pricing .prc__pricing-form .prc__qty:focus, .product-pricing .prc__card--pricing .prc__pricing-form .prc__qty:focus-within, .product-pricing-section .prc__card--pricing .prc__pricing-form .prc__qty:active, .product-pricing-section .prc__card--pricing .prc__pricing-form .prc__qty:focus, .product-pricing-section .prc__card--pricing .prc__pricing-form .prc__qty:focus-within {
              background-color: var(--calcite-ui-foreground-2);
              border: 1px solid var(--calcite-ui-brand);
              color: var(--calcite-ui-text-1); }
          .product-pricing .prc__card--pricing .prc__pricing-form .prc__less-qty-btn, .product-pricing .prc__card--pricing .prc__pricing-form .prc__plus-qty-btn, .product-pricing .prc__card--pricing .prc__pricing-form .prc__plus-qty-btn, .product-pricing-section .prc__card--pricing .prc__pricing-form .prc__less-qty-btn, .product-pricing-section .prc__card--pricing .prc__pricing-form .prc__plus-qty-btn, .product-pricing-section .prc__card--pricing .prc__pricing-form .prc__plus-qty-btn {
            cursor: pointer; }
        .product-pricing .prc__card--pricing .prc__add-to-cart, .product-pricing-section .prc__card--pricing .prc__add-to-cart {
          line-height: 40px;
          font-size: 1rem;
          width: 100%;
          text-align: center; }
          @media screen and (min-width: 861px) {
            .product-pricing .prc__card--pricing .prc__add-to-cart, .product-pricing-section .prc__card--pricing .prc__add-to-cart {
              width: auto;
              padding-left: 35px;
              padding-right: 35px;
              line-height: 35px; } }
        .product-pricing .prc__card--pricing .prc__contact-distributor, .product-pricing-section .prc__card--pricing .prc__contact-distributor {
          color: var(--calcite-ui-text-2);
          margin-top: 10px; }
        .product-pricing .prc__card--pricing .prc__show-no-pricing, .product-pricing-section .prc__card--pricing .prc__show-no-pricing {
          display: flex;
          flex-flow: column;
          max-width: 66%;
          text-align: center;
          margin-top: 35px; }
          .product-pricing .prc__card--pricing .prc__show-no-pricing.has-price, .product-pricing-section .prc__card--pricing .prc__show-no-pricing.has-price {
            margin-top: -15px; }
        @media screen and (min-width: 861px) {
          .product-pricing .prc__card--pricing, .product-pricing-section .prc__card--pricing {
            align-items: flex-end;
            width: 40%; } }
      .product-pricing .prc__card .prc__desc, .product-pricing-section .prc__card .prc__desc {
        border-bottom: 1px solid var(--calcite-ui-border-3);
        padding-bottom: 20px;
        margin-bottom: 20px; }
        .product-pricing .prc__card .prc__desc--actions, .product-pricing-section .prc__card .prc__desc--actions {
          display: flex; }
          .product-pricing .prc__card .prc__desc--actions [class^='icon-ui'], .product-pricing-section .prc__card .prc__desc--actions [class^='icon-ui'] {
            display: inline-block;
            margin-left: 5px; }
        .product-pricing .prc__card .prc__desc--content > div, .product-pricing-section .prc__card .prc__desc--content > div {
          flex-basis: calc(100%);
          color: var(--calcite-ui-text-2); }
        .product-pricing .prc__card .prc__desc--content, .product-pricing-section .prc__card .prc__desc--content {
          overflow: hidden;
          transition: all .5s ease-in-out;
          height: auto;
          margin-top: 16px;
          display: flex;
          flex-direction: column; }
          .product-pricing .prc__card .prc__desc--content div, .product-pricing-section .prc__card .prc__desc--content div {
            flex-basis: calc(100%); }
          .product-pricing .prc__card .prc__desc--content h4, .product-pricing-section .prc__card .prc__desc--content h4 {
            margin-bottom: 1rem; }
          .product-pricing .prc__card .prc__desc--content.collapse, .product-pricing-section .prc__card .prc__desc--content.collapse {
            max-height: 0;
            margin-top: 0; }
          @media screen and (min-width: 861px) {
            .product-pricing .prc__card .prc__desc--content, .product-pricing-section .prc__card .prc__desc--content {
              flex-direction: row; } }
        .product-pricing .prc__card .prc__desc--compare, .product-pricing-section .prc__card .prc__desc--compare {
          box-shadow: 0 0 0 2px transparent;
          padding: 10px 28px 10px 16px;
          border-radius: 16.5px;
          line-height: 1;
          animation: all 0.25s ease;
          position: relative; }
          .product-pricing .prc__card .prc__desc--compare:after, .product-pricing-section .prc__card .prc__desc--compare:after {
            content: "";
            background-repeat: no-repeat;
            background-size: contain;
            background-position: 50% 50%;
            height: 13px;
            transition: all .25s ease-in-out;
            width: 13px;
            display: inline-block;
            margin-left: 5px;
            position: absolute;
            top: 35%;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%230079c1' d='M7.5 0A7.5 7.5 0 1 0 15 7.5 7.509 7.509 0 0 0 7.5 0zm.001 14.1A6.6 6.6 0 1 1 14.1 7.5a6.608 6.608 0 0 1-6.599 6.6zM3.735 8.346l.738-.738 2.084 2.088 4.97-4.97.738.737-5.708 5.705z'/%3E%3C/svg%3E"); }
          .product-pricing .prc__card .prc__desc--compare.compare-active, .product-pricing-section .prc__card .prc__desc--compare.compare-active {
            box-shadow: 0 0 0 2px var();
            color: var(--calcite-ui-brand-hover); }
            .product-pricing .prc__card .prc__desc--compare.compare-active span:before, .product-pricing-section .prc__card .prc__desc--compare.compare-active span:before {
              font-weight: 600; }
          .product-pricing .prc__card .prc__desc--compare:hover, .product-pricing-section .prc__card .prc__desc--compare:hover {
            box-shadow: 0 0 0 1px var(--calcite-ui-brand);
            text-decoration: none; }
            .product-pricing .prc__card .prc__desc--compare:hover span:before, .product-pricing-section .prc__card .prc__desc--compare:hover span:before {
              font-weight: 600; }
          .product-pricing .prc__card .prc__desc--compare span:before, .product-pricing-section .prc__card .prc__desc--compare span:before {
            padding-left: 0;
            padding-right: 0;
            font-weight: 300;
            animation: all 0.25s ease; }
        .product-pricing .prc__card .prc__desc--compare_link, .product-pricing-section .prc__card .prc__desc--compare_link {
          font-size: 0.775rem;
          line-height: 1.5;
          cursor: pointer;
          margin-left: 10px; }
        .product-pricing .prc__card .prc__desc--show, .product-pricing-section .prc__card .prc__desc--show {
          padding-left: 0; }
        .product-pricing .prc__card .prc__desc--links, .product-pricing-section .prc__card .prc__desc--links {
          padding-left: 0; }
          .product-pricing .prc__card .prc__desc--links li, .product-pricing-section .prc__card .prc__desc--links li {
            list-style: none; }
        @media screen and (min-width: 861px) {
          .product-pricing .prc__card .prc__desc, .product-pricing-section .prc__card .prc__desc {
            border-bottom: none;
            padding-bottom: 0;
            z-index: 999;
            margin-right: calc(-80%);
            margin-bottom: 0; }
            html[dir="rtl"] .product-pricing .prc__card .prc__desc, html[dir="rtl"] .product-pricing-section .prc__card .prc__desc {
              margin-right: initial;
              margin-left: calc(-80%); }
            .product-pricing .prc__card .prc__desc--content > div, .product-pricing-section .prc__card .prc__desc--content > div {
              flex-basis: calc(50%); }
            .product-pricing .prc__card .prc__desc-show-more-left, .product-pricing-section .prc__card .prc__desc-show-more-left {
              padding-right: 15px; }
            .product-pricing .prc__card .prc__desc-show-more-right, .product-pricing-section .prc__card .prc__desc-show-more-right {
              padding-left: 15px; } }
      .product-pricing .prc__card .prc__hide-price, .product-pricing-section .prc__card .prc__hide-price {
        display: none; }
      .product-pricing .prc__card--title, .product-pricing-section .prc__card--title {
        font-size: 1.2019rem;
        line-height: 1.5;
        font-weight: 500;
        color: var(--calcite-ui-text-1); }
        .product-pricing .prc__card--title-text, .product-pricing-section .prc__card--title-text {
          padding-right: 20px;
          color: var(--calcite-ui-text-1); }
        .product-pricing .prc__card--title-cat, .product-pricing-section .prc__card--title-cat {
          background-color: #f6f0c1;
          font-size: .7rem;
          vertical-align: middle;
          line-height: 1;
          display: inline-block;
          border-radius: 15px;
          padding: 5px 10px; }
      @media screen and (max-width: 480px) {
        .product-pricing .prc__card, .product-pricing-section .prc__card {
          width: 100%;
          min-width: 100%; } }
      @media screen and (min-width: 861px) {
        .product-pricing .prc__card, .product-pricing-section .prc__card {
          padding: 40px 50px 10px 0;
          margin-bottom: 40px;
          flex-direction: row; } }
    .product-pricing .prc__multi-pricing-cards, .product-pricing-section .prc__multi-pricing-cards {
      margin-bottom: 20px;
      padding: 0; }
      .product-pricing .prc__multi-pricing-cards .prc__card, .product-pricing-section .prc__multi-pricing-cards .prc__card {
        margin-bottom: 0;
        display: flex; }
        .product-pricing .prc__multi-pricing-cards .prc__card .prc__card--pricing, .product-pricing-section .prc__multi-pricing-cards .prc__card .prc__card--pricing {
          padding-bottom: 30px;
          border-bottom: 1px solid var(--calcite-ui-border-3); }
        @media screen and (min-width: 861px) {
          .product-pricing .prc__multi-pricing-cards .prc__card .prc__card--info,
          .product-pricing .prc__multi-pricing-cards .prc__card .prc__card--pricing, .product-pricing-section .prc__multi-pricing-cards .prc__card .prc__card--info,
          .product-pricing-section .prc__multi-pricing-cards .prc__card .prc__card--pricing {
            padding-bottom: 30px;
            border-bottom: 1px solid var(--calcite-ui-border-3); } }
      .product-pricing .prc__multi-pricing-cards .prc__card:not(:first-child) .prc__card--icon, .product-pricing-section .prc__multi-pricing-cards .prc__card:not(:first-child) .prc__card--icon {
        visibility: hidden;
        height: 0; }
        @media screen and (min-width: 861px) {
          .product-pricing .prc__multi-pricing-cards .prc__card:not(:first-child) .prc__card--icon, .product-pricing-section .prc__multi-pricing-cards .prc__card:not(:first-child) .prc__card--icon {
            height: auto; } }
      .product-pricing .prc__multi-pricing-cards .prc__card:last-child .prc__card--info,
      .product-pricing .prc__multi-pricing-cards .prc__card:last-child .prc__card--pricing, .product-pricing-section .prc__multi-pricing-cards .prc__card:last-child .prc__card--info,
      .product-pricing-section .prc__multi-pricing-cards .prc__card:last-child .prc__card--pricing {
        border-bottom: none; }
    .product-pricing .prc__error-message.is-active, .product-pricing-section .prc__error-message.is-active {
      position: absolute;
      z-index: 99999;
      top: 45px;
      left: 52px; }
      .product-pricing .prc__error-message.is-active span, .product-pricing-section .prc__error-message.is-active span {
        margin-left: 15px; }
    .product-pricing .prc__items-added-update, .product-pricing-section .prc__items-added-update {
      color: #417505;
      opacity: 0;
      margin-top: 15px; }
      .product-pricing .prc__items-added-update span, .product-pricing-section .prc__items-added-update span {
        display: inline-block;
        padding-right: 5px; }
      .product-pricing .prc__items-added-update.fade-in, .product-pricing-section .prc__items-added-update.fade-in {
        animation-name: fadeIn;
        animation-duration: .5s; }
      .product-pricing .prc__items-added-update.updated, .product-pricing-section .prc__items-added-update.updated {
        opacity: 1; }
    .product-pricing .prc__show-no-pricing, .product-pricing-section .prc__show-no-pricing {
      margin-top: 15px; }
  .product-pricing .will-animate, .product-pricing-section .will-animate {
    opacity: 0;
    animation-duration: .450s !important;
    animation-delay: 0s !important; }

@keyframes customfadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0); } }
  .product-pricing .customfadeInUp, .product-pricing-section .customfadeInUp {
    animation-name: customfadeInUp; }

@keyframes fadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

.more-info-tip {
  margin: 0 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%230079c1' d='M8 .15A7.85 7.85 0 1 0 15.85 8 7.85 7.85 0 0 0 8 .15zM9 14H7v-2h2zm1.158-5.566C9.468 9.09 9 9.488 9 10.337V11H7v-1c0-2.022 2.93-2.428 2.93-4.413a1.501 1.501 0 0 0-1.58-1.624c-.832 0-1.238.323-1.449 1.315A3.624 3.624 0 0 0 6.838 6H5.105l.039-.803c.213-1.568 1.388-2.472 3.223-2.472a2.721 2.721 0 0 1 2.985 2.816 3.203 3.203 0 0 1-1.194 2.893z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px; }
  @media screen and (max-width: 516px) {
    .more-info-tip {
      display: block;
      margin: 0 20px 0 8px; } }

.prc__card--cta-more-info {
  position: relative; }
  @media screen and (max-width: 768px) {
    .prc__card--cta-more-info {
      position: relative; } }

.more-info-close-button {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23555555' d='M8.718 8l5.303 5.303-.707.707L8.01 8.707 2.707 14.01 2 13.303 7.303 8 2 2.697l.707-.707L8.01 7.293l5.304-5.303.707.707z'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  position: absolute;
  top: 22px;
  right: 15px; }
  html[dir="rtl"] .more-info-close-button {
    left: 15px;
    right: initial; }
  .more-info-close-button:hover {
    cursor: pointer; }

.more-info-content {
  transition: all .25s ease-in-out;
  position: absolute;
  padding: 1em;
  background: #ffffff;
  z-index: 1000;
  max-width: 300px;
  top: 45%;
  transform: translateY(-50%);
  box-shadow: rgba(0, 0, 0, 0.16) 0px 0px 16px 0px;
  width: calc(50vw - 118px);
  margin-left: 60px;
  border-radius: 3px; }
  html[dir="rtl"] .more-info-content {
    margin-left: 0;
    margin-right: 60px; }
  .more-info-content[aria-hidden='true'] {
    display: none; }
  .more-info-content[aria-hidden='false'] {
    display: block; }
  .more-info-content:hover .more-info-close-button {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619B' d='M8.718 8l5.303 5.303-.707.707L8.01 8.707 2.707 14.01 2 13.303 7.303 8 2 2.697l.707-.707L8.01 7.293l5.304-5.303.707.707z'/%3E%3C/svg%3E"); }
  .more-info-content .more-info-description {
    color: var(--calcite-ui-text-3);
    font-size: 12px;
    line-height: 1.25; }
  .more-info-content-heading {
    border-bottom: 1px solid var(--calcite-ui-border-1);
    padding-bottom: 10px;
    color: #151515; }
  .more-info-content .more-info-section-heading {
    color: var(--calcite-ui-text-1); }
  @media screen and (max-width: 860px) {
    .more-info-content {
      bottom: 100%;
      width: 90vw;
      margin-bottom: 10px;
      margin-left: 5px;
      left: 50%;
      transform: translateX(-50%);
      top: auto; } }
  @media screen and (max-width: 516px) {
    .more-info-content {
      right: 0;
      left: 0;
      transform: none;
      margin-bottom: 20px; } }
  @media screen and (min-width: 1280px) {
    .more-info-content {
      width: calc(40vw - 118px); } }

.more-info-content::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  top: calc(50% - 15px);
  left: 1px;
  border: 10px solid var(--calcite-ui-text-3);
  border-color: transparent transparent var(--calcite-ui-text-inverse) var(--calcite-ui-text-inverse);
  transform-origin: 0 0;
  transform: rotate(45deg);
  box-shadow: rgba(0, 0, 0, 0.1) -2px 3px 4px 0px; }
  @media screen and (max-width: 860px) {
    .more-info-content::after {
      bottom: -28px;
      transform: rotate(45deg);
      margin-left: -0.5em;
      left: calc(50% - 10px);
      transform: rotate(-45deg);
      top: 100%; } }
  @media screen and (max-width: 516px) {
    .more-info-content::after {
      bottom: -28px;
      transform: rotate(45deg);
      margin-left: -0.5em;
      left: 8px;
      transform: rotate(-45deg);
      top: 100%; } }
  @media screen and (min-width: 860px) {
    html[dir="rtl"] .more-info-content::after {
      border-color: #fff #fff transparent transparent;
      box-shadow: rgba(0, 0, 0, 0.1) 4px -2px 4px 0px;
      right: -20px; } }

.products-cart-banner.pcb {
  width: 100%;
  background-color: #ffffff;
  height: 56px;
  position: fixed;
  z-index: 99999;
  top: -56px;
  animation: all 1s ease;
  border-bottom: 1px solid #cccccc; }
  .products-cart-banner.pcb.anim-phase-one {
    animation-duration: 1s;
    animation-name: containerSlideDown;
    top: 0; }
    .products-cart-banner.pcb.anim-phase-one .pcb-info {
      animation-duration: 1s;
      animation-name: infoSlideDown;
      top: 0; }
  .products-cart-banner.pcb.anim-phase-two-short .pcb-info .pcb-cart-icon {
    animation-duration: .8s;
    animation-name: itemShowShow;
    opacity: 1; }
  .products-cart-banner.pcb.anim-phase-two-short .pcb-info .pcb-number-items:before, .products-cart-banner.pcb.anim-phase-two-short .pcb-info .pcb-total:before {
    animation-duration: .8s;
    animation-name: showHidden;
    left: 100%; }
  .products-cart-banner.pcb.anim-phase-two .pcb-info .pcb-number-items-added {
    animation-duration: .5s;
    animation-name: itemShowShow;
    opacity: 1; }
  .products-cart-banner.pcb.anim-phase-two .pcb-info .pcb-cart-icon {
    animation-duration: .5s;
    animation-name: itemShowShow;
    opacity: 1; }
  .products-cart-banner.pcb.anim-phase-three .pcb-info .pcb-number-items-added {
    animation-duration: 1s;
    animation-name: hideElment;
    opacity: 0; }
    .products-cart-banner.pcb.anim-phase-three .pcb-info .pcb-number-items-added:before {
      animation-duration: 1s;
      animation-name: ofuscateElment;
      left: 0; }
  .products-cart-banner.pcb.anim-phase-three .pcb-info .pcb-number-items:before, .products-cart-banner.pcb.anim-phase-three .pcb-info .pcb-total:before {
    animation-duration: .8s;
    animation-name: showHidden;
    left: 100%; }
  .products-cart-banner.pcb.anim-phase-four .pcb-cart-checkout {
    animation-duration: .4s;
    animation-name: showCheckout;
    opacity: 1;
    left: 0; }
  .products-cart-banner.pcb.anim-revert {
    animation-duration: .35s;
    animation-name: containerSlideUp;
    top: -56px;
    display: none; }
  .products-cart-banner.pcb [data-cart-empty='true'] {
    display: none; }
  .products-cart-banner.pcb [data-cart-updated='true'] {
    animation: pulseLarge 1s 1;
    font-size: 12px;
    top: 30%;
    left: 25px; }
  .products-cart-banner.pcb .pcb-info {
    position: relative;
    height: 55px;
    display: flex;
    justify-content: flex-end;
    padding: 0;
    background-color: #ffffff;
    width: 100%;
    font-size: 16px; }
    .products-cart-banner.pcb .pcb-info > p {
      padding: 13px 10px;
      line-height: 30px;
      height: 55px;
      margin: 0; }
      @media screen and (max-width: 480px) {
        .products-cart-banner.pcb .pcb-info > p {
          font-size: 3.9vw; } }
    .products-cart-banner.pcb .pcb-info .pcb-number-items {
      min-width: 45vw; }
    .products-cart-banner.pcb .pcb-info .pcb-total {
      min-width: 34vw; }
    .products-cart-banner.pcb .pcb-info .pcb-number-items, .products-cart-banner.pcb .pcb-info .pcb-total {
      overflow: hidden; }
      .products-cart-banner.pcb .pcb-info .pcb-number-items:before, .products-cart-banner.pcb .pcb-info .pcb-total:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: -10%;
        width: 114%;
        height: 54px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 8%, white 16%, white 100%); }
    .products-cart-banner.pcb .pcb-info .pcb-number-items-added {
      opacity: 0;
      overflow: hidden; }
      .products-cart-banner.pcb .pcb-info .pcb-number-items-added:before {
        content: '';
        display: inline-block;
        position: absolute;
        top: 0;
        left: 100%;
        width: 100%;
        height: 54px;
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 8%, white 16%, white 100%); }
    @media screen and (min-width: 481px) {
      .products-cart-banner.pcb .pcb-info {
        background-color: transparent; }
        .products-cart-banner.pcb .pcb-info .pcb-number-items, .products-cart-banner.pcb .pcb-info .pcb-total, .products-cart-banner.pcb .pcb-info .pcb-cart, .products-cart-banner.pcb .pcb-info .pcb-number-items-added {
          background-color: #ffffff;
          z-index: 1;
          position: relative; }
        .products-cart-banner.pcb .pcb-info .pcb-number-items, .products-cart-banner.pcb .pcb-info .pcb-number-items-added {
          min-width: 165px;
          padding-right: 14px; }
        .products-cart-banner.pcb .pcb-info .pcb-total {
          min-width: 150px;
          padding-right: 20px; }
        .products-cart-banner.pcb .pcb-info .pcb-cart {
          min-width: 50px;
          padding-right: 14px; }
        .products-cart-banner.pcb .pcb-info .pcb-animation-starter {
          position: absolute;
          min-width: 530px;
          background-color: #ffffff;
          top: 0;
          height: 56px;
          right: 0;
          border-bottom: 1px solid #cccccc; } }
  @media screen and (min-width: 481px) {
    .products-cart-banner.pcb {
      background-color: #ffffff; }
      .products-cart-banner.pcb .pcb-container {
        display: flex;
        justify-content: flex-end; } }

.products-cart-banner.under {
  z-index: 0; }
  .products-cart-banner.under .es-nav-wrapper {
    display: none; }

.products-cart-banner .pcb-cart {
  height: 55px;
  padding: 13px 10px;
  line-height: 30px;
  position: relative;
  margin-left: 0; }
  .products-cart-banner .pcb-cart-icon {
    height: 26px;
    width: 29px;
    display: inline-block;
    vertical-align: middle;
    opacity: 0; }
    .products-cart-banner .pcb-cart-icon svg {
      height: 26px;
      width: 29px; }
  .products-cart-banner .pcb-cart-qty {
    background-color: #0079c1;
    box-shadow: 0 0 0 0 #005e95;
    border-radius: 10px;
    color: #ffffff;
    font-size: 8px;
    font-weight: 600;
    left: 25px;
    line-height: 15px;
    position: absolute;
    text-align: center;
    transition: all .25s ease-out;
    top: 15px;
    width: auto;
    z-index: 777;
    padding: 0 4px; }
  .products-cart-banner .pcb-cart-checkout {
    display: none; }
    @media screen and (min-width: 481px) {
      .products-cart-banner .pcb-cart-checkout {
        display: inline-block;
        position: relative; }
        .products-cart-banner .pcb-cart-checkout:after {
          content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 16 16' xmlns='http://www.w3.org/2000/svg' fill='%230079c1'%3E%3Cpath d='M3 6.982h9.452L9.948 4.48l.707-.707L14.384 7.5l-3.729 3.729-.707-.707 2.54-2.54H3z'/%3E%3C/svg%3E");
          top: calc(50% - 8px);
          line-height: 10px;
          margin-left: -.25em;
          opacity: 0;
          position: absolute;
          width: 16px;
          height: 16px;
          transition: margin-left .3s,margin-right .3s,opacity .3s; }
        .products-cart-banner .pcb-cart-checkout:hover {
          text-decoration: none; }
          .products-cart-banner .pcb-cart-checkout:hover:after {
            margin-left: .25em;
            opacity: 1; } }

@media screen and (max-width: 480px) {
  .products-cart-banner .pcb-container {
    /* max width needed to override calcite's max-width 96vw */
    max-width: 100vw; } }

.products-cart-banner .pcb-cta-link {
  display: inline-block;
  height: 42px; }
  .products-cart-banner .pcb-cta-link:hover {
    text-decoration: none;
    box-shadow: inset 0 -3px 0 0 rgba(0, 121, 193, 0.5); }
    .products-cart-banner .pcb-cta-link:hover .pcb-cart-checkout {
      text-decoration: none; }
      .products-cart-banner .pcb-cta-link:hover .pcb-cart-checkout:after {
        margin-left: .25em;
        opacity: 1; }

.products-cart-banner .es-nav-wrapper .es-nav[data-fixed] {
  top: inherit;
  position: relative;
  z-index: 1; }

.products-cart-banner.anim-revert .es-nav-wrapper {
  display: none; }

@keyframes containerSlideDown {
  0% {
    top: -56px; }
  50% {
    top: 0; }
  100% {
    top: 0; } }

@keyframes infoSlideDown {
  0% {
    top: -56px; }
  50% {
    top: -56px; }
  100% {
    top: 0; } }

@keyframes itemShowShow {
  0% {
    opacity: 0; }
  32% {
    opacity: 1; }
  100% {
    opacity: 1; } }

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px #005e95; }
  100% {
    box-shadow: 0 0 0 5px rgba(0, 94, 149, 0); } }

@keyframes ofuscateElment {
  0% {
    left: 100%; }
  80% {
    left: 100%; }
  100% {
    left: 0; } }

@keyframes hideElment {
  0% {
    opacity: 1; }
  80% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes showHidden {
  0% {
    left: -30%; }
  100% {
    left: 100%; } }

@keyframes showCheckout {
  0% {
    left: -20%;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }

@keyframes containerSlideUp {
  0% {
    top: 0; }
  100% {
    top: -56px; } }

@keyframes pulseLarge {
  from {
    transform: scale3d(1, 1, 1); }
  50% {
    transform: scale3d(1.25, 1.25, 1.25); }
  to {
    transform: scale3d(1, 1, 1); } }

.pulseLarge {
  animation-name: pulseLarge; }

@media screen and (max-width: 480px) {
  .hide-in-mobile {
    display: none !important; } }

.mobile-nav-popup {
  display: none; }
  @media screen and (max-width: 480px) {
    .mobile-nav-popup {
      position: absolute;
      background: #ffffff;
      top: 0;
      left: 0;
      z-index: 50;
      width: 150px; }
      .mobile-nav-popup ul {
        padding: 14px 10px; }
        .mobile-nav-popup ul .nav-section {
          text-transform: uppercase;
          letter-spacing: 1px;
          padding: 11px 22px 11px 11px;
          font-size: 11px;
          position: relative;
          list-style: none;
          line-height: 1;
          cursor: pointer;
          margin: 0;
          transition: all .25s ease-in-out;
          border-left: 5px solid #ffffff;
          margin-left: -10px;
          font-weight: 500; }
          .mobile-nav-popup ul .nav-section a {
            color: #4a4a4a; }
          .mobile-nav-popup ul .nav-section:last-child {
            padding: 11px 22px 22px 11px; }
          .mobile-nav-popup ul .nav-section.active {
            display: block;
            font-weight: 700; }
          .mobile-nav-popup ul .nav-section:hover {
            border-left: 5px solid var(--calcite-ui-brand);
            font-weight: 700; }
      .mobile-nav-popup[data-vertical-nav="false"] {
        display: none; }
      .mobile-nav-popup[data-vertical-nav="true"] {
        display: block; }
      .mobile-nav-popup[data-vertical-nav="fixed"] {
        display: block;
        position: fixed; } }

.nav-mobile-arrow {
  position: absolute;
  left: 115px;
  top: 45px;
  z-index: 999; }
  @media screen and (max-width: 350px) {
    .nav-mobile-arrow {
      left: 100px; } }
  .nav-mobile-arrow:after {
    height: 14px;
    line-height: 0;
    position: absolute;
    transition: transform .25s;
    width: 14px;
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' style='fill:%23323232' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10L16 24 2 10h28z'/%3E%3C/svg%3E"); }

@media screen and (max-width: 480px) {
  .comparison-table[mobile-state='hidden'] {
    display: none; } }

@media screen and (max-width: 480px) {
  .comparison-table[mobile-state='visible'] {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 100; } }

.comparison-table.mobile-expanded {
  position: relative; }
  .comparison-table.mobile-expanded .mobile-overlay {
    visibility: hidden;
    opacity: 0;
    transition: all .25s ease-in-out; }
    @media screen and (max-width: 480px) {
      .comparison-table.mobile-expanded .mobile-overlay[data-vertical-nav="visible"] {
        position: absolute;
        background: rgba(255, 255, 255, 0.6);
        left: 0;
        right: 0;
        bottom: 0;
        top: 80px;
        z-index: 5;
        visibility: visible;
        opacity: 1; } }
  @media screen and (max-width: 480px) {
    .comparison-table.mobile-expanded .comparison-table__wrapper {
      position: sticky;
      top: 0;
      z-index: 15; } }

.comparison-table__wrapper {
  background-color: var(--calcite-ui-brand);
  display: flex;
  align-items: center;
  flex-direction: row; }
  .comparison-table__wrapper .comparison-table__content {
    text-align: center;
    margin: auto; }
    .comparison-table__wrapper .comparison-table__content--heading {
      color: #ffffff; }
  .comparison-table__wrapper[aria-selected="false"] {
    min-height: 320px; }
    .comparison-table__wrapper[aria-selected="false"] .comparison-table__content button {
      color: #151515;
      background-color: rgba(255, 255, 255, 0.85); }
      .comparison-table__wrapper[aria-selected="false"] .comparison-table__content button:hover, .comparison-table__wrapper[aria-selected="false"] .comparison-table__content button:focus {
        background-color: #ffffff; }
      .comparison-table__wrapper[aria-selected="false"] .comparison-table__content button.compare:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-in-out;
        width: 13px;
        display: inline-block;
        margin-left: 5px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--items {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap; }
    .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--items .compare-item {
      padding: 20px 10px;
      background: var(--calcite-ui-brand);
      margin: 10px;
      width: 160px;
      border: 1px solid var(--calcite-ui-brand);
      color: rgba(255, 255, 255, 0.6);
      position: relative;
      transition: all .25s ease-in-out;
      cursor: pointer;
      pointer-events: auto; }
      .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--items .compare-item.not-selectable {
        opacity: .4;
        cursor: not-allowed; }
      @media screen and (min-width: 480px) {
        .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--items .compare-item {
          width: 160px; } }
      .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--items .compare-item img,
      .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--items .compare-item svg {
        height: 24px;
        width: 24px; }
        @media screen and (min-width: 480px) {
          .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--items .compare-item img,
          .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--items .compare-item svg {
            height: 43px;
            width: 43px; } }
      .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--items .compare-item svg {
        fill: #ffffff; }
      .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--items .compare-item-productname {
        font-size: 0.8125rem;
        line-height: 1.5; }
        @media screen and (min-width: 480px) {
          .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--items .compare-item-productname {
            font-size: 0.9375rem; } }
      .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--items .compare-item-price {
        font-size: 11px;
        line-height: 1.5; }
        @media screen and (min-width: 480px) {
          .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--items .compare-item-price {
            font-size: 0.875rem; } }
      .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--items .compare-item:hover {
        border: 1px solid #ffffff;
        color: #ffffff; }
      .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--items .compare-item[data-attribute="selected"] {
        color: #ffffff;
        background: #00619b; }
        .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--items .compare-item[data-attribute="selected"] .checkbox {
          position: absolute;
          right: 5px;
          top: 5px; }
          .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--items .compare-item[data-attribute="selected"] .checkbox:after {
            content: "";
            background-repeat: no-repeat;
            background-size: contain;
            background-position: 50% 50%;
            height: 12px;
            width: 12px;
            transition: all .25s ease-in-out;
            display: inline-block;
            margin-left: 5px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' class='svg-icon'%3E%3Cpath fill='%23ffffff' d='M11.927 22l-6.882-6.883-3 3L11.927 28 31.204 8.728l-3.001-3.001z'/%3E%3C/svg%3E"); }
            @media screen and (min-width: 480px) {
              .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--items .compare-item[data-attribute="selected"] .checkbox:after {
                height: 18px;
                width: 18px; } }
  .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--cta {
    display: flex;
    justify-content: space-between;
    padding: 0 30px; }
    @media screen and (min-width: 480px) {
      .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--cta {
        justify-content: center; } }
    .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--cta button {
      display: inline-block; }
    .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--cta .compare {
      color: #4c4c4c;
      background-color: rgba(255, 255, 255, 0.85); }
      .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--cta .compare:hover, .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--cta .compare:focus {
        background-color: #ffffff; }
  .comparison-table__wrapper[aria-selected="true"] .mobile-nav {
    display: none; }
  .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .mobile-nav {
    display: none; }
    @media screen and (max-width: 480px) {
      .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .mobile-nav {
        display: block;
        position: absolute;
        left: 0;
        padding: 0;
        height: 100%;
        background: #ffffff; }
        .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .mobile-nav-wrapper {
          position: relative; } }
    .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .mobile-nav .nav-heading {
      text-transform: uppercase;
      letter-spacing: 1px;
      font-size: 11px;
      padding-top: 15px; }
    .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .mobile-nav ul {
      margin: 0;
      padding: 39px 0 0 10px;
      width: calc(100vw/2);
      max-width: 150px; }
      .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .mobile-nav ul .nav-section {
        text-transform: uppercase;
        letter-spacing: 1px;
        padding: 7px 22px 11px 11px;
        font-size: 11px;
        position: relative;
        list-style: none;
        line-height: 1;
        cursor: pointer;
        background: #ffffff;
        margin: 0;
        transition: all .25s ease-in-out;
        border-left: 5px solid #ffffff;
        margin-left: -10px;
        font-weight: 500;
        color: #4a4a4a; }
  .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end; }
    @media screen and (min-width: 481px) {
      .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content {
        justify-content: center;
        padding: 30px 0; } }
    .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-title {
      flex: 0 0 100%;
      text-align: center;
      display: none; }
      @media screen and (min-width: 481px) {
        .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-title {
          display: block;
          flex: 0 0 30%;
          text-align: left; } }
      @media screen and (min-width: 481px) {
        .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-title {
          flex: 0 0 35%; } }
      .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-title .comparison-table__content--heading {
        font-size: 1.1rem; }
        @media screen and (min-width: 768px) {
          .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-title .comparison-table__content--heading {
            font-size: 1.2689rem; } }
        @media screen and (min-width: 981px) {
          .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-title .comparison-table__content--heading {
            font-size: 1.7689rem; } }
    .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content--cta {
      justify-content: center;
      padding: 0 10px 0 0; }
      @media screen and (min-width: 480px) {
        .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content--cta {
          justify-content: flex-start; } }
      .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content--cta .cancel {
        padding: 0.5rem 1rem 0.5rem 1rem; }
    .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items {
      position: relative; }
      .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items .nav-arrow {
        height: 100px;
        width: 40px;
        cursor: pointer;
        position: absolute;
        right: 0; }
        @media screen and (max-width: 480px) {
          .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items .nav-arrow:after {
            height: 14px;
            line-height: 0;
            position: absolute;
            transition: transform .25s;
            width: 14px;
            right: 10px;
            top: 43%;
            content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' style='fill:%23ffffff' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10L16 24 2 10h28z'/%3E%3C/svg%3E"); }
          .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items .nav-arrow:hover:after {
            content: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 32 32' style='fill:%23cccccc' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 10L16 24 2 10h28z'/%3E%3C/svg%3E"); } }
    .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items, .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-rows {
      flex: 0 0 65%;
      display: flex;
      justify-content: flex-start;
      align-items: flex-start;
      flex-direction: row;
      flex-wrap: wrap;
      background: var(--calcite-ui-brand); }
      @media screen and (max-width: 480px) {
        .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items, .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-rows {
          flex: 0 0 63%;
          padding-right: 30px; } }
      .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items .comparison-table__content-item, .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-rows .comparison-table__content-item {
        width: 43%;
        min-height: 100px;
        padding: 10px 0;
        border: 1px solid var(--calcite-ui-brand);
        text-align: center;
        flex: 1 1 0; }
        @media screen and (min-width: 480px) {
          .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items .comparison-table__content-item, .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-rows .comparison-table__content-item {
            padding: 15px 5px 10px; } }
        .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items .comparison-table__content-item:nth-of-type(n+3), .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-rows .comparison-table__content-item:nth-of-type(n+3) {
          display: none; }
        @media screen and (min-width: 481px) {
          .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items .comparison-table__content-item, .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-rows .comparison-table__content-item {
            width: 33%;
            height: auto; }
            .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items .comparison-table__content-item:nth-of-type(n+2), .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-rows .comparison-table__content-item:nth-of-type(n+2) {
              display: block; }
            .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items .comparison-table__content-item:nth-of-type(n+4), .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-rows .comparison-table__content-item:nth-of-type(n+4) {
              display: none; } }
        @media screen and (min-width: 981px) {
          .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items .comparison-table__content-item:nth-of-type(n+4), .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-rows .comparison-table__content-item:nth-of-type(n+4) {
            display: block; } }
        @media screen and (min-width: 1400px) {
          .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items .comparison-table__content-item, .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-rows .comparison-table__content-item {
            max-width: 20%; } }
        .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items .comparison-table__content-item img,
        .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items .comparison-table__content-item svg, .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-rows .comparison-table__content-item img,
        .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-rows .comparison-table__content-item svg {
          height: 24px;
          width: 24px;
          fill: #ffffff; }
          @media screen and (min-width: 480px) {
            .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items .comparison-table__content-item img,
            .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items .comparison-table__content-item svg, .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-rows .comparison-table__content-item img,
            .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-rows .comparison-table__content-item svg {
              height: 43px;
              width: 43px; } }
        .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items .comparison-table__content-item svg, .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-rows .comparison-table__content-item svg {
          fill: #ffffff; }
        .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items .comparison-table__content-item .compare-item-productname, .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-rows .comparison-table__content-item .compare-item-productname {
          font-size: 11px;
          line-height: 1.5; }
          @media screen and (min-width: 480px) {
            .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items .comparison-table__content-item .compare-item-productname, .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-rows .comparison-table__content-item .compare-item-productname {
              font-size: 0.9375rem; } }
        .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items .comparison-table__content-item .compare-item-price, .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-rows .comparison-table__content-item .compare-item-price {
          font-size: 10px;
          line-height: 1.5; }
          @media screen and (min-width: 480px) {
            .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-items .comparison-table__content-item .compare-item-price, .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-rows .comparison-table__content-item .compare-item-price {
              font-size: 0.875rem; } }
    .comparison-table__wrapper[aria-selected="true"][aria-expanded="true"] .comparison-table__content-rows .section-heading {
      justify-self: flex-start; }

.comparison-table .comparison-feature header {
  display: flex;
  background: #ffffff; }
  .comparison-table .comparison-feature header:not(:first-of-type) {
    margin-top: 80px; }
  @media screen and (max-width: 480px) {
    .comparison-table .comparison-feature header {
      margin-left: -10px;
      max-width: 125px;
      position: sticky;
      top: 0;
      z-index: 50;
      padding: 42px 26px; } }
  @media screen and (max-width: 350px) {
    .comparison-table .comparison-feature header {
      max-width: 110px; } }
  .comparison-table .comparison-feature header .section-heading {
    text-transform: uppercase;
    letter-spacing: 1px;
    background: #ffffff;
    font-size: 11px;
    margin-bottom: 0;
    align-self: center;
    white-space: nowrap; }
    @media screen and (min-width: 480px) {
      .comparison-table .comparison-feature header .section-heading {
        font-size: 1.0625rem;
        padding: 44px 32px;
        width: auto; } }

.comparison-table .comparison-feature .comparison-feature__wrapper > div:nth-of-type(odd) {
  background: #f8f8f8; }
  .comparison-table .comparison-feature .comparison-feature__wrapper > div:nth-of-type(odd):hover {
    background: #F0F9FF; }

.comparison-table .comparison-feature .comparison-feature__wrapper > div:nth-of-type(even) {
  background: #ffffff; }
  .comparison-table .comparison-feature .comparison-feature__wrapper > div:nth-of-type(even):hover {
    background: #F0F9FF; }

.comparison-table .comparison-feature .feature-post-script {
  padding-left: 32px; }

.comparison-table .comparison-feature .comparison-feature__content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap; }
  .comparison-table .comparison-feature .comparison-feature__content:hover {
    background: #F0F9FF;
    box-shadow: inset 0 0 0 1px #E3F4FF; }
  .comparison-table .comparison-feature .comparison-feature__content-featurename {
    flex: 0 0 37%;
    font-size: 11px;
    padding: 14px 10px 14px 32px; }
    @media screen and (min-width: 481px) {
      .comparison-table .comparison-feature .comparison-feature__content-featurename {
        flex: 0 0 35%;
        padding: 14px 0;
        font-size: 1rem; }
        .comparison-table .comparison-feature .comparison-feature__content-featurename p {
          padding-left: 32px; } }
    .comparison-table .comparison-feature .comparison-feature__content-featurename h2 {
      color: var(--calcite-ui-text-inverse); }
  .comparison-table .comparison-feature .comparison-feature__content-rows {
    flex: 0 0 55%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 80px; }
    @media screen and (min-width: 481px) {
      .comparison-table .comparison-feature .comparison-feature__content-rows {
        flex: 0 0 65%;
        padding: 14px 0;
        font-size: 1rem; } }
    .comparison-table .comparison-feature .comparison-feature__content-rows .comparison-table__content-item {
      padding: 15px 5px 10px;
      width: 43%;
      flex: 1 1 0;
      text-align: center; }
      .comparison-table .comparison-feature .comparison-feature__content-rows .comparison-table__content-item:nth-of-type(n+3) {
        display: none; }
      @media screen and (min-width: 481px) {
        .comparison-table .comparison-feature .comparison-feature__content-rows .comparison-table__content-item {
          width: 33%; }
          .comparison-table .comparison-feature .comparison-feature__content-rows .comparison-table__content-item:nth-of-type(n+2) {
            display: block; }
          .comparison-table .comparison-feature .comparison-feature__content-rows .comparison-table__content-item:nth-of-type(n+4) {
            display: none; } }
      @media screen and (min-width: 981px) {
        .comparison-table .comparison-feature .comparison-feature__content-rows .comparison-table__content-item:nth-of-type(n+4) {
          display: block; } }
      @media screen and (min-width: 1400px) {
        .comparison-table .comparison-feature .comparison-feature__content-rows .comparison-table__content-item {
          max-width: 20%; } }
      .comparison-table .comparison-feature .comparison-feature__content-rows .comparison-table__content-item .checkfeature:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 18px;
        transition: all .25s ease-in-out;
        width: 18px;
        display: inline-block;
        margin-left: 5px;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' class='svg-icon'%3E%3Cpath fill='%230079c1' d='M11.927 22l-6.882-6.883-3 3L11.927 28 31.204 8.728l-3.001-3.001z'/%3E%3C/svg%3E"); }
      .comparison-table .comparison-feature .comparison-feature__content-rows .comparison-table__content-item .textfeature {
        margin-bottom: 0;
        font-size: 1rem; }
      .comparison-table .comparison-feature .comparison-feature__content-rows .comparison-table__content-item .optiontext {
        color: #00619b; }

.product-pricing-section.bundle .prc .prc__pricing-cards .prc_container .background-cards {
  display: inline-block;
  background: var(--calcite-ui-background);
  border: 1px solid var(--calcite-ui-border-3); }

.product-pricing-section.bundle .prc .prc__pricing-cards .prc_container .prc__card {
  margin-bottom: 0;
  box-shadow: none;
  border-left: none;
  border-right: none;
  position: relative;
  background: none; }
  .product-pricing-section.bundle .prc .prc__pricing-cards .prc_container .prc__card:after {
    content: '';
    position: absolute;
    border: 1px solid var(--calcite-ui-border-3);
    width: 90%;
    bottom: 0;
    left: 5%; }
  .product-pricing-section.bundle .prc .prc__pricing-cards .prc_container .prc__card:first-child {
    border-top: none; }
  .product-pricing-section.bundle .prc .prc__pricing-cards .prc_container .prc__card:last-child {
    border-bottom: none;
    margin-bottom: 50px; }
    .product-pricing-section.bundle .prc .prc__pricing-cards .prc_container .prc__card:last-child:after {
      border-bottom: none; }

.product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .background-cards {
    display: flex; }
  .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card {
    flex-basis: 100%;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    min-width: 0;
    flex-grow: 0;
    flex-shrink: 1;
    padding: 20px;
    flex-direction: column;
    margin-bottom: 20px; }
    @media screen and (min-width: 768px) {
      .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card {
        flex-basis: calc(50% - 1.5rem);
        width: calc(50% - 1.5rem);
        margin-left: 0.75rem;
        margin-right: 0.75rem; } }
    @media screen and (min-width: 1280px) {
      .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card {
        flex-basis: calc(25% - 1.5rem);
        width: calc(25% - 1.5rem); } }
    .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card--icon {
      flex: 0 1 auto; }
      .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card--icon .prc__card--svg, .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card--icon img {
        width: 48px;
        height: 48px;
        margin-bottom: 12px; }
        @media screen and (min-width: 481px) {
          .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card--icon .prc__card--svg, .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card--icon img {
            margin-left: 0; } }
    .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card--info {
      width: 100%;
      flex: 1 1 auto; }
      .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card--info .prc__card--title {
        font-weight: 500; }
        .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card--info .prc__card--title-cat {
          display: block;
          width: fit-content;
          margin-top: 5px; }
      .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card--info .prc__card--info-items li {
        margin-bottom: 10px; }
      .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card--info-extra {
        display: flex;
        flex-flow: column-reverse; }
        @media screen and (min-width: 861px) {
          .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card--info-extra {
            flex-flow: column;
            padding-bottom: 20px; } }
      .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card--info .prc__card--cta {
        flex-wrap: wrap; }
        .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card--info .prc__card--cta .prc__cta-yr {
          min-width: 120px;
          width: 50%; }
        .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card--info .prc__card--cta-wrapper {
          width: 100%; }
        .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card--info .prc__card--cta .prc__cta-yr:first-child:nth-last-child(3),
        .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card--info .prc__card--cta .prc__cta-yr:first-child:nth-last-child(3) ~ .prc__cta-yr {
          display: block;
          float: none;
          width: 100% !important; }
          .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card--info .prc__card--cta .prc__cta-yr:first-child:nth-last-child(3) span,
          .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card--info .prc__card--cta .prc__cta-yr:first-child:nth-last-child(3) ~ .prc__cta-yr span {
            display: inline-block;
            padding: 0 3px; }
      .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card--info-items {
        padding: 0 0 0 16px; }
    .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card--pricing {
      display: flex;
      flex-flow: column;
      align-items: center;
      align-items: stretch;
      width: 100%;
      margin-bottom: auto;
      flex: 0 1 auto; }
      .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card--pricing .prc__pricing-controls {
        justify-content: space-between; }
        .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card--pricing .prc__pricing-controls .prc__calc-total {
          min-width: auto;
          margin-left: 0; }
    .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card .prc__desc--content {
      flex-direction: column; }
    .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card .prc__desc {
      margin-right: 0; }
      .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card .prc__desc--actions {
        flex-wrap: wrap; }
        .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card .prc__desc--actions .icon-ui-down {
          margin-left: 0; }
      .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card .prc__desc--show {
        width: 60%; }
      .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card .prc__desc .prc__desc--compare_link {
        margin: 0 auto; }
    .product-pricing-section.horizontal-cards .prc .prc__pricing-cards .prc_container .prc__card .prc__desc--content > div {
      flex-basis: calc(100%); }

.pardotIFrame iframe {
  width: 1px;
  min-width: 100%; }

.media-text-series-item:not(:last-child) .grid-container > div {
  padding-bottom: 60px;
  border-bottom: solid 1px #cccccc; }

.media-text-series-item:not(:first-child) .grid-container > div {
  padding-top: 60px; }

.media-text-series-item:first-child {
  margin-top: 3.1rem; }

.media-text-series-item:last-child {
  margin-bottom: 3.1rem; }

.media-text-series-item p:last-child {
  margin: 0; }

.media-text-series-flexy {
  display: flex; }
  .media-text-series-flexy .left-section {
    display: flex;
    flex-grow: 1; }
    .media-text-series-flexy .left-section svg {
      height: 48px;
      width: 48px; }
  .media-text-series-flexy .callout-section {
    flex: 0 0 60px;
    padding-right: 10px; }
  .media-text-series-flexy .text-section {
    padding-right: 150px; }
    .media-text-series-flexy .text-section div {
      padding-bottom: 15px; }
  .media-text-series-flexy .image-section {
    flex: 0 0 584px;
    margin-left: 40px;
    max-width: 45vw; }
    .media-text-series-flexy .image-section .image-border {
      padding: 15px;
      background-color: #efefef; }
    .media-text-series-flexy .image-section img {
      display: block; }

@media (max-width: 975px) and (min-width: 616px) {
  .media-text-series-flexy .left-section {
    display: block;
    flex-basis: 50%; }
  .media-text-series-flexy .text-section {
    padding-right: 0px; } }

@media (max-width: 615px) {
  .media-text-series-flexy {
    display: block; }
    .media-text-series-flexy .left-section {
      display: block; }
    .media-text-series-flexy .text-section {
      padding-right: 0px; }
    .media-text-series-flexy .image-section {
      max-width: unset;
      margin-left: 0px; } }

@media (min-width: 768px) {
  [dir=rtl] .media-text-float--background {
    left: 50px;
    top: 15px;
    right: 15px;
    bottom: 0px; }
  [dir=rtl] .media-text-float-item {
    padding: 70px 50px 0px 15px; }
    [dir=rtl] .media-text-float-item--map {
      float: left;
      text-align: left; }
    [dir=rtl] .media-text-float-item--content {
      float: right; }
    [dir=rtl] .media-text-float-item--actions {
      float: right; }
      [dir=rtl] .media-text-float-item--actions-cta {
        margin-left: 8px;
        margin-right: 0; } }

.mediatextfloat {
  position: relative; }

.media-text-float--background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0; }
  @media (min-width: 768px) {
    .media-text-float--background {
      left: var(--space-4);
      top: var(--space-4);
      right: var(--space-4);
      bottom: 0;
      background: var(--calcite-ui-background); } }

.media-text-float--outer {
  padding-bottom: 0;
  padding-top: var(--space-16); }

.media-text-float--content {
  position: relative;
  padding: var(--space-12) var(--space-5); }
  @media (min-width: 768px) {
    .media-text-float--content {
      padding: var(--space-12) 0; } }

.media-text-float-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: var(--space-16); }
  @media (min-width: 768px) {
    .media-text-float-item {
      flex-direction: row-reverse; } }
  @media (min-width: 768px) and (max-width: 1024px) {
    .media-text-float-item {
      margin-bottom: var(--space-32); }
      .media-text-float-item:last-child {
        margin-bottom: var(--space-16); } }
  .media-text-float-item--content {
    flex: 0 0 100%;
    padding: var(--space-8) 0 0 0; }
    @media (min-width: 768px) {
      .media-text-float-item--content {
        flex: 0 0 45%;
        padding: 0px var(--space-10);
        align-self: center; } }
  .media-text-float-item--map {
    position: relative;
    flex: 0 0 100%; }
    @media (min-width: 768px) {
      .media-text-float-item--map {
        flex: 0 0 50%; } }
    .media-text-float-item--map .media-text-float-item--map-replay {
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      z-index: 3; }
    .media-text-float-item--map-image {
      max-height: 430px; }
      @media (min-width: 1440px) {
        .media-text-float-item--map-image {
          max-width: 764px; } }
  .media-text-float-item--svg {
    display: none;
    height: auto;
    width: 64px; }
    .media-text-float-item--svg .icon-ui-svg {
      fill: var(--calcite-ui-text-1); }
    @media (min-width: 1440px) {
      .media-text-float-item--svg {
        display: block; } }
  .media-text-float-item--header {
    color: var(--calcite-ui-text-1);
    font-size: 1.625rem;
    line-height: 1.2; }
    @media screen and (min-width: 667px) {
      .media-text-float-item--header {
        font-size: 3.9vw; } }
    @media screen and (min-width: 1024px) {
      .media-text-float-item--header {
        font-size: 2.5rem; } }
    @media (min-width: 1024px) {
      .media-text-float-item--header {
        font-size: 2rem; } }
  @media screen and (min-width: 1024px) and (min-width: 695px) {
    .media-text-float-item--header {
      font-size: 4.6vw; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .media-text-float-item--header {
      font-size: 3rem; } }
  .media-text-float-item--bar {
    background-color: var(--calcite-ui-text-1);
    height: 1px;
    margin: 15px 0;
    width: 60px; }
  .media-text-float-item--body {
    color: var(--calcite-ui-text-1);
    font-size: 1rem; }
    @media screen and (min-width: 915px) {
      .media-text-float-item--body {
        font-size: 1.75vw; } }
    @media screen and (min-width: 1024px) {
      .media-text-float-item--body {
        font-size: 1.125rem; } }
  .media-text-float-item--actions {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row; }
    @media (min-width: 768px) and (max-width: 1024px) {
      .media-text-float-item--actions {
        position: absolute;
        bottom: -80px;
        justify-content: center;
        min-width: 80%; } }

.mts-media-text-split {
  clear: both;
  display: flex;
  grid-template: 1fr/repeat(1, 1fr);
  grid-gap: 25px;
  padding: 0 25px 25px 25px;
  padding-bottom: 0; }
  .mts-media-text-split-wrapper {
    background-repeat: no-repeat;
    background-position-x: center;
    background-size: cover; }
  @supports (display: grid) {
    .mts-media-text-split {
      display: grid; } }
  @media (min-width: 768px) {
    .mts-media-text-split {
      grid-template: 1fr/repeat(1, 1fr);
      grid-gap: 35px; } }
  @media (min-width: 1024px) {
    .mts-media-text-split {
      grid-template: 1fr/repeat(2, 1fr);
      grid-gap: 25px;
      max-width: 1440px;
      margin: 0 auto;
      min-height: 480px; }
      .mts-media-text-split[data-direction='right'] {
        flex-direction: row-reverse; }
        .mts-media-text-split[data-direction='right'] .mts-text-wrap {
          grid-column: 2 / -1;
          grid-row: 1 / -1; }
        .mts-media-text-split[data-direction='right'] .mts-media-wrap {
          grid-column: 1 / 2;
          grid-row: 1 / -1; } }
  @media (min-width: 1440px) {
    .mts-media-text-split {
      min-height: 420px; } }
  .mts-media-text-split .mts-text-wrap {
    margin-top: var(--space-6);
    position: relative;
    width: 100%; }
    @media (min-width: 768px) {
      .mts-media-text-split .mts-text-wrap {
        margin: auto;
        width: 80%; } }
    @media (min-width: 1024px) {
      .mts-media-text-split .mts-text-wrap {
        width: 100%; } }
    .mts-media-text-split .mts-text-wrap .mts-text--content {
      text-align: center;
      padding: var(--space-3) 0 0 0; }
      .mts-media-text-split .mts-text-wrap .mts-text--content .category {
        margin: var(--space-3) auto; }
        @media (min-width: 1024px) {
          .mts-media-text-split .mts-text-wrap .mts-text--content .category {
            padding: 0;
            margin: 0; } }
      @media (max-width: 1024px) {
        .mts-media-text-split .mts-text-wrap .mts-text--content .richtext-container ul, .mts-media-text-split .mts-text-wrap .mts-text--content .richtext-container ol {
          text-align: left; } }
      @media (min-width: 1024px) {
        .mts-media-text-split .mts-text-wrap .mts-text--content {
          text-align: start;
          padding-bottom: var(--space-6);
          padding-left: var(--space-8); } }
      @media (min-width: 1440px) {
        .mts-media-text-split .mts-text-wrap .mts-text--content {
          left: 50%;
          padding-left: var(--space-16);
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 100%; } }
    .mts-media-text-split .mts-text-wrap .mts-text-title {
      margin-bottom: var(--space-4);
      margin-top: var(--space-2);
      color: var(--calcite-ui-text-1);
      font-weight: 300; }
    .mts-media-text-split .mts-text-wrap .mts-text-body {
      color: var(--calcite-ui-text-2); }
    @media (min-width: 768px) {
      .mts-media-text-split .mts-text-wrap .mts-text--buttons {
        grid-gap: 15px; } }
    .mts-media-text-split .mts-text-wrap .mts-text--buttons calcite-button {
      padding-inline-end: var(--space-3); }
  .mts-media-text-split .mts-text-wrap .mts-text--content .richtext-container ul li a, .mts-media-text-split .mts-text-wrap .mts-text--content .richtext-container ol li a {
    color: var(--calcite-ui-brand); }
    .mts-media-text-split .mts-text-wrap .mts-text--content .richtext-container ul li a:hover, .mts-media-text-split .mts-text-wrap .mts-text--content .richtext-container ol li a:hover {
      color: var(--calcite-ui-brand-hover); }
  .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button {
    border: none;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.9);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: all .25s ease-out; }
    .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button:focus {
      outline: none;
      cursor: pointer; }
    .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button:after {
      border-left: 12px solid #000000; }
      .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button:after:hover, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button:after:hover {
        border-left: 12px solid #000000; }
    .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button:focus {
      background: var(--calcite-ui-brand);
      border: none;
      outline: none; }
      .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button:hover:after, .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button:focus:after, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button:hover:after, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button:focus:after {
        border-left: 12px solid white; }
    .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button:focus {
      background: var(--calcite-ui-brand);
      outline: none; }
      .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button:focus:after, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button:focus:after {
        border-left: 12px solid white; }
    .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button:after {
      content: "";
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      left: 52.5%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 0;
      width: 0; }
    @media screen and (min-width: 840px) {
      .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button {
        border: none;
        margin-top: 0px;
        background: rgba(255, 255, 255, 0.9);
        width: 72px;
        height: 72px;
        border-radius: 100%;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        transition: all .25s ease-out; }
        .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button:focus {
          outline: none;
          cursor: pointer; }
        .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button:after {
          border-left: 15px solid #000000; }
          .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button:after:hover, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button:after:hover {
            border-left: 15px solid #000000; }
        .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button:focus {
          background: var(--calcite-ui-brand);
          border: none;
          outline: none; }
          .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button:hover:after, .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button:focus:after, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button:hover:after, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button:focus:after {
            border-left: 15px solid white; }
        .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button:focus {
          background: var(--calcite-ui-brand);
          outline: none; }
          .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button:focus:after, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button:focus:after {
            border-left: 15px solid white; }
        .mts-media-text-split.dark-mode .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split [theme="dark"] .mts-media-wrap .mts-media-player .play-button:after {
          content: "";
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          left: 52.5%;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          height: 0;
          width: 0; } }
  .mts-media-text-split.light-mode .mts-media-wrap .mts-media-player .play-button, .mts-media-text-split [theme="light"] .mts-media-wrap .mts-media-player .play-button {
    border: none;
    margin-top: 0px;
    background: rgba(53, 53, 53, 0.9);
    width: 60px;
    height: 60px;
    border-radius: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 5;
    transition: all .25s ease-out; }
    .mts-media-text-split.light-mode .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split.light-mode .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split [theme="light"] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split [theme="light"] .mts-media-wrap .mts-media-player .play-button:focus {
      outline: none;
      cursor: pointer; }
    .mts-media-text-split.light-mode .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split [theme="light"] .mts-media-wrap .mts-media-player .play-button:after {
      border-left: 12px solid white; }
      .mts-media-text-split.light-mode .mts-media-wrap .mts-media-player .play-button:after:hover, .mts-media-text-split [theme="light"] .mts-media-wrap .mts-media-player .play-button:after:hover {
        border-left: 12px solid white; }
    .mts-media-text-split.light-mode .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split.light-mode .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split [theme="light"] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split [theme="light"] .mts-media-wrap .mts-media-player .play-button:focus {
      background: var(--calcite-ui-brand);
      border: none;
      outline: none; }
    .mts-media-text-split.light-mode .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split [theme="light"] .mts-media-wrap .mts-media-player .play-button:after {
      content: "";
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      left: 52.5%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 0;
      width: 0; }
    @media screen and (min-width: 840px) {
      .mts-media-text-split.light-mode .mts-media-wrap .mts-media-player .play-button, .mts-media-text-split [theme="light"] .mts-media-wrap .mts-media-player .play-button {
        border: none;
        margin-top: 0px;
        background: rgba(53, 53, 53, 0.9);
        width: 72px;
        height: 72px;
        border-radius: 100%;
        left: 50%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 5;
        transition: all .25s ease-out; }
        .mts-media-text-split.light-mode .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split.light-mode .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split [theme="light"] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split [theme="light"] .mts-media-wrap .mts-media-player .play-button:focus {
          outline: none;
          cursor: pointer; }
        .mts-media-text-split.light-mode .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split [theme="light"] .mts-media-wrap .mts-media-player .play-button:after {
          border-left: 15px solid white; }
          .mts-media-text-split.light-mode .mts-media-wrap .mts-media-player .play-button:after:hover, .mts-media-text-split [theme="light"] .mts-media-wrap .mts-media-player .play-button:after:hover {
            border-left: 15px solid white; }
        .mts-media-text-split.light-mode .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split.light-mode .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split [theme="light"] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split [theme="light"] .mts-media-wrap .mts-media-player .play-button:focus {
          background: var(--calcite-ui-brand);
          border: none;
          outline: none; }
        .mts-media-text-split.light-mode .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split [theme="light"] .mts-media-wrap .mts-media-player .play-button:after {
          content: "";
          border-top: 10px solid transparent;
          border-bottom: 10px solid transparent;
          left: 52.5%;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          height: 0;
          width: 0; } }
  .mts-media-text-split .mts-media-wrap {
    max-height: 547px;
    position: relative;
    width: 100%;
    margin-top: 20px;
    display: grid;
    align-items: end; }
    @media (min-width: 1024px) {
      .mts-media-text-split .mts-media-wrap {
        align-items: center; } }
    @media (min-width: 1260px) {
      .mts-media-text-split .mts-media-wrap {
        margin-top: 75px;
        align-items: end; } }
    @media (min-width: 1024px) {
      .mts-media-text-split .mts-media-wrap.adjust-for-gif {
        text-align: left;
        overflow: hidden; } }
    .mts-media-text-split .mts-media-wrap img.is-gif, .mts-media-text-split .mts-media-wrap img.is-media-img {
      max-height: 100%;
      display: block;
      margin: 0 auto;
      min-height: 170px;
      object-fit: contain; }
      @media (min-width: 640px) {
        .mts-media-text-split .mts-media-wrap img.is-gif, .mts-media-text-split .mts-media-wrap img.is-media-img {
          max-height: 547px;
          width: 100%; } }
      @media (min-width: 1024px) {
        html[dir="rtl"] .mts-media-text-split .mts-media-wrap img.is-gif, html[dir="rtl"] .mts-media-text-split .mts-media-wrap img.is-media-img {
          transform: initial; } }
    .mts-media-text-split .mts-media-wrap .mts-media-player {
      background: #595959;
      display: block;
      min-height: 170px;
      width: inherit;
      position: relative;
      margin: auto; }
      @media (min-width: 600px) {
        .mts-media-text-split .mts-media-wrap .mts-media-player {
          width: 100%;
          min-height: 355px; } }

.mg__card {
  position: relative;
  overflow: hidden;
  height: 0;
  align-self: center; }
  .mg__card[style^="--aspect-ratio"] {
    padding-top: calc(100% * .5625); }
    @media screen and (min-width: 1152px) {
      .mg__card[style^="--aspect-ratio"] {
        padding-top: calc(100% * (var(--aspect-ratio))); } }
  .mg__card .gradient__contrast--dark-mode::after,
  .mg__card .gradient__contrast--light-mode::after {
    --gradient-angle: to top;
    --gradient-angel-m: to top;
    --gradient-transition: 60%; }

.mg-card__wrapper {
  color: var(--calcite-ui-text-1);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all .2s;
  clip-path: inset(0px); }
  .mg-card__wrapper[data-url]:hover {
    cursor: pointer; }
  .mg-card__wrapper:hover, .mg-card__wrapper:focus, .mg-card__wrapper:focus-within {
    color: var(--calcite-ui-text-1); }

.mg-card__content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 1rem;
  z-index: 1;
  --gradient-angle: to top;
  --gradient-angle-m: to top;
  --gradient-transition: 100%; }
  .mg-card__content .mg-card__title {
    pointer-events: none;
    margin-bottom: 0; }
  .mg-card__content .category {
    pointer-events: none;
    margin-inline-start: -1rem; }
  .mg-card__content [aria-label^="Play"] {
    margin-bottom: 1ch; }
  .mg-card__content p {
    pointer-events: none;
    font-size: clamp(0.8rem, 1vw, 1rem);
    line-height: 1.2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }

.mg-card__image,
.mg-card__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .2s; }
  .mg-card__wrapper:hover .mg-card__image,
  .mg-card__wrapper:focus .mg-card__image, .mg-card__wrapper:hover
  .mg-card__video,
  .mg-card__wrapper:focus
  .mg-card__video {
    transform: scale(1.1);
    cursor: pointer; }

#arcgis-marketplace .ecs__header.avenir-light {
  font-weight: 700; }

#arcgis-marketplace .contentbar {
  padding: 64px 0; }

.marketplace-card .recommended-section {
  background: var(--calcite-ui-background-1);
  color: var(--calcite-ui-text-1); }

.marketplace-card .block {
  margin-bottom: 40px; }

.marketplace-card .separator {
  margin: 15px auto 20px; }

.marketplace-card .recommended-section-header, .marketplace-card .recommended-section-text {
  color: var(--calcite-ui-text-1); }

.marketplace-card .card-content-header {
  min-height: 155px; }

.marketplace-card .marketplace-cards .block.card {
  border: none;
  box-shadow: none;
  transition: border-color .25s linear; }

.marketplace-card .marketplace-cards .cards-simple.lighttheme {
  display: flex;
  min-height: 100%; }

.marketplace-card .marketplace-cards .cards-simple {
  background: var(--calcite-ui-background-1); }
  .marketplace-card .marketplace-cards .cards-simple a {
    border: solid 1px var(--calcite-ui-border-1);
    flex: 1 1 100%;
    align-items: stretch;
    transition: border-color .25s linear;
    display: flex;
    flex-direction: column; }
    .marketplace-card .marketplace-cards .cards-simple a .card-content {
      border-left: 3px inset transparent; }
    .marketplace-card .marketplace-cards .cards-simple a:hover {
      border: solid 1px var(--calcite-ui-brand); }
      .marketplace-card .marketplace-cards .cards-simple a:hover .card-content {
        border-left: 3px inset var(--calcite-ui-brand); }
  .marketplace-card .marketplace-cards .cards-simple .card-content {
    transition: border-color .25s linear; }
    .marketplace-card .marketplace-cards .cards-simple .card-content .icon-container {
      display: flex;
      justify-content: space-between;
      height: 75px; }
      .marketplace-card .marketplace-cards .cards-simple .card-content .icon-container .icon-image img, .marketplace-card .marketplace-cards .cards-simple .card-content .icon-container .icon-image svg {
        -o-object-fit: cover;
        object-fit: cover;
        overflow: hidden;
        min-width: 64px;
        max-width: 180px !important;
        max-height: 64px !important;
        height: auto; }
      .marketplace-card .marketplace-cards .cards-simple .card-content .icon-container .icon-feature p {
        margin: 0;
        font-size: 12px;
        font-weight: 500;
        background: var(--calcite-ui-foreground-3);
        padding: 5px 10px;
        border-radius: 20px;
        color: var(--calcite-ui-text-1); }
    .marketplace-card .marketplace-cards .cards-simple .card-content .card-title {
      font-size: 1.2019rem;
      line-height: 1.4;
      margin-bottom: 5px;
      color: #4a4a4a;
      font-weight: 500;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
      color: var(--calcite-ui-text-1); }
    .marketplace-card .marketplace-cards .cards-simple .card-content .card-subheader {
      font-size: 0.8125rem;
      line-height: 1;
      color: var(--calcite-ui-text-2);
      margin: 6px 0; }
    .marketplace-card .marketplace-cards .cards-simple .card-content .card-listingtype {
      color: var(--calcite-ui-text-2);
      font-size: 10px; }
    .marketplace-card .marketplace-cards .cards-simple .card-content .card-text {
      padding: 10px 0 30px;
      color: var(--calcite-ui-text-2);
      margin-bottom: 10px; }
      .marketplace-card .marketplace-cards .cards-simple .card-content .card-text div {
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        min-height: 75px; }
    .marketplace-card .marketplace-cards .cards-simple .card-content .provider-level {
      padding: 5px 0;
      display: flex;
      align-items: center; }
      .marketplace-card .marketplace-cards .cards-simple .card-content .provider-level-icon {
        width: 10px;
        height: 10px;
        border-radius: 50%; }
        .marketplace-card .marketplace-cards .cards-simple .card-content .provider-level-icon.silver {
          background: #8bb0d4; }
        .marketplace-card .marketplace-cards .cards-simple .card-content .provider-level-icon.gold {
          background: #e1b158; }
        .marketplace-card .marketplace-cards .cards-simple .card-content .provider-level-icon.platinum {
          background: #c6c8cb; }
      .marketplace-card .marketplace-cards .cards-simple .card-content .provider-level-text {
        padding: 0 5px;
        font-size: 12px;
        color: #4a4a4a;
        font-weight: 500;
        text-transform: capitalize;
        color: var(--calcite-ui-text-2); }

.marketplace-card .marketplace-cards .star-ratings-wrapper {
  position: relative;
  height: 18px;
  width: 97px;
  display: inline-block; }
  .marketplace-card .marketplace-cards .star-ratings-wrapper.x-small {
    height: 18px;
    width: 97px; }
    html[dir="rtl"] .marketplace-card .marketplace-cards .star-ratings-wrapper.x-small {
      margin-right: 20px; }

.marketplace-card .marketplace-cards .star-ratings-filled, .marketplace-card .marketplace-cards .star-ratings-blank {
  height: 18px;
  background-repeat: no-repeat;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background-size: cover; }

.marketplace-card .marketplace-cards .star-ratings-filled {
  background-image: url("https://www.esri.com/content/dam/esrisites/en-us/marketplace/test-assets/marketplace-product-listings-review-stars-fill-120x20.svg"); }
  html[dir="rtl"] .marketplace-card .marketplace-cards .star-ratings-filled {
    right: -1px;
    transform: scaleX(-1); }

.marketplace-card .marketplace-cards .star-ratings-blank {
  background-image: url("https://www.esri.com/content/dam/esrisites/en-us/marketplace/test-assets/marketplace-product-listings-review-stars-outline-120x20.svg"); }

.marketplace-card .marketplace-cards .review-section-content-star {
  position: absolute;
  bottom: 0;
  padding: 0 20px;
  display: flex;
  align-items: baseline;
  width: 100%;
  justify-content: space-between; }
  .marketplace-card .marketplace-cards .review-section-content-star .freeTag {
    margin-left: auto; }
    .marketplace-card .marketplace-cards .review-section-content-star .freeTag-text {
      font-weight: 600;
      color: var(--calcite-ui-text-2);
      text-transform: uppercase;
      letter-spacing: 1px; }

.marketplace-card .darktheme .recommended-section-header, .marketplace-card .darktheme .recommended-section-text {
  color: #ffffff; }

.marketplace-card .cta-container {
  text-align: right; }

.sra-sort-options {
  display: flex;
  justify-content: flex-end;
  align-items: center; }
  @media (min-width: 860px) {
    .sra-sort-options {
      margin-right: 59px; } }
  .sra-sort-options-label {
    padding: 0 10px; }
  .sra-sort-options-wrapper {
    display: flex;
    align-items: center; }
  .sra-sort-options span {
    margin: 0 5px;
    display: block;
    width: 100%; }
  .sra-sort-options .select_wrap {
    min-width: 180px;
    margin: 15px auto;
    position: relative;
    user-select: none; }
  .sra-sort-options .select_wrap .default_option {
    background: var(--calcite-ui-background);
    position: relative;
    cursor: pointer;
    padding: 8px;
    border: 1px solid var(--calcite-ui-border-3); }
  .sra-sort-options .select_wrap .default_option li {
    padding: 10px 5px;
    list-style: none;
    font-size: 1rem;
    line-height: 1.5; }
  .sra-sort-options .select_wrap .default_option:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M25 11.293v1.414l-9.5 9.5-9.5-9.5v-1.414l9.5 9.5z'/%3E%3C/svg%3E");
    position: absolute;
    top: 10px;
    right: 4px;
    left: auto;
    width: 20px;
    height: 20px;
    transition: all .5s ease-out; }
    html[dir="rtl"] .sra-sort-options .select_wrap .default_option:after {
      right: auto;
      left: 0; }
  .sra-sort-options .select_wrap .select_ul {
    position: absolute;
    top: 27px;
    left: 6px;
    width: 100%;
    background: var(--calcite-ui-background);
    opacity: 0;
    padding: 0;
    transition: all .5s ease;
    width: 100%;
    box-shadow: 0px 9px 15px 0px rgba(0, 0, 0, 0.1); }
  .sra-sort-options .select_wrap .select_ul li {
    padding: 5px;
    cursor: pointer;
    list-style: none;
    font-size: 1rem;
    line-height: 1.5;
    border-top: 1px solid var(--calcite-ui-border-3);
    margin: 0;
    border-left: inset 2px transparent;
    transition: all .5s ease; }
    .sra-sort-options .select_wrap .select_ul li:last-child {
      border-bottom: 1px solid var(--calcite-ui-border-3); }
  .sra-sort-options .select_wrap.active .select_ul {
    opacity: 1;
    transform: translateY(0);
    z-index: 10; }
  .sra-sort-options .select_wrap.active .select_ul li:hover {
    background: #f3f3f3;
    border-left: inset 2px var(--calcite-ui-brand); }
  .sra-sort-options .select_wrap .option {
    display: flex;
    align-items: center; }
  .sra-sort-options .select_wrap.active .default_option:before {
    transform: scaleY(-1); }
  .sra-sort-options .sort-direction {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23323232' d='M8 14.3L13.3 9H0V8h13.3L8 2.7V1.3l7.2 7.2L8 15.7v-1.4z'/%3E%3C/svg%3E");
    width: 15px;
    height: 15px;
    transform: rotate(90deg); }
    .sra-sort-options .sort-direction:hover {
      cursor: pointer;
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%230079c2' d='M8 14.3L13.3 9H0V8h13.3L8 2.7V1.3l7.2 7.2L8 15.7v-1.4z'/%3E%3C/svg%3E"); }
    .sra-sort-options .sort-direction[data-state="ascending"] {
      transform: rotate(270deg); }

.contentbar #arcgis-marketplace {
  padding: 40px 0; }

.elastic-content-strip #arcgis-marketplace .ecs__title {
  font-weight: 500; }

.simple_content_container .large-content--modular .large-content--modular-content {
  margin: 50px 0; }
  @media (min-width: 1440px) {
    .simple_content_container .large-content--modular .large-content--modular-content.no-image {
      margin-left: 0; } }
  @media (min-width: 1440px) {
    .simple_content_container .large-content--modular .large-content--modular-content {
      margin-left: -170px; } }
  .simple_content_container .large-content--modular .large-content--modular-content .large-content--modular-graphic {
    margin: auto;
    width: 55%; }
    .simple_content_container .large-content--modular .large-content--modular-content .large-content--modular-graphic .simple_image-container {
      height: auto; }
    @media (min-width: 768px) {
      .simple_content_container .large-content--modular .large-content--modular-content .large-content--modular-graphic {
        max-width: 170px; } }
    @media (min-width: 1440px) {
      .simple_content_container .large-content--modular .large-content--modular-content .large-content--modular-graphic {
        max-width: 170px; } }
  @media (min-width: 1440px) {
    .simple_content_container .large-content--modular .large-content--modular-content .large-content--modular-graphic {
      float: left;
      width: 25%; }
    .simple_content_container .large-content--modular .large-content--modular-content .large-content--modular-body {
      float: left;
      width: 75%; } }

.simple_image-container .circleimage {
  border-radius: 50%;
  width: 100%;
  padding-bottom: 100%;
  background: white; }

.long-form-legal-wrapper {
  border-top: thin solid #cccccc;
  padding-top: 20px;
  margin-left: 0; }
  .long-form-legal-wrapper-body {
    font-size: 11px;
    line-height: 1.5; }

@media (min-width: 768px) {
  .tablet-column-6 {
    padding: 0 10px; } }

@media (min-width: 768px) {
  .tablet-column-10 {
    padding: 0 25px; } }

@media (min-width: 1024px) {
  .tablet-column-10 {
    padding: 10px; } }

.large-content-wrapper {
  position: relative; }
  .large-content-wrapper .large-content {
    position: relative;
    text-align: left; }
    .large-content-wrapper .large-content--heading {
      color: #000000;
      font-size: 1rem;
      margin-bottom: 10px; }
      @media screen and (min-width: 915px) {
        .large-content-wrapper .large-content--heading {
          font-size: 1.75vw; } }
      @media screen and (min-width: 1024px) {
        .large-content-wrapper .large-content--heading {
          font-size: 1.125rem; } }
    .large-content-wrapper .large-content--body {
      color: #595959;
      margin-bottom: 0; }
  .large-content-wrapper .large-content--outer {
    background: #f8f8f8;
    box-shadow: inset 0 0 0 1px #b4b4b4;
    color: #464646;
    margin: 10px 0 30px 0;
    padding: 60px 40px; }
    @media (min-width: 768px) {
      .large-content-wrapper .large-content--outer {
        width: 95%; } }
    @media (min-width: 1024px) {
      .large-content-wrapper .large-content--outer {
        float: right;
        clear: right;
        margin-top: auto;
        margin-bottom: 10px;
        margin-left: 25px;
        width: 45%; } }
    @media (min-width: 1440px) {
      .large-content-wrapper .large-content--outer {
        margin-right: -200px;
        margin-top: 15px;
        width: 55%; } }
    .large-content-wrapper .large-content--outer ul li {
      line-height: 1;
      margin-left: 5px; }

.main-content-wrapper {
  margin-top: -100px;
  position: relative;
  text-align: center;
  z-index: 1; }
  @media (min-width: 1024px) {
    .main-content-wrapper {
      margin-top: -140px; }
      .main-content-wrapper .column-16 {
        max-width: 80vw; }
        .main-content-wrapper .column-16.pre-4 {
          margin-left: 7.5vw !important; } }
  @media (min-width: 1440px) {
    .main-content-wrapper .column-16.pre-4 {
      margin-left: 241.66667px !important; } }
  .main-content-wrapper .main-content {
    background: #ffffff;
    padding: 0;
    padding-top: 20px; }
    @media (min-width: 1024px) {
      .main-content-wrapper .main-content {
        padding: 25px 60px 0; } }
    .main-content-wrapper .main-content--heading {
      font-size: 14px;
      letter-spacing: .15rem;
      margin-bottom: 0;
      text-transform: uppercase; }
    .main-content-wrapper .main-content--title {
      color: #000000;
      font-size: 50px;
      letter-spacing: -.1rem;
      line-height: 1.25;
      margin-bottom: 0; }
  .main-content-wrapper .separator {
    background: #0079c1;
    height: 3px;
    margin: 25px auto;
    width: 50px; }

.long-form-banner {
  background-size: cover;
  overflow: hidden;
  min-height: 30vh;
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .long-form-banner {
      background-position: top center;
      background-repeat: no-repeat;
      max-height: 20vh; } }
  @media (min-width: 1440px) {
    .long-form-banner {
      max-height: 20vh;
      min-height: 350px; } }

.second-nav.calcite-theme-dark,
.third-nav-bar.calcite-theme-dark {
  --calcite-ui-background: #2b2b2b;
  --calcite-ui-text-1: #ffffff;
  --calcite-ui-foreground-2: #202020;
  --calcite-ui-foreground-3: #151515;
  --calcite-ui-text-3: #9f9f9f;
  --calcite-ui-text-2: #bfbfbf; }

.local-navigation {
  top: 0px;
  z-index: 9000;
  position: sticky; }

.second-nav.calcite-theme-light button.es-nav-sublink-local[aria-controls='true']:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 9 32 32' width='14' height='25'%3E%3Cpath d='M28 9v5L16 26 4 14V9l12 12L28 9z' fill='%23000'/%3E%3C/svg%3E"); }
  @media screen and (min-width: 976px) {
    .second-nav.calcite-theme-light button.es-nav-sublink-local[aria-controls='true']:after {
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 25' width='10' height='25'%3E%3Cpath fill='%23000000' d='M 0 0 14 0 7 7' /%3E%3C/svg%3E"); } }

.second-nav.calcite-theme-light button.nav-menu-title:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 25' width='14' height='25'%3E%3Cpath d='M 0 0 14 0 7 7' fill='%23010101'/%3E%3C/svg%3E"); }

.second-nav {
  display: flex;
  color: var(--calcite-ui-text-1);
  min-height: 56px;
  user-select: none;
  position: relative;
  background-color: var(--calcite-ui-background);
  background-repeat: no-repeat;
  box-shadow: 0 1px 0 0 var(--calcite-ui-foreground-2);
  transition: background-color 75ms,min-height 75ms;
  line-height: 20px; }
  .second-nav button.es-nav-sublink-local:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 9 32 32' width='14' height='25'%3E%3Cpath d='M28 9v5L16 26 4 14V9l12 12L28 9z' fill='%23fff'/%3E%3C/svg%3E"); }
  .second-nav .nav- *, .second-nav * {
    background-repeat: no-repeat; }
  .second-nav:after, .second-nav:before {
    background-repeat: no-repeat; }
  @media (max-width: 975px) {
    .second-nav[aria-expanded='true'], .second-nav:not([data-expanded='false']) {
      background-color: var(--calcite-ui-background); }
      .second-nav[aria-expanded='true'] .es-nav-menu-title:after, .second-nav:not([data-expanded='false']) .es-nav-menu-title:after {
        transform: rotateX(180deg) translateY(1px); } }
  .second-nav .nav-menu .nav-menu-title {
    background-color: transparent;
    border-style: none;
    color: transparent;
    font-size: inherit;
    left: 0;
    line-height: inherit;
    margin: 0;
    overflow: visible;
    cursor: pointer;
    outline-offset: -3px;
    position: absolute;
    width: 100vw;
    display: none; }
    .second-nav .nav-menu .nav-menu-title:focus, .second-nav .nav-menu .nav-menu-title:hover {
      outline: 0;
      background: transparent; }
    .second-nav .nav-menu .nav-menu-title:after {
      right: 20px; }
      html[dir="rtl"] .second-nav .nav-menu .nav-menu-title:after {
        left: 20px;
        right: auto; }
    @media (max-width: 975px) {
      .second-nav .nav-menu .nav-menu-title {
        top: 21.5px;
        left: auto;
        width: auto;
        color: inherit;
        padding-top: 20px;
        position: relative;
        padding-right: 45px;
        padding-bottom: 20px;
        display: block; }
        .second-nav .nav-menu .nav-menu-title:hover, .second-nav .nav-menu .nav-menu-title:focus {
          background: transparent;
          outline: 0; }
        .second-nav .nav-menu .nav-menu-title:after {
          content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 25' width='14' height='25'%3E%3Cpath d='M 0 0 14 0 7 7' fill='%23efefef'/%3E%3C/svg%3E");
          position: absolute;
          transition: all .25s ease-out;
          width: 14px;
          height: 7px;
          top: 0;
          right: 20px; }
        .second-nav .nav-menu .nav-menu-title[aria-expanded=true]:after {
          transform: rotateX(180deg) translateY(1px); } }
  .second-nav .nav-title {
    flex-grow: 1;
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    max-width: 100vw;
    overflow-x: hidden;
    padding-left: 15px;
    padding: 15px 20px;
    white-space: nowrap;
    transition: font-size 75ms,line-height 75ms,padding 75ms; }
    .second-nav .nav-title:hover a.nav-titlelink, .second-nav .nav-title:hover a.es-nav-title-link, .second-nav .nav-title:focus a.nav-titlelink, .second-nav .nav-title:focus a.es-nav-title-link {
      color: inherit; }
    @media (min-width: 616px) {
      .second-nav .nav-title {
        font-size: 20px;
        line-height: 25px;
        padding: 17.5px 25px; } }
    @media (min-width: 1440px) {
      .second-nav .nav-title {
        padding-left: 17px; } }
    .second-nav .nav-title a.nav-titlelink, .second-nav .nav-title a.es-nav-title-link {
      color: inherit;
      text-decoration: none;
      background-repeat: no-repeat; }
      .second-nav .nav-title a.nav-titlelink:focus, .second-nav .nav-title a.es-nav-title-link:focus {
        text-decoration: underline;
        text-underline-offset: 2px;
        text-decoration-thickness: 1px; }
  .second-nav .nav-triallabel {
    display: flex;
    justify-content: center;
    z-index: 9001; }
    @media (max-width: 615px) {
      .second-nav .nav-triallabel {
        display: block; } }
    .second-nav .nav-triallabel .nav-triallink {
      border-style: none;
      overflow: visible;
      color: var(--calcite-ui-text-1);
      background-color: #0079c1;
      cursor: pointer;
      margin-left: 10px;
      margin-right: 10px;
      padding: 11.5px 15px;
      white-space: nowrap;
      font-size: inherit;
      line-height: inherit;
      display: none; }
      .second-nav .nav-triallabel .nav-triallink:hover {
        background-color: #005e95; }
      @media (min-width: 616px) {
        .second-nav .nav-triallabel .nav-triallink {
          display: block;
          margin-top: 8.5px;
          margin-bottom: 8.5px;
          text-decoration: none; } }
  .second-nav .nav-submenu {
    right: 0;
    top: 100%;
    width: 100vw;
    overflow-y: auto;
    position: absolute;
    background-color: var(--calcite-ui-foreground-3); }
    .second-nav .nav-submenu:not([aria-hidden=false]) {
      display: none; }
    @media (min-width: 616px) {
      .second-nav .nav-submenu {
        max-height: calc(100vh - 60px);
        width: 320px; }
        html[dir=rtl] .second-nav .nav-submenu {
          left: 0;
          right: auto; } }
    @media (min-width: 976px) {
      .second-nav .nav-submenu {
        top: auto;
        right: auto;
        position: static;
        overflow-y: visible;
        background-color: inherit;
        height: auto;
        width: auto; }
        .second-nav .nav-submenu:not([aria-hidden=false]) {
          display: block; } }
    .second-nav .nav-submenu .nav-sublist {
      margin-top: 0;
      margin-left: 0;
      padding-left: 0;
      margin-bottom: 0;
      padding-right: 0;
      font-size: inherit;
      line-height: inherit;
      list-style-type: none; }
      @media (min-width: 976px) {
        .second-nav .nav-submenu .nav-sublist {
          display: flex; } }
      .second-nav .nav-submenu .nav-sublist .es-nav-more-button {
        display: block;
        margin: 20px auto;
        width: 70%;
        margin-top: 40px;
        margin-bottom: 80px;
        text-align: center; }
        @media (min-width: 615px) {
          .second-nav .nav-submenu .nav-sublist .es-nav-more-button {
            display: none; } }
      .second-nav .nav-submenu .nav-sublist .nav-subitem {
        position: relative;
        margin: 0; }
        .second-nav .nav-submenu .nav-sublist .nav-subitem button {
          background: none;
          border-style: hidden;
          width: 100%;
          text-align: inherit; }
        .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu {
          overflow-y: auto;
          transform: scaleX(1); }
          html[dir="rtl"] .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu {
            padding-left: 0;
            padding-right: 35px; }
          @media (max-width: 975px) {
            .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu {
              font-size: 14px;
              overflow: hidden;
              padding-left: 35px;
              transition: max-height .25s,visibility 0s .5s; }
              html[dir="rtl"] .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu {
                padding-right: 35px;
                padding-left: 0; }
              .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu[aria-hidden=false] {
                max-height: 300vh;
                transition: max-height .25s; }
              .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu:not([aria-hidden=false]) {
                max-height: 0;
                visibility: hidden; } }
          @media (min-width: 976px) {
            .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu {
              right: 0;
              top: 100%;
              width: 320px;
              position: absolute;
              padding-bottom: 25px;
              background-color: var(--calcite-ui-foreground-3);
              max-height: calc(100vh - 60px);
              padding-left: 25px; }
              html[dir="rtl"] .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu {
                padding-left: 0; }
              .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu[aria-hidden=false] {
                animation: nav-fadein .25s; }
              .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu:not([aria-hidden=false]) {
                display: none; } }
          .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu ul.terlist {
            margin-top: 0;
            margin-left: 0;
            padding-left: 0;
            margin-bottom: 0;
            padding-right: 0;
            font-size: inherit;
            line-height: inherit;
            list-style-type: none; }
            .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu ul.terlist li.teritem {
              margin: 0; }
              .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu ul.terlist li.teritem .es-nav-terlink {
                color: var(--calcite-ui-text-3);
                cursor: pointer;
                display: block;
                position: relative;
                line-height: 25px;
                padding-top: 15px;
                outline-offset: -3px;
                padding-bottom: 15px;
                text-decoration: none;
                background-size: 200% 1px;
                background-position: 100% 100%;
                transition: background-position .25s;
                background-image: linear-gradient(90deg, var(--secondarytheme-color) 50%, #3f3f3f 0);
                background-repeat: no-repeat;
                padding-right: 30px; }
                html[dir="rtl"] .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu ul.terlist li.teritem .es-nav-terlink [aria-current] {
                  left: auto;
                  right: -25px; }
                .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu ul.terlist li.teritem .es-nav-terlink:hover, .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu ul.terlist li.teritem .es-nav-terlink:focus {
                  color: var(--calcite-ui-text-1);
                  text-decoration: none;
                  background-position-x: 0; }
                .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu ul.terlist li.teritem .es-nav-terlink:after {
                  right: 20px;
                  opacity: 0;
                  top: calc(50% - 8px);
                  transition: all .25s ease-out;
                  position: absolute;
                  width: 16px;
                  height: 16px; }
                .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu ul.terlist li.teritem .es-nav-terlink:focus:after, .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu ul.terlist li.teritem .es-nav-terlink:hover:after {
                  transform: translateX(10px);
                  opacity: 1; }
                html[dir="rtl"] .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu ul.terlist li.teritem .es-nav-terlink {
                  padding-left: 30px;
                  padding-right: 0; }
                  html[dir="rtl"] .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu ul.terlist li.teritem .es-nav-terlink:after {
                    left: 20px;
                    right: auto;
                    transform: scale(-1); }
                  html[dir="rtl"] .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu ul.terlist li.teritem .es-nav-terlink:focus:after {
                    transform: translateX(-10px) scale(-1); }
                  html[dir="rtl"] .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu ul.terlist li.teritem .es-nav-terlink:hover:after {
                    transform: translateX(-10px) scale(-1); }
        .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local {
          text-decoration: none;
          display: block;
          cursor: pointer;
          color: var(--calcite-ui-text-1);
          font-size: 16px;
          line-height: 25px;
          outline-offset: -4px;
          padding: 17.5px 20px; }
          .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local[aria-controls] {
            position: relative; }
            .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local[aria-controls][aria-tertiary]:after {
              content: ""; }
            .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local[aria-controls]:after {
              line-height: 0;
              right: 20px;
              position: absolute;
              transition: all .25s ease-out; }
              html[dir="rtl"] .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local[aria-controls]:after {
                left: 20px;
                right: auto; }
          .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local[aria-current=true]:not([aria-expanded=true]) {
            box-shadow: inset 3px 0 0 0 var(--secondarytheme-color);
            color: var(--calcite-ui-text-1); }
            html[dir="rtl"] .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local[aria-current=true]:not([aria-expanded=true]) {
              box-shadow: inset 0 -3px 0 0 var(--secondarytheme-color); }
          @media (max-width: 975px) {
            .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local[aria-controls][aria-expanded=true]:after, .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local[aria-controls][data-expanded=true]:after {
              transform: rotateX(180deg) translateY(6.5px); } }
          .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local:hover {
            background-color: var(--calcite-ui-foreground-2);
            text-decoration: none; }
          @media (min-width: 976px) {
            .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local {
              font-weight: 400;
              line-height: 25px;
              user-select: none;
              padding: 18px 25px;
              position: relative;
              white-space: nowrap;
              outline-offset: -3px; }
              .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local:not([aria-expanded=true]):hover {
                box-shadow: inset 0 -3px 0 0 var(--secondarytheme-color60); }
              .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local[aria-current=true]:not([aria-expanded=true]) {
                box-shadow: inset 0 -3px 0 0 var(--secondarytheme-color); }
              .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local[aria-controls=true] {
                padding-right: 45px; }
                html[dir="rtl"] .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local[aria-controls=true] {
                  padding-right: 25px;
                  padding-left: 45px; }
                .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local[aria-controls=true]:after {
                  top: 25px;
                  width: 10px;
                  height: 5px;
                  position: absolute;
                  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 25' width='10' height='25'%3E%3Cpath fill='%23ffffff' d='M 0 0 14 0 7 7' /%3E%3C/svg%3E"); }
                  html[dir="rtl"] .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local[aria-controls=true]:after {
                    left: 25px;
                    right: auto; }
              .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local[aria-controls][aria-expanded=true] {
                background-color: var(--calcite-ui-foreground-3); }
              .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local[attr-parent=true]:not([aria-current=true]) {
                background-color: var(--calcite-ui-foreground-3); }
              .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local[aria-current=true] {
                color: #ffffff;
                background-color: var(--calcite-ui-foreground-3); }
              .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local[aria-current=true][aria-tertiary=true] {
                box-shadow: inset 0 -3px 0 0 var(--secondarytheme-color); }
              .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local[aria-tertiary=true]:after {
                content: none;
                padding-right: 0;
                padding-left: 0; } }
          @media (max-width: 1350px) and (min-width: 976px) {
            .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local {
              font-size: 1.3vw;
              padding-left: 20px;
              padding-right: 20px; }
              .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local[aria-controls] {
                padding-right: 20px; }
                html[dir="rtl"] .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local[aria-controls] {
                  padding-right: 25px;
                  padding-left: 45px; }
                .second-nav .nav-submenu .nav-sublist .nav-subitem .es-nav-sublink-local[aria-controls]:after {
                  right: 5px; } }
      .second-nav .nav-submenu .nav-sublist .nav-triallabel .nav-triallink {
        width: 70%;
        display: block;
        margin: 20px auto;
        text-align: center; }
        .second-nav .nav-submenu .nav-sublist .nav-triallabel .nav-triallink:hover {
          text-decoration: none; }
      @media (min-width: 615px) {
        .second-nav .nav-submenu .nav-sublist .nav-triallabel {
          display: none; } }
  @media (max-width: 975px) and (min-width: 0px) {
    .second-nav:not([aria-expanded=false]) .nav-menu-title:after {
      transform: rotateX(180deg) translateY(1px); } }
  @media (min-width: 1456px) {
    .second-nav {
      padding-left: calc(50vw - 725px);
      padding-right: calc(50vw - 725px); } }

.third-nav-bar {
  background-color: var(--calcite-ui-foreground-2); }
  .third-nav-bar.calcite-theme-light .third-nav-title:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 25' width='14' height='25'%3E%3Cpath d='M 0 0 14 0 7 7' fill='%23101010'/%3E%3C/svg%3E"); }
  .third-nav-bar .third-nav-bar-container {
    transition: all .35s ease-out; }
    .third-nav-bar .third-nav-bar-container .third-nav-menu {
      margin: 0;
      padding: 0;
      display: flex;
      list-style: none;
      flex-direction: column; }
      @media (min-width: 860px) {
        .third-nav-bar .third-nav-bar-container .third-nav-menu {
          overflow: hidden;
          min-height: 40px;
          flex-direction: row; } }
      .third-nav-bar .third-nav-bar-container .third-nav-menu .ternav-menu-item {
        border: 0;
        margin: 0;
        padding: 5px 0 5px 20px; }
        html[dir="rtl"] .third-nav-bar .third-nav-bar-container .third-nav-menu .ternav-menu-item {
          padding: 0px 25px 5px 10px; }
          @media (min-width: 860px) {
            html[dir="rtl"] .third-nav-bar .third-nav-bar-container .third-nav-menu .ternav-menu-item {
              padding: 0px 10px 5px 10px; } }
        .third-nav-bar .third-nav-bar-container .third-nav-menu .ternav-menu-item[is-active=true] {
          box-shadow: none; }
        @media (min-width: 860px) {
          .third-nav-bar .third-nav-bar-container .third-nav-menu .ternav-menu-item {
            padding: 0px 10px; }
            .third-nav-bar .third-nav-bar-container .third-nav-menu .ternav-menu-item[aria-current=true] {
              box-shadow: inset 0 -3px 0 0 var(--secondarytheme-color); }
            .third-nav-bar .third-nav-bar-container .third-nav-menu .ternav-menu-item[aria-current=false]:hover {
              box-shadow: inset 0 -3px 0 0 var(--secondarytheme-color); } }
        .third-nav-bar .third-nav-bar-container .third-nav-menu .ternav-menu-item:hover {
          color: var(--calcite-ui-text-1);
          text-decoration: none;
          box-shadow: inset 0 -3px 0 0 var(--secondarytheme-color); }
          .third-nav-bar .third-nav-bar-container .third-nav-menu .ternav-menu-item:hover .ternav-menu-item-link {
            color: var(--calcite-ui-text-1); }
    .third-nav-bar .third-nav-bar-container .ternav-menu-item-link {
      width: 100%;
      font-size: 15px;
      border-bottom: 0;
      color: var(--calcite-ui-text-2);
      display: inline-block;
      text-decoration: none;
      padding: 7px 0px 4px 0px; }
      .third-nav-bar .third-nav-bar-container .ternav-menu-item-link:hover {
        color: var(--calcite-ui-text-1); }
      .third-nav-bar .third-nav-bar-container .ternav-menu-item-link[is-active=true] {
        color: var(--calcite-ui-text-1); }
    .third-nav-bar .third-nav-bar-container[aria-hidden=false] {
      height: 100vh;
      min-height: 100vh; }
    .third-nav-bar .third-nav-bar-container[aria-hidden=false] {
      height: 0;
      min-height: 0;
      overflow: hidden; }
      @media (min-width: 860px) {
        .third-nav-bar .third-nav-bar-container[aria-hidden=false] {
          height: 40px;
          min-height: 40px;
          overflow: hidden; } }
    @media (min-width: 860px) {
      .third-nav-bar .third-nav-bar-container {
        min-height: 40px;
        overflow: hidden; } }
  .third-nav-bar .third-nav-title {
    background-color: var(--calcite-ui-foreground-2);
    border: none;
    color: var(--calcite-ui-text-1);
    font-size: 15px;
    height: 40px;
    outline-color: transparent;
    outline-width: 0;
    outline-style: none;
    padding: 0 18px;
    position: relative;
    width: 100%;
    -webkit-appearance: unset;
    text-align: left; }
    html[dir="rtl"] .third-nav-bar .third-nav-title {
      text-align: right; }
    @media (min-width: 860px) {
      .third-nav-bar .third-nav-title {
        display: none; } }
    .third-nav-bar .third-nav-title:after {
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 25' width='14' height='25'%3E%3Cpath d='M 0 0 14 0 7 7' fill='%23efefef'/%3E%3C/svg%3E");
      position: absolute;
      top: 43%;
      transition: all .25s ease-out;
      right: 20px; }
      html[dir="rtl"] .third-nav-bar .third-nav-title:after {
        left: 20px;
        right: auto; }

@keyframes nav-fadein {
  0% {
    opacity: 0;
    clip-path: inset(25px 0 0 0);
    transform: translateY(-25px); }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0); } }

.linklist-section {
  width: 100%; }
  .linklist-section h3.linklist-header {
    color: var(--calcite-ui-text-1); }
  .linklist-section .link-anchor {
    display: block;
    border-bottom: 1px solid var(--calcite-ui-border-1);
    color: var(--calcite-ui-brand); }
    .linklist-section .link-anchor.ctaIconlink:after {
      position: relative; }

@charset "UTF-8";
.link-farm.fwa-content--linkfarm .accordian .accordian-header_wrapper {
  margin: auto;
  width: 92vw; }
  @media (min-width: 768px) {
    .link-farm.fwa-content--linkfarm .accordian .accordian-header_wrapper {
      height: calc(100vh - 700px);
      min-height: 450px;
      width: 1440px;
      max-width: 96vw; } }
  @media (min-width: 1024px) {
    .link-farm.fwa-content--linkfarm .accordian .accordian-header_wrapper {
      height: 50vh;
      display: flex;
      align-items: center; }
      .link-farm.fwa-content--linkfarm .accordian .accordian-header_wrapper:after {
        content: none; } }
  .link-farm.fwa-content--linkfarm .accordian .accordian-header_wrapper h2.accordian-header {
    max-width: none;
    color: #323232;
    margin: 0;
    padding: 100px 0px 120px 0px;
    line-height: 1.15;
    letter-spacing: 0;
    font-size: 2.0752rem;
    text-align: left;
    font-weight: 700;
    font-style: normal; }
    @media (min-width: 768px) {
      .link-farm.fwa-content--linkfarm .accordian .accordian-header_wrapper h2.accordian-header {
        padding-top: 180px; } }
    @media (min-width: 1024px) {
      .link-farm.fwa-content--linkfarm .accordian .accordian-header_wrapper h2.accordian-header {
        width: 50%;
        font-size: 3.39795rem;
        padding: 40px 0 40px 8px; }
        html[dir="rtl"] .link-farm.fwa-content--linkfarm .accordian .accordian-header_wrapper h2.accordian-header {
          text-align: right; } }
  .link-farm.fwa-content--linkfarm .accordian .accordian-header_wrapper p.accordian-header_sub {
    display: none; }
  .link-farm.fwa-content--linkfarm .accordian .accordian-header_wrapper:after {
    content: none; }

.link-farm.fwa-content--linkfarm .accordian .fwa-content--rte {
  padding-left: 15px; }

.link-farm.fwa-content--linkfarm .accordian-sector:hover .accordian-sector-expand, .link-farm.fwa-content--linkfarm .accordian-sector:focus .accordian-sector-expand, .link-farm.fwa-content--linkfarm .accordian-sector:active .accordian-sector-expand {
  background-color: var(--theme-color); }

.link-farm.fwa-content--linkfarm .accordian-sector-content {
  position: relative; }
  .link-farm.fwa-content--linkfarm .accordian-sector-content.hide {
    display: block !important; }
  .link-farm.fwa-content--linkfarm .accordian-sector-content_desc {
    width: 100%; }
    .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner {
      width: 100%; }
  .link-farm.fwa-content--linkfarm .accordian-sector-content_image, .link-farm.fwa-content--linkfarm .accordian-sector-content_icon {
    display: none; }
  .link-farm.fwa-content--linkfarm .accordian-sector-content.border-box {
    background-color: rgba(32, 32, 32, 0.95); }
  .link-farm.fwa-content--linkfarm .accordian-sector-content .close-button {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' fill='%23fff' viewBox='0 0 36.1 36.1' style='enable-background:new 0 0 36.1 36.1;' xml:space='preserve'%3E%3Crect x='-7' y='17.5' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -7.4688 18.0312)' width='50' height='1'/%3E%3Crect x='17.5' y='-7' transform='matrix(0.7071 -0.7071 0.7071 0.7071 -7.4688 18.0312)' width='1' height='50'/%3E%3C/svg%3E%0A");
    height: 24px;
    width: 24px;
    background-repeat: no-repeat;
    position: absolute;
    top: 30px;
    right: 30px; }
    html[dir="rtl"] .link-farm.fwa-content--linkfarm .accordian-sector-content .close-button {
      right: auto;
      left: 20px;
      width: 18px; }
  @media (min-width: 768px) {
    .link-farm.fwa-content--linkfarm .accordian-sector-content {
      width: 100%;
      height: 100%; } }
  @media (min-width: 768px) {
    .link-farm.fwa-content--linkfarm .accordian-sector-content_desc {
      width: 100%;
      margin-left: 0;
      margin-top: 0;
      height: 100%;
      min-height: 70px;
      display: flex;
      align-items: center; } }
  @media (min-width: 768px) {
    .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner {
      width: 95%;
      padding: 50px;
      margin-left: 0; } }
  .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner_link {
    color: #49b0f2;
    color: var(--theme-color);
    font-size: 14px;
    position: relative; }
    .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner_link[data-link-type*="e"]:after {
      background-image: none; }
  .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner .fwa-content--rte {
    display: block; }
    .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner .fwa-content--rte ul, .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner .fwa-content--rte ol {
      list-style: none;
      padding-left: 0; }
      @media (min-width: 768px) {
        .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner .fwa-content--rte ul, .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner .fwa-content--rte ol {
          columns: 3; } }
      .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner .fwa-content--rte ul li, .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner .fwa-content--rte ol li {
        text-indent: -1.1em;
        padding-left: 1em;
        padding-bottom: 10px;
        width: 100%;
        display: inline-block; }
      .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner .fwa-content--rte ul li:before, .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner .fwa-content--rte ol li:before {
        content: "• ";
        color: #6e6e6e;
        padding-right: 5px; }
      .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner .fwa-content--rte ul a, .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner .fwa-content--rte ol a {
        color: var(--theme-color);
        font-size: 1.15rem;
        line-height: 1.65rem;
        text-decoration: none;
        color: var(--calcite-ui-brand);
        background-image: linear-gradient(currentColor, currentColor);
        background-position: 0% 100%, 100% 100%;
        background-repeat: no-repeat;
        background-size: 0% 1px, 100% 1px;
        transition: background-size .3s;
        font-weight: 400;
        font-style: normal;
        font-size: 1.15rem;
        line-height: 2rem;
        padding-left: 0; }
        .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner .fwa-content--rte ul a:hover, .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner .fwa-content--rte ol a:hover {
          background-size: 100% 1px, 100% 1px; }
        html[dir="rtl"] .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner .fwa-content--rte ul a, html[dir="rtl"] .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner .fwa-content--rte ol a {
          background-position: 100% 100%; }
  .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner_info {
    font-size: 1.32812rem; }
    @media screen and (min-width: 479px) {
      .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner_info {
        font-size: 1.50357rem; } }
    @media screen and (min-width: 859px) {
      .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner_info {
        font-size: 1.69949rem; } }
  @media (min-width: 768px) {
    .link-farm.fwa-content--linkfarm .accordian-sector-content_desc {
      width: 100%;
      margin-left: 0;
      margin-top: 0;
      height: 100%;
      display: flex;
      align-items: center; }
      .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner {
        width: 100%;
        padding: 50px; }
        .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner .fwa-content--rte ul {
          columns: 1; } }
      @media (min-width: 768px) and (min-width: 1024px) {
        .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner .fwa-content--rte ul {
          columns: 3; } }
  @media (min-width: 1600px) {
    .link-farm.fwa-content--linkfarm .accordian-sector-content_desc-inner {
      width: 90%;
      margin: auto; } }

.link-farm.fwa-content--linkfarm .accordian-sector-underlay {
  opacity: 0; }

@media (min-width: 1152px) {
  .link-farm.fwa-content--linkfarm .accordian [class^="sector-"] {
    max-height: 50vh; }
    .link-farm.fwa-content--linkfarm .accordian [class^="sector-"] .accordian-sector {
      max-height: 50vh; } }


.large-horizontal-card .lhc__container {
  background-color: var(--calcite-ui-foreground-2); }

.large-horizontal-card .lhc {
  background-color: var(--calcite-ui-background); }
  @media (min-width: 48em) {
    .large-horizontal-card .lhc {
      min-height: 720px;
      height: auto;
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-template-rows: 1fr; } }

.large-horizontal-card .lhc__main-image {
  display: flex;
  position: relative;
  justify-content: center; }
  @media (min-width: 48em) {
    .large-horizontal-card .lhc__main-image {
      justify-content: initial; } }
  .large-horizontal-card .lhc__main-image img {
    object-fit: cover;
    min-height: 720px; }

.large-horizontal-card .lhc__main-content {
  padding: var(--space-5);
  color: var(--calcite-ui-text-2); }
  @media (min-width: 48em) {
    .large-horizontal-card .lhc__main-content {
      padding: var(--space-12); } }
  .large-horizontal-card .lhc__main-content h2 {
    color: var(--calcite-ui-text-1); }
  .large-horizontal-card .lhc__main-content .calcite-button-wrapper {
    margin-inline-end: var(--space-4); }

.large-horizontal-card .lhc__category-text {
  position: absolute;
  top: var(--space-12);
  inset-inline-start: 0;
  width: fit-content; }

.large-content-stack {
  text-align: center; }
  .large-content-stack .videoButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .large-content-stack_content {
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 42px; }
    @media (min-width: 480px) {
      .large-content-stack_content {
        width: 65%;
        max-width: 600px; } }
  .large-content-stack_mega-title {
    font-size: var(--font-6);
    font-weight: var(--calcite-font-weight-bold);
    margin: 0 auto;
    text-align: center;
    color: var(--calcite-ui-text-1); }
    @media (min-width: 480px) {
      .large-content-stack_mega-title {
        font-size: var(--font-7); } }
    @media (min-width: 860px) {
      .large-content-stack_mega-title {
        font-size: var(--font-8); } }
  .large-content-stack_title {
    font-size: var(--font-5);
    color: var(--calcite-ui-text-1);
    margin: 0 auto;
    text-align: center; }
  .large-content-stack_body {
    font-size: var(--font-0);
    color: var(--calcite-ui-text-2);
    margin: 13px auto 0;
    text-align: center; }
  .large-content-stack_main-image-wrap {
    margin: 44px auto 0;
    position: relative;
    max-width: 1050px;
    width: 92%;
    position: relative; }
    .large-content-stack_main-image-wrap[data-modal="true"] {
      cursor: pointer; }
    .large-content-stack_main-image-wrap .play-button {
      background-color: var(--calcite-ui-text-1); }
      .large-content-stack_main-image-wrap .play-button::after {
        border-left: 15px solid var(--calcite-ui-background); }
      .large-content-stack_main-image-wrap .play-button:hover {
        background: #0079c1; }
        .large-content-stack_main-image-wrap .play-button:hover::after {
          border-left: 15px solid var(calcite-ui-text-2); }
  .large-content-stack_main-image {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    display: block; }
  .large-content-stack_wrapper {
    background-color: var(--calcite-ui-background);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .large-content-stack_wrapper .cta-buttons a.cta-buttons--actions-cta {
      color: var(--calcite-ui-text-1);
      box-shadow: inset 0 0 0 1px var(--calcite-ui-text-1); }
  .large-content-stack hr.separator {
    margin: 15px auto 20px; }

.video-text-split {
  padding: 25px 0 50px 0; }

.image-text-split {
  align-items: center;
  display: flex;
  overflow: auto;
  width: 100%; }
  @media (max-width: 859px) {
    .image-text-split {
      flex-direction: column; } }
  @media (min-width: 859px) {
    .image-text-split .on-left {
      order: 1; }
    .image-text-split .on-right {
      order: 2; } }

.image-text-split.light {
  color: white; }

.image-text-split.dark {
  color: black; }

@media (min-width: 1280px) {
  .img-split {
    align-self: flex-end; } }

.img-split img {
  display: block; }

.video_modal {
  max-height: 480px;
  overflow: hidden;
  position: relative;
  text-align: center; }
  .video_modal .video_placeholder {
    max-width: 107%;
    height: 480px; }

.video-text-split .video_placeholder {
  max-width: 100%;
  height: auto; }

.video_play {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 100%;
  height: 72px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .25s ease-out;
  width: 72px;
  z-index: 5; }
  .video_play::after {
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 15px solid #323232;
    left: 52.5%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0; }
  .video_play:hover {
    cursor: pointer;
    background: #0079c1; }
    .video_play:hover::after {
      border-left-color: #fff; }

.video-text-split .image-text-split .on-right {
  padding: 0 30px; }

.video-text-split .image-text-split .on-left {
  padding: 0 30px; }

.video-text-split .image-text-split p.category {
  background: none; }

.video-text-split .image-text-split .category-title {
  margin-bottom: 10px;
  line-height: 2.5rem;
  font-size: 2.40307rem;
  letter-spacing: -0.1rem; }


.icon-title-series .separator {
  margin-top: 0; }

.icon-title-series .icon-title-series-background > .title {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 40px; }

.icon-title-series .icon-title-series-background > .block-group {
  margin: auto;
  width: 90%; }

.icon-title-series .icon {
  height: 48px;
  width: 48px;
  padding-bottom: 20px;
  margin: auto; }

.icon-title-series .number {
  width: 100%;
  padding-bottom: 20px;
  margin: auto; }

.icon-title-series .icon > svg {
  height: 48px;
  width: 48px;
  fill: var(--calcite-ui-text-1); }

.icon-title-series .icon-title {
  padding-bottom: 18px;
  word-wrap: break-word; }

.icon-title-series .icon-title-item {
  text-align: center; }

.icon-title-series .icon-body {
  margin: 9px 0 28px 0; }

.icon-title-series .btn-white-text {
  color: #ffffff;
  background: none;
  border-color: #ffffff; }

.icon-title-series .btn-white-text:hover {
  border: 3px solid;
  border-color: #ffffff;
  background: none;
  color: #ffffff; }

.icon-title-series .btn-black-text {
  color: #000;
  background: none;
  border-color: #4c4c4c; }

.icon-title-series .btn-black-text:hover {
  border: 3px solid;
  border-color: #4c4c4c;
  background: none;
  color: #4c4c4c; }

.icon-title-series .darktheme, .icon-title-series .dark-mode {
  color: #4c4c4c;
  border-color: #4c4c4c; }

.icon-title-series .lighttheme, .icon-title-series .light-mode {
  color: #ffffff;
  border-color: #ffffff; }

.icon-title-series .cta {
  width: 100%; }

.edc-related {
  display: flex;
  overflow: hidden;
  color: var(--calcite-ui-text-1);
  background-color: var(--calcite-ui-background);
  text-shadow: none !important; }
  @media (max-width: 640px) {
    .edc-related {
      flex-direction: column; } }
  @media (min-width: 481px) and (max-width: 860px) {
    .edc-related {
      align-items: center; } }
  .edc-related-message {
    font-size: 32px;
    line-height: 1.094;
    padding: 2rem 16px;
    text-align: center;
    font-weight: 100;
    justify-content: center;
    letter-spacing: -.03em;
    margin: 0;
    transition: font-size .2s; }
    .edc-related-message p {
      margin-bottom: 0; }
    @media (min-width: 641px) {
      .edc-related-message {
        font-size: 35px;
        line-height: 1.086;
        padding-right: 22px;
        padding-left: 22px;
        width: calc(50vw + 22px);
        text-align: left; } }
    @media (min-width: 860px) {
      .edc-related-message {
        font-size: 3.4vmax;
        line-height: 1.5;
        padding: 33px;
        align-items: center;
        display: flex;
        flex-grow: 1; } }
    @media (min-width: 1900px) {
      .edc-related-message {
        font-size: 64px; } }
    .edc-related-message-content {
      max-width: 12.75em;
      font-weight: 300;
      position: relative; }
      .edc-related-message-content a, .edc-related-message-content p a {
        text-decoration: none;
        color: inherit;
        background-position: 0% calc(100% - .05em);
        background-repeat: no-repeat;
        background-size: 200% 1px; }
        .edc-related-message-content a:hover, .edc-related-message-content p a:hover {
          text-decoration: none;
          color: inherit;
          color: var(--calcite-ui-brand); }
        @media (min-width: 861px) {
          .edc-related-message-content a, .edc-related-message-content p a {
            background-position-x: 100%;
            position: relative;
            display: inline;
            transition: background-position-x .4s;
            background-image: linear-gradient(90deg, var(--calcite-ui-brand) calc(50% - 1px), var(--calcite-ui-border-1) calc(50% - 1px));
            color: var(--calcite-ui-brand);
            text-shadow: -0.075em -0.05em 0 var(--calcite-ui-foreground-1), -0.125em 0 0 var(--calcite-ui-foreground-1), -0.075em 0 0 var(--calcite-ui-foreground-1), -0.05em 0 0 var(--calcite-ui-foreground-1), 0.05em 0 0 var(--calcite-ui-foreground-1), 0.075em 0 0 var(--calcite-ui-foreground-1), 0.125em 0 0 var(--calcite-ui-foreground-1) !important; }
            .edc-related-message-content a:focus, .edc-related-message-content a:hover, .edc-related-message-content p a:focus, .edc-related-message-content p a:hover {
              background-position-x: 0;
              text-decoration: none; }
            .edc-related-message-content a::selection, .edc-related-message-content p a::selection {
              background-color: #b3d4fc;
              color: var(--calcite-ui-text-1);
              text-shadow: none; }
            .edc-related-message-content a li, .edc-related-message-content p a li {
              letter-spacing: 0; } }
  .edc-related .edc-related-aside2 {
    display: block;
    overflow: hidden;
    position: relative; }
    .edc-related .edc-related-aside2 .edc-related-link {
      background-color: var(--esri-ui-opacity85-inverse); }
      .edc-related .edc-related-aside2 .edc-related-link .ctaLinkIcon {
        padding-right: 0; }
        .edc-related .edc-related-aside2 .edc-related-link .ctaLinkIcon::after {
          position: relative;
          top: 12px; }
    .edc-related .edc-related-aside2 .edc-related-link .edc-related-action span {
      color: var(--calcite-ui-text-1); }
    .edc-related .edc-related-aside2:hover .edc-related-link {
      background-color: var(--calcite-ui-background); }
    .edc-related .edc-related-aside2:hover .heromessage-image {
      transform: scale(1.05); }
    @media (max-width: 480px) {
      .edc-related .edc-related-aside2 {
        margin: 16px; } }
    @media (min-width: 641px) and (max-width: 1280px) {
      .edc-related .edc-related-aside2 {
        width: 44vw; } }
    @media (min-width: 1281px) {
      .edc-related .edc-related-aside2 {
        min-width: 400px;
        min-height: 300px;
        width: 60vmin;
        height: 45vmin; } }
    .edc-related .edc-related-aside2 .edc-related-link {
      padding: 16px;
      padding-right: 30px;
      color: var(--calcite-ui-text-1);
      text-decoration: none;
      transition: background-color .4s; }
      @media (min-width: 861px) {
        .edc-related .edc-related-aside2 .edc-related-link {
          right: 0;
          bottom: 0;
          left: 0;
          position: absolute; } }
      .edc-related .edc-related-aside2 .edc-related-link .ctaIconlink {
        display: inline;
        font-size: 1.5vmax;
        line-height: 1.3;
        color: var(--calcite-ui-text-1); }
        .edc-related .edc-related-aside2 .edc-related-link .ctaIconlink:after {
          width: 0.7em;
          height: 0.7em; }
        @media (max-width: 1280px) {
          .edc-related .edc-related-aside2 .edc-related-link .ctaIconlink {
            font-size: 20px; } }
    .edc-related .edc-related-aside2 .heromessage-image {
      height: 100%;
      max-width: none;
      transition: transform .4s;
      width: 100%;
      object-fit: cover; }
  .edc-related .hero-message__category {
    padding: 0;
    color: currentColor;
    letter-spacing: .12em;
    background-color: initial; }

.edc-related-category + .edc-related-action {
  margin-top: .25em; }

.edc-related .edc-related-aside2:hover, .edc-related .edc-related-aside2:active, .edc-related .edc-related-aside2:focus {
  cursor: pointer; }
  .edc-related .edc-related-aside2:hover .edc-related-link .edc-related-action span::after, .edc-related .edc-related-aside2:active .edc-related-link .edc-related-action span::after, .edc-related .edc-related-aside2:focus .edc-related-link .edc-related-action span::after {
    visibility: visible;
    opacity: 1;
    margin-left: 4px; }
    html[dir="rtl"] .edc-related .edc-related-aside2:hover .edc-related-link .edc-related-action span::after, html[dir="rtl"] .edc-related .edc-related-aside2:active .edc-related-link .edc-related-action span::after, html[dir="rtl"] .edc-related .edc-related-aside2:focus .edc-related-link .edc-related-action span::after {
      margin-right: 5px;
      margin-left: 0; }

@media (min-width: 641px) {
  .edc-related.ILTR, .edc-related.ILTR * a {
    flex-direction: row-reverse; } }

.c-hero-video {
  align-items: center;
  display: flex;
  min-height: 50vh;
  overflow: hidden;
  position: relative; }

@media (min-width: 1456px) {
  .c-hero-video {
    padding: 80px calc(50vw - 1440px / 2); } }

@media (max-width: 1455px) {
  .c-hero-video {
    padding: 80px 20px; } }

.c-hero-video::after {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: background-color 300ms; }

.c-hero-video.-dark {
  color: #fff;
  background-color: #000; }

.c-hero-video.-dark::after {
  background-color: rgba(0, 0, 0, 0.2);
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.05) 100%); }

@media (max-width: 1455px) {
  .c-hero-video.-dark::after {
    background-color: rgba(0, 0, 0, 0.4); } }

.c-hero-video.-dark .c-hero-video-headline {
  text-shadow: 0 2px 1px rgba(0, 0, 0, 0.75), 2px 2px 32px rgba(0, 0, 0, 0.65); }

.c-hero-video.-dark .c-hero-video-bodycopy {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75), 2px 2px 32px rgba(0, 0, 0, 0.65); }

.c-hero-video.-light {
  color: #000;
  background-color: #fff; }

.c-hero-video.-light::after {
  background-color: rgba(255, 255, 255, 0.2);
  background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.05) 100%); }

@media (max-width: 1455px) {
  .c-hero-video.-light::after {
    background-color: rgba(255, 255, 255, 0.4); } }

.c-hero-video.-light .c-hero-video-headline {
  text-shadow: 0 2px 1px rgba(255, 255, 255, 0.55), 2px 2px 32px rgba(255, 255, 255, 0.45); }

.c-hero-video.-light .c-hero-video-bodycopy {
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.95), 2px 2px 32px rgba(255, 255, 255, 0.95); }

.c-hero-video-icon {
  display: block;
  margin-bottom: 20px;
  width: 80px;
  height: 80px; }

.c-hero-video-content {
  position: relative;
  z-index: 1; }
  .c-hero-video-content img {
    height: 90px; }

.c-hero-video-headline {
  letter-spacing: -.025em;
  transition: font-size 75ms, line-height 75ms; }

@media (min-width: 1456px) {
  .c-hero-video-headline {
    color: #fff;
    font-size: 90px;
    line-height: 90px;
    letter-spacing: -3px; } }

@media (max-width: 1455px) and (min-width: 616px) {
  .c-hero-video-headline {
    font-size: 60px;
    line-height: 70px; } }

@media (max-width: 615px) {
  .c-hero-video-headline {
    font-size: 40px;
    line-height: 50px; } }

.c-hero-video-subhead {
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
  transition: font-size 75ms, line-height 75ms; }

@media (min-width: 616px) {
  .c-hero-video-subhead {
    font-size: 24px;
    line-height: 30px; } }

@media (max-width: 615px) {
  .c-hero-video-subhead {
    font-size: 16px;
    line-height: 30px; } }

.c-hero-video-bodycopy {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 584px;
  transition: font-size 75ms, line-height 75ms; }

@media (min-width: 616px) {
  .c-hero-video-bodycopy {
    font-size: 20px;
    line-height: 30px; } }

@media (max-width: 615px) {
  .c-hero-video-bodycopy {
    font-size: 14px;
    line-height: 20px; } }

.c-hero-video-bodycopy > *:first-child {
  margin-top: 0; }

.c-hero-video-bodycopy > *:last-child {
  margin-bottom: 0; }

.c-hero-video-video {
  object-fit: cover;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%; }

.c-hero-video-video::-webkit-media-controls-start-playback-button {
  display: none; }

.cc-slides-slide.dark {
  color: #000000; }

.cc-slides-slide.light {
  color: #ffffff; }

.dark .cc-slides-label a {
  color: #333; }

.dark .cc-slides-label a:hover {
  color: #333; }

.home-slider .cc-slides {
  align-items: center;
  background-color: #196fa6;
  background-size: cover;
  display: flex;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  transition: background-image .3s; }

@media (max-width: 499px) {
  .home-slider .cc-slides {
    text-align: center; } }

@media (min-width: 500px) {
  .home-slider .cc-slides {
    background-position: 50%; } }

@media (min-width: 1281px) {
  .home-slider .cc-slides {
    min-height: 70vh;
    height: 70vh; } }

.home-slider .cc-slides-immediate-control > span,
.home-slider .cc-slides-pagination-control > span {
  clip: rect(0 0 0 0);
  position: absolute; }

.home-slider .cc-slides-immediate-control {
  border-style: none;
  cursor: pointer;
  opacity: 0;
  overflow: hidden;
  top: 0;
  bottom: 0;
  position: absolute;
  width: 32px;
  transition: opacity .3s; }

.home-slider .cc-slides-immediate-control:not(:focus) {
  clip: rect(0 0 0 0); }

.home-slider .cc-slides-immediate-control:focus,
.home-slider .cc-slides-immediate-control:hover {
  opacity: 1; }

.home-slider .cc-slides-immediate-control:hover {
  outline-width: 0; }

.home-slider .cc-slides-previous-control {
  background-image: linear-gradient(90deg, rgba(50, 50, 50, 0.5), rgba(50, 50, 50, 0));
  left: 0; }

.home-slider .cc-slides-next-control {
  background-image: linear-gradient(90deg, rgba(50, 50, 50, 0), rgba(50, 50, 50, 0.5));
  right: 0; }

.home-slider .cc-slides-list {
  list-style-type: none;
  margin-left: 0;
  transition: padding .4s;
  min-height: 70vh;
  width: 100%;
  min-width: 100%; }

@media (max-width: 480px) {
  .home-slider .cc-slides-list {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 481px) and (max-width: 1280px) {
  .home-slider .cc-slides-list {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 1281px) {
  .home-slider .cc-slides-list {
    padding-left: 0;
    padding-right: 0; } }

.home-slider .cc-slides-slide {
  margin: 0;
  position: relative; }

.home-slider .cc-slides-slide[aria-hidden=true] {
  display: none; }

.home-slider .text-holder {
  display: flex;
  align-items: center;
  min-height: 70vh; }

.home-slider .cc-slides-label {
  font-weight: 300;
  letter-spacing: -.05em;
  margin: 0;
  max-width: 704px;
  text-shadow: none;
  transition: font-size .4s; }

@media (max-width: 480px) {
  .home-slider .cc-slides-label {
    font-size: 48px;
    line-height: 1; } }

@media (min-width: 481px) and (max-width: 1280px) {
  .home-slider .cc-slides-label {
    font-size: 65px;
    line-height: 1; } }

@media (min-width: 1281px) and (max-width: 1500px) {
  .home-slider .cc-slides-label {
    font-size: 72px;
    line-height: 1.04167; } }

@media (min-width: 1501px) {
  .home-slider .cc-slides-label {
    font-size: 90px;
    line-height: 1.05556; } }

.home-slider .cc-slides-label a {
  color: inherit;
  text-decoration: none; }

.home-slider .cc-slides-label a:hover {
  color: inherit;
  text-decoration: none; }

.home-slider .cc-slides-action {
  background-color: #0079c1;
  border-style: none;
  color: #ffffff;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  font-size: .9375rem;
  font-weight: inherit;
  line-height: 24.8px;
  line-height: 1.55rem;
  padding: 4.96px 14.4px;
  padding: .31rem .9rem;
  text-decoration: none;
  transition: background-color .05s linear, color .05s linear;
  vertical-align: middle;
  white-space: nowrap; }

@media (max-width: 499px) {
  .home-slider .cc-slides-action {
    max-width: 90vw;
    white-space: normal; } }

.home-slider .cc-slides-action:focus,
.home-slider .cc-slides-action:hover {
  color: #ffffff;
  background-color: #005e95;
  text-decoration: none; }

.home-slider .cc-slides-label + .cc-slides-action {
  margin-top: 40px; }

.home-slider .cc-slides-action:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox='0%200%2016%2016'%20 fill='%23ffffff'%20 width='1em'%20 height='1em'%20 xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M8%2014.297l5.313-5.313H0V8h13.281L8%202.703V1.281L15.219%208.5%208%2015.719v-1.422z'/%3E%3C/svg%3E");
  background-position: 100% 75%;
  background-size: 75%;
  content: "";
  display: inline-block;
  fill: #ffffff;
  width: 1em;
  height: 1em;
  background-repeat: no-repeat; }

.home-slider .cc-slides-pagination-controls {
  justify-content: center;
  position: absolute;
  z-index: 1; }

@media (min-width: 1281px) {
  .home-slider .cc-slides-pagination-controls {
    right: 0;
    bottom: -33px;
    left: 0; } }

@media (max-width: 1280px) {
  .home-slider .cc-slides-pagination-controls {
    right: 33px;
    bottom: -33px;
    left: 33px; } }

.home-slider .cc-slides-pagination-controls:not([data-require-js]) {
  display: flex; }

.home-slider .cc-slides-pagination-control {
  background-color: #0079c1;
  background-position: 50%;
  background-size: cover;
  border-radius: 0;
  box-shadow: 0 0 0 3px transparent;
  cursor: pointer;
  display: block;
  padding: 0;
  transition: box-shadow .2s, filter .2s, height .4s, outline-width .4s, width .4s; }

@media (max-width: 860px) {
  .home-slider .cc-slides-pagination-control {
    background-position: 100% 0;
    flex-grow: 1;
    max-width: 100%;
    max-height: 100%;
    min-width: 66px;
    min-height: 66px; } }

.home-slider .cc-slides-pagination-control:not(:hover) {
  overflow: hidden; }

.home-slider .cc-slides-pagination-control:not([aria-current=true]):not(:hover):not(:focus) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feColorMatrix type="matrix" color-interpolation-filters="sRGB" values="0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0.2126 0.7152 0.0722 0 0 0 0 0 1 0" /></filter></svg>#filter');
  filter: grayscale(1); }

.home-slider .cc-slides-pagination-control:not(:first-child) {
  margin-left: 1.5px; }

.home-slider .cc-slides-pagination-control:not(:last-child) {
  margin-right: 1.5px; }

.home-slider .cc-slides-pagination-control:hover,
.home-slider .cc-slides-pagination-control[aria-current=true] {
  outline-width: 0; }

@media (min-width: 861px) {
  .home-slider .cc-slides-pagination-control {
    width: 176px;
    height: 66px; } }

.home-slider .cc-slides-pagination-control[aria-current=true] {
  box-shadow: 0 0 0 3px #ffffff; }

.home-slider .cc-slides[data-variation="1"] + .edc-scroll {
  background-color: rgba(50, 50, 50, 0.9); }

.home-slider .cc-slides[data-variation="1"] + .edc-scroll:focus,
.home-slider .cc-slides[data-variation="1"] + .edc-scroll:hover {
  background-color: #0079c1; }

.home-slider .cc-slides[data-variation="1"] + .edc-scroll span {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox='0%200%2012%208'%20fill='%23ffffff'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M%200%200%20L%206%206%20L%2012%200%20L%2012%203%20L%206.5%208%20L%205.5%208%20L%200%203'/%3E%3C/svg%3E");
  fill: #ffffff; }

.home-slider .edc-scroll {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  border-style: none;
  cursor: pointer;
  display: block;
  flex-basis: auto;
  margin-top: -50px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 50px;
  height: 50px;
  top: -90px;
  transition: background-color .4s;
  z-index: 2; }

.home-slider .edc-scroll span {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox='0%200%2012%208'%20fill='%23323232'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M%200%200%20L%206%206%20L%2012%200%20L%2012%203%20L%206.5%208%20L%205.5%208%20L%200%203'/%3E%3C/svg%3E");
  background-position: 50%;
  background-size: 12px 8px;
  fill: #000000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  transition: background-image .4s; }

.home-slider .edc-scroll:focus,
.home-slider .edc-scroll:hover {
  background-color: #0079c1;
  transition: 0ms; }

.home-slider .edc-scroll:focus span,
.home-slider .edc-scroll:hover span {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox='0%200%2012%208'%20fill='%23ffffff'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M%200%200%20L%206%206%20L%2012%200%20L%2012%203%20L%206.5%208%20L%205.5%208%20L%200%203'/%3E%3C/svg%3E");
  fill: #ffffff;
  transition: 0ms; }

@media (max-width: 699px) {
  .home-slider .edc-scroll {
    display: none; } }

.home-slider button.cc-slides-pagination-control {
  border: 0; }

.home-slider .gradient-bg-top.dark-gradient {
  background: linear-gradient(90deg, rgba(53, 53, 53, 0.5), rgba(53, 53, 53, 0)); }
  .home-slider .gradient-bg-top.dark-gradient .cc-slides-label {
    color: #ffffff; }

.home-slider .gradient-bg-top.light-gradient {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0)); }
  .home-slider .gradient-bg-top.light-gradient .cc-slides-label {
    color: #000000; }

.home-slider .content-container {
  min-height: 70vh;
  width: 100%;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 65px;
  display: flex;
  align-items: center; }

@media (max-width: 480px) {
  .home-slider .content-container {
    padding-right: 16px;
    padding-left: 16px; } }

@media (min-width: 481px) and (max-width: 1280px) {
  .home-slider .content-container {
    padding-left: 36px;
    padding-right: 0; } }

@media (min-width: 1281px) {
  .home-slider .content-container {
    padding-left: calc(50vw - 640px + 36px);
    padding-right: 0; } }

@media (min-width: 1487px) {
  .home-slider .content-container {
    padding-left: calc(50vw - 1450px / 2);
    padding-right: 0; } }

html[dir="rtl"] body .home-slider .cc-slides-action:after {
  background-position: 100% -25%;
  transform: rotate(180deg); }

@media (min-width: 481px) and (max-width: 1280px) {
  html[dir="rtl"] body .home-slider .content-container {
    padding-left: 0px;
    padding-right: 36px; } }

@media (min-width: 1281px) {
  html[dir="rtl"] body .home-slider .content-container {
    padding-right: calc(50vw);
    padding-left: 0; } }

@media (min-width: 1487px) {
  html[dir="rtl"] body .home-slider .content-container {
    padding-right: calc(50vw + 100px);
    padding-left: 0; } }

.hero-banner-global-v2 {
  background-color: #fff; }
  .hero-banner-global-v2 .hbg-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative; }
    .hero-banner-global-v2 .hbg-container--small--foregroundImage, .hero-banner-global-v2 .hbg-container--medium--foregroundImage, .hero-banner-global-v2 .hbg-container--large--foregroundImage {
      overflow: hidden; }
      .hero-banner-global-v2 .hbg-container--small--foregroundImage video, .hero-banner-global-v2 .hbg-container--medium--foregroundImage video, .hero-banner-global-v2 .hbg-container--large--foregroundImage video {
        display: none; }
    .hero-banner-global-v2 .hbg-container--xsmall--left, .hero-banner-global-v2 .hbg-container--xsmall--right, .hero-banner-global-v2 .hbg-container--small--left, .hero-banner-global-v2 .hbg-container--small--right, .hero-banner-global-v2 .hbg-container--medium--left, .hero-banner-global-v2 .hbg-container--medium--right, .hero-banner-global-v2 .hbg-container--large--left, .hero-banner-global-v2 .hbg-container--large--right, .hero-banner-global-v2 .hbg-container--xlarge--left, .hero-banner-global-v2 .hbg-container--xlarge--right {
      z-index: 1; }
    .hero-banner-global-v2 .hbg-container--xsmall--left, .hero-banner-global-v2 .hbg-container--small--left, .hero-banner-global-v2 .hbg-container--medium--left, .hero-banner-global-v2 .hbg-container--large--left, .hero-banner-global-v2 .hbg-container--xlarge--left {
      width: 90vw;
      display: flex;
      justify-content: flex-end;
      align-items: center;
      margin: 5vw 0; }
      @media screen and (min-width: 1024px) {
        .hero-banner-global-v2 .hbg-container--xsmall--left, .hero-banner-global-v2 .hbg-container--small--left, .hero-banner-global-v2 .hbg-container--medium--left, .hero-banner-global-v2 .hbg-container--large--left, .hero-banner-global-v2 .hbg-container--xlarge--left {
          margin: 0; } }
    .hero-banner-global-v2 .hbg-container--xsmall--right, .hero-banner-global-v2 .hbg-container--small--right, .hero-banner-global-v2 .hbg-container--medium--right, .hero-banner-global-v2 .hbg-container--large--right, .hero-banner-global-v2 .hbg-container--xlarge--right {
      width: 90vw; }
    .hero-banner-global-v2 .hbg-container--small .hbg-foregroundImage, .hero-banner-global-v2 .hbg-container--medium .hbg-foregroundImage, .hero-banner-global-v2 .hbg-container--large .hbg-foregroundImage {
      width: 100%;
      height: 100%;
      object-fit: cover; }
    .hero-banner-global-v2 .hbg-container--small--foregroundImage, .hero-banner-global-v2 .hbg-container--medium--foregroundImage {
      width: 100%; }
    .hero-banner-global-v2 .hbg-container--xsmall {
      height: auto;
      min-height: 170px; }
      .hero-banner-global-v2 .hbg-container--xsmall--left {
        margin: 0;
        height: 100%;
        min-height: 170px; }
      .hero-banner-global-v2 .hbg-container--xsmall--foregroundImage {
        display: none; }
      .hero-banner-global-v2 .hbg-container--xsmall .cta-buttons--actions, .hero-banner-global-v2 .hbg-container--xsmall .esri-text-iconContainer {
        display: none; }
    .hero-banner-global-v2 .hbg-container--small .esri-text-iconContainer .icon-ui-svg {
      width: 64px;
      height: 64px; }
    .hero-banner-global-v2 .hbg-container--medium .esri-text-iconContainer .icon-ui-svg {
      width: 80px;
      height: 80px; }
    .hero-banner-global-v2 .hbg-container--large .esri-text-iconContainer .icon-ui-svg, .hero-banner-global-v2 .hbg-container--xlarge .esri-text-iconContainer .icon-ui-svg {
      width: 96px;
      height: 96px; }
    .hero-banner-global-v2 .hbg-container--large--foregroundImage {
      width: 90vw;
      height: 90vw;
      margin: 0 auto; }
    .hero-banner-global-v2 .hbg-container--xlarge {
      height: 90vh;
      text-align: center; }
      .hero-banner-global-v2 .hbg-container--xlarge--left {
        width: 100%;
        height: 100%;
        justify-content: center; }
      .hero-banner-global-v2 .hbg-container--xlarge--right {
        display: none; }
      .hero-banner-global-v2 .hbg-container--xlarge .esri-text-container {
        width: 100%;
        text-align: center; }
        .hero-banner-global-v2 .hbg-container--xlarge .esri-text-container hr.separator {
          margin: var(--space-4) auto; }
      .hero-banner-global-v2 .hbg-container--xlarge .cta-buttons--actions {
        text-align: center; }
    @media screen and (min-width: 1024px) {
      .hero-banner-global-v2 .hbg-container {
        flex-direction: row;
        padding: 0; }
        .hero-banner-global-v2 .hbg-container--small, .hero-banner-global-v2 .hbg-container--medium, .hero-banner-global-v2 .hbg-container--large {
          min-height: inherit; }
          .hero-banner-global-v2 .hbg-container--small--left, .hero-banner-global-v2 .hbg-container--medium--left, .hero-banner-global-v2 .hbg-container--large--left {
            width: 50%; }
          .hero-banner-global-v2 .hbg-container--small--right, .hero-banner-global-v2 .hbg-container--medium--right, .hero-banner-global-v2 .hbg-container--large--right {
            width: 50%;
            position: absolute;
            right: 0;
            bottom: 0; }
        .hero-banner-global-v2 .hbg-container--xsmall {
          height: auto;
          min-height: 170px; }
        .hero-banner-global-v2 .hbg-container--small--foregroundImage video, .hero-banner-global-v2 .hbg-container--medium--foregroundImage video, .hero-banner-global-v2 .hbg-container--large--foregroundImage video {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
          max-width: none; }
        .hero-banner-global-v2 .hbg-container--small {
          min-height: 21vw; }
          .hero-banner-global-v2 .hbg-container--small--foregroundImage {
            width: 75%;
            height: 21vw;
            margin: 0;
            padding-bottom: 0; }
        .hero-banner-global-v2 .hbg-container--medium {
          min-height: 28vw; }
          .hero-banner-global-v2 .hbg-container--medium--foregroundImage {
            width: 84%;
            height: 28vw;
            margin: 0;
            padding-bottom: 0; }
        .hero-banner-global-v2 .hbg-container--large {
          min-height: 35vw; }
          .hero-banner-global-v2 .hbg-container--large--right {
            height: 35vw; }
          .hero-banner-global-v2 .hbg-container--large--foregroundImage {
            width: calc(100% - (100% - 35vw));
            height: calc(100% - (100% - 35vw));
            margin: 0; }
            .hero-banner-global-v2 .hbg-container--large--foregroundImage img {
              width: 100%;
              height: 100%;
              object-fit: cover; } }
    @media screen and (min-width: 1440px) {
      .hero-banner-global-v2 .hbg-container--small, .hero-banner-global-v2 .hbg-container--medium, .hero-banner-global-v2 .hbg-container--large {
        height: auto; }
        .hero-banner-global-v2 .hbg-container--small--right, .hero-banner-global-v2 .hbg-container--medium--right, .hero-banner-global-v2 .hbg-container--large--right {
          display: flex;
          align-items: flex-end; }
      .hero-banner-global-v2 .hbg-container--small {
        min-height: 360px; }
        .hero-banner-global-v2 .hbg-container--small--foregroundImage {
          height: 360px;
          width: 640px; }
      .hero-banner-global-v2 .hbg-container--medium {
        min-height: 576px; }
        .hero-banner-global-v2 .hbg-container--medium--foregroundImage {
          height: 576px;
          width: 864px; }
      .hero-banner-global-v2 .hbg-container--large {
        min-height: 864px; }
        .hero-banner-global-v2 .hbg-container--large--right {
          max-height: 864px;
          align-items: flex-end; }
        .hero-banner-global-v2 .hbg-container--large--foregroundImage {
          height: 864px;
          width: 864px; } }
    .hero-banner-global-v2 .hbg-container--content--small, .hero-banner-global-v2 .hbg-container--content--medium, .hero-banner-global-v2 .hbg-container--content--large, .hero-banner-global-v2 .hbg-container--content--xlarge {
      padding: var(--space-16) 0; }
    .hero-banner-global-v2 .hbg-container--content--xsmall, .hero-banner-global-v2 .hbg-container--content--small, .hero-banner-global-v2 .hbg-container--content--medium, .hero-banner-global-v2 .hbg-container--content--large, .hero-banner-global-v2 .hbg-container--content--xlarge {
      width: 96vw; }
    .hero-banner-global-v2 .hbg-container--content--xsmall .esri-text-title {
      font-size: 1.625rem;
      margin-bottom: 0.6rem; }
      @media screen and (min-width: 829px) {
        .hero-banner-global-v2 .hbg-container--content--xsmall .esri-text-title {
          font-size: 3.13vw; } }
      @media screen and (min-width: 1024px) {
        .hero-banner-global-v2 .hbg-container--content--xsmall .esri-text-title {
          font-size: 2rem; } }
    .hero-banner-global-v2 .hbg-container--content--xsmall .esri-text-subtitle, .hero-banner-global-v2 .hbg-container--content--xsmall hr.separator, .hero-banner-global-v2 .hbg-container--content--xsmall .esri-text-description {
      display: none; }
    .hero-banner-global-v2 .hbg-container--content--small .esri-text-title {
      font-size: 2rem;
      margin-bottom: 0.6rem; }
      @media screen and (min-width: 695px) {
        .hero-banner-global-v2 .hbg-container--content--small .esri-text-title {
          font-size: 4.6vw; } }
      @media screen and (min-width: 1024px) {
        .hero-banner-global-v2 .hbg-container--content--small .esri-text-title {
          font-size: 3rem; } }
    .hero-banner-global-v2 .hbg-container--content--small .esri-text-subtitle {
      font-size: 1.625rem;
      margin-bottom: 0.6rem; }
      @media screen and (min-width: 667px) {
        .hero-banner-global-v2 .hbg-container--content--small .esri-text-subtitle {
          font-size: 3.9vw; } }
      @media screen and (min-width: 1024px) {
        .hero-banner-global-v2 .hbg-container--content--small .esri-text-subtitle {
          font-size: 2.5rem; } }
    .hero-banner-global-v2 .hbg-container--content--small .esri-text-description {
      font-size: 0.875rem; }
      @media screen and (min-width: 1024px) {
        .hero-banner-global-v2 .hbg-container--content--small .esri-text-description {
          font-size: 1rem; } }
    .hero-banner-global-v2 .hbg-container--content--medium .esri-text-title {
      font-size: 2.5rem;
      margin-bottom: 0.6rem; }
      @media screen and (min-width: 740px) {
        .hero-banner-global-v2 .hbg-container--content--medium .esri-text-title {
          font-size: 5.4vw; } }
      @media screen and (min-width: 1024px) {
        .hero-banner-global-v2 .hbg-container--content--medium .esri-text-title {
          font-size: 3.5rem; } }
    .hero-banner-global-v2 .hbg-container--content--medium .esri-text-subtitle {
      font-size: 1.625rem;
      margin-bottom: 0.6rem; }
      @media screen and (min-width: 667px) {
        .hero-banner-global-v2 .hbg-container--content--medium .esri-text-subtitle {
          font-size: 3.9vw; } }
      @media screen and (min-width: 1024px) {
        .hero-banner-global-v2 .hbg-container--content--medium .esri-text-subtitle {
          font-size: 2.5rem; } }
    .hero-banner-global-v2 .hbg-container--content--medium .esri-text-description {
      font-size: 1rem; }
      @media screen and (min-width: 915px) {
        .hero-banner-global-v2 .hbg-container--content--medium .esri-text-description {
          font-size: 1.75vw; } }
      @media screen and (min-width: 1024px) {
        .hero-banner-global-v2 .hbg-container--content--medium .esri-text-description {
          font-size: 1.125rem; } }
    .hero-banner-global-v2 .hbg-container--content--large .esri-text-title, .hero-banner-global-v2 .hbg-container--content--xlarge .esri-text-title {
      font-size: 2.5rem;
      margin-bottom: 0.6rem; }
      @media screen and (min-width: 740px) {
        .hero-banner-global-v2 .hbg-container--content--large .esri-text-title, .hero-banner-global-v2 .hbg-container--content--xlarge .esri-text-title {
          font-size: 6.25vw; } }
      @media screen and (min-width: 1024px) {
        .hero-banner-global-v2 .hbg-container--content--large .esri-text-title, .hero-banner-global-v2 .hbg-container--content--xlarge .esri-text-title {
          font-size: 4rem; } }
    .hero-banner-global-v2 .hbg-container--content--large .esri-text-subtitle, .hero-banner-global-v2 .hbg-container--content--xlarge .esri-text-subtitle {
      font-size: 2rem;
      margin-bottom: 0.6rem; }
      @media screen and (min-width: 695px) {
        .hero-banner-global-v2 .hbg-container--content--large .esri-text-subtitle, .hero-banner-global-v2 .hbg-container--content--xlarge .esri-text-subtitle {
          font-size: 4.6vw; } }
      @media screen and (min-width: 1024px) {
        .hero-banner-global-v2 .hbg-container--content--large .esri-text-subtitle, .hero-banner-global-v2 .hbg-container--content--xlarge .esri-text-subtitle {
          font-size: 3rem; } }
    .hero-banner-global-v2 .hbg-container--content--large .esri-text-description, .hero-banner-global-v2 .hbg-container--content--xlarge .esri-text-description {
      font-size: 1.125rem; }
      @media screen and (min-width: 924px) {
        .hero-banner-global-v2 .hbg-container--content--large .esri-text-description, .hero-banner-global-v2 .hbg-container--content--xlarge .esri-text-description {
          font-size: 1.95vw; } }
      @media screen and (min-width: 1024px) {
        .hero-banner-global-v2 .hbg-container--content--large .esri-text-description, .hero-banner-global-v2 .hbg-container--content--xlarge .esri-text-description {
          font-size: 1.25rem; } }
      .hero-banner-global-v2 .hbg-container--content--large .esri-text-description.esri-font-superbold, .hero-banner-global-v2 .hbg-container--content--xlarge .esri-text-description.esri-font-superbold {
        font-weight: var(--calcite-font-weight-bold); }
    @media screen and (min-width: 1024px) {
      .hero-banner-global-v2 .hbg-container--content--xsmall, .hero-banner-global-v2 .hbg-container--content--small, .hero-banner-global-v2 .hbg-container--content--medium, .hero-banner-global-v2 .hbg-container--content--large {
        width: 100%;
        margin: 0 0 0 2vw; }
      .hero-banner-global-v2 .hbg-container--content--xlarge {
        width: 840px;
        max-width: 56vw;
        margin: 0;
        display: flex;
        justify-content: center;
        text-align: center;
        flex-direction: column; } }
    @media screen and (min-width: 1480px) {
      .hero-banner-global-v2 .hbg-container--content--xsmall, .hero-banner-global-v2 .hbg-container--content--small, .hero-banner-global-v2 .hbg-container--content--medium, .hero-banner-global-v2 .hbg-container--content--large {
        width: 720px;
        padding-right: 16px;
        margin: 0; } }
    .hero-banner-global-v2 .hbg-container .video-background {
      -o-object-fit: cover;
      object-fit: cover;
      background-size: cover;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      width: 100%;
      height: 100%;
      display: none; }
      @media screen and (min-width: 768px) {
        .hero-banner-global-v2 .hbg-container .video-background {
          display: block; } }
    .hero-banner-global-v2 .hbg-container .video-poster {
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-size: cover; }
      @media screen and (min-width: 768px) {
        .hero-banner-global-v2 .hbg-container .video-poster {
          display: none; } }
    .hero-banner-global-v2 .hbg-container.light-mode .contrast-gradient-overlay, .hero-banner-global-v2 .hbg-container.dark-mode .contrast-gradient-overlay {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .hero-banner-global-v2 .hbg-container.light-mode .contrast-gradient-overlay {
      background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), transparent 60%); }
      @media (min-width: 1024px) {
        .hero-banner-global-v2 .hbg-container.light-mode .contrast-gradient-overlay {
          background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), transparent 60%); } }
    .hero-banner-global-v2 .hbg-container.dark-mode .contrast-gradient-overlay {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 60%); }
      @media (min-width: 1024px) {
        .hero-banner-global-v2 .hbg-container.dark-mode .contrast-gradient-overlay {
          background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent 60%); } }
    .hero-banner-global-v2 .hbg-container--foregroundOptions {
      display: flex;
      height: 100%;
      align-items: center;
      justify-content: center; }
  .hero-banner-global-v2 .hbg-cta-buttons {
    margin-block-start: var(--space-8); }
  .hero-banner-global-v2 .esri-text-container {
    width: 90%; }

.bgposition-lefttop, .bgposition-leftbottom, .bgposition-righttop, .bgposition-rightbottom {
  background-repeat: no-repeat; }

.bgposition-lefttop {
  background-position: left top; }

.bgposition-righttop {
  background-position: right top; }

.bgposition-leftbottom {
  background-position: left bottom; }

.bgposition-rightbottom {
  background-position: right bottom; }

.scroll-down {
  display: none;
  width: 50px;
  height: 50px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50px;
  margin: 0 auto 20px auto;
  padding: 13px 0 0 9px;
  color: #000000;
  transition: background-color 100ms linear; }
  .scroll-down .icon-down-arrow {
    position: relative;
    left: -5px; }
    .scroll-down .icon-down-arrow::before {
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='%23000000' d='M19 8.293v1.414l-7.5 7.5-7.5-7.5V8.293l7.5 7.5z' /%3E%3C/svg%3E"); }
  @media (min-width: 600px) {
    .scroll-down {
      display: block;
      position: absolute;
      bottom: 50px;
      left: 50%;
      margin: 0 0 0 -25px; } }
  .scroll-down:hover {
    background-color: #0079c1; }
    .scroll-down:hover .icon-down-arrow::before {
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' width='20' height='20'%3E%3Cpath fill='%23ffffff' d='M19 8.293v1.414l-7.5 7.5-7.5-7.5V8.293l7.5 7.5z' /%3E%3C/svg%3E"); }

.hero-banner-global-v2 {
  background-color: #fff; }
  .hero-banner-global-v2.hbgv2-img--padding .hbg-container--small, .hero-banner-global-v2.hbgv2-img--padding .hbg-container--medium, .hero-banner-global-v2.hbgv2-img--padding .hbg-container--large {
    height: 100%; }
    .hero-banner-global-v2.hbgv2-img--padding .hbg-container--small--right, .hero-banner-global-v2.hbgv2-img--padding .hbg-container--medium--right, .hero-banner-global-v2.hbgv2-img--padding .hbg-container--large--right {
      position: relative; }
  @media screen and (min-width: 1024px) {
    .hero-banner-global-v2.hbgv2-img--padding .hbg-container--small {
      min-height: calc((360px - var(--space-24)) + var(--space-24)); }
    .hero-banner-global-v2.hbgv2-img--padding .hbg-container--medium {
      min-height: calc((576px - var(--space-24)) + var(--space-24)); }
    .hero-banner-global-v2.hbgv2-img--padding .hbg-container--large {
      min-height: calc((864px - var(--space-24)) + var(--space-24)); } }
  @media screen and (min-width: 1440px) {
    .hero-banner-global-v2.hbgv2-img--padding .hbg-container--small--foregroundImage {
      height: 264px;
      width: 469px; }
    .hero-banner-global-v2.hbgv2-img--padding .hbg-container--medium--foregroundImage {
      height: 480px;
      width: 720px; }
    .hero-banner-global-v2.hbgv2-img--padding .hbg-container--large--right {
      max-height: 768px; }
    .hero-banner-global-v2.hbgv2-img--padding .hbg-container--large--foregroundImage {
      height: 768px;
      width: 768px; } }
  .hero-banner-global-v2.hbgv2-img--padding .hbg-container--small--right, .hero-banner-global-v2.hbgv2-img--padding .hbg-container--medium--right, .hero-banner-global-v2.hbgv2-img--padding .hbg-container--large--right {
    display: flex;
    align-items: center; }
  .hero-banner-global-v2.hbgv2-img--fullwidth .hbg-container--small--right, .hero-banner-global-v2.hbgv2-img--fullwidth .hbg-container--medium--right, .hero-banner-global-v2.hbgv2-img--fullwidth .hbg-container--large--right {
    width: 100%; }
  .hero-banner-global-v2.hbgv2-img--fullwidth .hbg-container--small--foregroundImage, .hero-banner-global-v2.hbgv2-img--fullwidth .hbg-container--medium--foregroundImage, .hero-banner-global-v2.hbgv2-img--fullwidth .hbg-container--large--foregroundImage {
    width: 100%;
    max-width: none; }
  .hero-banner-global-v2.hbgv2-img--fullwidth .hbg-container--large--foregroundImage {
    height: 100vw; }
    @media screen and (min-width: 1024px) {
      .hero-banner-global-v2.hbgv2-img--fullwidth .hbg-container--large--foregroundImage {
        height: calc(100% - (100% - 35vw)); } }
  @media screen and (min-width: 1024px) {
    .hero-banner-global-v2.hbgv2-img--fullwidth .hbg-container--small--right, .hero-banner-global-v2.hbgv2-img--fullwidth .hbg-container--medium--right, .hero-banner-global-v2.hbgv2-img--fullwidth .hbg-container--large--right {
      width: 50%; } }
  .hero-banner-global-v2.hbgv2-text--centered .hbg-container--xsmall--left, .hero-banner-global-v2.hbgv2-text--centered .hbg-container--small--left, .hero-banner-global-v2.hbgv2-text--centered .hbg-container--medium--left, .hero-banner-global-v2.hbgv2-text--centered .hbg-container--large--left {
    width: 100%;
    justify-content: center; }
  .hero-banner-global-v2.hbgv2-text--centered .hbg-container--xsmall--right, .hero-banner-global-v2.hbgv2-text--centered .hbg-container--small--right, .hero-banner-global-v2.hbgv2-text--centered .hbg-container--medium--right, .hero-banner-global-v2.hbgv2-text--centered .hbg-container--large--right {
    display: none; }
  .hero-banner-global-v2.hbgv2-text--centered .hbg-container--content--xsmall, .hero-banner-global-v2.hbgv2-text--centered .hbg-container--content--small, .hero-banner-global-v2.hbgv2-text--centered .hbg-container--content--medium, .hero-banner-global-v2.hbgv2-text--centered .hbg-container--content--large {
    padding-right: 0;
    text-align: center; }
    .hero-banner-global-v2.hbgv2-text--centered .hbg-container--content--xsmall .esri-text-container, .hero-banner-global-v2.hbgv2-text--centered .hbg-container--content--small .esri-text-container, .hero-banner-global-v2.hbgv2-text--centered .hbg-container--content--medium .esri-text-container, .hero-banner-global-v2.hbgv2-text--centered .hbg-container--content--large .esri-text-container {
      width: 100%; }
      .hero-banner-global-v2.hbgv2-text--centered .hbg-container--content--xsmall .esri-text-container hr.separator, .hero-banner-global-v2.hbgv2-text--centered .hbg-container--content--small .esri-text-container hr.separator, .hero-banner-global-v2.hbgv2-text--centered .hbg-container--content--medium .esri-text-container hr.separator, .hero-banner-global-v2.hbgv2-text--centered .hbg-container--content--large .esri-text-container hr.separator {
        margin-left: auto;
        margin-right: auto; }
  .hero-banner-global-v2.hbgv2-text--centered .hbg-container--content--xsmall .esri-text-subtitle, .hero-banner-global-v2.hbgv2-text--centered .hbg-container--content--xsmall hr.separator, .hero-banner-global-v2.hbgv2-text--centered .hbg-container--content--xsmall .esri-text-description, .hero-banner-global-v2.hbgv2-text--centered .hbg-container--content--xsmall .cta-buttons--actions {
    display: none; }
  .hero-banner-global-v2.hbgv2-text--centered .hbg-container .cta-buttons--actions {
    text-align: center; }

h1.mainHeader {
  color: #de2900; }

.ind-hero {
  background-size: auto 92%;
  padding-top: 40px;
  position: relative;
  width: 100%; }
  @media (min-width: 1024px) {
    .ind-hero {
      background-size: auto 90%;
      min-height: 70vh;
      margin-top: 0; } }
  @media (min-width: 1440px) {
    .ind-hero {
      background-position: top center;
      max-height: 60vh;
      min-height: 600px; } }
  .ind-hero_text {
    padding: 40px 20px 0;
    visibility: hidden; }
    .ind-hero_text h1, .ind-hero_text p {
      text-align: center; }
      @media (min-width: 1024px) {
        .ind-hero_text h1, .ind-hero_text p {
          text-align: left; }
          html[dir="rtl"] .ind-hero_text h1, html[dir="rtl"] .ind-hero_text p {
            text-align: right; } }
    .ind-hero_text h1 {
      font-size: 7.3vw;
      margin-bottom: 0;
      line-height: 1.2; }
      @media (min-width: 1024px) {
        .ind-hero_text h1 {
          font-size: 75px;
          letter-spacing: -.05em;
          margin-bottom: 25px;
          margin-left: -7px; } }
    @media (min-width: 1024px) {
      .ind-hero_text {
        float: left;
        padding: 40px 10px 0;
        position: absolute;
        top: 42.5%;
        transform: translateY(-50%);
        width: 37%; } }
    @media (min-width: 1440px) {
      .ind-hero_text {
        width: 29%; } }
  .ind-hero_graphic {
    text-align: center;
    margin-bottom: -60px;
    visibility: hidden; }
    @media (min-width: 1024px) {
      .ind-hero_graphic {
        float: right;
        margin-top: 40px;
        width: 50%; } }
    @media (min-width: 1440px) {
      .ind-hero_graphic {
        margin-top: 0; } }
    html[dir="rtl"] .ind-hero_graphic {
      float: left; }

.ind-hero_seperator {
  background: var(--theme-color);
  height: 3px;
  margin: 15px auto;
  width: 60px; }
  .ind-hero_seperator.alpha {
    margin: 35px auto 25px auto; }
  @media (min-width: 768px) {
    .ind-hero_seperator {
      margin: 20px auto 15px; } }
  @media (min-width: 1024px) {
    .ind-hero_seperator {
      margin: 20px 0; } }

.global-controls-round {
  margin: 10px;
  padding: 0;
  border: none;
  border-radius: 50%;
  position: relative; }
  .global-controls-round:after {
    transition: all 0.15s ease-in-out, background-size 0.3s ease-in-out;
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%); }
  .global-controls-round:hover, .global-controls-round:focus {
    outline: none;
    cursor: pointer; }

.global-controls-paddles {
  padding: 0;
  border: none;
  background-color: transparent;
  position: relative; }
  .global-controls-paddles:hover, .global-controls-paddles:focus {
    outline: none; }
  .global-controls-paddles:after {
    content: "";
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    background-repeat: no-repeat;
    background-size: cover; }

.global-controls-round {
  transition: all 0.15s ease-in-out, background-size 0.3s ease-in-out; }
  .global-controls-round[data-theme="darktheme"] {
    background: #ffffff; }
    .global-controls-round[data-theme="darktheme"]:hover, .global-controls-round[data-theme="darktheme"]:focus {
      background: #00A0FF; }
  .global-controls-round[data-theme="lighttheme"] {
    background: #2b2b2b; }
    .global-controls-round[data-theme="lighttheme"]:hover, .global-controls-round[data-theme="lighttheme"]:focus {
      background: #007ac2; }

.global-controls {
  display: inline-block; }
  .global-controls-round[scale="m"], .global-controls-round[scale="l"], .global-controls-round[scale="xl"], .global-controls-round[scale="s"] {
    width: 32px;
    height: 32px; }
    .global-controls-round[scale="m"]:after, .global-controls-round[scale="l"]:after, .global-controls-round[scale="xl"]:after, .global-controls-round[scale="s"]:after {
      width: 16px;
      height: 16px; }
  @media (min-width: 768px) {
    .global-controls-round[scale="m"], .global-controls-round[scale="l"], .global-controls-round[scale="xl"] {
      width: 40px;
      height: 40px; }
      .global-controls-round[scale="m"]:after, .global-controls-round[scale="l"]:after, .global-controls-round[scale="xl"]:after {
        width: 16px;
        height: 16px; } }
  @media (min-width: 1152px) {
    .global-controls-round[scale="l"] {
      width: 48px;
      height: 48px; }
      .global-controls-round[scale="l"]:after {
        width: 24px;
        height: 24px; } }
  @media (min-width: 1152px) {
    .global-controls-round[scale="xl"] {
      width: 64px;
      height: 64px; }
      .global-controls-round[scale="xl"]:after {
        width: 32px;
        height: 32px; } }

.global-controls {
  display: inline-block; }
  .global-controls-paddles {
    padding: 5px; }
    .global-controls-paddles:hover {
      cursor: pointer; }
    .global-controls-paddles[orientation="right"] {
      transform: scaleX(-1); }
    html[dir="rtl"] .global-controls-paddles {
      transform: scaleX(-1); }
      html[dir="rtl"] .global-controls-paddles[orientation="right"] {
        transform: none; }
    .global-controls-paddles[scale="s"], .global-controls-paddles[scale="l"] {
      height: 29px;
      width: 29px; }
      .global-controls-paddles[scale="s"]:after, .global-controls-paddles[scale="l"]:after {
        height: 24px;
        width: 24px; }
    @media (min-width: 1152px) {
      .global-controls-paddles[scale="l"] {
        height: 37px;
        width: 37px; }
        .global-controls-paddles[scale="l"]:after {
          height: 32px;
          width: 32px; } }

.global-controls-round[data-icon="down"][scale="s"]:after, .global-controls-round[data-icon="down"][scale="m"]:after, .global-controls-round[data-icon="down"][scale="l"]:after, .global-controls-round[data-icon="down"][scale="xl"]:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M8 11.207l-4-4V5.793l4 4 4-4v1.414z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

@media (min-width: 1152px) {
  .global-controls-round[data-icon="down"][scale="l"]:after, .global-controls-round[data-icon="down"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M5 8.793l7 7 7-7v1.414l-7 7-7-7z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }

@media (min-width: 90em) {
  .global-controls-round[data-icon="down"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M16 22.207l-9-9v-1.414l9 9 9-9v1.414z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); } }

.global-controls-round[data-icon="down"][data-theme="darktheme"][scale="s"]:after, .global-controls-round[data-icon="down"][data-theme="darktheme"][scale="m"]:after, .global-controls-round[data-icon="down"][data-theme="darktheme"][scale="l"]:after, .global-controls-round[data-icon="down"][data-theme="darktheme"][scale="xl"]:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M8 11.207l-4-4V5.793l4 4 4-4v1.414z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

.global-controls-round[data-icon="down"][data-theme="darktheme"][scale="s"]:hover:after, .global-controls-round[data-icon="down"][data-theme="darktheme"][scale="s"]:focus:after, .global-controls-round[data-icon="down"][data-theme="darktheme"][scale="m"]:hover:after, .global-controls-round[data-icon="down"][data-theme="darktheme"][scale="m"]:focus:after, .global-controls-round[data-icon="down"][data-theme="darktheme"][scale="l"]:hover:after, .global-controls-round[data-icon="down"][data-theme="darktheme"][scale="l"]:focus:after, .global-controls-round[data-icon="down"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="down"][data-theme="darktheme"][scale="xl"]:focus:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M8 11.207l-4-4V5.793l4 4 4-4v1.414z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

@media (min-width: 476px) {
  .global-controls-round[data-icon="down"][data-theme="darktheme"][scale="l"]:after, .global-controls-round[data-icon="down"][data-theme="darktheme"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 8.793l7 7 7-7v1.414l-7 7-7-7z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
  .global-controls-round[data-icon="down"][data-theme="darktheme"][scale="l"]:hover:after, .global-controls-round[data-icon="down"][data-theme="darktheme"][scale="l"]:focus:after, .global-controls-round[data-icon="down"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="down"][data-theme="darktheme"][scale="xl"]:focus:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M5 8.793l7 7 7-7v1.414l-7 7-7-7z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }

@media (min-width: 90em) {
  .global-controls-round[data-icon="down"][data-theme="darktheme"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M16 22.207l-9-9v-1.414l9 9 9-9v1.414z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); }
  .global-controls-round[data-icon="down"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="down"][data-theme="darktheme"][scale="xl"]:focus:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M16 22.207l-9-9v-1.414l9 9 9-9v1.414z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); } }

.global-controls-round[data-icon="close"][scale="s"]:after, .global-controls-round[data-icon="close"][scale="m"]:after, .global-controls-round[data-icon="close"][scale="l"]:after, .global-controls-round[data-icon="close"][scale="xl"]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M3.98 11.303L7.281 8 3.98 4.697l.707-.707L7.99 7.293l.01-.01.01.01 3.304-3.303.707.707L8.718 8l3.303 3.303-.707.707L8.01 8.707l-.01.01-.01-.01-3.304 3.303z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

@media (min-width: 1152px) {
  .global-controls-round[data-icon="close"][scale="l"]:after, .global-controls-round[data-icon="close"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M18.01 6.697L12.707 12l5.303 5.303-.707.707L12 12.707 6.697 18.01l-.707-.707L11.293 12 5.99 6.697l.707-.707L12 11.293l5.303-5.303z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }

@media (min-width: 90em) {
  .global-controls-round[data-icon="close"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M23.985 8.722L16.707 16l7.278 7.278-.707.707L16 16.707l-7.278 7.278-.707-.707L15.293 16 8.015 8.722l.707-.707L16 15.293l7.278-7.278z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); } }

.global-controls-round[data-icon="close"][data-theme="darktheme"][scale="s"]:after, .global-controls-round[data-icon="close"][data-theme="darktheme"][scale="m"]:after, .global-controls-round[data-icon="close"][data-theme="darktheme"][scale="l"]:after, .global-controls-round[data-icon="close"][data-theme="darktheme"][scale="xl"]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M3.98 11.303L7.281 8 3.98 4.697l.707-.707L7.99 7.293l.01-.01.01.01 3.304-3.303.707.707L8.718 8l3.303 3.303-.707.707L8.01 8.707l-.01.01-.01-.01-3.304 3.303z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

.global-controls-round[data-icon="close"][data-theme="darktheme"][scale="s"]:hover:after, .global-controls-round[data-icon="close"][data-theme="darktheme"][scale="s"]:focus:after, .global-controls-round[data-icon="close"][data-theme="darktheme"][scale="m"]:hover:after, .global-controls-round[data-icon="close"][data-theme="darktheme"][scale="m"]:focus:after, .global-controls-round[data-icon="close"][data-theme="darktheme"][scale="l"]:hover:after, .global-controls-round[data-icon="close"][data-theme="darktheme"][scale="l"]:focus:after, .global-controls-round[data-icon="close"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="close"][data-theme="darktheme"][scale="xl"]:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M3.98 11.303L7.281 8 3.98 4.697l.707-.707L7.99 7.293l.01-.01.01.01 3.304-3.303.707.707L8.718 8l3.303 3.303-.707.707L8.01 8.707l-.01.01-.01-.01-3.304 3.303z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

@media (min-width: 1152px) {
  .global-controls-round[data-icon="close"][data-theme="darktheme"][scale="l"]:after, .global-controls-round[data-icon="close"][data-theme="darktheme"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M18.01 6.697L12.707 12l5.303 5.303-.707.707L12 12.707 6.697 18.01l-.707-.707L11.293 12 5.99 6.697l.707-.707L12 11.293l5.303-5.303z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
  .global-controls-round[data-icon="close"][data-theme="darktheme"][scale="l"]:hover:after, .global-controls-round[data-icon="close"][data-theme="darktheme"][scale="l"]:focus:after, .global-controls-round[data-icon="close"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="close"][data-theme="darktheme"][scale="xl"]:focus:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M18.01 6.697L12.707 12l5.303 5.303-.707.707L12 12.707 6.697 18.01l-.707-.707L11.293 12 5.99 6.697l.707-.707L12 11.293l5.303-5.303z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }

@media (min-width: 90em) {
  .global-controls-round[data-icon="close"][data-theme="darktheme"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M23.985 8.722L16.707 16l7.278 7.278-.707.707L16 16.707l-7.278 7.278-.707-.707L15.293 16 8.015 8.722l.707-.707L16 15.293l7.278-7.278z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); }
  .global-controls-round[data-icon="close"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="close"][data-theme="darktheme"][scale="xl"]:focus:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M23.985 8.722L16.707 16l7.278 7.278-.707.707L16 16.707l-7.278 7.278-.707-.707L15.293 16 8.015 8.722l.707-.707L16 15.293l7.278-7.278z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); } }

.global-controls-round[data-icon="play"][scale="s"]:after, .global-controls-round[data-icon="play"][scale="m"]:after, .global-controls-round[data-icon="play"][scale="l"]:after, .global-controls-round[data-icon="play"][scale="xl"]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M4 1.571l10 6.43-10 6.428z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

@media (min-width: 1152px) {
  .global-controls-round[data-icon="play"][scale="l"]:after, .global-controls-round[data-icon="play"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M6 1.773l15 10.23L6 22.226z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }

@media (min-width: 90em) {
  .global-controls-round[data-icon="play"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M8 3.045l19 12.958L8 28.955z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E");
    left: 53%; } }

.global-controls-round[data-icon="play"][data-theme="darktheme"][scale="s"]:after, .global-controls-round[data-icon="play"][data-theme="darktheme"][scale="m"]:after, .global-controls-round[data-icon="play"][data-theme="darktheme"][scale="l"]:after, .global-controls-round[data-icon="play"][data-theme="darktheme"][scale="xl"]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%232b2b2b' d='M4 1.571l10 6.43-10 6.428z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

.global-controls-round[data-icon="play"][data-theme="darktheme"][scale="s"]:hover:after, .global-controls-round[data-icon="play"][data-theme="darktheme"][scale="s"]:focus:after, .global-controls-round[data-icon="play"][data-theme="darktheme"][scale="m"]:hover:after, .global-controls-round[data-icon="play"][data-theme="darktheme"][scale="m"]:focus:after, .global-controls-round[data-icon="play"][data-theme="darktheme"][scale="l"]:hover:after, .global-controls-round[data-icon="play"][data-theme="darktheme"][scale="l"]:focus:after, .global-controls-round[data-icon="play"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="play"][data-theme="darktheme"][scale="xl"]:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M4 1.571l10 6.43-10 6.428z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

@media (min-width: 1152px) {
  .global-controls-round[data-icon="play"][data-theme="darktheme"][scale="l"]:after, .global-controls-round[data-icon="play"][data-theme="darktheme"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232b2b2b' d='M6 1.773l15 10.23L6 22.226z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
  .global-controls-round[data-icon="play"][data-theme="darktheme"][scale="l"]:hover:after, .global-controls-round[data-icon="play"][data-theme="darktheme"][scale="l"]:focus:after, .global-controls-round[data-icon="play"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="play"][data-theme="darktheme"][scale="xl"]:focus:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M6 1.773l15 10.23L6 22.226z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }

@media (min-width: 90em) {
  .global-controls-round[data-icon="play"][data-theme="darktheme"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%232b2b2b' d='M8 3.045l19 12.958L8 28.955z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); }
  .global-controls-round[data-icon="play"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="play"][data-theme="darktheme"][scale="xl"]:focus:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M8 3.045l19 12.958L8 28.955z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E");
    left: 53%; } }

.global-controls-round[data-icon="reload"][scale="s"]:after, .global-controls-round[data-icon="reload"][scale="m"]:after, .global-controls-round[data-icon="reload"][scale="l"]:after, .global-controls-round[data-icon="reload"][scale="xl"]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M1 2v2.582A7.795 7.795 0 1 1 .272 9h1.01a6.802 6.802 0 1 0 .625-4H4v1H0V2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

@media (min-width: 1152px) {
  .global-controls-round[data-icon="reload"][scale="l"]:after, .global-controls-round[data-icon="reload"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M22.719 12A10.719 10.719 0 0 1 1.28 12h.838a9.916 9.916 0 1 0 1.373-5H8v1H2V2h1v4.2A10.71 10.71 0 0 1 22.719 12z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }

@media (min-width: 90em) {
  .global-controls-round[data-icon="reload"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M2.2 16h1a12.819 12.819 0 1 0 1.501-6H9v1H3V5h1v4.21A13.78 13.78 0 1 1 2.2 16z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); } }

.global-controls-round[data-icon="reload"][data-theme="darktheme"][scale="s"]:after, .global-controls-round[data-icon="reload"][data-theme="darktheme"][scale="m"]:after, .global-controls-round[data-icon="reload"][data-theme="darktheme"][scale="l"]:after, .global-controls-round[data-icon="reload"][data-theme="darktheme"][scale="xl"]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%232b2b2b' d='M1 2v2.582A7.795 7.795 0 1 1 .272 9h1.01a6.802 6.802 0 1 0 .625-4H4v1H0V2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

.global-controls-round[data-icon="reload"][data-theme="darktheme"][scale="s"]:hover:after, .global-controls-round[data-icon="reload"][data-theme="darktheme"][scale="s"]:focus:after, .global-controls-round[data-icon="reload"][data-theme="darktheme"][scale="m"]:hover:after, .global-controls-round[data-icon="reload"][data-theme="darktheme"][scale="m"]:focus:after, .global-controls-round[data-icon="reload"][data-theme="darktheme"][scale="l"]:hover:after, .global-controls-round[data-icon="reload"][data-theme="darktheme"][scale="l"]:focus:after, .global-controls-round[data-icon="reload"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="reload"][data-theme="darktheme"][scale="xl"]:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M1 2v2.582A7.795 7.795 0 1 1 .272 9h1.01a6.802 6.802 0 1 0 .625-4H4v1H0V2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

@media (min-width: 1152px) {
  .global-controls-round[data-icon="reload"][data-theme="darktheme"][scale="l"]:after, .global-controls-round[data-icon="reload"][data-theme="darktheme"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232b2b2b' d='M22.719 12A10.719 10.719 0 0 1 1.28 12h.838a9.916 9.916 0 1 0 1.373-5H8v1H2V2h1v4.2A10.71 10.71 0 0 1 22.719 12z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
  .global-controls-round[data-icon="reload"][data-theme="darktheme"][scale="l"]:hover:after, .global-controls-round[data-icon="reload"][data-theme="darktheme"][scale="l"]:focus:after, .global-controls-round[data-icon="reload"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="reload"][data-theme="darktheme"][scale="xl"]:focus:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M22.719 12A10.719 10.719 0 0 1 1.28 12h.838a9.916 9.916 0 1 0 1.373-5H8v1H2V2h1v4.2A10.71 10.71 0 0 1 22.719 12z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }

@media (min-width: 90em) {
  .global-controls-round[data-icon="reload"][data-theme="darktheme"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%232b2b2b' d='M2.2 16h1a12.819 12.819 0 1 0 1.501-6H9v1H3V5h1v4.21A13.78 13.78 0 1 1 2.2 16z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); }
  .global-controls-round[data-icon="reload"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="reload"][data-theme="darktheme"][scale="xl"]:focus:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M2.2 16h1a12.819 12.819 0 1 0 1.501-6H9v1H3V5h1v4.21A13.78 13.78 0 1 1 2.2 16z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); } }

.global-controls-round[data-icon="expand"][scale="s"]:after, .global-controls-round[data-icon="expand"][scale="m"]:after, .global-controls-round[data-icon="expand"][scale="l"]:after, .global-controls-round[data-icon="expand"][scale="xl"]:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M15 15h-4v-1h2.282l-3.633-3.584.767-.767L14 13.282V11h1zM5 1v1H2.718l3.633 3.584-.767.767L2 2.718V5H1V1z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

@media (min-width: 1152px) {
  .global-controls-round[data-icon="expand"][scale="l"]:after, .global-controls-round[data-icon="expand"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M22 21.998L16 22v-.998L20.34 21l-5.75-5.751.659-.66L21 20.34l.002-4.34H22zM8 2v.998L3.66 3l5.75 5.751-.659.66L3 3.66 2.998 8H2l.002-6z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }

@media (min-width: 90em) {
  .global-controls-round[data-icon="expand"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M19.646 20.354L27.293 28H23v1h6v-6h-1v4.293l-7.646-7.646zm-7.293-8.707L4.707 4H9V3H3v6h1V4.707l7.646 7.646z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); } }

.global-controls-round[data-icon="expand"][data-theme="darktheme"][scale="s"]:after, .global-controls-round[data-icon="expand"][data-theme="darktheme"][scale="m"]:after, .global-controls-round[data-icon="expand"][data-theme="darktheme"][scale="l"]:after, .global-controls-round[data-icon="expand"][data-theme="darktheme"][scale="xl"]:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%232b2b2b' d='M15 15h-4v-1h2.282l-3.633-3.584.767-.767L14 13.282V11h1zM5 1v1H2.718l3.633 3.584-.767.767L2 2.718V5H1V1z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

.global-controls-round[data-icon="expand"][data-theme="darktheme"][scale="s"]:hover:after, .global-controls-round[data-icon="expand"][data-theme="darktheme"][scale="s"]:focus:after, .global-controls-round[data-icon="expand"][data-theme="darktheme"][scale="m"]:hover:after, .global-controls-round[data-icon="expand"][data-theme="darktheme"][scale="m"]:focus:after, .global-controls-round[data-icon="expand"][data-theme="darktheme"][scale="l"]:hover:after, .global-controls-round[data-icon="expand"][data-theme="darktheme"][scale="l"]:focus:after, .global-controls-round[data-icon="expand"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="expand"][data-theme="darktheme"][scale="xl"]:focus:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M15 15h-4v-1h2.282l-3.633-3.584.767-.767L14 13.282V11h1zM5 1v1H2.718l3.633 3.584-.767.767L2 2.718V5H1V1z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

@media (min-width: 1152px) {
  .global-controls-round[data-icon="expand"][data-theme="darktheme"][scale="l"]:after, .global-controls-round[data-icon="expand"][data-theme="darktheme"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232b2b2b' d='M22 21.998L16 22v-.998L20.34 21l-5.75-5.751.659-.66L21 20.34l.002-4.34H22zM8 2v.998L3.66 3l5.75 5.751-.659.66L3 3.66 2.998 8H2l.002-6z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
  .global-controls-round[data-icon="expand"][data-theme="darktheme"][scale="l"]:hover:after, .global-controls-round[data-icon="expand"][data-theme="darktheme"][scale="l"]:focus:after, .global-controls-round[data-icon="expand"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="expand"][data-theme="darktheme"][scale="xl"]:focus:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M22 21.998L16 22v-.998L20.34 21l-5.75-5.751.659-.66L21 20.34l.002-4.34H22zM8 2v.998L3.66 3l5.75 5.751-.659.66L3 3.66 2.998 8H2l.002-6z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }

@media (min-width: 90em) {
  .global-controls-round[data-icon="expand"][data-theme="darktheme"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%232b2b2b' d='M19.646 20.354L27.293 28H23v1h6v-6h-1v4.293l-7.646-7.646zm-7.293-8.707L4.707 4H9V3H3v6h1V4.707l7.646 7.646z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); }
  .global-controls-round[data-icon="expand"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="expand"][data-theme="darktheme"][scale="xl"]:focus:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M19.646 20.354L27.293 28H23v1h6v-6h-1v4.293l-7.646-7.646zm-7.293-8.707L4.707 4H9V3H3v6h1V4.707l7.646 7.646z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); } }

.global-controls-round[data-icon="modal"][scale="s"]:after, .global-controls-round[data-icon="modal"][scale="m"]:after, .global-controls-round[data-icon="modal"][scale="l"]:after, .global-controls-round[data-icon="modal"][scale="xl"]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

@media (min-width: 1152px) {
  .global-controls-round[data-icon="modal"][scale="l"]:after, .global-controls-round[data-icon="modal"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }

@media (min-width: 90em) {
  .global-controls-round[data-icon="modal"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M28 13h1v16H3V3h16v1H4v24h24zm-5-9h4.293L15.646 15.638l.707.707L28 4.707V9h1V3h-6z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); } }

.global-controls-round[data-icon="modal"][data-theme="darktheme"][scale="s"]:after, .global-controls-round[data-icon="modal"][data-theme="darktheme"][scale="m"]:after, .global-controls-round[data-icon="modal"][data-theme="darktheme"][scale="l"]:after, .global-controls-round[data-icon="modal"][data-theme="darktheme"][scale="xl"]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

.global-controls-round[data-icon="modal"][data-theme="darktheme"][scale="s"]:hover:after, .global-controls-round[data-icon="modal"][data-theme="darktheme"][scale="s"]:focus:after, .global-controls-round[data-icon="modal"][data-theme="darktheme"][scale="m"]:hover:after, .global-controls-round[data-icon="modal"][data-theme="darktheme"][scale="m"]:focus:after, .global-controls-round[data-icon="modal"][data-theme="darktheme"][scale="l"]:hover:after, .global-controls-round[data-icon="modal"][data-theme="darktheme"][scale="l"]:focus:after, .global-controls-round[data-icon="modal"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="modal"][data-theme="darktheme"][scale="xl"]:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

@media (min-width: 1152px) {
  .global-controls-round[data-icon="modal"][data-theme="darktheme"][scale="l"]:after, .global-controls-round[data-icon="modal"][data-theme="darktheme"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
  .global-controls-round[data-icon="modal"][data-theme="darktheme"][scale="l"]:hover:after, .global-controls-round[data-icon="modal"][data-theme="darktheme"][scale="l"]:focus:after, .global-controls-round[data-icon="modal"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="modal"][data-theme="darktheme"][scale="xl"]:focus:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }

@media (min-width: 90em) {
  .global-controls-round[data-icon="modal"][data-theme="darktheme"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath d='M28 13h1v16H3V3h16v1H4v24h24zm-5-9h4.293L15.646 15.638l.707.707L28 4.707V9h1V3h-6z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); }
  .global-controls-round[data-icon="modal"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="modal"][data-theme="darktheme"][scale="xl"]:focus:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M28 13h1v16H3V3h16v1H4v24h24zm-5-9h4.293L15.646 15.638l.707.707L28 4.707V9h1V3h-6z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); } }

.global-controls-round[data-icon="document"][scale="s"]:after, .global-controls-round[data-icon="document"][scale="m"]:after, .global-controls-round[data-icon="document"][scale="l"]:after, .global-controls-round[data-icon="document"][scale="xl"]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

@media (min-width: 1152px) {
  .global-controls-round[data-icon="document"][scale="l"]:after, .global-controls-round[data-icon="document"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }

@media (min-width: 90em) {
  .global-controls-round[data-icon="document"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M27 9.699L19.3 2H5v28h22zM26 29H6V3h12v8h8zm-7-19V3l7 7z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); } }

.global-controls-round[data-icon="document"][data-theme="darktheme"][scale="s"]:after, .global-controls-round[data-icon="document"][data-theme="darktheme"][scale="m"]:after, .global-controls-round[data-icon="document"][data-theme="darktheme"][scale="l"]:after, .global-controls-round[data-icon="document"][data-theme="darktheme"][scale="xl"]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%232b2b2b' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

.global-controls-round[data-icon="document"][data-theme="darktheme"][scale="s"]:hover:after, .global-controls-round[data-icon="document"][data-theme="darktheme"][scale="s"]:focus:after, .global-controls-round[data-icon="document"][data-theme="darktheme"][scale="m"]:hover:after, .global-controls-round[data-icon="document"][data-theme="darktheme"][scale="m"]:focus:after, .global-controls-round[data-icon="document"][data-theme="darktheme"][scale="l"]:hover:after, .global-controls-round[data-icon="document"][data-theme="darktheme"][scale="l"]:focus:after, .global-controls-round[data-icon="document"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="document"][data-theme="darktheme"][scale="xl"]:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

@media (min-width: 1152px) {
  .global-controls-round[data-icon="document"][data-theme="darktheme"][scale="l"]:after, .global-controls-round[data-icon="document"][data-theme="darktheme"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232b2b2b' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
  .global-controls-round[data-icon="document"][data-theme="darktheme"][scale="l"]:hover:after, .global-controls-round[data-icon="document"][data-theme="darktheme"][scale="l"]:focus:after, .global-controls-round[data-icon="document"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="document"][data-theme="darktheme"][scale="xl"]:focus:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }

@media (min-width: 90em) {
  .global-controls-round[data-icon="document"][data-theme="darktheme"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%232b2b2b' d='M27 9.699L19.3 2H5v28h22zM26 29H6V3h12v8h8zm-7-19V3l7 7z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); }
  .global-controls-round[data-icon="document"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="document"][data-theme="darktheme"][scale="xl"]:focus:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M27 9.699L19.3 2H5v28h22zM26 29H6V3h12v8h8zm-7-19V3l7 7z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); } }

.global-controls-round[data-icon="download"][scale="s"]:after, .global-controls-round[data-icon="download"][scale="m"]:after, .global-controls-round[data-icon="download"][scale="l"]:after, .global-controls-round[data-icon="download"][scale="xl"]:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M4 11v1h-.5a3.493 3.493 0 0 1-1.484-6.659 1.966 1.966 0 0 1 2.617-1.73 4.968 4.968 0 0 1 9.298 1.701A3.486 3.486 0 0 1 13 11.95v-1a2.495 2.495 0 0 0 .52-4.725l-.503-.227-.077-.548a3.968 3.968 0 0 0-7.43-1.357l-.403.734-.794-.266A.978.978 0 0 0 4 4.5a.989.989 0 0 0-.987.92L2.966 6l-.525.246A2.494 2.494 0 0 0 3.5 11zm6.62.675L9 13.295V7H8v6.26l-1.585-1.585-.707.707 2.81 2.81L9.708 14l1.618-1.618z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

@media (min-width: 1152px) {
  .global-controls-round[data-icon="download"][scale="l"]:after, .global-controls-round[data-icon="download"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M24 12a5 5 0 0 1-5 5h-2v-1h2a3.99 3.99 0 0 0 .623-7.934l-.79-.124-.052-.798a5.293 5.293 0 0 0-10.214-1.57L8.17 6.59l-.977-.483A2.277 2.277 0 0 0 6.19 5.87a2.18 2.18 0 0 0-1.167.339 2.206 2.206 0 0 0-.98 1.395l-.113.505-.476.2A4 4 0 0 0 5 16h3v1H5a5 5 0 0 1-1.934-9.611 3.21 3.21 0 0 1 1.422-2.025 3.17 3.17 0 0 1 1.702-.493 3.268 3.268 0 0 1 1.446.34 6.293 6.293 0 0 1 12.143 1.867A4.988 4.988 0 0 1 24 12zm-11-1h-1v10.292l-2.646-2.646-.707.707 3.854 3.854 3.853-3.852-.707-.707L13 21.294z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }

@media (min-width: 90em) {
  .global-controls-round[data-icon="download"][scale="xl"]:after {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M31.8 16.704c0 3.489-2.765 6.296-5.238 6.296H24v-1h2.562c1.92 0 4.238-2.362 4.238-5.296a5.359 5.359 0 0 0-3.607-5.097l-.407-.138-.582-.198-.086-.608-.06-.425A7.953 7.953 0 0 0 18.462 3.2a7.647 7.647 0 0 0-6.683 4.187l-.259.488-.37.696-.763-.197-.535-.138a3.474 3.474 0 0 0-.874-.13 2.943 2.943 0 0 0-3.024 2.766l-.022.404-.031.573-.51.262-.357.183A5.173 5.173 0 0 0 2.2 16.897c0 2.653 2.166 5.085 4.545 5.103H11v1H6.737C3.733 22.978 1.2 19.988 1.2 16.897a6.169 6.169 0 0 1 3.378-5.493l.357-.183.022-.402a3.93 3.93 0 0 1 4.022-3.713 4.432 4.432 0 0 1 1.125.162l.534.138.26-.488A8.645 8.645 0 0 1 18.462 2.2a8.956 8.956 0 0 1 8.584 7.897l.06.425.408.138a6.358 6.358 0 0 1 4.285 6.044zM18 14h-1v15.354l-2.646-2.647-.707.707 3.853 3.854 3.854-3.854-.707-.707L18 29.354z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); } }

.global-controls-round[data-icon="download"][data-theme="darktheme"][scale="s"]:after, .global-controls-round[data-icon="download"][data-theme="darktheme"][scale="m"]:after, .global-controls-round[data-icon="download"][data-theme="darktheme"][scale="l"]:after, .global-controls-round[data-icon="download"][data-theme="darktheme"][scale="xl"]:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%232b2b2b' d='M4 11v1h-.5a3.493 3.493 0 0 1-1.484-6.659 1.966 1.966 0 0 1 2.617-1.73 4.968 4.968 0 0 1 9.298 1.701A3.486 3.486 0 0 1 13 11.95v-1a2.495 2.495 0 0 0 .52-4.725l-.503-.227-.077-.548a3.968 3.968 0 0 0-7.43-1.357l-.403.734-.794-.266A.978.978 0 0 0 4 4.5a.989.989 0 0 0-.987.92L2.966 6l-.525.246A2.494 2.494 0 0 0 3.5 11zm6.62.675L9 13.295V7H8v6.26l-1.585-1.585-.707.707 2.81 2.81L9.708 14l1.618-1.618z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

.global-controls-round[data-icon="download"][data-theme="darktheme"][scale="s"]:hover:after, .global-controls-round[data-icon="download"][data-theme="darktheme"][scale="s"]:focus:after, .global-controls-round[data-icon="download"][data-theme="darktheme"][scale="m"]:hover:after, .global-controls-round[data-icon="download"][data-theme="darktheme"][scale="m"]:focus:after, .global-controls-round[data-icon="download"][data-theme="darktheme"][scale="l"]:hover:after, .global-controls-round[data-icon="download"][data-theme="darktheme"][scale="l"]:focus:after, .global-controls-round[data-icon="download"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="download"][data-theme="darktheme"][scale="xl"]:focus:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M4 11v1h-.5a3.493 3.493 0 0 1-1.484-6.659 1.966 1.966 0 0 1 2.617-1.73 4.968 4.968 0 0 1 9.298 1.701A3.486 3.486 0 0 1 13 11.95v-1a2.495 2.495 0 0 0 .52-4.725l-.503-.227-.077-.548a3.968 3.968 0 0 0-7.43-1.357l-.403.734-.794-.266A.978.978 0 0 0 4 4.5a.989.989 0 0 0-.987.92L2.966 6l-.525.246A2.494 2.494 0 0 0 3.5 11zm6.62.675L9 13.295V7H8v6.26l-1.585-1.585-.707.707 2.81 2.81L9.708 14l1.618-1.618z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

@media (min-width: 1152px) {
  .global-controls-round[data-icon="download"][data-theme="darktheme"][scale="l"]:after, .global-controls-round[data-icon="download"][data-theme="darktheme"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232b2b2b' d='M24 12a5 5 0 0 1-5 5h-2v-1h2a3.99 3.99 0 0 0 .623-7.934l-.79-.124-.052-.798a5.293 5.293 0 0 0-10.214-1.57L8.17 6.59l-.977-.483A2.277 2.277 0 0 0 6.19 5.87a2.18 2.18 0 0 0-1.167.339 2.206 2.206 0 0 0-.98 1.395l-.113.505-.476.2A4 4 0 0 0 5 16h3v1H5a5 5 0 0 1-1.934-9.611 3.21 3.21 0 0 1 1.422-2.025 3.17 3.17 0 0 1 1.702-.493 3.268 3.268 0 0 1 1.446.34 6.293 6.293 0 0 1 12.143 1.867A4.988 4.988 0 0 1 24 12zm-11-1h-1v10.292l-2.646-2.646-.707.707 3.854 3.854 3.853-3.852-.707-.707L13 21.294z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
  .global-controls-round[data-icon="download"][data-theme="darktheme"][scale="l"]:hover:after, .global-controls-round[data-icon="download"][data-theme="darktheme"][scale="l"]:focus:after, .global-controls-round[data-icon="download"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="download"][data-theme="darktheme"][scale="xl"]:focus:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M24 12a5 5 0 0 1-5 5h-2v-1h2a3.99 3.99 0 0 0 .623-7.934l-.79-.124-.052-.798a5.293 5.293 0 0 0-10.214-1.57L8.17 6.59l-.977-.483A2.277 2.277 0 0 0 6.19 5.87a2.18 2.18 0 0 0-1.167.339 2.206 2.206 0 0 0-.98 1.395l-.113.505-.476.2A4 4 0 0 0 5 16h3v1H5a5 5 0 0 1-1.934-9.611 3.21 3.21 0 0 1 1.422-2.025 3.17 3.17 0 0 1 1.702-.493 3.268 3.268 0 0 1 1.446.34 6.293 6.293 0 0 1 12.143 1.867A4.988 4.988 0 0 1 24 12zm-11-1h-1v10.292l-2.646-2.646-.707.707 3.854 3.854 3.853-3.852-.707-.707L13 21.294z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }

@media (min-width: 90em) {
  .global-controls-round[data-icon="download"][data-theme="darktheme"][scale="xl"]:after {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%232b2b2b' d='M31.8 16.704c0 3.489-2.765 6.296-5.238 6.296H24v-1h2.562c1.92 0 4.238-2.362 4.238-5.296a5.359 5.359 0 0 0-3.607-5.097l-.407-.138-.582-.198-.086-.608-.06-.425A7.953 7.953 0 0 0 18.462 3.2a7.647 7.647 0 0 0-6.683 4.187l-.259.488-.37.696-.763-.197-.535-.138a3.474 3.474 0 0 0-.874-.13 2.943 2.943 0 0 0-3.024 2.766l-.022.404-.031.573-.51.262-.357.183A5.173 5.173 0 0 0 2.2 16.897c0 2.653 2.166 5.085 4.545 5.103H11v1H6.737C3.733 22.978 1.2 19.988 1.2 16.897a6.169 6.169 0 0 1 3.378-5.493l.357-.183.022-.402a3.93 3.93 0 0 1 4.022-3.713 4.432 4.432 0 0 1 1.125.162l.534.138.26-.488A8.645 8.645 0 0 1 18.462 2.2a8.956 8.956 0 0 1 8.584 7.897l.06.425.408.138a6.358 6.358 0 0 1 4.285 6.044zM18 14h-1v15.354l-2.646-2.647-.707.707 3.853 3.854 3.854-3.854-.707-.707L18 29.354z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); }
  .global-controls-round[data-icon="download"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="download"][data-theme="darktheme"][scale="xl"]:focus:after {
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M31.8 16.704c0 3.489-2.765 6.296-5.238 6.296H24v-1h2.562c1.92 0 4.238-2.362 4.238-5.296a5.359 5.359 0 0 0-3.607-5.097l-.407-.138-.582-.198-.086-.608-.06-.425A7.953 7.953 0 0 0 18.462 3.2a7.647 7.647 0 0 0-6.683 4.187l-.259.488-.37.696-.763-.197-.535-.138a3.474 3.474 0 0 0-.874-.13 2.943 2.943 0 0 0-3.024 2.766l-.022.404-.031.573-.51.262-.357.183A5.173 5.173 0 0 0 2.2 16.897c0 2.653 2.166 5.085 4.545 5.103H11v1H6.737C3.733 22.978 1.2 19.988 1.2 16.897a6.169 6.169 0 0 1 3.378-5.493l.357-.183.022-.402a3.93 3.93 0 0 1 4.022-3.713 4.432 4.432 0 0 1 1.125.162l.534.138.26-.488A8.645 8.645 0 0 1 18.462 2.2a8.956 8.956 0 0 1 8.584 7.897l.06.425.408.138a6.358 6.358 0 0 1 4.285 6.044zM18 14h-1v15.354l-2.646-2.647-.707.707 3.853 3.854 3.854-3.854-.707-.707L18 29.354z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); } }

.global-controls-round[data-icon="enlarge"][scale="s"]:after, .global-controls-round[data-icon="enlarge"][scale="m"]:after, .global-controls-round[data-icon="enlarge"][scale="l"]:after, .global-controls-round[data-icon="enlarge"][scale="xl"]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M9 4v4h4v1H9v4H8V9H4V8h4V4z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

@media (min-width: 1152px) {
  .global-controls-round[data-icon="enlarge"][scale="l"]:after, .global-controls-round[data-icon="enlarge"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M6 12h6V6h1v6h6v1h-6v6h-1v-6H6z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }

@media (min-width: 90em) {
  .global-controls-round[data-icon="enlarge"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M16 17H8v-1h8V8h1v8h8v1h-8v8h-1z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); } }

.global-controls-round[data-icon="enlarge"][data-theme="darktheme"][scale="s"]:after, .global-controls-round[data-icon="enlarge"][data-theme="darktheme"][scale="m"]:after, .global-controls-round[data-icon="enlarge"][data-theme="darktheme"][scale="l"]:after, .global-controls-round[data-icon="enlarge"][data-theme="darktheme"][scale="xl"]:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%232b2b2b' d='M9 4v4h4v1H9v4H8V9H4V8h4V4z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

.global-controls-round[data-icon="enlarge"][data-theme="darktheme"][scale="s"]:hover:after, .global-controls-round[data-icon="enlarge"][data-theme="darktheme"][scale="s"]:focus:after, .global-controls-round[data-icon="enlarge"][data-theme="darktheme"][scale="m"]:hover:after, .global-controls-round[data-icon="enlarge"][data-theme="darktheme"][scale="m"]:focus:after, .global-controls-round[data-icon="enlarge"][data-theme="darktheme"][scale="l"]:hover:after, .global-controls-round[data-icon="enlarge"][data-theme="darktheme"][scale="l"]:focus:after, .global-controls-round[data-icon="enlarge"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="enlarge"][data-theme="darktheme"][scale="xl"]:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M9 4v4h4v1H9v4H8V9H4V8h4V4z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

@media (min-width: 1152px) {
  .global-controls-round[data-icon="enlarge"][data-theme="darktheme"][scale="l"]:after, .global-controls-round[data-icon="enlarge"][data-theme="darktheme"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232b2b2b' d='M6 12h6V6h1v6h6v1h-6v6h-1v-6H6z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
  .global-controls-round[data-icon="enlarge"][data-theme="darktheme"][scale="l"]:hover:after, .global-controls-round[data-icon="enlarge"][data-theme="darktheme"][scale="l"]:focus:after, .global-controls-round[data-icon="enlarge"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="enlarge"][data-theme="darktheme"][scale="xl"]:focus:after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M9 4v4h4v1H9v4H8V9H4V8h4V4z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); } }

@media (min-width: 90em) {
  .global-controls-round[data-icon="enlarge"][data-theme="darktheme"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%232b2b2b' d='M16 17H8v-1h8V8h1v8h8v1h-8v8h-1z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); } }

.global-controls-round[data-icon="enlarge"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="enlarge"][data-theme="darktheme"][scale="xl"]:focus:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M16 17H8v-1h8V8h1v8h8v1h-8v8h-1z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); }

.global-controls-round[data-icon="shrink"][scale="s"]:after, .global-controls-round[data-icon="shrink"][scale="m"]:after, .global-controls-round[data-icon="shrink"][scale="l"]:after, .global-controls-round[data-icon="shrink"][scale="xl"]:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M13 8v1H3V8z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

@media (min-width: 1152px) {
  .global-controls-round[data-icon="shrink"][scale="l"]:after, .global-controls-round[data-icon="shrink"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M3 12h18v1H3z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }

@media (min-width: 90em) {
  .global-controls-round[data-icon="shrink"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M27 17H5v-1h22z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); } }

.global-controls-round[data-icon="shrink"][data-theme="darktheme"][scale="s"]:after, .global-controls-round[data-icon="shrink"][data-theme="darktheme"][scale="m"]:after, .global-controls-round[data-icon="shrink"][data-theme="darktheme"][scale="l"]:after, .global-controls-round[data-icon="shrink"][data-theme="darktheme"][scale="xl"]:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13 8v1H3V8z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

.global-controls-round[data-icon="shrink"][data-theme="darktheme"][scale="s"]:hover:after, .global-controls-round[data-icon="shrink"][data-theme="darktheme"][scale="s"]:focus:after, .global-controls-round[data-icon="shrink"][data-theme="darktheme"][scale="m"]:hover:after, .global-controls-round[data-icon="shrink"][data-theme="darktheme"][scale="m"]:focus:after, .global-controls-round[data-icon="shrink"][data-theme="darktheme"][scale="l"]:hover:after, .global-controls-round[data-icon="shrink"][data-theme="darktheme"][scale="l"]:focus:after, .global-controls-round[data-icon="shrink"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="shrink"][data-theme="darktheme"][scale="xl"]:focus:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M13 8v1H3V8z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }

@media (min-width: 1152px) {
  .global-controls-round[data-icon="shrink"][data-theme="darktheme"][scale="l"]:after, .global-controls-round[data-icon="shrink"][data-theme="darktheme"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232b2b2b' d='M3 12h18v1H3z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
  .global-controls-round[data-icon="shrink"][data-theme="darktheme"][scale="l"]:hover:after, .global-controls-round[data-icon="shrink"][data-theme="darktheme"][scale="l"]:focus:after, .global-controls-round[data-icon="shrink"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="shrink"][data-theme="darktheme"][scale="xl"]:focus:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M3 12h18v1H3z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }

@media (min-width: 90em) {
  .global-controls-round[data-icon="shrink"][data-theme="darktheme"][scale="xl"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%232b2b2b' d='M27 17H5v-1h22z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); }
  .global-controls-round[data-icon="shrink"][data-theme="darktheme"][scale="xl"]:hover:after, .global-controls-round[data-icon="shrink"][data-theme="darktheme"][scale="xl"]:focus:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M27 17H5v-1h22z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); } }

.global-controls-paddles[data-theme="lighttheme"][scale="s"]:after, .global-controls-paddles[data-theme="lighttheme"][scale="l"]:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%232b2b2b' d='M6.793 12l7-7h1.414l-7 7 7 7h-1.414z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }

.global-controls-paddles[data-theme="lighttheme"][scale="s"]:hover:after, .global-controls-paddles[data-theme="lighttheme"][scale="s"]:focus:after, .global-controls-paddles[data-theme="lighttheme"][scale="l"]:hover:after, .global-controls-paddles[data-theme="lighttheme"][scale="l"]:focus:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23007ac2' d='M6.793 12l7-7h1.414l-7 7 7 7h-1.414z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }

@media (min-width: 476px) {
  .global-controls-paddles[data-theme="lighttheme"][scale="l"]:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%232b2b2b' d='M18.793 25l-9-9 9-9h1.414l-9 9 9 9z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); }
  .global-controls-paddles[data-theme="lighttheme"][scale="l"]:hover:after, .global-controls-paddles[data-theme="lighttheme"][scale="l"]:focus:after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23007ac2' d='M18.793 25l-9-9 9-9h1.414l-9 9 9 9z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); } }

.global-controls-paddles[data-theme="darktheme"][scale="l"]:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%239f9f9f' d='M18.793 25l-9-9 9-9h1.414l-9 9 9 9z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); }

.global-controls-paddles[data-theme="darktheme"][scale="l"]:hover:after, .global-controls-paddles[data-theme="darktheme"][scale="l"]:focus:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%230087D7' d='M18.793 25l-9-9 9-9h1.414l-9 9 9 9z'/%3E%3Cpath fill='none' d='M0 0h32v32H0z'/%3E%3C/svg%3E"); }

.global-controls-paddles[data-theme="darktheme"][scale="s"]:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%239f9f9f' d='M6.793 12l7-7h1.414l-7 7 7 7h-1.414z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }

.global-controls-paddles[data-theme="darktheme"][scale="s"]:hover:after, .global-controls-paddles[data-theme="darktheme"][scale="s"]:focus:after {
  background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230087D7' d='M6.793 12l7-7h1.414l-7 7 7 7h-1.414z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }

.garage-door-section {
  position: relative; }
  .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content {
    top: 10%;
    width: 100%; }
    .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content img {
      transform: scale(1.05); }
    .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content .ind-interactive-image_overlay {
      opacity: 1; }
    .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content .ind-interactive-image_title {
      margin-bottom: 0 !important; }
    .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content .btn {
      font-size: 9px;
      width: 100%; }
      @media (min-width: 768px) {
        .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content .btn {
          font-size: 14px; } }
    @media (min-width: 480px) {
      .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content {
        top: 30%; } }
    @media (min-width: 768px) {
      .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content {
        top: 25%; }
        .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content .ind-interactive-image_title {
          margin-bottom: 20px !important; }
        .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content .btn {
          margin: auto;
          width: 75%; } }
    @media (min-width: 1024px) {
      .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content {
        top: 15%; } }
    @media (min-width: 1440px) {
      .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content {
        top: 30%; } }
    .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content-title {
      margin-bottom: .5rem; }
      @media (min-width: 768px) {
        .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content-title {
          margin-bottom: .95rem; } }
      @media (min-width: 1024px) {
        .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content-title {
          margin-bottom: .75rem; } }
      @media (min-width: 1440px) {
        .garage-door-section .ind-interactive-image:focus-within .ind-interactive-image_content-title {
          margin-bottom: .75rem; } }
  .garage-door-section .ind-interactive-image {
    position: relative;
    overflow: hidden; }
    .garage-door-section .ind-interactive-image-title {
      margin-bottom: 2rem; }
    .garage-door-section .ind-interactive-image img {
      transition: all .45s ease-out; }
    .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within ~ img {
      transform: scale(1.05); }
    .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within ~ .ind-interactive-image_overlay {
      opacity: 1; }
    .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within {
      top: 10%;
      width: 100%; }
      .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within .ind-interactive-image_title {
        margin-bottom: 0 !important; }
      .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within .btn {
        font-size: 9px;
        width: 100%; }
        @media (min-width: 768px) {
          .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within .btn {
            font-size: 14px; } }
      @media (min-width: 480px) {
        .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within {
          top: 30%; } }
      @media (min-width: 768px) {
        .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within {
          top: 25%; }
          .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within .ind-interactive-image_title {
            margin-bottom: 20px !important; }
          .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within .btn {
            margin: auto;
            width: 75%; } }
      @media (min-width: 1024px) {
        .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within {
          top: 15%; } }
      @media (min-width: 1440px) {
        .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within {
          top: 30%; } }
      .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within-title {
        margin-bottom: .5rem; }
        @media (min-width: 768px) {
          .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within-title {
            margin-bottom: .95rem; } }
        @media (min-width: 1024px) {
          .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within-title {
            margin-bottom: .75rem; } }
        @media (min-width: 1440px) {
          .garage-door-section .ind-interactive-image .ind-interactive-image_content:focus-within-title {
            margin-bottom: .75rem; } }
    .garage-door-section .ind-interactive-image .ind-interactive-image_content .btn {
      font-size: 9px;
      width: 100%; }
      @media (min-width: 768px) {
        .garage-door-section .ind-interactive-image .ind-interactive-image_content .btn {
          font-size: 14px;
          margin: auto;
          width: 75%; } }
    .garage-door-section .ind-interactive-image:hover {
      cursor: pointer; }
      .garage-door-section .ind-interactive-image:hover img {
        transform: scale(1.05); }
      .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content {
        top: 10%;
        width: 100%; }
        .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content .ind-interactive-image_title {
          margin-bottom: 0 !important; }
        .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content .btn {
          font-size: 9px;
          width: 100%; }
          @media (min-width: 768px) {
            .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content .btn {
              font-size: 14px; } }
        @media (min-width: 480px) {
          .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content {
            top: 30%; } }
        @media (min-width: 768px) {
          .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content {
            top: 25%; }
            .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content .ind-interactive-image_title {
              margin-bottom: 20px !important; }
            .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content .btn {
              margin: auto;
              width: 75%; } }
        @media (min-width: 1024px) {
          .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content {
            top: 15%; } }
        @media (min-width: 1440px) {
          .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content {
            top: 30%; } }
        .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content-title {
          margin-bottom: .5rem; }
          @media (min-width: 768px) {
            .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content-title {
              margin-bottom: .95rem; } }
          @media (min-width: 1024px) {
            .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content-title {
              margin-bottom: .75rem; } }
          @media (min-width: 1440px) {
            .garage-door-section .ind-interactive-image:hover .ind-interactive-image_content-title {
              margin-bottom: .75rem; } }
      .garage-door-section .ind-interactive-image:hover .ind-interactive-image_overlay {
        opacity: 1; }
    .garage-door-section .ind-interactive-image:focus {
      cursor: pointer; }
      .garage-door-section .ind-interactive-image:focus img {
        transform: scale(1.05); }
      .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content {
        top: 10%;
        width: 100%; }
        .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content .ind-interactive-image_title {
          margin-bottom: 0 !important; }
        .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content .btn {
          font-size: 9px;
          width: 100%; }
          @media (min-width: 768px) {
            .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content .btn {
              font-size: 14px; } }
        @media (min-width: 480px) {
          .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content {
            top: 30%; } }
        @media (min-width: 768px) {
          .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content {
            top: 25%; }
            .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content .ind-interactive-image_title {
              margin-bottom: 20px !important; }
            .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content .btn {
              margin: auto;
              width: 75%; } }
        @media (min-width: 1024px) {
          .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content {
            top: 15%; } }
        @media (min-width: 1440px) {
          .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content {
            top: 30%; } }
        .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content-title {
          margin-bottom: .5rem; }
          @media (min-width: 768px) {
            .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content-title {
              margin-bottom: .95rem; } }
          @media (min-width: 1024px) {
            .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content-title {
              margin-bottom: .75rem; } }
          @media (min-width: 1440px) {
            .garage-door-section .ind-interactive-image:focus .ind-interactive-image_content-title {
              margin-bottom: .75rem; } }
      .garage-door-section .ind-interactive-image:focus .ind-interactive-image_overlay {
        opacity: 1; }
    .garage-door-section .ind-interactive-image_overlay {
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      left: 0;
      top: 0;
      height: 200%;
      right: 0;
      bottom: 0;
      opacity: 0;
      transition: all .5s ease-out;
      transform-origin: bottom bottom;
      z-index: 2; }
    .garage-door-section .ind-interactive-image_content {
      padding: 0 25px;
      position: absolute;
      top: 75%;
      transition: all .35s ease-out;
      text-align: center;
      width: 100%;
      z-index: 5; }
      @media (min-width: 0px) and (max-width: 568px) {
        .garage-door-section .ind-interactive-image_content .font-size--1 {
          font-size: 0.6rem;
          line-height: 1rem;
          margin-bottom: 7px; } }
      @media (min-width: 480px) {
        .garage-door-section .ind-interactive-image_content {
          top: 85%; } }
      @media (min-width: 768px) {
        .garage-door-section .ind-interactive-image_content {
          top: 87%;
          padding: 0 65px; }
          .garage-door-section .ind-interactive-image_content .font-size--1 {
            font-size: 1rem;
            line-height: 1.55rem;
            margin-bottom: 40px; } }
      @media (min-width: 768px) and (max-width: 1280px) {
        .garage-door-section .ind-interactive-image_content .font-size-1 {
          font-size: 1.5rem; } }
      @media (min-width: 1024px) and (max-width: 1280px) {
        .garage-door-section .ind-interactive-image_content {
          top: 82%;
          padding: 0 20px; }
          .garage-door-section .ind-interactive-image_content .font-size-1 {
            font-size: 1.2rem; }
          .garage-door-section .ind-interactive-image_content .font-size--1 {
            font-size: .80rem;
            line-height: 1.45rem;
            margin-bottom: 40px; } }
    .garage-door-section .ind-interactive-image_gradient {
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 3; }

.fifty-fifty_container {
  width: 100%;
  background: #f8f8f8; }
  @media (min-width: 1024px) {
    .fifty-fifty_container {
      height: 600px;
      align-items: center;
      display: flex;
      overflow: hidden; } }

.fifty-fifty_image {
  flex: 0 0 100%; }
  @media (min-width: 1024px) {
    .fifty-fifty_image {
      flex: 0 0 50%;
      height: 100%;
      padding-bottom: 0; } }
  @media (min-width: 1024px) {
    .fifty-fifty_image--foreground {
      max-width: none;
      height: 100%;
      width: 100%;
      object-fit: cover; } }

.fifty-fifty_content {
  flex: 0 0 100%;
  max-width: 90%;
  padding: 35px 0 45px; }
  .fifty-fifty_content p {
    width: 100%; }
  @media (min-width: 859px) {
    .fifty-fifty_content {
      flex: 0 0 50%;
      height: 100%;
      margin: 0;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
      .fifty-fifty_container--content-end .fifty-fifty_content {
        order: 2; } }

.fifty-fifty_content-container {
  padding: 0 30px;
  width: 90%; }
  @media (min-width: 1024px) {
    .fifty-fifty_content-container {
      max-width: 720px;
      width: 90%;
      align-self: flex-end;
      padding-inline-start: 10px;
      padding-inline-end: 6.7%;
      text-align: start; }
      .fifty-fifty_container--content-end .fifty-fifty_content-container {
        align-self: flex-start;
        padding-inline-start: 6.7%;
        padding-inline-end: 0; } }

.fifty-fifty_quotation-body {
  margin-bottom: 15px; }

.fifty-fifty_quotation-mark {
  height: 48px;
  width: 48px;
  margin-bottom: 0;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: repeat;
  padding-top: 0; }

.fifty-fifty_heading {
  margin-bottom: 15px; }

.fifty-fifty_cta1 {
  display: inline-block;
  transition: all .15s ease-in-out;
  background: none;
  margin: 40px 20px 20px 0; }
  .fifty-fifty_cta1:hover {
    background: transparent;
    box-shadow: inset 0 0 0 1px #0079C1;
    color: #005e95; }
    .fifty-fifty_cta1:hover svg {
      fill: #005e95; }
  .fifty-fifty_cta1[data-link-type]:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 13px;
    transition: all .25s ease-out;
    width: 13px;
    display: inline-block;
    margin-left: 4px; }
  .fifty-fifty_cta1[data-link-type='internal']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .fifty-fifty_cta1[data-link-type='external']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
  .fifty-fifty_cta1[data-link-type='video']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  .fifty-fifty_cta1[data-link-type='document']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  @media (min-width: 520px) {
    .fifty-fifty_cta1 {
      margin: 0 35px 20px 0;
      display: inline-block; } }
  @media (min-width: 860px) {
    .fifty-fifty_cta1 {
      margin: 30px 35px 0 0; } }

.fifty-fifty_cta2 {
  position: relative;
  text-decoration: none;
  width: auto;
  text-align: center;
  margin: 20px auto; }
  @media screen and (min-width: 768px) {
    .fifty-fifty_cta2 {
      left: 0px; } }
  .fifty-fifty_cta2:hover {
    text-decoration: none; }
  .fifty-fifty_cta2::before {
    background: #56a5d8;
    bottom: 0;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    transition: all .15s ease-out;
    width: 0; }
  .fifty-fifty_cta2[data-link-type]:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 13px;
    transition: all .25s ease-out;
    width: 13px;
    display: inline-block;
    margin-left: 4px; }
  .fifty-fifty_cta2:not(.no-hover):hover::before {
    width: 100%; }
  .fifty-fifty_cta2[data-link-type='internal']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .fifty-fifty_cta2[data-link-type='external']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
  .fifty-fifty_cta2[data-link-type='video']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  .fifty-fifty_cta2[data-link-type='document']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .fifty-fifty_cta2:hover[data-link-type='internal']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNWU5NSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .fifty-fifty_cta2:hover[data-link-type='external']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwNWU5NSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
  .fifty-fifty_cta2:hover[data-link-type='video']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDVlOTUiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  .fifty-fifty_cta2:hover[data-link-type='document']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDVlOTUiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }

html[dir="rtl"] body .fifty-fifty-rt .separator {
  margin-left: auto;
  margin-right: 0; }

html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_heading {
  text-align: right; }

html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_content p {
  text-align: right; }

html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_quotation-source, html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_quotation-designation {
  text-align: right; }

html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_cta-container {
  text-align: right; }

html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_cta1 {
  margin-left: 20px;
  margin-right: 0px; }
  @media (min-width: 520px) {
    html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_cta1 {
      margin: 0 0 20px 35px; } }
  @media (min-width: 860px) {
    html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_cta1 {
      margin: 0 0 0 35px; } }

html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_cta1[data-link-type]:not([data-link-type='video']):after, html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_cta2[data-link-type]:not([data-link-type='video']):after {
  transform: scaleX(-1);
  position: relative;
  right: 5px; }

html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_cta1[data-link-type][data-link-type='video']:after, html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_cta2[data-link-type][data-link-type='video']:after {
  right: 5px; }

html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_cta2 {
  margin: 20px 0; }
  @media (min-width: 520px) {
    html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_cta2 {
      margin: 0; } }

html[dir="rtl"] body .fifty-fifty-rt .btn-animated-border-bottom::after {
  left: auto;
  right: 0; }

html[dir="rtl"] body .fifty-fifty-rt .right-arrow {
  transform: scale(-1);
  margin-left: 0;
  margin-right: 5px; }

.event-detail {
  margin: 60px 0 30px;
  text-align: center; }
  @media (min-width: 600px) {
    .event-detail {
      text-align: left; } }
  .event-detail-registration {
    margin-bottom: 15px;
    border: 1px solid var(--calcite-ui-border-1);
    position: relative;
    text-align: left;
    overflow: auto;
    transition: all .25s ease-out; }
    .event-detail-registration:hover {
      border: 1px solid var(--calcite-ui-brand); }
    @media (max-width: 420px) {
      .event-detail-registration.grid-container {
        width: 100vw;
        max-width: 100vw; } }
    .event-detail-registration h2, .event-detail-registration p {
      margin: 0; }
    .event-detail-registration_heading {
      min-height: 85px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      background-color: var(--ed-heading-bg);
      color: var(--calcite-ui-text-1); }
      html[dir="rtl"] .event-detail-registration_heading {
        text-align: right; }
      .event-detail-registration_heading .registration-category {
        text-transform: uppercase; }
    .event-detail-registration_content {
      background: var(--calcite-ui-foreground-1); }
      .event-detail-registration_content .event-detail_details {
        padding: 10px 0 0 0;
        display: block; }
        @media (min-width: 768px) {
          .event-detail-registration_content .event-detail_details {
            display: flex; } }
        .event-detail-registration_content .event-detail_details-date-cost {
          display: block;
          flex-wrap: wrap;
          color: var(--calcite-ui-text-1); }
          @media (min-width: 1024px) {
            .event-detail-registration_content .event-detail_details-date-cost {
              display: flex;
              padding: 0;
              width: 30%;
              margin-bottom: 35px;
              flex-wrap: nowrap; } }
          html[dir="rtl"] .event-detail-registration_content .event-detail_details-date-cost {
            text-align: right;
            margin-right: 30px; }
            html[dir="rtl"] .event-detail-registration_content .event-detail_details-date-cost .event-time {
              direction: ltr; }
        .event-detail-registration_content .event-detail_details-date, .event-detail-registration_content .event-detail_details-cost {
          width: 100%; }
          @media (min-width: 1024px) {
            .event-detail-registration_content .event-detail_details-date, .event-detail-registration_content .event-detail_details-cost {
              width: 50%; } }
        .event-detail-registration_content .event-detail_details-date .event-date {
          color: var(--calcite-ui-text-1); }
        .event-detail-registration_content .event-detail_details-date .event-time {
          color: var(--calcite-ui-text-2); }
        .event-detail-registration_content .event-detail_details-cost {
          padding-left: 0;
          padding-top: 20px;
          color: var(--calcite-ui-text-2); }
          @media (min-width: 1024px) {
            .event-detail-registration_content .event-detail_details-cost {
              padding: 0 0 0 15px; } }
        .event-detail-registration_content .event-detail_details-info {
          overflow: hidden;
          position: relative;
          width: 100%;
          color: var(--calcite-ui-text-1); }
          @media screen and (max-width: 769px) {
            .event-detail-registration_content .event-detail_details-info {
              min-height: 80px;
              padding: 0; } }
          @media (min-width: 768px) {
            .event-detail-registration_content .event-detail_details-info {
              float: left;
              margin-bottom: 70px;
              width: 65%; } }
          .event-detail-registration_content .event-detail_details-info p {
            position: relative;
            z-index: 0; }
            @media (max-width: 768px) {
              .event-detail-registration_content .event-detail_details-info p {
                margin-bottom: 1rem; } }
        @media (min-width: 768px) {
          .event-detail-registration_content .event-detail_details .ind-register {
            text-align: right;
            position: absolute;
            bottom: 16px;
            right: 16px; }
            html[dir="rtl"] .event-detail-registration_content .event-detail_details .ind-register {
              left: 0;
              right: auto; } }

.video-card-container .video-card:hover {
  color: #005e95; }

.video-card-container .block-group-resources {
  text-align: left;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #ccc; }
  .video-card-container .block-group-resources .group-title-details {
    padding: 20px;
    position: relative; }
    .video-card-container .block-group-resources .group-title-details .group-title-heading {
      color: #323232;
      height: 78px;
      font-size: 1.2019rem;
      line-height: 1.55rem;
      letter-spacing: -0.05rem; }
  .video-card-container .block-group-resources .group-more-text p {
    font-size: 0.875rem;
    line-height: 1.55rem; }
  .video-card-container .block-group-resources:hover {
    border: 1px solid #56a5d8;
    cursor: pointer; }
    .video-card-container .block-group-resources:hover .video_play {
      background: #0079c1; }
  .video-card-container .block-group-resources .video_play {
    background: rgba(50, 50, 50, 0.9);
    border-radius: 100%;
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    z-index: 5;
    transition: all .25s ease-out; }
    .video-card-container .block-group-resources .video_play:after {
      content: "";
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 10px solid white;
      left: 52.5%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 0;
      width: 0; }
      .video-card-container .block-group-resources .video_play:after:hover {
        border-left: 9px solid #ffffff !important; }
    .video-card-container .block-group-resources .video_play:hover {
      background: #0079c1; }

.video-card-container .modal-content {
  max-height: 540px; }

.video-card-container .video_modal .video_placeholder {
  max-width: 100%;
  height: auto; }

@media (max-width: 959px) {
  .video-card-container .video-card .js-modal .modal-content {
    width: 90vw; }
    .video-card-container .video-card .js-modal .modal-content iframe.video_content, .video-card-container .video-card .js-modal .modal-content iframe.youtube {
      width: 100%; } }

.partner-logo {
  border: solid 1px #ccc;
  background-color: #fff;
  padding: 20px;
  margin-bottom: 15px; }
  .partner-logo:hover {
    border: solid 1px #0079c1; }
    .partner-logo:hover .card-content .card-content-bottom-link a .right-arrow-blue {
      fill: #0079c1;
      opacity: 1;
      visibility: visible;
      margin-left: 5px; }
  .partner-logo a:hover {
    text-decoration: none; }
  .partner-logo .card-content {
    padding: 0;
    height: auto;
    position: relative; }
    .partner-logo .card-content .card-title {
      margin-bottom: 0.775rem;
      font-size: 1.2019rem;
      line-height: 1.55rem;
      color: #323232;
      min-height: 60px; }
    .partner-logo .card-content .card-content-bottom-link {
      margin-bottom: 0; }
      .partner-logo .card-content .card-content-bottom-link a .right-arrow-blue {
        width: 12px;
        height: 12px;
        display: inline-block;
        margin-left: -5px;
        fill: #0079c1;
        visibility: hidden;
        opacity: 0;
        transition: visibility .4s, opacity 0.4s linear, all .5s ease-in-out; }
      .partner-logo .card-content .card-content-bottom-link a:hover {
        text-decoration: none; }
    .partner-logo .card-content .icon-container {
      min-height: 90px; }
      @media (min-width: 950px) {
        .partner-logo .card-content .icon-container {
          min-height: 100px; } }
  .partner-logo .card-text p {
    font-size: 0.8125rem;
    line-height: 1.55rem; }

.card-logo-text .lighttheme .card-logo {
  overflow: hidden;
  text-align: left;
  min-height: 240px;
  padding: 20px; }
  .card-logo-text .lighttheme .card-logo.icon-true {
    min-height: 64px; }
  @media screen and (min-width: 462px) {
    .card-logo-text .lighttheme .card-logo {
      position: relative; } }
  .card-logo-text .lighttheme .card-logo img {
    position: relative;
    fill: #4c4c4c; }
    @media screen and (min-width: 462px) {
      .card-logo-text .lighttheme .card-logo img {
        position: absolute;
        bottom: 0;
        left: 0; } }
    .card-logo-text .lighttheme .card-logo img.icon-true {
      width: 64px;
      height: auto; }

.card-logo-text .lighttheme .card-content h3 {
  color: #fff;
  font-size: 1.414rem;
  margin: 0 0 20px 0;
  letter-spacing: -0.05rem;
  line-height: 1.55rem;
  min-height: 52px; }

.card-logo-text .lighttheme .card-content .card-text {
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.9375rem;
  line-height: 1.55rem; }

.card-logo-text .lighttheme .card-content p a {
  color: #fff;
  padding-bottom: 10px; }

.card-logo-text .darktheme .card-logo {
  overflow: hidden;
  text-align: left;
  min-height: 240px;
  padding: 20px; }
  .card-logo-text .darktheme .card-logo.icon-true {
    min-height: 64px; }
  @media screen and (min-width: 462px) {
    .card-logo-text .darktheme .card-logo {
      position: relative; } }
  .card-logo-text .darktheme .card-logo img {
    position: relative;
    fill: #4c4c4c; }
    @media screen and (min-width: 462px) {
      .card-logo-text .darktheme .card-logo img {
        position: absolute;
        bottom: 0;
        left: 0; } }
    .card-logo-text .darktheme .card-logo img.icon-true {
      width: 64px;
      height: auto; }

.card-logo-text .darktheme .card-content h3 {
  color: #323232;
  font-size: 1.414rem;
  margin: 0 0 20px 0;
  letter-spacing: -0.05rem;
  line-height: 1.55rem;
  min-height: 52px; }

.card-logo-text .darktheme .card-content .card-text {
  color: #595959;
  font-size: 0.9375rem;
  line-height: 1.55rem; }

.card-logo-text .darktheme .card-content p a {
  padding-bottom: 10px; }

.card-content {
  height: auto !important; }

.card-events {
  border: solid 1px #ccc;
  margin-bottom: 20px; }
  .card-events:hover {
    border: solid 1px #56a5d8; }
    .card-events:hover .right-arrow-blue {
      fill: #0079c1;
      opacity: 1;
      visibility: visible;
      margin-left: 5px; }
  .card-events .card-background {
    min-height: 190px;
    position: relative; }
    .card-events .card-background .card-overlay {
      position: absolute;
      bottom: 0;
      background-color: rgba(255, 255, 255, 0.9);
      width: 100%;
      padding: 4px 4px 4px 10px; }
  .card-events .card-content {
    padding: 1rem;
    min-height: 220px;
    position: relative; }
    .card-events .card-content .bottom-link {
      position: absolute;
      bottom: 0;
      margin-bottom: 10px; }
  .card-events .right-arrow-blue {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: -5px;
    fill: #0079c1;
    visibility: hidden;
    opacity: 0;
    transition: visibility .4s, opacity 0.4s linear, all .5s ease-in-out; }
  .card-events .card-text p {
    color: #6e6e6e; }

.card-content a:hover {
  text-decoration: none; }

.card-content .icon-ui-right-arrow::before {
  content: "" !important;
  display: none; }

.card-content .svg-icon.icon {
  position: relative; }
  .card-content .svg-icon.icon::before {
    position: absolute;
    top: 50%;
    transform: translateY(-50%); }

.withbackground {
  border: solid 1px #ccc; }
  .withbackground .card-content {
    padding: 1rem; }
  .withbackground .right-arrow-blue {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: -5px;
    fill: #0079c1;
    visibility: hidden;
    opacity: 0;
    transition: visibility .4s, opacity 0.4s linear, all .5s ease-in-out; }
  .withbackground:hover {
    border: solid 1px #56a5d8; }
    .withbackground:hover .right-arrow-blue {
      fill: #0079c1;
      opacity: 1;
      visibility: visible;
      margin-left: 5px; }

.withlogo .block-group-partner {
  background: #fff;
  padding: 20px;
  border: 1px solid #ccc; }
  .withlogo .block-group-partner p.withlogo a .right-arrow-blue {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: -5px;
    fill: #0079c1;
    visibility: hidden;
    opacity: 0;
    transition: visibility .4s, opacity 0.4s linear, all .5s ease-in-out; }
  .withlogo .block-group-partner p.withlogo a:hover {
    text-decoration: none; }
  .withlogo .block-group-partner:hover {
    border: 1px solid #0079c1; }
    .withlogo .block-group-partner:hover p.withlogo a .right-arrow-blue {
      fill: #0079c1;
      opacity: 1;
      visibility: visible;
      margin-left: 5px; }
  .withlogo .block-group-partner h3 {
    height: 52px;
    font-weight: 500; }
  .withlogo .block-group-partner .group_icon {
    min-height: 90px;
    max-height: 90px; }

.withlogo-true.side-card {
  padding: 0 0 0 40px; }
  .withlogo-true.side-card .card-logo {
    min-height: 90px;
    max-height: 90px; }
  .withlogo-true.side-card .card-content .svg-icon {
    display: none; }

.withlogo-true.dark-bg-theme .card-content p a.btn-animated-border-bottom-blue {
  color: #fff; }
  .withlogo-true.dark-bg-theme .card-content p a.btn-animated-border-bottom-blue:hover {
    text-decoration: none; }

.withvideo .video-card:hover {
  color: #005e95; }

.withvideo .block-group-resources {
  text-align: left;
  margin-bottom: 10px;
  background: #fff;
  border: 1px solid #ccc; }
  .withvideo .block-group-resources .group-title-details {
    padding: 20px;
    position: relative; }
    .withvideo .block-group-resources .group-title-details .group-title-heading {
      color: #323232;
      height: 78px;
      font-size: 1.2019rem;
      line-height: 1.55rem;
      letter-spacing: -0.05rem; }
  .withvideo .block-group-resources .group-more-text p {
    font-size: 0.875rem;
    line-height: 1.55rem;
    padding: 0 20px 0 20px; }
  .withvideo .block-group-resources:hover {
    border: 1px solid #56a5d8;
    cursor: pointer; }
    .withvideo .block-group-resources:hover .video_play {
      background: #0079c1; }
  .withvideo .block-group-resources .video_play {
    background: rgba(50, 50, 50, 0.9);
    border-radius: 100%;
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    z-index: 5;
    transition: all .25s ease-out; }
    .withvideo .block-group-resources .video_play:after {
      content: "";
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 10px solid white;
      left: 52.5%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 0;
      width: 0; }
      .withvideo .block-group-resources .video_play:after:hover {
        border-left: 9px solid #ffffff !important; }
    .withvideo .block-group-resources .video_play:hover {
      background: #0079c1; }

.withvideo .modal-content {
  max-height: 540px; }

.withvideo .video_modal .video_placeholder {
  max-width: 100%;
  height: auto; }

.withvideo .modal-overlay {
  display: none; }
  .withvideo .modal-overlay.is-active {
    display: block;
    z-index: 10000; }

.withvideo .modal-content {
  background-color: transparent; }

@media (max-width: 959px) {
  .withvideo .modal-content {
    width: 90vw;
    background-color: transparent; }
    .withvideo .modal-content iframe.video_content, .withvideo .modal-content iframe.youtube {
      width: 100%; } }

.noimage {
  margin: 100px 0 100px 0; }
  .noimage .card-text {
    margin-bottom: 1.55rem; }
  @media screen and (max-width: 462px) {
    .noimage {
      margin: 50px 0 50px 0; } }
  .noimage .group-title h2 {
    font-weight: 400; }
  .noimage .group-title .bottom-link {
    color: #fff;
    font-weight: 400;
    position: relative;
    text-decoration: none; }
    .noimage .group-title .bottom-link::after {
      left: 0; }
  .noimage .group-title .card-last {
    height: 70px;
    margin-bottom: 10px; }
  .noimage.arcgispro-feature-text {
    margin: 0; }
  .noimage .arcgispro-feature-text .heading-title {
    color: #fff;
    margin-bottom: 0.775rem;
    font-size: 1.2019rem;
    line-height: 1.55rem; }
  .noimage .arcgispro-feature-text .card-text {
    color: #bcbcbc;
    font-size: 0.875rem;
    line-height: 1.55rem; }
  .noimage .arcgispro-feature-text.violet-text .card-text {
    color: #e3d7e6; }
  .noimage .arcgispro-feature-text.blue-text .card-text {
    color: #d7dde6; }
  .noimage.arcgispro-feature-text-light {
    margin: 0; }
  .noimage .arcgispro-feature-text-light .heading-title {
    color: #4c4c4c;
    margin-bottom: 0.775rem;
    font-size: 1.2019rem;
    line-height: 1.55rem; }
  .noimage .arcgispro-feature-text-light .card-text {
    color: #595959;
    font-size: 0.875rem;
    line-height: 1.55rem; }
  .noimage .arcgispro-feature-text-light a.btn-animated-border-bottom-white {
    color: #0079c1; }
  .noimage.card-border-box {
    border: thin solid #ccc;
    background-color: #fff;
    padding: 20px;
    margin: 0; }
    .noimage.card-border-box .card-border-box {
      margin-bottom: 0; }
    .noimage.card-border-box .heading-title {
      margin-bottom: 0.775rem;
      font-size: 0.9375rem;
      line-height: 1.55rem;
      font-weight: 500;
      font-style: normal; }
    .noimage.card-border-box .card-text {
      margin-bottom: 1.55rem; }
      .noimage.card-border-box .card-text p {
        height: 120px; }
    .noimage.card-border-box p {
      margin-bottom: 0;
      font-size: 0.8125rem;
      line-height: 1.55rem; }
      .noimage.card-border-box p .bottom-link {
        color: #0079c1;
        font-size: 0.9375rem;
        line-height: 1.55rem; }

.withlogo-true .card-logo {
  min-height: 240px;
  max-height: 240px;
  overflow: hidden;
  text-align: center; }
  @media screen and (min-width: 462px) {
    .withlogo-true .card-logo {
      position: relative; } }
  .withlogo-true .card-logo img {
    position: relative;
    fill: #4c4c4c; }
    @media screen and (min-width: 462px) {
      .withlogo-true .card-logo img {
        position: absolute;
        bottom: 0;
        left: 0; } }

.withlogo-true.white-card-icon {
  padding: 20px 0; }
  .withlogo-true.white-card-icon .card-logo {
    min-height: 60px;
    max-height: 60px;
    margin-bottom: 30px; }
    .withlogo-true.white-card-icon .card-logo img {
      width: 64px;
      height: 64px; }
  .withlogo-true.white-card-icon .card-content .card-title {
    height: 52px;
    font-weight: 400; }

.withlogo-true.arcgispro-icon {
  padding: 20px; }
  .withlogo-true.arcgispro-icon .card-logo {
    min-height: 60px;
    max-height: 60px; }
    .withlogo-true.arcgispro-icon .card-logo img {
      width: 48px;
      height: 48px; }
  .withlogo-true.arcgispro-icon .card-content {
    height: auto; }
    .withlogo-true.arcgispro-icon .card-content h3 {
      color: #fff;
      margin-bottom: 0.775rem;
      font-size: 1.2019rem;
      line-height: 1.55rem;
      font-weight: 500; }
    .withlogo-true.arcgispro-icon .card-content .card-text {
      font-size: 0.8125rem;
      line-height: 1.55rem;
      color: #fff; }
    .withlogo-true.arcgispro-icon .card-content a {
      font-size: 0.9375rem;
      line-height: 1.55rem;
      color: #fff; }
      .withlogo-true.arcgispro-icon .card-content a:hover {
        text-decoration: none; }

.withlogo-true.arcgispro-icon-dark .card-logo {
  min-height: 60px;
  max-height: 60px;
  text-align: left; }
  .withlogo-true.arcgispro-icon-dark .card-logo img {
    width: 48px;
    height: 48px; }

.withlogo-true.arcgispro-icon-dark .card-content {
  height: auto; }
  .withlogo-true.arcgispro-icon-dark .card-content h3 {
    color: #323232;
    font-weight: 400; }
    @media (min-width: 462px) {
      .withlogo-true.arcgispro-icon-dark .card-content h3 {
        height: 52px; } }
  .withlogo-true.arcgispro-icon-dark .card-content .card-text {
    font-size: 16px;
    line-height: 1.55rem;
    color: #4c4c4c;
    margin-bottom: 25px;
    height: 65px; }
  .withlogo-true.arcgispro-icon-dark .card-content a {
    font-size: 0.9375rem;
    line-height: 1.55rem;
    color: #0079c1; }
    .withlogo-true.arcgispro-icon-dark .card-content a:hover {
      text-decoration: none; }

.withlogo-true .card-content {
  padding-left: 0; }

.card-last {
  margin-bottom: 0 !important; }

.card-logo {
  min-height: 240px;
  max-height: 240px;
  overflow: hidden;
  position: relative; }

.card-content {
  padding-left: 0;
  position: relative;
  height: 220px; }
  .card-content .bottom-link {
    bottom: 0; }

.bottom-link {
  position: relative;
  text-decoration: none; }

.med-block {
  padding: 25px 30px;
  width: 100%; }
  .med-block .card-logo img {
    width: 48px;
    height: 48px; }
  .med-block .card-body .card-link {
    color: #0079c1;
    margin-bottom: 0.775rem; }
    .med-block .card-body .card-link a.btn {
      text-decoration: none;
      background: 0 0;
      border: thin solid #56a5d8;
      color: #56a5d8;
      transition: all .15s ease-in-out; }
      .med-block .card-body .card-link a.btn:hover {
        background: 0 0;
        border: thin solid #005e95;
        box-shadow: inset 0 0 0 2px #005e95;
        color: #005e95; }

.ecs__wrapper {
  overflow: hidden; }
  .ecs__wrapper *:focus, .ecs__wrapper *:focus-visible {
    outline: none; }
  .ecs__wrapper .ecs__header {
    font-size: 1.625rem;
    padding: var(--space-10) 0;
    text-align: center;
    margin: 0; }
    @media screen and (min-width: 667px) {
      .ecs__wrapper .ecs__header {
        font-size: 3.9vw; } }
    @media screen and (min-width: 1024px) {
      .ecs__wrapper .ecs__header {
        font-size: 2.5rem; } }
  .ecs__wrapper .ecs__main {
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
    position: relative;
    width: 100%;
    cursor: pointer; }
  .ecs__wrapper .ecs__panel {
    position: relative;
    overflow: hidden;
    text-align: center;
    flex: 1 0 100%;
    padding: var(--space-20) var(--space-5);
    background-position: center;
    transition: all .25s ease-in-out;
    --bg-color: var(--calcite-ui-background);
    color: var(--calcite-ui-text-1); }
    .ecs__wrapper .ecs__panel[theme='dark'], .ecs__wrapper .ecs__panel.calcite-theme-dark {
      --shadow-color: rgba(255, 255, 255, 0.7); }
    .ecs__wrapper .ecs__panel[theme='light'], .ecs__wrapper .ecs__panel.calcite-theme-light {
      --shadow-color: rgba(21, 21, 21, 0.7); }
  .ecs__wrapper .ecs__panel:hover {
    box-shadow: 0 0 0 10px inset var(--shadow-color); }
  .ecs__wrapper .ecs__panel:focus-within {
    box-shadow: 0 0 0 2px inset #151515, 0 0 0 10px inset var(--shadow-color); }
  .ecs__wrapper .ecs__title {
    font-weight: 300;
    line-height: 1.15;
    margin: 0 auto 1rem;
    position: relative;
    display: inline-block; }
  .ecs__wrapper .ecs__title--mega {
    font-weight: 700; }
    .ecs__wrapper .ecs__title--mega:after {
      margin-left: -24px; }
  .ecs__wrapper .ecs__panel__icon .icon-ui-svg,
  .ecs__wrapper .ecs__panel__icon .icon-ui-svg--base,
  .ecs__wrapper .ecs__panel__icon .icons-ui-svg,
  .ecs__wrapper .ecs__panel__icon .icons-ui-svg--base,
  .ecs__wrapper .ecs__panel__icon svg,
  .ecs__wrapper .ecs__panel__icon img.svg {
    max-height: 64px;
    max-width: 64px; }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) .ecs_number,
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) ~ .ecs__panel .ecs_number {
    font-size: 2rem; }
    @media screen and (min-width: 695px) {
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) .ecs_number,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) ~ .ecs__panel .ecs_number {
        font-size: 4.6vw; } }
    @media screen and (min-width: 1024px) {
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) .ecs_number,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) ~ .ecs__panel .ecs_number {
        font-size: 3rem; } }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) .ecs__title,
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) ~ .ecs__panel .ecs__title {
    font-size: 1.625rem;
    width: 80%; }
    @media screen and (min-width: 667px) {
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) .ecs__title,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) ~ .ecs__panel .ecs__title {
        font-size: 3.9vw; } }
    @media screen and (min-width: 1024px) {
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) .ecs__title,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) ~ .ecs__panel .ecs__title {
        font-size: 2.5rem; } }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) .ecs__title--mega,
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) ~ .ecs__panel .ecs__title--mega {
    font-size: 50px; }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) .ecs__body,
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) ~ .ecs__panel .ecs__body {
    line-height: 1.55;
    margin-bottom: 1rem;
    width: 100%; }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) .ecs__number,
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) ~ .ecs__panel .ecs__number {
    font-size: 1.625rem; }
    @media screen and (min-width: 829px) {
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) .ecs__number,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) ~ .ecs__panel .ecs__number {
        font-size: 3.13vw; } }
    @media screen and (min-width: 1024px) {
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) .ecs__number,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) ~ .ecs__panel .ecs__number {
        font-size: 2rem; } }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) .ecs__title,
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) ~ .ecs__panel .ecs__title {
    font-size: 1.625rem;
    width: 80%; }
    @media screen and (min-width: 829px) {
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) .ecs__title,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) ~ .ecs__panel .ecs__title {
        font-size: 3.13vw; } }
    @media screen and (min-width: 1024px) {
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) .ecs__title,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) ~ .ecs__panel .ecs__title {
        font-size: 2rem; } }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) .ecs__title--mega,
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) ~ .ecs__panel .ecs__title--mega {
    font-size: 50px; }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) .ecs__body,
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) ~ .ecs__panel .ecs__body {
    width: 75%; }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) .ecs__number,
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) ~ .ecs__panel .ecs__number {
    font-size: 1.625rem; }
    @media screen and (min-width: 667px) {
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) .ecs__number,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) ~ .ecs__panel .ecs__number {
        font-size: 3.9vw; } }
    @media screen and (min-width: 1024px) {
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) .ecs__number,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) ~ .ecs__panel .ecs__number {
        font-size: 2.5rem; } }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) .ecs__title,
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) ~ .ecs__panel .ecs__title {
    font-size: 1.25rem; }
    @media screen and (min-width: 787px) {
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) .ecs__title,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) ~ .ecs__panel .ecs__title {
        font-size: 2.54vw; } }
    @media screen and (min-width: 1024px) {
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) .ecs__title,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) ~ .ecs__panel .ecs__title {
        font-size: 1.625rem; } }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) .ecs__title--mega,
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) ~ .ecs__panel .ecs__title--mega {
    font-size: 50px; }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) .ecs__body,
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) ~ .ecs__panel .ecs__body {
    margin-bottom: 1rem;
    width: 95%; }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(4),
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) ~ .ecs__panel {
    flex-basis: 100%; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) .ecs__number,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) ~ .ecs__panel .ecs__number {
      font-size: 1.625rem; }
      @media screen and (min-width: 667px) {
        .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) .ecs__number,
        .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) ~ .ecs__panel .ecs__number {
          font-size: 3.9vw; } }
      @media screen and (min-width: 1024px) {
        .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) .ecs__number,
        .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) ~ .ecs__panel .ecs__number {
          font-size: 2.5rem; } }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) .ecs__title,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) ~ .ecs__panel .ecs__title {
      font-size: 1.25rem; }
      @media screen and (min-width: 787px) {
        .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) .ecs__title,
        .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) ~ .ecs__panel .ecs__title {
          font-size: 2.54vw; } }
      @media screen and (min-width: 1024px) {
        .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) .ecs__title,
        .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) ~ .ecs__panel .ecs__title {
          font-size: 1.625rem; } }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) .ecs__title--mega,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) ~ .ecs__panel .ecs__title--mega {
      font-size: 50px; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) .ecs__body,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) ~ .ecs__panel .ecs__body {
      margin-bottom: 1rem;
      width: 95%; }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) .ecs__number,
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) ~ .ecs__panel .ecs__number {
    font-size: 1.625rem; }
    @media screen and (min-width: 667px) {
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) .ecs__number,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) ~ .ecs__panel .ecs__number {
        font-size: 3.9vw; } }
    @media screen and (min-width: 1024px) {
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) .ecs__number,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) ~ .ecs__panel .ecs__number {
        font-size: 2.5rem; } }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) .ecs__title,
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) ~ .ecs__panel .ecs__title {
    font-size: 1.125rem; }
    @media screen and (min-width: 924px) {
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) .ecs__title,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) ~ .ecs__panel .ecs__title {
        font-size: 1.95vw; } }
    @media screen and (min-width: 1024px) {
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) .ecs__title,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) ~ .ecs__panel .ecs__title {
        font-size: 1.25rem; } }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) .ecs__title--mega,
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) ~ .ecs__panel .ecs__title--mega {
    font-size: 50px; }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) .ecs__body,
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) ~ .ecs__panel .ecs__body {
    margin-bottom: 1rem;
    width: 100%; }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(6),
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) ~ .ecs__panel {
    padding: var(--space-10) var(--space-5); }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) .ecs__number,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) ~ .ecs__panel .ecs__number {
      font-size: 1.625rem; }
      @media screen and (min-width: 829px) {
        .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) .ecs__number,
        .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) ~ .ecs__panel .ecs__number {
          font-size: 3.13vw; } }
      @media screen and (min-width: 1024px) {
        .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) .ecs__number,
        .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) ~ .ecs__panel .ecs__number {
          font-size: 2rem; } }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) .ecs__title,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) ~ .ecs__panel .ecs__title {
      font-size: 1.125rem; }
      @media screen and (min-width: 924px) {
        .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) .ecs__title,
        .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) ~ .ecs__panel .ecs__title {
          font-size: 1.95vw; } }
      @media screen and (min-width: 1024px) {
        .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) .ecs__title,
        .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) ~ .ecs__panel .ecs__title {
          font-size: 1.25rem; } }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) .ecs__title--mega,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) ~ .ecs__panel .ecs__title--mega {
      font-size: 50px; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) .ecs__body,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) ~ .ecs__panel .ecs__body {
      margin-bottom: 1rem;
      width: 90%; }
  @media (min-width: 640px) {
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) .ecs__title,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) ~ .ecs__panel .ecs__title {
      width: 48%; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) .ecs__body,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) ~ .ecs__panel .ecs__body {
      line-height: 1.55;
      margin-bottom: 1rem;
      width: 40%; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(2),
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) ~ .ecs__panel {
      flex: 0 0 50%;
      max-width: 50%; }
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) .ecs__content,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) ~ .ecs__panel .ecs__content {
        margin: auto;
        width: 90%; }
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) .ecs__number,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) ~ .ecs__panel .ecs__number {
        font-size: 2rem; } }
    @media screen and (min-width: 640px) and (min-width: 695px) {
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) .ecs__number,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) ~ .ecs__panel .ecs__number {
        font-size: 4.6vw; } }
    @media screen and (min-width: 640px) and (min-width: 1024px) {
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) .ecs__number,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) ~ .ecs__panel .ecs__number {
        font-size: 3rem; } }
  @media (min-width: 640px) {
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) .ecs__title,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) ~ .ecs__panel .ecs__title {
        width: 80%; }
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) .ecs__body,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) ~ .ecs__panel .ecs__body {
        margin-bottom: 1rem;
        width: 80%; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) + .ecs__panel,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) + .ecs__panel + .ecs__panel {
      flex: 0 0 100%;
      max-width: 100%; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(3),
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) ~ .ecs__panel {
      flex: 0 0 50%;
      max-width: 50%; }
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) .ecs__title,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) ~ .ecs__panel .ecs__title {
        width: 100%; }
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) .ecs__body,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) ~ .ecs__panel .ecs__body {
        width: 75%; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(4),
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) ~ .ecs__panel {
      flex: 0 0 50%;
      max-width: 50%; }
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) .ecs__body,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) ~ .ecs__panel .ecs__body {
        margin-bottom: 1rem;
        width: 95%; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) + .ecs__panel + .ecs__panel + .ecs__panel + .ecs__panel {
      flex: 0 0 100%;
      max-width: 100%; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(5),
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) ~ .ecs__panel {
      flex: 0 0 50%;
      max-width: 50%; }
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) .ecs__body,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) ~ .ecs__panel .ecs__body {
        margin-bottom: 1rem;
        width: 100%; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(6),
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) ~ .ecs__panel {
      flex: 0 0 50%;
      max-width: 50%; }
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) .ecs__body,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) ~ .ecs__panel .ecs__body {
        margin-bottom: 1rem;
        width: 100%; } }
  @media (min-width: 900px) {
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) .ecs__title--mega,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) ~ .ecs__panel .ecs__title--mega {
      font-size: 70px; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) .ecs__title--mega,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) ~ .ecs__panel .ecs__title--mega {
      font-size: 65px; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) + .ecs__panel,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) + .ecs__panel + .ecs__panel {
      flex: 0 0 33.33%;
      max-width: 33.33%; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(3),
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) ~ .ecs__panel {
      flex: 0 0 33.33%;
      max-width: 33.33%; }
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) .ecs__title--mega,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) ~ .ecs__panel .ecs__title--mega {
        font-size: 55px; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) .ecs__title--mega,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) ~ .ecs__panel .ecs__title--mega {
      font-size: 45px; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) .ecs__body,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) ~ .ecs__panel .ecs__body {
      margin-bottom: 1rem;
      width: 95%; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) + .ecs__panel + .ecs__panel + .ecs__panel,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) + .ecs__panel + .ecs__panel + .ecs__panel + .ecs__panel {
      flex: 0 0 50%;
      max-width: 50%; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(5),
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) ~ .ecs__panel {
      flex: 0 0 33.33%;
      max-width: 33.33%; }
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) .ecs__title--mega,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) ~ .ecs__panel .ecs__title--mega {
        font-size: 40px; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(6),
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) ~ .ecs__panel {
      flex: 0 0 33.33%;
      max-width: 33.33%; }
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) .ecs__title--mega,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) ~ .ecs__panel .ecs__title--mega {
        font-size: 35px; } }
  @media (min-width: 1024px) {
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(4),
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) ~ .ecs__panel {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 1280px) {
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(5),
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) ~ .ecs__panel,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) + .ecs__panel + .ecs__panel + .ecs__panel,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) + .ecs__panel + .ecs__panel + .ecs__panel + .ecs__panel {
      flex: 0 0 20%;
      max-width: 20%; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) .ecs__title--mega,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) ~ .ecs__panel .ecs__title--mega {
      font-size: 2.5vw; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(6),
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) ~ .ecs__panel {
      flex: 0 0 16.6666%;
      max-width: 16.6666%; } }
  @media (min-width: 1440px) {
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) .ecs__body,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) ~ .ecs__panel .ecs__body {
      width: 20%; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) .ecs__body,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) ~ .ecs__panel .ecs__body {
      width: 40%; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) .ecs__body,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) + .ecs__panel + .ecs__panel .ecs__body,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) ~ .ecs__panel .ecs__body, .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) .ecs__body,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) ~ .ecs__panel .ecs__body {
      width: 60%; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) .ecs__body,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) ~ .ecs__panel .ecs__body {
      width: 70%; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) .ecs__title--mega,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) ~ .ecs__panel .ecs__title--mega {
      font-size: 40px; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) .ecs__body,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) ~ .ecs__panel .ecs__body {
      width: 75%; } }
  .ecs__wrapper .ecs__content {
    align-self: center;
    position: relative;
    z-index: 3; }
    .ecs__wrapper .ecs__content .ctaIconlink {
      display: inline-block; }
    .ecs__wrapper .ecs__content .ecs__body {
      margin-left: auto;
      margin-right: auto; }
  .ecs__wrapper .ecs__body {
    line-height: 1.55;
    margin-bottom: 1rem; }
  .ecs__wrapper .ecs__link-wrapper {
    overflow: hidden;
    margin-bottom: 0;
    text-decoration: none; }
    .ecs__wrapper .ecs__link-wrapper[theme='light'], .ecs__wrapper .ecs__link-wrapper.dark-mode {
      color: #000000; }
      .ecs__wrapper .ecs__link-wrapper[theme='light'] .icons-ui-svg,
      .ecs__wrapper .ecs__link-wrapper[theme='light'] .icons-ui-svg--base,
      .ecs__wrapper .ecs__link-wrapper[theme='light'] .icon-ui-svg,
      .ecs__wrapper .ecs__link-wrapper[theme='light'] .icons,
      .ecs__wrapper .ecs__link-wrapper[theme='light'] .icon,
      .ecs__wrapper .ecs__link-wrapper[theme='light'] .Layer_1,
      .ecs__wrapper .ecs__link-wrapper[theme='light'] svg.Layer_1 g path,
      .ecs__wrapper .ecs__link-wrapper[theme='light'] svg path, .ecs__wrapper .ecs__link-wrapper.dark-mode .icons-ui-svg,
      .ecs__wrapper .ecs__link-wrapper.dark-mode .icons-ui-svg--base,
      .ecs__wrapper .ecs__link-wrapper.dark-mode .icon-ui-svg,
      .ecs__wrapper .ecs__link-wrapper.dark-mode .icons,
      .ecs__wrapper .ecs__link-wrapper.dark-mode .icon,
      .ecs__wrapper .ecs__link-wrapper.dark-mode .Layer_1,
      .ecs__wrapper .ecs__link-wrapper.dark-mode svg.Layer_1 g path,
      .ecs__wrapper .ecs__link-wrapper.dark-mode svg path {
        fill: #000000; }
      .ecs__wrapper .ecs__link-wrapper[theme='light'] .ecs__link-label, .ecs__wrapper .ecs__link-wrapper.dark-mode .ecs__link-label {
        color: #000000; }
      .ecs__wrapper .ecs__link-wrapper[theme='light'] calcite-link, .ecs__wrapper .ecs__link-wrapper.dark-mode calcite-link {
        filter: grayscale(1) contrast(1.5); }
    .ecs__wrapper .ecs__link-wrapper[theme='dark'], .ecs__wrapper .ecs__link-wrapper.light-mode {
      color: #ffffff; }
      .ecs__wrapper .ecs__link-wrapper[theme='dark'] .icons,
      .ecs__wrapper .ecs__link-wrapper[theme='dark'] .icons-ui-svg,
      .ecs__wrapper .ecs__link-wrapper[theme='dark'] .icon-ui-svg,
      .ecs__wrapper .ecs__link-wrapper[theme='dark'] .icons-ui-svg--base,
      .ecs__wrapper .ecs__link-wrapper[theme='dark'] .Layer_1,
      .ecs__wrapper .ecs__link-wrapper[theme='dark'] svg.Layer_1 g path,
      .ecs__wrapper .ecs__link-wrapper[theme='dark'] svg path, .ecs__wrapper .ecs__link-wrapper.light-mode .icons,
      .ecs__wrapper .ecs__link-wrapper.light-mode .icons-ui-svg,
      .ecs__wrapper .ecs__link-wrapper.light-mode .icon-ui-svg,
      .ecs__wrapper .ecs__link-wrapper.light-mode .icons-ui-svg--base,
      .ecs__wrapper .ecs__link-wrapper.light-mode .Layer_1,
      .ecs__wrapper .ecs__link-wrapper.light-mode svg.Layer_1 g path,
      .ecs__wrapper .ecs__link-wrapper.light-mode svg path {
        fill: #ffffff; }
      .ecs__wrapper .ecs__link-wrapper[theme='dark'] calcite-link, .ecs__wrapper .ecs__link-wrapper.light-mode calcite-link {
        filter: brightness(0) invert(1); }
  .ecs__wrapper a.ecs__link-wrapper:hover .ecs__link-label::after,
  .ecs__wrapper a.ecs__link-wrapper:focus .ecs__link-label::after {
    opacity: 1;
    visibility: visible;
    margin-left: 5px; }
  html[dir="rtl"] .ecs__wrapper a.ecs__link-wrapper:hover .ecs__link-label::after, html[dir="rtl"]
  .ecs__wrapper a.ecs__link-wrapper:focus .ecs__link-label::after {
    margin-right: 5px; }
  .ecs__wrapper a.ecs__link-wrapper:hover .ecs__title::after,
  .ecs__wrapper a.ecs__link-wrapper:focus .ecs__title::after {
    opacity: 1;
    margin-left: 10px; }
  html[dir="rtl"] .ecs__wrapper a.ecs__link-wrapper:hover .ecs__title::after, html[dir="rtl"]
  .ecs__wrapper a.ecs__link-wrapper:focus .ecs__title::after {
    margin-right: 10px; }

.elastic-content-strip.dark-mode {
  background-color: #000000; }
  .elastic-content-strip.dark-mode .ecs__header {
    color: #ffffff; }
  .elastic-content-strip.dark-mode .ecs__wrapper .ecs__main.ecs__main--hasTitle:before {
    border-top: 20px solid #000000; }

.detailed-list-item {
  max-width: 100%;
  margin-bottom: var(--space-20); }
  .detailed-list-item-title {
    color: var(--calcite-ui-text-1);
    font-size: var(--font-2); }
  .detailed-list-item-subtitle {
    color: var(--calcite-ui-text-2);
    font-size: var(--font-0); }
  .detailed-list-item-wrapper {
    border-bottom: solid 1px var(--calcite-ui-border-1);
    color: var(--calcite-ui-text-3);
    font-size: var(--font-1);
    padding: var(--space-4) 0; }
    .detailed-list-item-wrapper:last-of-type {
      border-bottom: none; }
    .detailed-list-item-wrapper p {
      color: var(--calcite-ui-text-1);
      margin: 0; }
  .detailed-list-item-description {
    color: var(--calcite-ui-text-1);
    font-size: var(--font-2);
    margin-bottom: 0;
    float: left; }
    [dir='rtl'] .detailed-list-item-description {
      float: right; }
  .detailed-list-item-description-content {
    border-bottom: solid 1px var(--calcite-ui-border-1);
    color: var(--calcite-ui-text-1);
    font-size: var(--font--2);
    padding: var(--space-4) 0;
    margin: 0; }
  .detailed-list-item-description_no-subtitle, .detailed-list-item-description_no-content {
    border-bottom: solid 1px var(--calcite-ui-border-1);
    padding-bottom: var(--space-4);
    margin-bottom: 0; }
  .detailed-list-item .icon-ui-check-mark:before, .detailed-list-item .icon-ui-close:before {
    color: var(--theme-color); }
  .detailed-list-item-image {
    margin-bottom: var(--space-4); }
    .detailed-list-item-image img {
      width: 48px;
      height: auto; }
  .detailed-list-item .detailed-list-primary-link a {
    padding: 0.375rem 0;
    color: #0079c1; }
    .detailed-list-item .detailed-list-primary-link a:after {
      border-bottom: 1px solid #0079c1; }
    html[dir="rtl"] .detailed-list-item .detailed-list-primary-link a {
      margin-right: 0;
      margin-left: 10px; }
      html[dir="rtl"] .detailed-list-item .detailed-list-primary-link a[href$=".mp4"] span:after, html[dir="rtl"] .detailed-list-item .detailed-list-primary-link a[href$=".mov"] span:after, html[dir="rtl"] .detailed-list-item .detailed-list-primary-link a[href^="https://www.esri.com/videos/"] span:after {
        transform: none; }
    .detailed-list-item .detailed-list-primary-link a span {
      position: relative; }
      .detailed-list-item .detailed-list-primary-link a span:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-in-out;
        width: 13px;
        display: inline-block;
        margin-left: 2px; }
        html[dir="rtl"] .detailed-list-item .detailed-list-primary-link a span:after {
          transform: scaleX(-1);
          margin-right: 2px; }
    .detailed-list-item .detailed-list-primary-link a[href*="esri.com"] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .detailed-list-item .detailed-list-primary-link a:not([href*="esri.com"]) span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
    .detailed-list-item .detailed-list-primary-link a[href$=".pdf"] span:after, .detailed-list-item .detailed-list-primary-link a[href$=".doc"] span:after, .detailed-list-item .detailed-list-primary-link a[href$=".zip"] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .detailed-list-item .detailed-list-primary-link a[href^="/"] span:after, .detailed-list-item .detailed-list-primary-link a[href^=".."] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .detailed-list-item .detailed-list-primary-link a[href$=".mp4"] span:after, .detailed-list-item .detailed-list-primary-link a[href$=".mov"] span:after, .detailed-list-item .detailed-list-primary-link a[href^="https://www.esri.com/videos/"] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .detailed-list-item .detailed-list-primary-link a[href*="tel:"] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .detailed-list-item-primarylink {
    padding: 0.375rem 0; }

.detailed-list {
  background-color: var(--calcite-ui-background);
  padding: var(--space-16) 0; }
  .detailed-list-content {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left; }
    .detailed-list-content_headertitle {
      margin-bottom: 0;
      color: var(--calcite-ui-text-1);
      font-size: var(--font-4); }
    .detailed-list-content_desc {
      color: var(--calcite-ui-text-2);
      margin-bottom: 50px; }
    .detailed-list-content.text-center hr.separator {
      margin-left: auto;
      margin-right: auto; }

html[dir="rtl"] .detailed-list .detailed-list-item-wrapper .icon-ui-check-mark, html[dir="rtl"] .detailed-list .detailed-list-item-wrapper .icon-ui-close {
  padding-left: 0.5rem; }

.cta-buttons--actions a[scale="xs"], .cta-buttons--actions-cta[scale="xs"] {
  padding: calc(1.55rem/ 6) calc(1.55rem* 0.3 + 20px) calc(1.55rem/ 6) calc(1.55rem* 0.3);
  font-size: 0.8125rem;
  line-height: 1.55rem; }
  html[dir="rtl"] .cta-buttons--actions a[scale="xs"], html[dir="rtl"] .cta-buttons--actions-cta[scale="xs"] {
    padding: calc(1.55rem/ 6) calc(1.55rem* 0.3) calc(1.55rem/ 6) calc(1.55rem* 0.3 + 20px);
    font-size: 0.8125rem;
    line-height: 1.55rem; }
  @media (max-width: 768px) {
    .cta-buttons--actions a[scale="xs"], .cta-buttons--actions-cta[scale="xs"] {
      padding: calc(1.55rem/ 3) calc(1.55rem* 0.75 + 16px) calc(1.55rem/ 3) calc(1.55rem* 0.75);
      font-size: 0.8125rem;
      line-height: 1.55rem; } }

@media (min-width: 768px) {
  .cta-buttons--actions a[scale="xl"], .cta-buttons--actions-cta[scale="xl"] {
    font-size: 16px; } }

.cta-buttons--actions a[scale="s"], .cta-buttons--actions-cta[scale="s"] {
  padding: calc(1.55rem/ 4) calc(1.55rem* 0.5 + 20px) calc(1.55rem/ 4) calc(1.55rem* 0.5);
  font-size: 0.875rem;
  line-height: 1.55rem; }
  html[dir="rtl"] .cta-buttons--actions a[scale="s"], html[dir="rtl"] .cta-buttons--actions-cta[scale="s"] {
    padding: calc(1.55rem/ 4) calc(1.55rem* 0.5) calc(1.55rem/ 4) calc(1.55rem* 0.5 + 20px);
    font-size: 0.875rem;
    line-height: 1.55rem; }
  @media (max-width: 768px) {
    .cta-buttons--actions a[scale="s"], .cta-buttons--actions-cta[scale="s"] {
      padding: calc(1.55rem/ 3) calc(1.55rem* 0.75 + 16px) calc(1.55rem/ 3) calc(1.55rem* 0.75);
      font-size: 0.8125rem;
      line-height: 1.55rem; } }

@media (min-width: 768px) {
  .cta-buttons--actions a[scale="xl"], .cta-buttons--actions-cta[scale="xl"] {
    font-size: 16px; } }

.cta-buttons--actions a[scale="m"], .cta-buttons--actions-cta[scale="m"] {
  padding: calc(1.55rem/ 3) calc(1.55rem* 0.75 + 16px) calc(1.55rem/ 3) calc(1.55rem* 0.75);
  font-size: 0.9375rem;
  line-height: 1.55rem; }
  html[dir="rtl"] .cta-buttons--actions a[scale="m"], html[dir="rtl"] .cta-buttons--actions-cta[scale="m"] {
    padding: calc(1.55rem/ 3) calc(1.55rem* 0.75) calc(1.55rem/ 3) calc(1.55rem* 0.75 + 16px);
    font-size: 0.9375rem;
    line-height: 1.55rem; }
  @media (max-width: 768px) {
    .cta-buttons--actions a[scale="m"], .cta-buttons--actions-cta[scale="m"] {
      padding: calc(1.55rem/ 3) calc(1.55rem* 0.75 + 16px) calc(1.55rem/ 3) calc(1.55rem* 0.75);
      font-size: 0.8125rem;
      line-height: 1.55rem; } }

@media (min-width: 768px) {
  .cta-buttons--actions a[scale="xl"], .cta-buttons--actions-cta[scale="xl"] {
    font-size: 16px; } }

.cta-buttons--actions a[scale="l"], .cta-buttons--actions-cta[scale="l"] {
  padding: calc(1.55rem / 2) calc(1.55rem* 1 + 24px) calc(1.55rem / 2) calc(1.55rem* 1);
  font-size: 1.2019rem;
  line-height: 1.55rem; }
  @media screen and (max-width: 71em) {
    .cta-buttons--actions a[scale="l"], .cta-buttons--actions-cta[scale="l"] {
      font-size: 1.1305rem; } }
  @media screen and (max-width: 47em) {
    .cta-buttons--actions a[scale="l"], .cta-buttons--actions-cta[scale="l"] {
      font-size: 1.0625rem; } }
  html[dir="rtl"] .cta-buttons--actions a[scale="l"], html[dir="rtl"] .cta-buttons--actions-cta[scale="l"] {
    padding: calc(1.55rem / 2) calc(1.55rem* 1) calc(1.55rem / 2) calc(1.55rem* 1 + 24px);
    font-size: 1.2019rem;
    line-height: 1.55rem; }
    @media screen and (max-width: 71em) {
      html[dir="rtl"] .cta-buttons--actions a[scale="l"], html[dir="rtl"] .cta-buttons--actions-cta[scale="l"] {
        font-size: 1.1305rem; } }
    @media screen and (max-width: 47em) {
      html[dir="rtl"] .cta-buttons--actions a[scale="l"], html[dir="rtl"] .cta-buttons--actions-cta[scale="l"] {
        font-size: 1.0625rem; } }
  @media (max-width: 768px) {
    .cta-buttons--actions a[scale="l"], .cta-buttons--actions-cta[scale="l"] {
      padding: calc(1.55rem/ 3) calc(1.55rem* 0.75 + 16px) calc(1.55rem/ 3) calc(1.55rem* 0.75);
      font-size: 0.8125rem;
      line-height: 1.55rem; } }

@media (min-width: 768px) {
  .cta-buttons--actions a[scale="xl"], .cta-buttons--actions-cta[scale="xl"] {
    font-size: 16px; } }

.cta-buttons--actions a[scale="xl"], .cta-buttons--actions-cta[scale="xl"] {
  padding: calc(1.55rem / 1.5) calc(1.55rem* 1.25 + 24px) calc(1.55rem / 1.5) calc(1.55rem* 1.25);
  font-size: 1.414rem;
  line-height: 1.55rem; }
  @media screen and (max-width: 71em) {
    .cta-buttons--actions a[scale="xl"], .cta-buttons--actions-cta[scale="xl"] {
      font-size: 1.33rem; } }
  @media screen and (max-width: 47em) {
    .cta-buttons--actions a[scale="xl"], .cta-buttons--actions-cta[scale="xl"] {
      font-size: 1.25rem; } }
  html[dir="rtl"] .cta-buttons--actions a[scale="xl"], html[dir="rtl"] .cta-buttons--actions-cta[scale="xl"] {
    padding: calc(1.55rem / 1.5) calc(1.55rem* 1.25) calc(1.55rem / 1.5) calc(1.55rem* 1.25 + 24px);
    font-size: 1.414rem;
    line-height: 1.55rem; }
    @media screen and (max-width: 71em) {
      html[dir="rtl"] .cta-buttons--actions a[scale="xl"], html[dir="rtl"] .cta-buttons--actions-cta[scale="xl"] {
        font-size: 1.33rem; } }
    @media screen and (max-width: 47em) {
      html[dir="rtl"] .cta-buttons--actions a[scale="xl"], html[dir="rtl"] .cta-buttons--actions-cta[scale="xl"] {
        font-size: 1.25rem; } }
  @media (max-width: 768px) {
    .cta-buttons--actions a[scale="xl"], .cta-buttons--actions-cta[scale="xl"] {
      padding: calc(1.55rem/ 3) calc(1.55rem* 0.75 + 16px) calc(1.55rem/ 3) calc(1.55rem* 0.75);
      font-size: 0.8125rem;
      line-height: 1.55rem; } }

@media (min-width: 768px) {
  .cta-buttons--actions a[scale="xl"], .cta-buttons--actions-cta[scale="xl"] {
    font-size: 16px; } }

.cta-buttons--actions a[scale="s"], .cta-buttons--actions a[scale="xs"], .cta-buttons--actions-cta[scale="s"], .cta-buttons--actions-cta[scale="xs"] {
  padding: calc(1.55rem/ 6) calc(1.55rem* 0.3 + 20px) calc(1.55rem/ 6) calc(1.55rem* 0.3); }

@media (max-width: 768px) {
  .cta-buttons--actions a[scale="l"], .cta-buttons--actions a[scale="xl"], .cta-buttons--actions-cta[scale="l"], .cta-buttons--actions-cta[scale="xl"] {
    font-size: 0.9375rem; } }

@media (max-width: 476px) {
  .cta-buttons--actions a[scale="m"], .cta-buttons--actions-cta[scale="m"] {
    padding: calc(1.55rem/ 6) calc(1.55rem* 0.3 + 24px) calc(1.55rem/ 6) calc(1.55rem* 0.3); } }

.btn-no-icons .cta-buttons--actions a[scale="xs"], .btn-no-icons .cta-buttons--actions-cta[scale="xs"], .btn-no-icons .cta-buttons--actions a[data-primary='true'][scale="xs"], .btn-no-icons .cta-buttons--actions-tertiary[scale="xs"], .black-buttons.btn-no-icons .cta-buttons--actions a[scale="xs"], .black-buttons.btn-no-icons .cta-buttons--actions-cta[scale="xs"], .black-buttons.btn-no-icons .cta-buttons--actions a[data-primary='true'][scale="xs"], .black-buttons.btn-no-icons .cta-buttons--actions-tertiary[scale="xs"], .white-buttons.btn-no-icons .cta-buttons--actions a[scale="xs"], .white-buttons.btn-no-icons .cta-buttons--actions-cta[scale="xs"], .white-buttons.btn-no-icons .cta-buttons--actions a[data-primary='true'][scale="xs"], .white-buttons.btn-no-icons .cta-buttons--actions-tertiary[scale="xs"] {
  padding: calc(1.55rem/ 6) calc(1.55rem* 0.3); }

.btn-no-icons .cta-buttons--actions a[scale="s"], .btn-no-icons .cta-buttons--actions-cta[scale="s"], .btn-no-icons .cta-buttons--actions a[data-primary='true'][scale="s"], .btn-no-icons .cta-buttons--actions-tertiary[scale="s"], .black-buttons.btn-no-icons .cta-buttons--actions a[scale="s"], .black-buttons.btn-no-icons .cta-buttons--actions-cta[scale="s"], .black-buttons.btn-no-icons .cta-buttons--actions a[data-primary='true'][scale="s"], .black-buttons.btn-no-icons .cta-buttons--actions-tertiary[scale="s"], .white-buttons.btn-no-icons .cta-buttons--actions a[scale="s"], .white-buttons.btn-no-icons .cta-buttons--actions-cta[scale="s"], .white-buttons.btn-no-icons .cta-buttons--actions a[data-primary='true'][scale="s"], .white-buttons.btn-no-icons .cta-buttons--actions-tertiary[scale="s"] {
  padding: calc(1.55rem/ 4) calc(1.55rem* 0.5); }

.btn-no-icons .cta-buttons--actions a[scale="m"], .btn-no-icons .cta-buttons--actions-cta[scale="m"], .btn-no-icons .cta-buttons--actions a[data-primary='true'][scale="m"], .btn-no-icons .cta-buttons--actions-tertiary[scale="m"], .black-buttons.btn-no-icons .cta-buttons--actions a[scale="m"], .black-buttons.btn-no-icons .cta-buttons--actions-cta[scale="m"], .black-buttons.btn-no-icons .cta-buttons--actions a[data-primary='true'][scale="m"], .black-buttons.btn-no-icons .cta-buttons--actions-tertiary[scale="m"], .white-buttons.btn-no-icons .cta-buttons--actions a[scale="m"], .white-buttons.btn-no-icons .cta-buttons--actions-cta[scale="m"], .white-buttons.btn-no-icons .cta-buttons--actions a[data-primary='true'][scale="m"], .white-buttons.btn-no-icons .cta-buttons--actions-tertiary[scale="m"] {
  padding: calc(1.55rem/ 3) calc(1.55rem* 0.75); }

.btn-no-icons .cta-buttons--actions a[scale="l"], .btn-no-icons .cta-buttons--actions-cta[scale="l"], .btn-no-icons .cta-buttons--actions a[data-primary='true'][scale="l"], .btn-no-icons .cta-buttons--actions-tertiary[scale="l"], .black-buttons.btn-no-icons .cta-buttons--actions a[scale="l"], .black-buttons.btn-no-icons .cta-buttons--actions-cta[scale="l"], .black-buttons.btn-no-icons .cta-buttons--actions a[data-primary='true'][scale="l"], .black-buttons.btn-no-icons .cta-buttons--actions-tertiary[scale="l"], .white-buttons.btn-no-icons .cta-buttons--actions a[scale="l"], .white-buttons.btn-no-icons .cta-buttons--actions-cta[scale="l"], .white-buttons.btn-no-icons .cta-buttons--actions a[data-primary='true'][scale="l"], .white-buttons.btn-no-icons .cta-buttons--actions-tertiary[scale="l"] {
  padding: calc(1.55rem/ 2) calc(1.55rem* 1); }

.btn-no-icons .cta-buttons--actions a[scale="xl"], .btn-no-icons .cta-buttons--actions-cta[scale="xl"], .btn-no-icons .cta-buttons--actions a[data-primary='true'][scale="xl"], .btn-no-icons .cta-buttons--actions-tertiary[scale="xl"], .black-buttons.btn-no-icons .cta-buttons--actions a[scale="xl"], .black-buttons.btn-no-icons .cta-buttons--actions-cta[scale="xl"], .black-buttons.btn-no-icons .cta-buttons--actions a[data-primary='true'][scale="xl"], .black-buttons.btn-no-icons .cta-buttons--actions-tertiary[scale="xl"], .white-buttons.btn-no-icons .cta-buttons--actions a[scale="xl"], .white-buttons.btn-no-icons .cta-buttons--actions-cta[scale="xl"], .white-buttons.btn-no-icons .cta-buttons--actions a[data-primary='true'][scale="xl"], .white-buttons.btn-no-icons .cta-buttons--actions-tertiary[scale="xl"] {
  padding: calc(1.55rem/ 1.5) calc(1.55rem* 1.25); }

.btn-no-icons .cta-buttons--actions a:after, .btn-no-icons .cta-buttons--actions-cta:after, .btn-no-icons .cta-buttons--actions a[data-primary='true']:after, .btn-no-icons .cta-buttons--actions-tertiary:after, .black-buttons.btn-no-icons .cta-buttons--actions a:after, .black-buttons.btn-no-icons .cta-buttons--actions-cta:after, .black-buttons.btn-no-icons .cta-buttons--actions a[data-primary='true']:after, .black-buttons.btn-no-icons .cta-buttons--actions-tertiary:after, .white-buttons.btn-no-icons .cta-buttons--actions a:after, .white-buttons.btn-no-icons .cta-buttons--actions-cta:after, .white-buttons.btn-no-icons .cta-buttons--actions a[data-primary='true']:after, .white-buttons.btn-no-icons .cta-buttons--actions-tertiary:after {
  background-image: none !important;
  width: 0 !important;
  margin: 0 !important; }

.cta-buttons-actions-link.cta-buttons--actions-tertiary.m {
  font-size: 1rem; }

.darktheme .cta-buttons, .dark-mode .cta-buttons, [data-theme="dark-mode"] .cta-buttons, [data-theme="darktheme"] .cta-buttons, [theme="dark"] .cta-buttons, .calcite-theme-dark .cta-buttons {
  position: relative; }
  .darktheme .cta-buttons--actions .play-button, .dark-mode .cta-buttons--actions .play-button, [data-theme="dark-mode"] .cta-buttons--actions .play-button, [data-theme="darktheme"] .cta-buttons--actions .play-button, [theme="dark"] .cta-buttons--actions .play-button, .calcite-theme-dark .cta-buttons--actions .play-button {
    position: relative;
    left: auto;
    top: auto;
    transform: none; }
  .darktheme .cta-buttons--actions-cta, .dark-mode .cta-buttons--actions-cta, [data-theme="dark-mode"] .cta-buttons--actions-cta, [data-theme="darktheme"] .cta-buttons--actions-cta, [theme="dark"] .cta-buttons--actions-cta, .calcite-theme-dark .cta-buttons--actions-cta {
    background: none;
    display: inline-block;
    width: auto;
    margin: 0 10px 10px 0;
    transition: all .25s ease-in-out;
    box-shadow: inset 0 0 0 1px #3db8ff;
    border: none;
    color: #3db8ff;
    position: relative;
    white-space: nowrap; }
    .darktheme .cta-buttons--actions-cta:hover, .darktheme .cta-buttons--actions-cta:focus, .dark-mode .cta-buttons--actions-cta:hover, .dark-mode .cta-buttons--actions-cta:focus, [data-theme="dark-mode"] .cta-buttons--actions-cta:hover, [data-theme="dark-mode"] .cta-buttons--actions-cta:focus, [data-theme="darktheme"] .cta-buttons--actions-cta:hover, [data-theme="darktheme"] .cta-buttons--actions-cta:focus, [theme="dark"] .cta-buttons--actions-cta:hover, [theme="dark"] .cta-buttons--actions-cta:focus, .calcite-theme-dark .cta-buttons--actions-cta:hover, .calcite-theme-dark .cta-buttons--actions-cta:focus {
      text-decoration: none;
      box-shadow: inset 0 0 0 3px #3db8ff; }
    html[dir="rtl"] .darktheme .cta-buttons--actions-cta[data-link-type='video']:after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[data-link-type='video']:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[data-link-type='video']:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[data-link-type='video']:after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[data-link-type='video']:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[data-link-type='video']:after {
      transform: scaleX(1) translateY(-50%); }
    html[dir="rtl"] .darktheme .cta-buttons--actions-cta:after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta:after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta:after {
      transform: scaleX(-1) translateY(-50%); }
    html[dir="rtl"] .darktheme .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after {
      transform: translateY(-50%); }
    .darktheme .cta-buttons--actions-cta:after, .dark-mode .cta-buttons--actions-cta:after, [data-theme="dark-mode"] .cta-buttons--actions-cta:after, [data-theme="darktheme"] .cta-buttons--actions-cta:after, [theme="dark"] .cta-buttons--actions-cta:after, .calcite-theme-dark .cta-buttons--actions-cta:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 16px;
      transition: all .25s ease-in-out;
      width: 16px;
      display: inline-block;
      margin-left: 5px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      bottom: -8px; }
    html[dir="rtl"] .darktheme .cta-buttons--actions-cta, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta {
      margin: 0 10px 10px 10px; }
      html[dir="rtl"] .darktheme .cta-buttons--actions-cta:after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta:after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta:after {
        margin-right: 6px;
        margin-left: 0;
        transform: scaleX(-1) translateY(-50%); }
      html[dir="rtl"] .darktheme .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after {
        transform: scaleX(1) translateY(-50%); }
    .darktheme .cta-buttons--actions-cta[href*="esri.com"]::after, .darktheme .cta-buttons--actions-cta [data-link-type="internal"], .dark-mode .cta-buttons--actions-cta[href*="esri.com"]::after, .dark-mode .cta-buttons--actions-cta [data-link-type="internal"], [data-theme="dark-mode"] .cta-buttons--actions-cta[href*="esri.com"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta [data-link-type="internal"], [data-theme="darktheme"] .cta-buttons--actions-cta[href*="esri.com"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta [data-link-type="internal"], [theme="dark"] .cta-buttons--actions-cta[href*="esri.com"]::after, [theme="dark"] .cta-buttons--actions-cta [data-link-type="internal"], .calcite-theme-dark .cta-buttons--actions-cta[href*="esri.com"]::after, .calcite-theme-dark .cta-buttons--actions-cta [data-link-type="internal"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons--actions-cta:not([href*="esri.com"])::after, .darktheme .cta-buttons--actions-cta [data-link-type="external"], .dark-mode .cta-buttons--actions-cta:not([href*="esri.com"])::after, .dark-mode .cta-buttons--actions-cta [data-link-type="external"], [data-theme="dark-mode"] .cta-buttons--actions-cta:not([href*="esri.com"])::after, [data-theme="dark-mode"] .cta-buttons--actions-cta [data-link-type="external"], [data-theme="darktheme"] .cta-buttons--actions-cta:not([href*="esri.com"])::after, [data-theme="darktheme"] .cta-buttons--actions-cta [data-link-type="external"], [theme="dark"] .cta-buttons--actions-cta:not([href*="esri.com"])::after, [theme="dark"] .cta-buttons--actions-cta [data-link-type="external"], .calcite-theme-dark .cta-buttons--actions-cta:not([href*="esri.com"])::after, .calcite-theme-dark .cta-buttons--actions-cta [data-link-type="external"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons--actions-cta[href$=".pdf"]::after, .darktheme .cta-buttons--actions-cta[href$=".doc"]::after, .darktheme .cta-buttons--actions-cta[href$=".zip"]::after, .darktheme .cta-buttons--actions-cta [data-link-type="document"], .dark-mode .cta-buttons--actions-cta[href$=".pdf"]::after, .dark-mode .cta-buttons--actions-cta[href$=".doc"]::after, .dark-mode .cta-buttons--actions-cta[href$=".zip"]::after, .dark-mode .cta-buttons--actions-cta [data-link-type="document"], [data-theme="dark-mode"] .cta-buttons--actions-cta[href$=".pdf"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[href$=".doc"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[href$=".zip"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta [data-link-type="document"], [data-theme="darktheme"] .cta-buttons--actions-cta[href$=".pdf"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[href$=".doc"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[href$=".zip"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta [data-link-type="document"], [theme="dark"] .cta-buttons--actions-cta[href$=".pdf"]::after, [theme="dark"] .cta-buttons--actions-cta[href$=".doc"]::after, [theme="dark"] .cta-buttons--actions-cta[href$=".zip"]::after, [theme="dark"] .cta-buttons--actions-cta [data-link-type="document"], .calcite-theme-dark .cta-buttons--actions-cta[href$=".pdf"]::after, .calcite-theme-dark .cta-buttons--actions-cta[href$=".doc"]::after, .calcite-theme-dark .cta-buttons--actions-cta[href$=".zip"]::after, .calcite-theme-dark .cta-buttons--actions-cta [data-link-type="document"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons--actions-cta[href^="/"]::after, .darktheme .cta-buttons--actions-cta[href^=".."]::after, .dark-mode .cta-buttons--actions-cta[href^="/"]::after, .dark-mode .cta-buttons--actions-cta[href^=".."]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[href^="/"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[href^=".."]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[href^="/"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[href^=".."]::after, [theme="dark"] .cta-buttons--actions-cta[href^="/"]::after, [theme="dark"] .cta-buttons--actions-cta[href^=".."]::after, .calcite-theme-dark .cta-buttons--actions-cta[href^="/"]::after, .calcite-theme-dark .cta-buttons--actions-cta[href^=".."]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons--actions-cta[href$=".mp4"]::after, .darktheme .cta-buttons--actions-cta[href$=".mov"]::after, .darktheme .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, .darktheme .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, .dark-mode .cta-buttons--actions-cta[href$=".mp4"]::after, .dark-mode .cta-buttons--actions-cta[href$=".mov"]::after, .dark-mode .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, .dark-mode .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[href$=".mp4"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[href$=".mov"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[href$=".mp4"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[href$=".mov"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, [theme="dark"] .cta-buttons--actions-cta[href$=".mp4"]::after, [theme="dark"] .cta-buttons--actions-cta[href$=".mov"]::after, [theme="dark"] .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, [theme="dark"] .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, .calcite-theme-dark .cta-buttons--actions-cta[href$=".mp4"]::after, .calcite-theme-dark .cta-buttons--actions-cta[href$=".mov"]::after, .calcite-theme-dark .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, .calcite-theme-dark .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons--actions-cta[href*="tel:"]::after, .dark-mode .cta-buttons--actions-cta[href*="tel:"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[href*="tel:"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[href*="tel:"]::after, [theme="dark"] .cta-buttons--actions-cta[href*="tel:"]::after, .calcite-theme-dark .cta-buttons--actions-cta[href*="tel:"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons--actions-cta[data-link-type='internal']::after, .dark-mode .cta-buttons--actions-cta[data-link-type='internal']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-link-type='internal']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-link-type='internal']::after, [theme="dark"] .cta-buttons--actions-cta[data-link-type='internal']::after, .calcite-theme-dark .cta-buttons--actions-cta[data-link-type='internal']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons--actions-cta[data-link-type='external']::after, .dark-mode .cta-buttons--actions-cta[data-link-type='external']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-link-type='external']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-link-type='external']::after, [theme="dark"] .cta-buttons--actions-cta[data-link-type='external']::after, .calcite-theme-dark .cta-buttons--actions-cta[data-link-type='external']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons--actions-cta[data-link-type='video']::after, .dark-mode .cta-buttons--actions-cta[data-link-type='video']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-link-type='video']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-link-type='video']::after, [theme="dark"] .cta-buttons--actions-cta[data-link-type='video']::after, .calcite-theme-dark .cta-buttons--actions-cta[data-link-type='video']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons--actions-cta[data-link-type='document']::after, .dark-mode .cta-buttons--actions-cta[data-link-type='document']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-link-type='document']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-link-type='document']::after, [theme="dark"] .cta-buttons--actions-cta[data-link-type='document']::after, .calcite-theme-dark .cta-buttons--actions-cta[data-link-type='document']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    @media (min-width: 768px) {
      .darktheme .cta-buttons--actions-cta[scale="l"]:after, .darktheme .cta-buttons--actions-cta[scale="xl"]:after, .dark-mode .cta-buttons--actions-cta[scale="l"]:after, .dark-mode .cta-buttons--actions-cta[scale="xl"]:after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"]:after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"]:after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"]:after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"]:after, [theme="dark"] .cta-buttons--actions-cta[scale="l"]:after, [theme="dark"] .cta-buttons--actions-cta[scale="xl"]:after, .calcite-theme-dark .cta-buttons--actions-cta[scale="l"]:after, .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 16px;
        transition: all .25s ease-in-out;
        width: 16px;
        display: inline-block;
        margin-left: 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        bottom: -8px; }
      .darktheme .cta-buttons--actions-cta[scale="l"]:after, .darktheme .cta-buttons--actions-cta[scale="xl"]:after, .dark-mode .cta-buttons--actions-cta[scale="l"]:after, .dark-mode .cta-buttons--actions-cta[scale="xl"]:after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"]:after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"]:after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"]:after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"]:after, [theme="dark"] .cta-buttons--actions-cta[scale="l"]:after, [theme="dark"] .cta-buttons--actions-cta[scale="xl"]:after, .calcite-theme-dark .cta-buttons--actions-cta[scale="l"]:after, .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"]:after {
        height: 24px;
        width: 24px;
        bottom: -8px; }
      html[dir="rtl"] .darktheme .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] .darktheme .cta-buttons--actions-cta[scale="xl"], html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[scale="xl"], html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"], html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"], html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[scale="xl"], html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"] {
        margin: 0 10px 10px 10px; }
        html[dir="rtl"] .darktheme .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[scale="xl"]:after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[scale="xl"]:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"]:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"]:after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[scale="xl"]:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"]:after {
          margin-right: 6px;
          margin-left: 0;
          transform: scaleX(-1) translateY(-50%); }
        html[dir="rtl"] .darktheme .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after {
          transform: scaleX(1) translateY(-50%); }
      .darktheme .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, .darktheme .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], .darktheme .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, .darktheme .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"], .dark-mode .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, .dark-mode .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], .dark-mode .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, .dark-mode .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"], [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"], [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"], [theme="dark"] .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, [theme="dark"] .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], [theme="dark"] .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, [theme="dark"] .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"], .calcite-theme-dark .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%233db8ff' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, .darktheme .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], .darktheme .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, .darktheme .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"], .dark-mode .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, .dark-mode .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], .dark-mode .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, .dark-mode .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"], [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"], [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"], [theme="dark"] .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, [theme="dark"] .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], [theme="dark"] .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, [theme="dark"] .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"], .calcite-theme-dark .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%233db8ff' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, .darktheme .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, .darktheme .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, .darktheme .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], .darktheme .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, .darktheme .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, .darktheme .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, .darktheme .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"], .dark-mode .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, .dark-mode .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, .dark-mode .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, .dark-mode .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], .dark-mode .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, .dark-mode .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, .dark-mode .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, .dark-mode .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"], [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"], [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"], [theme="dark"] .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, [theme="dark"] .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, [theme="dark"] .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, [theme="dark"] .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], [theme="dark"] .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, [theme="dark"] .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, [theme="dark"] .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, [theme="dark"] .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"], .calcite-theme-dark .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%233db8ff' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-cta[scale="l"][href^="/"]::after, .darktheme .cta-buttons--actions-cta[scale="l"][href^=".."]::after, .darktheme .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, .darktheme .cta-buttons--actions-cta[scale="xl"][href^=".."]::after, .dark-mode .cta-buttons--actions-cta[scale="l"][href^="/"]::after, .dark-mode .cta-buttons--actions-cta[scale="l"][href^=".."]::after, .dark-mode .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, .dark-mode .cta-buttons--actions-cta[scale="xl"][href^=".."]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"][href^="/"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"][href^=".."]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"][href^=".."]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"][href^="/"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"][href^=".."]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"][href^=".."]::after, [theme="dark"] .cta-buttons--actions-cta[scale="l"][href^="/"]::after, [theme="dark"] .cta-buttons--actions-cta[scale="l"][href^=".."]::after, [theme="dark"] .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, [theme="dark"] .cta-buttons--actions-cta[scale="xl"][href^=".."]::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="l"][href^="/"]::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="l"][href^=".."]::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"][href^=".."]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%233db8ff' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, .darktheme .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, .darktheme .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, .darktheme .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, .darktheme .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, .darktheme .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, .darktheme .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, .darktheme .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, .dark-mode .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, .dark-mode .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, .dark-mode .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, .dark-mode .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, .dark-mode .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, .dark-mode .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, .dark-mode .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, .dark-mode .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, [theme="dark"] .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, [theme="dark"] .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, [theme="dark"] .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, [theme="dark"] .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, [theme="dark"] .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, [theme="dark"] .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, [theme="dark"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, [theme="dark"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%233db8ff' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, .darktheme .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after, .dark-mode .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, .dark-mode .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after, [theme="dark"] .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, [theme="dark"] .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%233db8ff' d='M2.725 2.24a4.385 4.385 0 0 0-1.486 4.15 22.028 22.028 0 0 0 5.833 10.537A22.028 22.028 0 0 0 17.61 22.76a3.44 3.44 0 0 0 .851.108 4.804 4.804 0 0 0 3.3-1.594 2.623 2.623 0 0 0 .914-1.686l.316-2.295a1.055 1.055 0 0 0-.766-1.162l-4.468-1.225a1.055 1.055 0 0 0-1.14.409l-1.174 1.661a.626.626 0 0 1-.733.21 15.491 15.491 0 0 1-4.546-3.35 15.491 15.491 0 0 1-3.35-4.546.626.626 0 0 1 .21-.733L8.77 7.384a1.055 1.055 0 0 0 .41-1.141L7.952 1.776A1.054 1.054 0 0 0 6.79 1.01l-2.38.316a2.623 2.623 0 0 0-1.686.914zm.78.633a1.616 1.616 0 0 1 1.074-.56L6.936 2a.056.056 0 0 1 .052.04l1.226 4.468a.093.093 0 0 1-.002.046l-1.783 1.2a1.63 1.63 0 0 0-.548 1.902 16.158 16.158 0 0 0 3.575 4.888 16.158 16.158 0 0 0 4.888 3.575 1.62 1.62 0 0 0 .595.112 1.642 1.642 0 0 0 1.32-.677l1.173-1.662a.053.053 0 0 1 .047-.022l.013.001 4.467 1.226a.055.055 0 0 1 .04.06l-.311 2.261a1.618 1.618 0 0 1-.561 1.077l-.074.073a3.907 3.907 0 0 1-2.593 1.3 2.453 2.453 0 0 1-.604-.076 21.004 21.004 0 0 1-10.08-5.575A20.996 20.996 0 0 1 2.208 6.144a3.476 3.476 0 0 1 1.224-3.197z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, .darktheme .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after, .dark-mode .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, .dark-mode .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after, [theme="dark"] .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, [theme="dark"] .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%233db8ff' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, .darktheme .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after, .dark-mode .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, .dark-mode .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after, [theme="dark"] .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, [theme="dark"] .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%233db8ff' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, .darktheme .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after, .dark-mode .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, .dark-mode .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after, [theme="dark"] .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, [theme="dark"] .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%233db8ff' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, .darktheme .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after, .dark-mode .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, .dark-mode .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after, [theme="dark"] .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, [theme="dark"] .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, .calcite-theme-dark .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%233db8ff' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }
    .darktheme .cta-buttons--actions-cta[data-primary='true'], .dark-mode .cta-buttons--actions-cta[data-primary='true'], [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'], [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'], [theme="dark"] .cta-buttons--actions-cta[data-primary='true'], .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'] {
      background: #009af2;
      box-shadow: none;
      color: #2b2b2b; }
      .darktheme .cta-buttons--actions-cta[data-primary='true']:after, .dark-mode .cta-buttons--actions-cta[data-primary='true']:after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true']:after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true']:after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true']:after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true']:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 16px;
        transition: all .25s ease-in-out;
        width: 16px;
        display: inline-block;
        margin-left: 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        bottom: -8px; }
      html[dir="rtl"] .darktheme .cta-buttons--actions-cta[data-primary='true'], html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[data-primary='true'], html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'], html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'], html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[data-primary='true'], html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'] {
        margin: 0 10px 10px 10px; }
        html[dir="rtl"] .darktheme .cta-buttons--actions-cta[data-primary='true']:after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[data-primary='true']:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true']:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true']:after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[data-primary='true']:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true']:after {
          margin-right: 6px;
          margin-left: 0;
          transform: scaleX(-1) translateY(-50%); }
        html[dir="rtl"] .darktheme .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after {
          transform: scaleX(1) translateY(-50%); }
      .darktheme .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"], .dark-mode .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"], [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"], [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"], [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"], .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, .darktheme .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"], .dark-mode .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"], [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"], [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"], [theme="dark"] .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"], .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"], .dark-mode .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"], [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"], [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"], [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"], .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      @media (min-width: 768px) {
        .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after {
          content: "";
          background-repeat: no-repeat;
          background-size: contain;
          background-position: 50% 50%;
          height: 16px;
          transition: all .25s ease-in-out;
          width: 16px;
          display: inline-block;
          margin-left: 5px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          bottom: -8px; }
        .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after {
          height: 24px;
          width: 24px;
          bottom: -8px; }
        html[dir="rtl"] .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"], html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"], html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"], html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"], html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"], html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"] {
          margin: 0 10px 10px 10px; }
          html[dir="rtl"] .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after {
            margin-right: 6px;
            margin-left: 0;
            transform: scaleX(-1) translateY(-50%); }
          html[dir="rtl"] .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after {
            transform: scaleX(1) translateY(-50%); }
        .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"], .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"], [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"], [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"], [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"], .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"] {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"], .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"], [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"], [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"], [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"], .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"] {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"], .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"], [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"], [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"], [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"], .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"] {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M2.725 2.24a4.385 4.385 0 0 0-1.486 4.15 22.028 22.028 0 0 0 5.833 10.537A22.028 22.028 0 0 0 17.61 22.76a3.44 3.44 0 0 0 .851.108 4.804 4.804 0 0 0 3.3-1.594 2.623 2.623 0 0 0 .914-1.686l.316-2.295a1.055 1.055 0 0 0-.766-1.162l-4.468-1.225a1.055 1.055 0 0 0-1.14.409l-1.174 1.661a.626.626 0 0 1-.733.21 15.491 15.491 0 0 1-4.546-3.35 15.491 15.491 0 0 1-3.35-4.546.626.626 0 0 1 .21-.733L8.77 7.384a1.055 1.055 0 0 0 .41-1.141L7.952 1.776A1.054 1.054 0 0 0 6.79 1.01l-2.38.316a2.623 2.623 0 0 0-1.686.914zm.78.633a1.616 1.616 0 0 1 1.074-.56L6.936 2a.056.056 0 0 1 .052.04l1.226 4.468a.093.093 0 0 1-.002.046l-1.783 1.2a1.63 1.63 0 0 0-.548 1.902 16.158 16.158 0 0 0 3.575 4.888 16.158 16.158 0 0 0 4.888 3.575 1.62 1.62 0 0 0 .595.112 1.642 1.642 0 0 0 1.32-.677l1.173-1.662a.053.053 0 0 1 .047-.022l.013.001 4.467 1.226a.055.055 0 0 1 .04.06l-.311 2.261a1.618 1.618 0 0 1-.561 1.077l-.074.073a3.907 3.907 0 0 1-2.593 1.3 2.453 2.453 0 0 1-.604-.076 21.004 21.004 0 0 1-10.08-5.575A20.996 20.996 0 0 1 2.208 6.144a3.476 3.476 0 0 1 1.224-3.197z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, .dark-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, [theme="dark"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }
      .darktheme .cta-buttons--actions-cta[data-primary='true']:hover, .dark-mode .cta-buttons--actions-cta[data-primary='true']:hover, [data-theme="dark-mode"] .cta-buttons--actions-cta[data-primary='true']:hover, [data-theme="darktheme"] .cta-buttons--actions-cta[data-primary='true']:hover, [theme="dark"] .cta-buttons--actions-cta[data-primary='true']:hover, .calcite-theme-dark .cta-buttons--actions-cta[data-primary='true']:hover {
        background: #0089de; }
  .darktheme .cta-buttons--actions-tertiary, .dark-mode .cta-buttons--actions-tertiary, [data-theme="dark-mode"] .cta-buttons--actions-tertiary, [data-theme="darktheme"] .cta-buttons--actions-tertiary, [theme="dark"] .cta-buttons--actions-tertiary, .calcite-theme-dark .cta-buttons--actions-tertiary {
    font-weight: 400;
    font-style: normal;
    display: inline;
    padding: 0;
    outline: none;
    border: none;
    color: #3db8ff;
    white-space: initial;
    user-select: text;
    background-color: transparent;
    position: relative;
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(rgba(61, 184, 255, 0.4), rgba(61, 184, 255, 0.4));
    background-position: 0% 100%, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 0% 1px, 100% 1px;
    transition: all 0.15s ease-in-out, background-size 0.3s ease-in-out;
    padding: 0 !important;
    white-space: nowrap; }
    .darktheme .cta-buttons--actions-tertiary:after, .dark-mode .cta-buttons--actions-tertiary:after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary:after, [data-theme="darktheme"] .cta-buttons--actions-tertiary:after, [theme="dark"] .cta-buttons--actions-tertiary:after, .calcite-theme-dark .cta-buttons--actions-tertiary:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 16px;
      transition: all .25s ease-in-out;
      width: 16px;
      display: inline-block;
      margin-left: 5px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      bottom: -8px; }
    .darktheme .cta-buttons--actions-tertiary:after, .dark-mode .cta-buttons--actions-tertiary:after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary:after, [data-theme="darktheme"] .cta-buttons--actions-tertiary:after, [theme="dark"] .cta-buttons--actions-tertiary:after, .calcite-theme-dark .cta-buttons--actions-tertiary:after {
      height: 12px;
      width: 12px;
      bottom: initial; }
    html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary, html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary {
      margin: 0 10px 10px 10px; }
      html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary:after, html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary:after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary:after {
        margin-right: 6px;
        margin-left: 0;
        transform: scaleX(-1) translateY(-50%); }
      html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after {
        transform: scaleX(1) translateY(-50%); }
    .darktheme .cta-buttons--actions-tertiary[href*="esri.com"]::after, .darktheme .cta-buttons--actions-tertiary [data-link-type="internal"], .dark-mode .cta-buttons--actions-tertiary[href*="esri.com"]::after, .dark-mode .cta-buttons--actions-tertiary [data-link-type="internal"], [data-theme="dark-mode"] .cta-buttons--actions-tertiary[href*="esri.com"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary [data-link-type="internal"], [data-theme="darktheme"] .cta-buttons--actions-tertiary[href*="esri.com"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary [data-link-type="internal"], [theme="dark"] .cta-buttons--actions-tertiary[href*="esri.com"]::after, [theme="dark"] .cta-buttons--actions-tertiary [data-link-type="internal"], .calcite-theme-dark .cta-buttons--actions-tertiary[href*="esri.com"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary [data-link-type="internal"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, .darktheme .cta-buttons--actions-tertiary [data-link-type="external"], .dark-mode .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, .dark-mode .cta-buttons--actions-tertiary [data-link-type="external"], [data-theme="dark-mode"] .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary [data-link-type="external"], [data-theme="darktheme"] .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary [data-link-type="external"], [theme="dark"] .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, [theme="dark"] .cta-buttons--actions-tertiary [data-link-type="external"], .calcite-theme-dark .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, .calcite-theme-dark .cta-buttons--actions-tertiary [data-link-type="external"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons--actions-tertiary[href$=".pdf"]::after, .darktheme .cta-buttons--actions-tertiary[href$=".doc"]::after, .darktheme .cta-buttons--actions-tertiary[href$=".zip"]::after, .darktheme .cta-buttons--actions-tertiary [data-link-type="document"], .dark-mode .cta-buttons--actions-tertiary[href$=".pdf"]::after, .dark-mode .cta-buttons--actions-tertiary[href$=".doc"]::after, .dark-mode .cta-buttons--actions-tertiary[href$=".zip"]::after, .dark-mode .cta-buttons--actions-tertiary [data-link-type="document"], [data-theme="dark-mode"] .cta-buttons--actions-tertiary[href$=".pdf"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[href$=".doc"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[href$=".zip"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary [data-link-type="document"], [data-theme="darktheme"] .cta-buttons--actions-tertiary[href$=".pdf"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[href$=".doc"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[href$=".zip"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary [data-link-type="document"], [theme="dark"] .cta-buttons--actions-tertiary[href$=".pdf"]::after, [theme="dark"] .cta-buttons--actions-tertiary[href$=".doc"]::after, [theme="dark"] .cta-buttons--actions-tertiary[href$=".zip"]::after, [theme="dark"] .cta-buttons--actions-tertiary [data-link-type="document"], .calcite-theme-dark .cta-buttons--actions-tertiary[href$=".pdf"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[href$=".doc"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[href$=".zip"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary [data-link-type="document"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons--actions-tertiary[href^="/"]::after, .darktheme .cta-buttons--actions-tertiary[href^=".."]::after, .dark-mode .cta-buttons--actions-tertiary[href^="/"]::after, .dark-mode .cta-buttons--actions-tertiary[href^=".."]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[href^="/"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[href^=".."]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[href^="/"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[href^=".."]::after, [theme="dark"] .cta-buttons--actions-tertiary[href^="/"]::after, [theme="dark"] .cta-buttons--actions-tertiary[href^=".."]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[href^="/"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[href^=".."]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons--actions-tertiary[href$=".mp4"]::after, .darktheme .cta-buttons--actions-tertiary[href$=".mov"]::after, .darktheme .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, .darktheme .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, .dark-mode .cta-buttons--actions-tertiary[href$=".mp4"]::after, .dark-mode .cta-buttons--actions-tertiary[href$=".mov"]::after, .dark-mode .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, .dark-mode .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[href$=".mp4"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[href$=".mov"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[href$=".mp4"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[href$=".mov"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, [theme="dark"] .cta-buttons--actions-tertiary[href$=".mp4"]::after, [theme="dark"] .cta-buttons--actions-tertiary[href$=".mov"]::after, [theme="dark"] .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, [theme="dark"] .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[href$=".mp4"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[href$=".mov"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons--actions-tertiary[href*="tel:"]::after, .dark-mode .cta-buttons--actions-tertiary[href*="tel:"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[href*="tel:"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[href*="tel:"]::after, [theme="dark"] .cta-buttons--actions-tertiary[href*="tel:"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[href*="tel:"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons--actions-tertiary[data-link-type='internal']::after, .dark-mode .cta-buttons--actions-tertiary[data-link-type='internal']::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[data-link-type='internal']::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[data-link-type='internal']::after, [theme="dark"] .cta-buttons--actions-tertiary[data-link-type='internal']::after, .calcite-theme-dark .cta-buttons--actions-tertiary[data-link-type='internal']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons--actions-tertiary[data-link-type='external']::after, .dark-mode .cta-buttons--actions-tertiary[data-link-type='external']::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[data-link-type='external']::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[data-link-type='external']::after, [theme="dark"] .cta-buttons--actions-tertiary[data-link-type='external']::after, .calcite-theme-dark .cta-buttons--actions-tertiary[data-link-type='external']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons--actions-tertiary[data-link-type='video']::after, .dark-mode .cta-buttons--actions-tertiary[data-link-type='video']::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[data-link-type='video']::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[data-link-type='video']::after, [theme="dark"] .cta-buttons--actions-tertiary[data-link-type='video']::after, .calcite-theme-dark .cta-buttons--actions-tertiary[data-link-type='video']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons--actions-tertiary[data-link-type='document']::after, .dark-mode .cta-buttons--actions-tertiary[data-link-type='document']::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[data-link-type='document']::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[data-link-type='document']::after, [theme="dark"] .cta-buttons--actions-tertiary[data-link-type='document']::after, .calcite-theme-dark .cta-buttons--actions-tertiary[data-link-type='document']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons--actions-tertiary:after, .dark-mode .cta-buttons--actions-tertiary:after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary:after, [data-theme="darktheme"] .cta-buttons--actions-tertiary:after, [theme="dark"] .cta-buttons--actions-tertiary:after, .calcite-theme-dark .cta-buttons--actions-tertiary:after {
      position: relative !important;
      top: initial !important;
      transform: none; }
    html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary[data-link-type='video']:after, html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary[data-link-type='video']:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary[data-link-type='video']:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary[data-link-type='video']:after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary[data-link-type='video']:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary[data-link-type='video']:after {
      transform: none; }
    html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary:after, html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary:after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary:after {
      transform: scaleX(-1); }
    html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after {
      transform: none; }
    .darktheme .cta-buttons--actions-tertiary:hover, .darktheme .cta-buttons--actions-tertiary:focus, .dark-mode .cta-buttons--actions-tertiary:hover, .dark-mode .cta-buttons--actions-tertiary:focus, [data-theme="dark-mode"] .cta-buttons--actions-tertiary:hover, [data-theme="dark-mode"] .cta-buttons--actions-tertiary:focus, [data-theme="darktheme"] .cta-buttons--actions-tertiary:hover, [data-theme="darktheme"] .cta-buttons--actions-tertiary:focus, [theme="dark"] .cta-buttons--actions-tertiary:hover, [theme="dark"] .cta-buttons--actions-tertiary:focus, .calcite-theme-dark .cta-buttons--actions-tertiary:hover, .calcite-theme-dark .cta-buttons--actions-tertiary:focus {
      color: #3db8ff;
      background-size: 100% 1px, 100% 1px;
      text-decoration: none; }
      .darktheme .cta-buttons--actions-tertiary:hover .calcite-button--icon, .darktheme .cta-buttons--actions-tertiary:focus .calcite-button--icon, .dark-mode .cta-buttons--actions-tertiary:hover .calcite-button--icon, .dark-mode .cta-buttons--actions-tertiary:focus .calcite-button--icon, [data-theme="dark-mode"] .cta-buttons--actions-tertiary:hover .calcite-button--icon, [data-theme="dark-mode"] .cta-buttons--actions-tertiary:focus .calcite-button--icon, [data-theme="darktheme"] .cta-buttons--actions-tertiary:hover .calcite-button--icon, [data-theme="darktheme"] .cta-buttons--actions-tertiary:focus .calcite-button--icon, [theme="dark"] .cta-buttons--actions-tertiary:hover .calcite-button--icon, [theme="dark"] .cta-buttons--actions-tertiary:focus .calcite-button--icon, .calcite-theme-dark .cta-buttons--actions-tertiary:hover .calcite-button--icon, .calcite-theme-dark .cta-buttons--actions-tertiary:focus .calcite-button--icon {
        fill: #3db8ff; }
    .darktheme .cta-buttons--actions-tertiary:active, .dark-mode .cta-buttons--actions-tertiary:active, [data-theme="dark-mode"] .cta-buttons--actions-tertiary:active, [data-theme="darktheme"] .cta-buttons--actions-tertiary:active, [theme="dark"] .cta-buttons--actions-tertiary:active, .calcite-theme-dark .cta-buttons--actions-tertiary:active {
      color: #3db8ff;
      background-size: 100% 1px, 100% 1px; }
    .darktheme .cta-buttons--actions-tertiary.calcite-button--icon, .dark-mode .cta-buttons--actions-tertiary.calcite-button--icon, [data-theme="dark-mode"] .cta-buttons--actions-tertiary.calcite-button--icon, [data-theme="darktheme"] .cta-buttons--actions-tertiary.calcite-button--icon, [theme="dark"] .cta-buttons--actions-tertiary.calcite-button--icon, .calcite-theme-dark .cta-buttons--actions-tertiary.calcite-button--icon {
      fill: #3db8ff; }
    .darktheme .cta-buttons--actions-tertiary.calcite-loader, .dark-mode .cta-buttons--actions-tertiary.calcite-loader, [data-theme="dark-mode"] .cta-buttons--actions-tertiary.calcite-loader, [data-theme="darktheme"] .cta-buttons--actions-tertiary.calcite-loader, [theme="dark"] .cta-buttons--actions-tertiary.calcite-loader, .calcite-theme-dark .cta-buttons--actions-tertiary.calcite-loader {
      color: #3db8ff; }
    @media (min-width: 768px) {
      .darktheme .cta-buttons--actions-tertiary[scale="l"]:after, .darktheme .cta-buttons--actions-tertiary[scale="xl"]:after, .dark-mode .cta-buttons--actions-tertiary[scale="l"]:after, .dark-mode .cta-buttons--actions-tertiary[scale="xl"]:after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"]:after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"]:after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"]:after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"]:after, [theme="dark"] .cta-buttons--actions-tertiary[scale="l"]:after, [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"]:after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"]:after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 16px;
        transition: all .25s ease-in-out;
        width: 16px;
        display: inline-block;
        margin-left: 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        bottom: -8px; }
      html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary[scale="xl"], html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary[scale="xl"], html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"], html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"], html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"], html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"] {
        margin: 0 10px 10px 10px; }
        html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary[scale="xl"]:after, html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary[scale="xl"]:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"]:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"]:after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"]:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"]:after {
          margin-right: 6px;
          margin-left: 0;
          transform: scaleX(-1) translateY(-50%); }
        html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after {
          transform: scaleX(1) translateY(-50%); }
      .darktheme .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, .darktheme .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], .darktheme .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, .darktheme .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"], .dark-mode .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, .dark-mode .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], .dark-mode .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, .dark-mode .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"], [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"], [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"], [theme="dark"] .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"], .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, .darktheme .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], .darktheme .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, .darktheme .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"], .dark-mode .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, .dark-mode .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], .dark-mode .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, .dark-mode .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"], [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"], [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"], [theme="dark"] .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"], .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, .darktheme .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, .darktheme .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, .darktheme .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], .darktheme .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, .darktheme .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, .darktheme .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, .darktheme .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"], .dark-mode .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, .dark-mode .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, .dark-mode .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, .dark-mode .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], .dark-mode .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, .dark-mode .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, .dark-mode .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, .dark-mode .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"], [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"], [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"], [theme="dark"] .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"], .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, .darktheme .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, .darktheme .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, .darktheme .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after, .dark-mode .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, .dark-mode .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, .dark-mode .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, .dark-mode .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, .darktheme .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, .darktheme .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, .darktheme .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, .darktheme .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, .darktheme .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, .darktheme .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, .darktheme .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, .dark-mode .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, .dark-mode .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, .dark-mode .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, .dark-mode .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, .dark-mode .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, .dark-mode .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, .dark-mode .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, .dark-mode .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, .darktheme .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after, .dark-mode .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, .dark-mode .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, .darktheme .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after, .dark-mode .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, .dark-mode .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, .darktheme .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after, .dark-mode .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, .dark-mode .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, .darktheme .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after, .dark-mode .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, .dark-mode .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, .darktheme .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after, .dark-mode .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, .dark-mode .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, [data-theme="darktheme"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, [theme="dark"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, .calcite-theme-dark .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%233db8ff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); } }
  .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta {
    background: none;
    display: inline-block;
    width: auto;
    margin: 0 10px 10px 0;
    transition: all .25s ease-in-out;
    box-shadow: inset 0 0 0 1px #ff624d;
    border: none;
    color: #ff624d;
    position: relative;
    white-space: nowrap; }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:hover, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:focus, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:hover, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:focus, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:hover, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:focus, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:hover, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:focus, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:hover, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:focus, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:hover, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:focus {
      text-decoration: none;
      box-shadow: inset 0 0 0 3px #ff624d; }
    html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']:after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']:after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']:after {
      transform: scaleX(1) translateY(-50%); }
    html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after {
      transform: scaleX(-1) translateY(-50%); }
    html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after {
      transform: translateY(-50%); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 16px;
      transition: all .25s ease-in-out;
      width: 16px;
      display: inline-block;
      margin-left: 5px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      bottom: -8px; }
    html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta {
      margin: 0 10px 10px 10px; }
      html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after {
        margin-right: 6px;
        margin-left: 0;
        transform: scaleX(-1) translateY(-50%); }
      html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after {
        transform: scaleX(1) translateY(-50%); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="esri.com"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="internal"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="esri.com"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="internal"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="esri.com"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="internal"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="esri.com"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="internal"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="esri.com"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="internal"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="esri.com"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="internal"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff624d' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:not([href*="esri.com"])::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="external"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:not([href*="esri.com"])::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="external"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:not([href*="esri.com"])::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="external"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:not([href*="esri.com"])::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="external"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:not([href*="esri.com"])::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="external"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:not([href*="esri.com"])::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="external"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff624d' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".pdf"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".doc"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".zip"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="document"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".pdf"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".doc"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".zip"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="document"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".pdf"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".doc"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".zip"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="document"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".pdf"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".doc"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".zip"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="document"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".pdf"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".doc"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".zip"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="document"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".pdf"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".doc"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".zip"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="document"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff624d' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="/"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^=".."]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="/"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^=".."]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="/"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^=".."]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="/"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^=".."]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="/"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^=".."]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="/"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^=".."]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff624d' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff624d' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="tel:"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="tel:"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="tel:"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="tel:"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="tel:"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="tel:"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff624d' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='internal']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='internal']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='internal']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='internal']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='internal']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='internal']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff624d' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='external']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='external']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='external']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='external']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='external']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='external']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff624d' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff624d' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='document']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='document']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='document']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='document']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='document']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='document']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff624d' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    @media (min-width: 768px) {
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 16px;
        transition: all .25s ease-in-out;
        width: 16px;
        display: inline-block;
        margin-left: 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        bottom: -8px; }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after {
        height: 24px;
        width: 24px;
        bottom: -8px; }
      html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"], html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"], html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"], html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"], html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"], html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] {
        margin: 0 10px 10px 10px; }
        html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after {
          margin-right: 6px;
          margin-left: 0;
          transform: scaleX(-1) translateY(-50%); }
        html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after {
          transform: scaleX(1) translateY(-50%); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff624d' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff624d' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff624d' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="/"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^=".."]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^=".."]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="/"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^=".."]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^=".."]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="/"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^=".."]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^=".."]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="/"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^=".."]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^=".."]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="/"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^=".."]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^=".."]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="/"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^=".."]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^=".."]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff624d' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff624d' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff624d' d='M2.725 2.24a4.385 4.385 0 0 0-1.486 4.15 22.028 22.028 0 0 0 5.833 10.537A22.028 22.028 0 0 0 17.61 22.76a3.44 3.44 0 0 0 .851.108 4.804 4.804 0 0 0 3.3-1.594 2.623 2.623 0 0 0 .914-1.686l.316-2.295a1.055 1.055 0 0 0-.766-1.162l-4.468-1.225a1.055 1.055 0 0 0-1.14.409l-1.174 1.661a.626.626 0 0 1-.733.21 15.491 15.491 0 0 1-4.546-3.35 15.491 15.491 0 0 1-3.35-4.546.626.626 0 0 1 .21-.733L8.77 7.384a1.055 1.055 0 0 0 .41-1.141L7.952 1.776A1.054 1.054 0 0 0 6.79 1.01l-2.38.316a2.623 2.623 0 0 0-1.686.914zm.78.633a1.616 1.616 0 0 1 1.074-.56L6.936 2a.056.056 0 0 1 .052.04l1.226 4.468a.093.093 0 0 1-.002.046l-1.783 1.2a1.63 1.63 0 0 0-.548 1.902 16.158 16.158 0 0 0 3.575 4.888 16.158 16.158 0 0 0 4.888 3.575 1.62 1.62 0 0 0 .595.112 1.642 1.642 0 0 0 1.32-.677l1.173-1.662a.053.053 0 0 1 .047-.022l.013.001 4.467 1.226a.055.055 0 0 1 .04.06l-.311 2.261a1.618 1.618 0 0 1-.561 1.077l-.074.073a3.907 3.907 0 0 1-2.593 1.3 2.453 2.453 0 0 1-.604-.076 21.004 21.004 0 0 1-10.08-5.575A20.996 20.996 0 0 1 2.208 6.144a3.476 3.476 0 0 1 1.224-3.197z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff624d' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff624d' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff624d' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff624d' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] {
      background: #ff624d;
      color: #151515; }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 16px;
        transition: all .25s ease-in-out;
        width: 16px;
        display: inline-block;
        margin-left: 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        bottom: -8px; }
      html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'], html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'], html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'], html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'], html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'], html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] {
        margin: 0 10px 10px 10px; }
        html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after {
          margin-right: 6px;
          margin-left: 0;
          transform: scaleX(-1) translateY(-50%); }
        html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after {
          transform: scaleX(1) translateY(-50%); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      @media (min-width: 768px) {
        .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after {
          content: "";
          background-repeat: no-repeat;
          background-size: contain;
          background-position: 50% 50%;
          height: 16px;
          transition: all .25s ease-in-out;
          width: 16px;
          display: inline-block;
          margin-left: 5px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          bottom: -8px; }
        .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after {
          height: 24px;
          width: 24px;
          bottom: -8px; }
        html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"], html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"], html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"], html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"], html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"], html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] {
          margin: 0 10px 10px 10px; }
          html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after {
            margin-right: 6px;
            margin-left: 0;
            transform: scaleX(-1) translateY(-50%); }
          html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after {
            transform: scaleX(1) translateY(-50%); }
        .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"] {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"] {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"] {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M2.725 2.24a4.385 4.385 0 0 0-1.486 4.15 22.028 22.028 0 0 0 5.833 10.537A22.028 22.028 0 0 0 17.61 22.76a3.44 3.44 0 0 0 .851.108 4.804 4.804 0 0 0 3.3-1.594 2.623 2.623 0 0 0 .914-1.686l.316-2.295a1.055 1.055 0 0 0-.766-1.162l-4.468-1.225a1.055 1.055 0 0 0-1.14.409l-1.174 1.661a.626.626 0 0 1-.733.21 15.491 15.491 0 0 1-4.546-3.35 15.491 15.491 0 0 1-3.35-4.546.626.626 0 0 1 .21-.733L8.77 7.384a1.055 1.055 0 0 0 .41-1.141L7.952 1.776A1.054 1.054 0 0 0 6.79 1.01l-2.38.316a2.623 2.623 0 0 0-1.686.914zm.78.633a1.616 1.616 0 0 1 1.074-.56L6.936 2a.056.056 0 0 1 .052.04l1.226 4.468a.093.093 0 0 1-.002.046l-1.783 1.2a1.63 1.63 0 0 0-.548 1.902 16.158 16.158 0 0 0 3.575 4.888 16.158 16.158 0 0 0 4.888 3.575 1.62 1.62 0 0 0 .595.112 1.642 1.642 0 0 0 1.32-.677l1.173-1.662a.053.053 0 0 1 .047-.022l.013.001 4.467 1.226a.055.055 0 0 1 .04.06l-.311 2.261a1.618 1.618 0 0 1-.561 1.077l-.074.073a3.907 3.907 0 0 1-2.593 1.3 2.453 2.453 0 0 1-.604-.076 21.004 21.004 0 0 1-10.08-5.575A20.996 20.996 0 0 1 2.208 6.144a3.476 3.476 0 0 1 1.224-3.197z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:hover, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:hover, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:hover, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:hover, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:hover, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:hover {
        background: #e65240; }
  .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary {
    font-weight: 400;
    font-style: normal;
    display: inline;
    padding: 0;
    outline: none;
    border: none;
    color: #ff624d;
    white-space: initial;
    user-select: text;
    background-color: transparent;
    position: relative;
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(rgba(255, 98, 77, 0.4), rgba(255, 98, 77, 0.4));
    background-position: 0% 100%, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 0% 1px, 100% 1px;
    transition: all 0.15s ease-in-out, background-size 0.3s ease-in-out;
    padding: 0 !important;
    white-space: nowrap; }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 16px;
      transition: all .25s ease-in-out;
      width: 16px;
      display: inline-block;
      margin-left: 5px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      bottom: -8px; }
    html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary {
      margin: 0 10px 10px 10px; }
      html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after {
        margin-right: 6px;
        margin-left: 0;
        transform: scaleX(-1) translateY(-50%); }
      html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after {
        transform: scaleX(1) translateY(-50%); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href*="esri.com"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary [data-link-type="internal"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href*="esri.com"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary [data-link-type="internal"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href*="esri.com"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary [data-link-type="internal"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href*="esri.com"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary [data-link-type="internal"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href*="esri.com"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary [data-link-type="internal"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href*="esri.com"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary [data-link-type="internal"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff624d' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary [data-link-type="external"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary [data-link-type="external"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary [data-link-type="external"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary [data-link-type="external"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary [data-link-type="external"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary [data-link-type="external"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff624d' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".pdf"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".doc"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".zip"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary [data-link-type="document"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".pdf"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".doc"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".zip"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary [data-link-type="document"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".pdf"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".doc"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".zip"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary [data-link-type="document"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".pdf"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".doc"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".zip"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary [data-link-type="document"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".pdf"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".doc"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".zip"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary [data-link-type="document"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".pdf"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".doc"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".zip"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary [data-link-type="document"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff624d' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="/"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^=".."]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="/"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^=".."]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="/"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^=".."]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="/"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^=".."]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="/"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^=".."]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="/"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^=".."]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff624d' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff624d' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href*="tel:"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href*="tel:"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href*="tel:"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href*="tel:"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href*="tel:"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href*="tel:"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff624d' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='internal']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='internal']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='internal']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='internal']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='internal']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='internal']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff624d' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='external']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='external']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='external']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='external']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='external']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='external']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff624d' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='video']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='video']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='video']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='video']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='video']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='video']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff624d' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='document']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='document']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='document']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='document']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='document']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='document']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ff624d' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after {
      position: relative !important;
      top: initial !important;
      transform: none; }
    html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='video']:after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='video']:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='video']:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='video']:after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='video']:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[data-link-type='video']:after {
      transform: none; }
    html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:after {
      transform: scaleX(-1); }
    html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after {
      transform: none; }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:hover, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:focus, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:hover, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:focus, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:hover, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:focus, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:hover, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:focus, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:hover, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:focus, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:hover, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:focus {
      color: #ff624d;
      background-size: 100% 1px, 100% 1px;
      text-decoration: none; }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:hover .calcite-button--icon, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:focus .calcite-button--icon, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:hover .calcite-button--icon, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:focus .calcite-button--icon, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:hover .calcite-button--icon, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:focus .calcite-button--icon, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:hover .calcite-button--icon, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:focus .calcite-button--icon, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:hover .calcite-button--icon, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:focus .calcite-button--icon, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:hover .calcite-button--icon, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:focus .calcite-button--icon {
        fill: #ff624d; }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:active, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:active, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:active, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:active, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:active, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:active {
      color: #ff624d;
      background-size: 100% 1px, 100% 1px; }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary.calcite-button--icon, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary.calcite-button--icon, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary.calcite-button--icon, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary.calcite-button--icon, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary.calcite-button--icon, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary.calcite-button--icon {
      fill: #ff624d; }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary.calcite-loader, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary.calcite-loader, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary.calcite-loader, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary.calcite-loader, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary.calcite-loader, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary.calcite-loader {
      color: #ff624d; }
    @media (min-width: 768px) {
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 16px;
        transition: all .25s ease-in-out;
        width: 16px;
        display: inline-block;
        margin-left: 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        bottom: -8px; }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:after {
        height: 24px;
        width: 24px;
        bottom: -8px; }
      html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"], html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"], html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"], html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"], html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"], html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"] {
        margin: 0 10px 10px 10px; }
        html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:after {
          margin-right: 6px;
          margin-left: 0;
          transform: scaleX(-1) translateY(-50%); }
        html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after {
          transform: scaleX(1) translateY(-50%); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff624d' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff624d' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff624d' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff624d' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff624d' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff624d' d='M2.725 2.24a4.385 4.385 0 0 0-1.486 4.15 22.028 22.028 0 0 0 5.833 10.537A22.028 22.028 0 0 0 17.61 22.76a3.44 3.44 0 0 0 .851.108 4.804 4.804 0 0 0 3.3-1.594 2.623 2.623 0 0 0 .914-1.686l.316-2.295a1.055 1.055 0 0 0-.766-1.162l-4.468-1.225a1.055 1.055 0 0 0-1.14.409l-1.174 1.661a.626.626 0 0 1-.733.21 15.491 15.491 0 0 1-4.546-3.35 15.491 15.491 0 0 1-3.35-4.546.626.626 0 0 1 .21-.733L8.77 7.384a1.055 1.055 0 0 0 .41-1.141L7.952 1.776A1.054 1.054 0 0 0 6.79 1.01l-2.38.316a2.623 2.623 0 0 0-1.686.914zm.78.633a1.616 1.616 0 0 1 1.074-.56L6.936 2a.056.056 0 0 1 .052.04l1.226 4.468a.093.093 0 0 1-.002.046l-1.783 1.2a1.63 1.63 0 0 0-.548 1.902 16.158 16.158 0 0 0 3.575 4.888 16.158 16.158 0 0 0 4.888 3.575 1.62 1.62 0 0 0 .595.112 1.642 1.642 0 0 0 1.32-.677l1.173-1.662a.053.053 0 0 1 .047-.022l.013.001 4.467 1.226a.055.055 0 0 1 .04.06l-.311 2.261a1.618 1.618 0 0 1-.561 1.077l-.074.073a3.907 3.907 0 0 1-2.593 1.3 2.453 2.453 0 0 1-.604-.076 21.004 21.004 0 0 1-10.08-5.575A20.996 20.996 0 0 1 2.208 6.144a3.476 3.476 0 0 1 1.224-3.197z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff624d' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff624d' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff624d' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, [data-theme="dark-mode"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, [data-theme="darktheme"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ff624d' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }

.lighttheme .cta-buttons, .light-mode .cta-buttons, [data-theme="light-mode"] .cta-buttons, [data-theme="lighttheme"] .cta-buttons, [theme="light"] .cta-buttons, .calcite-theme-light .cta-buttons {
  position: relative; }
  .lighttheme .cta-buttons--actions .play-button, .light-mode .cta-buttons--actions .play-button, [data-theme="light-mode"] .cta-buttons--actions .play-button, [data-theme="lighttheme"] .cta-buttons--actions .play-button, [theme="light"] .cta-buttons--actions .play-button, .calcite-theme-light .cta-buttons--actions .play-button {
    position: relative;
    left: auto;
    top: auto;
    transform: none; }
  .lighttheme .cta-buttons--actions-cta, .light-mode .cta-buttons--actions-cta, [data-theme="light-mode"] .cta-buttons--actions-cta, [data-theme="lighttheme"] .cta-buttons--actions-cta, [theme="light"] .cta-buttons--actions-cta, .calcite-theme-light .cta-buttons--actions-cta {
    background: none;
    display: inline-block;
    width: auto;
    margin: 0 10px 10px 0;
    transition: all .25s ease-in-out;
    box-shadow: inset 0 0 0 1px #00619b;
    border: none;
    color: #00619b;
    position: relative;
    white-space: nowrap; }
    .lighttheme .cta-buttons--actions-cta:hover, .lighttheme .cta-buttons--actions-cta:focus, .light-mode .cta-buttons--actions-cta:hover, .light-mode .cta-buttons--actions-cta:focus, [data-theme="light-mode"] .cta-buttons--actions-cta:hover, [data-theme="light-mode"] .cta-buttons--actions-cta:focus, [data-theme="lighttheme"] .cta-buttons--actions-cta:hover, [data-theme="lighttheme"] .cta-buttons--actions-cta:focus, [theme="light"] .cta-buttons--actions-cta:hover, [theme="light"] .cta-buttons--actions-cta:focus, .calcite-theme-light .cta-buttons--actions-cta:hover, .calcite-theme-light .cta-buttons--actions-cta:focus {
      text-decoration: none;
      box-shadow: inset 0 0 0 3px #00619b; }
    html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[data-link-type='video']:after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[data-link-type='video']:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[data-link-type='video']:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[data-link-type='video']:after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[data-link-type='video']:after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[data-link-type='video']:after {
      transform: scaleX(1) translateY(-50%); }
    html[dir="rtl"] .lighttheme .cta-buttons--actions-cta:after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta:after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta:after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta:after {
      transform: scaleX(-1) translateY(-50%); }
    html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after {
      transform: translateY(-50%); }
    .lighttheme .cta-buttons--actions-cta:after, .light-mode .cta-buttons--actions-cta:after, [data-theme="light-mode"] .cta-buttons--actions-cta:after, [data-theme="lighttheme"] .cta-buttons--actions-cta:after, [theme="light"] .cta-buttons--actions-cta:after, .calcite-theme-light .cta-buttons--actions-cta:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 16px;
      transition: all .25s ease-in-out;
      width: 16px;
      display: inline-block;
      margin-left: 5px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      bottom: -8px; }
    html[dir="rtl"] .lighttheme .cta-buttons--actions-cta, html[dir="rtl"] .light-mode .cta-buttons--actions-cta, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta {
      margin: 0 10px 10px 10px; }
      html[dir="rtl"] .lighttheme .cta-buttons--actions-cta:after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta:after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta:after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta:after {
        margin-right: 6px;
        margin-left: 0;
        transform: scaleX(-1) translateY(-50%); }
      html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after {
        transform: scaleX(1) translateY(-50%); }
    .lighttheme .cta-buttons--actions-cta[href*="esri.com"]::after, .lighttheme .cta-buttons--actions-cta [data-link-type="internal"], .light-mode .cta-buttons--actions-cta[href*="esri.com"]::after, .light-mode .cta-buttons--actions-cta [data-link-type="internal"], [data-theme="light-mode"] .cta-buttons--actions-cta[href*="esri.com"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta [data-link-type="internal"], [data-theme="lighttheme"] .cta-buttons--actions-cta[href*="esri.com"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta [data-link-type="internal"], [theme="light"] .cta-buttons--actions-cta[href*="esri.com"]::after, [theme="light"] .cta-buttons--actions-cta [data-link-type="internal"], .calcite-theme-light .cta-buttons--actions-cta[href*="esri.com"]::after, .calcite-theme-light .cta-buttons--actions-cta [data-link-type="internal"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons--actions-cta:not([href*="esri.com"])::after, .lighttheme .cta-buttons--actions-cta [data-link-type="external"], .light-mode .cta-buttons--actions-cta:not([href*="esri.com"])::after, .light-mode .cta-buttons--actions-cta [data-link-type="external"], [data-theme="light-mode"] .cta-buttons--actions-cta:not([href*="esri.com"])::after, [data-theme="light-mode"] .cta-buttons--actions-cta [data-link-type="external"], [data-theme="lighttheme"] .cta-buttons--actions-cta:not([href*="esri.com"])::after, [data-theme="lighttheme"] .cta-buttons--actions-cta [data-link-type="external"], [theme="light"] .cta-buttons--actions-cta:not([href*="esri.com"])::after, [theme="light"] .cta-buttons--actions-cta [data-link-type="external"], .calcite-theme-light .cta-buttons--actions-cta:not([href*="esri.com"])::after, .calcite-theme-light .cta-buttons--actions-cta [data-link-type="external"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons--actions-cta[href$=".pdf"]::after, .lighttheme .cta-buttons--actions-cta[href$=".doc"]::after, .lighttheme .cta-buttons--actions-cta[href$=".zip"]::after, .lighttheme .cta-buttons--actions-cta [data-link-type="document"], .light-mode .cta-buttons--actions-cta[href$=".pdf"]::after, .light-mode .cta-buttons--actions-cta[href$=".doc"]::after, .light-mode .cta-buttons--actions-cta[href$=".zip"]::after, .light-mode .cta-buttons--actions-cta [data-link-type="document"], [data-theme="light-mode"] .cta-buttons--actions-cta[href$=".pdf"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[href$=".doc"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[href$=".zip"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta [data-link-type="document"], [data-theme="lighttheme"] .cta-buttons--actions-cta[href$=".pdf"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[href$=".doc"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[href$=".zip"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta [data-link-type="document"], [theme="light"] .cta-buttons--actions-cta[href$=".pdf"]::after, [theme="light"] .cta-buttons--actions-cta[href$=".doc"]::after, [theme="light"] .cta-buttons--actions-cta[href$=".zip"]::after, [theme="light"] .cta-buttons--actions-cta [data-link-type="document"], .calcite-theme-light .cta-buttons--actions-cta[href$=".pdf"]::after, .calcite-theme-light .cta-buttons--actions-cta[href$=".doc"]::after, .calcite-theme-light .cta-buttons--actions-cta[href$=".zip"]::after, .calcite-theme-light .cta-buttons--actions-cta [data-link-type="document"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons--actions-cta[href^="/"]::after, .lighttheme .cta-buttons--actions-cta[href^=".."]::after, .light-mode .cta-buttons--actions-cta[href^="/"]::after, .light-mode .cta-buttons--actions-cta[href^=".."]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[href^="/"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[href^=".."]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[href^="/"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[href^=".."]::after, [theme="light"] .cta-buttons--actions-cta[href^="/"]::after, [theme="light"] .cta-buttons--actions-cta[href^=".."]::after, .calcite-theme-light .cta-buttons--actions-cta[href^="/"]::after, .calcite-theme-light .cta-buttons--actions-cta[href^=".."]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons--actions-cta[href$=".mp4"]::after, .lighttheme .cta-buttons--actions-cta[href$=".mov"]::after, .lighttheme .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, .lighttheme .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, .light-mode .cta-buttons--actions-cta[href$=".mp4"]::after, .light-mode .cta-buttons--actions-cta[href$=".mov"]::after, .light-mode .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, .light-mode .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[href$=".mp4"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[href$=".mov"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[href$=".mp4"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[href$=".mov"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, [theme="light"] .cta-buttons--actions-cta[href$=".mp4"]::after, [theme="light"] .cta-buttons--actions-cta[href$=".mov"]::after, [theme="light"] .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, [theme="light"] .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, .calcite-theme-light .cta-buttons--actions-cta[href$=".mp4"]::after, .calcite-theme-light .cta-buttons--actions-cta[href$=".mov"]::after, .calcite-theme-light .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, .calcite-theme-light .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons--actions-cta[href*="tel:"]::after, .light-mode .cta-buttons--actions-cta[href*="tel:"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[href*="tel:"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[href*="tel:"]::after, [theme="light"] .cta-buttons--actions-cta[href*="tel:"]::after, .calcite-theme-light .cta-buttons--actions-cta[href*="tel:"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons--actions-cta[data-link-type='internal']::after, .light-mode .cta-buttons--actions-cta[data-link-type='internal']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-link-type='internal']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-link-type='internal']::after, [theme="light"] .cta-buttons--actions-cta[data-link-type='internal']::after, .calcite-theme-light .cta-buttons--actions-cta[data-link-type='internal']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons--actions-cta[data-link-type='external']::after, .light-mode .cta-buttons--actions-cta[data-link-type='external']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-link-type='external']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-link-type='external']::after, [theme="light"] .cta-buttons--actions-cta[data-link-type='external']::after, .calcite-theme-light .cta-buttons--actions-cta[data-link-type='external']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons--actions-cta[data-link-type='video']::after, .light-mode .cta-buttons--actions-cta[data-link-type='video']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-link-type='video']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-link-type='video']::after, [theme="light"] .cta-buttons--actions-cta[data-link-type='video']::after, .calcite-theme-light .cta-buttons--actions-cta[data-link-type='video']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons--actions-cta[data-link-type='document']::after, .light-mode .cta-buttons--actions-cta[data-link-type='document']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-link-type='document']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-link-type='document']::after, [theme="light"] .cta-buttons--actions-cta[data-link-type='document']::after, .calcite-theme-light .cta-buttons--actions-cta[data-link-type='document']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    @media (min-width: 768px) {
      .lighttheme .cta-buttons--actions-cta[scale="l"]:after, .lighttheme .cta-buttons--actions-cta[scale="xl"]:after, .light-mode .cta-buttons--actions-cta[scale="l"]:after, .light-mode .cta-buttons--actions-cta[scale="xl"]:after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"]:after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"]:after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"]:after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"]:after, [theme="light"] .cta-buttons--actions-cta[scale="l"]:after, [theme="light"] .cta-buttons--actions-cta[scale="xl"]:after, .calcite-theme-light .cta-buttons--actions-cta[scale="l"]:after, .calcite-theme-light .cta-buttons--actions-cta[scale="xl"]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 16px;
        transition: all .25s ease-in-out;
        width: 16px;
        display: inline-block;
        margin-left: 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        bottom: -8px; }
      .lighttheme .cta-buttons--actions-cta[scale="l"]:after, .lighttheme .cta-buttons--actions-cta[scale="xl"]:after, .light-mode .cta-buttons--actions-cta[scale="l"]:after, .light-mode .cta-buttons--actions-cta[scale="xl"]:after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"]:after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"]:after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"]:after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"]:after, [theme="light"] .cta-buttons--actions-cta[scale="l"]:after, [theme="light"] .cta-buttons--actions-cta[scale="xl"]:after, .calcite-theme-light .cta-buttons--actions-cta[scale="l"]:after, .calcite-theme-light .cta-buttons--actions-cta[scale="xl"]:after {
        height: 24px;
        width: 24px;
        bottom: -8px; }
      html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[scale="xl"], html[dir="rtl"] .light-mode .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] .light-mode .cta-buttons--actions-cta[scale="xl"], html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"], html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"], html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[scale="xl"], html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[scale="xl"] {
        margin: 0 10px 10px 10px; }
        html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[scale="xl"]:after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[scale="xl"]:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"]:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"]:after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[scale="xl"]:after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[scale="xl"]:after {
          margin-right: 6px;
          margin-left: 0;
          transform: scaleX(-1) translateY(-50%); }
        html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after {
          transform: scaleX(1) translateY(-50%); }
      .lighttheme .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, .lighttheme .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], .lighttheme .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, .lighttheme .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"], .light-mode .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, .light-mode .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], .light-mode .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, .light-mode .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"], [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"], [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"], [theme="light"] .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, [theme="light"] .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], [theme="light"] .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, [theme="light"] .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"], .calcite-theme-light .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, .calcite-theme-light .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], .calcite-theme-light .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, .calcite-theme-light .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300619b' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, .lighttheme .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], .lighttheme .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, .lighttheme .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"], .light-mode .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, .light-mode .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], .light-mode .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, .light-mode .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"], [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"], [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"], [theme="light"] .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, [theme="light"] .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], [theme="light"] .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, [theme="light"] .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"], .calcite-theme-light .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, .calcite-theme-light .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], .calcite-theme-light .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, .calcite-theme-light .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300619b' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, .lighttheme .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, .lighttheme .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, .lighttheme .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], .lighttheme .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, .lighttheme .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, .lighttheme .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, .lighttheme .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"], .light-mode .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, .light-mode .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, .light-mode .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, .light-mode .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], .light-mode .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, .light-mode .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, .light-mode .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, .light-mode .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"], [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"], [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"], [theme="light"] .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, [theme="light"] .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, [theme="light"] .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, [theme="light"] .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], [theme="light"] .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, [theme="light"] .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, [theme="light"] .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, [theme="light"] .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"], .calcite-theme-light .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, .calcite-theme-light .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, .calcite-theme-light .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, .calcite-theme-light .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], .calcite-theme-light .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, .calcite-theme-light .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, .calcite-theme-light .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, .calcite-theme-light .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300619b' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-cta[scale="l"][href^="/"]::after, .lighttheme .cta-buttons--actions-cta[scale="l"][href^=".."]::after, .lighttheme .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, .lighttheme .cta-buttons--actions-cta[scale="xl"][href^=".."]::after, .light-mode .cta-buttons--actions-cta[scale="l"][href^="/"]::after, .light-mode .cta-buttons--actions-cta[scale="l"][href^=".."]::after, .light-mode .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, .light-mode .cta-buttons--actions-cta[scale="xl"][href^=".."]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"][href^="/"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"][href^=".."]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"][href^=".."]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"][href^="/"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"][href^=".."]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"][href^=".."]::after, [theme="light"] .cta-buttons--actions-cta[scale="l"][href^="/"]::after, [theme="light"] .cta-buttons--actions-cta[scale="l"][href^=".."]::after, [theme="light"] .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, [theme="light"] .cta-buttons--actions-cta[scale="xl"][href^=".."]::after, .calcite-theme-light .cta-buttons--actions-cta[scale="l"][href^="/"]::after, .calcite-theme-light .cta-buttons--actions-cta[scale="l"][href^=".."]::after, .calcite-theme-light .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, .calcite-theme-light .cta-buttons--actions-cta[scale="xl"][href^=".."]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300619b' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, .lighttheme .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, .lighttheme .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, .lighttheme .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, .lighttheme .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, .lighttheme .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, .lighttheme .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, .lighttheme .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, .light-mode .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, .light-mode .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, .light-mode .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, .light-mode .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, .light-mode .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, .light-mode .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, .light-mode .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, .light-mode .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, [theme="light"] .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, [theme="light"] .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, [theme="light"] .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, [theme="light"] .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, [theme="light"] .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, [theme="light"] .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, [theme="light"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, [theme="light"] .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, .calcite-theme-light .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, .calcite-theme-light .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, .calcite-theme-light .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-light .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, .calcite-theme-light .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, .calcite-theme-light .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, .calcite-theme-light .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-light .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300619b' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, .lighttheme .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after, .light-mode .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, .light-mode .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after, [theme="light"] .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, [theme="light"] .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after, .calcite-theme-light .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, .calcite-theme-light .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300619b' d='M2.725 2.24a4.385 4.385 0 0 0-1.486 4.15 22.028 22.028 0 0 0 5.833 10.537A22.028 22.028 0 0 0 17.61 22.76a3.44 3.44 0 0 0 .851.108 4.804 4.804 0 0 0 3.3-1.594 2.623 2.623 0 0 0 .914-1.686l.316-2.295a1.055 1.055 0 0 0-.766-1.162l-4.468-1.225a1.055 1.055 0 0 0-1.14.409l-1.174 1.661a.626.626 0 0 1-.733.21 15.491 15.491 0 0 1-4.546-3.35 15.491 15.491 0 0 1-3.35-4.546.626.626 0 0 1 .21-.733L8.77 7.384a1.055 1.055 0 0 0 .41-1.141L7.952 1.776A1.054 1.054 0 0 0 6.79 1.01l-2.38.316a2.623 2.623 0 0 0-1.686.914zm.78.633a1.616 1.616 0 0 1 1.074-.56L6.936 2a.056.056 0 0 1 .052.04l1.226 4.468a.093.093 0 0 1-.002.046l-1.783 1.2a1.63 1.63 0 0 0-.548 1.902 16.158 16.158 0 0 0 3.575 4.888 16.158 16.158 0 0 0 4.888 3.575 1.62 1.62 0 0 0 .595.112 1.642 1.642 0 0 0 1.32-.677l1.173-1.662a.053.053 0 0 1 .047-.022l.013.001 4.467 1.226a.055.055 0 0 1 .04.06l-.311 2.261a1.618 1.618 0 0 1-.561 1.077l-.074.073a3.907 3.907 0 0 1-2.593 1.3 2.453 2.453 0 0 1-.604-.076 21.004 21.004 0 0 1-10.08-5.575A20.996 20.996 0 0 1 2.208 6.144a3.476 3.476 0 0 1 1.224-3.197z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, .lighttheme .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after, .light-mode .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, .light-mode .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after, [theme="light"] .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, [theme="light"] .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after, .calcite-theme-light .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, .calcite-theme-light .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300619b' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, .lighttheme .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after, .light-mode .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, .light-mode .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after, [theme="light"] .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, [theme="light"] .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after, .calcite-theme-light .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, .calcite-theme-light .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300619b' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, .lighttheme .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after, .light-mode .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, .light-mode .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after, [theme="light"] .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, [theme="light"] .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after, .calcite-theme-light .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, .calcite-theme-light .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300619b' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, .lighttheme .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after, .light-mode .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, .light-mode .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after, [theme="light"] .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, [theme="light"] .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after, .calcite-theme-light .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, .calcite-theme-light .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300619b' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }
    .lighttheme .cta-buttons--actions-cta[data-primary='true'], .light-mode .cta-buttons--actions-cta[data-primary='true'], [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'], [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'], [theme="light"] .cta-buttons--actions-cta[data-primary='true'], .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'] {
      background: #007ac2;
      color: #ffffff;
      box-shadow: none; }
      .lighttheme .cta-buttons--actions-cta[data-primary='true']:after, .light-mode .cta-buttons--actions-cta[data-primary='true']:after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true']:after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true']:after, [theme="light"] .cta-buttons--actions-cta[data-primary='true']:after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true']:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 16px;
        transition: all .25s ease-in-out;
        width: 16px;
        display: inline-block;
        margin-left: 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        bottom: -8px; }
      html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[data-primary='true'], html[dir="rtl"] .light-mode .cta-buttons--actions-cta[data-primary='true'], html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'], html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'], html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[data-primary='true'], html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'] {
        margin: 0 10px 10px 10px; }
        html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[data-primary='true']:after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[data-primary='true']:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true']:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true']:after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[data-primary='true']:after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[data-primary='true']:after {
          margin-right: 6px;
          margin-left: 0;
          transform: scaleX(-1) translateY(-50%); }
        html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after {
          transform: scaleX(1) translateY(-50%); }
      .lighttheme .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"], .light-mode .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"], [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"], [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"], [theme="light"] .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"], .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"], .light-mode .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, .light-mode .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"], [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"], [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"], [theme="light"] .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"], .calcite-theme-light .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"], .light-mode .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"], [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"], [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"], [theme="light"] .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"], .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      @media (min-width: 768px) {
        .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after {
          content: "";
          background-repeat: no-repeat;
          background-size: contain;
          background-position: 50% 50%;
          height: 16px;
          transition: all .25s ease-in-out;
          width: 16px;
          display: inline-block;
          margin-left: 5px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          bottom: -8px; }
        .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after {
          height: 24px;
          width: 24px;
          bottom: -8px; }
        html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"], html[dir="rtl"] .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"], html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"], html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"], html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"], html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"] {
          margin: 0 10px 10px 10px; }
          html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after {
            margin-right: 6px;
            margin-left: 0;
            transform: scaleX(-1) translateY(-50%); }
          html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after {
            transform: scaleX(1) translateY(-50%); }
        .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"], .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"], [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"], [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"], [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"], .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"] {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"], .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"], [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"], [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"], [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"], .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"] {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"], .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"], [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"], [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"], [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"], .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"] {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M2.725 2.24a4.385 4.385 0 0 0-1.486 4.15 22.028 22.028 0 0 0 5.833 10.537A22.028 22.028 0 0 0 17.61 22.76a3.44 3.44 0 0 0 .851.108 4.804 4.804 0 0 0 3.3-1.594 2.623 2.623 0 0 0 .914-1.686l.316-2.295a1.055 1.055 0 0 0-.766-1.162l-4.468-1.225a1.055 1.055 0 0 0-1.14.409l-1.174 1.661a.626.626 0 0 1-.733.21 15.491 15.491 0 0 1-4.546-3.35 15.491 15.491 0 0 1-3.35-4.546.626.626 0 0 1 .21-.733L8.77 7.384a1.055 1.055 0 0 0 .41-1.141L7.952 1.776A1.054 1.054 0 0 0 6.79 1.01l-2.38.316a2.623 2.623 0 0 0-1.686.914zm.78.633a1.616 1.616 0 0 1 1.074-.56L6.936 2a.056.056 0 0 1 .052.04l1.226 4.468a.093.093 0 0 1-.002.046l-1.783 1.2a1.63 1.63 0 0 0-.548 1.902 16.158 16.158 0 0 0 3.575 4.888 16.158 16.158 0 0 0 4.888 3.575 1.62 1.62 0 0 0 .595.112 1.642 1.642 0 0 0 1.32-.677l1.173-1.662a.053.053 0 0 1 .047-.022l.013.001 4.467 1.226a.055.055 0 0 1 .04.06l-.311 2.261a1.618 1.618 0 0 1-.561 1.077l-.074.073a3.907 3.907 0 0 1-2.593 1.3 2.453 2.453 0 0 1-.604-.076 21.004 21.004 0 0 1-10.08-5.575A20.996 20.996 0 0 1 2.208 6.144a3.476 3.476 0 0 1 1.224-3.197z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, .light-mode .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }
      .lighttheme .cta-buttons--actions-cta[data-primary='true'].btn-noicon:after, .light-mode .cta-buttons--actions-cta[data-primary='true'].btn-noicon:after, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true'].btn-noicon:after, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true'].btn-noicon:after, [theme="light"] .cta-buttons--actions-cta[data-primary='true'].btn-noicon:after, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true'].btn-noicon:after {
        content: none; }
      .lighttheme .cta-buttons--actions-cta[data-primary='true']:hover, .light-mode .cta-buttons--actions-cta[data-primary='true']:hover, [data-theme="light-mode"] .cta-buttons--actions-cta[data-primary='true']:hover, [data-theme="lighttheme"] .cta-buttons--actions-cta[data-primary='true']:hover, [theme="light"] .cta-buttons--actions-cta[data-primary='true']:hover, .calcite-theme-light .cta-buttons--actions-cta[data-primary='true']:hover {
        background: #2890ce; }
  .lighttheme .cta-buttons--actions-tertiary, .light-mode .cta-buttons--actions-tertiary, [data-theme="light-mode"] .cta-buttons--actions-tertiary, [data-theme="lighttheme"] .cta-buttons--actions-tertiary, [theme="light"] .cta-buttons--actions-tertiary, .calcite-theme-light .cta-buttons--actions-tertiary {
    font-weight: 400;
    font-style: normal;
    display: inline;
    padding: 0;
    outline: none;
    border: none;
    color: #00619b;
    white-space: initial;
    user-select: text;
    background-color: transparent;
    position: relative;
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(rgba(0, 97, 155, 0.4), rgba(0, 97, 155, 0.4));
    background-position: 0% 100%, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 0% 1px, 100% 1px;
    transition: all 0.15s ease-in-out, background-size 0.3s ease-in-out;
    padding: 0 !important;
    white-space: nowrap; }
    .lighttheme .cta-buttons--actions-tertiary:after, .light-mode .cta-buttons--actions-tertiary:after, [data-theme="light-mode"] .cta-buttons--actions-tertiary:after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary:after, [theme="light"] .cta-buttons--actions-tertiary:after, .calcite-theme-light .cta-buttons--actions-tertiary:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 16px;
      transition: all .25s ease-in-out;
      width: 16px;
      display: inline-block;
      margin-left: 5px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      bottom: -8px; }
    .lighttheme .cta-buttons--actions-tertiary:after, .light-mode .cta-buttons--actions-tertiary:after, [data-theme="light-mode"] .cta-buttons--actions-tertiary:after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary:after, [theme="light"] .cta-buttons--actions-tertiary:after, .calcite-theme-light .cta-buttons--actions-tertiary:after {
      height: 12px;
      width: 12px;
      bottom: initial; }
    html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary, html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary, html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary {
      margin: 0 10px 10px 10px; }
      html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary:after, html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary:after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary:after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary:after {
        margin-right: 6px;
        margin-left: 0;
        transform: scaleX(-1) translateY(-50%); }
      html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after {
        transform: scaleX(1) translateY(-50%); }
    .lighttheme .cta-buttons--actions-tertiary[href*="esri.com"]::after, .lighttheme .cta-buttons--actions-tertiary [data-link-type="internal"], .light-mode .cta-buttons--actions-tertiary[href*="esri.com"]::after, .light-mode .cta-buttons--actions-tertiary [data-link-type="internal"], [data-theme="light-mode"] .cta-buttons--actions-tertiary[href*="esri.com"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary [data-link-type="internal"], [data-theme="lighttheme"] .cta-buttons--actions-tertiary[href*="esri.com"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary [data-link-type="internal"], [theme="light"] .cta-buttons--actions-tertiary[href*="esri.com"]::after, [theme="light"] .cta-buttons--actions-tertiary [data-link-type="internal"], .calcite-theme-light .cta-buttons--actions-tertiary[href*="esri.com"]::after, .calcite-theme-light .cta-buttons--actions-tertiary [data-link-type="internal"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, .lighttheme .cta-buttons--actions-tertiary [data-link-type="external"], .light-mode .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, .light-mode .cta-buttons--actions-tertiary [data-link-type="external"], [data-theme="light-mode"] .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary [data-link-type="external"], [data-theme="lighttheme"] .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary [data-link-type="external"], [theme="light"] .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, [theme="light"] .cta-buttons--actions-tertiary [data-link-type="external"], .calcite-theme-light .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, .calcite-theme-light .cta-buttons--actions-tertiary [data-link-type="external"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons--actions-tertiary[href$=".pdf"]::after, .lighttheme .cta-buttons--actions-tertiary[href$=".doc"]::after, .lighttheme .cta-buttons--actions-tertiary[href$=".zip"]::after, .lighttheme .cta-buttons--actions-tertiary [data-link-type="document"], .light-mode .cta-buttons--actions-tertiary[href$=".pdf"]::after, .light-mode .cta-buttons--actions-tertiary[href$=".doc"]::after, .light-mode .cta-buttons--actions-tertiary[href$=".zip"]::after, .light-mode .cta-buttons--actions-tertiary [data-link-type="document"], [data-theme="light-mode"] .cta-buttons--actions-tertiary[href$=".pdf"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[href$=".doc"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[href$=".zip"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary [data-link-type="document"], [data-theme="lighttheme"] .cta-buttons--actions-tertiary[href$=".pdf"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[href$=".doc"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[href$=".zip"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary [data-link-type="document"], [theme="light"] .cta-buttons--actions-tertiary[href$=".pdf"]::after, [theme="light"] .cta-buttons--actions-tertiary[href$=".doc"]::after, [theme="light"] .cta-buttons--actions-tertiary[href$=".zip"]::after, [theme="light"] .cta-buttons--actions-tertiary [data-link-type="document"], .calcite-theme-light .cta-buttons--actions-tertiary[href$=".pdf"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[href$=".doc"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[href$=".zip"]::after, .calcite-theme-light .cta-buttons--actions-tertiary [data-link-type="document"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons--actions-tertiary[href^="/"]::after, .lighttheme .cta-buttons--actions-tertiary[href^=".."]::after, .light-mode .cta-buttons--actions-tertiary[href^="/"]::after, .light-mode .cta-buttons--actions-tertiary[href^=".."]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[href^="/"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[href^=".."]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[href^="/"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[href^=".."]::after, [theme="light"] .cta-buttons--actions-tertiary[href^="/"]::after, [theme="light"] .cta-buttons--actions-tertiary[href^=".."]::after, .calcite-theme-light .cta-buttons--actions-tertiary[href^="/"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[href^=".."]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons--actions-tertiary[href$=".mp4"]::after, .lighttheme .cta-buttons--actions-tertiary[href$=".mov"]::after, .lighttheme .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, .lighttheme .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, .light-mode .cta-buttons--actions-tertiary[href$=".mp4"]::after, .light-mode .cta-buttons--actions-tertiary[href$=".mov"]::after, .light-mode .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, .light-mode .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[href$=".mp4"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[href$=".mov"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[href$=".mp4"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[href$=".mov"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, [theme="light"] .cta-buttons--actions-tertiary[href$=".mp4"]::after, [theme="light"] .cta-buttons--actions-tertiary[href$=".mov"]::after, [theme="light"] .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, [theme="light"] .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[href$=".mp4"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[href$=".mov"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons--actions-tertiary[href*="tel:"]::after, .light-mode .cta-buttons--actions-tertiary[href*="tel:"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[href*="tel:"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[href*="tel:"]::after, [theme="light"] .cta-buttons--actions-tertiary[href*="tel:"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[href*="tel:"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons--actions-tertiary[data-link-type='internal']::after, .light-mode .cta-buttons--actions-tertiary[data-link-type='internal']::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[data-link-type='internal']::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[data-link-type='internal']::after, [theme="light"] .cta-buttons--actions-tertiary[data-link-type='internal']::after, .calcite-theme-light .cta-buttons--actions-tertiary[data-link-type='internal']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons--actions-tertiary[data-link-type='external']::after, .light-mode .cta-buttons--actions-tertiary[data-link-type='external']::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[data-link-type='external']::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[data-link-type='external']::after, [theme="light"] .cta-buttons--actions-tertiary[data-link-type='external']::after, .calcite-theme-light .cta-buttons--actions-tertiary[data-link-type='external']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons--actions-tertiary[data-link-type='video']::after, .light-mode .cta-buttons--actions-tertiary[data-link-type='video']::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[data-link-type='video']::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[data-link-type='video']::after, [theme="light"] .cta-buttons--actions-tertiary[data-link-type='video']::after, .calcite-theme-light .cta-buttons--actions-tertiary[data-link-type='video']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons--actions-tertiary[data-link-type='document']::after, .light-mode .cta-buttons--actions-tertiary[data-link-type='document']::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[data-link-type='document']::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[data-link-type='document']::after, [theme="light"] .cta-buttons--actions-tertiary[data-link-type='document']::after, .calcite-theme-light .cta-buttons--actions-tertiary[data-link-type='document']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    @media (min-width: 768px) {
      .lighttheme .cta-buttons--actions-tertiary[scale="l"]:after, .lighttheme .cta-buttons--actions-tertiary[scale="xl"]:after, .light-mode .cta-buttons--actions-tertiary[scale="l"]:after, .light-mode .cta-buttons--actions-tertiary[scale="xl"]:after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"]:after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"]:after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"]:after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"]:after, [theme="light"] .cta-buttons--actions-tertiary[scale="l"]:after, [theme="light"] .cta-buttons--actions-tertiary[scale="xl"]:after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"]:after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 16px;
        transition: all .25s ease-in-out;
        width: 16px;
        display: inline-block;
        margin-left: 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        bottom: -8px; }
      html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary[scale="xl"], html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary[scale="xl"], html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"], html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"], html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary[scale="xl"], html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"] {
        margin: 0 10px 10px 10px; }
        html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary[scale="xl"]:after, html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary[scale="xl"]:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"]:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"]:after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary[scale="xl"]:after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"]:after {
          margin-right: 6px;
          margin-left: 0;
          transform: scaleX(-1) translateY(-50%); }
        html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after {
          transform: scaleX(1) translateY(-50%); }
      .lighttheme .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, .lighttheme .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], .lighttheme .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, .lighttheme .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"], .light-mode .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, .light-mode .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], .light-mode .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, .light-mode .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"], [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"], [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"], [theme="light"] .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, [theme="light"] .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], [theme="light"] .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, [theme="light"] .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"], .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, .lighttheme .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], .lighttheme .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, .lighttheme .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"], .light-mode .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, .light-mode .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], .light-mode .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, .light-mode .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"], [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"], [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"], [theme="light"] .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, [theme="light"] .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], [theme="light"] .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, [theme="light"] .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"], .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, .lighttheme .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, .lighttheme .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, .lighttheme .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], .lighttheme .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, .lighttheme .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, .lighttheme .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, .lighttheme .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"], .light-mode .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, .light-mode .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, .light-mode .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, .light-mode .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], .light-mode .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, .light-mode .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, .light-mode .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, .light-mode .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"], [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"], [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"], [theme="light"] .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, [theme="light"] .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, [theme="light"] .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, [theme="light"] .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], [theme="light"] .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, [theme="light"] .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, [theme="light"] .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, [theme="light"] .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"], .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, .lighttheme .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, .lighttheme .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, .lighttheme .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after, .light-mode .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, .light-mode .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, .light-mode .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, .light-mode .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after, [theme="light"] .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, [theme="light"] .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, [theme="light"] .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, [theme="light"] .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, .lighttheme .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, .lighttheme .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, .lighttheme .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, .lighttheme .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, .lighttheme .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, .lighttheme .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, .lighttheme .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, .light-mode .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, .light-mode .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, .light-mode .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, .light-mode .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, .light-mode .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, .light-mode .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, .light-mode .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, .light-mode .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, [theme="light"] .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, [theme="light"] .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, [theme="light"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, [theme="light"] .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, [theme="light"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, [theme="light"] .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, [theme="light"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, [theme="light"] .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, .lighttheme .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after, .light-mode .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, .light-mode .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after, [theme="light"] .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, [theme="light"] .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, .lighttheme .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after, .light-mode .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, .light-mode .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after, [theme="light"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, [theme="light"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, .lighttheme .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after, .light-mode .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, .light-mode .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after, [theme="light"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, [theme="light"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, .lighttheme .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after, .light-mode .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, .light-mode .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after, [theme="light"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, [theme="light"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, .lighttheme .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after, .light-mode .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, .light-mode .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, [data-theme="light-mode"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after, [theme="light"] .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, [theme="light"] .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, .calcite-theme-light .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%2300619b' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); } }
    .lighttheme .cta-buttons--actions-tertiary:after, .light-mode .cta-buttons--actions-tertiary:after, [data-theme="light-mode"] .cta-buttons--actions-tertiary:after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary:after, [theme="light"] .cta-buttons--actions-tertiary:after, .calcite-theme-light .cta-buttons--actions-tertiary:after {
      position: relative !important;
      top: initial !important;
      transform: none; }
    html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary[data-link-type='video']:after, html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary[data-link-type='video']:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary[data-link-type='video']:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary[data-link-type='video']:after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary[data-link-type='video']:after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary[data-link-type='video']:after {
      transform: none; }
    html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary:after, html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary:after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary:after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary:after {
      transform: scaleX(-1); }
    html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after {
      transform: none; }
    .lighttheme .cta-buttons--actions-tertiary:hover, .lighttheme .cta-buttons--actions-tertiary:focus, .light-mode .cta-buttons--actions-tertiary:hover, .light-mode .cta-buttons--actions-tertiary:focus, [data-theme="light-mode"] .cta-buttons--actions-tertiary:hover, [data-theme="light-mode"] .cta-buttons--actions-tertiary:focus, [data-theme="lighttheme"] .cta-buttons--actions-tertiary:hover, [data-theme="lighttheme"] .cta-buttons--actions-tertiary:focus, [theme="light"] .cta-buttons--actions-tertiary:hover, [theme="light"] .cta-buttons--actions-tertiary:focus, .calcite-theme-light .cta-buttons--actions-tertiary:hover, .calcite-theme-light .cta-buttons--actions-tertiary:focus {
      color: #00619b;
      background-size: 100% 1px, 100% 1px;
      text-decoration: none; }
      .lighttheme .cta-buttons--actions-tertiary:hover .calcite-button--icon, .lighttheme .cta-buttons--actions-tertiary:focus .calcite-button--icon, .light-mode .cta-buttons--actions-tertiary:hover .calcite-button--icon, .light-mode .cta-buttons--actions-tertiary:focus .calcite-button--icon, [data-theme="light-mode"] .cta-buttons--actions-tertiary:hover .calcite-button--icon, [data-theme="light-mode"] .cta-buttons--actions-tertiary:focus .calcite-button--icon, [data-theme="lighttheme"] .cta-buttons--actions-tertiary:hover .calcite-button--icon, [data-theme="lighttheme"] .cta-buttons--actions-tertiary:focus .calcite-button--icon, [theme="light"] .cta-buttons--actions-tertiary:hover .calcite-button--icon, [theme="light"] .cta-buttons--actions-tertiary:focus .calcite-button--icon, .calcite-theme-light .cta-buttons--actions-tertiary:hover .calcite-button--icon, .calcite-theme-light .cta-buttons--actions-tertiary:focus .calcite-button--icon {
        fill: #00619b; }
    .lighttheme .cta-buttons--actions-tertiary:active, .light-mode .cta-buttons--actions-tertiary:active, [data-theme="light-mode"] .cta-buttons--actions-tertiary:active, [data-theme="lighttheme"] .cta-buttons--actions-tertiary:active, [theme="light"] .cta-buttons--actions-tertiary:active, .calcite-theme-light .cta-buttons--actions-tertiary:active {
      color: #00619b;
      background-size: 100% 1px, 100% 1px; }
    .lighttheme .cta-buttons--actions-tertiary.calcite-button--icon, .light-mode .cta-buttons--actions-tertiary.calcite-button--icon, [data-theme="light-mode"] .cta-buttons--actions-tertiary.calcite-button--icon, [data-theme="lighttheme"] .cta-buttons--actions-tertiary.calcite-button--icon, [theme="light"] .cta-buttons--actions-tertiary.calcite-button--icon, .calcite-theme-light .cta-buttons--actions-tertiary.calcite-button--icon {
      fill: #00619b; }
    .lighttheme .cta-buttons--actions-tertiary.calcite-loader, .light-mode .cta-buttons--actions-tertiary.calcite-loader, [data-theme="light-mode"] .cta-buttons--actions-tertiary.calcite-loader, [data-theme="lighttheme"] .cta-buttons--actions-tertiary.calcite-loader, [theme="light"] .cta-buttons--actions-tertiary.calcite-loader, .calcite-theme-light .cta-buttons--actions-tertiary.calcite-loader {
      color: #00619b; }
  .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta {
    background: none;
    display: inline-block;
    width: auto;
    margin: 0 10px 10px 0;
    transition: all .25s ease-in-out;
    box-shadow: inset 0 0 0 1px #a82b1e;
    border: none;
    color: #a82b1e;
    position: relative;
    white-space: nowrap; }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:hover, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:focus, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:hover, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:focus, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:hover, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:focus, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:hover, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:focus, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:hover, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:focus, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:hover, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:focus {
      text-decoration: none;
      box-shadow: inset 0 0 0 3px #a82b1e; }
    html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']:after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']:after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']:after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']:after {
      transform: scaleX(1) translateY(-50%); }
    html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after {
      transform: scaleX(-1) translateY(-50%); }
    html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after {
      transform: translateY(-50%); }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 16px;
      transition: all .25s ease-in-out;
      width: 16px;
      display: inline-block;
      margin-left: 5px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      bottom: -8px; }
    html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta {
      margin: 0 10px 10px 10px; }
      html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:after {
        margin-right: 6px;
        margin-left: 0;
        transform: scaleX(-1) translateY(-50%); }
      html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after {
        transform: scaleX(1) translateY(-50%); }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="esri.com"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="internal"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="esri.com"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="internal"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="esri.com"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="internal"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="esri.com"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="internal"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="esri.com"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="internal"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="esri.com"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="internal"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a82b1e' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:not([href*="esri.com"])::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="external"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:not([href*="esri.com"])::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="external"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:not([href*="esri.com"])::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="external"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:not([href*="esri.com"])::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="external"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:not([href*="esri.com"])::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="external"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta:not([href*="esri.com"])::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="external"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a82b1e' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".pdf"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".doc"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".zip"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="document"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".pdf"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".doc"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".zip"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="document"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".pdf"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".doc"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".zip"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="document"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".pdf"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".doc"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".zip"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="document"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".pdf"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".doc"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".zip"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="document"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".pdf"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".doc"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".zip"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="document"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a82b1e' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="/"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^=".."]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="/"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^=".."]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="/"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^=".."]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="/"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^=".."]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="/"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^=".."]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="/"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^=".."]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a82b1e' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a82b1e' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="tel:"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="tel:"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="tel:"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="tel:"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="tel:"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="tel:"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a82b1e' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='internal']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='internal']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='internal']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='internal']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='internal']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='internal']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a82b1e' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='external']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='external']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='external']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='external']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='external']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='external']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a82b1e' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a82b1e' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='document']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='document']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='document']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='document']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='document']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='document']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a82b1e' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    @media (min-width: 768px) {
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 16px;
        transition: all .25s ease-in-out;
        width: 16px;
        display: inline-block;
        margin-left: 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        bottom: -8px; }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after {
        height: 24px;
        width: 24px;
        bottom: -8px; }
      html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"], html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"], html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"], html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"], html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"], html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] {
        margin: 0 10px 10px 10px; }
        html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after {
          margin-right: 6px;
          margin-left: 0;
          transform: scaleX(-1) translateY(-50%); }
        html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after {
          transform: scaleX(1) translateY(-50%); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a82b1e' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a82b1e' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a82b1e' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="/"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^=".."]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^=".."]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="/"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^=".."]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^=".."]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="/"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^=".."]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^=".."]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="/"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^=".."]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^=".."]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="/"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^=".."]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^=".."]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="/"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^=".."]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^=".."]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a82b1e' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a82b1e' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a82b1e' d='M2.725 2.24a4.385 4.385 0 0 0-1.486 4.15 22.028 22.028 0 0 0 5.833 10.537A22.028 22.028 0 0 0 17.61 22.76a3.44 3.44 0 0 0 .851.108 4.804 4.804 0 0 0 3.3-1.594 2.623 2.623 0 0 0 .914-1.686l.316-2.295a1.055 1.055 0 0 0-.766-1.162l-4.468-1.225a1.055 1.055 0 0 0-1.14.409l-1.174 1.661a.626.626 0 0 1-.733.21 15.491 15.491 0 0 1-4.546-3.35 15.491 15.491 0 0 1-3.35-4.546.626.626 0 0 1 .21-.733L8.77 7.384a1.055 1.055 0 0 0 .41-1.141L7.952 1.776A1.054 1.054 0 0 0 6.79 1.01l-2.38.316a2.623 2.623 0 0 0-1.686.914zm.78.633a1.616 1.616 0 0 1 1.074-.56L6.936 2a.056.056 0 0 1 .052.04l1.226 4.468a.093.093 0 0 1-.002.046l-1.783 1.2a1.63 1.63 0 0 0-.548 1.902 16.158 16.158 0 0 0 3.575 4.888 16.158 16.158 0 0 0 4.888 3.575 1.62 1.62 0 0 0 .595.112 1.642 1.642 0 0 0 1.32-.677l1.173-1.662a.053.053 0 0 1 .047-.022l.013.001 4.467 1.226a.055.055 0 0 1 .04.06l-.311 2.261a1.618 1.618 0 0 1-.561 1.077l-.074.073a3.907 3.907 0 0 1-2.593 1.3 2.453 2.453 0 0 1-.604-.076 21.004 21.004 0 0 1-10.08-5.575A20.996 20.996 0 0 1 2.208 6.144a3.476 3.476 0 0 1 1.224-3.197z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a82b1e' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a82b1e' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a82b1e' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a82b1e' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] {
      background: #d83020;
      color: #ffffff; }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 16px;
        transition: all .25s ease-in-out;
        width: 16px;
        display: inline-block;
        margin-left: 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        bottom: -8px; }
      html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'], html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'], html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'], html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'], html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'], html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] {
        margin: 0 10px 10px 10px; }
        html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after {
          margin-right: 6px;
          margin-left: 0;
          transform: scaleX(-1) translateY(-50%); }
        html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after {
          transform: scaleX(1) translateY(-50%); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
      @media (min-width: 768px) {
        .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after {
          content: "";
          background-repeat: no-repeat;
          background-size: contain;
          background-position: 50% 50%;
          height: 16px;
          transition: all .25s ease-in-out;
          width: 16px;
          display: inline-block;
          margin-left: 5px;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          bottom: -8px; }
        .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after {
          height: 24px;
          width: 24px;
          bottom: -8px; }
        html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"], html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"], html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"], html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"], html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"], html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] {
          margin: 0 10px 10px 10px; }
          html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after {
            margin-right: 6px;
            margin-left: 0;
            transform: scaleX(-1) translateY(-50%); }
          html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after {
            transform: scaleX(1) translateY(-50%); }
        .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"] {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"] {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"] {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M2.725 2.24a4.385 4.385 0 0 0-1.486 4.15 22.028 22.028 0 0 0 5.833 10.537A22.028 22.028 0 0 0 17.61 22.76a3.44 3.44 0 0 0 .851.108 4.804 4.804 0 0 0 3.3-1.594 2.623 2.623 0 0 0 .914-1.686l.316-2.295a1.055 1.055 0 0 0-.766-1.162l-4.468-1.225a1.055 1.055 0 0 0-1.14.409l-1.174 1.661a.626.626 0 0 1-.733.21 15.491 15.491 0 0 1-4.546-3.35 15.491 15.491 0 0 1-3.35-4.546.626.626 0 0 1 .21-.733L8.77 7.384a1.055 1.055 0 0 0 .41-1.141L7.952 1.776A1.054 1.054 0 0 0 6.79 1.01l-2.38.316a2.623 2.623 0 0 0-1.686.914zm.78.633a1.616 1.616 0 0 1 1.074-.56L6.936 2a.056.056 0 0 1 .052.04l1.226 4.468a.093.093 0 0 1-.002.046l-1.783 1.2a1.63 1.63 0 0 0-.548 1.902 16.158 16.158 0 0 0 3.575 4.888 16.158 16.158 0 0 0 4.888 3.575 1.62 1.62 0 0 0 .595.112 1.642 1.642 0 0 0 1.32-.677l1.173-1.662a.053.053 0 0 1 .047-.022l.013.001 4.467 1.226a.055.055 0 0 1 .04.06l-.311 2.261a1.618 1.618 0 0 1-.561 1.077l-.074.073a3.907 3.907 0 0 1-2.593 1.3 2.453 2.453 0 0 1-.604-.076 21.004 21.004 0 0 1-10.08-5.575A20.996 20.996 0 0 1 2.208 6.144a3.476 3.476 0 0 1 1.224-3.197z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
        .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:hover, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:hover, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:hover, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:hover, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:hover, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:hover {
        background: #e65240; }
  .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary {
    font-weight: 400;
    font-style: normal;
    display: inline;
    padding: 0;
    outline: none;
    border: none;
    color: #a82b1e;
    white-space: initial;
    user-select: text;
    background-color: transparent;
    position: relative;
    background-image: linear-gradient(currentColor, currentColor), linear-gradient(rgba(168, 43, 30, 0.4), rgba(168, 43, 30, 0.4));
    background-position: 0% 100%, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-size: 0% 1px, 100% 1px;
    transition: all 0.15s ease-in-out, background-size 0.3s ease-in-out;
    padding: 0 !important;
    white-space: nowrap; }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 16px;
      transition: all .25s ease-in-out;
      width: 16px;
      display: inline-block;
      margin-left: 5px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      bottom: -8px; }
    html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary {
      margin: 0 10px 10px 10px; }
      html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after {
        margin-right: 6px;
        margin-left: 0;
        transform: scaleX(-1) translateY(-50%); }
      html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after {
        transform: scaleX(1) translateY(-50%); }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href*="esri.com"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary [data-link-type="internal"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href*="esri.com"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary [data-link-type="internal"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href*="esri.com"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary [data-link-type="internal"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href*="esri.com"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary [data-link-type="internal"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href*="esri.com"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary [data-link-type="internal"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href*="esri.com"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary [data-link-type="internal"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a82b1e' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary [data-link-type="external"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary [data-link-type="external"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary [data-link-type="external"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary [data-link-type="external"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary [data-link-type="external"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary [data-link-type="external"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a82b1e' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".pdf"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".doc"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".zip"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary [data-link-type="document"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".pdf"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".doc"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".zip"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary [data-link-type="document"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".pdf"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".doc"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".zip"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary [data-link-type="document"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".pdf"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".doc"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".zip"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary [data-link-type="document"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".pdf"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".doc"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".zip"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary [data-link-type="document"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".pdf"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".doc"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".zip"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary [data-link-type="document"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a82b1e' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="/"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^=".."]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="/"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^=".."]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="/"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^=".."]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="/"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^=".."]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="/"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^=".."]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="/"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^=".."]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a82b1e' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mp4"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mov"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mp4"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mov"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mp4"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mov"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mp4"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mov"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mp4"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mov"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mp4"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mov"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a82b1e' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href*="tel:"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href*="tel:"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href*="tel:"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href*="tel:"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href*="tel:"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href*="tel:"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a82b1e' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='internal']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='internal']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='internal']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='internal']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='internal']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='internal']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a82b1e' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='external']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='external']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='external']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='external']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='external']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='external']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a82b1e' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='video']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='video']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='video']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='video']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='video']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='video']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a82b1e' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='document']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='document']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='document']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='document']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='document']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='document']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23a82b1e' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after {
      position: relative !important;
      top: initial !important;
      transform: none; }
    html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='video']:after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='video']:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='video']:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='video']:after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='video']:after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[data-link-type='video']:after {
      transform: none; }
    html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:after {
      transform: scaleX(-1); }
    html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after {
      transform: none; }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:hover, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:focus, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:hover, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:focus, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:hover, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:focus, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:hover, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:focus, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:hover, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:focus, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:hover, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:focus {
      color: #a82b1e;
      background-size: 100% 1px, 100% 1px;
      text-decoration: none; }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:hover .calcite-button--icon, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:focus .calcite-button--icon, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:hover .calcite-button--icon, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:focus .calcite-button--icon, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:hover .calcite-button--icon, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:focus .calcite-button--icon, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:hover .calcite-button--icon, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:focus .calcite-button--icon, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:hover .calcite-button--icon, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:focus .calcite-button--icon, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:hover .calcite-button--icon, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:focus .calcite-button--icon {
        fill: #a82b1e; }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:active, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:active, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:active, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:active, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:active, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary:active {
      color: #a82b1e;
      background-size: 100% 1px, 100% 1px; }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary.calcite-button--icon, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary.calcite-button--icon, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary.calcite-button--icon, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary.calcite-button--icon, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary.calcite-button--icon, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary.calcite-button--icon {
      fill: #a82b1e; }
    .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary.calcite-loader, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary.calcite-loader, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary.calcite-loader, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary.calcite-loader, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary.calcite-loader, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary.calcite-loader {
      color: #a82b1e; }
    @media (min-width: 768px) {
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 16px;
        transition: all .25s ease-in-out;
        width: 16px;
        display: inline-block;
        margin-left: 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        bottom: -8px; }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:after {
        height: 24px;
        width: 24px;
        bottom: -8px; }
      html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"], html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"], html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"], html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"], html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"], html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"] {
        margin: 0 10px 10px 10px; }
        html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:after {
          margin-right: 6px;
          margin-left: 0;
          transform: scaleX(-1) translateY(-50%); }
        html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after {
          transform: scaleX(1) translateY(-50%); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a82b1e' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a82b1e' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a82b1e' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a82b1e' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a82b1e' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a82b1e' d='M2.725 2.24a4.385 4.385 0 0 0-1.486 4.15 22.028 22.028 0 0 0 5.833 10.537A22.028 22.028 0 0 0 17.61 22.76a3.44 3.44 0 0 0 .851.108 4.804 4.804 0 0 0 3.3-1.594 2.623 2.623 0 0 0 .914-1.686l.316-2.295a1.055 1.055 0 0 0-.766-1.162l-4.468-1.225a1.055 1.055 0 0 0-1.14.409l-1.174 1.661a.626.626 0 0 1-.733.21 15.491 15.491 0 0 1-4.546-3.35 15.491 15.491 0 0 1-3.35-4.546.626.626 0 0 1 .21-.733L8.77 7.384a1.055 1.055 0 0 0 .41-1.141L7.952 1.776A1.054 1.054 0 0 0 6.79 1.01l-2.38.316a2.623 2.623 0 0 0-1.686.914zm.78.633a1.616 1.616 0 0 1 1.074-.56L6.936 2a.056.056 0 0 1 .052.04l1.226 4.468a.093.093 0 0 1-.002.046l-1.783 1.2a1.63 1.63 0 0 0-.548 1.902 16.158 16.158 0 0 0 3.575 4.888 16.158 16.158 0 0 0 4.888 3.575 1.62 1.62 0 0 0 .595.112 1.642 1.642 0 0 0 1.32-.677l1.173-1.662a.053.053 0 0 1 .047-.022l.013.001 4.467 1.226a.055.055 0 0 1 .04.06l-.311 2.261a1.618 1.618 0 0 1-.561 1.077l-.074.073a3.907 3.907 0 0 1-2.593 1.3 2.453 2.453 0 0 1-.604-.076 21.004 21.004 0 0 1-10.08-5.575A20.996 20.996 0 0 1 2.208 6.144a3.476 3.476 0 0 1 1.224-3.197z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a82b1e' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a82b1e' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a82b1e' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, .light-mode .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, [data-theme="light-mode"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, [data-theme="lighttheme"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23a82b1e' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }

.cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta {
  background: none;
  display: inline-block;
  width: auto;
  margin: 0 10px 10px 0;
  transition: all .25s ease-in-out;
  box-shadow: inset 0 0 0 1px #ffffff;
  border: none;
  color: #ffffff;
  position: relative;
  white-space: nowrap; }
  .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta:hover, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta:focus {
    text-decoration: none;
    box-shadow: inset 0 0 0 3px #ffffff; }
  html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']:after {
    transform: scaleX(1) translateY(-50%); }
  html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta:after {
    transform: scaleX(-1) translateY(-50%); }
  html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after {
    transform: translateY(-50%); }
  .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 16px;
    transition: all .25s ease-in-out;
    width: 16px;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: -8px; }
  html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta {
    margin: 0 10px 10px 10px; }
    html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta:after {
      margin-right: 6px;
      margin-left: 0;
      transform: scaleX(-1) translateY(-50%); }
    html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after {
      transform: scaleX(1) translateY(-50%); }
  .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="esri.com"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="internal"] {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta:not([href*="esri.com"])::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="external"] {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".pdf"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".doc"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".zip"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="document"] {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="/"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^=".."]::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="tel:"]::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='internal']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='external']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='document']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  @media (min-width: 768px) {
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 16px;
      transition: all .25s ease-in-out;
      width: 16px;
      display: inline-block;
      margin-left: 5px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      bottom: -8px; }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after {
      height: 24px;
      width: 24px;
      bottom: -8px; }
    html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] {
      margin: 0 10px 10px 10px; }
      html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after {
        margin-right: 6px;
        margin-left: 0;
        transform: scaleX(-1) translateY(-50%); }
      html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after {
        transform: scaleX(1) translateY(-50%); }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="/"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^=".."]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^=".."]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M2.725 2.24a4.385 4.385 0 0 0-1.486 4.15 22.028 22.028 0 0 0 5.833 10.537A22.028 22.028 0 0 0 17.61 22.76a3.44 3.44 0 0 0 .851.108 4.804 4.804 0 0 0 3.3-1.594 2.623 2.623 0 0 0 .914-1.686l.316-2.295a1.055 1.055 0 0 0-.766-1.162l-4.468-1.225a1.055 1.055 0 0 0-1.14.409l-1.174 1.661a.626.626 0 0 1-.733.21 15.491 15.491 0 0 1-4.546-3.35 15.491 15.491 0 0 1-3.35-4.546.626.626 0 0 1 .21-.733L8.77 7.384a1.055 1.055 0 0 0 .41-1.141L7.952 1.776A1.054 1.054 0 0 0 6.79 1.01l-2.38.316a2.623 2.623 0 0 0-1.686.914zm.78.633a1.616 1.616 0 0 1 1.074-.56L6.936 2a.056.056 0 0 1 .052.04l1.226 4.468a.093.093 0 0 1-.002.046l-1.783 1.2a1.63 1.63 0 0 0-.548 1.902 16.158 16.158 0 0 0 3.575 4.888 16.158 16.158 0 0 0 4.888 3.575 1.62 1.62 0 0 0 .595.112 1.642 1.642 0 0 0 1.32-.677l1.173-1.662a.053.053 0 0 1 .047-.022l.013.001 4.467 1.226a.055.055 0 0 1 .04.06l-.311 2.261a1.618 1.618 0 0 1-.561 1.077l-.074.073a3.907 3.907 0 0 1-2.593 1.3 2.453 2.453 0 0 1-.604-.076 21.004 21.004 0 0 1-10.08-5.575A20.996 20.996 0 0 1 2.208 6.144a3.476 3.476 0 0 1 1.224-3.197z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }
  .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] {
    background: #ffffff;
    color: #151515; }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 16px;
      transition: all .25s ease-in-out;
      width: 16px;
      display: inline-block;
      margin-left: 5px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      bottom: -8px; }
    html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] {
      margin: 0 10px 10px 10px; }
      html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after {
        margin-right: 6px;
        margin-left: 0;
        transform: scaleX(-1) translateY(-50%); }
      html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after {
        transform: scaleX(1) translateY(-50%); }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    @media (min-width: 768px) {
      .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 16px;
        transition: all .25s ease-in-out;
        width: 16px;
        display: inline-block;
        margin-left: 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        bottom: -8px; }
      .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after {
        height: 24px;
        width: 24px;
        bottom: -8px; }
      html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] {
        margin: 0 10px 10px 10px; }
        html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after {
          margin-right: 6px;
          margin-left: 0;
          transform: scaleX(-1) translateY(-50%); }
        html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after {
          transform: scaleX(1) translateY(-50%); }
      .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M2.725 2.24a4.385 4.385 0 0 0-1.486 4.15 22.028 22.028 0 0 0 5.833 10.537A22.028 22.028 0 0 0 17.61 22.76a3.44 3.44 0 0 0 .851.108 4.804 4.804 0 0 0 3.3-1.594 2.623 2.623 0 0 0 .914-1.686l.316-2.295a1.055 1.055 0 0 0-.766-1.162l-4.468-1.225a1.055 1.055 0 0 0-1.14.409l-1.174 1.661a.626.626 0 0 1-.733.21 15.491 15.491 0 0 1-4.546-3.35 15.491 15.491 0 0 1-3.35-4.546.626.626 0 0 1 .21-.733L8.77 7.384a1.055 1.055 0 0 0 .41-1.141L7.952 1.776A1.054 1.054 0 0 0 6.79 1.01l-2.38.316a2.623 2.623 0 0 0-1.686.914zm.78.633a1.616 1.616 0 0 1 1.074-.56L6.936 2a.056.056 0 0 1 .052.04l1.226 4.468a.093.093 0 0 1-.002.046l-1.783 1.2a1.63 1.63 0 0 0-.548 1.902 16.158 16.158 0 0 0 3.575 4.888 16.158 16.158 0 0 0 4.888 3.575 1.62 1.62 0 0 0 .595.112 1.642 1.642 0 0 0 1.32-.677l1.173-1.662a.053.053 0 0 1 .047-.022l.013.001 4.467 1.226a.055.055 0 0 1 .04.06l-.311 2.261a1.618 1.618 0 0 1-.561 1.077l-.074.073a3.907 3.907 0 0 1-2.593 1.3 2.453 2.453 0 0 1-.604-.076 21.004 21.004 0 0 1-10.08-5.575A20.996 20.996 0 0 1 2.208 6.144a3.476 3.476 0 0 1 1.224-3.197z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:hover {
      background: #eaeaea; }

.cta-buttons.white-buttons .cta-buttons--actions-tertiary {
  font-weight: 400;
  font-style: normal;
  display: inline;
  padding: 0;
  outline: none;
  border: none;
  color: #ffffff;
  white-space: initial;
  user-select: text;
  background-color: transparent;
  position: relative;
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.4));
  background-position: 0% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 0% 1px, 100% 1px;
  transition: all 0.15s ease-in-out, background-size 0.3s ease-in-out;
  padding: 0 !important;
  white-space: nowrap; }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 16px;
    transition: all .25s ease-in-out;
    width: 16px;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: -8px; }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary:after {
    height: 12px;
    width: 12px;
    bottom: initial; }
  html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary {
    margin: 0 10px 10px 10px; }
    html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary:after {
      margin-right: 6px;
      margin-left: 0;
      transform: scaleX(-1) translateY(-50%); }
    html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after {
      transform: scaleX(1) translateY(-50%); }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary[href*="esri.com"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary [data-link-type="internal"] {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary [data-link-type="external"] {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary[href$=".pdf"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[href$=".doc"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[href$=".zip"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary [data-link-type="document"] {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary[href^="/"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[href^=".."]::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary[href*="tel:"]::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary[data-link-type='internal']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary[data-link-type='external']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary[data-link-type='video']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary[data-link-type='document']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary:after {
    position: relative !important;
    top: initial !important;
    transform: none; }
  html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary[data-link-type='video']:after {
    transform: none; }
  html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary:after {
    transform: scaleX(-1); }
  html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after {
    transform: none; }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary:hover, .cta-buttons.white-buttons .cta-buttons--actions-tertiary:focus {
    color: #ffffff;
    background-size: 100% 1px, 100% 1px;
    text-decoration: none; }
    .cta-buttons.white-buttons .cta-buttons--actions-tertiary:hover .calcite-button--icon, .cta-buttons.white-buttons .cta-buttons--actions-tertiary:focus .calcite-button--icon {
      fill: #ffffff; }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary:active {
    color: #ffffff;
    background-size: 100% 1px, 100% 1px; }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary.calcite-button--icon {
    fill: #ffffff; }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary.calcite-loader {
    color: #ffffff; }
  @media (min-width: 768px) {
    .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"]:after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"]:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 16px;
      transition: all .25s ease-in-out;
      width: 16px;
      display: inline-block;
      margin-left: 5px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      bottom: -8px; }
    html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"] {
      margin: 0 10px 10px 10px; }
      html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"]:after {
        margin-right: 6px;
        margin-left: 0;
        transform: scaleX(-1) translateY(-50%); }
      html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after {
        transform: scaleX(1) translateY(-50%); }
    .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); } }

.cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta {
  background: none;
  display: inline-block;
  width: auto;
  margin: 0 10px 10px 0;
  transition: all .25s ease-in-out;
  box-shadow: inset 0 0 0 1px #151515;
  border: none;
  color: #151515;
  position: relative;
  white-space: nowrap; }
  .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta:hover, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta:focus {
    text-decoration: none;
    box-shadow: inset 0 0 0 3px #151515; }
  html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']:after {
    transform: scaleX(1) translateY(-50%); }
  html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta:after {
    transform: scaleX(-1) translateY(-50%); }
  html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after {
    transform: translateY(-50%); }
  .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 16px;
    transition: all .25s ease-in-out;
    width: 16px;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: -8px; }
  html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta {
    margin: 0 10px 10px 10px; }
    html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta:after {
      margin-right: 6px;
      margin-left: 0;
      transform: scaleX(-1) translateY(-50%); }
    html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after {
      transform: scaleX(1) translateY(-50%); }
  .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="esri.com"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="internal"] {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta:not([href*="esri.com"])::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="external"] {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".pdf"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".doc"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".zip"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="document"] {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="/"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^=".."]::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mp4"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[href$=".mov"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.esri.com/videos/"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[href^="https://www.youtube.com"]::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="tel:"]::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='internal']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='external']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='document']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  @media (min-width: 768px) {
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 16px;
      transition: all .25s ease-in-out;
      width: 16px;
      display: inline-block;
      margin-left: 5px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      bottom: -8px; }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after {
      height: 24px;
      width: 24px;
      bottom: -8px; }
    html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] {
      margin: 0 10px 10px 10px; }
      html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:after {
        margin-right: 6px;
        margin-left: 0;
        transform: scaleX(-1) translateY(-50%); }
      html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after {
        transform: scaleX(1) translateY(-50%); }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="esri.com"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="internal"], .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="esri.com"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="internal"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"]:not([href*="esri.com"])::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="external"], .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"]:not([href*="esri.com"])::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="external"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".pdf"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".doc"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".zip"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"] [data-link-type="document"], .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".pdf"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".doc"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".zip"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"] [data-link-type="document"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="/"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^=".."]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="/"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^=".."]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mp4"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href$=".mov"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.esri.com/videos/"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href^="https://www.youtube.com"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mp4"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href$=".mov"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.esri.com/videos/"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href^="https://www.youtube.com"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][href*="tel:"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M2.725 2.24a4.385 4.385 0 0 0-1.486 4.15 22.028 22.028 0 0 0 5.833 10.537A22.028 22.028 0 0 0 17.61 22.76a3.44 3.44 0 0 0 .851.108 4.804 4.804 0 0 0 3.3-1.594 2.623 2.623 0 0 0 .914-1.686l.316-2.295a1.055 1.055 0 0 0-.766-1.162l-4.468-1.225a1.055 1.055 0 0 0-1.14.409l-1.174 1.661a.626.626 0 0 1-.733.21 15.491 15.491 0 0 1-4.546-3.35 15.491 15.491 0 0 1-3.35-4.546.626.626 0 0 1 .21-.733L8.77 7.384a1.055 1.055 0 0 0 .41-1.141L7.952 1.776A1.054 1.054 0 0 0 6.79 1.01l-2.38.316a2.623 2.623 0 0 0-1.686.914zm.78.633a1.616 1.616 0 0 1 1.074-.56L6.936 2a.056.056 0 0 1 .052.04l1.226 4.468a.093.093 0 0 1-.002.046l-1.783 1.2a1.63 1.63 0 0 0-.548 1.902 16.158 16.158 0 0 0 3.575 4.888 16.158 16.158 0 0 0 4.888 3.575 1.62 1.62 0 0 0 .595.112 1.642 1.642 0 0 0 1.32-.677l1.173-1.662a.053.053 0 0 1 .047-.022l.013.001 4.467 1.226a.055.055 0 0 1 .04.06l-.311 2.261a1.618 1.618 0 0 1-.561 1.077l-.074.073a3.907 3.907 0 0 1-2.593 1.3 2.453 2.453 0 0 1-.604-.076 21.004 21.004 0 0 1-10.08-5.575A20.996 20.996 0 0 1 2.208 6.144a3.476 3.476 0 0 1 1.224-3.197z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='internal']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='external']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='video']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[scale="xl"][data-link-type='document']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23151515' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }
  .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] {
    background: #151515;
    color: #ffffff; }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 16px;
      transition: all .25s ease-in-out;
      width: 16px;
      display: inline-block;
      margin-left: 5px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      bottom: -8px; }
    html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] {
      margin: 0 10px 10px 10px; }
      html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:after {
        margin-right: 6px;
        margin-left: 0;
        transform: scaleX(-1) translateY(-50%); }
      html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after {
        transform: scaleX(1) translateY(-50%); }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="esri.com"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="internal"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:not([href*="esri.com"])::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="external"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".pdf"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".doc"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".zip"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'] [data-link-type="document"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^=".."]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mp4"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href$=".mov"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.esri.com/videos/"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href^="https://www.youtube.com"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23ffffff' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    @media (min-width: 768px) {
      .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 16px;
        transition: all .25s ease-in-out;
        width: 16px;
        display: inline-block;
        margin-left: 5px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        bottom: -8px; }
      .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after {
        height: 24px;
        width: 24px;
        bottom: -8px; }
      html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"], html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] {
        margin: 0 10px 10px 10px; }
        html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:after {
          margin-right: 6px;
          margin-left: 0;
          transform: scaleX(-1) translateY(-50%); }
        html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after {
          transform: scaleX(1) translateY(-50%); }
      .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="esri.com"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="internal"], .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="esri.com"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="internal"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"]:not([href*="esri.com"])::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="external"], .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"]:not([href*="esri.com"])::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="external"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".pdf"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".doc"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".zip"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"] [data-link-type="document"], .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".pdf"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".doc"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".zip"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"] [data-link-type="document"] {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="/"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^=".."]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="/"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^=".."]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mp4"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href$=".mov"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.esri.com/videos/"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href^="https://www.youtube.com"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mp4"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href$=".mov"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.esri.com/videos/"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href^="https://www.youtube.com"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][href*="tel:"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][href*="tel:"]::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M2.725 2.24a4.385 4.385 0 0 0-1.486 4.15 22.028 22.028 0 0 0 5.833 10.537A22.028 22.028 0 0 0 17.61 22.76a3.44 3.44 0 0 0 .851.108 4.804 4.804 0 0 0 3.3-1.594 2.623 2.623 0 0 0 .914-1.686l.316-2.295a1.055 1.055 0 0 0-.766-1.162l-4.468-1.225a1.055 1.055 0 0 0-1.14.409l-1.174 1.661a.626.626 0 0 1-.733.21 15.491 15.491 0 0 1-4.546-3.35 15.491 15.491 0 0 1-3.35-4.546.626.626 0 0 1 .21-.733L8.77 7.384a1.055 1.055 0 0 0 .41-1.141L7.952 1.776A1.054 1.054 0 0 0 6.79 1.01l-2.38.316a2.623 2.623 0 0 0-1.686.914zm.78.633a1.616 1.616 0 0 1 1.074-.56L6.936 2a.056.056 0 0 1 .052.04l1.226 4.468a.093.093 0 0 1-.002.046l-1.783 1.2a1.63 1.63 0 0 0-.548 1.902 16.158 16.158 0 0 0 3.575 4.888 16.158 16.158 0 0 0 4.888 3.575 1.62 1.62 0 0 0 .595.112 1.642 1.642 0 0 0 1.32-.677l1.173-1.662a.053.053 0 0 1 .047-.022l.013.001 4.467 1.226a.055.055 0 0 1 .04.06l-.311 2.261a1.618 1.618 0 0 1-.561 1.077l-.074.073a3.907 3.907 0 0 1-2.593 1.3 2.453 2.453 0 0 1-.604-.076 21.004 21.004 0 0 1-10.08-5.575A20.996 20.996 0 0 1 2.208 6.144a3.476 3.476 0 0 1 1.224-3.197z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='internal']::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='internal']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M16.646 15.646L19.293 13H3v-1h16.293l-2.647-2.646.707-.707 3.854 3.853-3.854 3.854z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='external']::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='external']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M2 2h11v1H3v18h18V11h1v11H2zm20 6V2h-6v1h4.3l-8.41 8.403.707.707L21 3.714V8z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='video']::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='video']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M6 1.773v20.454l15-10.225zm1 1.892l12.225 8.337L7 20.335z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); }
      .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="l"][data-link-type='document']::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][scale="xl"][data-link-type='document']::after {
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23ffffff' d='M3 23h18V6.709L15.29 1H3zM15 2h.2L20 6.8V7h-5zM4 2h10v6h6v14H4z'/%3E%3Cpath fill='none' d='M0 0h24v24H0z'/%3E%3C/svg%3E"); } }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true']:hover {
      background: #2b2b2b; }

.cta-buttons.black-buttons .cta-buttons--actions-tertiary {
  font-weight: 400;
  font-style: normal;
  display: inline;
  padding: 0;
  outline: none;
  border: none;
  color: #151515;
  white-space: initial;
  user-select: text;
  background-color: transparent;
  position: relative;
  background-image: linear-gradient(currentColor, currentColor), linear-gradient(rgba(21, 21, 21, 0.4), rgba(21, 21, 21, 0.4));
  background-position: 0% 100%, 100% 100%;
  background-repeat: no-repeat, no-repeat;
  background-size: 0% 1px, 100% 1px;
  transition: all 0.15s ease-in-out, background-size 0.3s ease-in-out;
  padding: 0 !important;
  white-space: nowrap; }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 16px;
    transition: all .25s ease-in-out;
    width: 16px;
    display: inline-block;
    margin-left: 5px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    bottom: -8px; }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary:after {
    height: 12px;
    width: 12px;
    bottom: initial; }
  html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary {
    margin: 0 10px 10px 10px; }
    html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary:after {
      margin-right: 6px;
      margin-left: 0;
      transform: scaleX(-1) translateY(-50%); }
    html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after {
      transform: scaleX(1) translateY(-50%); }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary[href*="esri.com"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary [data-link-type="internal"] {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary [data-link-type="external"] {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary[href$=".pdf"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[href$=".doc"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[href$=".zip"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary [data-link-type="document"] {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary[href^="/"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[href^=".."]::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary[href*="tel:"]::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary[data-link-type='internal']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary[data-link-type='external']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary[data-link-type='video']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary[data-link-type='document']::after {
    background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary:after {
    position: relative !important;
    top: initial !important;
    transform: none; }
  html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary[data-link-type='video']:after {
    transform: none; }
  html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary:after {
    transform: scaleX(-1); }
  html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary[href$=".mp4"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary[href$=".mov"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary[href^="https://www.youtube.com"]::after {
    transform: none; }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary:hover, .cta-buttons.black-buttons .cta-buttons--actions-tertiary:focus {
    color: #151515;
    background-size: 100% 1px, 100% 1px;
    text-decoration: none; }
    .cta-buttons.black-buttons .cta-buttons--actions-tertiary:hover .calcite-button--icon, .cta-buttons.black-buttons .cta-buttons--actions-tertiary:focus .calcite-button--icon {
      fill: #151515; }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary:active {
    color: #151515;
    background-size: 100% 1px, 100% 1px; }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary.calcite-button--icon {
    fill: #151515; }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary.calcite-loader {
    color: #151515; }
  @media (min-width: 768px) {
    .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"]:after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"]:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 16px;
      transition: all .25s ease-in-out;
      width: 16px;
      display: inline-block;
      margin-left: 5px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      bottom: -8px; }
    html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"] {
      margin: 0 10px 10px 10px; }
      html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"]:after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"]:after {
        margin-right: 6px;
        margin-left: 0;
        transform: scaleX(-1) translateY(-50%); }
      html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after {
        transform: scaleX(1) translateY(-50%); }
    .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"][href*="esri.com"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="internal"], .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"][href*="esri.com"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="internal"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"]:not([href*="esri.com"])::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="external"], .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"]:not([href*="esri.com"])::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="external"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".pdf"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".doc"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".zip"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"] [data-link-type="document"], .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".pdf"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".doc"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".zip"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"] [data-link-type="document"] {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"][href^="/"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"][href^=".."]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="/"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"][href^=".."]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mp4"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"][href$=".mov"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.esri.com/videos/"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"][href^="https://www.youtube.com"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mp4"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"][href$=".mov"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.esri.com/videos/"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"][href^="https://www.youtube.com"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"][href*="tel:"]::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M5.607 5.712l1.157-.776a.459.459 0 0 0 .129-.59C6.43 3.503 5.392.33 5.36.28a.619.619 0 0 0-.643-.267l-2.23.254a1.898 1.898 0 0 0-1.221.661A3.173 3.173 0 0 0 .19 3.933l.11.433a17.989 17.989 0 0 0 4.188 7.146 17.988 17.988 0 0 0 7.146 4.187l.433.11a2.491 2.491 0 0 0 .616.078 3.477 3.477 0 0 0 2.389-1.153 1.898 1.898 0 0 0 .66-1.22l.255-2.23a.619.619 0 0 0-.267-.644c-.05-.032-3.223-1.07-4.066-1.533a.459.459 0 0 0-.59.13l-.776 1.156a.531.531 0 0 1-.694.171 10.382 10.382 0 0 1-4.158-4.158.53.53 0 0 1 .17-.694zm-1.05 1.17a11.284 11.284 0 0 0 1.95 2.61 11.283 11.283 0 0 0 2.612 1.952 1.531 1.531 0 0 0 2-.494l.502-.75c.77.34 2.034.785 3.316 1.225l.026.01-.219 1.919a.9.9 0 0 1-.325.62l-.055.053a2.566 2.566 0 0 1-1.68.86 1.5 1.5 0 0 1-.37-.046l-.394-.1a16.876 16.876 0 0 1-6.724-3.937A16.875 16.875 0 0 1 1.26 4.08l-.1-.394a2.262 2.262 0 0 1 .813-2.05l.054-.055a.9.9 0 0 1 .62-.325l1.919-.22.009.027c.44 1.282.885 2.545 1.225 3.315l-.75.503a1.525 1.525 0 0 0-.494 2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='internal']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M2 8h10.26l-1.585-1.585.707-.707 2.81 2.81-2.81 2.808-.707-.707L12.295 9H2z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='external']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M1 1h8v1H2v12h12V7h1v8H1zm7.325 7.382L14 2.707V5h1V1h-4v1h2.293L7.618 7.675z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='video']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M4 1.571V14.43L14 8zm1 1.832l7.15 4.598L5 12.597z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); }
    .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"][data-link-type='document']::after {
      background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23151515' d='M15 3.6L11.4 0H2v16h13zM14 15H3V1h7v4h4zm0-11h-3V1h.31L14 3.69z'/%3E%3Cpath fill='none' d='M0 0h16v16H0z'/%3E%3C/svg%3E"); } }

.lighttheme .cta-buttons .cta-buttons--actions-cta[data-primary='true'],
.lighttheme .cta-buttons.black-buttons .cta-buttons--actions-cta[data-primary='true'],
.lighttheme .cta-buttons.white-buttons .cta-buttons--actions-cta[data-primary='true'],
.lighttheme .cta-buttons.alert-buttons .cta-buttons--actions-cta[data-primary='true'], .darktheme .cta-buttons .cta-buttons--actions-cta[data-primary='true'],
.darktheme .cta-buttons.black-buttons .cta-buttons--actions-cta[data-primary='true'],
.darktheme .cta-buttons.white-buttons .cta-buttons--actions-cta[data-primary='true'],
.darktheme .cta-buttons.alert-buttons .cta-buttons--actions-cta[data-primary='true'], .light-mode .cta-buttons .cta-buttons--actions-cta[data-primary='true'],
.light-mode .cta-buttons.black-buttons .cta-buttons--actions-cta[data-primary='true'],
.light-mode .cta-buttons.white-buttons .cta-buttons--actions-cta[data-primary='true'],
.light-mode .cta-buttons.alert-buttons .cta-buttons--actions-cta[data-primary='true'], .dark-mode .cta-buttons .cta-buttons--actions-cta[data-primary='true'],
.dark-mode .cta-buttons.black-buttons .cta-buttons--actions-cta[data-primary='true'],
.dark-mode .cta-buttons.white-buttons .cta-buttons--actions-cta[data-primary='true'],
.dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-cta[data-primary='true'], [theme="dark"] .cta-buttons .cta-buttons--actions-cta[data-primary='true'],
[theme="dark"] .cta-buttons.black-buttons .cta-buttons--actions-cta[data-primary='true'],
[theme="dark"] .cta-buttons.white-buttons .cta-buttons--actions-cta[data-primary='true'],
[theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-cta[data-primary='true'], .calcite-theme-dark .cta-buttons .cta-buttons--actions-cta[data-primary='true'],
.calcite-theme-dark .cta-buttons.black-buttons .cta-buttons--actions-cta[data-primary='true'],
.calcite-theme-dark .cta-buttons.white-buttons .cta-buttons--actions-cta[data-primary='true'],
.calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-cta[data-primary='true'], [theme="light"] .cta-buttons .cta-buttons--actions-cta[data-primary='true'],
[theme="light"] .cta-buttons.black-buttons .cta-buttons--actions-cta[data-primary='true'],
[theme="light"] .cta-buttons.white-buttons .cta-buttons--actions-cta[data-primary='true'],
[theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions-cta[data-primary='true'], .calcite-theme-light .cta-buttons .cta-buttons--actions-cta[data-primary='true'],
.calcite-theme-light .cta-buttons.black-buttons .cta-buttons--actions-cta[data-primary='true'],
.calcite-theme-light .cta-buttons.white-buttons .cta-buttons--actions-cta[data-primary='true'],
.calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions-cta[data-primary='true'] {
  box-shadow: none; }
  .lighttheme .cta-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  .lighttheme .cta-buttons.black-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  .lighttheme .cta-buttons.white-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  .lighttheme .cta-buttons.alert-buttons .cta-buttons--actions-cta[data-primary='true']:hover, .darktheme .cta-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  .darktheme .cta-buttons.black-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  .darktheme .cta-buttons.white-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-cta[data-primary='true']:hover, .light-mode .cta-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  .light-mode .cta-buttons.black-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  .light-mode .cta-buttons.white-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  .light-mode .cta-buttons.alert-buttons .cta-buttons--actions-cta[data-primary='true']:hover, .dark-mode .cta-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  .dark-mode .cta-buttons.black-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  .dark-mode .cta-buttons.white-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  .dark-mode .cta-buttons.alert-buttons .cta-buttons--actions-cta[data-primary='true']:hover, [theme="dark"] .cta-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  [theme="dark"] .cta-buttons.black-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  [theme="dark"] .cta-buttons.white-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  [theme="dark"] .cta-buttons.alert-buttons .cta-buttons--actions-cta[data-primary='true']:hover, .calcite-theme-dark .cta-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  .calcite-theme-dark .cta-buttons.black-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  .calcite-theme-dark .cta-buttons.white-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  .calcite-theme-dark .cta-buttons.alert-buttons .cta-buttons--actions-cta[data-primary='true']:hover, [theme="light"] .cta-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  [theme="light"] .cta-buttons.black-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  [theme="light"] .cta-buttons.white-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  [theme="light"] .cta-buttons.alert-buttons .cta-buttons--actions-cta[data-primary='true']:hover, .calcite-theme-light .cta-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  .calcite-theme-light .cta-buttons.black-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  .calcite-theme-light .cta-buttons.white-buttons .cta-buttons--actions-cta[data-primary='true']:hover,
  .calcite-theme-light .cta-buttons.alert-buttons .cta-buttons--actions-cta[data-primary='true']:hover {
    box-shadow: none; }

.cookie-text {
  display: inline-block; }

.toggle-switch, .cookie-radio-button label {
  display: inline-block;
  padding-left: 0.5rem; }

.content-large-image {
  background-color: var(--calcite-ui-background);
  padding-top: 0px;
  position: relative;
  width: 100%; }
  @media screen and (min-width: 768px) {
    .content-large-image {
      padding-top: 85px; } }
  .content-large-image .grid-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: 100%; }
    @media screen and (min-width: 480px) {
      .content-large-image .grid-container {
        max-width: 95vw;
        margin: auto; } }
  .content-large-image .feature {
    padding-top: 85px;
    position: relative;
    width: 100%; }
    .content-large-image .feature-img {
      margin: auto;
      min-height: 400px;
      position: relative;
      width: 100%; }
      @media screen and (min-width: 768px) {
        .content-large-image .feature-img {
          width: 80%; } }
    .content-large-image .feature-img-info {
      padding: var(--space-12) var(--space-5) var(--space-6);
      background-color: var(--calcite-ui-background);
      color: var(--calcite-ui-text-1);
      opacity: 0.95;
      transform: translate(-50%, -50%);
      position: absolute;
      left: 50%;
      top: 50%;
      width: 90%;
      text-align: center; }
      @media screen and (min-width: 768px) {
        .content-large-image .feature-img-info {
          width: 60%; } }
    .content-large-image .feature-img-info_title {
      color: var(--calcite-ui-text-1);
      margin-bottom: var(--space-4);
      font-size: var(--font-5);
      letter-spacing: -.04em; }
    .content-large-image .feature-img-info_desc {
      font-size: var(--font-1);
      color: var(--calcite-ui-text-2);
      letter-spacing: -.04em;
      width: 90%; }
      @media screen and (min-width: 768px) {
        .content-large-image .feature-img-info_desc {
          width: 100%; } }

.columnsystem.web-article-case-study h3.cmp-contentfragment__title {
  color: #000000;
  font-size: 3.39795rem;
  line-height: 1.15;
  text-align: center;
  display: none; }
  .columnsystem.web-article-case-study h3.cmp-contentfragment__title:after {
    content: "";
    border-top: solid 2px var(--theme-color);
    height: 2px;
    width: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 30px;
    background-color: var(--theme-color); }

.columnsystem.web-article-case-study img.cq-dd-image {
  border: solid 1px #ccc; }

.columnsystem.web-article-case-study .column-14 {
  padding: 50px 20px 0 20px;
  margin-top: -35px;
  background-color: #fff;
  position: relative;
  z-index: 2; }
  @media (min-width: 1440px) {
    .columnsystem.web-article-case-study .column-14 {
      margin-top: -100px;
      padding: 50px 50px 0 50px; } }

.columnsystem.web-article-case-study p[style="text-align: center;"] > b {
  font-weight: 700;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.55rem;
  color: #6e6e6e; }

.columnsystem.web-article-case-study .cmp-contentfragment p {
  margin-bottom: 25px;
  color: #000000;
  font-size: 1.2019rem;
  line-height: 1.5; }

.columnsystem.web-article-case-study .cmp-contentfragment dl {
  margin-bottom: 0; }

.columnsystem.wacs-no-overlap .column-14 {
  margin-top: 0; }

.esri-content-fragment .image.wacs-call-out, .esri-content-fragment .image.wacs-call-out-left, .esri-content-fragment .responsivegrid.wacs-call-out, .esri-content-fragment .responsivegrid.wacs-call-out-left {
  margin: 0;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px; }
  .esri-content-fragment .image.wacs-call-out small, .esri-content-fragment .image.wacs-call-out-left small, .esri-content-fragment .responsivegrid.wacs-call-out small, .esri-content-fragment .responsivegrid.wacs-call-out-left small {
    font-size: 1rem;
    color: #828282; }
  @media (min-width: 1440px) {
    .esri-content-fragment .image.wacs-call-out, .esri-content-fragment .image.wacs-call-out-left, .esri-content-fragment .responsivegrid.wacs-call-out, .esri-content-fragment .responsivegrid.wacs-call-out-left {
      margin: 0 30px 28px 30px; } }
  .esri-content-fragment .image.wacs-call-out p:last-of-type, .esri-content-fragment .image.wacs-call-out-left p:last-of-type, .esri-content-fragment .responsivegrid.wacs-call-out p:last-of-type, .esri-content-fragment .responsivegrid.wacs-call-out-left p:last-of-type {
    margin-bottom: 0; }

@media (min-width: 1440px) {
  .esri-content-fragment .image.wacs-call-out, .esri-content-fragment .responsivegrid.wacs-call-out {
    float: right !important;
    margin-right: -350px; }
  .esri-content-fragment .image.wacs-call-out-left, .esri-content-fragment .responsivegrid.wacs-call-out-left {
    float: left;
    margin-left: -350px; } }

.esri-content-fragment .cmp-contentfragment__title {
  display: none; }

.esri-content-fragment .cmp-contentfragment__element-title, .esri-content-fragment .cmp-contentfragment__element--caseStudySubHeading {
  display: none; }

.esri-content-fragment .cmp-contentfragment__element--caseStudyTitle .cmp-contentfragment__element-value {
  font-size: 3.39795rem;
  color: #4c4c4c;
  text-align: center;
  font-weight: 700;
  width: 100%;
  line-height: 1.15; }
  .esri-content-fragment .cmp-contentfragment__element--caseStudyTitle .cmp-contentfragment__element-value:after {
    content: "";
    border-top: solid 2px var(--theme-color);
    height: 2px;
    width: 50px;
    display: block;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 30px;
    background-color: var(--theme-color); }

.esri-content-fragment .cmp-contentfragment div > h2, .esri-content-fragment .cmp-contentfragment h3 {
  font-size: 1rem;
  line-height: 1.55rem;
  font-weight: 700;
  font-style: normal;
  color: #4c4c4c; }

.esri-content-fragment .cmp-contentfragment p {
  font-size: 1rem;
  line-height: 1.55rem;
  font-weight: 300;
  font-style: normal;
  color: #4c4c4c;
  margin-bottom: 60px; }

.esri-content-fragment.wacs-call-out-text-right, .esri-content-fragment .wacs-call-out-text-left {
  width: 100%;
  background-color: #f8f8f8;
  border: solid 1px #bababa;
  padding: 40px;
  margin: 1em 0; }
  .esri-content-fragment.wacs-call-out-text-right h3.cmp-contentfragment__elements p, .esri-content-fragment .wacs-call-out-text-left h3.cmp-contentfragment__elements p {
    margin-bottom: 25px; }
  .esri-content-fragment.wacs-call-out-text-right h3.cmp-contentfragment__elements P:first-child b, .esri-content-fragment .wacs-call-out-text-left h3.cmp-contentfragment__elements P:first-child b {
    color: #000000;
    font-size: 1.69949rem;
    line-height: 1.3875; }
  .esri-content-fragment.wacs-call-out-text-right dl dt,
  .esri-content-fragment.wacs-call-out-text-right dl dd, .esri-content-fragment .wacs-call-out-text-left dl dt,
  .esri-content-fragment .wacs-call-out-text-left dl dd {
    width: 100%; }

@media (min-width: 1440px) {
  .esri-content-fragment.wacs-call-out-text-right, .esri-content-fragment.wacs-call-out-text-left {
    margin: 0 30px;
    width: 584px; }
  .esri-content-fragment.wacs-call-out-text-right {
    float: right;
    margin-right: -292px; }
  .esri-content-fragment.wacs-call-out-text-left {
    float: left;
    margin-left: -292px; } }

@media (min-width: 860px) {
  .case-study-hero {
    margin-bottom: -7px; } }

.case-study-hero .ind-case_study_resource-details {
  margin-top: 0 !important;
  position: relative; }
  @media (min-width: 860px) {
    .case-study-hero .ind-case_study_resource-details {
      min-height: 480px; } }
  @media (min-width: 860px) {
    .case-study-hero .ind-case_study_resource-details .resource-details-content {
      position: absolute;
      top: 50%;
      transform: translateY(-50%); } }

.case-study-hero .video_modal {
  max-width: 107%;
  height: 480px; }

@media (max-width: 959px) {
  .case-study-hero .modal-content {
    width: 90vw;
    background-color: transparent; }
    .case-study-hero .modal-content iframe.video_content, .case-study-hero .modal-content iframe.youtube {
      width: 100%; } }

.ind-case_study_resource {
  margin: 60px 0 0 0;
  width: 100%;
  display: inline-block;
  background-color: var(--calcite-ui-background); }
  .ind-case_study_resource_icon {
    width: 64px;
    margin: 30px 0 0 25px; }
    @media (min-width: 1024px) {
      .ind-case_study_resource_icon {
        margin: 40px 0 0 0; } }
  .ind-case_study_resource_text {
    padding: 10px 0; }
    .ind-case_study_resource_text .ind-hero_seperator {
      margin: 15px 0; }
    .ind-case_study_resource_text h1 {
      font-size: calc(100% + 3.25vh);
      letter-spacing: -0.2rem; }
      @media (min-width: 1024px) {
        .ind-case_study_resource_text h1 {
          font-size: 3.39795rem;
          line-height: 3.1rem; } }
    @media (min-width: 1024px) {
      .ind-case_study_resource_text {
        float: left;
        width: 50%; } }
    @media (min-width: 1440px) {
      .ind-case_study_resource_text {
        width: 50%; } }
  .ind-case_study_resource-video {
    position: relative;
    text-align: center;
    min-height: 260px; }
    @media (min-width: 600px) {
      .ind-case_study_resource-video {
        min-height: 480px; } }
    @media (min-width: 860px) {
      .ind-case_study_resource-video {
        float: left;
        width: 58%; } }
  .ind-case_study_resource-details {
    margin-left: 5%;
    position: relative;
    padding-top: 30px; }
    @media (min-width: 860px) {
      .ind-case_study_resource-details {
        float: left;
        margin-left: 1%; } }
    @media (min-width: 768px) {
      .ind-case_study_resource-details {
        padding-top: 40px; } }
    @media (min-width: 860px) {
      .ind-case_study_resource-details {
        width: 40%; } }
    @media (min-width: 1024px) {
      .ind-case_study_resource-details {
        margin-top: 70px; } }
    @media (min-width: 1440px) {
      .ind-case_study_resource-details {
        margin-top: 100px; } }
    @media (min-width: 860px) {
      .ind-case_study_resource-details-heading, .ind-case_study_resource-details-title, .ind-case_study_resource-details-body {
        padding: 0 25px; } }
    @media (min-width: 1024px) {
      .ind-case_study_resource-details-heading, .ind-case_study_resource-details-title, .ind-case_study_resource-details-body {
        padding: 0 35px; } }
    .ind-case_study_resource-details-heading {
      color: var(--calcite-ui-text-1);
      font-size: calc(30% + .75vh);
      margin-bottom: 5px;
      letter-spacing: .05rem; }
      @media (min-width: 768px) {
        .ind-case_study_resource-details-heading {
          font-size: 0.8125rem; } }
    .ind-case_study_resource-details-title {
      color: var(--calcite-ui-text-1);
      font-size: calc(70% + 1vh);
      line-height: 1.5rem;
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .ind-case_study_resource-details-title {
          line-height: 2.5rem;
          font-size: 1.9994rem;
          letter-spacing: -0.1rem; } }
    .ind-case_study_resource-details-body {
      font-size: calc(50% + .75vh);
      color: var(--calcite-ui-text-2);
      word-wrap: break-word; }
      @media (min-width: 768px) {
        .ind-case_study_resource-details-body {
          font-size: 1rem; } }

.ind-doc-dark_play {
  background-color: #4c4c4c;
  background-image: url("data:image/svg+xml;charset=utf-8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMS4wLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiDQoJIHZpZXdCb3g9IjAgMCAxNiAxNiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMTYgMTY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiNGRkZGRkY7fQ0KPC9zdHlsZT4NCjxnIGlkPSJpY29ucyI+DQoJPGc+DQoJCTxyZWN0IHg9IjEwIiB5PSIxMiIgY2xhc3M9InN0MCIgd2lkdGg9IjIiIGhlaWdodD0iMSIvPg0KCQk8cmVjdCB4PSIxMCIgeT0iNiIgY2xhc3M9InN0MCIgd2lkdGg9IjIiIGhlaWdodD0iMSIvPg0KCQk8cmVjdCB4PSIxMCIgeT0iOCIgY2xhc3M9InN0MCIgd2lkdGg9IjIiIGhlaWdodD0iMSIvPg0KCQk8cmVjdCB4PSIzIiB5PSIzIiBjbGFzcz0ic3QwIiB3aWR0aD0iNSIgaGVpZ2h0PSIxIi8+DQoJCTxyZWN0IHg9IjEwIiB5PSIxMCIgY2xhc3M9InN0MCIgd2lkdGg9IjIiIGhlaWdodD0iMSIvPg0KCQk8cmVjdCB4PSIzIiB5PSI2IiBjbGFzcz0ic3QwIiB3aWR0aD0iNSIgaGVpZ2h0PSIxIi8+DQoJCTxyZWN0IHg9IjMiIHk9IjgiIGNsYXNzPSJzdDAiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4NCgkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTExLDBIMXYxNmgxM1YzTDExLDB6IE0xMywxNUgyVjFoOC42TDEzLDMuNFYxNXoiLz4NCgkJPHJlY3QgeD0iMyIgeT0iMTAiIGNsYXNzPSJzdDAiIHdpZHRoPSI2IiBoZWlnaHQ9IjEiLz4NCgkJPHJlY3QgeD0iMyIgeT0iMTIiIGNsYXNzPSJzdDAiIHdpZHRoPSI1IiBoZWlnaHQ9IjEiLz4NCgk8L2c+DQo8L2c+DQo8L3N2Zz4=");
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 100%;
  background-size: 30px 30px;
  height: 70px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  transition: all .25s ease-out;
  z-index: 5; }
  .ind-doc-dark_play:hover {
    background-color: var(--calcite-ui-brand);
    background-size: 30px 30px; }

.ind-video_length {
  background: #4c4c4c;
  bottom: 7px;
  color: #ffffff;
  display: none;
  font-size: 10px;
  right: 0;
  padding: 0 15px;
  position: absolute;
  text-align: center; }

.card-container-v2 .block, .card-container-v3 .block {
  margin-bottom: 25px; }
  .card-container-v2 .block .cards-tier, .card-container-v3 .block .cards-tier {
    width: 100%;
    text-align: center;
    position: relative;
    background: var(--calcite-ui-foreground-1);
    border: solid 1px var(--calcite-ui-border-1);
    padding: var(--space-8); }
    .card-container-v2 .block .cards-tier--gradient, .card-container-v3 .block .cards-tier--gradient {
      position: absolute;
      top: 0;
      left: 0;
      height: 4px;
      width: 100%; }
    .card-container-v2 .block .cards-tier--content, .card-container-v3 .block .cards-tier--content {
      margin-bottom: 0;
      display: block;
      width: 100%;
      flex: 1 0 auto; }
    .card-container-v2 .block .cards-tier .separator, .card-container-v3 .block .cards-tier .separator {
      background: var(--calcite-ui-border-1); }
    .card-container-v2 .block .cards-tier__title, .card-container-v3 .block .cards-tier__title {
      font-size: var(--font-4);
      color: var(--calcite-ui-text-1); }
    .card-container-v2 .block .cards-tier__primaryText, .card-container-v3 .block .cards-tier__primaryText {
      font-size: var(--font-4);
      color: var(--calcite-ui-text-1); }
    .card-container-v2 .block .cards-tier__subtitle, .card-container-v2 .block .cards-tier__description, .card-container-v2 .block .cards-tier__auxtext, .card-container-v2 .block .cards-tier__tertiaryText, .card-container-v3 .block .cards-tier__subtitle, .card-container-v3 .block .cards-tier__description, .card-container-v3 .block .cards-tier__auxtext, .card-container-v3 .block .cards-tier__tertiaryText {
      font-size: var(--font-0); }
    .card-container-v2 .block .cards-tier__description, .card-container-v3 .block .cards-tier__description {
      color: var(--calcite-ui-text-1); }
    .card-container-v2 .block .cards-tier__subtitle, .card-container-v2 .block .cards-tier__auxtext, .card-container-v2 .block .cards-tier__tertiaryText, .card-container-v3 .block .cards-tier__subtitle, .card-container-v3 .block .cards-tier__auxtext, .card-container-v3 .block .cards-tier__tertiaryText {
      font-size: var(--font-0);
      margin-bottom: 0;
      color: var(--calcite-ui-text-2); }

.card-container-v2.cardsPerRow-5 .cards-tier, .card-container-v2.cardsPerRow-6 .cards-tier, .card-container-v3.cardsPerRow-5 .cards-tier, .card-container-v3.cardsPerRow-6 .cards-tier {
  padding: 25px 15px 20px 15px; }
  .card-container-v2.cardsPerRow-5 .cards-tier__title, .card-container-v2.cardsPerRow-6 .cards-tier__title, .card-container-v3.cardsPerRow-5 .cards-tier__title, .card-container-v3.cardsPerRow-6 .cards-tier__title {
    font-size: var(--font-1); }
  .card-container-v2.cardsPerRow-5 .cards-tier__primaryText, .card-container-v2.cardsPerRow-6 .cards-tier__primaryText, .card-container-v3.cardsPerRow-5 .cards-tier__primaryText, .card-container-v3.cardsPerRow-6 .cards-tier__primaryText {
    font-size: var(--font-1); }
  .card-container-v2.cardsPerRow-5 .cards-tier__description, .card-container-v2.cardsPerRow-5 .cards-tier__subtitle, .card-container-v2.cardsPerRow-5 .cards-tier__auxtext, .card-container-v2.cardsPerRow-5 .cards-tier__tertiaryText, .card-container-v2.cardsPerRow-6 .cards-tier__description, .card-container-v2.cardsPerRow-6 .cards-tier__subtitle, .card-container-v2.cardsPerRow-6 .cards-tier__auxtext, .card-container-v2.cardsPerRow-6 .cards-tier__tertiaryText, .card-container-v3.cardsPerRow-5 .cards-tier__description, .card-container-v3.cardsPerRow-5 .cards-tier__subtitle, .card-container-v3.cardsPerRow-5 .cards-tier__auxtext, .card-container-v3.cardsPerRow-5 .cards-tier__tertiaryText, .card-container-v3.cardsPerRow-6 .cards-tier__description, .card-container-v3.cardsPerRow-6 .cards-tier__subtitle, .card-container-v3.cardsPerRow-6 .cards-tier__auxtext, .card-container-v3.cardsPerRow-6 .cards-tier__tertiaryText {
    font-size: var(--font--3); }

.cards-standard-series .block {
  margin-bottom: 20px;
  display: flex; }

.cards-standard-series .marginbottom50px {
  margin-bottom: 50px; }

.cards-standard-series-lighttheme .headercontainer .headertitle {
  color: #000; }

.cards-standard-series-lighttheme .headercontainer .description {
  color: #4c4c4c; }

.cards-standard-series-darktheme .headercontainer .headertitle {
  color: #fff; }

.cards-standard-series-darktheme .headercontainer .description {
  color: #ccc; }

.cards-standard-series .headercontainer {
  width: 100%;
  padding: 0 20px; }
  .cards-standard-series .headercontainer.text-center .headertitle {
    text-align: center; }
  .cards-standard-series .headercontainer.text-center hr {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 20px; }
  .cards-standard-series .headercontainer.text-center .description {
    margin: 0 auto;
    margin-bottom: 50px; }
  .cards-standard-series .headercontainer.text-left hr {
    text-align: left; }
  .cards-standard-series .headercontainer .headertitle {
    margin-bottom: 0; }
  .cards-standard-series .headercontainer hr {
    margin: 0;
    border-top: none;
    height: 3px;
    width: 50px;
    margin-top: 15px;
    margin-bottom: 20px; }
  .cards-standard-series .headercontainer .description {
    margin: 0;
    margin-bottom: 50px;
    width: 80%; }

@media (min-width: 860px) {
  .cards-standard-series .headercontainer {
    padding: 0 0 0 12px; }
    .cards-standard-series .headercontainer hr {
      margin-top: 15px;
      margin-bottom: 20px; }
    .cards-standard-series .headercontainer .description {
      margin-bottom: 50px;
      width: 60%; } }

.cards-standard-container {
  width: 100%;
  position: relative;
  background: var(--calcite-ui-background);
  border: solid 1px var(--calcite-ui-border-1); }
  .cards-standard-container.nohoverborder:hover, .cards-standard-container.nohoverborder:focus {
    border: solid 1px var(--calcite-ui-border-1); }
  .cards-standard-container *:focus, .cards-standard-container *:focus-within {
    outline: none; }
  .cards-standard-container:focus-within, .cards-standard-container:focus {
    box-shadow: 0 0 0 5px var(--calcite-ui-brand); }
  .cards-standard-container:hover, .cards-standard-container:focus {
    cursor: pointer;
    border: solid 1px var(--calcite-ui-brand-hover); }
  .cards-standard-container .linkurl2 a, .cards-standard-container .linkurl2 span {
    color: #0079c1;
    position: relative; }
  .cards-standard-container .standardcard {
    position: relative;
    width: 100%;
    display: inline-block;
    padding-bottom: var(--space-16);
    height: 100%; }
    .cards-standard-container .standardcard .csc-image {
      position: relative;
      width: 100%;
      height: 0;
      padding-bottom: 56.25%;
      overflow: hidden; }
      .cards-standard-container .standardcard .csc-image .csc-overlaytext-desktop {
        display: block;
        position: absolute;
        bottom: 0;
        padding: var(--space-1) var(--space-5);
        font-size: 11px;
        width: 100%;
        text-transform: uppercase;
        letter-spacing: 0.2rem;
        background-color: var(--calcite-ui-foreground-1);
        opacity: .90;
        color: var(--calcite-ui-text-2); }
      .cards-standard-container .standardcard .csc-image img {
        width: 100%;
        height: auto; }
      .cards-standard-container .standardcard .csc-image .cs-card-link {
        width: 100%;
        height: 100%;
        display: block; }
        .cards-standard-container .standardcard .csc-image .cs-card-link:hover, .cards-standard-container .standardcard .csc-image .cs-card-link:focus {
          text-decoration: none; }
      .cards-standard-container .standardcard .csc-image .timestamp-container calcite-button {
        position: absolute;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%); }
      .cards-standard-container .standardcard .csc-image .csc-overlaytext-video {
        display: none; }
    .cards-standard-container .standardcard .csc-rightcolumn {
      width: 100%;
      position: relative; }
      .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container {
        padding: var(--space-3) var(--space-5) 0 var(--space-5); }
        .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .csc-title {
          margin-bottom: var(--space-3);
          color: var(--calcite-ui-text-1); }
        .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .csc-context {
          margin-bottom: var(--space-4);
          color: var(--calcite-ui-text-1); }
        .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .csc-more-text {
          margin-bottom: var(--space-4);
          color: var(--calcite-ui-text-2); }
  @media (max-width: 506px) {
    .cards-standard-container .linkurl2 {
      display: none; } }
  .cards-standard-container .linkurl2 {
    padding: 0 20px 20px 20px;
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0; }
    .cards-standard-container .linkurl2 a, .cards-standard-container .linkurl2 span {
      color: var(--calcite-ui-brand); }
      .cards-standard-container .linkurl2 a:hover, .cards-standard-container .linkurl2 a:focus, .cards-standard-container .linkurl2 span:hover, .cards-standard-container .linkurl2 span:focus {
        text-decoration: none; }
  @media (min-width: 507px) {
    .cards-standard-container .standardcard .csc-rightcolumn {
      width: 100%; } }
  .cards-standard-container .image-missing-container {
    padding-bottom: 56.25%;
    background-color: #c00; }
    .cards-standard-container .image-missing-container .image-missing {
      padding-top: 22%;
      text-align: center;
      background-color: #c00;
      color: #ffffff; }
      .cards-standard-container .image-missing-container .image-missing:hover, .cards-standard-container .image-missing-container .image-missing:focus {
        text-decoration: none; }
  .cards-standard-container .timestamp-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }

.card-container-v3.cardsPerRow-2 .cards-standard-container .csc-title, .card-container-v3.cardsPerRow-3 .cards-standard-container .csc-title {
  font-size: 1.414rem;
  line-height: 1.5; }

.card-container-v3.cardsPerRow-4 .cards-standard-container .csc-title, .card-container-v3.cardsPerRow-5 .cards-standard-container .csc-title {
  font-size: 1.2019rem;
  line-height: 1.5; }

.card-container-v3.cardsPerRow-6 .cards-standard-container .csc-title {
  font-size: 1rem;
  line-height: 1.5; }

.cards-simple2 a {
  color: #000;
  display: flex;
  width: 100%;
  transition: border-color .25s linear;
  border-left: 2px inset transparent; }
  html[dir="rtl"] .cards-simple2 a {
    border-right: 2px inset transparent;
    border-left: none; }
  .cards-simple2 a:hover {
    text-decoration: none; }

.cards-simple2 .card-content2 {
  padding: 20px;
  width: 100%; }
  .cards-simple2 .card-content2 .icon-container .svg-icon {
    width: 48px;
    height: auto; }
  .cards-simple2 .card-content2 .card-title {
    margin-bottom: 0; }
  .cards-simple2 .card-content2 .icon-container img {
    width: 48px; }
  .cards-simple2 .card-content2 .card-text {
    margin-top: 0.5rem; }
    .cards-simple2 .card-content2 .card-text p {
      margin-bottom: 0; }

.cards-simple2.darktheme {
  border: solid 1px #595959;
  background-color: #323232; }
  .cards-simple2.darktheme a:hover {
    border-left: inset 2px #49b0f2; }
    html[dir="rtl"] .cards-simple2.darktheme a:hover {
      border-right: inset 2px #49b0f2;
      border-left: none; }
  .cards-simple2.darktheme a .card-title {
    color: #fff; }
  .cards-simple2.darktheme a .card-text p {
    color: #bcbcbc; }
  .cards-simple2.darktheme:hover {
    border: solid 1px #49b0f2; }

.cards-simple2.lighttheme {
  border: solid 1px #cccccc;
  background-color: #fff; }
  .cards-simple2.lighttheme a:hover {
    border-left: inset 2px #0079c1; }
    html[dir="rtl"] .cards-simple2.lighttheme a:hover {
      border-right: 2px inset #0079c1;
      border-left: none; }
  .cards-simple2.lighttheme a .card-title {
    color: #000; }
  .cards-simple2.lighttheme a .card-text p {
    color: #595959; }
  .cards-simple2.lighttheme:hover {
    border: solid 1px #0079c1; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(2) .darktheme .card-title, .cards-simple-block-series .block:nth-child(1):nth-last-child(2) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(2):nth-last-child(1) .darktheme .card-title, .cards-simple-block-series .block:nth-child(2):nth-last-child(1) .lighttheme .card-title {
  font-size: 1.2019rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(2) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(1):nth-last-child(2) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(2):nth-last-child(1) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(2):nth-last-child(1) .lighttheme .card-text p {
  font-size: 0.9375rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(3) .darktheme .card-title, .cards-simple-block-series .block:nth-child(1):nth-last-child(3) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(2):nth-last-child(2) .darktheme .card-title, .cards-simple-block-series .block:nth-child(2):nth-last-child(2) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(3):nth-last-child(1) .darktheme .card-title, .cards-simple-block-series .block:nth-child(3):nth-last-child(1) .lighttheme .card-title {
  font-size: 1.2019rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(3) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(1):nth-last-child(3) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(2):nth-last-child(2) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(2):nth-last-child(2) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(3):nth-last-child(1) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(3):nth-last-child(1) .lighttheme .card-text p {
  font-size: 0.9375rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(4) .darktheme .card-title, .cards-simple-block-series .block:nth-child(1):nth-last-child(4) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(2):nth-last-child(3) .darktheme .card-title, .cards-simple-block-series .block:nth-child(2):nth-last-child(3) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(3):nth-last-child(2) .darktheme .card-title, .cards-simple-block-series .block:nth-child(3):nth-last-child(2) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(4):nth-last-child(1) .darktheme .card-title, .cards-simple-block-series .block:nth-child(4):nth-last-child(1) .lighttheme .card-title {
  font-size: 1rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(4) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(1):nth-last-child(4) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(2):nth-last-child(3) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(2):nth-last-child(3) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(3):nth-last-child(2) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(3):nth-last-child(2) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(4):nth-last-child(1) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(4):nth-last-child(1) .lighttheme .card-text p {
  font-size: 0.875rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(5) .darktheme .card-title, .cards-simple-block-series .block:nth-child(1):nth-last-child(5) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(2):nth-last-child(4) .darktheme .card-title, .cards-simple-block-series .block:nth-child(2):nth-last-child(4) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(3):nth-last-child(3) .darktheme .card-title, .cards-simple-block-series .block:nth-child(3):nth-last-child(3) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(4):nth-last-child(2) .darktheme .card-title, .cards-simple-block-series .block:nth-child(4):nth-last-child(2) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(5):nth-last-child(1) .darktheme .card-title, .cards-simple-block-series .block:nth-child(5):nth-last-child(1) .lighttheme .card-title {
  font-size: 1rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(5) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(1):nth-last-child(5) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(2):nth-last-child(4) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(2):nth-last-child(4) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(3):nth-last-child(3) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(3):nth-last-child(3) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(4):nth-last-child(2) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(4):nth-last-child(2) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(5):nth-last-child(1) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(5):nth-last-child(1) .lighttheme .card-text p {
  font-size: 0.8125rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(6) .darktheme .card-title, .cards-simple-block-series .block:nth-child(1):nth-last-child(6) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(2):nth-last-child(5) .darktheme .card-title, .cards-simple-block-series .block:nth-child(2):nth-last-child(5) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(3):nth-last-child(4) .darktheme .card-title, .cards-simple-block-series .block:nth-child(3):nth-last-child(4) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(4):nth-last-child(3) .darktheme .card-title, .cards-simple-block-series .block:nth-child(4):nth-last-child(3) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(5):nth-last-child(2) .darktheme .card-title, .cards-simple-block-series .block:nth-child(5):nth-last-child(2) .lighttheme .card-title, .cards-simple-block-series .block:nth-child(6):nth-last-child(1) .darktheme .card-title, .cards-simple-block-series .block:nth-child(6):nth-last-child(1) .lighttheme .card-title {
  font-size: 0.9375rem; }

.cards-simple-block-series .block:nth-child(1):nth-last-child(6) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(1):nth-last-child(6) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(2):nth-last-child(5) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(2):nth-last-child(5) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(3):nth-last-child(4) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(3):nth-last-child(4) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(4):nth-last-child(3) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(4):nth-last-child(3) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(5):nth-last-child(2) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(5):nth-last-child(2) .lighttheme .card-text p, .cards-simple-block-series .block:nth-child(6):nth-last-child(1) .darktheme .card-text p, .cards-simple-block-series .block:nth-child(6):nth-last-child(1) .lighttheme .card-text p {
  font-size: 0.8125rem; }

.cards-simple-series .block {
  margin-bottom: 25px; }

.cards-simple-series .cards-simple-series .block {
  display: flex; }

.cards-simple-series .cards-simple {
  display: flex;
  flex: 1; }

.cards-simple-series .headercontainer {
  width: 100%;
  padding: 0 20px; }
  .cards-simple-series .headercontainer.text-center .headertitle {
    text-align: center; }
  .cards-simple-series .headercontainer.text-center hr {
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 20px; }
  .cards-simple-series .headercontainer.text-center .description {
    margin: 0 auto;
    margin-bottom: 33px; }
  .cards-simple-series .headercontainer .headertitle {
    margin-bottom: 0; }
  .cards-simple-series .headercontainer hr {
    margin: 0;
    border-top: none;
    height: 3px;
    width: 50px;
    margin-top: 15px;
    margin-bottom: 20px; }
  .cards-simple-series .headercontainer .description {
    margin: 0;
    margin-bottom: 33px;
    width: 80%; }
  .cards-simple-series .headercontainer.content-right {
    padding-left: 40px; }

@media (min-width: 860px) {
  .cards-simple-series .headercontainer {
    padding: 0; }
    .cards-simple-series .headercontainer hr {
      margin-top: 15px;
      margin-bottom: 20px;
      text-align: left; }
    .cards-simple-series .headercontainer .description {
      margin-bottom: 35px;
      width: 60%; }
      .cards-simple-series .headercontainer .description.content-left, .cards-simple-series .headercontainer .description.content-right {
        width: 80%; }
    .cards-simple-series .headercontainer.text-left {
      padding-left: 0; }
  .cards-simple-series .vertical-align-content {
    align-items: center;
    display: flex; } }

.cards-simple-series .marginbottom50px {
  margin-bottom: 50px; }

.cards-simple-series .textlight .headertitle {
  color: #fff; }

.cards-simple-series .textlight .description {
  color: #ccc; }

.cards-simple-series .textdark .headertitle {
  color: #000; }

.cards-simple-series .textdark .description {
  color: #323232; }

.cards-simple-series .ctacontainer {
  width: 100%;
  display: flex; }
  .cards-simple-series .ctacontainer .cta {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #0079c1; }
    .cards-simple-series .ctacontainer .cta .simplecta {
      background-color: transparent;
      color: #0079c1;
      border: solid 2px rgba(0, 121, 193, 0);
      transition: all .25s ease-out; }
      .cards-simple-series .ctacontainer .cta .simplecta:hover {
        border: solid 2px #0079c1;
        transition: all .25s ease-out; }
    .cards-simple-series .ctacontainer .cta .right-arrow-blue {
      width: 12px;
      height: 12px;
      display: inline-block;
      margin-left: 5px;
      fill: #0079c1; }

.cards-simple-series .lhc-link-container .ctacontainer {
  border: solid 1px #0079c1;
  display: inline-block;
  width: auto; }
  .cards-simple-series .lhc-link-container .ctacontainer .simplecta {
    background-color: transparent;
    color: #0079c1;
    border: solid 2px rgba(0, 121, 193, 0);
    transition: all .25s ease-out; }
    .cards-simple-series .lhc-link-container .ctacontainer .simplecta:hover {
      border: solid 2px #0079c1;
      transition: all .25s ease-out; }
  .cards-simple-series .lhc-link-container .ctacontainer .right-arrow-blue {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
    fill: #0079c1; }

.cards-simple-series .lhc-link-container .secondarylink {
  color: #0079c1;
  display: block;
  margin-left: 0;
  margin-top: 10px; }
  @media (min-width: 479px) {
    .cards-simple-series .lhc-link-container .secondarylink {
      margin-left: 40px;
      margin-top: 0;
      display: inline-block; } }
  @media (min-width: 861px) and (max-width: 940px) {
    .cards-simple-series .lhc-link-container .secondarylink {
      margin-left: 0;
      margin-top: 10px;
      display: block; } }
  .cards-simple-series .lhc-link-container .secondarylink .right-arrow-blue {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-left: 5px;
    fill: #0079c1; }
  .cards-simple-series .lhc-link-container .secondarylink a {
    padding-left: 0; }
    .cards-simple-series .lhc-link-container .secondarylink a:hover {
      text-decoration: none; }

.cards-simple-series .textlight .lhc-link-container .ctacontainer {
  border: solid 1px #49b0f2; }
  .cards-simple-series .textlight .lhc-link-container .ctacontainer:hover {
    border-color: #74c6ff; }
    .cards-simple-series .textlight .lhc-link-container .ctacontainer:hover .right-arrow-blue {
      fill: #74c6ff; }
  .cards-simple-series .textlight .lhc-link-container .ctacontainer .simplecta {
    color: #49b0f2;
    border: solid 2px rgba(73, 176, 242, 0); }
    .cards-simple-series .textlight .lhc-link-container .ctacontainer .simplecta:hover {
      border: solid 2px #74c6ff;
      color: #74c6ff; }
  .cards-simple-series .textlight .lhc-link-container .ctacontainer .right-arrow-blue {
    fill: #49b0f2; }
    .cards-simple-series .textlight .lhc-link-container .ctacontainer .right-arrow-blue:hover {
      fill: #74c6ff; }

.cards-simple-series .textlight .lhc-link-container .secondarylink .right-arrow-blue {
  fill: #49b0f2; }

.cards-simple-series .textlight .lhc-link-container .secondarylink a {
  color: #49b0f2;
  padding-left: 0; }
  .cards-simple-series .textlight .lhc-link-container .secondarylink a:hover {
    color: #74c6ff; }
    .cards-simple-series .textlight .lhc-link-container .secondarylink a:hover .right-arrow-blue {
      fill: #74c6ff; }

.cards-simple-series .textlight .lhc-link-container .btn-animated-border-bottom-blue:hover::after {
  border-bottom: 1px solid #74c6ff; }

.cards-simple-series .content-left .child-card, .cards-simple-series .content-right .child-card {
  display: flex; }

@media (max-width: 1200px) {
  .cards-simple-series .block-group-2-up > .block {
    flex-basis: calc(100% - 1.5rem);
    width: calc(100% - 1.5rem); }
  .cards-simple-series .container-cards {
    order: 2; }
  .cards-simple-series .container-content {
    order: 1; }
  .cards-simple-series .headercontainer.content-left, .cards-simple-series .headercontainer.content-right {
    padding-left: 0px; } }

@media (max-width: 480px) {
  .cards-simple-series .headercontainer.content-left, .cards-simple-series .headercontainer.content-right {
    padding-left: 10px; } }

@media (min-width: 861px) {
  .cards-simple-series .cardsPerRow-2 .block, .cards-simple-series .cardsPerRow-3 .block, .cards-simple-series .cardsPerRow-4 .block, .cards-simple-series .cardsPerRow-5 .block, .cards-simple-series .cardsPerRow-6 .block {
    margin-bottom: 25px; }
  .cards-simple-series .cardsPerRow-2 .block:nth-child(2n+1):nth-last-child(-n+2) {
    margin-bottom: 0px; }
  .cards-simple-series .cardsPerRow-2 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div {
    margin-bottom: 0px; }
  .cards-simple-series .cardsPerRow-3 .block:nth-child(3n+1):nth-last-child(-n+3) {
    margin-bottom: 0px; }
  .cards-simple-series .cardsPerRow-3 .block:nth-child(3n+1):nth-last-child(-n+3) ~ div {
    margin-bottom: 0px; }
  .cards-simple-series .cardsPerRow-4 .block:nth-child(4n+1):nth-last-child(-n+4) {
    margin-bottom: 0px; }
  .cards-simple-series .cardsPerRow-4 .block:nth-child(4n+1):nth-last-child(-n+4) ~ div {
    margin-bottom: 0px; }
  .cards-simple-series .cardsPerRow-5 .block:nth-child(5n+1):nth-last-child(-n+5) {
    margin-bottom: 0px; }
  .cards-simple-series .cardsPerRow-5 .block:nth-child(5n+1):nth-last-child(-n+5) ~ div {
    margin-bottom: 0px; }
  .cards-simple-series .cardsPerRow-6 .block:nth-child(6n+1):nth-last-child(-n+6) {
    margin-bottom: 0px; }
  .cards-simple-series .cardsPerRow-6 .block:nth-child(6n+1):nth-last-child(-n+6) ~ div {
    margin-bottom: 0px; } }

html[dir="rtl"] body .cards-simple-series .headercontainer.content-right {
  padding-right: 40px;
  padding-left: 0; }

html[dir="rtl"] body .cards-simple-series .headercontainer.text-left {
  padding-left: 0;
  padding-right: 15px; }

html[dir="rtl"] body .cards-simple-series .ctacontainer .cta .right-arrow-blue {
  margin-right: 5px;
  margin-left: 0;
  transform: rotate(180deg); }

html[dir="rtl"] body .cards-simple-series .ctacontainer .right-arrow-blue {
  margin-right: 5px;
  margin-left: 0;
  transform: rotate(180deg); }

html[dir="rtl"] body .cards-simple-series .secondarylink {
  margin-left: 0;
  margin-right: 40px; }
  html[dir="rtl"] body .cards-simple-series .secondarylink .right-arrow-blue {
    margin-right: 5px;
    margin-left: 0;
    transform: rotate(180deg); }

html[dir="rtl"] body .cards-simple-series .btn-animated-border-bottom-blue::after {
  left: auto;
  right: 0; }

.block-group-4-up.cards-simple-block-series > .block:first-child {
  flex-basis: calc(75% - 1.5rem);
  margin-bottom: 20px; }
  @media (max-width: 860px) {
    .block-group-4-up.cards-simple-block-series > .block:first-child {
      flex-basis: 100%; } }

.cards-simple-block-series .block {
  display: flex; }
  @media (max-width: 860px) {
    .cards-simple-block-series .block {
      margin-bottom: 20px; } }

.cards-simple-block-series .block:nth-child(2) {
  margin-bottom: 20px; }

.cards-simple-block-series .cards-simple2 {
  display: flex;
  flex: 1; }

.cards-simple-block-series .headercontainer {
  text-align: center;
  width: 100%; }
  .cards-simple-block-series .headercontainer .headertitle {
    margin-bottom: 60px; }
  .cards-simple-block-series .headercontainer.textlight .headertitle {
    color: #fff; }
  .cards-simple-block-series .headercontainer.textdark .headertitle {
    color: #000; }

.cards-simple-block-series .ctacontainer {
  width: 100%;
  display: flex; }
  .cards-simple-block-series .ctacontainer .cta {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #0079c1; }
    .cards-simple-block-series .ctacontainer .cta .simplecta {
      background-color: transparent;
      color: #0079c1;
      border: solid 2px rgba(0, 121, 193, 0);
      transition: all .25s ease-out;
      padding: 8px 14px; }
      .cards-simple-block-series .ctacontainer .cta .simplecta:hover {
        border: solid 2px #0079c1;
        transition: all .25s ease-out; }
    .cards-simple-block-series .ctacontainer .cta .right-arrow-blue {
      width: 12px;
      height: 12px;
      display: inline-block;
      margin-left: 5px;
      fill: #0079c1; }

.cards-simple-block-series .hero-container {
  width: 100%;
  display: flex; }
  .cards-simple-block-series .hero-container .hero-block, .cards-simple-block-series .hero-container .hero-video {
    float: left;
    width: 43%; }
  .cards-simple-block-series .hero-container .linkcard {
    display: flex;
    flex: 1; }
    .cards-simple-block-series .hero-container .linkcard:hover {
      text-decoration: none; }
  .cards-simple-block-series .hero-container .hero-text-container {
    float: right;
    width: 57%;
    padding: 50px;
    display: flex;
    align-items: center; }
  @media (max-width: 462px) {
    .cards-simple-block-series .hero-container {
      display: block; }
      .cards-simple-block-series .hero-container .linkcard {
        display: block;
        flex: none; }
      .cards-simple-block-series .hero-container .hero-block, .cards-simple-block-series .hero-container .hero-text-container {
        width: 100%; } }
  @media (min-width: 463px) and (max-width: 860px) {
    .cards-simple-block-series .hero-container .hero-block, .cards-simple-block-series .hero-container .hero-text-container {
      width: 50%; } }
  .cards-simple-block-series .hero-container .hero-video .video_play {
    background: rgba(50, 50, 50, 0.9);
    border-radius: 100%;
    height: 50px;
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    z-index: 5;
    transition: all .25s ease-out; }
    .cards-simple-block-series .hero-container .hero-video .video_play:after {
      content: "";
      border-top: 7px solid transparent;
      border-bottom: 7px solid transparent;
      border-left: 10px solid white;
      left: 52.5%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      height: 0;
      width: 0; }
      .cards-simple-block-series .hero-container .hero-video .video_play:after:hover {
        border-left: 9px solid #ffffff !important; }
    .cards-simple-block-series .hero-container .hero-video .video_play:hover {
      background: #0079c1; }
  .cards-simple-block-series .hero-container .hero-video .modal-content {
    max-height: 540px; }
  .cards-simple-block-series .hero-container .hero-video .video_modal .video_placeholder {
    max-width: 100%;
    height: auto;
    display: block; }
  .cards-simple-block-series .hero-container .hero-video .modal-overlay {
    display: none; }
    .cards-simple-block-series .hero-container .hero-video .modal-overlay.is-active {
      display: block;
      z-index: 10000; }
  .cards-simple-block-series .hero-container .hero-video .modal-content {
    background-color: transparent; }
  @media (max-width: 959px) {
    .cards-simple-block-series .hero-container .hero-video .modal-content {
      width: 90vw;
      background-color: transparent; }
      .cards-simple-block-series .hero-container .hero-video .modal-content iframe.video_content, .cards-simple-block-series .hero-container .hero-video .modal-content iframe.youtube {
        width: 100%; } }
  .cards-simple-block-series .hero-container.textlight {
    border: solid 1px #595959;
    transition: all .25s ease-out;
    background-color: #323232; }
    .cards-simple-block-series .hero-container.textlight:hover {
      border-color: #49b0f2;
      transition: all .25s ease-out; }
      .cards-simple-block-series .hero-container.textlight:hover .hero-video .video_modal .colorbox-evlarge .video_play {
        background-color: #49b0f2; }
    .cards-simple-block-series .hero-container.textlight .hero-block {
      background-color: transparent; }
      .cards-simple-block-series .hero-container.textlight .hero-block .hero-image img, .cards-simple-block-series .hero-container.textlight .hero-block .hero-video img {
        width: 100%;
        height: auto;
        display: block; }
    .cards-simple-block-series .hero-container.textlight .hero-text-container {
      background-color: transparent; }
      .cards-simple-block-series .hero-container.textlight .hero-text-container .hero-title {
        color: #fff; }
      .cards-simple-block-series .hero-container.textlight .hero-text-container .hero-content {
        color: #bcbcbc;
        margin-bottom: 0; }
  .cards-simple-block-series .hero-container.textdark {
    border: solid 1px #ccc;
    transition: all .25s ease-out;
    background-color: #fff; }
    .cards-simple-block-series .hero-container.textdark:hover {
      border-color: #0079c1;
      transition: all .25s ease-out; }
      .cards-simple-block-series .hero-container.textdark:hover .hero-video .video_modal .colorbox-evlarge .video_play {
        background-color: #0079c1; }
    .cards-simple-block-series .hero-container.textdark .hero-block {
      background-color: #fff; }
      .cards-simple-block-series .hero-container.textdark .hero-block .hero-image img, .cards-simple-block-series .hero-container.textdark .hero-block .hero-video img {
        width: 100%;
        height: auto;
        display: block; }
    .cards-simple-block-series .hero-container.textdark .hero-text-container {
      background-color: #fff; }
      .cards-simple-block-series .hero-container.textdark .hero-text-container .hero-title {
        color: #323232; }
      .cards-simple-block-series .hero-container.textdark .hero-text-container .hero-content {
        color: #595959;
        margin-bottom: 0; }

.cards-simple {
  background-color: var(--calcite-ui-background); }
  .cards-simple a {
    color: var(--calcite-ui-text-1);
    display: flex;
    flex: 1;
    border: 1px solid var(--calcite-ui-border-1);
    transition: border-color .25s linear; }
    .cards-simple a:hover {
      text-decoration: none;
      border: 1px solid var(--calcite-ui-brand); }
      .cards-simple a:hover .card-content {
        border-left: 3px inset var(--calcite-ui-brand);
        text-decoration: none; }
  .cards-simple .card-content {
    padding: var(--space-5);
    width: 100%;
    border-left: solid 3px transparent;
    transition: border-color .25s linear; }
    .cards-simple .card-content.card-border {
      border: solid 1px var(--calcite-ui-border-1); }
    .cards-simple .card-content .icon-container svg {
      width: 48px;
      height: auto; }
    .cards-simple .card-content .icon-container .icon-true {
      width: 48px;
      height: auto; }
    .cards-simple .card-content .icon-container img.svg {
      height: 48px;
      width: auto; }
    .cards-simple .card-content .card-title {
      font-size: var(--font-1);
      color: var(--calcite-ui-text-1); }
    .cards-simple .card-content .card-text {
      font-size: var(--font-0);
      color: var(--calcite-ui-text-2); }

.cards-simple-series .content-left .block-group-3-up .block .card-title, .cards-simple-series .content-right .block-group-3-up .block .card-title {
  font-size: 1.2019rem; }

.cards-simple-series .content-left .block-group-3-up .block .card-text, .cards-simple-series .content-right .block-group-3-up .block .card-text {
  font-size: 0.9375rem; }

.cards-simple-series .block-group-2-up .block .card-title {
  font-size: 1.2019rem; }

.cards-simple-series .block-group-2-up .block .card-text {
  font-size: 0.9375rem; }

.cards-simple-series .block-group-3-up .block .card-title {
  font-size: 1.2019rem; }

.cards-simple-series .block-group-3-up .block .card-text {
  font-size: 0.9375rem; }

.cards-simple-series .block-group-4-up .block .card-title, .cards-simple-series .block-group-5-up .block .card-title {
  font-size: 1rem; }

.cards-simple-series .block-group-4-up .block .card-text, .cards-simple-series .block-group-5-up .block .card-text {
  font-size: 0.8125rem; }

html[dir="rtl"] body .cards-simple-series .cards-simple.light-mode .card-content {
  border-right: solid 2px white;
  border-left: none; }
  html[dir="rtl"] body .cards-simple-series .cards-simple.light-mode .card-content.card-border {
    border: solid 1px #cccccc; }
    html[dir="rtl"] body .cards-simple-series .cards-simple.light-mode .card-content.card-border:hover {
      border: solid 1px #cccccc; }
  html[dir="rtl"] body .cards-simple-series .cards-simple.light-mode .card-content:hover {
    border-right: solid 2px #0079c1;
    border-left: none; }
  html[dir="rtl"] body .cards-simple-series .cards-simple.light-mode .card-content .card-title .right-arrow {
    margin-left: 0px;
    margin-right: -5px; }

html[dir="rtl"] body .cards-simple-series .cards-simple.light-mode:hover .card-content .card-title .right-arrow {
  margin-left: 0px;
  margin-right: 5px; }

html[dir="rtl"] body .cards-simple-series .cards-simple.dark-mode .card-content {
  border-right: solid 2px black;
  border-left: none; }
  html[dir="rtl"] body .cards-simple-series .cards-simple.dark-mode .card-content.card-border {
    border: solid 1px #595959; }
    html[dir="rtl"] body .cards-simple-series .cards-simple.dark-mode .card-content.card-border:hover {
      border: solid 1px #595959; }
  html[dir="rtl"] body .cards-simple-series .cards-simple.dark-mode .card-content:hover {
    border-right: solid 2px #49b0f2;
    border-left: none; }
  html[dir="rtl"] body .cards-simple-series .cards-simple.dark-mode .card-content .card-title .right-arrow {
    margin-left: 0px;
    margin-right: -5px; }

html[dir="rtl"] body .cards-simple-series .cards-simple.dark-mode:hover .card-content .card-title .right-arrow {
  margin-left: 0px;
  margin-right: 5px; }

.shopping-card-container .block {
  display: flex;
  margin-bottom: 25px; }
  .shopping-card-container .block:last-child {
    margin-bottom: 0; }
  .shopping-card-container .block .cards-shopping {
    width: 100%;
    text-align: center;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column; }
    .shopping-card-container .block .cards-shopping--gradient {
      position: absolute;
      top: 0;
      left: 0;
      height: 4px;
      width: 100%; }
    .shopping-card-container .block .cards-shopping--content {
      margin-bottom: 0;
      display: block;
      width: 100%;
      flex: 1 0 auto; }
    .shopping-card-container .block .cards-shopping--icon {
      margin-bottom: 20px; }
    .shopping-card-container .block .cards-shopping__title {
      font-size: 1.999396rem;
      line-height: 2.325rem; }
      @media screen and (max-width: 71em) {
        .shopping-card-container .block .cards-shopping__title {
          font-size: 1.7689rem; } }
      @media screen and (max-width: 47em) {
        .shopping-card-container .block .cards-shopping__title {
          font-size: 1.5625rem; } }
    .shopping-card-container .block .cards-shopping__subtitle {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.20rem; }
    .shopping-card-container .block .cards-shopping__separator {
      width: 40px;
      height: 1px;
      margin: 10px auto 20px auto; }
    .shopping-card-container .block .cards-shopping__description {
      font-size: 0.9375rem;
      line-height: 1.55rem; }
      .shopping-card-container .block .cards-shopping__description ul {
        list-style-position: inside;
        padding-start: 0;
        padding-end: 20px; }
      .shopping-card-container .block .cards-shopping__description ul li[style*="text-align: left;"] {
        list-style-position: outside;
        margin-left: 16px; }
    .shopping-card-container .block .cards-shopping__price1 {
      font-size: 1.6994866rem;
      line-height: 2.325rem; }
      @media screen and (max-width: 71em) {
        .shopping-card-container .block .cards-shopping__price1 {
          font-size: 1.503565rem; } }
      @media screen and (max-width: 47em) {
        .shopping-card-container .block .cards-shopping__price1 {
          font-size: 1.328125rem; } }
    .shopping-card-container .block .cards-shopping__auxtext {
      font-size: 0.875rem;
      line-height: 1.55rem; }
    .shopping-card-container .block .cards-shopping__price2 {
      font-size: 1rem;
      line-height: 1.55rem; }
    .shopping-card-container .block .cards-shopping__cta {
      font-size: 0.9375rem;
      line-height: 1.55rem; }
      .shopping-card-container .block .cards-shopping__cta .btn-large {
        word-wrap: break-word;
        white-space: pre-wrap;
        margin: 0 15px; }

.shopping-card-container.darktheme .cards-shopping {
  border: solid 1px #595959;
  background-color: #000000; }
  .shopping-card-container.darktheme .cards-shopping__title {
    color: white; }
  .shopping-card-container.darktheme .cards-shopping__subtitle {
    color: #efefef; }
  .shopping-card-container.darktheme .cards-shopping__separator {
    background-color: #595959; }
  .shopping-card-container.darktheme .cards-shopping__description {
    color: #bcbcbc; }
    .shopping-card-container.darktheme .cards-shopping__description p {
      color: #bcbcbc; }
  .shopping-card-container.darktheme .cards-shopping__price1 {
    color: white; }
  .shopping-card-container.darktheme .cards-shopping__auxtext {
    color: #9f9f9f; }
  .shopping-card-container.darktheme .cards-shopping__price2 {
    color: #efefef; }
  .shopping-card-container.darktheme .cards-shopping__cta {
    color: white; }
  .shopping-card-container.darktheme .cards-shopping .displayPrice .cards-pricing__price1, .shopping-card-container.darktheme .cards-shopping .qty-box .cards-pricing__price1 {
    color: #fff; }
  .shopping-card-container.darktheme .cards-shopping .icon-ui-plus:before, .shopping-card-container.darktheme .cards-shopping .icon-ui-minus:before {
    color: #bcbcbc; }
  .shopping-card-container.darktheme .cards-shopping .number-input button {
    background-color: #323232;
    border: solid 1px #6e6e6e; }
    .shopping-card-container.darktheme .cards-shopping .number-input button:hover {
      background-color: #222;
      border: solid 1px #959595; }
    .shopping-card-container.darktheme .cards-shopping .number-input button:active, .shopping-card-container.darktheme .cards-shopping .number-input button:focus {
      background-color: #323232;
      border: solid 1px #49b0f2; }
    .shopping-card-container.darktheme .cards-shopping .number-input button .minusText, .shopping-card-container.darktheme .cards-shopping .number-input button .plusText {
      color: #bcbcbc; }
      .shopping-card-container.darktheme .cards-shopping .number-input button .minusText:hover, .shopping-card-container.darktheme .cards-shopping .number-input button .plusText:hover {
        color: #fff; }
      .shopping-card-container.darktheme .cards-shopping .number-input button .minusText:active, .shopping-card-container.darktheme .cards-shopping .number-input button .minusText:focus, .shopping-card-container.darktheme .cards-shopping .number-input button .plusText:active, .shopping-card-container.darktheme .cards-shopping .number-input button .plusText:focus {
        color: #49b0f2; }
  .shopping-card-container.darktheme .cards-shopping .number-input input[type=number] {
    color: #bcbcbc;
    border: solid 1px #6e6e6e;
    background-color: #323232; }
    .shopping-card-container.darktheme .cards-shopping .number-input input[type=number]:hover {
      color: #fff;
      border: solid 1px #959595;
      background-color: #222; }
    .shopping-card-container.darktheme .cards-shopping .number-input input[type=number]:active, .shopping-card-container.darktheme .cards-shopping .number-input input[type=number]:focus {
      background-color: #323232;
      border: solid 1px #49b0f2;
      color: #fff; }
  .shopping-card-container.darktheme .cards-shopping .quantityTextHidden {
    color: #bcbcbc; }

.shopping-card-container.lighttheme .cards-shopping {
  border: solid 1px #cccccc;
  background-color: white; }
  .shopping-card-container.lighttheme .cards-shopping__title {
    color: #000000; }
  .shopping-card-container.lighttheme .cards-shopping__subtitle {
    color: #4c4c4c; }
  .shopping-card-container.lighttheme .cards-shopping__separator {
    background-color: #cccccc; }
  .shopping-card-container.lighttheme .cards-shopping__description {
    color: #595959; }
  .shopping-card-container.lighttheme .cards-shopping__price1 {
    color: #000000; }
  .shopping-card-container.lighttheme .cards-shopping__auxtext {
    color: #6e6e6e; }
  .shopping-card-container.lighttheme .cards-shopping__price2 {
    color: #4c4c4c; }
  .shopping-card-container.lighttheme .cards-shopping__cta {
    color: white; }
  .shopping-card-container.lighttheme .cards-shopping .displayPrice .cards-pricing__price1, .shopping-card-container.lighttheme .cards-shopping .qty-box .cards-pricing__price1 {
    color: #323232; }
  .shopping-card-container.lighttheme .cards-shopping .number-input button {
    background-color: #fff;
    border: solid 1px #a9a9a9; }
    .shopping-card-container.lighttheme .cards-shopping .number-input button:hover {
      background-color: #f4f4f4;
      border: solid 1px #6e6e6e; }
    .shopping-card-container.lighttheme .cards-shopping .number-input button:active, .shopping-card-container.lighttheme .cards-shopping .number-input button:focus {
      background-color: #fff;
      border: solid 1px #0079c1; }
    .shopping-card-container.lighttheme .cards-shopping .number-input button .minusText, .shopping-card-container.lighttheme .cards-shopping .number-input button .plusText {
      color: #595959; }
      .shopping-card-container.lighttheme .cards-shopping .number-input button .minusText:hover, .shopping-card-container.lighttheme .cards-shopping .number-input button .plusText:hover {
        color: #000; }
      .shopping-card-container.lighttheme .cards-shopping .number-input button .minusText:active, .shopping-card-container.lighttheme .cards-shopping .number-input button .minusText:focus, .shopping-card-container.lighttheme .cards-shopping .number-input button .plusText:active, .shopping-card-container.lighttheme .cards-shopping .number-input button .plusText:focus {
        color: #0079c1; }
  .shopping-card-container.lighttheme .cards-shopping .number-input input[type=number] {
    color: #6e6e6e;
    border: solid 1px #a9a9a9; }
    .shopping-card-container.lighttheme .cards-shopping .number-input input[type=number]:hover {
      color: #000;
      border: solid 1px #6e6e6e; }
    .shopping-card-container.lighttheme .cards-shopping .number-input input[type=number]:active, .shopping-card-container.lighttheme .cards-shopping .number-input input[type=number]:focus {
      background-color: #fff;
      border: solid 1px #0079c1;
      color: #000; }
  .shopping-card-container.lighttheme .cards-shopping .quantityTextHidden {
    color: #595959; }

.shopping-card-container.cardsPerRow-5 .cards-shopping, .shopping-card-container.cardsPerRow-6 .cards-shopping {
  padding: 25px 15px 20px 15px; }
  .shopping-card-container.cardsPerRow-5 .cards-shopping__title, .shopping-card-container.cardsPerRow-6 .cards-shopping__title {
    font-size: 1.2019rem;
    line-height: 1.55rem; }
    @media screen and (max-width: 71em) {
      .shopping-card-container.cardsPerRow-5 .cards-shopping__title, .shopping-card-container.cardsPerRow-6 .cards-shopping__title {
        font-size: 1.1305rem; } }
    @media screen and (max-width: 47em) {
      .shopping-card-container.cardsPerRow-5 .cards-shopping__title, .shopping-card-container.cardsPerRow-6 .cards-shopping__title {
        font-size: 1.0625rem; } }
  .shopping-card-container.cardsPerRow-5 .cards-shopping__subtitle, .shopping-card-container.cardsPerRow-6 .cards-shopping__subtitle {
    font-size: 11px; }
  .shopping-card-container.cardsPerRow-5 .cards-shopping__description, .shopping-card-container.cardsPerRow-6 .cards-shopping__description {
    font-size: 0.8125rem;
    line-height: 1.55rem; }
  .shopping-card-container.cardsPerRow-5 .cards-shopping__price1, .shopping-card-container.cardsPerRow-6 .cards-shopping__price1 {
    font-size: 1.2019rem;
    line-height: 1.55rem; }
    @media screen and (max-width: 71em) {
      .shopping-card-container.cardsPerRow-5 .cards-shopping__price1, .shopping-card-container.cardsPerRow-6 .cards-shopping__price1 {
        font-size: 1.1305rem; } }
    @media screen and (max-width: 47em) {
      .shopping-card-container.cardsPerRow-5 .cards-shopping__price1, .shopping-card-container.cardsPerRow-6 .cards-shopping__price1 {
        font-size: 1.0625rem; } }
  .shopping-card-container.cardsPerRow-5 .cards-shopping__auxtext, .shopping-card-container.cardsPerRow-6 .cards-shopping__auxtext {
    font-size: 0.8125rem;
    line-height: 1.55rem; }
  .shopping-card-container.cardsPerRow-5 .cards-shopping__price2, .shopping-card-container.cardsPerRow-6 .cards-shopping__price2 {
    font-size: 0.875rem;
    line-height: 1.55rem; }
  .shopping-card-container.cardsPerRow-5 .cards-shopping__cta, .shopping-card-container.cardsPerRow-6 .cards-shopping__cta {
    font-size: 0.9375rem;
    line-height: 1.55rem; }

@media (min-width: 481px) and (max-width: 860px) {
  .shopping-card-container.tablet-block-group-2-up.cardsPerRow-2 .block, .shopping-card-container.tablet-block-group-2-up.cardsPerRow-3 .block, .shopping-card-container.tablet-block-group-2-up.cardsPerRow-4 .block, .shopping-card-container.tablet-block-group-2-up.cardsPerRow-5 .block, .shopping-card-container.tablet-block-group-2-up.cardsPerRow-6 .block {
    margin-bottom: 25px; }
  .shopping-card-container.tablet-block-group-2-up.cardsPerRow-2 .block:nth-child(2n+1):nth-last-child(-n+2), .shopping-card-container.tablet-block-group-2-up.cardsPerRow-3 .block:nth-child(2n+1):nth-last-child(-n+2), .shopping-card-container.tablet-block-group-2-up.cardsPerRow-4 .block:nth-child(2n+1):nth-last-child(-n+2), .shopping-card-container.tablet-block-group-2-up.cardsPerRow-5 .block:nth-child(2n+1):nth-last-child(-n+2), .shopping-card-container.tablet-block-group-2-up.cardsPerRow-6 .block:nth-child(2n+1):nth-last-child(-n+2) {
    margin-bottom: 0px; }
  .shopping-card-container.tablet-block-group-2-up.cardsPerRow-2 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .shopping-card-container.tablet-block-group-2-up.cardsPerRow-3 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .shopping-card-container.tablet-block-group-2-up.cardsPerRow-4 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .shopping-card-container.tablet-block-group-2-up.cardsPerRow-5 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .shopping-card-container.tablet-block-group-2-up.cardsPerRow-6 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div {
    margin-bottom: 0px; } }

@media (min-width: 861px) {
  .shopping-card-container.cardsPerRow-2 .block, .shopping-card-container.cardsPerRow-3 .block, .shopping-card-container.cardsPerRow-4 .block, .shopping-card-container.cardsPerRow-5 .block, .shopping-card-container.cardsPerRow-6 .block {
    margin-bottom: 25px; } }

.shopping-card-container .displayPrice {
  display: block;
  width: 100%; }

.shopping-card-container .qty-box {
  margin-bottom: 25px;
  text-align: center;
  min-height: 31px; }
  .shopping-card-container .qty-box .qty-left {
    width: 50%;
    text-align: right;
    padding-right: 10px;
    float: left;
    display: inline-block;
    padding-top: 4px; }
  .shopping-card-container .qty-box .qty-right {
    width: 50%;
    text-align: left;
    padding-left: 10px;
    float: right;
    display: inline-block;
    height: 31px; }
  .shopping-card-container .qty-box .cards-pricing__price1 {
    margin-bottom: 3px; }

.shopping-card-container input[type="number"] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
  margin: 0;
  box-shadow: none;
  border-left: none;
  border-right: none; }

.shopping-card-container input[type=number]::-webkit-inner-spin-button,
.shopping-card-container input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.shopping-card-container .number-input {
  display: inline-flex; }

.shopping-card-container .number-input button {
  outline: none;
  -webkit-appearance: none;
  border: none;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 31px;
  cursor: pointer;
  margin: 0;
  position: relative;
  padding: 0; }
  .shopping-card-container .number-input button .minusText, .shopping-card-container .number-input button .plusText {
    font-size: 16px; }

.shopping-card-container .number-input button.plus:after {
  transform: translate(-50%, -50%) rotate(90deg); }

.shopping-card-container .number-input input[type=number] {
  width: 58px;
  font-size: 15px;
  height: 31px;
  text-align: center; }

.shopping-card-container .quantityTextHidden {
  margin-right: 7px;
  margin-top: 4px;
  font-size: 14px; }

html[dir="rtl"] .shopping-card-container .quantityTextHidden {
  margin-left: 7px;
  margin-right: 0; }

.card-container-v2 .block, .card-container-v3 .block {
  display: flex;
  margin-bottom: 25px; }
  .card-container-v2 .block .cards-pricing, .card-container-v3 .block .cards-pricing {
    width: 100%;
    text-align: center;
    padding: 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .card-container-v2 .block .cards-pricing--gradient, .card-container-v3 .block .cards-pricing--gradient {
      position: absolute;
      top: 0;
      left: 0;
      height: 4px;
      width: 100%; }
    .card-container-v2 .block .cards-pricing--content, .card-container-v3 .block .cards-pricing--content {
      margin-bottom: 0;
      display: block;
      width: 100%;
      flex: 1 0 auto; }
      .card-container-v2 .block .cards-pricing--content ul, .card-container-v3 .block .cards-pricing--content ul {
        list-style-position: inside;
        padding-start: 0;
        padding-end: 20px; }
    .card-container-v2 .block .cards-pricing--icon, .card-container-v3 .block .cards-pricing--icon {
      margin-bottom: 20px; }
    .card-container-v2 .block .cards-pricing__title, .card-container-v3 .block .cards-pricing__title {
      font-size: 1.999396rem;
      line-height: 2.325rem; }
      @media screen and (max-width: 71em) {
        .card-container-v2 .block .cards-pricing__title, .card-container-v3 .block .cards-pricing__title {
          font-size: 1.7689rem; } }
      @media screen and (max-width: 47em) {
        .card-container-v2 .block .cards-pricing__title, .card-container-v3 .block .cards-pricing__title {
          font-size: 1.5625rem; } }
    .card-container-v2 .block .cards-pricing__subtitle, .card-container-v3 .block .cards-pricing__subtitle {
      font-size: 13px;
      text-transform: uppercase;
      letter-spacing: 0.20rem; }
    .card-container-v2 .block .cards-pricing__separator, .card-container-v3 .block .cards-pricing__separator {
      width: 40px;
      height: 1px;
      margin: 10px auto 20px auto; }
    .card-container-v2 .block .cards-pricing__description, .card-container-v3 .block .cards-pricing__description {
      font-size: 0.9375rem;
      line-height: 1.55rem; }
    .card-container-v2 .block .cards-pricing__price1, .card-container-v3 .block .cards-pricing__price1 {
      font-size: 1.6994866rem;
      line-height: 2.325rem; }
      @media screen and (max-width: 71em) {
        .card-container-v2 .block .cards-pricing__price1, .card-container-v3 .block .cards-pricing__price1 {
          font-size: 1.503565rem; } }
      @media screen and (max-width: 47em) {
        .card-container-v2 .block .cards-pricing__price1, .card-container-v3 .block .cards-pricing__price1 {
          font-size: 1.328125rem; } }
    .card-container-v2 .block .cards-pricing__auxtext, .card-container-v3 .block .cards-pricing__auxtext {
      font-size: 0.875rem;
      line-height: 1.55rem; }
    .card-container-v2 .block .cards-pricing__price2, .card-container-v3 .block .cards-pricing__price2 {
      font-size: 1rem;
      line-height: 1.55rem; }
    .card-container-v2 .block .cards-pricing__cta, .card-container-v3 .block .cards-pricing__cta {
      font-size: 0.9375rem;
      line-height: 1.55rem; }
      .card-container-v2 .block .cards-pricing__cta .btn-large, .card-container-v3 .block .cards-pricing__cta .btn-large {
        word-wrap: break-word;
        white-space: pre-wrap;
        margin: 0 15px; }

.card-container-v2.darktheme .cards-pricing, .card-container-v3.darktheme .cards-pricing {
  border: solid 1px #595959;
  background-color: #000000; }
  .card-container-v2.darktheme .cards-pricing__title, .card-container-v3.darktheme .cards-pricing__title {
    color: white; }
  .card-container-v2.darktheme .cards-pricing__subtitle, .card-container-v3.darktheme .cards-pricing__subtitle {
    color: #efefef; }
  .card-container-v2.darktheme .cards-pricing__separator, .card-container-v3.darktheme .cards-pricing__separator {
    background-color: #595959; }
  .card-container-v2.darktheme .cards-pricing__description, .card-container-v3.darktheme .cards-pricing__description {
    color: #bcbcbc; }
    .card-container-v2.darktheme .cards-pricing__description p, .card-container-v3.darktheme .cards-pricing__description p {
      color: #bcbcbc; }
  .card-container-v2.darktheme .cards-pricing__price1, .card-container-v3.darktheme .cards-pricing__price1 {
    color: white; }
  .card-container-v2.darktheme .cards-pricing__auxtext, .card-container-v3.darktheme .cards-pricing__auxtext {
    color: #9f9f9f; }
  .card-container-v2.darktheme .cards-pricing__price2, .card-container-v3.darktheme .cards-pricing__price2 {
    color: #efefef; }
  .card-container-v2.darktheme .cards-pricing__cta, .card-container-v3.darktheme .cards-pricing__cta {
    color: white; }

.card-container-v2.lighttheme .cards-pricing, .card-container-v3.lighttheme .cards-pricing {
  border: solid 1px #cccccc;
  background-color: white; }
  .card-container-v2.lighttheme .cards-pricing__title, .card-container-v3.lighttheme .cards-pricing__title {
    color: #000000; }
  .card-container-v2.lighttheme .cards-pricing__subtitle, .card-container-v3.lighttheme .cards-pricing__subtitle {
    color: #4c4c4c; }
  .card-container-v2.lighttheme .cards-pricing__separator, .card-container-v3.lighttheme .cards-pricing__separator {
    background-color: #cccccc; }
  .card-container-v2.lighttheme .cards-pricing__description, .card-container-v3.lighttheme .cards-pricing__description {
    color: #595959; }
  .card-container-v2.lighttheme .cards-pricing__price1, .card-container-v3.lighttheme .cards-pricing__price1 {
    color: #000000; }
  .card-container-v2.lighttheme .cards-pricing__auxtext, .card-container-v3.lighttheme .cards-pricing__auxtext {
    color: #6e6e6e; }
  .card-container-v2.lighttheme .cards-pricing__price2, .card-container-v3.lighttheme .cards-pricing__price2 {
    color: #4c4c4c; }
  .card-container-v2.lighttheme .cards-pricing__cta, .card-container-v3.lighttheme .cards-pricing__cta {
    color: white; }

.card-container-v2.cardsPerRow-5 .cards-pricing, .card-container-v2.cardsPerRow-6 .cards-pricing, .card-container-v3.cardsPerRow-5 .cards-pricing, .card-container-v3.cardsPerRow-6 .cards-pricing {
  padding: 25px 15px 20px 15px; }
  .card-container-v2.cardsPerRow-5 .cards-pricing__title, .card-container-v2.cardsPerRow-6 .cards-pricing__title, .card-container-v3.cardsPerRow-5 .cards-pricing__title, .card-container-v3.cardsPerRow-6 .cards-pricing__title {
    font-size: 1.2019rem;
    line-height: 1.55rem; }
    @media screen and (max-width: 71em) {
      .card-container-v2.cardsPerRow-5 .cards-pricing__title, .card-container-v2.cardsPerRow-6 .cards-pricing__title, .card-container-v3.cardsPerRow-5 .cards-pricing__title, .card-container-v3.cardsPerRow-6 .cards-pricing__title {
        font-size: 1.1305rem; } }
    @media screen and (max-width: 47em) {
      .card-container-v2.cardsPerRow-5 .cards-pricing__title, .card-container-v2.cardsPerRow-6 .cards-pricing__title, .card-container-v3.cardsPerRow-5 .cards-pricing__title, .card-container-v3.cardsPerRow-6 .cards-pricing__title {
        font-size: 1.0625rem; } }
  .card-container-v2.cardsPerRow-5 .cards-pricing__subtitle, .card-container-v2.cardsPerRow-6 .cards-pricing__subtitle, .card-container-v3.cardsPerRow-5 .cards-pricing__subtitle, .card-container-v3.cardsPerRow-6 .cards-pricing__subtitle {
    font-size: 11px; }
  .card-container-v2.cardsPerRow-5 .cards-pricing__description, .card-container-v2.cardsPerRow-6 .cards-pricing__description, .card-container-v3.cardsPerRow-5 .cards-pricing__description, .card-container-v3.cardsPerRow-6 .cards-pricing__description {
    font-size: 0.8125rem;
    line-height: 1.55rem; }
  .card-container-v2.cardsPerRow-5 .cards-pricing__price1, .card-container-v2.cardsPerRow-6 .cards-pricing__price1, .card-container-v3.cardsPerRow-5 .cards-pricing__price1, .card-container-v3.cardsPerRow-6 .cards-pricing__price1 {
    font-size: 1.2019rem;
    line-height: 1.55rem; }
    @media screen and (max-width: 71em) {
      .card-container-v2.cardsPerRow-5 .cards-pricing__price1, .card-container-v2.cardsPerRow-6 .cards-pricing__price1, .card-container-v3.cardsPerRow-5 .cards-pricing__price1, .card-container-v3.cardsPerRow-6 .cards-pricing__price1 {
        font-size: 1.1305rem; } }
    @media screen and (max-width: 47em) {
      .card-container-v2.cardsPerRow-5 .cards-pricing__price1, .card-container-v2.cardsPerRow-6 .cards-pricing__price1, .card-container-v3.cardsPerRow-5 .cards-pricing__price1, .card-container-v3.cardsPerRow-6 .cards-pricing__price1 {
        font-size: 1.0625rem; } }
  .card-container-v2.cardsPerRow-5 .cards-pricing__auxtext, .card-container-v2.cardsPerRow-6 .cards-pricing__auxtext, .card-container-v3.cardsPerRow-5 .cards-pricing__auxtext, .card-container-v3.cardsPerRow-6 .cards-pricing__auxtext {
    font-size: 0.8125rem;
    line-height: 1.55rem; }
  .card-container-v2.cardsPerRow-5 .cards-pricing__price2, .card-container-v2.cardsPerRow-6 .cards-pricing__price2, .card-container-v3.cardsPerRow-5 .cards-pricing__price2, .card-container-v3.cardsPerRow-6 .cards-pricing__price2 {
    font-size: 0.875rem;
    line-height: 1.55rem; }
  .card-container-v2.cardsPerRow-5 .cards-pricing__cta, .card-container-v2.cardsPerRow-6 .cards-pricing__cta, .card-container-v3.cardsPerRow-5 .cards-pricing__cta, .card-container-v3.cardsPerRow-6 .cards-pricing__cta {
    font-size: 0.9375rem;
    line-height: 1.55rem; }

@media (min-width: 481px) and (max-width: 860px) {
  .card-container-v2.tablet-block-group-2-up.cardsPerRow-2 .block, .card-container-v2.tablet-block-group-2-up.cardsPerRow-3 .block, .card-container-v2.tablet-block-group-2-up.cardsPerRow-4 .block, .card-container-v2.tablet-block-group-2-up.cardsPerRow-5 .block, .card-container-v2.tablet-block-group-2-up.cardsPerRow-6 .block, .card-container-v3.tablet-block-group-2-up.cardsPerRow-2 .block, .card-container-v3.tablet-block-group-2-up.cardsPerRow-3 .block, .card-container-v3.tablet-block-group-2-up.cardsPerRow-4 .block, .card-container-v3.tablet-block-group-2-up.cardsPerRow-5 .block, .card-container-v3.tablet-block-group-2-up.cardsPerRow-6 .block {
    margin-bottom: 25px; }
  .card-container-v2.tablet-block-group-2-up.cardsPerRow-2 .block:nth-child(2n+1):nth-last-child(-n+2), .card-container-v2.tablet-block-group-2-up.cardsPerRow-3 .block:nth-child(2n+1):nth-last-child(-n+2), .card-container-v2.tablet-block-group-2-up.cardsPerRow-4 .block:nth-child(2n+1):nth-last-child(-n+2), .card-container-v2.tablet-block-group-2-up.cardsPerRow-5 .block:nth-child(2n+1):nth-last-child(-n+2), .card-container-v2.tablet-block-group-2-up.cardsPerRow-6 .block:nth-child(2n+1):nth-last-child(-n+2), .card-container-v3.tablet-block-group-2-up.cardsPerRow-2 .block:nth-child(2n+1):nth-last-child(-n+2), .card-container-v3.tablet-block-group-2-up.cardsPerRow-3 .block:nth-child(2n+1):nth-last-child(-n+2), .card-container-v3.tablet-block-group-2-up.cardsPerRow-4 .block:nth-child(2n+1):nth-last-child(-n+2), .card-container-v3.tablet-block-group-2-up.cardsPerRow-5 .block:nth-child(2n+1):nth-last-child(-n+2), .card-container-v3.tablet-block-group-2-up.cardsPerRow-6 .block:nth-child(2n+1):nth-last-child(-n+2) {
    margin-bottom: 0px; }
  .card-container-v2.tablet-block-group-2-up.cardsPerRow-2 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .card-container-v2.tablet-block-group-2-up.cardsPerRow-3 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .card-container-v2.tablet-block-group-2-up.cardsPerRow-4 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .card-container-v2.tablet-block-group-2-up.cardsPerRow-5 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .card-container-v2.tablet-block-group-2-up.cardsPerRow-6 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .card-container-v3.tablet-block-group-2-up.cardsPerRow-2 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .card-container-v3.tablet-block-group-2-up.cardsPerRow-3 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .card-container-v3.tablet-block-group-2-up.cardsPerRow-4 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .card-container-v3.tablet-block-group-2-up.cardsPerRow-5 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div, .card-container-v3.tablet-block-group-2-up.cardsPerRow-6 .block:nth-child(2n+1):nth-last-child(-n+2) ~ div {
    margin-bottom: 0px; } }

@media (min-width: 861px) {
  .card-container-v2.cardsPerRow-2 .block, .card-container-v2.cardsPerRow-3 .block, .card-container-v2.cardsPerRow-4 .block, .card-container-v2.cardsPerRow-5 .block, .card-container-v2.cardsPerRow-6 .block, .card-container-v3.cardsPerRow-2 .block, .card-container-v3.cardsPerRow-3 .block, .card-container-v3.cardsPerRow-4 .block, .card-container-v3.cardsPerRow-5 .block, .card-container-v3.cardsPerRow-6 .block {
    margin-bottom: 25px; } }

.card-container-v2 .displayPrice, .card-container-v3 .displayPrice {
  display: block;
  width: 100%; }

.cards-list {
  width: 100%;
  background-color: var(--calcite-ui-foreground-1);
  border: solid 1px var(--calcite-ui-border-1);
  transition: all .25s ease-out;
  display: flex; }
  .cards-list:hover {
    border: solid 1px var(--calcite-ui-brand); }
  .cards-list a:hover {
    text-decoration: none; }
  .cards-list__bg-img {
    flex: 1;
    margin: 0;
    padding: 0;
    position: relative;
    min-height: 70px; }
    .cards-list__bg-img img {
      width: 100%;
      display: block; }
  .cards-list__bg-img--modal {
    position: relative;
    justify-content: center; }
  .cards-list__content {
    display: flex; }
    .cards-list__content .videoPlayButton {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%); }
    .cards-list__content-ctawrapper {
      text-align: end; }
      .cards-list__content-ctawrapper .ctaIconlink {
        position: relative;
        display: inline-block;
        margin-bottom: 0;
        padding-inline-end: 20px; }
    .cards-list__content-ctaLink {
      text-align: end;
      font-size: 1.15rem;
      line-height: 1.65rem;
      text-decoration: none;
      color: var(--calcite-ui-brand);
      background-image: linear-gradient(currentColor, currentColor);
      background-position: 0% 100%, 100% 100%;
      background-repeat: no-repeat;
      background-size: 0% 1px, 100% 1px;
      transition: background-size .3s;
      width: fit-content;
      font-size: 1rem; }
      .cards-list__content-ctaLink:hover {
        background-size: 100% 1px, 100% 1px; }
      html[dir="rtl"] .cards-list__content-ctaLink {
        background-position: 100% 100%; }
    .cards-list__content-text-container {
      flex: 2;
      padding: var(--space-5) var(--space-5) var(--space-2); }
    .cards-list__content-overlaytext {
      font-size: var(--font-0);
      font-weight: var(--calcite-font-weight-bold);
      color: var(--calcite-ui-text-1); }
    .cards-list__content-title {
      font-size: var(--font-2);
      margin-top: var(--space-1);
      margin-bottom: var(--space-2);
      color: var(--calcite-ui-brand); }
      @media (min-width: 480px) {
        .cards-list__content-title {
          color: var(--calcite-ui-text-1); } }
    .cards-list__content-more-text {
      font-size: var(--font--1);
      margin-bottom: var(--space-2);
      color: var(--calcite-ui-text-2); }
    .cards-list__content-context {
      font-size: var(--font--2);
      margin-bottom: var(--space-2);
      color: var(--calcite-ui-text-2); }
      .cards-list__content-context p {
        margin-bottom: var(--space-2); }
    .cards-list__content-cards-url:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      cursor: pointer; }
    .cards-list__content calcite-link {
      text-align: end;
      display: block;
      margin-bottom: var(--space-3); }
    .cards-list__content-linkHoverCard {
      display: block;
      line-height: 0; }
      .cards-list__content-linkHoverCard:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        cursor: pointer; }

.presscard-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media screen and (min-width: 600px) {
    .presscard-wrapper {
      flex-direction: row;
      flex-wrap: wrap; } }

.presscard {
  display: flex;
  transition: all .25s ease-out; }
  .presscard__wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column; }
    @media screen and (min-width: 600px) {
      .presscard__wrapper {
        flex-direction: row;
        flex-wrap: wrap; } }
    @media screen and (min-width: 1024px) {
      .presscard__wrapper {
        padding: 0 60px; } }
  .presscard__link {
    border: solid 1px #dfdfdf;
    transition: all .25s ease-out;
    margin-bottom: var(--space-5);
    max-height: 123px; }
    @media screen and (min-width: 600px) {
      .presscard__link {
        flex-basis: calc(50% - 0.75rem); } }
    @media screen and (min-width: 1024px) {
      .presscard__link {
        flex-basis: calc(33% - 0.75rem); } }
    .presscard__link:hover {
      text-decoration: none;
      border: solid 1px var(--calcite-ui-brand); }
  .presscard__image img {
    max-width: 100px; }
    [dir='rtl'] .presscard__image img {
      padding-left: var(--space-5); }
  .presscard__title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.25;
    margin-bottom: var(--space-1); }
  .presscard__author {
    margin: 0; }

.block-group-4-up.cards-editorial-series > .block.firsthero {
  flex-basis: calc(50% - 1.5rem); }
  @media (max-width: 1100px) {
    .block-group-4-up.cards-editorial-series > .block.firsthero {
      flex-basis: 100%; }
      .block-group-4-up.cards-editorial-series > .block.firsthero .block-group-4-up > .block {
        flex-basis: calc(50% - 1.5rem);
        width: calc(50% - 1.5rem); } }

.cards-editorial-series .bg-image {
  background-size: cover; }

@media (max-width: 700px) {
  .cards-editorial-series .block-group-4-up > .block {
    flex-basis: 100%; } }

@media (min-width: 701px) and (max-width: 1100px) {
  .cards-editorial-series .block-group-4-up > .block {
    flex-basis: calc(50% - 1.5rem);
    width: calc(50% - 1.5rem); } }

.cards-editorial-series .grid-container-fullwidth {
  width: 100%;
  max-width: 100vw; }
  .cards-editorial-series .grid-container-fullwidth .block-group-fullwidth {
    margin-left: 0.75rem;
    margin-right: 0.75rem; }

.cards-editorial-series .block {
  display: flex; }

.cards-editorial-series .hero-image {
  background-size: cover;
  background-position: top center;
  min-height: 600px; }
  .cards-editorial-series .hero-image .clickable-card {
    display: block;
    padding-top: 50%;
    min-height: 300px; }

.cards-editorial-series .hero-container {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  max-height: 600px;
  min-height: 600px;
  overflow: hidden; }
  .cards-editorial-series .hero-container-textdark {
    border: solid 1px #ccc;
    background-color: #fff; }
  .cards-editorial-series .hero-container-textlight {
    border: solid 1px #595959;
    background-color: #323232; }
  .cards-editorial-series .hero-container .featuredtext {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px 20px 3px 33px;
    text-transform: capitalize; }
    .cards-editorial-series .hero-container .featuredtext:before {
      content: "";
      display: inline-block;
      width: 14px;
      height: 14px;
      position: absolute;
      top: 50%;
      left: 10px;
      transform: translateY(-50%);
      background-size: cover;
      background-repeat: no-repeat; }
  .cards-editorial-series .hero-container .hero-categorytext-container {
    width: 100%;
    position: absolute;
    bottom: 50%;
    padding: 5px 0 3px 40px;
    letter-spacing: .12em;
    text-transform: uppercase;
    font-size: 12px; }
    html[dir="rt"] .cards-editorial-series .hero-container .hero-categorytext-container {
      padding: 5px 40px 3px 5px; }
    .cards-editorial-series .hero-container .hero-categorytext-container p {
      font-size: 11px;
      margin-bottom: 0; }
      @media (min-width: 462px) {
        .cards-editorial-series .hero-container .hero-categorytext-container p {
          font-size: 12px; } }
  .cards-editorial-series .hero-container .textdark {
    clear: both;
    background-color: #fff;
    height: 100%;
    position: relative; }
    .cards-editorial-series .hero-container .textdark .featuredtext {
      background-color: rgba(255, 255, 255, 0.82); }
      .cards-editorial-series .hero-container .textdark .featuredtext:before {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcgMTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE3IDE3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzAwNzlDMTt9PC9zdHlsZT48Zz48Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSI4LjUiIGN5PSI4LjUiIHI9IjguNSIvPjwvZz48L3N2Zz4=); }
    .cards-editorial-series .hero-container .textdark .hero-categorytext-container {
      background-color: rgba(255, 255, 255, 0.82); }
    .cards-editorial-series .hero-container .textdark .hero-text-container {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0.92);
      height: 50%; }
      .cards-editorial-series .hero-container .textdark .hero-text-container .btn-animated-border-bottom-blk, .cards-editorial-series .hero-container .textdark .hero-text-container .hero-title-container, .cards-editorial-series .hero-container .textdark .hero-text-container .hero-text-container {
        overflow: hidden;
        position: relative;
        text-decoration: none;
        color: #4c4c4c; }
        .cards-editorial-series .hero-container .textdark .hero-text-container .btn-animated-border-bottom-blk:after, .cards-editorial-series .hero-container .textdark .hero-text-container .hero-title-container:after, .cards-editorial-series .hero-container .textdark .hero-text-container .hero-text-container:after {
          content: "";
          border-bottom: 1px solid #4c4c4c;
          width: 0%;
          height: 1px;
          position: absolute;
          left: 0;
          bottom: -2px;
          transition: all .15s ease-in-out; }
        .cards-editorial-series .hero-container .textdark .hero-text-container .btn-animated-border-bottom-blk:hover:after, .cards-editorial-series .hero-container .textdark .hero-text-container .hero-title-container:hover:after, .cards-editorial-series .hero-container .textdark .hero-text-container .hero-text-container:hover:after {
          width: 100%; }
      .cards-editorial-series .hero-container .textdark .hero-text-container .hero-title-container {
        padding: 20px 40px 0 40px; }
        .cards-editorial-series .hero-container .textdark .hero-text-container .hero-title-container h2 {
          margin-bottom: 0; }
      .cards-editorial-series .hero-container .textdark .hero-text-container .hero-context-container {
        padding: 0 40px; }
        .cards-editorial-series .hero-container .textdark .hero-text-container .hero-context-container p {
          margin-bottom: 0.75rem; }
      .cards-editorial-series .hero-container .textdark .hero-text-container .hero-content-container {
        width: 75%;
        padding: 0 40px 60px 40px; }
    .cards-editorial-series .hero-container .textdark .hero-block {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
      min-height: 600px; }
      .cards-editorial-series .hero-container .textdark .hero-block .hero-video {
        height: 50%; }
  .cards-editorial-series .hero-container .textlight {
    clear: both;
    background-color: #fff;
    height: 100%;
    position: relative;
    color: #fff; }
    .cards-editorial-series .hero-container .textlight .featuredtext {
      background-color: rgba(50, 50, 50, 0.85); }
      .cards-editorial-series .hero-container .textlight .featuredtext:before {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcgMTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE3IDE3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzQ5QjBGMjt9PC9zdHlsZT48Zz48Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSI4LjUiIGN5PSI4LjUiIHI9IjguNSIvPjwvZz48L3N2Zz4=); }
    .cards-editorial-series .hero-container .textlight .hero-categorytext-container {
      background-color: rgba(50, 50, 50, 0.8); }
      .cards-editorial-series .hero-container .textlight .hero-categorytext-container p {
        color: #efefef; }
    .cards-editorial-series .hero-container .textlight .hero-text-container {
      width: 100%;
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: rgba(50, 50, 50, 0.9);
      height: 50%; }
      .cards-editorial-series .hero-container .textlight .hero-text-container .hero-title-container {
        padding: 20px 40px 0 40px; }
        .cards-editorial-series .hero-container .textlight .hero-text-container .hero-title-container h2 {
          margin-bottom: 0; }
      .cards-editorial-series .hero-container .textlight .hero-text-container .hero-context-container {
        padding: 0 40px; }
        .cards-editorial-series .hero-container .textlight .hero-text-container .hero-context-container p {
          margin-bottom: 0.75rem;
          color: #9f9f9f; }
      .cards-editorial-series .hero-container .textlight .hero-text-container .hero-content-container {
        width: 75%;
        padding: 0 40px 60px 40px;
        color: #bcbcbc; }
    .cards-editorial-series .hero-container .textlight .hero-block {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: top center;
      min-height: 600px; }
      .cards-editorial-series .hero-container .textlight .hero-block .hero-video {
        height: 50%; }
  .cards-editorial-series .hero-container .bottom-fade {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 120px; }
    .cards-editorial-series .hero-container .bottom-fade-textlight {
      background: linear-gradient(to bottom, rgba(50, 50, 50, 0) 0%, #323232 30%, #323232 100%); }
    .cards-editorial-series .hero-container .bottom-fade-textdark {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 30%, white 100%); }
    .cards-editorial-series .hero-container .bottom-fade .hero-links .primaryurl, .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl {
      width: 100%;
      padding: 0 40px;
      text-align: left; }
      .cards-editorial-series .hero-container .bottom-fade .hero-links .primaryurl a[data-link-type], .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl a[data-link-type] {
        padding: 0 18px 0 0;
        border: none;
        background-color: transparent; }
        .cards-editorial-series .hero-container .bottom-fade .hero-links .primaryurl a[data-link-type]::before, .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl a[data-link-type]::before {
          content: "";
          display: inline-block;
          width: 11px;
          height: 11px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: 50% 50%;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
    .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark {
      border-top: solid 1px #dedede;
      width: 100%;
      padding: 3px 0;
      clear: both;
      position: absolute;
      bottom: 0;
      min-height: 30px; }
      .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .primaryurl a {
        color: #0079c1; }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .primaryurl a:hover {
          text-decoration: none; }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .primaryurl a[data-link-type='internal']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .primaryurl a[data-link-type='external']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .primaryurl a[data-link-type='video']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .primaryurl a[data-link-type='document']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .secondaryurl a {
        color: #828282; }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .secondaryurl a:hover {
          text-decoration: none; }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .secondaryurl a[data-link-type='internal']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzgyODI4MiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .secondaryurl a[data-link-type='external']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzgyODI4MiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .secondaryurl a[data-link-type='video']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgY2xhc3M9InN2Zy1pY29uIj48cGF0aCBmaWxsPSIjODI4MjgyIiBkPSJNNiAwbDIyIDE2LjAwMkw2IDMyVjB6Ii8+PC9zdmc+); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .secondaryurl a[data-link-type='document']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgY2xhc3M9InN2Zy1pY29uIj48cGF0aCBmaWxsPSIjODI4MjgyIiBzdHJva2U9IiNmZmYiIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiIvPjwvc3ZnPg==); }
      .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .secondaryurl .btn-animated-border-bottom:hover::after {
        border-bottom: 1px solid #828282; }
      .cards-editorial-series .hero-container .bottom-fade .hero-links-textdark .secondaryurl .btn-animated-border-bottom::after {
        border-bottom: 1px solid #828282; }
    .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight {
      border-top: solid 1px #4f4f4f;
      width: 100%;
      padding: 3px 0;
      clear: both;
      position: absolute;
      bottom: 0;
      min-height: 30px; }
      .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .primaryurl a {
        color: #49b0f2; }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .primaryurl a:hover {
          text-decoration: none; }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .primaryurl a[data-link-type='internal']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .primaryurl a[data-link-type='external']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .primaryurl a[data-link-type='video']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .primaryurl a[data-link-type='document']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .secondaryurl a {
        color: #bcbcbc; }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .secondaryurl a:hover {
          text-decoration: none; }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .secondaryurl a[data-link-type='internal']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2JjYmNiYyIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .secondaryurl a[data-link-type='external']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2JjYmNiYyIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .secondaryurl a[data-link-type='video']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgY2xhc3M9InN2Zy1pY29uIj48cGF0aCBmaWxsPSIjYmNiY2JjIiBkPSJNNiAwbDIyIDE2LjAwMkw2IDMyVjB6Ii8+PC9zdmc+); }
        .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .secondaryurl a[data-link-type='document']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgY2xhc3M9InN2Zy1pY29uIj48cGF0aCBmaWxsPSIjYmNiY2JjIiBzdHJva2U9IiNmZmYiIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiIvPjwvc3ZnPg==); }
      .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .secondaryurl .btn-animated-border-bottom:hover::after {
        border-bottom: 1px solid #bcbcbc; }
      .cards-editorial-series .hero-container .bottom-fade .hero-links-textlight .secondaryurl .btn-animated-border-bottom::after {
        border-bottom: 1px solid #bcbcbc; }

@media (min-width: 701px) {
  .cards-editorial-series .hero-container .bottom-fade .hero-links .primaryurl {
    float: left;
    width: 50%;
    text-align: left; }
  .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl {
    float: right;
    width: 50%;
    text-align: right; } }

@media (min-width: 1100px) {
  .cards-editorial-series .hero-container .bottom-fade .hero-links .primaryurl, .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl {
    width: 100%;
    padding: 0 40px;
    text-align: left; } }

@media (min-width: 1230px) {
  .cards-editorial-series .hero-container .bottom-fade .hero-links .primaryurl {
    float: left;
    width: 50%;
    text-align: left; }
  .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl {
    float: right;
    width: 50%;
    text-align: right; } }

.cards-editorial-series .headercontainer {
  text-align: left;
  width: 100%;
  padding: 0 20px; }
  html[dir="rtl"] .cards-editorial-series .headercontainer {
    text-align: right; }
  .cards-editorial-series .headercontainer .headertitle {
    margin-bottom: 0; }
  .cards-editorial-series .headercontainer hr {
    margin: 0;
    border-top: none;
    height: 3px;
    width: 50px;
    margin-top: 15px;
    margin-bottom: 20px; }
  .cards-editorial-series .headercontainer .description {
    margin: 0;
    margin-bottom: 50px;
    width: 80%; }
  .cards-editorial-series .headercontainer.textlight .headertitle {
    color: #ffffff; }
  .cards-editorial-series .headercontainer.textlight .description {
    color: #ccc; }
  .cards-editorial-series .headercontainer.textdark .headertitle {
    color: #000; }
  .cards-editorial-series .headercontainer.textdark .description {
    color: #4c4c4c; }

.cards-editorial-series .ctacontainer {
  width: 100%;
  display: flex; }
  .cards-editorial-series .ctacontainer .cta {
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #0079c1;
    width: auto; }
    .cards-editorial-series .ctacontainer .cta .simplecta {
      background-color: transparent;
      color: #0079c1;
      border: solid 2px rgba(0, 121, 193, 0);
      transition: all .25s ease-out; }
      .cards-editorial-series .ctacontainer .cta .simplecta:hover {
        border: solid 2px #0079c1;
        transition: all .25s ease-out; }
    .cards-editorial-series .ctacontainer .cta .right-arrow-blue {
      width: 12px;
      height: 12px;
      display: inline-block;
      margin-left: 5px;
      fill: #0079c1; }
      html[dir="rtl"] .cards-editorial-series .ctacontainer .cta .right-arrow-blue {
        transform: scaleX(-1); }

@media (min-width: 563px) {
  .cards-editorial-series .hero-container .bottom-fade {
    height: 100px; } }

@media (max-width: 959px) {
  .cards-editorial-series .modal-content {
    width: 90vw;
    background-color: transparent; }
    .cards-editorial-series .modal-content iframe.video_content, .cards-editorial-series .modal-content iframe.youtube {
      width: 100%;
      height: 60vh; } }

@media (min-width: 860px) {
  .cards-editorial-series .headercontainer {
    text-align: center;
    padding: 0; }
    html[dir="rtl"] .cards-editorial-series .headercontainer .headertitle {
      text-align: center; }
    .cards-editorial-series .headercontainer hr {
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 20px; }
    .cards-editorial-series .headercontainer .description {
      margin: 0 auto;
      margin-bottom: 50px;
      width: 60%; }
      html[dir="rtl"] .cards-editorial-series .headercontainer .description {
        text-align: center; } }

.cards-editorial-series .marginbottom50px {
  margin-bottom: 50px; }

html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .primaryurl a[data-link-type], html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl a[data-link-type] {
  padding-right: 0px;
  margin-right: 18px; }
  html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .primaryurl a[data-link-type]::before, html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl a[data-link-type]::before {
    right: auto;
    transform: scaleX(-1);
    left: -18px;
    top: 5px; }

html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .primaryurl a[data-link-type='video']::before, html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl a[data-link-type='video']::before {
  transform: scaleX(1); }

html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .primaryurl {
  float: right;
  text-align: right;
  padding-left: 0;
  padding-right: 20px; }
  @media (min-width: 1230px) {
    html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .primaryurl {
      padding-right: 30px;
      float: right;
      text-align: right; } }

html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl {
  float: right;
  text-align: right;
  margin-right: 0;
  width: auto;
  margin-left: 20px;
  padding-right: 20px; }
  @media (min-width: 1231px) {
    html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl {
      float: left;
      text-align: left; } }
  @media (max-width: 1230px) and (min-width: 1101px) {
    html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl {
      float: right;
      text-align: right;
      margin-right: 0;
      margin-left: 0; } }
  @media (min-width: 700px) and (max-width: 1100px) {
    html[dir="rtl"] .cards-editorial-series .hero-container .bottom-fade .hero-links .secondaryurl {
      float: left;
      text-align: left; } }

.cards-editorial {
  margin-bottom: 20px;
  position: relative;
  height: 600px;
  overflow: hidden;
  border: solid 1px var(--calcite-ui-border-1);
  background-color: var(--calcite-ui-background); }
  .cards-editorial.small-card {
    width: 100%; }
  .cards-editorial .editorial-video {
    height: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .cards-editorial .editorial-video .editorial-video-categoryText {
      position: absolute;
      bottom: 0;
      width: 100%; }
  .cards-editorial .editorial-image {
    height: 50%;
    position: relative;
    overflow: hidden; }
    .cards-editorial .editorial-image img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      display: block; }
  .cards-editorial .editorial-categorytext {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: var(--space-2) var(--space-5); }
  .cards-editorial .editorial-content {
    position: relative;
    padding: var(--space-5); }
    .cards-editorial .editorial-content .editorial-text-title {
      color: var(--calcite-ui-text-1);
      font-size: var(--font-3); }
    .cards-editorial .editorial-content .editorial-text-context {
      color: var(--calcite-ui-text-2); }
    .cards-editorial .editorial-content .editorial-text-hero-content {
      color: var(--calcite-ui-text-1); }
  .cards-editorial .editorial-links {
    border-top: 1px solid;
    min-height: 30px;
    display: flex;
    flex-direction: column;
    padding: var(--space-1) var(--space-5);
    border-top-color: var(--calcite-ui-border-1); }
    @media (min-width: 1900px) {
      .cards-editorial .editorial-links {
        justify-content: space-between;
        flex-direction: row;
        align-items: center; } }
  .cards-editorial .editorial-card-cta {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 30px;
    background: linear-gradient(to bottom, var(--esri-ui-opacity00-inverse) 0%, var(--calcite-ui-foreground-1) 30%); }
    .cards-editorial .editorial-card-cta .editorial-links .ctaIconlink {
      position: relative; }

.btn-engage {
  background: transparent !important;
  color: var(--calcite-ui-brand);
  font-size: 12px;
  padding: 2px 10px; }
  .btn-engage:hover {
    background: transparent !important;
    text-decoration: none; }
  @media (min-width: 768px) {
    .btn-engage {
      font-size: 16px;
      padding: 15px 30px !important; } }
  .btn-engage-lg {
    background: transparent;
    border: thin solid var(--calcite-ui-brand);
    color: var(--calcite-ui-brand);
    font-size: 9px;
    padding: 10px 12px; }
    @media (min-width: 768px) {
      .btn-engage-lg {
        font-size: 16px;
        padding: 15px 30px; } }
    @media (min-width: 1024px) {
      .btn-engage-lg {
        font-size: 14px;
        padding: 15px 20px; } }

.cta-questions {
  padding: var(--space-24) 0;
  background: var(--calcite-ui-background);
  color: var(--calcite-ui-text-1); }
  .cta-questions a.CTAlinkText {
    color: var(--calcite-ui-brand); }
    .cta-questions a.CTAlinkText:hover, .cta-questions a.CTAlinkText:focus {
      color: var(--calcite-ui-brand-hover); }
  .cta-questions .horz-pipe {
    width: 100%;
    height: 1px;
    margin-top: 1.55rem;
    background: var(--calcite-ui-border-1);
    display: block;
    margin: auto;
    margin-top: 1.55rem; }
    @media screen and (min-width: 860px) {
      .cta-questions .horz-pipe {
        height: 230px;
        width: 1px;
        margin-top: 0; } }
  .cta-questions .ctaprimary {
    display: flex;
    flex-direction: column;
    align-items: center; }
    .cta-questions .ctaprimary .cta-primary_icon {
      padding-top: var(--space-8); }
      .cta-questions .ctaprimary .cta-primary_icon .svg {
        max-width: 100px; }
        @media (min-width: 768px) {
          .cta-questions .ctaprimary .cta-primary_icon .svg {
            max-width: 120px; } }
        @media (min-width: 1280px) {
          .cta-questions .ctaprimary .cta-primary_icon .svg {
            max-width: 160px; } }
  .cta-questions_heading {
    font-size: var(--font-4);
    margin: 0;
    text-align: center; }
  .cta-questions_tagline {
    max-width: 700px;
    text-align: center;
    margin-bottom: 0;
    color: var(--calcite-ui-text-2); }
  .cta-questions_social-trailer-text {
    font-size: var(--font-0);
    color: var(--calcite-ui-text-2);
    margin-bottom: 0; }
  .cta-questions_acknowledgement-wrapper {
    margin-top: var(--space-4); }
  .cta-questions_acknowledgement-prompt {
    text-align: center;
    color: var(--calcite-ui-text-2);
    display: flex;
    flex-direction: row; }
  .cta-questions_acknowledgement-required {
    float: none;
    display: inline-block;
    position: relative;
    top: 2px; }
  .cta-questions calcite-button {
    margin: var(--space-6) 0; }
  .cta-questions svg, .cta-questions .svg-icon {
    fill: var(--calcite-ui-text-1);
    height: auto;
    width: 48px;
    max-height: 48px;
    margin-bottom: var(--space-5); }
  .cta-questions_primary-dbl-button-column-container {
    margin-top: var(--space-8);
    width: 100%; }
    @media (min-width: 860px) {
      .cta-questions_primary-dbl-button-column-container {
        display: flex;
        padding: 0 0.5rem; } }
  .cta-questions-dbl-button-left, .cta-questions-dbl-button-right {
    flex-basis: 40%;
    text-align: center;
    padding-top: var(--space-8); }
  .cta-questions-dbl-button-middle {
    flex-basis: 20%;
    margin-top: var(--space-10); }
    @media (min-width: 860px) {
      .cta-questions-dbl-button-middle {
        margin-top: 0; } }
  .cta-questions-dbl-button_heading {
    font-size: var(--font-3);
    margin: 0; }
  .cta-questions .ctaprimary + .ctaprimary, .cta-questions .ctaprimary + .ctasecondary {
    margin-top: var(--space-10);
    padding-top: var(--space-10);
    border-top: thin solid var(--calcite-ui-border-1); }
  .cta-questions_primary-contact-questions {
    margin-top: var(--space-8); }
    .cta-questions_primary-contact-questions .question {
      outline: thin solid var(--calcite-ui-border-1);
      padding: var(--space-4);
      margin: var(--space-4) auto;
      text-align: center; }
      .cta-questions_primary-contact-questions .question.large {
        min-height: 250px;
        padding: var(--space-8); }
      .cta-questions_primary-contact-questions .question-title {
        font-size: var(--font-2);
        margin-bottom: 0; }
      .cta-questions_primary-contact-questions .question-sub-title {
        color: var(--calcite-ui-text-2);
        font-size: var(--font--1);
        margin-bottom: 0; }
      .cta-questions_primary-contact-questions .question-large-phone-description {
        font-size: var(--font--2);
        color: var(--calcite-ui-text-2); }
  .cta-questions_social {
    text-align: center;
    min-width: 80%; }
    .cta-questions_social_header {
      font-size: var(--font-0); }
    .cta-questions_social .questions-contact {
      margin: var(--space-5) 0; }
      .cta-questions_social .questions-contact a {
        color: var(--calcite-ui-text-1); }
        .cta-questions_social .questions-contact a:hover {
          color: var(--calcite-ui-brand);
          outline: 1px solid var(--calcite-ui-brand); }
          .cta-questions_social .questions-contact a:hover .icon-ui-svg {
            fill: var(--calcite-ui-brand); }
      .cta-questions_social .questions-contact .question-container {
        outline: thin solid var(--calcite-ui-border-1);
        text-decoration: none;
        padding: var(--space-4); }
        .cta-questions_social .questions-contact .question-container .svg-icon {
          width: 64px;
          height: 64px;
          max-height: 64px;
          margin-bottom: var(--space-1); }
        .cta-questions_social .questions-contact .question-container .question-title {
          font-size: var(--font-0);
          margin-bottom: 0; }
        .cta-questions_social .questions-contact .question-container .question-sub-title {
          color: var(--calcite-ui-text-3);
          font-size: var(--font--2);
          margin-bottom: 0; }
      @media (min-width: 480px) {
        .cta-questions_social .questions-contact.block-group-1-up {
          margin-left: auto;
          margin-right: auto;
          max-width: 65%; } }
      @media (min-width: 860px) {
        .cta-questions_social .questions-contact.block-group-1-up {
          max-width: 55%; } }
      @media (min-width: 1250px) {
        .cta-questions_social .questions-contact.block-group-1-up {
          max-width: 33.33333%; } }
      @media (min-width: 480px) {
        .cta-questions_social .questions-contact.block-group-2-up {
          margin-left: auto;
          margin-right: auto;
          max-width: 95%; } }
      @media (min-width: 860px) {
        .cta-questions_social .questions-contact.block-group-2-up {
          max-width: 70%; } }
    .cta-questions_social .cta-buttons--action {
      padding-top: var(--space-6); }
  @media (min-width: 860px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-1-up {
      max-width: 60%; } }
  @media (min-width: 1150px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-1-up {
      max-width: 40%; } }
  @media (min-width: 1250px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-1-up {
      max-width: 33.33333%; } }
  @media (min-width: 860px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-2-up {
      max-width: 90%; } }
  @media (min-width: 1150px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-2-up {
      max-width: 70%; } }
  @media (min-width: 1250px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-2-up {
      max-width: 66.66666%; } }
  .cta-questions .ctasecondary {
    display: flex;
    justify-content: center;
    flex-direction: column; }
    @media (min-width: 860px) {
      .cta-questions .ctasecondary {
        flex-direction: row; } }
    .cta-questions .ctasecondary .cta-questions_social-heading, .cta-questions .ctasecondary .cta-questions_social_header {
      padding-top: var(--space-8); }
      @media (min-width: 860px) {
        .cta-questions .ctasecondary .cta-questions_social-heading, .cta-questions .ctasecondary .cta-questions_social_header {
          padding-top: 0; } }
    .cta-questions .ctasecondary .cta-questions_take-me-here svg {
      max-width: 48px;
      width: 48px;
      max-height: 48px; }
  .cta-questions_social-heading {
    text-align: center;
    font-size: var(--font-0); }
  .cta-questions-icons {
    display: flex;
    flex-direction: row;
    padding-top: var(--space-4);
    justify-content: center; }
    .cta-questions-icons .cta-questions-icon {
      padding: var(--space-4);
      display: flex;
      justify-content: center; }
      .cta-questions-icons .cta-questions-icon:hover .icon-ui-svg {
        fill: var(--calcite-ui-brand); }
      .cta-questions-icons .cta-questions-icon .icon-ui-svg {
        margin-bottom: 0; }
  .cta-questions .tmh-block-group {
    display: flex; }
    .cta-questions .tmh-block-group .tmh-block {
      display: flex;
      min-width: 130px;
      justify-content: center;
      flex: 1 1 auto;
      outline: thin solid var(--calcite-ui-border-1);
      padding: var(--space-5); }
      .cta-questions .tmh-block-group .tmh-block:hover, .cta-questions .tmh-block-group .tmh-block:focus {
        outline: thin solid var(--calcite-ui-brand); }
      .cta-questions .tmh-block-group .tmh-block .cta-questions-icon {
        text-align: center; }
        .cta-questions .tmh-block-group .tmh-block .cta-questions-icon span {
          display: inline-block; }
          .cta-questions .tmh-block-group .tmh-block .cta-questions-icon span svg {
            margin-bottom: var(--space-2); }
        .cta-questions .tmh-block-group .tmh-block .cta-questions-icon:hover svg {
          fill: var(--calcite-ui-brand); }
        .cta-questions .tmh-block-group .tmh-block .cta-questions-icon:hover .question-title {
          color: var(--calcite-ui-brand);
          text-decoration: none; }
        .cta-questions .tmh-block-group .tmh-block .cta-questions-icon .question-title {
          margin-bottom: 0;
          color: var(--calcite-ui-text-1);
          font-size: var(--font--1); }

.buy-card:last-child .buy-cards {
  border-bottom: none; }

.buy-card .cta-buttons a:first-child {
  margin: 0; }

.buy-card.mini-card .filter-cards .card-filter .card-filter-content-description, .buy-card.mini-card .filter-cards .card-filter .card-filter-content-purchase {
  display: none; }

.buy-card.mini-card .filter-cards .card-filter .card-filter-content-text .card-title {
  min-height: 80px; }

.buy-card.mini-card .filter-cards .card-filter .card-filter-content .cta-buttons--actions {
  justify-content: space-between;
  display: flex;
  align-items: center; }
  .buy-card.mini-card .filter-cards .card-filter .card-filter-content .cta-buttons--actions .cta-link {
    display: block; }

.buy-card .buy-cards .recommendedCard {
  flex-basis: calc(100% - 1.5rem);
  width: calc(100% - 1.5rem); }
  @media screen and (min-width: 860px) {
    .buy-card .buy-cards .recommendedCard {
      flex-basis: calc(37.5% - 1.5rem);
      width: calc(37.5% - 1.5rem); } }

.buy-cards {
  padding: 80px 20px 80px;
  border-bottom: 1px solid var(--calcite-ui-border-1); }
  .buy-cards .buy-cards-section-cta {
    margin: 60px 0 0 0;
    text-align: center; }
    .buy-cards .buy-cards-section-cta .section-cta-link {
      text-decoration: underline; }
  .buy-cards-header {
    color: #151515;
    margin: 0 0 10px 0;
    font-size: 1.6994866rem;
    line-height: 2.325rem; }
    @media screen and (max-width: 71em) {
      .buy-cards-header {
        font-size: 1.503565rem; } }
    @media screen and (max-width: 47em) {
      .buy-cards-header {
        font-size: 1.328125rem; } }
    .buy-cards-header.megatext {
      margin: 0 0 15px 0;
      font-size: 2.40307405rem;
      line-height: 3.1rem; }
      @media screen and (max-width: 71em) {
        .buy-cards-header.megatext {
          font-size: 1.99974145rem; } }
      @media screen and (max-width: 47em) {
        .buy-cards-header.megatext {
          font-size: 1.66015625rem;
          line-height: 2.325rem; } }
  .buy-cards-description p {
    color: var(--calcite-ui-text-2); }
  .buy-cards .buy-card-color-bar {
    background: var(--calcite-ui-brand);
    height: 5px; }
    .buy-cards .buy-card-color-bar-recommended {
      margin: 0;
      background: var(--calcite-ui-inverse);
      border-radius: 12px;
      font-weight: 500;
      font-size: 12px;
      color: var(--calcite-ui-text-inverse);
      padding: 0px 10px 2px; }
  .buy-cards [data-fullcards="false"] {
    justify-content: center; }
  .buy-cards [data-default-cta="true"].hidden {
    display: none !important; }

.bc-card .card-filter-content {
  padding: 20px 25px 25px;
  height: 100%; }
  .bc-card .card-filter-content-title {
    align-items: flex-start;
    flex-direction: column; }
  .bc-card .card-filter-content-icon {
    height: 50px;
    width: 50px; }
    .bc-card .card-filter-content-icon img,
    .bc-card .card-filter-content-icon svg {
      height: 50px;
      width: 50px; }
  .bc-card .card-filter-content .card-title-type {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px 0; }
    .bc-card .card-filter-content .card-title-type .type-text {
      color: var(--calcite-ui-text-2);
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px;
      font-weight: 500; }
    .bc-card .card-filter-content .card-title-type .type-circle {
      background: var(--calcite-ui-text-2);
      height: 12px;
      width: 12px;
      border-radius: 100%;
      margin-right: 5px; }
  .bc-card .card-filter-content-text {
    min-height: 65px; }
    .bc-card .card-filter-content-text .card-title {
      color: var(--calcite-ui-text-1);
      font-weight: 700; }
      @media screen and (min-width: 860px) {
        .bc-card .card-filter-content-text .card-title {
          font-size: 26px; } }
  .bc-card .card-filter-content-description div p {
    font-size: 14px;
    color: var(--calcite-ui-text-2); }

.bc-card .card-filter-price-wrapper {
  margin-bottom: 30px; }
  .bc-card .card-filter-price-wrapper .purchase-text,
  .bc-card .card-filter-price-wrapper .purchase-text.discount {
    font-size: 14px;
    color: var(--calcite-ui-text-2);
    font-weight: 200; }
  .bc-card .card-filter-price-wrapper .purchase-price {
    font-size: 20px;
    color: var(--calcite-ui-text-2); }
    @media screen and (min-width: 860px) {
      .bc-card .card-filter-price-wrapper .purchase-price {
        font-size: 32px; } }

.omni-card-color-bar {
  background: var(--calcite-ui-brand);
  height: 5px; }

.bc-card .card-filter-content,
.omni-card .card-filter-content {
  padding: 20px 25px 25px;
  height: 100%; }
  .bc-card .card-filter-content-title,
  .omni-card .card-filter-content-title {
    align-items: flex-start;
    flex-direction: column; }
  .bc-card .card-filter-content-icon,
  .omni-card .card-filter-content-icon {
    height: 50px;
    width: 50px;
    margin-left: -10px; }
    .bc-card .card-filter-content-icon img,
    .bc-card .card-filter-content-icon svg,
    .omni-card .card-filter-content-icon img,
    .omni-card .card-filter-content-icon svg {
      height: 50px;
      width: 50px; }
  .bc-card .card-filter-content .card-title-type,
  .omni-card .card-filter-content .card-title-type {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 10px 0; }
    .bc-card .card-filter-content .card-title-type .type-text,
    .omni-card .card-filter-content .card-title-type .type-text {
      color: var(--calcite-ui-text-2);
      text-transform: uppercase;
      font-size: 12px;
      letter-spacing: 1px;
      font-weight: 500; }
    .bc-card .card-filter-content .card-title-type .type-circle,
    .omni-card .card-filter-content .card-title-type .type-circle {
      background: var(--calcite-ui-text-2);
      height: 12px;
      width: 12px;
      border-radius: 100%;
      margin-right: 5px; }
  .bc-card .card-filter-content-text .card-title,
  .omni-card .card-filter-content-text .card-title {
    color: var(--calcite-ui-text-1);
    font-weight: 700; }
    @media screen and (min-width: 860px) {
      .bc-card .card-filter-content-text .card-title,
      .omni-card .card-filter-content-text .card-title {
        font-size: 24px; } }
  .bc-card .card-filter-content-description div p,
  .omni-card .card-filter-content-description div p {
    font-size: 14px;
    color: var(--calcite-ui-text-2);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-bottom: 10px; }

.bc-card .card-filter-price-wrapper,
.omni-card .card-filter-price-wrapper {
  margin-bottom: 30px; }
  .bc-card .card-filter-price-wrapper .purchase-text,
  .bc-card .card-filter-price-wrapper .purchase-text.discount,
  .omni-card .card-filter-price-wrapper .purchase-text,
  .omni-card .card-filter-price-wrapper .purchase-text.discount {
    font-size: 14px;
    color: var(--calcite-ui-text-2);
    font-weight: 200; }
  .bc-card .card-filter-price-wrapper .purchase-price,
  .omni-card .card-filter-price-wrapper .purchase-price {
    font-size: 20px;
    color: var(--calcite-ui-text-2); }
    @media screen and (min-width: 860px) {
      .bc-card .card-filter-price-wrapper .purchase-price,
      .omni-card .card-filter-price-wrapper .purchase-price {
        font-size: 32px; } }

.contact-us-distributors {
  background-color: var(--calcite-ui-foreground-2);
  margin-top: -30px;
  margin-bottom: -110px;
  padding: 30px .5rem; }
  @media screen and (min-width: 481px) {
    .contact-us-distributors {
      padding: 30px 60px 20px; } }
  .contact-us-distributors .cud-heading-container {
    min-height: 100px; }
    @media screen and (min-width: 481px) {
      .contact-us-distributors .cud-heading-container {
        min-height: 160px; } }
    .contact-us-distributors .cud-heading-container h3.gq-heading {
      font-size: 1.414rem;
      line-height: 1.55rem;
      margin-bottom: .55rem;
      text-align: inherit; }
  .contact-us-distributors .cud-box .cards-simple {
    background-color: transparent; }
  .contact-us-distributors .cud-box.card {
    min-height: 220px; }
    .contact-us-distributors .cud-box.card .card-content.card-border {
      border: none; }
    @media screen and (max-width: 860px) {
      .contact-us-distributors .cud-box.card {
        max-width: 100%;
        margin-top: 1rem;
        margin-left: auto !important;
        margin-right: auto !important; } }
    @media screen and (min-width: 861px) and (max-width: 1385px) {
      .contact-us-distributors .cud-box.card {
        width: 31%;
        max-width: 31%;
        height: 262px;
        margin-left: 20px !important; }
        .contact-us-distributors .cud-box.card:first-child {
          margin-left: 0; }
        .contact-us-distributors .cud-box.card.pre-3 {
          margin-left: 20px !important; } }
  .contact-us-distributors .cud-box .link {
    text-align: center; }
  .contact-us-distributors .cud-box .card-content .icon-container,
  .contact-us-distributors .cud-box .card-content .card-title,
  .contact-us-distributors .cud-box .card-content .card-text {
    text-align: center; }
  .contact-us-distributors .cud-box .card-content .card-text {
    color: #949494;
    font-size: 15.9px;
    line-height: 18px;
    max-width: 250px;
    display: inline-block;
    min-height: 36px;
    min-width: 100%; }
  .contact-us-distributors .cud-box .card-title.avenir-regular {
    font-size: 20.4px;
    margin-bottom: 10px;
    color: var(--calcite-ui-text-1);
    line-height: 1.55rem; }
  .contact-us-distributors .cud-box.contact-address .card-content .card-title,
  .contact-us-distributors .cud-box.contact-address .card-content .card-text {
    text-align: left; }
  .contact-us-distributors .cud-box.contact-address .card-content .card-text {
    margin: 0;
    padding: 0;
    font-size: 20.4px;
    color: var(--calcite-ui-text-2);
    line-height: 1.6rem;
    text-align: inherit; }
  .contact-us-distributors .cud-box.contact-address .card-title {
    font-size: 24px;
    padding-bottom: 8px;
    margin-bottom: 0; }
  .contact-us-distributors .cud-box.contact-address .block {
    padding-left: 30px;
    padding-top: 20px; }
  @media screen and (min-width: 1386px) {
    .contact-us-distributors .cud-box.contact-map.card {
      margin-left: 32px !important; } }
  .contact-us-distributors .grid-container {
    max-width: 100%; }

div.contact-us.contact-us--distributor-heading-top {
  height: 82px !important; }

.body-no-scroll {
  margin: 0;
  height: 100%;
  overflow: hidden; }

#contact-us_map-modal {
  opacity: 0;
  position: fixed;
  overflow: hidden;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: black;
  background-color: rgba(0, 0, 0, 0.4);
  transition: all 0.25s ease-in; }
  #contact-us_map-modal.show-modal {
    opacity: 1;
    z-index: 10000; }

.contact-us_map-modal-content {
  position: fixed;
  background-color: #fefefe;
  border: 1px solid #333;
  margin: 0px;
  padding: 0px;
  height: 100vh;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0; }
  @media (min-width: 790px) {
    .contact-us_map-modal-content {
      border: 0px solid transparent;
      margin: 20px;
      padding: 20px;
      height: 95vh; } }
  .contact-us_map-modal-content#contact-us_map-modal-iframe {
    height: 90%;
    width: 90%;
    height: 95vh; }
    @media (max-width: 790px) {
      .contact-us_map-modal-content#contact-us_map-modal-iframe {
        border: 1px solid #333;
        height: 100%;
        width: 100%; } }

.contact-us_map-modal .icon-ui-close {
  background: rgba(240, 240, 240, 0);
  border-radius: 50%;
  color: #273a59;
  float: right;
  font-size: 18px;
  height: 25px;
  width: 25px;
  margin-right: 0px;
  margin-top: 0px;
  padding: 10px;
  position: relative;
  transition: all .15s ease-in-out;
  text-align: center;
  z-index: 10;
  transition: all 0.1s ease-in; }
  .contact-us_map-modal .icon-ui-close:hover {
    cursor: pointer;
    background-color: rgba(0, 121, 193, 0); }
  @media (min-width: 790px) {
    .contact-us_map-modal .icon-ui-close {
      background: #f0f0f0;
      height: 25px;
      width: 25px; }
      .contact-us_map-modal .icon-ui-close:hover {
        color: #fff;
        background-color: #0079c1; } }
  .contact-us_map-modal .icon-ui-close:before {
    font-family: 'calcite-ui';
    content: "\f115";
    padding-right: 0;
    padding-left: 0;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    display: inline-block;
    text-decoration: none; }

[dir=ltr] .contact-us_address-box-right,
.contact-us_address-box-right {
  padding-left: 15%;
  padding-right: 0; }

[dir=ltr] .contact-us_tab,
.contact-us_tab {
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  background-color: #f4f4f4;
  padding-top: 30px;
  transition: margin 0.1s ease-in, height 0.3s ease-in;
  margin-top: -30px; }
  @media (min-width: 414px) {
    [dir=ltr] .contact-us_tab,
    .contact-us_tab {
      padding-left: 30px;
      padding-right: 30px; } }
  @media (min-width: 620px) {
    [dir=ltr] .contact-us_tab,
    .contact-us_tab {
      padding-left: 60px;
      padding-right: 60px; } }

@media (min-width: 790px) {
  [dir=ltr] .contact-us_tab,
  .contact-us_tab {
    margin-top: -30px; } }

[dir=ltr] .contact-us_tab-top-section,
.contact-us_tab-top-section {
  text-align: left; }
  [dir=ltr] .contact-us_tab-top-section ul li,
  .contact-us_tab-top-section ul li {
    text-align: left; }

[dir=ltr] .contact-us_address-details,
.contact-us_address-details {
  text-align: left; }

[dir=rtl] .contact-us_tab-top-section {
  text-align: right; }
  [dir=rtl] .contact-us_tab-top-section ul li {
    text-align: right; }

[dir=rtl] .contact-us_address-box-right {
  padding-left: 0;
  padding-right: 15%; }

[dir=rtl] .contact-us_address-details {
  text-align: right; }

@media (min-width: 1240px) {
  [dir=rtl] .contact-us_tab-left {
    text-align: right; } }

@media (min-width: 1240px) {
  [dir=ltr] .contact-us_tab-left {
    text-align: left; } }

.contact-us {
  color: #323232; }
  .contact-us_text-parbase-send-feedback p {
    color: #f8f8f8; }
    .contact-us_text-parbase-send-feedback p a {
      color: #56a5d8; }
      .contact-us_text-parbase-send-feedback p a:hover {
        color: #0079c1; }
  .contact-us_text-parbase-send-feedback li {
    display: inline-block;
    overflow: hidden;
    border-bottom: #666 1px solid;
    display: inline-block;
    position: relative;
    left: 0;
    top: 0.55rem;
    z-index: 10;
    text-shadow: 2px 2px #222, 2px -2px #222, -2px 2px #222, -2px -2px #222; }
    .contact-us_text-parbase-send-feedback li:hover {
      text-decoration: none; }
      .contact-us_text-parbase-send-feedback li:hover::after {
        width: 100%;
        z-index: 200; }
    .contact-us_text-parbase-send-feedback li::after {
      content: '';
      display: block;
      border-bottom: 1px solid var(--calcite-ui-brand);
      width: 0;
      position: absolute;
      z-index: 200;
      left: 0;
      bottom: 0;
      transition: 0.15s ease;
      background: transparent; }
  .contact-us_loading-text-placeholder {
    display: inline-block;
    margin: 0 auto;
    background-color: rgba(200, 200, 200, 0.2);
    color: rgba(200, 200, 200, 0.2);
    text-align: center;
    width: 80%;
    height: 1rem;
    border-radius: 3px; }
  .contact-us_loading-text-placeholder {
    height: 1rem; }
  .contact-us [data-contact-us="location-search-title"] .contact-us_loading-text-placeholder {
    width: 300px;
    height: 1rem; }
  .contact-us [data-contact-us="tab-title"] .contact-us_loading-text-placeholder {
    width: 200px;
    height: 1.3rem; }
  .contact-us [data-contact-us="tab-subtitle"] .contact-us_loading-text-placeholder {
    width: 300px;
    height: 0.85rem; }
  .contact-us_cta-title .contact-us_loading-text-placeholder {
    width: 160px;
    height: 1rem; }
  .contact-us_cta-subtitle .contact-us_loading-text-placeholder {
    width: 180px;
    height: 0.77rem; }
  .contact-us_cta-action .contact-us_loading-text-placeholder {
    width: 150px;
    height: 0.7rem; }
  .contact-us_address-detail-line .contact-us_loading-text-placeholder {
    width: 90%;
    height: 0.7rem; }
  .contact-us_address-detail-line-company-name .contact-us_loading-text-placeholder {
    width: 80%px;
    height: 1.3rem; }
  .contact-us_location-search-result-modal-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    background: transparent;
    display: block;
    height: 100%;
    width: 100%;
    transition: opacity 0.25s ease-in; }
  .contact-us_modal-form-thank-you-background {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    background: rgba(0, 0, 0, 0.3);
    display: block;
    height: 100%;
    width: 100%;
    transition: opacity 0.25s ease-in; }
  .contact-us_modal-form-thank-you {
    z-index: -1;
    position: fixed;
    display: inline-block;
    width: 80%;
    height: 70%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 3rem;
    line-height: 4rem;
    padding-top: 4rem;
    vertical-align: middle;
    text-align: center;
    background: white; }
  @media (min-width: 790px) {
    .contact-us_modal-form-thank-you {
      width: 50%;
      height: 50%;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); } }
  .contact-us_distributor-heading-title {
    margin-bottom: 0.4rem; }
  .contact-us_distributor-heading-subtitle {
    font-size: 1.2rem;
    line-height: 1.5rem; }
  .contact-us_tab-top-section {
    margin: 0 0 0rem 0; }
    .contact-us_tab-top-section ul {
      margin-right: auto;
      margin-left: auto;
      text-align: left; }
      .contact-us_tab-top-section ul li {
        margin-left: 30px; }
    @media (min-width: 790px) {
      .contact-us_tab-top-section {
        margin-bottom: 0;
        height: 160px; }
        .contact-us_tab-top-section ul {
          margin-right: auto;
          margin-left: auto;
          text-align: left; }
          .contact-us_tab-top-section ul li {
            margin-left: 20px; } }
  .contact-us_tab-content-title {
    color: #323232;
    font-size: 1.414rem;
    line-height: 1.55rem;
    margin-bottom: 0.55rem;
    text-align: inherit;
    display: none; }
    @media (min-width: 790px) {
      .contact-us_tab-content-title {
        display: block; } }
  .contact-us_tab-content-subtitle {
    max-width: 100%;
    text-align: center;
    color: #595959; }
    @media (min-width: 790px) {
      .contact-us_tab-content-subtitle {
        text-align: inherit;
        padding-bottom: 60px;
        max-width: 80%; } }
    @media (min-width: 1240px) {
      .contact-us_tab-content-subtitle {
        max-width: 60%; } }
  .contact-us.contact-us--distributor-heading-top * {
    opacity: 0; }
  .contact-us.contact-us--distributor-heading-top.show-details * {
    opacity: 1;
    transition: opacity 0.525s ease-in-out; }
  .contact-us.contact-us--distributor-heading-top.hide-on-init * {
    opacity: 0; }
  .contact-us_tab-bottom-section {
    width: 100%;
    padding-bottom: 30px; }
    .contact-us_tab-bottom-section .contact-us_cta-box-right div,
    .contact-us_tab-bottom-section .contact-us_address-details div,
    .contact-us_tab-bottom-section .contact-us_cta-box div,
    .contact-us_tab-bottom-section .contact-us_cta-box a div {
      opacity: 0;
      transition: all 0.15s ease-in-out;
      transition-delay: 0s; }
    .contact-us_tab-bottom-section.show-details .contact-us_cta-box-right div,
    .contact-us_tab-bottom-section.show-details .contact-us_address-details div,
    .contact-us_tab-bottom-section.show-details .contact-us_cta-box div,
    .contact-us_tab-bottom-section.show-details .contact-us_cta-box a div {
      opacity: 1;
      transition: all 0.35s ease-in-out;
      transition-delay: 0.5s; }
  .contact-us_get-directions {
    display: block;
    opacity: 0; }
  @media (min-width: 790px) {
    .contact-us_tab-bottom-section {
      display: flex;
      flex: 1;
      padding-bottom: 0; } }
  .contact-us_tab-left, .contact-us_tab-right {
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    width: auto; }
  .contact-us_tab-left {
    text-align: center; }
  @media (min-width: 790px) {
    .contact-us_tab-left {
      width: calc( 50% + 0px);
      margin-bottom: 0; }
    .contact-us_tab-right {
      width: calc( 50% - 0px); } }
  @media (min-width: 1240px) {
    .contact-us_tab-left {
      width: calc( 50% + 90px); }
    .contact-us_tab-right {
      width: calc( 50% - 90px); } }
  .contact-us_address-box-left, .contact-us_cta-box-right, .contact-us_cta-box {
    position: relative;
    display: inline-block;
    width: calc( 100% - 16px);
    color: #666;
    background-color: white;
    text-align: center;
    overflow: hidden; }
  .contact-us_address-box-left, .contact-us_cta-box {
    margin: 0 0 16px 0; }
  .contact-us_cta-box-right {
    margin: 0 0 16px 8px; }
    @media (min-width: 790px) {
      .contact-us_cta-box-right {
        margin-left: 0; } }
  .contact-us_address-box-left {
    min-height: 216px; }
    .contact-us_address-box-left .contact-us_address-details {
      width: 100%; }
      .contact-us_address-box-left .contact-us_address-details .contact-us_address-detail-line-company-name {
        font-size: 24px;
        width: 80%; }
        .contact-us_address-box-left .contact-us_address-details .contact-us_address-detail-line-company-name.long-company-name {
          font-size: 22px; }
      .contact-us_address-box-left .contact-us_address-details .contact-us_address-detail-line {
        font-size: 17px;
        width: 80%; }
  .contact-us_cta-box-right, .contact-us_cta-box {
    height: 216px; }
  .contact-us_cta-box-bottom {
    text-align: center; }
  .contact-us .contact-us_cta-action.contact-us_cta-address-action {
    text-align: left; }
  .contact-us_cta-box-right > .contact-us_cta-anchor,
  .contact-us_cta-box > .contact-us_cta-anchor,
  .contact-us_tab-right > .contact-us_cta-anchor,
  .contact-us_tab-left > .contact-us_cta-anchor {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    transition: border 0.2s, color 0.15s ease-in-out; }
    .contact-us_cta-box-right > .contact-us_cta-anchor:hover,
    .contact-us_cta-box > .contact-us_cta-anchor:hover,
    .contact-us_tab-right > .contact-us_cta-anchor:hover,
    .contact-us_tab-left > .contact-us_cta-anchor:hover {
      text-decoration: none; }
      .contact-us_cta-box-right > .contact-us_cta-anchor:hover .contact-us_cta-icon svg,
      .contact-us_cta-box > .contact-us_cta-anchor:hover .contact-us_cta-icon svg,
      .contact-us_tab-right > .contact-us_cta-anchor:hover .contact-us_cta-icon svg,
      .contact-us_tab-left > .contact-us_cta-anchor:hover .contact-us_cta-icon svg {
        fill: #005e95; }
      .contact-us_cta-box-right > .contact-us_cta-anchor:hover .contact-us_cta-action::after,
      .contact-us_cta-box > .contact-us_cta-anchor:hover .contact-us_cta-action::after,
      .contact-us_tab-right > .contact-us_cta-anchor:hover .contact-us_cta-action::after,
      .contact-us_tab-left > .contact-us_cta-anchor:hover .contact-us_cta-action::after {
        width: 100%; }
    .contact-us_cta-box-right > .contact-us_cta-anchor .contact-us_cta-action,
    .contact-us_cta-box > .contact-us_cta-anchor .contact-us_cta-action,
    .contact-us_tab-right > .contact-us_cta-anchor .contact-us_cta-action,
    .contact-us_tab-left > .contact-us_cta-anchor .contact-us_cta-action {
      display: inline-block;
      position: relative;
      left: 0;
      top: 0;
      z-index: 10;
      font-size: 1.1rem;
      text-shadow: 2px 2px white, 2px -2px white, -2px 2px white, -2px -2px white; }
    .contact-us_cta-box-right > .contact-us_cta-anchor .contact-us_cta-action::after,
    .contact-us_cta-box > .contact-us_cta-anchor .contact-us_cta-action::after,
    .contact-us_tab-right > .contact-us_cta-anchor .contact-us_cta-action::after,
    .contact-us_tab-left > .contact-us_cta-anchor .contact-us_cta-action::after {
      content: '';
      display: block;
      border-bottom: 1px solid var(--calcite-ui-brand);
      width: 0;
      position: absolute;
      z-index: -1;
      left: 0;
      bottom: 0;
      transition: 0.15s ease;
      background: transparent; }
  .contact-us_tab-right .contact-us_cta-anchor.contact-us_cta-address-anchor.contact-us_disable-get-directions-map-link:hover,
  .contact-us_tab-left .contact-us_cta-anchor.contact-us_cta-address-anchor.contact-us_disable-get-directions-map-link:hover {
    cursor: initial; }
  .contact-us_tab-right .contact-us_cta-anchor.contact-us_cta-address-anchor.contact-us_disable-get-directions-map-link .contact-us_address-details .contact-us_address-detail-line .contact-us_cta-address-action,
  .contact-us_tab-left .contact-us_cta-anchor.contact-us_cta-address-anchor.contact-us_disable-get-directions-map-link .contact-us_address-details .contact-us_address-detail-line .contact-us_cta-address-action {
    display: none; }
  .contact-us_tab-right .contact-us_cta-address-anchor.contact-us_cta-address-anchor.contact-us_enable-get-directions-map-link .contact-us_address-details .contact-us_address-detail-line .contact-us_cta-address-action,
  .contact-us_tab-left .contact-us_cta-address-anchor.contact-us_cta-address-anchor.contact-us_enable-get-directions-map-link .contact-us_address-details .contact-us_address-detail-line .contact-us_cta-address-action {
    display: inline-block; }
  .contact-us_cta-section-margin-top {
    margin-top: 0; }
  @media (min-width: 790px) {
    .contact-us_address-box-left, .contact-us_cta-box {
      margin: 0 16px 16px 0;
      width: 284px;
      display: inline-block; } }
  @media (min-width: 790px) {
    .contact-us_cta-box-right {
      margin: 0 0 0 0;
      min-width: 284px;
      width: 100%;
      display: inline-block; } }
  .contact-us_address-box-left {
    padding: 40px 20px;
    border: solid #cccccc 1px; }
  .contact-us_cta-box-top {
    height: 65%;
    padding: 0 6px; }
    .contact-us_cta-box-top .cta-small-text {
      font-size: 0.9rem; }
    @media (min-width: 790px) {
      .contact-us_cta-box-top {
        padding: 0 20px; } }
  .contact-us_cta-icon {
    height: 40px;
    margin-top: 14px;
    fill: #595959; }
    .contact-us_cta-icon svg {
      height: 36px;
      width: 36px;
      transition: fill 0.15s ease-in-out; }
  @media (min-width: 790px) {
    .contact-us_cta-icon {
      margin-top: 18px; } }
  .contact-us_cta-title {
    color: #323232;
    font-size: 17px;
    line-height: 1em;
    margin-bottom: 4px; }
    @media (min-width: 321px) {
      .contact-us_cta-title {
        font-size: 18.4px;
        line-height: 1.55rem;
        margin-bottom: 6px; } }
    @media (min-width: 790px) {
      .contact-us_cta-title {
        font-size: 20.4px;
        margin-bottom: 10px; } }
  .contact-us_cta-subtitle {
    color: #696969;
    font-size: 15.9px;
    line-height: 17.5px;
    max-width: 250px;
    display: inline-block; }
    @media (min-width: 790px) {
      .contact-us_cta-subtitle {
        line-height: 18px; } }
  .contact-us_cta-action {
    color: #0079c1;
    font-size: 0.9rem;
    line-height: 1em; }
    @media (min-width: 321px) {
      .contact-us_cta-action {
        font-size: 1.1rem;
        line-height: 1.2em; } }
    @media (min-width: 790px) {
      .contact-us_cta-action {
        font-size: 1.1rem;
        line-height: 1.2em; } }
  .contact-us_cta-action-anchor {
    color: inherit;
    font-size: 20.4px;
    line-height: inherit; }
  .contact-us_cta-action-anchor-btn {
    color: inherit; }
  .contact-us_cta-blue-text {
    color: #0079c1; }
  .contact-us_cta-big-text {
    font-size: 1.5rem;
    line-height: 1.7rem; }
  .contact-us_btn {
    width: 165px; }
  .contact-us_address-box-right {
    text-align: center;
    background-color: white;
    border: 1px solid #ccc;
    margin: 0;
    display: none;
    padding: 0;
    transition: padding 0.3s ease-in-out; }
  @media (min-width: 790px) {
    .contact-us_address-box-left {
      display: none; }
    .contact-us_address-box-right {
      display: flex;
      flex: 1;
      align-items: center;
      width: 100%;
      min-width: 300px; }
      .contact-us_address-box-right_address-details {
        max-width: 500px;
        width: 100%;
        height: 100%; }
        .contact-us_address-box-right_address-details .contact-us_address-detail-line-company-name {
          font-size: 24px; }
          .contact-us_address-box-right_address-details .contact-us_address-detail-line-company-name.long-company-name {
            font-size: 22px !important; }
        .contact-us_address-box-right_address-details .contact-us_address-detail-line {
          font-size: 17px; }
      .contact-us_address-box-right.contact-us_no-thumbnail {
        padding-left: 0; }
        .contact-us_address-box-right.contact-us_no-thumbnail .contact-us_address-details {
          padding-left: 10%;
          padding-right: 20px; }
          .contact-us_address-box-right.contact-us_no-thumbnail .contact-us_address-details .contact-us_address-detail-line-company-name {
            font-size: 24px; }
          .contact-us_address-box-right.contact-us_no-thumbnail .contact-us_address-details .contact-us_address-detail-line {
            font-size: 17px; }
      .contact-us_address-box-right.contact-us_with-thumbnail {
        flex-direction: row;
        padding-left: 0; }
        .contact-us_address-box-right.contact-us_with-thumbnail .contact-us_address-details {
          padding-left: 5%;
          padding-right: 20px; }
          .contact-us_address-box-right.contact-us_with-thumbnail .contact-us_address-details .contact-us_address-detail-line-company-name {
            font-size: 20.4px; }
          .contact-us_address-box-right.contact-us_with-thumbnail .contact-us_address-details .contact-us_address-detail-line {
            font-size: 17px; } }
  .contact-us_office-thumbnail-container {
    position: relative;
    top: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    background-color: transparent;
    height: 214px;
    width: 0;
    max-width: 0;
    transition: opacity 0.32s ease-in-out 0s; }
    .contact-us_office-thumbnail-container.contact-us_office-thumbnail-container-show {
      opacity: 1;
      transition: opacity 0.2s ease-in-out; }
    .contact-us_office-thumbnail-container.contact-us_office-thumbnail-container-hide {
      opacity: 0;
      transition: opacity 0.32s ease-in-out 0s; }
    .contact-us_office-thumbnail-container.contact-us_no_ro-state, .contact-us_office-thumbnail-container.contact-us_no-ro-state {
      width: 0;
      max-width: 0;
      transition: width 0.2s ease-in-out 0.3s;
      transition: max-width 0.2s ease-in-out 0.3s; }
    .contact-us_office-thumbnail-container.contact-us_ro-state {
      width: 45%;
      max-width: calc( 214px / 0.75);
      left: 0; }
  .contact-us_office-thumbnail {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    background-position: 50% 50%;
    background-size: cover;
    width: 100%;
    height: 214px;
    width: calc( 214px / 0.75);
    background-color: transparent;
    transition: opacity 0.32s ease-in-out 0s; }
    .contact-us_office-thumbnail.contact-us_office-thumbnail-show {
      opacity: 1; }
    .contact-us_office-thumbnail.contact-us_office-thumbnail-hide {
      opacity: 0; }
  .contact-us_address-details {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: center;
    display: inline-block;
    padding: 0;
    transition: all 0.32s ease-in-out; }
  .contact-us_address-detail-line {
    text-decoration: none;
    font-size: 15.9px;
    color: #595959;
    line-height: 1.6rem;
    text-align: inherit; }
    .contact-us_address-detail-line:hover {
      text-decoration: none; }
    @media (min-width: 790px) {
      .contact-us_address-detail-line {
        font-size: 17px; } }
  .contact-us_address-detail-line, .contact-us_address-detail-line-company-name {
    margin: 0 auto; }
  .contact-us_address-detail-line-company-name {
    width: 100%;
    text-decoration: none;
    font-size: 20.4px;
    color: #323232;
    padding-bottom: 8px; }
    .contact-us_address-detail-line-company-name:hover {
      text-decoration: none; }
  .contact-us_form-label-v-space, .contact-us_form-label {
    margin: 0 3px 8px 3px; }
  .contact-us_form-wrap {
    position: relative;
    padding: 0;
    top: -50px;
    height: 100%;
    width: 100%;
    text-align: left;
    margin: 0;
    overflow: visible;
    transition: all 0.3s ease-in-out; }
    .contact-us_form-wrap.aem-form {
      height: 100% !important;
      padding: 0; }
      .contact-us_form-wrap.aem-form .aem-form-data-sly-resource {
        height: 100% !important;
        overflow: visible; }
        .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform {
          overflow: visible;
          position: relative;
          z-index: 100; }
          .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform::-webkit-scrollbar {
            -webkit-appearance: none; }
          .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform::-webkit-scrollbar:vertical {
            width: 11px; }
          .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform::-webkit-scrollbar:horizontal {
            height: 11px; }
          .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform::-webkit-scrollbar-thumb {
            border-radius: 8px;
            border: 2px solid white;
            background-color: rgba(0, 0, 0, 0.5); }
          .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform::-webkit-scrollbar-track {
            background-color: #fff;
            border-radius: 8px; }
          .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform iframe {
            transition: all 0.15s ease-in-out; }
            .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform iframe #guide-mobile-navigator-wrapper {
              display: none !important; }
            .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform iframe::-webkit-scrollbar {
              -webkit-appearance: none; }
            .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform iframe::-webkit-scrollbar:vertical {
              width: 11px; }
            .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform iframe::-webkit-scrollbar:horizontal {
              height: 11px; }
            .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform iframe::-webkit-scrollbar-thumb {
              border-radius: 8px;
              border: 2px solid white;
              background-color: rgba(0, 0, 0, 0.5); }
            .contact-us_form-wrap.aem-form .aem-form-data-sly-resource .aemform iframe::-webkit-scrollbar-track {
              background-color: #fff;
              border-radius: 8px; }
    .contact-us_form-wrap.customer-service iframe, .contact-us_form-wrap.training iframe {
      padding-left: 8px;
      padding-right: 0;
      max-width: calc( 96% - 0px);
      height: 100%;
      width: 100%;
      overflow: visible;
      background: #f4f4f4; }
      @media (min-width: 414px) {
        .contact-us_form-wrap.customer-service iframe, .contact-us_form-wrap.training iframe {
          max-width: calc( 100% - 16px); } }
      @media (min-width: 790px) {
        .contact-us_form-wrap.customer-service iframe, .contact-us_form-wrap.training iframe {
          padding-left: 0;
          padding-right: 0;
          width: 100%; } }
    .contact-us_form-wrap.customer-service {
      min-height: 850px;
      height: 850px; }
      .contact-us_form-wrap.customer-service iframe {
        min-height: 850px;
        height: 850px; }
    .contact-us_form-wrap.training {
      min-height: 820px;
      height: 820px; }
      .contact-us_form-wrap.training iframe {
        min-height: 820px;
        height: 820px; }
    @media (min-width: 790px) {
      .contact-us_form-wrap.customer-service {
        min-height: 810px;
        height: 810px; }
        .contact-us_form-wrap.customer-service iframe {
          min-height: 810px;
          height: 810px; }
      .contact-us_form-wrap.training {
        min-height: 810px;
        height: 810px; }
        .contact-us_form-wrap.training iframe {
          min-height: 810px;
          height: 810px; } }
    @media (min-width: 790px) {
      .contact-us_form-wrap {
        max-width: 600px;
        text-align: left;
        margin: 0;
        width: 100%; } }
    .contact-us_form-wrap.pardot-form {
      padding-right: 10px;
      margin-right: 2px;
      margin-bottom: 2px;
      margin-left: 2px; }
      @media (min-width: 790px) {
        .contact-us_form-wrap.pardot-form {
          padding-right: 6px; } }
      .contact-us_form-wrap.pardot-form.sales, .contact-us_form-wrap.pardot-form.consulting {
        overflow: hidden !important;
        display: block; }
        .contact-us_form-wrap.pardot-form.sales iframe, .contact-us_form-wrap.pardot-form.consulting iframe {
          width: 100%;
          overflow: hidden !important;
          padding-bottom: 10px; }
      .contact-us_form-wrap.pardot-form.sales {
        min-height: 1102px; }
        .contact-us_form-wrap.pardot-form.sales iframe {
          min-height: 1104px; }
      .contact-us_form-wrap.pardot-form.consulting {
        min-height: 1102px; }
        .contact-us_form-wrap.pardot-form.consulting iframe {
          min-height: 1104px; }
      @media (min-width: 790px) {
        .contact-us_form-wrap.pardot-form.sales, .contact-us_form-wrap.pardot-form.consulting {
          top: -40px;
          left: 2px; } }
    .contact-us_form-wrap .contact-us_form {
      position: relative;
      left: 0;
      top: 0;
      opacity: 1;
      z-index: 10;
      width: 100%;
      transition: all 0.4s ease-in-out; }
    .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you {
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      z-index: 1;
      transition: all 0.4s ease-in-out;
      margin-left: 3px;
      width: calc(100% - 6px); }
      @media (min-width: 790px) {
        .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you {
          width: 100%;
          top: 19px; } }
      .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you div {
        text-align: center; }
      .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you .contact-us_cta-title {
        padding-top: 1.55em;
        color: #338033;
        transition: all 0.2s ease-in-out; }
      .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you .contact-us_cta-subtitle {
        max-width: 350px; }
      .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you .contact-us_cta-anchor {
        border: solid #338033 1px; }
        .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you .contact-us_cta-anchor:hover {
          text-decoration: none;
          border: solid #0079c1 1px; }
          .contact-us_form-wrap .contact-us_cta-box-right.contact-form-thank-you .contact-us_cta-anchor:hover .contact-us_cta-title {
            color: #0079c1; }
    .contact-us_form-wrap.submitted {
      height: 240px; }
      .contact-us_form-wrap.submitted .contact-us_form {
        opacity: 0;
        z-index: 1; }
      .contact-us_form-wrap.submitted .contact-us_cta-box-right.contact-form-thank-you {
        opacity: 1;
        z-index: 10; }
    .contact-us_form-wrap div {
      text-align: left; }
    .contact-us_form-wrap .form-submit-button-container {
      text-align: center;
      padding-bottom: 1rem; }
    .contact-us_form-wrap p.form-field {
      position: relative;
      top: 0;
      left: 0;
      height: 40px;
      transition: height 0.4s ease-in-out; }
    .contact-us_form-wrap label.field-label {
      position: absolute;
      left: 9px;
      top: 7px;
      opacity: 1;
      font-size: 0.95rem;
      margin: 0;
      z-index: 20;
      color: #797979;
      transition: top 0.4s, opacity 0.4s ease-in-out; }
    .contact-us_form-wrap input, .contact-us_form-wrap textarea {
      position: relative;
      top: 0;
      left: 0;
      border: solid #ccc 1px;
      width: calc( 100% - 6px);
      margin: 0 3px;
      transition: top 0.4s ease-in-out; }
    .contact-us_form-wrap p.form-field.active {
      height: 80px; }
      .contact-us_form-wrap p.form-field.active label.field-label {
        color: #0079c1;
        top: 0;
        opacity: 1; }
      .contact-us_form-wrap p.form-field.active input {
        top: 40px; }
    .contact-us_form-wrap p.form-field.complete label.field-label {
      opacity: 0; }
  .contact-us_location-section-container {
    background-color: #f4f4f4; }
  .contact-us_location-search {
    margin: 0;
    padding-top: 70px;
    padding-bottom: 70px; }
    .contact-us_location-search h3, .contact-us_location-search h4 {
      text-align: center;
      color: #323232; }
  @media (min-width: 790px) {
    .contact-us_location-search.contact-us_location-search_position_us_1, .contact-us_location-search.contact-us_location-search_position_us_2 {
      padding-top: 0;
      margin-top: -40px; } }
  .contact-us_location-search-center {
    display: flex;
    flex: 1;
    justify-content: center; }
  .contact-us_location-search-input-container {
    display: block;
    position: relative;
    top: 0;
    left: 0;
    padding: 0;
    margin: 0;
    height: 60px;
    width: 80%;
    max-width: 460px; }
    .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass {
      position: absolute;
      z-index: 2010;
      inset-block-start: 8px;
      inset-inline-end: 0;
      width: 32px;
      height: 32px;
      background: transparent;
      transition: all 0.2 ease-in-out; }
      .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass svg {
        fill: #595959; }
      .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass.search-input-reset:hover, .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass.active:hover {
        cursor: pointer; }
        .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass.search-input-reset:hover svg, .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass.active:hover svg {
          fill: var(--calcite-ui-brand); }
    .contact-us_location-search-input-container .contact-us_location-search-input-delete-x {
      position: absolute;
      z-index: 2010;
      inset-block-start: 8px;
      inset-inline-end: 32px;
      width: 32px;
      height: 32px;
      background: transparent;
      opacity: 0;
      transition: all 0.2 ease-in-out; }
      .contact-us_location-search-input-container .contact-us_location-search-input-delete-x.active {
        opacity: 0.6; }
        .contact-us_location-search-input-container .contact-us_location-search-input-delete-x.active:hover {
          cursor: pointer;
          opacity: 1; }
      .contact-us_location-search-input-container .contact-us_location-search-input-delete-x svg {
        fill: #de2900; }
  .contact-us_location-search-popup-message {
    position: absolute;
    display: block;
    cursor: pointer;
    z-index: -1;
    opacity: 0;
    top: 0;
    left: -10%;
    width: 120%;
    font-size: 1rem;
    text-align: center;
    color: #595959;
    color: white;
    border-radius: 4px;
    margin: 0;
    padding: 20px 0;
    transition: all 0.3 ease-in-out; }
    .contact-us_location-search-popup-message .alert-close {
      opacity: 1;
      -webkit-appearance: none;
      font-size: 1rem;
      line-height: 1.5;
      cursor: pointer;
      padding: 0;
      border: none;
      outline: none;
      color: #0079c1;
      background: transparent;
      color: currentColor;
      position: absolute; }
    .contact-us_location-search-popup-message:hover {
      top: -80px;
      opacity: 1;
      z-index: 10;
      color: #323232; }
      .contact-us_location-search-popup-message:hover.inactive, .contact-us_location-search-popup-message:hover.is-inactive {
        color: white;
        top: 0;
        opacity: 0;
        z-index: -1; }
    .contact-us_location-search-popup-message.active, .contact-us_location-search-popup-message.is-active {
      color: #595959;
      top: -80px;
      opacity: 1;
      z-index: 10; }
  .contact-us_location-search-input {
    background: transparent;
    max-width: 84%;
    position: relative;
    z-index: 100;
    top: 0;
    left: 0;
    margin: 0;
    padding-top: 4px;
    border: none !important;
    box-shadow: none !important;
    font-family: "Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 24px;
    color: #323232;
    line-height: 45px;
    height: 44px; }
    .contact-us_location-search-input:focus {
      border: none !important;
      box-shadow: none !important; }
    .contact-us_location-search-input::-ms-clear {
      display: none; }
  .contact-us_location-search-input::-webkit-input-placeholder, .contact-us_location-search-input::-moz-placeholder {
    font-family: "Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif;
    font-size: 24px;
    font-weight: 300;
    font-style: normal;
    color: #bebebe; }
  .contact-us_location-search-input-measure-grayline {
    position: absolute;
    top: 50px;
    padding-top: 0;
    left: 0;
    border: none;
    border-top: solid #cccccc 1px;
    display: inline-block;
    min-width: calc( 100% - 6px);
    background: transparent;
    height: 1px;
    max-width: 800px; }
  .contact-us_location-search-input-measure-blueline {
    position: absolute;
    inset-block-start: 50px;
    inset-inline-start: 0;
    overflow-x: hidden;
    max-width: 84%;
    border: none;
    border-top: solid var(--calcite-ui-brand) 1px;
    color: transparent;
    background: transparent;
    height: 3px;
    transition: width 0.8s ease-in-out; }
  .contact-us_location-search-result {
    position: absolute;
    top: 51px;
    left: 0;
    padding: 0 2px 4px 2px;
    border: solid #cccccc 1px;
    border-top: none;
    background: white;
    display: none;
    min-width: calc( 100% - 6px);
    opacity: 1;
    max-height: 300px;
    overflow: auto;
    transition: all 0.12s ease-in-out; }
    .contact-us_location-search-result::-webkit-scrollbar {
      width: 0.5rem; }
    .contact-us_location-search-result::-webkit-scrollbar-track {
      box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }
    .contact-us_location-search-result::-webkit-scrollbar-thumb {
      border-radius: 0.25rem;
      background-color: darkgrey;
      outline: 1px solid slategrey; }
    .contact-us_location-search-result div.location-search-item {
      text-align: left;
      cursor: pointer;
      padding: 4px 2px 0;
      margin: 4px 2px 8px;
      border-bottom: 1px solid #ccc;
      min-width: 300px; }
      .contact-us_location-search-result div.location-search-item.focus {
        background: #ccc; }
  .contact-us_us-regional-offices-section-container {
    overflow: hidden;
    height: 0;
    opacity: 0;
    width: 100%;
    transition: all 0.4s ease-in-out; }
    .contact-us_us-regional-offices-section-container.contact-us_show-us-regional-offices-section-container {
      height: auto;
      opacity: 1; }
    .contact-us_us-regional-offices-section-container h1.contact-us_us-regional-offices-title,
    .contact-us_us-regional-offices-section-container h2.contact-us_us-regional-offices-title {
      text-align: center;
      font-size: 2.40307rem;
      line-height: 1.35; }
    .contact-us_us-regional-offices-section-container div.contact-us_blue-line {
      color: #0079c1;
      background-color: #0079c1;
      margin: 1rem auto;
      border-radius: 6px;
      border: #0079c1 solid 2px;
      width: 50px;
      height: 1px; }
    .contact-us_us-regional-offices-section-container div.contact-us_us-regional-offices-text-center {
      text-align: center;
      width: 90%;
      margin: 0 auto; }
    @media (min-width: 790px) {
      .contact-us_us-regional-offices-section-container div.contact-us_us-regional-offices-text-center {
        width: 33%;
        min-width: 350px;
        margin: 0 auto; } }
    .contact-us_us-regional-offices-section-container .contact-us_us-regional-offices-anchor-list {
      left: 0 !important; }
      .contact-us_us-regional-offices-section-container .contact-us_us-regional-offices-anchor-list div {
        width: 70%;
        margin: 0 auto 12px; }
    .contact-us_us-regional-offices-section-container .contact-us_us-regional-offices-anchor-list-item {
      display: inline-block;
      font-size: 18px;
      height: 24px; }

[class*="column-"]:first-of-type.contact-us_us-regional-offices-anchor-list.contact-us_us-regional-offices-anchor-list-row-1 {
  margin-left: 0 !important; }

.contact-us .contact-us_address-box-right .contact-us_address-details {
  max-width: 96%; }

.table-comparison_mobile-table-header {
  text-align: center; }

.table-comparison_header {
  font-size: 1.6994866rem;
  line-height: 2.325rem;
  margin-bottom: 0.55rem; }
  @media screen and (max-width: 71em) {
    .table-comparison_header {
      font-size: 1.503565rem; } }
  @media screen and (max-width: 47em) {
    .table-comparison_header {
      font-size: 1.328125rem; } }

.table-comparison_description {
  font-size: 0.9375rem;
  line-height: 1.55rem;
  font-weight: 300;
  margin-bottom: 0.55rem; }

.table-comparison_header-cta {
  font-size: 0.9375rem;
  line-height: 1.55rem;
  white-space: normal;
  line-height: 1.3;
  padding: 1.15rem 0.9rem; }

.table-comparison_mobile-table-header[aria-hidden="true"], .table-comparison_mobile-tabs-wrapper[aria-hidden="true"], .table-comparison_grid[aria-hidden="true"], .table-comparison_col-information[aria-hidden="true"] {
  display: none; }

.table-comparison_mobile-tabs-wrapper {
  overflow: hidden;
  text-align: center;
  position: relative;
  height: 53px; }

.table-comparison_mobile-tabs.tab-nav {
  display: flex;
  white-space: nowrap;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s; }

.table-comparison_mobile-tab {
  width: 286px;
  min-width: 286px;
  border-bottom-width: 3px;
  border-bottom-style: solid;
  border-top: none;
  border-left: none;
  border-right: none;
  margin-right: 0;
  margin-bottom: 4px;
  font-size: 1rem;
  line-height: 1.55rem;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  z-index: 0;
  height: 52px;
  float: none;
  position: relative;
  background: #FFFFFF;
  border-bottom-color: #FFFFFF; }
  .table-comparison_mobile-tab.is-active, .table-comparison_mobile-tab:hover {
    border-bottom-color: #0079C1;
    border-bottom-width: 3px;
    background: none; }
  @media screen and (max-width: 480px) {
    .table-comparison_mobile-tab {
      font-size: 0.85rem; } }
  .table-comparison_mobile-tab-text {
    display: block;
    position: relative;
    z-index: -1;
    margin-bottom: 9px; }
  .table-comparison_mobile-tab-left, .table-comparison_mobile-tab-right {
    width: 70px;
    padding: 0;
    border: none;
    position: absolute;
    z-index: 1;
    height: 52px;
    outline: none;
    cursor: pointer; }
    .table-comparison_mobile-tab-left .icon-ui-left,
    .table-comparison_mobile-tab-left .icon-ui-right, .table-comparison_mobile-tab-right .icon-ui-left,
    .table-comparison_mobile-tab-right .icon-ui-right {
      font-size: 22px;
      position: absolute;
      top: 11px;
      color: #6E6E6E; }
  .table-comparison_mobile-tab-left {
    text-align: left;
    left: 0;
    background: linear-gradient(to right, white 20%, rgba(255, 255, 255, 0) 100%); }
    .table-comparison_mobile-tab-left .icon-ui-left {
      left: 0; }
  .table-comparison_mobile-tab-right {
    text-align: right;
    right: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 80%); }
    .table-comparison_mobile-tab-right .icon-ui-right {
      right: 0; }

.table-comparison_col-information {
  text-align: center;
  padding: 25px 0; }

.table-comparison_col-headers-tabs .esritable_colheader_0.column-header {
  display: none; }

@media (min-width: 1230px) {
  .table-comparison_col-headers-tabs {
    display: flex;
    border-left: 1px solid transparent; }
    .table-comparison_col-headers-tabs .esritable_colheader_0.column-header {
      display: block;
      text-align: left; }
    .table-comparison_col-headers-tabs .column-header {
      border-right: 1px solid #A9A9A9;
      text-align: center;
      padding: 20px 5px;
      position: relative;
      flex: 1; }
      .table-comparison_col-headers-tabs .column-header:nth-child(1) {
        width: 480px;
        min-width: 480px;
        max-width: 480px;
        margin-left: 0 !important; }
      .table-comparison_col-headers-tabs .column-header:not(:first-child) {
        border-top: 6px solid #EEEEEE; }
      .table-comparison_col-headers-tabs .column-header:last-child {
        margin-right: 0 !important; }
    .table-comparison_col-headers-tabs--1 .esritable_colheader_0.column-header, .table-comparison_col-headers-tabs--1 .table-comparison-row-cell {
      width: 840px;
      min-width: 840px;
      max-width: 840px; }
    .table-comparison_col-headers-tabs--1 .esritable_colheader_1.column-header {
      background-color: #fff; } }

.table-comparison_col-header-tab-heading {
  font-size: 1rem;
  line-height: 1.55rem;
  font-weight: 300;
  margin-bottom: 1px; }
  @media (min-width: 1230px) {
    .table-comparison_col-headers-tabs--4 .table-comparison_col-header-tab-heading {
      font-size: 1.2019rem;
      line-height: 1.55rem;
      margin-bottom: 6px; } }
  @media screen and (min-width: 1230px) and (max-width: 71em) {
    .table-comparison_col-headers-tabs--4 .table-comparison_col-header-tab-heading {
      font-size: 1.1305rem; } }
  @media screen and (min-width: 1230px) and (max-width: 47em) {
    .table-comparison_col-headers-tabs--4 .table-comparison_col-header-tab-heading {
      font-size: 1.0625rem; } }
  @media (min-width: 1230px) {
    .table-comparison_col-headers-tabs--3 .table-comparison_col-header-tab-heading,
    .table-comparison_col-headers-tabs--2 .table-comparison_col-header-tab-heading {
      font-size: 1.414rem;
      line-height: 1.55rem;
      margin-bottom: 6px; } }
  @media screen and (min-width: 1230px) and (max-width: 71em) {
    .table-comparison_col-headers-tabs--3 .table-comparison_col-header-tab-heading,
    .table-comparison_col-headers-tabs--2 .table-comparison_col-header-tab-heading {
      font-size: 1.33rem; } }
  @media screen and (min-width: 1230px) and (max-width: 47em) {
    .table-comparison_col-headers-tabs--3 .table-comparison_col-header-tab-heading,
    .table-comparison_col-headers-tabs--2 .table-comparison_col-header-tab-heading {
      font-size: 1.25rem; } }
  .table-comparison_col-information .table-comparison_col-header-tab-heading {
    display: none; }

.table-comparison_col-header-tab-description {
  font-size: 1rem;
  line-height: 1.55rem;
  font-weight: 300;
  margin-bottom: 5px; }
  @media (min-width: 480px) {
    .table-comparison_col-header-tab-description {
      font-size: 1.2019rem;
      line-height: 1.55rem; } }
  @media screen and (min-width: 480px) and (max-width: 71em) {
    .table-comparison_col-header-tab-description {
      font-size: 1.1305rem; } }
  @media screen and (min-width: 480px) and (max-width: 47em) {
    .table-comparison_col-header-tab-description {
      font-size: 1.0625rem; } }
  @media (min-width: 1230px) {
    .table-comparison_col-header-tab-description {
      font-size: 12px; }
      .table-comparison_col-headers-tabs--5 .table-comparison_col-header-tab-description {
        font-size: 0.8125rem;
        line-height: 1.55rem; }
      .table-comparison_col-headers-tabs--4 .table-comparison_col-header-tab-description {
        font-size: 0.9375rem;
        line-height: 1.55rem; }
      .table-comparison_col-headers-tabs--3 .table-comparison_col-header-tab-description,
      .table-comparison_col-headers-tabs--2 .table-comparison_col-header-tab-description {
        font-size: 1rem;
        line-height: 1.55rem; } }

.table-comparison_col-header-tab-price {
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 6px; }
  @media (min-width: 1230px) {
    .table-comparison_col-headers-tabs--5 .table-comparison_col-header-tab-price {
      font-size: 0.8125rem;
      line-height: 1.55rem; }
    .table-comparison_col-headers-tabs--4 .table-comparison_col-header-tab-price,
    .table-comparison_col-headers-tabs--3 .table-comparison_col-header-tab-price,
    .table-comparison_col-headers-tabs--2 .table-comparison_col-header-tab-price {
      font-size: 0.9375rem;
      line-height: 1.55rem; } }

.table-comparison_col-header-tab-terms {
  font-size: 12px;
  margin-bottom: 6px; }
  @media (min-width: 1230px) {
    .table-comparison_col-headers-tabs--4 .table-comparison_col-header-tab-terms,
    .table-comparison_col-headers-tabs--3 .table-comparison_col-header-tab-terms,
    .table-comparison_col-headers-tabs--2 .table-comparison_col-header-tab-terms {
      font-size: 13px; } }

.table-comparison_col-header-tab-terms-byline {
  font-size: 12px;
  margin-bottom: 6px; }

.table-comparison_col-header-tab-terms + .table-comparison_col-header-tab-terms-byline {
  margin-top: -6px; }

.table-comparison_col-header-tab-cta1 {
  margin-bottom: 4px;
  font-size: 0.8125rem;
  line-height: 1.55rem;
  white-space: normal;
  line-height: 1.3;
  padding: .6rem 0.9rem; }
  @media (min-width: 1230px) {
    .table-comparison_col-headers-tabs--3 .table-comparison_col-header-tab-cta1 {
      font-size: 0.875rem;
      line-height: 1.55rem; }
    .table-comparison_col-headers-tabs--2 .table-comparison_col-header-tab-cta1 {
      font-size: 0.8125rem;
      line-height: 1.55rem; } }

.table-comparison_col-header-tab-cta2 {
  font-size: 12px; }

.table-comparison_row-cell {
  padding: 15px;
  display: flex; }
  .table-comparison_row-cell::after {
    clear: both;
    height: 1px;
    content: "";
    display: block; }
  .table-comparison_row-cell.odd-list-item {
    background: #F4F4F4; }
  @media (min-width: 860px) {
    .table-comparison_row-cell {
      padding: 15px 25px; } }
  @media (min-width: 1230px) {
    .table-comparison_row-cell {
      display: block; }
      .table-comparison_row-cell:nth-child(odd) {
        background-color: #F4F4F4; }
      .table-comparison_row-cell:nth-child(even), .table-comparison_row-cell:nth-child(even).odd-list-item {
        background-color: #FFFFFF; }
      .table-comparison_col:not(:first-child) .table-comparison_row-cell {
        text-align: center; } }
  .table-comparison_row-cell[data-row-type-empty] {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden; }
    @media (min-width: 1230px) {
      .table-comparison_row-cell[data-row-type-empty] {
        position: static;
        left: auto;
        width: auto;
        height: auto;
        overflow: visible; } }

.table-comparison_row-heading {
  font-size: 0.8125rem;
  line-height: 1.55rem;
  font-weight: 400;
  margin: 0; }
  @media (min-width: 1230px) {
    .table-comparison_row-heading {
      font-size: 0.875rem;
      line-height: 1.55rem; } }

.table-comparison_row-header {
  float: left;
  padding-right: 40px; }
  @media (min-width: 1230px) {
    .table-comparison_row-header {
      float: none;
      padding-right: 0; } }

.table-comparison_row-cell-data {
  text-align: right;
  flex-grow: 1;
  width: calc(50% - 10px);
  display: inline-block; }
  @media (min-width: 1230px) {
    .table-comparison_row-cell-data {
      text-align: center; } }

.table-comparison_row-description {
  font-size: 13px;
  font-weight: 300;
  margin: 0;
  display: none; }
  @media (min-width: 1230px) {
    .table-comparison_row-description {
      display: block; } }

.table-comparison_row-cell-data {
  font-size: 0.8125rem;
  line-height: 1.55rem;
  font-weight: 300;
  margin: 0;
  position: relative; }

.table-comparison_data-cell-empty-edit {
  color: #CCCCCC; }

.table-comparison_row-cell-data [data-type-yes],
.table-comparison_row-cell-data [data-type-no] {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.table-comparison_row-cell-data [data-type-custom]:not(.table-comparison_row-cell-check-icon) {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

@media (min-width: 860px) {
  .table-comparison_row-cell-data [data-type-custom]:not(.table-comparison_row-cell-check-icon) {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    left: auto; }
  .table-comparison_row-cell-data [data-type-custom].table-comparison_row-cell-check-icon {
    display: none; } }

.table-comparison_row-cell-check-icon {
  position: absolute;
  top: 6px;
  right: 0;
  font-size: 17px; }
  @media (min-width: 860px) {
    .table-comparison_row-cell-check-icon {
      font-size: 18px; } }
  @media (min-width: 1230px) {
    .table-comparison_row-cell-check-icon {
      position: static;
      top: auto;
      right: auto;
      font-size: 20px; }
      .table-comparison_row-cell-check-icon[data-type-custom] {
        display: none; } }

.table-comparison_cols {
  margin-top: -1px;
  border-top: 1px solid #DDDDDD; }
  [dir='rtl'] .table-comparison_cols {
    overflow: hidden; }
  @media (min-width: 1230px) {
    .table-comparison_cols {
      display: flex;
      border: 1px solid #A9A9A9;
      border-right: none;
      margin-top: 0; } }

.table-comparison_col {
  position: relative; }
  .table-comparison_col:first-child {
    display: none; }
  .table-comparison_col[aria-hidden="true"] {
    display: none; }
  @media (min-width: 1230px) {
    .table-comparison_col {
      border-right: 1px solid #A9A9A9;
      flex: 1; }
      .table-comparison_col:nth-child(1) {
        width: 480px;
        min-width: 480px;
        max-width: 480px; }
      .table-comparison_col:first-child {
        display: block; }
      .table-comparison_col:not(:first-child) .table-comparison_row-header {
        display: none; }
      .table-comparison_col[aria-hidden="true"] {
        display: block; } }

.table-comparison_rows {
  margin: 0;
  border: 1px solid #a9a9a9; }
  @media (min-width: 1230px) {
    .table-comparison_rows {
      border: none; } }

.table-comparison_footer-cta-box {
  padding: 25px 0;
  text-align: center; }
  @media (min-width: 1230px) {
    .table-comparison_footer-cta-box--no-desktop {
      display: none; } }

.table-comparison_geo-sensitive {
  display: none; }

.table-comparison .table-comparison_cols--1 .table-comparison_col:first-child {
  width: 840px;
  min-width: 840px;
  max-width: 840px; }

.table-comparison .table-comparison_mobile-tab.is-active {
  border-left: 1px solid transparent !important;
  border-top: 1px solid transparent !important;
  border-right: 1px solid transparent !important; }

#shopping-cart, #customer-number {
  background: #f8f8f8;
  min-height: 80vh; }

.hideinDesktop {
  display: none; }
  @media screen and (min-width: 1280px) {
    .hideinDesktop {
      display: block; } }

.hideinTablet {
  display: none; }
  @media screen and (min-width: 1280px) {
    .hideinTablet {
      display: block; } }

.mobileOnly {
  display: block; }
  @media screen and (min-width: 1280px) {
    .mobileOnly {
      display: none; } }

.mobileHeading {
  margin-bottom: 5px; }

.mobileRemove {
  width: 100%; }

.opacityLayer {
  background: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10;
  display: block; }
  .opacityLayer[data-attribute="hidden"] {
    display: none; }

.mainErrorMessage {
  z-index: 999;
  border-top: 4px solid var(--calcite-ui-danger);
  border-left: 1px var(--calcite-ui-border-1) solid;
  border-right: 1px var(--calcite-ui-border-1) solid;
  border-bottom: 1px var(--calcite-ui-border-1) solid;
  background: var(--calcite-ui-background);
  width: 90%;
  max-width: 600px;
  padding: 40px;
  position: fixed;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block; }
  .mainErrorMessage[data-attribute="hidden"] {
    display: none; }
  .mainErrorMessage .btn:after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 13px;
    transition: all .25s ease-in-out;
    width: 13px;
    display: inline-block;
    margin-left: 5px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    html[dir="rtl"] .mainErrorMessage .btn:after {
      transform: scaleX(-1); }
  .mainErrorMessage .cancelButton:after, .mainErrorMessage .switchCustomer:after {
    background-image: none;
    width: 0;
    margin-left: 0; }

.assignButton:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%230079c0'  d='M7.5 0A7.5 7.5 0 1 0 15 7.5 7.5 7.5 0 0 0 7.5 0zm0 14.1a6.6 6.6 0 1 1 6.6-6.6 6.608 6.608 0 0 1-6.6 6.6zM8 7h4v1H8v4H7V8H3V7h4V3h1z'/%3E%3C/svg%3E");
  height: 13px;
  width: 13px;
  float: left;
  margin-top: 4px;
  background-repeat: no-repeat;
  margin-right: 5px; }

.coreLicenseCartSection {
  width: 100%;
  flex: 0 1 100%; }
  @media screen and (min-width: 1280px) {
    .coreLicenseCartSection {
      width: 60%;
      flex: 0 1 60%; } }

.inlineElement {
  display: inline-block; }
  .inlineElement.subid {
    margin-right: 15px; }
    html[dir="rtl"] .inlineElement.subid {
      margin-left: 15px;
      margin-right: 0; }

.configModal.modalsection {
  border-top: 4px solid var(--calcite-ui-brand);
  position: fixed;
  max-height: 80vh;
  overflow-y: scroll;
  padding: 0;
  top: 50%;
  max-width: 700px; }

.configModal-content {
  padding: 20px 40px 0 40px; }
  @media screen and (max-width: 767px) {
    .configModal-content {
      padding: 15px; } }
  .configModal-content.incart {
    padding: 0; }

.configModal .config-item {
  display: flex; }
  @media screen and (max-width: 767px) {
    .configModal .config-item {
      flex-wrap: wrap; } }
  .configModal .config-item.listitems {
    border-bottom: 1px solid var(--calcite-ui-border-3);
    margin-bottom: 40px; }
    @media screen and (max-width: 767px) {
      .configModal .config-item.listitems {
        padding-bottom: 40px; } }
    .configModal .config-item.listitems.incart {
      border-bottom: none; }
      @media screen and (max-width: 767px) {
        .configModal .config-item.listitems.incart .config-item-assigned {
          width: 100%;
          flex-basis: 100%;
          text-transform: lowercase; }
          .configModal .config-item.listitems.incart .config-item-assigned::first-letter {
            text-transform: capitalize; }
          .configModal .config-item.listitems.incart .config-item-assigned:before {
            content: attr(data-pseudo-content);
            font-size: 0.9375rem;
            margin-right: 5px;
            font-weight: 700; } }
      @media screen and (max-width: 767px) {
        .configModal .config-item.listitems.incart .config-item-subtotal {
          width: 100%;
          flex-basis: 100%;
          text-transform: lowercase; }
          .configModal .config-item.listitems.incart .config-item-subtotal::first-letter {
            text-transform: capitalize; }
          .configModal .config-item.listitems.incart .config-item-subtotal:before {
            content: attr(data-pseudo-content);
            font-weight: 700;
            font-size: 0.9375rem;
            margin-right: 5px; } }
  .configModal .config-item.header {
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700; }
    @media screen and (max-width: 767px) {
      .configModal .config-item.header .config-item-qty, .configModal .config-item.header .config-item-subtotal, .configModal .config-item.header .config-item-assigned {
        display: none; } }
  .configModal .config-item .config-mobile-menu {
    display: flex;
    flex-basis: 100%;
    margin-bottom: 10px;
    justify-content: space-between; }
    .configModal .config-item .config-mobile-menu div {
      text-transform: uppercase;
      font-size: 12px;
      font-weight: 700; }
    @media screen and (min-width: 767px) {
      .configModal .config-item .config-mobile-menu {
        display: none; } }
  .configModal .config-item-name {
    flex-basis: 100%;
    width: 100%;
    padding-right: 0;
    font-size: 14px; }
    @media screen and (min-width: 767px) {
      .configModal .config-item-name {
        flex-basis: 60%;
        width: 60%;
        padding-right: 30px;
        font-size: 16px; } }
    @media screen and (min-width: 767px) {
      .configModal .config-item-name.incart {
        flex-basis: 60%;
        width: 60%; } }
    .configModal .config-item-name .itemincart {
      display: inline-block;
      font-size: 12px;
      margin: 0;
      background: var(--calcite-ui-foreground-2);
      padding: 2px 10px;
      border-radius: 22px; }
      @media screen and (min-width: 767px) {
        .configModal .config-item-name .itemincart {
          margin: 0 10px; } }
    html[dir="rtl"] .configModal .config-item-name {
      padding-right: 0;
      padding-left: 30px; }
  .configModal .config-item-qty {
    flex-basis: 50%;
    width: 50%; }
    @media screen and (min-width: 767px) {
      .configModal .config-item-qty {
        flex-basis: 20%;
        width: 20%; } }
  .configModal .config-item-assigned {
    flex-basis: 25%;
    width: 25%;
    text-align: left; }
  .configModal .config-item-subtotal {
    flex-basis: 50%;
    width: 50%;
    text-align: right; }
    @media screen and (min-width: 767px) {
      .configModal .config-item-subtotal {
        flex-basis: 20%;
        width: 20%; } }
    .configModal .config-item-subtotal.incart {
      text-align: left; }
  .configModal .config-item .configTitle {
    font-size: 12px; }
    .configModal .config-item .configTitle span {
      font-weight: 500; }

.configModal .configTotal {
  text-align: right;
  font-weight: 700;
  padding-bottom: 0;
  margin-top: -15px; }
  .configModal .configTotal span {
    padding-right: 20px;
    font-weight: 300; }

.configModal .config-ctasection {
  text-align: right;
  position: sticky;
  bottom: 0;
  background: var(--calcite-ui-background);
  padding: 20px 0;
  border-top: 1px solid var(--calcite-ui-border-1);
  z-index: 10; }
  .configModal .config-ctasection .cancelButton {
    margin-right: 10px;
    cursor: pointer; }
    html[dir="rtl"] .configModal .config-ctasection .cancelButton {
      margin-right: 0;
      margin-left: 10px; }
  @media screen and (max-width: 767px) {
    .configModal .config-ctasection button {
      padding: 5px 7px; } }

.configModal-header {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid var(--calcite-ui-border-1);
  padding: 15px 40px;
  align-items: baseline;
  position: sticky;
  top: 0;
  z-index: 100;
  background: var(--calcite-ui-background); }
  @media screen and (max-width: 767px) {
    .configModal-header {
      padding: 15px; } }

.configModal-close {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='%23323232' d='M8.718 8l5.303 5.303-.707.707L8.01 8.707 2.707 14.01 2 13.303 7.303 8 2 2.697l.707-.707L8.01 7.293l5.304-5.303.707.707z'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  border: none;
  cursor: pointer; }

.light-gray-text {
  color: var(--calcite-ui-text-3); }

.configModal::-webkit-scrollbar {
  -webkit-appearance: none; }

.configModal::-webkit-scrollbar:vertical {
  width: 11px; }

.configModal::-webkit-scrollbar:horizontal {
  height: 11px; }

.configModal::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 2px solid white;
  background-color: rgba(0, 0, 0, 0.2); }

.footnote {
  padding: 10px 0 180px; }
  .footnote-content {
    width: 100%;
    margin: 0 auto; }
    @media screen and (min-width: 1025px) {
      .footnote-content {
        width: 50%; } }

.shoppingCart {
  padding: 20px 15px;
  border: 1px var(--calcite-ui-border-3) solid;
  background: var(--calcite-ui-foreground-1);
  box-shadow: none;
  position: relative; }
  @media screen and (min-width: 768px) {
    .shoppingCart {
      padding: 20px 30px; } }
  @media screen and (min-width: 1280px) {
    .shoppingCart {
      padding: 50px 58px;
      width: 1440px;
      max-width: 96vw;
      margin-right: auto;
      margin-left: auto; } }
  .shoppingCart header {
    padding-bottom: 36px;
    border-bottom: 1px solid var(--calcite-ui-border-3); }
  .shoppingCart .proRated-pricing {
    padding-top: 20px; }
    .shoppingCart .proRated-pricing svg {
      float: left;
      margin: 3px 5px; }
      html[dir="rtl"] .shoppingCart .proRated-pricing svg {
        float: right; }
  .shoppingCart-mobileNav {
    background: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 28px 20px;
    align-items: center;
    margin-bottom: 10px; }
    .shoppingCart-mobileNav .btn-small {
      padding: 10px 18px;
      font-size: 1rem;
      line-height: 1.5; }
      .shoppingCart-mobileNav .btn-small span:after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: all .25s ease-in-out;
        display: inline-block;
        margin-left: 10px;
        white-space: nowrap;
        width: 13px;
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .shoppingCart-mobileNav h2 {
      margin: 0; }
    @media screen and (min-width: 860px) {
      .shoppingCart-mobileNav {
        display: none; } }
  .shoppingCart .cartheader {
    display: flex;
    border-bottom: 1px solid var(--calcite-ui-border-3);
    flex-direction: column;
    padding: 40px 0;
    flex-wrap: wrap; }
    @media screen and (min-width: 1280px) {
      .shoppingCart .cartheader {
        display: flex;
        flex-direction: row; } }
    .shoppingCart .cartheader.mainheaders {
      display: none; }
      @media screen and (min-width: 1280px) {
        .shoppingCart .cartheader.mainheaders {
          display: flex; } }
    .shoppingCart .cartheader .cartheader-text {
      flex: 0 0 100%;
      display: flex;
      flex-direction: row;
      flex-wrap: wrap; }
      @media screen and (min-width: 1280px) {
        .shoppingCart .cartheader .cartheader-text {
          flex: 1 1 50%; } }
      @media screen and (min-width: 1280px) {
        .shoppingCart .cartheader .cartheader-text {
          flex: 1 1 65%;
          flex-wrap: nowrap; } }
      .shoppingCart .cartheader .cartheader-text-producticon {
        flex: 0 0 60px; }
        .shoppingCart .cartheader .cartheader-text-producticon svg, .shoppingCart .cartheader .cartheader-text-producticon img {
          width: 40px; }
      .shoppingCart .cartheader .cartheader-text-productinfo {
        flex: 1 0 45%;
        padding: 0 10px 10px 0; }
        @media screen and (min-width: 1280px) {
          .shoppingCart .cartheader .cartheader-text-productinfo {
            flex: 1 1 50%;
            padding: 0 40px 0 0; } }
        @media screen and (min-width: 1400px) {
          .shoppingCart .cartheader .cartheader-text-productinfo {
            flex: 1 1 auto; } }
        .shoppingCart .cartheader .cartheader-text-productinfo .productTitle {
          color: #000000;
          font-size: 20px;
          font-weight: 700;
          font-style: normal; }
          .shoppingCart .cartheader .cartheader-text-productinfo .productTitle:hover {
            color: #000000;
            text-decoration: underline; }
        .shoppingCart .cartheader .cartheader-text-productinfo ul {
          margin-left: -80px; }
          @media screen and (min-width: 1280px) {
            .shoppingCart .cartheader .cartheader-text-productinfo ul {
              margin-left: -20px; }
              html[dir="rtl"] .shoppingCart .cartheader .cartheader-text-productinfo ul {
                margin-left: 0;
                margin-right: -20px; } }
          .shoppingCart .cartheader .cartheader-text-productinfo ul li {
            margin: 10px 0; }
      .shoppingCart .cartheader .cartheader-text-orginfo {
        flex: 0 0 100%;
        padding: 10px 0 10px 60px; }
        .shoppingCart .cartheader .cartheader-text-orginfo .termLicense {
          background: #f6f0c1;
          width: fit-content;
          margin-top: 4px;
          padding: 5px 10px;
          font-size: 12px;
          color: #5C4E00;
          letter-spacing: 0;
          border-radius: 15px;
          display: block; }
        @media screen and (min-width: 1280px) {
          .shoppingCart .cartheader .cartheader-text-orginfo {
            flex: 0 2 37%;
            margin: 0;
            padding: 0; } }
        @media screen and (min-width: 1400px) {
          .shoppingCart .cartheader .cartheader-text-orginfo {
            flex: 0 0 35%;
            padding-right: 40px; } }
        .shoppingCart .cartheader .cartheader-text-orginfo .dropdown {
          width: 85%;
          display: block; }
          @media screen and (min-width: 516px) {
            .shoppingCart .cartheader .cartheader-text-orginfo .dropdown {
              display: inline-block;
              width: 50%; } }
          @media screen and (min-width: 1280px) {
            .shoppingCart .cartheader .cartheader-text-orginfo .dropdown {
              width: 100%; } }
          @media screen and (max-width: 1280px) {
            .shoppingCart .cartheader .cartheader-text-orginfo .dropdown.not-selected {
              margin-left: 30px; } }
          .shoppingCart .cartheader .cartheader-text-orginfo .dropdown.not-selected .dropdown-btn {
            background-color: white !important;
            border: 1px solid var(--calcite-ui-danger) !important; }
            .shoppingCart .cartheader .cartheader-text-orginfo .dropdown.not-selected .dropdown-btn svg {
              fill: var(--calcite-ui-danger); }
          .shoppingCart .cartheader .cartheader-text-orginfo .dropdown.not-selected::before {
            content: "";
            background-repeat: no-repeat;
            background-size: contain;
            background-position: 50% 50%;
            height: 20px;
            width: 20px;
            display: inline-block;
            left: -30px;
            position: absolute;
            top: 9px;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill= '%23de2900' d='M14.894 12.552l-6-11.998a1 1 0 0 0-1.787 0l-6 11.998A.998.998 0 0 0 2 13.999h12a.998.998 0 0 0 .894-1.447zM9 12H7v-2h2zm0-3H7V4h2z'/%3E%3C/svg%3E"); }
        .shoppingCart .cartheader .cartheader-text-orginfo .dropdown-btn {
          position: relative;
          display: block;
          outline: 0;
          text-align: left;
          width: 100%; }
          .shoppingCart .cartheader .cartheader-text-orginfo .dropdown-btn .svg-icon {
            width: 1.25em;
            height: 1.25em; }
          .shoppingCart .cartheader .cartheader-text-orginfo .dropdown-btn:after {
            content: "";
            background-repeat: no-repeat;
            background-size: contain;
            background-position: 50% 50%;
            height: 13px;
            width: 13px;
            display: inline-block;
            right: 10px;
            position: absolute;
            top: 9px; }
          .shoppingCart .cartheader .cartheader-text-orginfo .dropdown-btn[aria-expanded="false"]:after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' class='svg-icon'%3E%3Cpath fill='%236e6e6e' d='M28 9v5L16 26 4 14V9l12 12L28 9z'%3E%3C/path%3E%3C/svg%3E"); }
          .shoppingCart .cartheader .cartheader-text-orginfo .dropdown-btn[aria-expanded="true"]:after {
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' class='svg-icon'%3E%3Cpath fill='%236e6e6e' d='M4 23v-5L16 6l12 12v5L16 11 4 23z'%3E%3C/path%3E%3C/svg%3E"); }
      .shoppingCart .cartheader .cartheader-text-autorenewal {
        flex: 0 0 100%;
        padding: 0 0 0 60px;
        justify-content: center; }
        @media screen and (min-width: 1025px) {
          .shoppingCart .cartheader .cartheader-text-autorenewal {
            flex: 0 0 20%;
            padding: 0 10px;
            text-align: center; }
            .shoppingCart .cartheader .cartheader-text-autorenewal input {
              margin: 0 auto;
              float: none; } }
    .shoppingCart .cartheader .cartheader-productpricing {
      flex: 0 0 100%;
      margin-top: 0;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin-top: 40px; }
      @media screen and (max-width: 1280px) {
        .shoppingCart .cartheader .cartheader-productpricing font-size-1 {
          font-size: 1rem; } }
      @media screen and (min-width: 1280px) {
        .shoppingCart .cartheader .cartheader-productpricing {
          margin-top: 0;
          justify-content: flex-start;
          flex: 0 0 35%;
          position: relative; } }
      @media screen and (min-width: 1280px) {
        .shoppingCart .cartheader .cartheader-productpricing .landscapeUp {
          display: none; } }
      .shoppingCart .cartheader .cartheader-productpricing-cost {
        flex: 0 0 auto;
        text-align: left;
        padding: 5px 10px 0 0;
        position: relative; }
        @media screen and (min-width: 768px) {
          .shoppingCart .cartheader .cartheader-productpricing-cost {
            flex: 0 0 33%;
            padding: 0; } }
        .shoppingCart .cartheader .cartheader-productpricing-cost .discountprice {
          position: absolute;
          top: -16px;
          font-size: 13px; }
          @media screen and (min-width: 1280px) {
            .shoppingCart .cartheader .cartheader-productpricing-cost .discountprice {
              top: -24px;
              font-size: 16px; } }
          .shoppingCart .cartheader .cartheader-productpricing-cost .discountprice span {
            text-decoration: line-through;
            color: #cccccc;
            text-decoration-color: #35ac46; }
      .shoppingCart .cartheader .cartheader-productpricing-qty {
        flex: 0 0 auto;
        justify-items: center;
        padding: 0;
        text-align: center;
        position: relative; }
        .shoppingCart .cartheader .cartheader-productpricing-qty .mobileHeading {
          margin-top: 5px; }
        .shoppingCart .cartheader .cartheader-productpricing-qty .removeButton {
          margin-top: 15px; }
          @media screen and (max-width: 1279px) {
            .shoppingCart .cartheader .cartheader-productpricing-qty .removeButton {
              display: none; } }
        @media screen and (min-width: 768px) {
          .shoppingCart .cartheader .cartheader-productpricing-qty {
            flex: 0 0 33%;
            padding: 0; } }
        .shoppingCart .cartheader .cartheader-productpricing-qty .discountAlert {
          color: #35ac46;
          position: absolute;
          top: -16px;
          text-align: center;
          left: 50%;
          transform: translateX(-50%);
          white-space: nowrap;
          font-size: 13px; }
          @media screen and (min-width: 1280px) {
            .shoppingCart .cartheader .cartheader-productpricing-qty .discountAlert {
              top: -24px;
              font-size: 16px; } }
        .shoppingCart .cartheader .cartheader-productpricing-qty .qtyLoader {
          justify-content: center;
          display: flex;
          height: 35px; }
          .shoppingCart .cartheader .cartheader-productpricing-qty .qtyLoader .prc__qty {
            height: 31px;
            margin-top: 0;
            border: 0;
            border-top: 1px solid var(--calcite-ui-border-1);
            border-bottom: 1px solid var(--calcite-ui-border-1);
            border-left: 1px solid var(--calcite-ui-border-1);
            border-right: 1px solid var(--calcite-ui-border-1);
            width: 40px;
            text-align: center;
            box-shadow: none;
            color: var(--calcite-ui-text-1);
            margin: 0 -2px;
            -moz-appearance: textfield; }
            .shoppingCart .cartheader .cartheader-productpricing-qty .qtyLoader .prc__qty::-webkit-outer-spin-button, .shoppingCart .cartheader .cartheader-productpricing-qty .qtyLoader .prc__qty::-webkit-inner-spin-button {
              -webkit-appearance: none;
              margin: 0; }
            .shoppingCart .cartheader .cartheader-productpricing-qty .qtyLoader .prc__qty:active, .shoppingCart .cartheader .cartheader-productpricing-qty .qtyLoader .prc__qty:focus, .shoppingCart .cartheader .cartheader-productpricing-qty .qtyLoader .prc__qty:focus-within {
              background-color: var(--calcite-ui-background-1);
              border: 1px solid var(--calcite-ui-brand);
              color: #0079c1; }
            @media screen and (min-width: 480px) {
              .shoppingCart .cartheader .cartheader-productpricing-qty .qtyLoader .prc__qty {
                width: 58px;
                border-left: none;
                border-right: none; } }
          .shoppingCart .cartheader .cartheader-productpricing-qty .qtyLoader button {
            display: inline-block;
            height: 31px;
            border: 1px solid var(--calcite-ui-border-1);
            background: transparent;
            font-size: 15px;
            color: var(--calcite-ui-text-2);
            outline: none;
            z-index: 1; }
            .shoppingCart .cartheader .cartheader-productpricing-qty .qtyLoader button:hover {
              background-color: var(--calcite-ui-foreground-2);
              border: 1px solid var(--calcite-ui-border-2);
              color: var(--calcite-ui-text-1); }
            .shoppingCart .cartheader .cartheader-productpricing-qty .qtyLoader button:active:hover {
              background-color: var(--calcite-ui-foreground-2);
              border: 1px solid var(--calcite-ui-brand);
              color: #0079c1; }
            @media screen and (max-width: 480px) {
              .shoppingCart .cartheader .cartheader-productpricing-qty .qtyLoader button {
                display: none; } }
      .shoppingCart .cartheader .cartheader-productpricing-price {
        flex: 0 0 100px;
        text-align: right;
        padding: 5px 0 0 0; }
        @media screen and (min-width: 768px) {
          .shoppingCart .cartheader .cartheader-productpricing-price {
            flex: 0 0 33%;
            padding: 0; } }
      .shoppingCart .cartheader .cartheader-productpricing-remove {
        flex: 0 0 100%; }
        @media screen and (min-width: 768px) {
          .shoppingCart .cartheader .cartheader-productpricing-remove {
            flex: 0 0 15%;
            text-align: right; } }
        .shoppingCart .cartheader .cartheader-productpricing-remove a {
          color: #595959;
          display: inline-block;
          margin-top: 5px;
          cursor: pointer; }
          @media screen and (max-width: 768px) {
            .shoppingCart .cartheader .cartheader-productpricing-remove a {
              color: var(--calcite-ui-brand);
              margin-top: 20px; }
              .shoppingCart .cartheader .cartheader-productpricing-remove a:hover {
                color: var(--calcite-ui-brand-hover); } }
  .shoppingCart .paypal-button {
    align-self: flex-end;
    margin-top: 30px; }
    .shoppingCart .paypal-button button {
      width: 120px;
      height: auto;
      border: none;
      background-color: initial;
      float: right;
      cursor: pointer; }
  .shoppingCart h3 {
    padding: 60px 0; }
  .shoppingCart .cart-cta {
    font-weight: 300;
    color: #ffffff;
    background: var(--calcite-ui-brand);
    padding: 22px 42px; }
    .shoppingCart .cart-cta:hover, .shoppingCart .cart-cta:focus {
      background: var(--calcite-ui-brand-hover);
      border: 1px solid var(--calcite-ui-brand-hover);
      box-shadow: inset 0 0 0 3px var(--calcite-ui-brand-hover); }
    .shoppingCart .cart-cta:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 13px;
      transition: all .25s ease-in-out;
      width: 13px;
      display: inline-block;
      margin-left: 5px; }
    html[dir="rtl"] .shoppingCart .cart-cta {
      margin-left: 10px; }
      html[dir="rtl"] .shoppingCart .cart-cta:after {
        transform: scaleX(-1);
        margin-right: 6px;
        margin-left: 0; }
      html[dir="rtl"] .shoppingCart .cart-cta[href$=".mp4"]::after, html[dir="rtl"] .shoppingCart .cart-cta[href$=".mov"]::after, html[dir="rtl"] .shoppingCart .cart-cta[href^="https://www.esri.com/videos/"]::after {
        transform: none; }
    .shoppingCart .cart-cta[href*="esri.com"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .shoppingCart .cart-cta:not([href*="esri.com"])::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .shoppingCart .cart-cta[href$=".pdf"]::after, .shoppingCart .cart-cta[href$=".doc"]::after, .shoppingCart .cart-cta[href$=".zip"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .shoppingCart .cart-cta[href^="/"]::after, .shoppingCart .cart-cta[href^=".."]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .shoppingCart .cart-cta[href$=".mp4"]::after, .shoppingCart .cart-cta[href$=".mov"]::after, .shoppingCart .cart-cta[href^="https://www.esri.com/videos/"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .shoppingCart .cart-cta[href*="tel:"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .shoppingCart .chat-link {
    position: relative; }
    .shoppingCart .chat-link:after {
      content: "";
      background-repeat: no-repeat;
      position: absolute;
      background-size: contain;
      background-position: 50% 50%;
      height: 20px;
      transition: all .25s ease-in-out;
      width: 20px;
      display: inline-block;
      margin-left: 5px;
      background-image: url("data:image/svg+xml,%3Csvg id='icon-ui-svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%230079c1' d='M10 4.146c-5.459 0-9.9 3.332-9.9 7.427 0 2.156 1.193 4.046 3.455 5.484L2.01 21.199l5.747-2.555A21.752 21.752 0 0 0 10 18.84c5.551 0 9.9-3.192 9.9-7.267 0-4.095-4.441-7.427-9.9-7.427zm0 13.894c-.76 0-2.232-.202-2.247-.204l-.112-.015-4.216 1.874 1.11-2.98-.286-.17c-1.528-.91-3.35-2.512-3.35-4.972C.9 7.92 4.983 4.946 10 4.946s9.1 2.973 9.1 6.627c0 3.626-3.997 6.467-9.1 6.467zM22.482 6.279l-1.213.883-.47-.647 1.212-.883zM18.44 4.188l-.682-.42.785-1.277.682.419zm5.32 5.915v.8h-1.5v-.8zM16.275 11.5a.775.775 0 1 1-.775-.775.776.776 0 0 1 .775.775zm-5 0a.775.775 0 1 1-.775-.775.776.776 0 0 1 .775.775zm-5 0a.775.775 0 1 1-.775-.775.776.776 0 0 1 .775.775z' id='icon-ui-svg--base'/%3E%3C/svg%3E"); }
  .shoppingCart .cartTotal {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 50px 0 0; }
    @media screen and (min-width: 1280px) {
      .shoppingCart .cartTotal {
        flex-direction: row;
        align-items: center; } }
    .shoppingCart .cartTotal .continue-shopping {
      flex: 0 0 15%;
      text-align: left; }
    .shoppingCart .cartTotal .cartErrorWrapper {
      margin: 0;
      flex: 0 0 100%;
      margin-bottom: 40px; }
      @media screen and (min-width: 1280px) {
        .shoppingCart .cartTotal .cartErrorWrapper {
          margin: 0 20px;
          max-width: 400px;
          flex: 0 0 30%; } }
    .shoppingCart .cartTotal .checkout-amount-wrapper {
      flex: 0 0 100%;
      display: flex;
      justify-content: space-between;
      align-items: center;
      width: 100%; }
      @media screen and (min-width: 1280px) {
        .shoppingCart .cartTotal .checkout-amount-wrapper {
          flex: 0 0 45%;
          width: auto; } }
      .shoppingCart .cartTotal .checkout-amount-wrapper .checkout-total {
        margin: -20px 20px 0 0; }
        @media screen and (min-width: 1280px) {
          .shoppingCart .cartTotal .checkout-amount-wrapper .checkout-total {
            margin: 0 20px 0 0; } }
        .shoppingCart .cartTotal .checkout-amount-wrapper .checkout-total-header {
          color: #595959;
          font-size: 1.33rem; }
          @media screen and (min-width: 1280px) {
            .shoppingCart .cartTotal .checkout-amount-wrapper .checkout-total-header {
              font-size: 1.7689rem; } }
        .shoppingCart .cartTotal .checkout-amount-wrapper .checkout-total-amount {
          color: #000000;
          font-size: 1.33rem; }
          @media screen and (min-width: 1280px) {
            .shoppingCart .cartTotal .checkout-amount-wrapper .checkout-total-amount {
              font-size: 1.7689rem; } }
    .shoppingCart .cartTotal .error-group-icon, .shoppingCart .cartTotal .error-group-text {
      display: inline-block; }
    .shoppingCart .cartTotal .error-group-icon {
      margin: 9px 10px 0 0; }
    .shoppingCart .cartTotal .checkout-btn {
      text-align: right; }
      .shoppingCart .cartTotal .checkout-btn button.btn-large {
        padding: 10px 18px; }
        @media screen and (min-width: 1280px) {
          .shoppingCart .cartTotal .checkout-btn button.btn-large {
            padding: 20px 28px; } }
        .shoppingCart .cartTotal .checkout-btn button.btn-large span:after {
          content: "";
          background-repeat: no-repeat;
          background-size: contain;
          background-position: 50% 50%;
          height: 13px;
          transition: all .25s ease-in-out;
          display: inline-block;
          margin-left: 10px;
          white-space: nowrap;
          width: 13px;
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
          html[dir="rtl"] .shoppingCart .cartTotal .checkout-btn button.btn-large span:after {
            transform: scaleX(-1);
            margin-right: 5px; }
        @media screen and (min-width: 1280px) {
          .shoppingCart .cartTotal .checkout-btn button.btn-large span.proceedCheckout:after {
            width: 0;
            background-image: none; } }
  .shoppingCart .contactUs {
    white-space: nowrap;
    text-align: right;
    display: flex;
    justify-content: space-between;
    align-items: baseline; }
    @media screen and (max-width: 768px) {
      .shoppingCart .contactUs {
        flex-direction: column; } }
    .shoppingCart .contactUs span {
      margin-right: 5px; }
    @media screen and (max-width: 1280px) {
      .shoppingCart .contactUs span, .shoppingCart .contactUs button {
        font-size: 0.875rem; } }
    .shoppingCart .contactUs span .icon-ui-phone:before, .shoppingCart .contactUs button .icon-ui-phone:before {
      padding-right: 0; }
    .shoppingCart .contactUs .cart-paypal {
      flex-wrap: nowrap; }
      .shoppingCart .contactUs .cart-paypal .paypal-wrapper {
        padding: 0; }
      .shoppingCart .contactUs .cart-paypal .paypal-options {
        display: flex;
        justify-content: space-between;
        flex-direction: column; }
        @media (min-width: 768px) {
          .shoppingCart .contactUs .cart-paypal .paypal-options {
            flex-direction: row; } }
        .shoppingCart .contactUs .cart-paypal .paypal-options .paypal-continue {
          margin-top: 20px; }
        .shoppingCart .contactUs .cart-paypal .paypal-options .paypal-payments {
          width: 100%;
          max-width: 100%; }
          .shoppingCart .contactUs .cart-paypal .paypal-options .paypal-payments ul {
            display: flex;
            flex-direction: row;
            justify-content: flex-start;
            margin: 0;
            padding: 0;
            flex-wrap: wrap; }
            .shoppingCart .contactUs .cart-paypal .paypal-options .paypal-payments ul li {
              list-style: none;
              padding: 0 10px 0 0; }
              .shoppingCart .contactUs .cart-paypal .paypal-options .paypal-payments ul li svg, .shoppingCart .contactUs .cart-paypal .paypal-options .paypal-payments ul li img {
                width: auto;
                height: 20px; }
          .shoppingCart .contactUs .cart-paypal .paypal-options .paypal-payments .payment-option--text {
            border-radius: 5px;
            border: 1px var(--calcite-ui-success) solid;
            padding: 0px 6px;
            cursor: default;
            font-size: 11px;
            line-height: 20px;
            color: var(--calcite-ui-success);
            height: 20px;
            white-space: nowrap;
            text-align: center; }

.customer-number-section {
  text-align: right; }
  @media screen and (min-width: 1280px) {
    .customer-number-section {
      width: 1440px;
      max-width: 96vw;
      margin-right: auto;
      margin-left: auto; } }
  .customer-number-section .customer-number-link {
    text-align: left; }
    .customer-number-section .customer-number-link:hover {
      text-decoration: none; }
  .customer-number-section .customer-number-nav {
    display: flex;
    justify-content: flex-end; }
    .customer-number-section .customer-number-nav .customer-number-wrapper {
      display: flex;
      background-color: #F6FBFF;
      border: 1px solid #d2e9f9;
      width: 100%;
      position: relative;
      padding: 0 10px; }
      .customer-number-section .customer-number-nav .customer-number-wrapper div {
        padding: 15px; }
      @media screen and (min-width: 516px) {
        .customer-number-section .customer-number-nav .customer-number-wrapper {
          width: auto; } }
      .customer-number-section .customer-number-nav .customer-number-wrapper .customer-icon {
        display: flex;
        justify-items: center;
        align-items: center;
        height: 32px;
        width: 32px; }
        .customer-number-section .customer-number-nav .customer-number-wrapper .customer-icon svg {
          height: 32px;
          width: 32px; }
      .customer-number-section .customer-number-nav .customer-number-wrapper .customer-option {
        display: block;
        position: absolute;
        right: 0;
        top: 8px; }
        @media screen and (min-width: 516px) {
          .customer-number-section .customer-number-nav .customer-number-wrapper .customer-option {
            position: relative;
            display: flex;
            justify-items: center;
            align-items: center; } }
        html[dir="rtl"] .customer-number-section .customer-number-nav .customer-number-wrapper .customer-option button svg {
          transform: scaleX(-1); }
      .customer-number-section .customer-number-nav .customer-number-wrapper .customer-info {
        color: #005e95;
        position: relative;
        padding: 15px 50px 15px 0; }
        .customer-number-section .customer-number-nav .customer-number-wrapper .customer-info span {
          display: block; }
        .customer-number-section .customer-number-nav .customer-number-wrapper .customer-info .customer-number-button {
          padding: 0;
          border: none;
          background: none;
          text-decoration: underline;
          display: block;
          cursor: pointer;
          color: #0079c1;
          font-size: 13px; }
          .customer-number-section .customer-number-nav .customer-number-wrapper .customer-info .customer-number-button:hover, .customer-number-section .customer-number-nav .customer-number-wrapper .customer-info .customer-number-button:focus {
            color: #005e95; }

.customer-number-multi {
  display: flex;
  justify-content: center; }
  .customer-number-multi .customer-number-wrapper {
    width: 1440px;
    max-width: 96vw; }
    @media screen and (min-width: 768px) {
      .customer-number-multi .customer-number-wrapper {
        max-width: 64vw; } }
    @media screen and (min-width: 1280px) {
      .customer-number-multi .customer-number-wrapper {
        width: 460px;
        max-width: 64vw; } }
  .customer-number-multi .card {
    padding: 15px; }
  .customer-number-multi .customeTypeWrapper h3 {
    border-bottom: 1px solid var(--calcite-ui-border-3);
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .customer-number-multi .customerNumber-item {
    background: #ffffff;
    margin: 0 20px;
    width: 90%;
    display: inline-block; }
    .customer-number-multi .customerNumber-item-wrapper {
      position: relative;
      padding: 24px 18px;
      cursor: pointer; }
    .customer-number-multi .customerNumber-item-customerType {
      position: absolute;
      right: 10px;
      bottom: 10px;
      padding: 3px 20px;
      border-radius: 20px;
      font-size: 14px; }
      .customer-number-multi .customerNumber-item-customerType.personal {
        background: var(--calcite-ui-foreground-3);
        color: #000000; }
      .customer-number-multi .customerNumber-item-customerType.organization {
        background: #0079c1;
        color: #ffffff; }
    .customer-number-multi .customerNumber-item-option {
      width: 40%;
      display: inline-block;
      max-width: 185px; }
      .customer-number-multi .customerNumber-item-option-button:hover {
        box-shadow: inset 0 0 0 1px #0079c1 !important;
        color: #323232 !important; }
      .customer-number-multi .customerNumber-item-option:first-of-type {
        margin-right: 20px; }
      .customer-number-multi .customerNumber-item-option .newcustomer .newcustomer-icon {
        height: 100px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 50%; }
        .customer-number-multi .customerNumber-item-option .newcustomer .newcustomer-icon.business {
          background-image: url("data:image/svg+xml,%0A%3Csvg id='icon-ui-svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M40.774 31.475A2.277 2.277 0 0 1 38.9 33.86v1.007a2.036 2.036 0 0 1-2.033 2.033h-1.026v-.8h1.026a1.234 1.234 0 0 0 1.233-1.233v-1.771h.4a1.479 1.479 0 0 0 1.476-1.572l-.644-10.25a3.606 3.606 0 0 0-3.593-3.374H30.37v-.8h5.37a4.408 4.408 0 0 1 4.39 4.125zM32.5 4.9a4.6 4.6 0 1 1-.668 9.152l-.115.792A5.4 5.4 0 1 0 32.5 4.1 5.366 5.366 0 0 0 28.664 5.7l.568.563A4.57 4.57 0 0 1 32.5 4.9zm-18 10a5.456 5.456 0 0 0 .783-.056l-.115-.792a4.6 4.6 0 1 1 2.6-7.79l.568-.563a5.4 5.4 0 1 0-3.836 9.2zm-3.24 3h5.37v-.8h-5.37a4.408 4.408 0 0 0-4.39 4.125l-.644 10.25A2.278 2.278 0 0 0 8.1 33.86v1.007a2.036 2.036 0 0 0 2.033 2.033h1.026v-.8h-1.026A1.234 1.234 0 0 1 8.9 34.867v-1.771h-.4a1.48 1.48 0 0 1-1.476-1.572l.644-10.25a3.606 3.606 0 0 1 3.593-3.374zm21.749 8.678l.862 11.771a2.377 2.377 0 0 1-1.97 2.517v1.657a2.38 2.38 0 0 1-2.379 2.377H17.478a2.38 2.38 0 0 1-2.378-2.377v-1.657a2.378 2.378 0 0 1-1.971-2.517l.862-11.773a5.894 5.894 0 0 1 5.863-5.476h7.291a5.894 5.894 0 0 1 5.864 5.478zm.063 11.83l-.862-11.774a5.091 5.091 0 0 0-5.064-4.734h-7.291a5.091 5.091 0 0 0-5.065 4.732l-.862 11.776A1.577 1.577 0 0 0 15.5 40.1h.4v2.423a1.579 1.579 0 0 0 1.578 1.577h12.044a1.579 1.579 0 0 0 1.578-1.577V40.1h.4a1.576 1.576 0 0 0 1.572-1.692zM17.1 12.5a6.4 6.4 0 1 1 6.4 6.4 6.407 6.407 0 0 1-6.4-6.4zm.8 0a5.6 5.6 0 1 0 5.6-5.6 5.606 5.606 0 0 0-5.6 5.6z' id='icon-ui-svg--base'/%3E%3C/svg%3E"); }
        .customer-number-multi .customerNumber-item-option .newcustomer .newcustomer-icon.individual {
          background-image: url("data:image/svg+xml, %3Csvg id='icon-ui-svg' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 48 48'%3E%3Cpath d='M33.148 25.114a6.54 6.54 0 0 0-6.552-6.014h-7.192a6.539 6.539 0 0 0-6.552 6.011l-.972 12.593a2.57 2.57 0 0 0 .699 1.952 2.648 2.648 0 0 0 1.521.793v1.866a2.588 2.588 0 0 0 2.585 2.585h12.63a2.588 2.588 0 0 0 2.585-2.585v-1.866a2.648 2.648 0 0 0 1.521-.793 2.57 2.57 0 0 0 .699-1.953zm-.308 13.992a1.853 1.853 0 0 1-1.34.573h-.4v2.636a1.787 1.787 0 0 1-1.785 1.785h-12.63a1.787 1.787 0 0 1-1.785-1.785v-2.636h-.4a1.853 1.853 0 0 1-1.34-.573 1.768 1.768 0 0 1-.482-1.341l.972-12.595a5.737 5.737 0 0 1 5.754-5.27h7.192a5.738 5.738 0 0 1 5.754 5.273l.972 12.59a1.769 1.769 0 0 1-.482 1.343zM23 15.9A6.9 6.9 0 1 0 16.1 9a6.908 6.908 0 0 0 6.9 6.9zm0-13A6.1 6.1 0 1 1 16.9 9 6.107 6.107 0 0 1 23 2.9z' id='icon-ui-svg--base'/%3E%3C/svg%3E"); }
    .customer-number-multi .customerNumber-item-content .customerNumber-address {
      padding-top: 18px; }
    .customer-number-multi .customerNumber-item .customer-checkmark {
      position: absolute;
      top: 15px;
      right: 15px;
      width: 16px;
      height: 16px; }
      .customer-number-multi .customerNumber-item .customer-checkmark svg {
        width: 16px;
        height: 16px; }

.customerNumber-cta button {
  outline: none; }

.customerNumber-cta-new {
  padding: 20px; }

.customerNumber-cta .customerNumber-2buttons {
  display: flex;
  flex-direction: column;
  justify-content: space-between; }
  @media screen and (min-width: 481px) {
    .customerNumber-cta .customerNumber-2buttons {
      flex-direction: row; } }

.customerNumber-cta-cancel {
  padding-bottom: 20px; }
  @media screen and (min-width: 481px) {
    .customerNumber-cta-cancel {
      padding: 0; } }

.customerNumber-cta-switch {
  padding: 20px 28px; }

.cart-alert {
  display: flex;
  flex-direction: row;
  padding: 20px;
  margin: 20px auto 0;
  background: var(--calcite-ui-background);
  z-index: 100; }
  @media screen and (min-width: 1280px) {
    .cart-alert {
      margin: 0 auto; }
      .cart-alert.nopadding {
        margin-top: 0; } }
  .cart-alert.topborder {
    border-top: 4px solid var(--calcite-ui-danger);
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
    max-width: 500px;
    width: 100%; }
    .cart-alert.topborder.warning {
      border-top: 4px solid #0079c1; }
      .cart-alert.topborder.warning .cart-alert-icon {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' class='svg-icon'%3E%3Cpath fill='%230079c2' d='M31.297 16.047c0 8.428-6.826 15.25-15.25 15.25S.797 24.475.797 16.047c0-8.424 6.826-15.25 15.25-15.25s15.25 6.826 15.25 15.25zM18 24V12h-4v12h-2v2h8v-2h-2zm0-18h-4v4h4V6z'/%3E%3C/svg%3E"); }
  .cart-alert.absolute {
    position: relative; }
    @media screen and (min-width: 1280px) {
      .cart-alert.absolute {
        position: absolute; } }
  .cart-alert.er-tooltip {
    border: 1px solid var(--calcite-ui-danger);
    background: #ffffff;
    cursor: pointer;
    border-radius: 10px; }
    .cart-alert.er-tooltip:after {
      content: "";
      position: absolute;
      left: 50%;
      height: 20px;
      width: 20px;
      background: #ffffff;
      transform: rotate(135deg) translate(-50%, -50%);
      border-left: inherit;
      border-bottom: inherit;
      box-shadow: inherit;
      top: -11px; }
    .cart-alert.er-tooltip.infomessage {
      border: 1px solid #0079c1; }
    @media screen and (min-width: 1280px) {
      .cart-alert.er-tooltip.maxquantity {
        margin-left: 15%; } }
    .cart-alert.er-tooltip.maxquantity .cart-alert-icon {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' class='svg-icon'%3E%3Cpath fill='%230079c1' d='M14 9.2A1.2 1.2 0 0 1 15.2 8h1.6A1.2 1.2 0 0 1 18 9.2v7.6a1.2 1.2 0 0 1-1.2 1.2h-1.6a1.2 1.2 0 0 1-1.2-1.2V9.2zm4 11.999A1.2 1.2 0 0 0 16.801 20h-1.602A1.2 1.2 0 0 0 14 21.199v1.602A1.2 1.2 0 0 0 15.199 24h1.602A1.2 1.2 0 0 0 18 22.801v-1.602zM31.6 16c0 8.615-6.982 15.6-15.6 15.6C7.385 31.6.4 24.616.4 16S7.384.4 16 .4C24.617.4 31.6 7.384 31.6 16zm-2.401 0c0-7.279-5.92-13.201-13.199-13.201S2.801 8.721 2.801 16 8.721 29.199 16 29.199 29.199 23.279 29.199 16z'%3E%3C/path%3E%3C/svg%3E");
      height: 32px;
      margin: 0 5px; }
    .cart-alert.er-tooltip.maxquantity:after {
      left: 50%; }
      @media screen and (min-width: 1280px) {
        .cart-alert.er-tooltip.maxquantity:after {
          left: 55%; } }
      @media screen and (min-width: 1400px) {
        .cart-alert.er-tooltip.maxquantity:after {
          left: 65%; } }
  .cart-alert.globalError {
    width: 100%;
    max-width: 600px;
    margin: 0px auto 50px; }
    .cart-alert.globalError .cart-alert-icon {
      flex: 0 0 60px;
      width: 40px;
      height: 40px;
      margin-top: 14px; }
    .cart-alert.globalError .cart-alert-text h2 {
      font-size: 1.414rem;
      line-height: 1.5; }
      @media screen and (min-width: 600px) {
        .cart-alert.globalError .cart-alert-text h2 {
          font-size: 1.9994rem;
          line-height: 1.35; } }
  .cart-alert-customerswitch svg {
    fill: var(--calcite-ui-danger);
    float: left; }
  .cart-alert-icon {
    flex: 0 0 40px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill= '%23de2900' d='M14.894 12.552l-6-11.998a1 1 0 0 0-1.787 0l-6 11.998A.998.998 0 0 0 2 13.999h12a.998.998 0 0 0 .894-1.447zM9 12H7v-2h2zm0-3H7V4h2z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    width: 24px;
    height: 24px; }
  .cart-alert-text {
    flex: 1 1 auto;
    margin-right: 20px; }
    .cart-alert-text span {
      display: block;
      padding-bottom: 5px;
      font-family: "Avenir Next", "Avenir", "Helvetica Neue", sans-serif;
      font-size: 16px; }
    .cart-alert-text .btn-text {
      position: relative;
      color: #4c4c4c;
      border: none;
      background-color: inherit;
      padding: 0;
      font-size: 16px;
      margin-top: 20px;
      color: #0079c1;
      cursor: pointer; }
      .cart-alert-text .btn-text::after {
        content: "";
        background-repeat: no-repeat;
        background-size: contain;
        background-position: 50% 50%;
        height: 13px;
        transition: visibility .4s, opacity 0.4s linear, all .25s ease-in-out;
        width: 13px;
        display: inline-block;
        visibility: hidden;
        opacity: 0;
        margin-left: -6px;
        position: absolute;
        top: 4px; }
        html[dir="rtl"] .cart-alert-text .btn-text::after {
          transform: scaleX(-1); }
        html[dir="rtl"] .cart-alert-text .btn-text::after[href$=".mp4"]::after, html[dir="rtl"] .cart-alert-text .btn-text::after[href$=".mov"]::after, html[dir="rtl"] .cart-alert-text .btn-text::after[href^="https://www.esri.com/videos/"]::after {
          transform: none; }
      .cart-alert-text .btn-text:hover {
        text-decoration: none; }
        .cart-alert-text .btn-text:hover:after {
          opacity: 1;
          visibility: visible;
          margin-left: 5px; }
        html[dir="rtl"] .cart-alert-text .btn-text:hover:after {
          margin-right: 5px;
          margin-left: 0; }
      .cart-alert-text .btn-text::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .cart-alert-text .btn-text:hover {
        color: var(--calcite-ui-brand-hover); }
  .cart-alert.infoTip {
    border-top: 4px solid #0079c1;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1); }
    .cart-alert.infoTip .cart-alert-icon {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 32 32' class='svg-icon'%3E%3Cpath fill='%230079c1' d='M14 9.2A1.2 1.2 0 0 1 15.2 8h1.6A1.2 1.2 0 0 1 18 9.2v7.6a1.2 1.2 0 0 1-1.2 1.2h-1.6a1.2 1.2 0 0 1-1.2-1.2V9.2zm4 11.999A1.2 1.2 0 0 0 16.801 20h-1.602A1.2 1.2 0 0 0 14 21.199v1.602A1.2 1.2 0 0 0 15.199 24h1.602A1.2 1.2 0 0 0 18 22.801v-1.602zM31.6 16c0 8.615-6.982 15.6-15.6 15.6C7.385 31.6.4 24.616.4 16S7.384.4 16 .4C24.617.4 31.6 7.384 31.6 16zm-2.401 0c0-7.279-5.92-13.201-13.199-13.201S2.801 8.721 2.801 16 8.721 29.199 16 29.199 29.199 23.279 29.199 16z'%3E%3C/path%3E%3C/svg%3E");
      height: 32px;
      margin: 0 5px; }

.subscription-dropdown {
  padding: 24px;
  background: #ffffff;
  border: 1px solid var(--calcite-ui-border-3);
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  width: 315px;
  max-width: 100%; }
  .subscription-dropdown .onlineLabel {
    text-transform: uppercase;
    color: var(--calcite-ui-text-2);
    margin: 0; }
  .subscription-dropdown .subscriptionTextLabel {
    color: var(--calcite-ui-text-2);
    white-space: nowrap;
    margin: 16px 0 8px 22px; }
  .subscription-dropdown .subscriptionTypeText {
    background: rgba(255, 255, 255, 0.9);
    border: none;
    width: 100%;
    padding: 16px 10px 16px 0;
    cursor: pointer;
    transition: all .25s ease-in-out;
    position: relative;
    text-align: left; }
    html[dir="rtl"] .subscription-dropdown .subscriptionTypeText {
      text-align: right; }
    .subscription-dropdown .subscriptionTypeText:hover, .subscription-dropdown .subscriptionTypeText:focus {
      background: #d2e9f9; }
    .subscription-dropdown .subscriptionTypeText .sucscriptionCheckMark {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 40px; }
    .subscription-dropdown .subscriptionTypeText-wrapper {
      border-bottom: 1px solid var(--calcite-ui-border-3); }
    .subscription-dropdown .subscriptionTypeText .orgNameText {
      color: var(--calcite-ui-text-1);
      margin: 0;
      margin-left: 50px; }
  .subscription-dropdown .createOrgLink {
    padding-top: 16px; }
    .subscription-dropdown .createOrgLink svg {
      margin: 0 5px; }

.newcustomer {
  display: flex;
  flex-direction: column;
  position: relative; }
  .newcustomer-text p {
    margin: 0;
    padding-top: 5px; }
  .newcustomer-checkmark {
    background-image: url("data:image/svg+xml, %3Csvg width='32px' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%230079c1' d='M12.5 22.142L6.59 16.42l.636-.636L12.5 20.87 25.721 7.8l.637.637L12.5 22.142' /%3E%3C/svg%3E%0A");
    width: 24px;
    height: 24px;
    position: absolute;
    top: 5px;
    right: 10px; }

.qtyLoader {
  justify-content: center;
  display: flex;
  height: 35px; }
  .qtyLoader.left-aligned {
    justify-content: left; }

.qtyLoader .prc__qty {
  height: 31px;
  margin-top: 0;
  border: 0;
  border-top: 1px solid var(--calcite-ui-border-1);
  border-bottom: 1px solid var(--calcite-ui-border-1);
  border-left: 1px solid var(--calcite-ui-border-1);
  border-right: 1px solid var(--calcite-ui-border-1);
  width: 40px;
  text-align: center;
  box-shadow: none;
  color: var(--calcite-ui-text-1);
  margin: 0 -2px;
  -moz-appearance: textfield; }

.qtyLoader .prc__qty::-webkit-outer-spin-button, .qtyLoader .prc__qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

.qtyLoader .prc__qty:active, .qtyLoader .prc__qty:focus, .qtyLoader .prc__qty:focus-within {
  background-color: var(--calcite-ui-background);
  border: 1px solid var(--calcite-ui-brand);
  color: var(--calcite-ui-brand); }

@media screen and (min-width: 600) {
  .qtyLoader .prc__qty {
    width: 58px;
    border-left: none;
    border-right: none; } }

.qtyLoader button {
  display: inline-block;
  height: 31px;
  border: 1px solid var(--calcite-ui-border-1);
  background: transparent;
  font-size: 15px;
  color: var(--calcite-ui-text-2);
  outline: none;
  z-index: 1; }

.qtyLoader button:hover {
  background-color: var(--calcite-ui-foreground-2);
  border: 1px solid var(--calcite-ui-border-1);
  color: var(--calcite-ui-text-1); }

.qtyLoader button:active:hover {
  background-color: var(--calcite-ui-background);
  border: 1px solid var(--calcite-ui-brand);
  color: var(--calcite-ui-brand); }

@media screen and (max-width: 600) {
  .qtyLoader button {
    display: none; } }

.es-nav.calcite-theme-dark,
.third-nav-bar.calcite-theme-dark {
  --calcite-ui-background: #2b2b2b;
  --calcite-ui-text-1: #ffffff;
  --calcite-ui-foreground-2: #202020;
  --calcite-ui-foreground-3: #151515;
  --calcite-ui-text-3: #9f9f9f;
  --calcite-ui-text-2: #bfbfbf; }

.es-nav-wrapper.calcite-theme-light .es-nav-menu .es-nav-submenu .es-nav-sublist .es-nav-sublink[aria-controls=true]:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 9 32 32' width='14' height='25'%3E%3Cpath d='M28 9v5L16 26 4 14V9l12 12L28 9z' fill='%23000'/%3E%3C/svg%3E"); }
  @media screen and (min-width: 976px) {
    .es-nav-wrapper.calcite-theme-light .es-nav-menu .es-nav-submenu .es-nav-sublist .es-nav-sublink[aria-controls=true]:after {
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 25' width='10' height='25'%3E%3Cpath fill='%23000000' d='M 0 0 14 0 7 7' /%3E%3C/svg%3E"); } }

.es-nav-wrapper.calcite-theme-light button.es-nav-menu-title:after {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 25' width='14' height='25'%3E%3Cpath d='M 0 0 14 0 7 7' fill='%23010101'/%3E%3C/svg%3E"); }

.es-nav {
  z-index: 900;
  display: flex;
  color: var(--calcite-ui-text-1);
  min-height: 56px;
  user-select: none;
  position: relative;
  background-color: var(--calcite-ui-background);
  background-repeat: no-repeat;
  box-shadow: 0 1px 0 0 var(--calcite-ui-foreground-2);
  transition: background-color 75ms,min-height 75ms;
  line-height: 20px; }
  .es-nav .nav- *, .es-nav * {
    background-repeat: no-repeat; }
  .es-nav:after, .es-nav:before {
    background-repeat: no-repeat; }
  @media (max-width: 975px) {
    .es-nav[aria-expanded='true'], .es-nav:not([data-expanded='false']) {
      background-color: var(--calcite-ui-background); }
      .es-nav[aria-expanded='true'] .es-nav-menu-title:after, .es-nav:not([data-expanded='false']) .es-nav-menu-title:after {
        transform: rotateX(180deg) translateY(1px); } }
  @media (max-width: 615px) {
    .es-nav .es-nav-more {
      display: flex;
      justify-content: center; } }
  .es-nav .es-nav-more-button {
    border-style: none;
    overflow: visible;
    color: #ffffff;
    background-color: #0079c1;
    cursor: pointer;
    margin-left: 10px;
    margin-right: 10px;
    padding: 9.5px 15px;
    white-space: nowrap;
    font-size: inherit;
    line-height: inherit;
    display: none; }
    .es-nav .es-nav-more-button:focus, .es-nav .es-nav-more-button:hover {
      background-color: #005e95; }
    @media (min-width: 616px) {
      .es-nav .es-nav-more-button {
        display: block;
        margin-top: 10.5px;
        margin-bottom: 10.5px; }
        .es-nav .es-nav-more-button:hover {
          color: #ffffff;
          text-decoration: none; } }
  .es-nav .es-nav-menu .es-nav-menu-title {
    background-color: transparent;
    border-style: none;
    color: transparent;
    font-size: inherit;
    left: 0;
    line-height: inherit;
    margin: 0;
    overflow: visible;
    cursor: pointer;
    outline-offset: -3px;
    position: absolute;
    width: 100vw;
    display: none; }
    .es-nav .es-nav-menu .es-nav-menu-title:focus, .es-nav .es-nav-menu .es-nav-menu-title:hover {
      outline: 0;
      background: transparent; }
    .es-nav .es-nav-menu .es-nav-menu-title:after {
      right: 20px; }
      html[dir="rtl"] .es-nav .es-nav-menu .es-nav-menu-title:after {
        left: 20px;
        right: auto; }
    @media (max-width: 975px) {
      .es-nav .es-nav-menu .es-nav-menu-title {
        top: 21.5px;
        left: auto;
        width: auto;
        color: inherit;
        padding-top: 20px;
        position: relative;
        padding-right: 45px;
        padding-bottom: 20px;
        display: block; }
        .es-nav .es-nav-menu .es-nav-menu-title:hover, .es-nav .es-nav-menu .es-nav-menu-title:focus {
          background: transparent;
          outline: 0; }
        .es-nav .es-nav-menu .es-nav-menu-title:after {
          content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 25' width='14' height='25'%3E%3Cpath d='M 0 0 14 0 7 7' fill='%23efefef'/%3E%3C/svg%3E");
          position: absolute;
          transition: all .25s ease-out;
          width: 14px;
          height: 7px;
          top: 0;
          right: 20px; }
        .es-nav .es-nav-menu .es-nav-menu-title[aria-expanded=true]:after {
          transform: rotateX(180deg) translateY(1px); } }
  .es-nav .es-nav-title {
    flex-grow: 1;
    margin-top: 0;
    font-size: 14px;
    margin-bottom: 0;
    font-weight: 400;
    max-width: 100vw;
    overflow-x: hidden;
    padding-left: 15px;
    padding: 15px 20px;
    white-space: nowrap;
    transition: font-size 75ms,line-height 75ms,padding 75ms; }
    .es-nav .es-nav-title:hover a.nav-titlelink, .es-nav .es-nav-title:hover a.es-nav-title-link, .es-nav .es-nav-title:focus a.nav-titlelink, .es-nav .es-nav-title:focus a.es-nav-title-link {
      color: inherit; }
    @media (min-width: 616px) {
      .es-nav .es-nav-title {
        font-size: 20px;
        line-height: 25px;
        padding: 17.5px 25px; } }
    @media (min-width: 1440px) {
      .es-nav .es-nav-title {
        padding-left: 17px; } }
    .es-nav .es-nav-title a.nav-titlelink, .es-nav .es-nav-title a.es-nav-title-link {
      color: inherit;
      text-decoration: none;
      background-repeat: no-repeat; }
      .es-nav .es-nav-title a.nav-titlelink:focus, .es-nav .es-nav-title a.es-nav-title-link:focus {
        text-decoration: underline;
        text-underline-offset: 2px;
        text-decoration-thickness: 1px; }
  .es-nav .es-nav-submenu {
    right: 0;
    top: 100%;
    width: 100vw;
    overflow-y: auto;
    position: absolute;
    background-color: var(--calcite-ui-foreground-3); }
    .es-nav .es-nav-submenu:not([aria-hidden=false]) {
      display: none; }
    @media (min-width: 616px) {
      .es-nav .es-nav-submenu {
        max-height: calc(100vh - 60px);
        width: 320px; }
        html[dir=rtl] .es-nav .es-nav-submenu {
          left: 0;
          right: auto; } }
    @media (min-width: 976px) {
      .es-nav .es-nav-submenu {
        top: auto;
        right: auto;
        position: static;
        overflow-y: visible;
        background-color: inherit;
        height: auto;
        width: auto; }
        .es-nav .es-nav-submenu:not([aria-hidden=false]) {
          display: block; } }
    .es-nav .es-nav-submenu .es-nav-sublist {
      margin-top: 0;
      margin-left: 0;
      padding-left: 0;
      margin-bottom: 0;
      padding-right: 0;
      font-size: inherit;
      line-height: inherit;
      list-style-type: none; }
      @media (min-width: 976px) {
        .es-nav .es-nav-submenu .es-nav-sublist {
          display: flex; } }
      .es-nav .es-nav-submenu .es-nav-sublist .es-nav-more-button {
        display: block;
        margin: 20px auto;
        width: 70%;
        margin-top: 40px;
        margin-bottom: 80px;
        text-align: center; }
        @media (min-width: 615px) {
          .es-nav .es-nav-submenu .es-nav-sublist .es-nav-more-button {
            display: none; } }
      .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem {
        position: relative;
        margin: 0; }
        .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem button {
          background: none;
          border-style: hidden;
          width: 100%;
          text-align: inherit; }
        .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu {
          overflow-y: auto;
          transform: scaleX(1); }
          html[dir="rtl"] .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu {
            padding-left: 0;
            padding-right: 35px; }
          @media (max-width: 975px) {
            .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu {
              font-size: 14px;
              overflow: hidden;
              padding-left: 35px;
              transition: max-height .25s,visibility 0s .5s; }
              html[dir="rtl"] .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu {
                padding-right: 35px;
                padding-left: 0; }
              .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu[aria-hidden=false] {
                max-height: 300vh;
                transition: max-height .25s; }
              .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu:not([aria-hidden=false]) {
                max-height: 0;
                visibility: hidden; } }
          @media (min-width: 976px) {
            .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu {
              right: 0;
              top: 100%;
              width: 320px;
              position: absolute;
              padding-bottom: 25px;
              background-color: var(--calcite-ui-foreground-3);
              max-height: calc(100vh - 60px);
              padding-left: 25px; }
              html[dir="rtl"] .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu {
                padding-left: 0; }
              .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu[aria-hidden=false] {
                animation: nav-fadein .25s; }
              .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu:not([aria-hidden=false]) {
                display: none; } }
          .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu .es-nav-terlist {
            margin-top: 0;
            margin-left: 0;
            padding-left: 0;
            margin-bottom: 0;
            padding-right: 0;
            font-size: inherit;
            line-height: inherit;
            list-style-type: none; }
            .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu .es-nav-terlist li.es-nav-teritem {
              margin: 0; }
              .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu .es-nav-terlist li.es-nav-teritem .es-nav-terlink {
                color: var(--calcite-ui-text-3);
                cursor: pointer;
                display: block;
                position: relative;
                line-height: 25px;
                padding-top: 15px;
                outline-offset: -3px;
                padding-bottom: 15px;
                text-decoration: none;
                background-size: 200% 1px;
                background-position: 100% 100%;
                transition: background-position .25s;
                background-image: linear-gradient(90deg, var(--secondarytheme-color) 50%, #3f3f3f 0);
                background-repeat: no-repeat;
                padding-right: 30px; }
                html[dir="rtl"] .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu .es-nav-terlist li.es-nav-teritem .es-nav-terlink [aria-current] {
                  left: auto;
                  right: -25px; }
                .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu .es-nav-terlist li.es-nav-teritem .es-nav-terlink:hover, .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu .es-nav-terlist li.es-nav-teritem .es-nav-terlink:focus {
                  color: var(--calcite-ui-text-1);
                  text-decoration: none;
                  background-position-x: 0; }
                .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu .es-nav-terlist li.es-nav-teritem .es-nav-terlink:after {
                  right: 20px;
                  opacity: 0;
                  top: calc(50% - 8px);
                  transition: all .25s ease-out;
                  position: absolute;
                  width: 16px;
                  height: 16px; }
                .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu .es-nav-terlist li.es-nav-teritem .es-nav-terlink:focus:after, .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu .es-nav-terlist li.es-nav-teritem .es-nav-terlink:hover:after {
                  transform: translateX(10px);
                  opacity: 1; }
                html[dir="rtl"] .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu .es-nav-terlist li.es-nav-teritem .es-nav-terlink {
                  padding-left: 30px;
                  padding-right: 0; }
                  html[dir="rtl"] .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu .es-nav-terlist li.es-nav-teritem .es-nav-terlink:after {
                    left: 20px;
                    right: auto;
                    transform: scale(-1); }
                  html[dir="rtl"] .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu .es-nav-terlist li.es-nav-teritem .es-nav-terlink:focus:after {
                    transform: translateX(-10px) scale(-1); }
                  html[dir="rtl"] .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-subitem-menu .es-nav-terlist li.es-nav-teritem .es-nav-terlink:hover:after {
                    transform: translateX(-10px) scale(-1); }
        .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink {
          text-decoration: none;
          display: block;
          cursor: pointer;
          color: var(--calcite-ui-text-1);
          font-size: 16px;
          line-height: 25px;
          outline-offset: -4px;
          padding: 17.5px 20px; }
          .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink[aria-controls] {
            position: relative; }
            .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink[aria-controls][aria-tertiary]:after {
              content: ""; }
            .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink[aria-controls]:after {
              line-height: 0;
              right: 20px;
              position: absolute;
              transition: all .25s ease-out;
              content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 9 32 32' width='14' height='25'%3E%3Cpath d='M28 9v5L16 26 4 14V9l12 12L28 9z' fill='%23fff'/%3E%3C/svg%3E"); }
              html[dir="rtl"] .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink[aria-controls]:after {
                left: 20px;
                right: auto; }
          .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink[aria-current=true]:not([aria-expanded=true]) {
            box-shadow: inset 3px 0 0 0 var(--secondarytheme-color);
            color: var(--calcite-ui-text-1); }
            html[dir="rtl"] .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink[aria-current=true]:not([aria-expanded=true]) {
              box-shadow: inset 0 -3px 0 0 var(--secondarytheme-color); }
          @media (max-width: 975px) {
            .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink[aria-controls][aria-expanded=true]:after, .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink[aria-controls][data-expanded=true]:after {
              transform: rotateX(180deg) translateY(6.5px); } }
          .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink:hover {
            background-color: var(--calcite-ui-foreground-2);
            text-decoration: none; }
          @media (min-width: 976px) {
            .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink {
              font-weight: 400;
              line-height: 25px;
              user-select: none;
              padding: 18px 25px;
              position: relative;
              white-space: nowrap;
              outline-offset: -3px; }
              .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink:not([aria-expanded=true]):hover {
                box-shadow: inset 0 -3px 0 0 var(--secondarytheme-color60); }
              .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink[aria-current=true]:not([aria-expanded=true]) {
                box-shadow: inset 0 -3px 0 0 var(--secondarytheme-color); }
              .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink[aria-controls=true] {
                padding-right: 45px; }
                html[dir="rtl"] .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink[aria-controls=true] {
                  padding-right: 25px;
                  padding-left: 45px; }
                .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink[aria-controls=true]:after {
                  top: 25px;
                  width: 10px;
                  height: 5px;
                  position: absolute;
                  content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 25' width='10' height='25'%3E%3Cpath fill='%23ffffff' d='M 0 0 14 0 7 7' /%3E%3C/svg%3E"); }
                  html[dir="rtl"] .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink[aria-controls=true]:after {
                    left: 25px;
                    right: auto; }
              .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink[aria-controls][aria-expanded=true] {
                background-color: var(--calcite-ui-foreground-3); }
              .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink[attr-parent=true]:not([aria-current=true]) {
                background-color: var(--calcite-ui-foreground-3); }
              .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink[aria-current=true] {
                color: #ffffff;
                background-color: var(--calcite-ui-foreground-3); }
              .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink[aria-current=true][aria-tertiary=true] {
                box-shadow: inset 0 -3px 0 0 var(--secondarytheme-color); }
              .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink[aria-tertiary=true]:after {
                content: none;
                padding-right: 0;
                padding-left: 0; } }
          @media (max-width: 1350px) and (min-width: 976px) {
            .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink {
              font-size: 1.3vw;
              padding-left: 20px;
              padding-right: 20px; }
              .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink[aria-controls] {
                padding-right: 20px; }
                html[dir="rtl"] .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink[aria-controls] {
                  padding-right: 25px;
                  padding-left: 45px; }
                .es-nav .es-nav-submenu .es-nav-sublist .es-nav-subitem .es-nav-sublink[aria-controls]:after {
                  right: 5px; } }
  @media (max-width: 975px) and (min-width: 0px) {
    .es-nav:not([aria-expanded=false]) .nav-menu-title:after {
      transform: rotateX(180deg) translateY(1px); } }
  @media (min-width: 1456px) {
    .es-nav {
      padding-left: calc(50vw - 725px);
      padding-right: calc(50vw - 725px); } }

@keyframes nav-fadein {
  0% {
    opacity: 0;
    clip-path: inset(25px 0 0 0);
    transform: translateY(-25px); }
  to {
    opacity: 1;
    clip-path: inset(0 0 0 0); } }

.tertiary-nav {
  background-color: #000000; }
  .tertiary-nav[data-fixed='true'] {
    position: fixed;
    width: 100%;
    z-index: 9999; }
    @media (min-width: 1280px) {
      .tertiary-nav[data-fixed='true'] {
        z-index: 10; } }
  .tertiary-nav--title {
    background: #000000;
    border: none;
    color: #ffffff;
    font-size: 15px;
    height: 40px;
    outline-color: transparent;
    outline-width: 0;
    outline-style: none;
    padding: 0 13px;
    position: relative;
    text-align: left;
    width: 100%;
    -webkit-appearance: unset; }
    .tertiary-nav--title:after {
      content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 15' width='15' height='15'%3E%3Cpath d='M 0 0 14 0 7 7' fill='%23ffffff'/%3E%3C/svg%3E");
      position: absolute;
      right: 19px;
      top: 50%;
      transform: translateY(-30%); }
    @media (min-width: 860px) {
      .tertiary-nav--title {
        display: none; } }
  .tertiary-nav-container {
    transition: all .35s ease-out; }
    .tertiary-nav-container[aria-hidden=true] {
      height: 0;
      min-height: 0;
      overflow: hidden; }
    .tertiary-nav-container[aria-hidden=false] {
      height: 100vh;
      min-height: 100vh; }
    @media (min-width: 860px) {
      .tertiary-nav-container {
        min-height: 40px;
        overflow: hidden; }
        .tertiary-nav-container[aria-hidden=true] {
          height: 43px;
          min-height: 40px;
          overflow: hidden; }
        .tertiary-nav-container[aria-hidden=false] {
          height: 43px;
          min-height: 40px;
          overflow: hidden; } }
    .tertiary-nav-container .tertiary-nav--menu {
      display: flex;
      flex-direction: column;
      list-style: none;
      margin: 0;
      padding: 0; }
      @media (min-width: 860px) {
        .tertiary-nav-container .tertiary-nav--menu {
          flex-direction: row;
          min-height: 40px;
          overflow: hidden; } }
      .tertiary-nav-container .tertiary-nav--menu-item {
        border: 0;
        margin: 0;
        padding: 5px 0 5px 20px; }
        .tertiary-nav-container .tertiary-nav--menu-item[aria-current='true'] {
          background: #000;
          border-left: 3px solid var(--theme-color);
          border-bottom: 0; }
          .tertiary-nav-container .tertiary-nav--menu-item[aria-current='true']_link {
            color: #ffffff; }
          @media (min-width: 860px) {
            .tertiary-nav-container .tertiary-nav--menu-item[aria-current='true'] {
              background-color: #000;
              border-left: 0;
              box-shadow: inset 0 -3px 0 0 var(--theme-color); } }
        @media (min-width: 860px) {
          .tertiary-nav-container .tertiary-nav--menu-item {
            padding: 3px 10px; } }
        .tertiary-nav-container .tertiary-nav--menu-item:hover {
          color: #ffffff;
          box-shadow: inset 0 -3px 0 0 var(--theme-color);
          text-decoration: none; }
          .tertiary-nav-container .tertiary-nav--menu-item:hover_link {
            color: #ffffff; }
        .tertiary-nav-container .tertiary-nav--menu-item_link {
          color: #bcbcbc;
          display: inline-block;
          padding: 7px 0px 4px 0px;
          font-size: 15px;
          border-bottom: 0;
          text-decoration: none;
          width: 100%; }

.c-snav-sublink.active {
  background-color: #000; }

.co3-modal-mp {
  background: rgba(0, 0, 0, 0.45);
  position: fixed;
  opacity: 1;
  z-index: 999;
  transition: opacity 20s;
  display: block;
  height: 100%;
  width: 100vw;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0; }
  .co3-modal-mp.flyout-animate-fadeout {
    opacity: 0;
    transition: all 300ms ease-in-out; }

.paypal-wrapper {
  padding: 0 50px 50px 60px; }
  .paypal-wrapper .payment-option--text {
    border-radius: 5px;
    border: 1px #40850F solid;
    padding: 0px 6px;
    cursor: default;
    font-size: 11px;
    line-height: 20px;
    color: #40850F;
    height: 20px;
    white-space: nowrap;
    text-align: center; }
  .paypal-wrapper p {
    margin-bottom: 10px; }

.paypal-options {
  display: flex;
  justify-content: space-between;
  flex-direction: column; }
  @media (min-width: 768px) {
    .paypal-options {
      flex-direction: row; } }
  .paypal-options .paypal-continue {
    margin-top: 20px; }
    @media (min-width: 768px) {
      .paypal-options .paypal-continue {
        margin-top: 0; } }

@media (min-width: 768px) {
  .paypal-payments {
    max-width: 100%; } }

.paypal-payments ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  flex-wrap: wrap; }
  .paypal-payments ul li {
    list-style: none;
    padding: 0 10px 0 0; }

.paypal-payments svg, .paypal-payments img {
  width: auto;
  height: 20px; }

.paypal-payments .jl {
  color: var(--calcite-ui-text-1); }

.cart-conf {
  display: block;
  position: fixed;
  z-index: 9999;
  top: 15%;
  border: 1px solid var(--calcite-ui-border-1);
  border-top: 3px solid var(--calcite-ui-brand);
  width: 95%;
  right: 0;
  animation: slide-in 0.6s ease;
  animation: slide-in 0.6s ease; }
  @media (min-width: 768px) {
    .cart-conf {
      max-width: 700px; } }
  @media (min-width: 1368px) {
    .cart-conf {
      max-width: 50%; } }
  @media (min-width: 1600px) {
    .cart-conf {
      max-width: 40%; } }
  .cart-conf.flyout-animate-fadeout {
    animation: slide-out 0.8s ease; }
  @media (min-width: 768px) {
    .cart-conf--cart-changes {
      text-align: right; } }
  .cart-conf--content {
    width: 100%;
    background: var(--calcite-ui-background);
    border: 1px solid var(--calcite-ui-border-1);
    border-top: 3px solid var(--calcite-ui-brand);
    z-index: 10;
    position: relative;
    transition: all 0.6s ease-out; }
    .cart-conf--content .mobile-modal-close {
      display: flex; }
      .cart-conf--content .mobile-modal-close a {
        margin: 0 10px 0 0; }
    .cart-conf--content .cta-buttons--actions {
      display: flex;
      flex-direction: column;
      align-items: flex-end; }
      .cart-conf--content .cta-buttons--actions .cta-buttons--actions-cta {
        width: fit-content;
        margin-right: 0; }
      .cart-conf--content .cta-buttons--actions .cta-buttons-actions-link.cta-buttons--actions-tertiary.l {
        width: fit-content; }
        .cart-conf--content .cta-buttons--actions .cta-buttons-actions-link.cta-buttons--actions-tertiary.l:after {
          background-image: none;
          width: 0;
          margin-left: 0; }
    .cart-conf--content .cart-conf-close-mobile {
      background-color: var(--calcite-ui-background);
      border: none; }
      @media (min-width: 768px) {
        .cart-conf--content .cart-conf-close-mobile {
          display: none; } }
      .cart-conf--content .cart-conf-close-mobile:before {
        content: "";
        width: 25px;
        height: 25px;
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24' viewBox='0 0 24 24'%3E%3Cpath d='M13.207 12.5l7.778 7.778-.707.707-7.778-7.778-7.778 7.778-.707-.707 7.778-7.778-7.778-7.778.707-.707 7.778 7.778 7.778-7.778.707.707z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        float: left; }
        @media (min-width: 768px) {
          .cart-conf--content .cart-conf-close-mobile:before {
            display: none; } }
    .cart-conf--content-close {
      margin-bottom: 10px;
      padding: 30px 50px 0 30px;
      display: flex;
      flex-direction: row;
      justify-content: space-between; }
      .cart-conf--content-close .cart-conf-checkmark p {
        float: right; }
        html[dir="rtl"] .cart-conf--content-close .cart-conf-checkmark p {
          float: left; }
      .cart-conf--content-close .cart-conf-checkmark:before {
        content: "";
        width: 30px;
        height: 30px;
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24' viewBox='0 0 24 24'%3E%3Cpath fill='%230079c2' d='M4.581 13.276l.637-.636 3.288 3.098 10.073-9.92.637.637L8.506 17.01z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-size: cover;
        float: left; }
      .cart-conf--content-close .cart-conf-close {
        height: 30px;
        width: 30px;
        background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24' viewBox='0 0 24 24'%3E%3Cpath d='M13.207 12.5l7.778 7.778-.707.707-7.778-7.778-7.778 7.778-.707-.707 7.778-7.778-7.778-7.778.707-.707 7.778 7.778 7.778-7.778.707.707z'/%3E%3C/svg%3E");
        background-repeat: no-repeat;
        border: none;
        background-color: var(--calcite-ui-background);
        display: none;
        cursor: pointer; }
        .cart-conf--content-close .cart-conf-close:hover, .cart-conf--content-close .cart-conf-close:focus {
          background-image: url("data:image/svg+xml,%0A%3Csvg xmlns='http://www.w3.org/2000/svg' height='24' width='24' viewBox='0 0 24 24'%3E%3Cpath fill='%230079c2' d='M13.207 12.5l7.778 7.778-.707.707-7.778-7.778-7.778 7.778-.707-.707 7.778-7.778-7.778-7.778.707-.707 7.778 7.778 7.778-7.778.707.707z'/%3E%3C/svg%3E"); }
        @media (min-width: 768px) {
          .cart-conf--content-close .cart-conf-close {
            display: block; } }
    .cart-conf--content-cart {
      display: flex;
      flex-direction: column;
      padding: 0 50px 0 60px; }
      .cart-conf--content-cart.singleContent {
        padding: 0 50px 50px 60px; }
      @media (min-width: 768px) {
        .cart-conf--content-cart {
          flex-direction: row; } }
      .cart-conf--content-cart-name {
        flex: 1 1 40%;
        margin-right: 30px;
        font-weight: 700; }
      .cart-conf--content-cart-qty {
        flex: 1 1 30%; }
      .cart-conf--content-cart-action {
        flex: 1 1 30%; }
        @media (min-width: 768px) {
          .cart-conf--content-cart-action {
            text-align: right; } }
        .cart-conf--content-cart-action.tabletonly {
          display: none; }
          @media (min-width: 768px) {
            .cart-conf--content-cart-action.tabletonly {
              display: block; } }
        .cart-conf--content-cart-action.mobileonly {
          display: block;
          padding: 20px 30px;
          border-bottom: 1px solid var(--calcite-ui-border-1); }
          .cart-conf--content-cart-action.mobileonly .cta-buttons--actions {
            display: flex;
            flex-direction: row-reverse;
            justify-content: space-between;
            align-items: center; }
          @media (min-width: 768px) {
            .cart-conf--content-cart-action.mobileonly {
              display: none; } }
        .cart-conf--content-cart-action a {
          display: block; }
    .cart-conf--content-order {
      padding: 20px 50px 30px 30px; }
      .cart-conf--content-order h3 {
        font-weight: 400;
        margin-bottom: 2rem; }
      .cart-conf--content-order .prc__pricing-form {
        display: flex;
        height: 60px;
        margin-bottom: 16px;
        align-items: center;
        position: relative; }
        .cart-conf--content-order .prc__pricing-form input::-webkit-outer-spin-button,
        .cart-conf--content-order .prc__pricing-form input::-webkit-inner-spin-button {
          -webkit-appearance: none;
          margin: 0; }
        .cart-conf--content-order .prc__pricing-form input[type=number] {
          -moz-appearance: textfield; }
        .cart-conf--content-order .prc__pricing-form .prc__pricing-text {
          margin: 0 10px; }
        .cart-conf--content-order .prc__pricing-form .prc__less-qty-btn, .cart-conf--content-order .prc__pricing-form .prc__plus-qty-btn {
          cursor: pointer;
          display: inline-block;
          height: 31px;
          border: 1px solid #a9a9a9;
          background: transparent;
          font-size: 15px;
          color: #595959;
          outline: none;
          z-index: 1; }
          .cart-conf--content-order .prc__pricing-form .prc__less-qty-btn:hover, .cart-conf--content-order .prc__pricing-form .prc__plus-qty-btn:hover {
            background-color: #f4f4f4;
            border: 1px solid #6e6e6e;
            color: #000000; }
        .cart-conf--content-order .prc__pricing-form .prc__qty {
          height: 31px;
          margin-top: 0;
          border: 0;
          border-top: 1px solid #a9a9a9;
          border-bottom: 1px solid #a9a9a9;
          border-left: none;
          border-right: none;
          width: 48px;
          text-align: center;
          box-shadow: none;
          color: #000;
          margin: 0 -px;
          -moz-appearance: textfield; }
          .cart-conf--content-order .prc__pricing-form .prc__qty:active, .cart-conf--content-order .prc__pricing-form .prc__qty:focus, .cart-conf--content-order .prc__pricing-form .prc__qty:focus-within {
            background-color: #ffffff;
            border: 1px solid #0079c1;
            color: #0079c1; }
        .cart-conf--content-order .prc__pricing-form .prc__pricing-form {
          width: fit-content; }
      .cart-conf--content-order .cart-conf--content-bundle-wrapper {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap; }
        @media (max-width: 768px) {
          .cart-conf--content-order .cart-conf--content-bundle-wrapper {
            padding: 0 50px;
            margin: auto; } }
        .cart-conf--content-order .cart-conf--content-bundle-wrapper .cart-conf--content-bundle {
          flex: 1 1 50%; }
          @media (min-width: 768px) {
            .cart-conf--content-order .cart-conf--content-bundle-wrapper .cart-conf--content-bundle {
              flex: 1 1 auto; } }

.cart-conf.geoblocking-modal {
  right: auto;
  left: 29%;
  top: 25%;
  z-index: 10002; }

.co3-modal-mp.geoblocking {
  z-index: 10001; }

.geoblocking-modal.hidden, .geoblocking.hidden {
  display: none; }

@keyframes slide-in {
  0% {
    opacity: 0;
    right: -1000px; }
  100% {
    opacity: 1;
    right: 0; } }

@keyframes slide-out {
  0% {
    opacity: 1;
    right: 0; }
  100% {
    opacity: 0;
    right: -1000px; } }

.recommended-card-price-wrapper .cta-trigger .spin {
  display: inline-block;
  animation: spin 1s linear infinite; }

@keyframes spin {
  from {
    transform: rotateZ(0deg); }
  to {
    transform: rotateZ(360deg); } }

