.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-color60);
    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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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--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;
}



* {
  box-sizing: border-box; }

.no-list {
  list-style: none;
  margin-left: 0;
  padding-left: 0; }
  [dir='rtl'] .no-list {
    margin-right: 0;
    padding-right: 0; }
  .no-list li {
    margin-top: 0; }

.skip-to-content {
  margin-top: 10px;
  padding: 5px 10px;
  z-index: 20000; }

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

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

#globalnav {
  min-height: 56px; }

.font-size-9 {
  font-size: 4.75rem;
  line-height: 1.11; }

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

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

.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: #323232;
  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(50, 50, 50, 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 #323232; }
    .darktheme .button-playvideo:after:hover {
      border-left: 9px solid #323232; }
  .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 #323232;
    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: #323232; }
    .btn.btn-blue:hover {
      background: #bcdaed;
      border: none;
      color: #323232; }
  .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: #323232;
    padding: 25px 0;
    transition: all .25s ease-in-out;
    width: 250px; }
    .btn-hero-white:hover {
      background: white;
      color: #323232; }
  .btn-hero-blue {
    background: #56a5d8;
    border: none;
    color: #323232;
    padding: 25px 0;
    transition: all .25s ease-in-out;
    width: 250px; }
    .btn-hero-blue:hover {
      background: #bcdaed;
      color: #323232; }
  .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: #323232;
    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;
    box-sizing: border-box;
    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; }

/* test v.1 */
.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 Modal------
-------------------*/
.co3-modal {
  background: rgba(0, 0, 0, 0.75);
  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) and (-webkit-min-device-pixel-ratio: 1.5) {
      .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: rgba(255, 255, 255, 0.9);
      border-radius: 100%;
      font-size: 20px;
      width: 50px;
      height: 50px;
      position: absolute;
      right: -17px;
      top: -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: #00A1FF;
        color: #ffffff;
        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; }

.text.parbase ul, .text.parbase ol {
  margin-left: 0; }
  .text.parbase ul li, .text.parbase ol li {
    margin-left: 1.1rem; }

[data-responsive-bg] img[data-responsive-bg-img],
[data-lazy-responsive-bg] img[data-lazy-responsive-bg-img] {
  display: none !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; }

/* Rich Text Indentation Styles */
.richtext-container ul, .richtext-container ol {
  width: 100%; }
  [dir='ltr'] .richtext-container ul, [dir='ltr'] .richtext-container ol {
    margin-left: 0;
    padding-left: 1.2em; }
  [dir='rtl'] .richtext-container ul, [dir='rtl'] .richtext-container ol {
    margin-right: 0;
    padding-right: 1.2em;
    text-align: right;
    /* For Centered Content Switcher */ }

[dir='ltr'] .richtext-container li {
  margin-left: 0; }

[dir='rtl'] .richtext-container li {
  margin-right: 0; }

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

.richtext-container * {
  /* rich text sets inline text-align; have to Hulk-smash it */ }
  [dir='rtl'] .richtext-container * {
    text-align: right !important; }

.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); }

/* 
********** icon expand ********** 
*/
.icon-expand-blue {
  padding: .31rem 36px .31rem 16px !important;
  /* follows calcite padding but adds extra padding to account for svg */ }
  .icon-expand-blue:after {
    content: '';
    background: url("data:image/svg+xml;base64, PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5Z29uIGZpbGw9IiM1NmE1ZDgiIHBvaW50cz0iNyw5IDYuMjkyOTY4OCw5IDIsMTMuMjkyOTY4OCAyLDkgMSw5IDEsMTQgMSwxNSAyLDE1IDcsMTUgNywxNCAyLjcwNzAzMTIsMTQgNyw5LjcwNzAzMTIgIi8+Cjxwb2x5Z29uIGZpbGw9IiM1NmE1ZDgiIHBvaW50cz0iOSw3IDkuNzA3MDMxMiw3IDE0LDIuNzA3MDMxMiAxNCw3IDE1LDcgMTUsMiAxNSwxIDE0LDEgOSwxIDksMiAxMy4yOTI5Njg4LDIgOSw2LjI5Mjk2ODggIi8+Cjwvc3ZnPg==") no-repeat center center;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 56%;
    padding-left: 10px;
    transform: translateY(-56%); }
    .icon-expand-blue:after:hover {
      background: url("data:image/svg+xml;base64, PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMTYgMTYiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE2IDE2OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+Cjxwb2x5Z29uIGZpbGw9IiMwMDVFOTUiIHBvaW50cz0iNyw5IDYuMjkyOTY4OCw5IDIsMTMuMjkyOTY4OCAyLDkgMSw5IDEsMTQgMSwxNSAyLDE1IDcsMTUgNywxNCAyLjcwNzAzMTIsMTQgNyw5LjcwNzAzMTIgIi8+Cjxwb2x5Z29uIGZpbGw9IiMwMDVFOTUiIHBvaW50cz0iOSw3IDkuNzA3MDMxMiw3IDE0LDIuNzA3MDMxMiAxNCw3IDE1LDcgMTUsMiAxNSwxIDE0LDEgOSwxIDksMiAxMy4yOTI5Njg4LDIgOSw2LjI5Mjk2ODggIi8+Cjwvc3ZnPg==") no-repeat center center; }

.icon-expand-white {
  padding: .31rem 36px .31rem 16px !important;
  /* follows calcite padding but adds extra padding to account for svg */ }
  .icon-expand-white:after {
    content: '';
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxnPiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPiAgPHJlY3QgZmlsbD0ibm9uZSIgaWQ9ImNhbnZhc19iYWNrZ3JvdW5kIiBoZWlnaHQ9IjE4IiB3aWR0aD0iMTgiIHk9Ii0xIiB4PSItMSIvPiA8L2c+IDxnPiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPiAgPHBvbHlnb24gaWQ9InN2Z18xIiBwb2ludHM9IjcsOSA2LjI5Mjk2ODgsOSAyLDEzLjI5Mjk2ODggMiw5IDEsOSAxLDE0IDEsMTUgMiwxNSA3LDE1IDcsMTQgMi43MDcwMzEyLDE0IDcsOS43MDcwMzEyICIgZmlsbD0iI2ZmZmZmZiIvPiAgPHBvbHlnb24gaWQ9InN2Z18yIiBwb2ludHM9IjksNyA5LjcwNzAzMTIsNyAxNCwyLjcwNzAzMTIgMTQsNyAxNSw3IDE1LDIgMTUsMSAxNCwxIDksMSA5LDIgMTMuMjkyOTY4OCwyIDksNi4yOTI5Njg4ICIgZmlsbD0iI2ZmZmZmZiIvPiA8L2c+PC9zdmc+") no-repeat center center;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 56%;
    padding-left: 10px;
    transform: translateY(-56%); }
    .icon-expand-white:after:hover {
      background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxnPiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPiAgPHJlY3QgZmlsbD0ibm9uZSIgaWQ9ImNhbnZhc19iYWNrZ3JvdW5kIiBoZWlnaHQ9IjE4IiB3aWR0aD0iMTgiIHk9Ii0xIiB4PSItMSIvPiA8L2c+IDxnPiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPiAgPHBvbHlnb24gaWQ9InN2Z18xIiBwb2ludHM9IjcsOSA2LjI5Mjk2ODgsOSAyLDEzLjI5Mjk2ODggMiw5IDEsOSAxLDE0IDEsMTUgMiwxNSA3LDE1IDcsMTQgMi43MDcwMzEyLDE0IDcsOS43MDcwMzEyICIgZmlsbD0iI2ZmZmZmZiIvPiAgPHBvbHlnb24gaWQ9InN2Z18yIiBwb2ludHM9IjksNyA5LjcwNzAzMTIsNyAxNCwyLjcwNzAzMTIgMTQsNyAxNSw3IDE1LDIgMTUsMSAxNCwxIDksMSA5LDIgMTMuMjkyOTY4OCwyIDksNi4yOTI5Njg4ICIgZmlsbD0iI2ZmZmZmZiIvPiA8L2c+PC9zdmc+") no-repeat center center; }

.icon-expand-black {
  padding: .31rem 36px .31rem 16px !important;
  /* follows calcite padding but adds extra padding to account for svg */ }
  .icon-expand-black:after {
    content: '';
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxnPiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPiAgPHJlY3QgeD0iLTEiIHk9Ii0xIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgZmlsbD0ibm9uZSIvPiA8L2c+IDxnPiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPiAgPHBvbHlnb24gZmlsbD0iIzAwMDAwMCIgcG9pbnRzPSI3LDkgNi4yOTI5Njg4LDkgMiwxMy4yOTI5Njg4IDIsOSAxLDkgMSwxNCAxLDE1IDIsMTUgNywxNSA3LDE0IDIuNzA3MDMxMiwxNCA3LDkuNzA3MDMxMiAiIGlkPSJzdmdfMSIvPiAgPHBvbHlnb24gZmlsbD0iIzAwMDAwMCIgcG9pbnRzPSI5LDcgOS43MDcwMzEyLDcgMTQsMi43MDcwMzEyIDE0LDcgMTUsNyAxNSwyIDE1LDEgMTQsMSA5LDEgOSwyIDEzLjI5Mjk2ODgsMiA5LDYuMjkyOTY4OCAiIGlkPSJzdmdfMiIvPiA8L2c+PC9zdmc+") no-repeat center center;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 56%;
    padding-left: 10px;
    transform: translateY(-56%); }
    .icon-expand-black:after:hover {
      background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTYiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+IDxnPiAgPHRpdGxlPmJhY2tncm91bmQ8L3RpdGxlPiAgPHJlY3QgeD0iLTEiIHk9Ii0xIiB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIGlkPSJjYW52YXNfYmFja2dyb3VuZCIgZmlsbD0ibm9uZSIvPiA8L2c+IDxnPiAgPHRpdGxlPkxheWVyIDE8L3RpdGxlPiAgPHBvbHlnb24gZmlsbD0iIzAwMDAwMCIgcG9pbnRzPSI3LDkgNi4yOTI5Njg4LDkgMiwxMy4yOTI5Njg4IDIsOSAxLDkgMSwxNCAxLDE1IDIsMTUgNywxNSA3LDE0IDIuNzA3MDMxMiwxNCA3LDkuNzA3MDMxMiAiIGlkPSJzdmdfMSIvPiAgPHBvbHlnb24gZmlsbD0iIzAwMDAwMCIgcG9pbnRzPSI5LDcgOS43MDcwMzEyLDcgMTQsMi43MDcwMzEyIDE0LDcgMTUsNyAxNSwyIDE1LDEgMTQsMSA5LDEgOSwyIDEzLjI5Mjk2ODgsMiA5LDYuMjkyOTY4OCAiIGlkPSJzdmdfMiIvPiA8L2c+PC9zdmc+") no-repeat center center; }

hr {
  margin: 20px 0; }
  hr.separator {
    border-top: none;
    height: 3px;
    width: 50px;
    margin-top: 15px;
    margin-bottom: 1.2rem;
    background-color: var(--theme-color);
    text-align: left; }

/* start error checking for cards in wrong container */
.placement-error {
  background-color: #c00;
  color: #fff;
  padding: 20px;
  text-align: center; }

/* end error checking for cards in wrong container */

/* Start CSS classes for HTML */
.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; }

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-superbold {
  font-size: 2.5rem;
  font-weight: 700;
  font-weight: 700; }
  @media screen and (min-width: 740px) {
    .esri-font-superbold {
      font-size: 6.25vw; } }
  @media screen and (min-width: 1024px) {
    .esri-font-superbold {
      font-size: 4rem; } }

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

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

/* End CSS classes for HTML */

.typography .darktheme {
  background-color: #000;
  color: #fff; }

.typography .lighttheme {
  background-color: #efefef;
  color: #151515; }

.marginbottom50px {
  margin-bottom: 50px; }

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

.shopping-card-container {
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  width: 100%; }
  .shopping-card-container .headercontainer {
    width: 100%;
    padding: 0 20px 0 8px;
    box-sizing: border-box; }
    .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%;
    box-sizing: border-box;
    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: 859px) {
      .expertctacontainer .estText {
        font-size: 1.33rem; } }
    @media screen and (max-width: 479px) {
      .expertctacontainer .estText {
        font-size: 1.25rem; } }
    .expertctacontainer .estText .totalCount {
      font-weight: 600; }

/* Right to Left */
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.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; }

.calcite-container.centered-text .esri-text {
  text-align: center; }
  .calcite-container.centered-text .esri-text hr.separator {
    margin-left: auto;
    margin-right: auto; }

.columnsystem-lighttheme .pardot-forms {
  background-color: #ffffff; }

.columnsystem-darktheme .pardot-forms {
  background-color: #2b2b2b; }

.cards-standard-series {
  /* start title/seperator/desc pattern */
  /* end title/seperator/desc pattern */ }
  .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;
    box-sizing: border-box; }
    .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%; } }

/* start cards container V3 */
.marginbottom50px {
  margin-bottom: 50px; }

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

.paginate-container[data-paginate=false] {
  display: none; }

.card-container-v3 {
  display: flex;
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  width: 100%; }
  .card-container-v3 .headercontainer {
    width: 100%;
    padding: 0 20px 0 8px;
    box-sizing: border-box; }
    .card-container-v3 .headercontainer .headertitle {
      margin-bottom: 0; }
    .card-container-v3 .headercontainer .description {
      margin: 0;
      margin-bottom: 50px;
      width: 80%; }
  .card-container-v3 .block[is-hidden='true'] {
    display: none; }
  .card-container-v3 .block[is-hidden='false'] {
    position: relative;
    animation-name: card-fade-in;
    animation-duration: .4s; }

@keyframes card-fade-in {
  from {
    top: 10px;
    opacity: 0; }
  to {
    top: 0px;
    opacity: 1; } }
  .card-container-v3--hidden {
    display: none; }
  .card-container-v3--paginate {
    display: block; }
  .card-container-v3 .paginate-container .btn-paginate {
    font-size: 1rem;
    line-height: 1.5;
    color: #6a6a6a;
    padding: 0.375rem 1rem; }
    .card-container-v3 .paginate-container .btn-paginate:hover, .card-container-v3 .paginate-container .btn-paginate:active {
      color: #151515;
      text-decoration: none;
      border-bottom: 2px solid #dfdfdf; }
    .card-container-v3 .paginate-container .btn-paginate[data-is-selected] {
      width: auto;
      color: #151515;
      border-radius: 0;
      text-decoration: none;
      background-color: #ffffff;
      border-bottom: 2px solid #0079c1; }
    .card-container-v3 .paginate-container .btn-paginate.is-hidden {
      display: none; }
  .card-container-v3 .paginate-container[data-paginate=false] {
    display: none; }
  .card-container-v3 .paginate-container[data-paginate=true], .card-container-v3 .paginate-container[data-paginate=see-more], .card-container-v3 .paginate-container[data-paginate=full-paginate] {
    width: 100%;
    display: flex;
    margin-top: 20px;
    justify-content: center; }
  .card-container-v3 .paginate-container[data-paginate=see-more] {
    color: #4a4a4a; }
    .card-container-v3 .paginate-container[data-paginate=see-more]:hover, .card-container-v3 .paginate-container[data-paginate=see-more]:focus {
      cursor: pointer;
      outline: none;
      color: #007ac2;
      text-decoration: none; }
      .card-container-v3 .paginate-container[data-paginate=see-more]:hover:after, .card-container-v3 .paginate-container[data-paginate=see-more]:focus:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiMwMDdhYzIiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTUgOS4yOTNsNyA3IDctN3YxLjQxNGwtNyA3LTctN3oiLz48L3N2Zz4=); }
    .card-container-v3 .paginate-container[data-paginate=see-more]:after {
      content: '';
      width: 24px;
      height: 24px;
      margin: 0 2px;
      display: flex;
      position: relative;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiMzMjMyMzIiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTUgOS4yOTNsNyA3IDctN3YxLjQxNGwtNyA3LTctN3oiLz48L3N2Zz4=); }
  .card-container-v3 .paginate-container .arrow {
    content: '';
    top: 9px;
    width: 16px;
    height: 16px;
    margin: 0 8px;
    position: relative; }
    .card-container-v3 .paginate-container .arrow.prevArr {
      background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ic3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxwYXRoIGZpbGw9IiMzMjMyMzIiIGQ9Ik0xMC4yMDcgNGwtNCA0IDQgNEg4Ljc5M2wtNC00IDQtNHoiPjwvcGF0aD4KPC9zdmc+); }
    .card-container-v3 .paginate-container .arrow.nextArr {
      background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ic3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxwYXRoIGZpbGw9IiMzMjMyMzIiIGQ9Ik01Ljc5MyAxMmw0LTQtNC00aDEuNDE0bDQgNC00IDR6Ij48L3BhdGg+Cjwvc3ZnPg==); }
  .card-container-v3 .ctacontainer {
    width: 100%;
    display: flex; }
    .card-container-v3 .ctacontainer .cta {
      margin-top: 60px;
      margin-left: auto;
      margin-right: auto; }
      .card-container-v3 .ctacontainer .cta .simplecta {
        background-color: transparent;
        transition: all .25s ease-out; }
        .card-container-v3 .ctacontainer .cta .simplecta:hover {
          transition: all .25s ease-out; }
      .card-container-v3 .ctacontainer .cta .right-arrow-blue {
        width: 12px;
        height: 12px;
        display: inline-block;
        margin-left: 5px; }
  .card-container-v3--leftAligned {
    justify-content: flex-start; }
    .card-container-v3--leftAligned .headercontainer hr {
      text-align: left; }
    .card-container-v3--leftAligned .ctacontainer .cta {
      margin-left: 8px; }
  .card-container-v3--centered {
    justify-content: center; }
    .card-container-v3--centered .headercontainer .headertitle {
      text-align: center; }
    .card-container-v3--centered .headercontainer hr {
      margin: 0 auto;
      margin-top: 15px;
      margin-bottom: 20px; }
    .card-container-v3--centered .headercontainer .description {
      margin: 0 auto;
      margin-bottom: 50px;
      text-align: center; }
  .card-container-v3.lighttheme .headercontainer .headertitle {
    color: #323232; }
  .card-container-v3.lighttheme .headercontainer .description {
    color: #4c4c4c; }
  .card-container-v3.lighttheme .cta {
    border: solid 1px #323232; }
    .card-container-v3.lighttheme .cta .simplecta {
      color: #323232;
      border: solid 2px rgba(50, 50, 50, 0);
      transition: all .25s ease-out; }
      .card-container-v3.lighttheme .cta .simplecta:hover {
        border: solid 2px #323232;
        transition: all .25s ease-out; }
      .card-container-v3.lighttheme .cta .simplecta[aria-role]: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;
        position: relative;
        top: 1px; }
      .card-container-v3.lighttheme .cta .simplecta[aria-role='internal']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .card-container-v3.lighttheme .cta .simplecta[aria-role='external']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .card-container-v3.lighttheme .cta .simplecta[aria-role='video']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .card-container-v3.lighttheme .cta .simplecta[aria-role='document']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .card-container-v3.lighttheme .cta .simplecta[aria-role='phone']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .card-container-v3.lighttheme .cta .right-arrow-blue {
      fill: #323232; }
  .card-container-v3.darktheme .paginate-container .btn-paginate {
    color: #ffffff; }
    .card-container-v3.darktheme .paginate-container .btn-paginate:hover, .card-container-v3.darktheme .paginate-container .btn-paginate:active {
      color: #ffffff;
      border-bottom: 2px solid #404040; }
    .card-container-v3.darktheme .paginate-container .btn-paginate[data-is-selected] {
      color: #ffffff;
      border-radius: 0;
      text-decoration: none;
      background-color: #2b2b2b;
      border-bottom: 2px solid #0079c1; }
  .card-container-v3.darktheme .paginate-container .arrow.prevArr {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ic3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik0xMC4yMDcgNGwtNCA0IDQgNEg4Ljc5M2wtNC00IDQtNHoiPjwvcGF0aD4KPC9zdmc+); }
  .card-container-v3.darktheme .paginate-container .arrow.nextArr {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBjbGFzcz0ic3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGhlaWdodD0iMTYiIHdpZHRoPSIxNiIgdmlld0JveD0iMCAwIDE2IDE2Ij4KICAgIDxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik01Ljc5MyAxMmw0LTQtNC00aDEuNDE0bDQgNC00IDR6Ij48L3BhdGg+Cjwvc3ZnPg==); }
  .card-container-v3.darktheme .paginate-container[data-paginate=see-more] {
    color: #bfbfbf; }
    .card-container-v3.darktheme .paginate-container[data-paginate=see-more]:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+CiAgICA8cGF0aCBmaWxsPSIjYmZiZmJmIiBkPSJNNSA5LjI5M2w3IDcgNy03djEuNDE0bC03IDctNy03eiIvPgo8L3N2Zz4=); }
    .card-container-v3.darktheme .paginate-container[data-paginate=see-more]:hover, .card-container-v3.darktheme .paginate-container[data-paginate=see-more]:focus {
      color: #00A0FF; }
      .card-container-v3.darktheme .paginate-container[data-paginate=see-more]:hover:after, .card-container-v3.darktheme .paginate-container[data-paginate=see-more]:focus:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiMwMEEwRkYiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTUgOS4yOTNsNyA3IDctN3YxLjQxNGwtNyA3LTctN3oiLz48L3N2Zz4=); }
  .card-container-v3.darktheme .headercontainer .headertitle {
    color: #fff; }
  .card-container-v3.darktheme .headercontainer .description {
    color: #ccc; }
  .card-container-v3.darktheme .cta {
    border: solid 1px #fff; }
    .card-container-v3.darktheme .cta .simplecta {
      color: #fff;
      border: solid 2px rgba(255, 255, 255, 0);
      transition: all .25s ease-out; }
      .card-container-v3.darktheme .cta .simplecta:hover {
        border: solid 2px white;
        transition: all .25s ease-out; }
      .card-container-v3.darktheme .cta .simplecta[aria-role]: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;
        position: relative;
        top: 1px; }
      .card-container-v3.darktheme .cta .simplecta[aria-role='internal']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .card-container-v3.darktheme .cta .simplecta[aria-role='external']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .card-container-v3.darktheme .cta .simplecta[aria-role='video']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .card-container-v3.darktheme .cta .simplecta[aria-role='document']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .card-container-v3.darktheme .cta .simplecta[aria-role='phone']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .card-container-v3.darktheme .cta .right-arrow-blue {
      fill: #fff; }
  .card-container-v3 .block {
    width: 100%;
    box-sizing: border-box;
    margin-left: 0;
    margin-right: 0;
    display: flex; }
    .card-container-v3 .block > div {
      margin: 8px; }
  @media (min-width: 768px) {
    .card-container-v3 .block {
      width: 50%; } }
  @media (min-width: 1024px) {
    .card-container-v3.cardsPerRow-1 .block {
      width: 100%; } }
  @media (min-width: 1024px) {
    .card-container-v3.cardsPerRow-3 .block {
      width: 33.3334%; } }
  @media (min-width: 1024px) {
    .card-container-v3.cardsPerRow-4 .block {
      width: 33.3334%; }
    .card-container-v3.cardsPerRow-4.hero-1 .headercontainer + .block {
      width: 50%; }
    .card-container-v3.cardsPerRow-4.hero-1 .block:nth-child(1) {
      width: 50%; }
    .card-container-v3.cardsPerRow-4.hero-2 .headercontainer + .block + .block {
      width: 50%; }
    .card-container-v3.cardsPerRow-4.hero-2 .block:nth-child(1), .card-container-v3.cardsPerRow-4.hero-2 .block:nth-child(2) {
      width: 50%; } }
  @media (min-width: 1440px) {
    .card-container-v3.cardsPerRow-4 .block {
      width: 25%; } }
  @media (min-width: 1024px) {
    .card-container-v3.cardsPerRow-5 .block {
      width: 33.3334%; } }
  @media (min-width: 1440px) {
    .card-container-v3.cardsPerRow-5 .block {
      width: 20%; } }
  @media (min-width: 1024px) {
    .card-container-v3.cardsPerRow-6 .block {
      width: 33.3334%; } }
  @media (min-width: 1440px) {
    .card-container-v3.cardsPerRow-6 .block {
      width: 16.6667%; } }
  .card-container-v3 .cards-list-container, .card-container-v3 .cards-standard-container, .card-container-v3 .text-link-stack-image, .card-container-v3 .cards-editorial.small-card {
    width: 100%; }
  .card-container-v3 .cards-simple {
    width: 100%;
    display: flex; }

html[dir="rtl"] .simplecta[aria-role]:not([aria-role='video']):after {
  transform: scaleX(-1); }

/* Right to Left */
html[dir="rtl"] .card-container-v3--leftAligned .cta {
  margin-right: 8px; }

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

html[dir="rtl"] .card-container-v3--leftAligned .cta .simplecta[aria-role]:after, html[dir="rtl"] .card-container-v3--centered .cta .simplecta[aria-role]:after {
  margin-left: 0;
  margin-right: 4px; }

.cards-container-v3.design-theme .card-container-v3 .ctacontainer .cta {
  border: 1px solid var(--theme-color); }
  .cards-container-v3.design-theme .card-container-v3 .ctacontainer .cta a.btn {
    color: var(--theme-color); }
    .cards-container-v3.design-theme .card-container-v3 .ctacontainer .cta a.btn:hover {
      color: var(--theme-color); }
  .cards-container-v3.design-theme .card-container-v3 .ctacontainer .cta .simplecta:hover {
    border: solid 2px var(--theme-color); }
  .cards-container-v3.design-theme .card-container-v3 .ctacontainer .cta .simplecta[aria-role='internal']:after, .cards-container-v3.design-theme .card-container-v3 .ctacontainer .cta .simplecta[aria-role='document']:after, .cards-container-v3.design-theme .card-container-v3 .ctacontainer .cta .simplecta[aria-role='video']:after, .cards-container-v3.design-theme .card-container-v3 .ctacontainer .cta .simplecta[aria-role='external']:after {
    background-image: none; }

.cards-container-v3.design-theme .cs-card-link .linkurl2-lighttheme span, .cards-container-v3.design-theme .cs-card-link .linkurl2-darktheme span {
  color: var(--theme-color); }
  .cards-container-v3.design-theme .cs-card-link .linkurl2-lighttheme span:hover, .cards-container-v3.design-theme .cs-card-link .linkurl2-darktheme span:hover {
    color: var(--theme-color); }

.cards-container-v3.design-theme .cs-card-link .linkurl2-lighttheme .ctaLinkIcon[data-link-type='internal']:after,
.cards-container-v3.design-theme .cs-card-link .linkurl2-lighttheme .ctaLinkIcon[data-link-type='document']:after,
.cards-container-v3.design-theme .cs-card-link .linkurl2-lighttheme .ctaLinkIcon[data-link-type='video']:after,
.cards-container-v3.design-theme .cs-card-link .linkurl2-lighttheme .ctaLinkIcon[data-link-type='external']:after, .cards-container-v3.design-theme .cs-card-link .linkurl2-darktheme .ctaLinkIcon[data-link-type='internal']:after,
.cards-container-v3.design-theme .cs-card-link .linkurl2-darktheme .ctaLinkIcon[data-link-type='document']:after,
.cards-container-v3.design-theme .cs-card-link .linkurl2-darktheme .ctaLinkIcon[data-link-type='video']:after,
.cards-container-v3.design-theme .cs-card-link .linkurl2-darktheme .ctaLinkIcon[data-link-type='external']:after {
  background-image: none; }

html[dir='rtl'] .cards-container-v3.design-theme .cs-card-link .linkurl2-lighttheme .ctaLinkIcon[data-link-type='internal']:after, html[dir='rtl'] .cards-container-v3.design-theme .cs-card-link .linkurl2-darktheme .ctaLinkIcon[data-link-type='internal']:after {
  left: -10px; }

.cards-container-v3.design-theme .cards-standard-container-lighttheme:hover, .cards-container-v3.design-theme .cards-standard-container-lighttheme:focus, .cards-container-v3.design-theme .cards-standard-container-darktheme:hover, .cards-container-v3.design-theme .cards-standard-container-darktheme:focus {
  border: solid 1px var(--theme-color); }

.relatedLinkMatrix.cardsPerRow-4 .linklist, .relatedLinkMatrix.cardsPerRow-2 .linklist, .relatedLinkMatrix.cardsPerRow-1 .linklist {
  width: 25%;
  padding: 0 20px 0 10px; }
  .relatedLinkMatrix.cardsPerRow-4 .linklist:last-child, .relatedLinkMatrix.cardsPerRow-2 .linklist:last-child, .relatedLinkMatrix.cardsPerRow-1 .linklist:last-child {
    padding: 0 0 0 10px; }

.relatedLinkMatrix.cardsPerRow-3 .linklist {
  width: 33%;
  padding: 0 10px 0 10px; }
  .relatedLinkMatrix.cardsPerRow-3 .linklist:last-child {
    padding: 0 0 0 10px; }

.cards-container-v3.cardsPerRow-4 .linklist {
  width: 25%;
  padding: 0 20px 0 0; }
  .cards-container-v3.cardsPerRow-4 .linklist:last-child {
    padding: 0; }

.cards-container-v3.cardsPerRow-3 .linklist {
  width: 33%;
  padding: 0 20px 0 0; }
  .cards-container-v3.cardsPerRow-3 .linklist:last-child {
    padding: 0; }

.cards-container-v3.ccv3-relatedLinkMatrix--right .card-container-v3 .headercontainer, .cards-container-v3.ccv3-relatedLinkMatrix--left .card-container-v3 .headercontainer {
  align-self: center;
  width: 100%; }
  .cards-container-v3.ccv3-relatedLinkMatrix--right .card-container-v3 .headercontainer .description, .cards-container-v3.ccv3-relatedLinkMatrix--left .card-container-v3 .headercontainer .description {
    margin-bottom: 0px; }

.cards-container-v3.ccv3-relatedLinkMatrix--right .card-container-v3 .relatedLinkMatrix, .cards-container-v3.ccv3-relatedLinkMatrix--left .card-container-v3 .relatedLinkMatrix {
  width: 100%; }

.cards-container-v3.ccv3-relatedLinkMatrix--right .card-container-v3 .ctacontainer, .cards-container-v3.ccv3-relatedLinkMatrix--left .card-container-v3 .ctacontainer {
  display: none; }

@media (min-width: 1024px) {
  .cards-container-v3.ccv3-relatedLinkMatrix--right .card-container-v3 .headercontainer, .cards-container-v3.ccv3-relatedLinkMatrix--left .card-container-v3 .headercontainer {
    width: 50%; }
  .cards-container-v3.ccv3-relatedLinkMatrix--right .card-container-v3 .relatedLinkMatrix, .cards-container-v3.ccv3-relatedLinkMatrix--left .card-container-v3 .relatedLinkMatrix {
    width: 50%; } }

.cards-container-v3.ccv3-relatedLinkMatrix--left .card-container-v3 {
  flex-direction: row-reverse; }
  .cards-container-v3.ccv3-relatedLinkMatrix--left .card-container-v3 .headercontainer {
    padding-left: 60px; }

.cards-container-v3.ccv3-relatedLinkMatrix--superbold .headertitle {
  font-weight: 700;
  font-size: 1.125rem; }
  @media screen and (min-width: 924px) {
    .cards-container-v3.ccv3-relatedLinkMatrix--superbold .headertitle {
      font-size: 1.95vw; } }
  @media screen and (min-width: 1024px) {
    .cards-container-v3.ccv3-relatedLinkMatrix--superbold .headertitle {
      font-size: 1.25rem; } }

.cards-container-v3.ccv3-relatedLinkMatrix--superbold .description {
  font-weight: 700;
  font-size: 2.5rem; }
  @media screen and (min-width: 740px) {
    .cards-container-v3.ccv3-relatedLinkMatrix--superbold .description {
      font-size: 5.4vw; } }
  @media screen and (min-width: 1024px) {
    .cards-container-v3.ccv3-relatedLinkMatrix--superbold .description {
      font-size: 3.5rem; } }

.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 {
  height: 53px;
  overflow: hidden;
  text-align: center;
  position: relative; }
  .esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tablist {
    display: flex;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    top: 0;
    transition: 0.3s;
    flex-wrap: nowrap;
    margin: 0;
    padding-bottom: 0; }
    .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: 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;
    background-color: #ffffff;
    opacity: 0.96;
    cursor: pointer;
    height: 52px;
    padding: 0;
    text-align: left;
    position: absolute;
    left: 0;
    width: 70px;
    z-index: 1;
    outline: none;
    border: none; }
  .esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__right {
    background: 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;
    background-color: #ffffff;
    opacity: 0.96;
    cursor: pointer;
    height: 52px;
    padding: 0;
    text-align: right;
    position: absolute;
    right: 0;
    width: 70px;
    z-index: 1;
    outline: none;
    border: none; }
  .esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tab {
    height: 48px;
    width: 286px;
    min-width: 286px;
    border-bottom: 3px solid transparent;
    font-size: 1rem;
    padding: 0.375rem 0.75rem 1rem;
    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:focus, .esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tab:active {
      border-bottom: 3px solid #0079c1;
      border-bottom: 3px solid var(--theme-color);
      outline: none; }
    .esri-tabs .cmp-tabs__tablist-wrapper .cmp-tabs__tab:hover {
      border-bottom: 3px solid #ccc;
      border-bottom: 3px solid var(--theme-color60);
      outline: none; }
  @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; } }

.esri-tabs .cmp-tabs__tabpanel {
  margin-top: -1px;
  border-top: 1px solid #cacaca; }

.esri-tabs.tab-icons .cmp-tabs__tablist-wrapper {
  height: 117px; }

.esri-tabs.tab-icons .cmp-tabs__tablist .cmp-tabs__tab {
  height: 112px; }

.esri-tabs.tab-icons .cmp-tabs__left {
  top: 0;
  height: 112px; }

.esri-tabs.tab-icons .cmp-tabs__right {
  top: 0;
  height: 112px; }

.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: #323232;
      border-left: 1px solid #323232; }
      .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: #323232; }
      html[dir="rtl"] .esri-tabs.section-scroller .cmp-tabs__tablist[data-theme="dark-text"] .cmp-tabs__tab {
        border-left: none;
        border-right: 1px solid #323232; }
    .esri-tabs.section-scroller .cmp-tabs__tablist[data-theme="dark-text"] .cmp-tabs__tab--active {
      border-left: 3px solid #323232; }
      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 #323232; } }

.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 table {
  width: 100%;
  background-color: #ffffff;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #cccccc;
  text-align: left;
  overflow: auto;
  font-size: 0.875rem;
  line-height: 1.55rem; }
  html[dir="rtl"] .esri-table table {
    text-align: right; }
  .esri-table table > thead {
    background-color: #efefef;
    border-bottom: 1px solid #cccccc;
    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: #efefef;
    border-top: 1px solid #cccccc; }
  .esri-table table th, .esri-table table td {
    font-weight: 300;
    border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;
    padding: 0.51666667rem; }
    html[dir="rtl"] .esri-table table th, html[dir="rtl"] .esri-table table td {
      text-align: right; }
  .esri-table table tr {
    border-bottom: 1px solid #cccccc;
    text-align: left; }
    .esri-table table tr:last-child {
      border-bottom: none; }
  .esri-table table caption {
    color: #959595;
    caption-side: bottom;
    line-height: 1.55rem;
    padding: 0.3875rem 0.775rem; }
  .esri-table table th {
    font-weight: 400;
    font-size: 1rem; }

.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; }
  .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: #f8f8f8; }

.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: #ffffff; }

.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: #f8f8f8; }
  .esri-table.table--columns table tbody tr td:nth-child(odd),
  .esri-table.table--columns table tbody tr th:nth-child(odd) {
    background: #ffffff; }

.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: #f8f8f8; }
  .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 #a9a9a9;
      border-top-color: var(--theme-color);
      border-top-width: 6px;
      max-width: 250px;
      padding-left: 25px; }
      @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; } }
      [dir="rtl"] .esri-table.table--comparison table tr:first-child th, [dir="rtl"]
      .esri-table.table--comparison table tr:first-child td, [dir="rtl"]
      .esri-table .table-comparison table tr:first-child th, [dir="rtl"]
      .esri-table .table-comparison table tr:first-child td, [dir="rtl"]
      .esri-table .table--comparison table tr:first-child th, [dir="rtl"]
      .esri-table .table--comparison table tr:first-child td {
        padding-left: 8px;
        padding-right: 25px; }
      .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 #a9a9a9; }
  .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 #a9a9a9;
      padding-left: 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; } }
      [dir="rtl"] .esri-table.table--comparison table tr:not(:first-child) td, [dir="rtl"]
      .esri-table.table--comparison table tr:not(:first-child) th, [dir="rtl"]
      .esri-table .table-comparison table tr:not(:first-child) td, [dir="rtl"]
      .esri-table .table-comparison table tr:not(:first-child) th, [dir="rtl"]
      .esri-table .table--comparison table tr:not(:first-child) td, [dir="rtl"]
      .esri-table .table--comparison table tr:not(:first-child) th {
        padding-left: 8px;
        padding-right: 25px; }
    .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 #a9a9a9; }
  .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: #f4f4f4; }

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

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

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

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


.lighttheme .esri-text-title {
  color: #151515; }

.lighttheme .esri-text-subtitle {
  color: #4a4a4a; }

.lighttheme .esri-text-description {
  color: #151515; }

.darktheme .esri-text-title {
  color: #ffffff; }

.darktheme .esri-text-subtitle {
  color: #bfbfbf; }

.darktheme .esri-text-description {
  color: #ffffff; }

.esri-text.darktheme .esri-text-title, .esri-text.darktheme .esri-text-subtitle, .esri-text.darktheme .esri-text-description {
  color: #ffffff; }

.et-superbold .esri-text-title {
  font-weight: 700;
  font-style: normal;
  font-size: 1.414rem;
  line-height: 1.5; }

.et-superbold .esri-text-subtitle {
  display: none; }

.et-superbold .esri-text-description {
  font-weight: 700;
  font-style: normal;
  font-size: 3.39795rem;
  line-height: 1.15; }

/* ========================================
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: #323232; }

[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: -ms-flexbox;
  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 #323232; }
    .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 #323232; }
    .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 #323232; }
    .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 #323232; }
    .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); } }

.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_container {
  overflow: auto;
  display: block; }
  @media screen and (min-width: 1025px) {
    .two-thirds-tile-divide_container {
      display: flex;
      flex-direction: row; } }
  .two-thirds-tile-divide_container.black {
    color: #323232; }
  .two-thirds-tile-divide_container.white {
    color: #ffffff; }
  @media (min-width: 1025px) {
    .two-thirds-tile-divide_container {
      height: 900px; } }

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

.two-thirds-tile-divide .left {
  position: relative;
  width: 100%;
  height: auto; }
  .two-thirds-tile-divide .left::after {
    width: 0;
    height: 0;
    border: 35px solid transparent;
    content: "";
    bottom: -54px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    z-index: 1;
    border-top-color: inherit; }
  .two-thirds-tile-divide .left .mega-title {
    text-align: center; }
  @media screen and (min-width: 1025px) {
    .two-thirds-tile-divide .left {
      width: 33.333333333%;
      height: 100%;
      position: relative; }
      .two-thirds-tile-divide .left .mega-title {
        font-size: 80px;
        line-height: 1.05; }
        .two-thirds-tile-divide .left .mega-title .mega-title-text {
          font-size: 61px;
          line-height: inherit;
          font-weight: 700; } }
      @media screen and (min-width: 1025px) and (max-width: 1440px) {
        .two-thirds-tile-divide .left .mega-title .mega-title-text {
          font-size: 48px; } }
      @media screen and (min-width: 1025px) and (max-width: 480px) {
        .two-thirds-tile-divide .left .mega-title .mega-title-text {
          font-size: calc(80% - 3vh); } }
  @media screen and (min-width: 1025px) {
      .two-thirds-tile-divide .left::after {
        width: 0;
        height: 0;
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
        border-left: 35px solid #ffffff;
        border-right: unset;
        content: "";
        top: 50%;
        left: unset;
        right: 0;
        transform: translate(24px, -50%);
        position: absolute;
        z-index: 1;
        border-left-color: inherit; }
        html[dir="rtl"] .two-thirds-tile-divide .left::after {
          transform: translate(-24px, -50%) scaleX(-1);
          left: 0;
          right: unset; } }

.two-thirds-tile-divide .right {
  width: 100%; }
  @media screen and (min-width: 1025px) {
    .two-thirds-tile-divide .right {
      width: 66.6666666%;
      height: 100%; } }

.two-thirds-tile-divide-content {
  padding: 20px 40px;
  box-sizing: border-box; }
  @media screen and (min-width: 1025px) {
    .two-thirds-tile-divide-content {
      padding-left: 50px;
      padding-right: 50px;
      width: 100%;
      box-sizing: border-box;
      max-width: 450px;
      margin: 0 auto;
      left: 50%;
      transform: translate(-50%, -50%);
      position: absolute;
      top: 50%; } }
  .two-thirds-tile-divide-content a {
    display: block;
    width: fit-content;
    margin: auto; }

.two-thirds-tile-divide-tiles {
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 50px 10px;
  box-sizing: border-box;
  max-width: 1410px;
  margin: 0 auto; }
  @media (min-width: 680px) {
    .two-thirds-tile-divide-tiles {
      padding: 40px 20px; } }
  @media (min-width: 1025px) {
    .two-thirds-tile-divide-tiles {
      flex-direction: row;
      align-items: center;
      padding: 48px; } }
  .two-thirds-tile-divide-tiles .block--tttd {
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    align-items: start;
    opacity: 0.9;
    width: 100%;
    margin-bottom: 24px; }
    @media (min-width: 860px) {
      .two-thirds-tile-divide-tiles .block--tttd {
        max-width: 730px; } }
    @media (min-width: 1025px) {
      .two-thirds-tile-divide-tiles .block--tttd {
        margin-bottom: 0;
        width: 45%;
        min-height: 350px; } }
    .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;
        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; }

.two-thirds-tile-divide .btn-animated-border-white {
  padding-right: 30px;
  background: none;
  margin-right: 10px;
  border: thin solid #ffffff;
  color: #ffffff; }
  .two-thirds-tile-divide .btn-animated-border-white:hover, .two-thirds-tile-divide .btn-animated-border-white:focus {
    box-shadow: inset 0 0 0 2px #ffffff; }
  .two-thirds-tile-divide .btn-animated-border-white: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"] .two-thirds-tile-divide .btn-animated-border-white {
    margin-left: 10px;
    margin-right: 0; }
    html[dir="rtl"] .two-thirds-tile-divide .btn-animated-border-white:after {
      transform: scaleX(-1);
      margin-right: 6px;
      margin-left: 0; }
    html[dir="rtl"] .two-thirds-tile-divide .btn-animated-border-white[href$=".mp4"]::after, html[dir="rtl"] .two-thirds-tile-divide .btn-animated-border-white[href$=".mov"]::after, html[dir="rtl"] .two-thirds-tile-divide .btn-animated-border-white[href^="https://www.esri.com/videos/"]::after {
      transform: none; }
  .two-thirds-tile-divide .btn-animated-border-white[href*="esri.com"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .two-thirds-tile-divide .btn-animated-border-white:not([href*="esri.com"])::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
  .two-thirds-tile-divide .btn-animated-border-white[href$=".pdf"]::after, .two-thirds-tile-divide .btn-animated-border-white[href$=".doc"]::after, .two-thirds-tile-divide .btn-animated-border-white[href$=".zip"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .two-thirds-tile-divide .btn-animated-border-white[href^="/"]::after, .two-thirds-tile-divide .btn-animated-border-white[href^=".."]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .two-thirds-tile-divide .btn-animated-border-white[href$=".mp4"]::after, .two-thirds-tile-divide .btn-animated-border-white[href$=".mov"]::after, .two-thirds-tile-divide .btn-animated-border-white[href^="https://www.esri.com/videos/"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  .two-thirds-tile-divide .btn-animated-border-white[href*="tel:"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }

.two-thirds-tile-divide .btn-animated-border-black {
  padding-right: 30px;
  background: none;
  margin-right: 10px;
  border: thin solid #000000;
  color: #000000; }
  .two-thirds-tile-divide .btn-animated-border-black:hover, .two-thirds-tile-divide .btn-animated-border-black:focus {
    box-shadow: inset 0 0 0 2px #000000; }
  .two-thirds-tile-divide .btn-animated-border-black: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"] .two-thirds-tile-divide .btn-animated-border-black {
    margin-left: 10px;
    margin-right: 0; }
    html[dir="rtl"] .two-thirds-tile-divide .btn-animated-border-black:after {
      transform: scaleX(-1);
      margin-right: 6px;
      margin-left: 0; }
    html[dir="rtl"] .two-thirds-tile-divide .btn-animated-border-black[href$=".mp4"]::after, html[dir="rtl"] .two-thirds-tile-divide .btn-animated-border-black[href$=".mov"]::after, html[dir="rtl"] .two-thirds-tile-divide .btn-animated-border-black[href^="https://www.esri.com/videos/"]::after {
      transform: none; }
  .two-thirds-tile-divide .btn-animated-border-black[href*="esri.com"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .two-thirds-tile-divide .btn-animated-border-black:not([href*="esri.com"])::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
  .two-thirds-tile-divide .btn-animated-border-black[href$=".pdf"]::after, .two-thirds-tile-divide .btn-animated-border-black[href$=".doc"]::after, .two-thirds-tile-divide .btn-animated-border-black[href$=".zip"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .two-thirds-tile-divide .btn-animated-border-black[href^="/"]::after, .two-thirds-tile-divide .btn-animated-border-black[href^=".."]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .two-thirds-tile-divide .btn-animated-border-black[href$=".mp4"]::after, .two-thirds-tile-divide .btn-animated-border-black[href$=".mov"]::after, .two-thirds-tile-divide .btn-animated-border-black[href^="https://www.esri.com/videos/"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  .two-thirds-tile-divide .btn-animated-border-black[href*="tel:"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }

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

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

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

.timeline {
  box-sizing: border-box; }
  .timeline_wrap {
    position: relative;
    opacity: 0; }
    @media (min-width: 600px) {
      .timeline_wrap:before {
        content: "";
        display: block;
        width: 150px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0; }
        [dir="rtl"] .timeline_wrap:before {
          right: 0; } }
    @media (min-width: 1200px) {
      .timeline_wrap:before {
        width: 50%; } }
  .timeline_title {
    font-size: 2.82714594rem;
    line-height: 3.1rem;
    font-weight: 300;
    padding: 35px 0 40px 0;
    position: relative;
    text-align: center;
    margin: 0; }
    @media screen and (max-width: 859px) {
      .timeline_title {
        font-size: 2.352637rem; } }
    @media screen and (max-width: 479px) {
      .timeline_title {
        font-size: 1.953125rem;
        line-height: 2.325rem; } }
    .timeline_title:after {
      content: "";
      height: 0;
      left: 50%;
      position: absolute;
      bottom: 0;
      transform: translate(-50%, 100%);
      width: 0;
      z-index: 99;
      border-left: 15px solid transparent;
      border-right: 15px solid transparent;
      border-top: 15px solid #ffffff; }
  .timeline_cards-container {
    padding: 40px 15px;
    position: relative; }
    @media (min-width: 600px) {
      .timeline_cards-container {
        padding: 50px 20px 50px 125px; }
        [dir="rtl"] .timeline_cards-container {
          padding: 50px 125px 50px 20px; } }
    @media (min-width: 1200px) {
      .timeline_cards-container {
        padding: 0; }
        [dir="rtl"] .timeline_cards-container {
          padding: 0; } }
  .timeline_cards {
    max-width: 1450px;
    padding: 0;
    margin: 0 auto; }
    @media (min-width: 600px) {
      .timeline_cards {
        margin: 0 auto 0 58px; }
        [dir="rtl"] .timeline_cards {
          margin: 0 58px 0 auto; } }
    @media (min-width: 1200px) {
      .timeline_cards {
        margin: 0 auto;
        padding: 80px 10px; }
        [dir="rtl"] .timeline_cards {
          margin: 0 auto; } }
    .timeline_cards:after {
      display: block;
      content: "";
      clear: both; }
  .timeline-card {
    position: relative; }
    .timeline-card:not(:first-child) .timeline-card_wrap {
      margin-top: 30px; }
      @media (min-width: 1200px) {
        .timeline-card:not(:first-child) .timeline-card_wrap {
          margin-top: 120px; } }
    .timeline_wrap--no-images .timeline-card {
      margin-bottom: 30px; }
      @media (min-width: 600px) {
        .timeline_wrap--no-images .timeline-card {
          margin-bottom: 0; } }
    .timeline-card_wrap {
      position: relative; }
      @media (max-width: 1199px) {
        .timeline-card_wrap {
          transform: none !important; } }
      @media (min-width: 600px) {
        .timeline-card_wrap {
          display: flex; }
          .timeline-card_wrap:after {
            content: "";
            display: block;
            width: 0;
            height: 0;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translate(-10px, -50%);
            border-top: 10px solid transparent;
            border-bottom: 10px solid transparent;
            border-right: 10px solid #ffffff; }
            [dir="rtl"] .timeline-card_wrap:after {
              right: 0;
              left: auto;
              transform: translate(10px, -50%);
              border-right: none;
              border-left: 10px solid #ffffff; } }
    .timeline-card_bg {
      position: absolute;
      top: 120px;
      right: 0;
      bottom: 0;
      left: 0; }
      .timeline-card:first-child .timeline-card_bg {
        top: 0px; }
      @media (min-width: 600px) {
        .timeline-card_bg:after {
          content: "";
          display: block;
          width: 26px;
          height: 26px;
          border-radius: 100%;
          background: #444444;
          position: absolute;
          top: 50%;
          left: 0;
          transform: translate(-46px, -50%); }
          [dir="rtl"] .timeline-card_bg:after {
            left: auto;
            right: 0;
            transform: translate(46px, -50%); } }
      @media (min-width: 1200px) {
        .timeline-card_bg:after {
          transform: translate(-13px, -50%); }
          [dir="rtl"] .timeline-card_bg:after {
            left: auto;
            right: 0;
            transform: translate(13px, -50%); }
          .timeline-card:nth-child(odd) .timeline-card_bg:after {
            left: auto;
            right: 0;
            transform: translate(13px, -50%); }
            [dir="rtl"] .timeline-card:nth-child(odd) .timeline-card_bg:after {
              right: auto;
              left: 0;
              transform: translate(-13px, -50%); } }
    .timeline-card_bg-content {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
      @media (max-width: 1199px) {
        .timeline-card_bg-content {
          transform: none !important; } }
    .timeline-card_image {
      height: 0;
      padding-bottom: 57.87%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
      @media (min-width: 600px) {
        .timeline-card_image {
          flex-basis: 25%;
          height: auto;
          padding: 0;
          order: 2; } }
      @media (min-width: 800px) {
        .timeline-card_image {
          flex-basis: 40%; } }
      .timeline_wrap--no-images .timeline-card_image {
        display: none; }
    .timeline-card_date {
      font-weight: 700;
      font-size: 14px;
      display: block;
      height: 27px;
      line-height: 27px;
      padding: 1px 25px 0;
      margin-top: -27px; }
      @media (min-width: 600px) {
        .timeline-card_date {
          font-size: 12px;
          height: auto;
          width: 120px;
          text-align: right;
          background: none;
          position: absolute;
          margin: 0;
          top: 50%;
          left: 0;
          padding: 0;
          transform: translate(-173px, -50%); }
          [dir="rtl"] .timeline-card_date {
            text-align: left; }
          [dir="rtl"] .timeline-card_date {
            left: auto;
            right: 0;
            transform: translate(173px, -50%); } }
      @media (min-width: 1200px) {
        .timeline-card_date {
          font-size: 0.9375rem;
          line-height: 1.55rem;
          display: none; } }
      .timeline_wrap--no-images .timeline-card_date {
        transform: none;
        margin-top: 0; }
        @media (min-width: 600px) {
          .timeline_wrap--no-images .timeline-card_date {
            transform: translate(-173px, -50%); }
            [dir="rtl"] .timeline_wrap--no-images .timeline-card_date {
              left: auto;
              right: 0;
              transform: translate(173px, -50%); } }
    .timeline-card_date-wide {
      display: none; }
      @media (min-width: 1200px) {
        .timeline-card_date-wide {
          display: block;
          font-size: 0.9375rem;
          line-height: 1.55rem;
          height: 27px;
          padding: 1px 25px 0;
          margin-top: -27px;
          height: auto;
          width: 78px;
          text-align: center;
          background: none;
          position: absolute;
          margin: 0;
          top: 50%;
          padding: 0; } }
    .timeline-card_content {
      padding: 15px 25px; }
      @media (min-width: 600px) {
        .timeline-card_content {
          flex-basis: 75%;
          order: 1; } }
      @media (min-width: 800px) {
        .timeline-card_content {
          flex-basis: 60%; } }
      @media (min-width: 600px) {
        .timeline_wrap--no-images .timeline-card_content {
          flex-basis: 100%; } }
    @media (min-width: 1200px) {
      .timeline-card {
        width: 50%; }
        .timeline-card:nth-child(odd) {
          padding-right: 30px;
          float: left; }
          [dir="rtl"] .timeline-card:nth-child(odd) {
            float: right;
            padding-right: 0;
            padding-left: 30px; }
          .timeline-card:nth-child(odd) .timeline-card_wrap:after {
            right: 0;
            left: auto;
            transform: translate(10px, -50%);
            border-right: none;
            border-left: 10px solid #ffffff; }
            [dir="rtl"] .timeline-card:nth-child(odd) .timeline-card_wrap:after {
              left: 0;
              right: auto;
              transform: translate(-10px, -50%);
              border-left: none;
              border-right: 10px solid #ffffff; }
          .timeline-card:nth-child(odd) .timeline-card_content {
            order: 2; }
            .timeline-card:nth-child(odd) .timeline-card_content:after {
              left: auto;
              right: 0;
              transform: translate(42px, -50%); }
              [dir="rtl"] .timeline-card:nth-child(odd) .timeline-card_content:after {
                right: auto;
                left: 0;
                transform: translate(-42px, -50%); }
          .timeline-card:nth-child(odd) .timeline-card_img {
            order: 1; }
          .timeline-card:nth-child(odd) .timeline-card_date,
          .timeline-card:nth-child(odd) .timeline-card_date-wide {
            left: auto;
            right: 0;
            width: 150px;
            transform: translate(156px, -50%);
            text-align: left; }
            [dir="rtl"] .timeline-card:nth-child(odd) .timeline-card_date, [dir="rtl"]
            .timeline-card:nth-child(odd) .timeline-card_date-wide {
              right: auto;
              left: 0;
              transform: translate(-156px, -50%);
              text-align: right; }
          .timeline-card:nth-child(odd) .timeline-card_date-wide {
            transform: translate(180px, -50%); }
            [dir="rtl"] .timeline-card:nth-child(odd) .timeline-card_date-wide {
              transform: translate(-180px, -50%); }
        .timeline-card:nth-child(even) {
          padding-left: 30px;
          float: right; }
          [dir="rtl"] .timeline-card:nth-child(even) {
            float: left;
            padding-left: 0;
            padding-right: 30px; }
          .timeline-card:nth-child(even) .timeline-card_wrap:after {
            left: 0;
            right: auto;
            transform: translate(-10px, -50%);
            border-left: none;
            border-right: 10px solid #ffffff; }
            [dir="rtl"] .timeline-card:nth-child(even) .timeline-card_wrap:after {
              right: 0;
              left: auto;
              transform: translate(10px, -50%);
              border-right: none;
              border-left: 10px solid #ffffff; }
          .timeline-card:nth-child(even) .timeline-card_content {
            order: 1; }
            .timeline-card:nth-child(even) .timeline-card_content:after {
              right: auto;
              left: 0;
              transform: translate(-42px, -50%); }
              [dir="rtl"] .timeline-card:nth-child(even) .timeline-card_content:after {
                left: auto;
                right: 0;
                transform: translate(42px, -50%); }
          .timeline-card:nth-child(even) .timeline-card_img {
            order: 2; }
          .timeline-card:nth-child(even) .timeline-card_date,
          .timeline-card:nth-child(even) .timeline-card_date-wide {
            right: auto;
            left: 0;
            width: 150px;
            transform: translate(-156px, -50%);
            text-align: right; }
            [dir="rtl"] .timeline-card:nth-child(even) .timeline-card_date, [dir="rtl"]
            .timeline-card:nth-child(even) .timeline-card_date-wide {
              left: auto;
              right: 0;
              transform: translate(156px, -50%);
              text-align: left; }
          .timeline-card:nth-child(even) .timeline-card_date-wide {
            transform: translate(-180px, -50%); }
            [dir="rtl"] .timeline-card:nth-child(even) .timeline-card_date-wide {
              transform: translate(180px, -50%); } }
    .timeline-card_title {
      margin-bottom: 8px;
      font-size: 1.6994866rem;
      line-height: 2.325rem; }
      @media screen and (max-width: 859px) {
        .timeline-card_title {
          font-size: 1.503565rem; } }
      @media screen and (max-width: 479px) {
        .timeline-card_title {
          font-size: 1.328125rem; } }
    .timeline-card_body {
      margin-bottom: 0;
      font-size: 0.8125rem;
      line-height: 1.55rem;
      line-height: 1.5; }
      .timeline-card_body p {
        margin-bottom: 0; }
    .timeline-card_cta {
      font-size: 0.9375rem;
      line-height: 1.55rem;
      padding: 0 18px 0 0; }
      .timeline-card_cta[data-link-type]:before {
        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;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%); }
  .timeline_wrap[data-theme="light-text"] {
    background: #1a1a1a; }
    .timeline_wrap[data-theme="light-text"]:before {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, transparent 100%); }
    .timeline_wrap[data-theme="light-text"] .timeline_title {
      color: #ffffff;
      background: #2D2D2D; }
      .timeline_wrap[data-theme="light-text"] .timeline_title:after {
        border-top-color: #2D2D2D; }
    .timeline_wrap[data-theme="light-text"] .timeline-card .timeline-card_wrap:after {
      border-left: none;
      border-right: 10px solid #2D2D2d; }
      [dir="rtl"] .timeline_wrap[data-theme="light-text"] .timeline-card .timeline-card_wrap:after {
        border-right: none;
        border-left: 10px solid #2D2D2d; }
    @media (min-width: 1200px) {
      .timeline_wrap[data-theme="light-text"] .timeline-card:nth-child(odd) .timeline-card_wrap:after {
        border-right: none;
        border-left: 10px solid #2D2D2d; }
        [dir="rtl"] .timeline_wrap[data-theme="light-text"] .timeline-card:nth-child(odd) .timeline-card_wrap:after {
          border-left: none;
          border-right: 10px solid #2D2D2d; }
      .timeline_wrap[data-theme="light-text"] .timeline-card:nth-child(even) .timeline-card_wrap:after {
        border-left: none;
        border-right: 10px solid #2D2D2d; }
        [dir="rtl"] .timeline_wrap[data-theme="light-text"] .timeline-card:nth-child(even) .timeline-card_wrap:after {
          border-right: none;
          border-left: 10px solid #2D2D2d; } }
    .timeline_wrap[data-theme="light-text"] .timeline-card_date {
      color: #efefef;
      background: rgba(50, 50, 50, 0.85); }
      @media (min-width: 600px) {
        .timeline_wrap[data-theme="light-text"] .timeline-card_date {
          background: none; } }
    .timeline_wrap[data-theme="light-text"] .timeline-card_date-wide {
      color: #efefef; }
    .timeline_wrap[data-theme="light-text"] .timeline-card_content {
      background: #2D2D2d; }
    .timeline_wrap[data-theme="light-text"] .timeline-card_title {
      color: #ffffff; }
    .timeline_wrap[data-theme="light-text"] .timeline-card_body {
      color: #bcbcbc; }
    .timeline_wrap[data-theme="light-text"] .timeline-card_cta {
      color: #49B0f2; }
      .timeline_wrap[data-theme="light-text"] .timeline-card_cta[data-link-type='internal']:before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .timeline_wrap[data-theme="light-text"] .timeline-card_cta[data-link-type='external']:before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .timeline_wrap[data-theme="light-text"] .timeline-card_cta[data-link-type='video']:before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .timeline_wrap[data-theme="light-text"] .timeline-card_cta[data-link-type='document']:before {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .timeline_wrap[data-theme="light-text"].timeline_wrap--no-images .timeline-card_date {
      background: #323232; }
      @media (min-width: 600px) {
        .timeline_wrap[data-theme="light-text"].timeline_wrap--no-images .timeline-card_date {
          background: none; } }
  .timeline_wrap[data-theme="dark-text"] {
    background: #efefef; }
    .timeline_wrap[data-theme="dark-text"]:before {
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, transparent 100%); }
    .timeline_wrap[data-theme="dark-text"] .timeline_title {
      color: #323232;
      background: #ffffff; }
      .timeline_wrap[data-theme="dark-text"] .timeline_title:after {
        border-top-color: #ffffff; }
    @media (min-width: 1200px) {
      .timeline_wrap[data-theme="dark-text"] .timeline-card:nth-child(odd) .timeline-card_wrap:after {
        border-right: none;
        border-left: 10px solid #ffffff; }
        [dir="rtl"] .timeline_wrap[data-theme="dark-text"] .timeline-card:nth-child(odd) .timeline-card_wrap:after {
          border-left: none;
          border-right: 10px solid #ffffff; }
      .timeline_wrap[data-theme="dark-text"] .timeline-card:nth-child(even) .timeline-card_wrap:after {
        border-left: none;
        border-right: 10px solid #ffffff; }
        [dir="rtl"] .timeline_wrap[data-theme="dark-text"] .timeline-card:nth-child(even) .timeline-card_wrap:after {
          border-right: none;
          border-left: 10px solid #ffffff; } }
    .timeline_wrap[data-theme="dark-text"] .timeline-card_date {
      color: #4c4c4c;
      background: rgba(255, 255, 255, 0.9); }
      @media (min-width: 600px) {
        .timeline_wrap[data-theme="dark-text"] .timeline-card_date {
          background: none; } }
    .timeline_wrap[data-theme="dark-text"] .timeline-card_content {
      background: #ffffff; }
    .timeline_wrap[data-theme="dark-text"] .timeline-card_title {
      color: #323232; }
    .timeline_wrap[data-theme="dark-text"] .timeline-card_body {
      color: #595959; }
    .timeline_wrap[data-theme="dark-text"] .timeline-card_cta[data-link-type='internal']:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .timeline_wrap[data-theme="dark-text"] .timeline-card_cta[data-link-type='external']:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
    .timeline_wrap[data-theme="dark-text"] .timeline-card_cta[data-link-type='video']:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .timeline_wrap[data-theme="dark-text"] .timeline-card_cta[data-link-type='document']:before {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .timeline_wrap[data-theme="dark-text"].timeline_wrap--no-images .timeline-card_date {
      background: #F7F7F7; }
      @media (min-width: 600px) {
        .timeline_wrap[data-theme="dark-text"].timeline_wrap--no-images .timeline-card_date {
          background: none; } }

.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;
  box-sizing: border-box; }
  .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 .textlight .headertitle {
  color: #fff; }

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

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

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

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

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

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

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

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

.text-link-stack-image-series .textdark .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 .lighttheme .contentarea {
    padding: 30px 20px 20px 0; }
    .text-link-stack-image .lighttheme .contentarea h3 {
      color: #fff;
      margin: 0 0 20px 0;
      letter-spacing: -0.05rem; }
    .text-link-stack-image .lighttheme .contentarea .contenttext {
      color: #ccc; }
    .text-link-stack-image .lighttheme .contentarea .bottom-link {
      margin-bottom: 0; }
      .text-link-stack-image .lighttheme .contentarea .bottom-link a {
        color: #49b0f2;
        display: inline-block;
        padding-bottom: 2px; }
        .text-link-stack-image .lighttheme .contentarea .bottom-link a:after {
          content: '';
          display: block;
          width: 0;
          height: 1px;
          background: #49b0f2;
          transition: width .3s; }
        .text-link-stack-image .lighttheme .contentarea .bottom-link a:hover {
          text-decoration: none; }
        .text-link-stack-image .lighttheme .contentarea .bottom-link a:hover::after {
          width: 100%; }
  .text-link-stack-image .darktheme .contentarea {
    padding: 30px 20px 0 0; }
    .text-link-stack-image .darktheme .contentarea h3 {
      color: #4c4c4c;
      margin: 0 0 20px 0;
      letter-spacing: -0.05rem; }
    .text-link-stack-image .darktheme .contentarea .contenttext {
      color: #4c4c4c; }
    .text-link-stack-image .darktheme .contentarea .bottom-link {
      margin-bottom: 0; }
      .text-link-stack-image .darktheme .contentarea .bottom-link a {
        color: #0079c1;
        display: inline-block;
        padding-bottom: 2px; }
        .text-link-stack-image .darktheme .contentarea .bottom-link a:after {
          content: '';
          display: block;
          width: 0;
          height: 1px;
          background: #0079c1;
          transition: width .3s; }
        .text-link-stack-image .darktheme .contentarea .bottom-link a:hover {
          text-decoration: none; }
        .text-link-stack-image .darktheme .contentarea .bottom-link a:hover::after {
          width: 100%; }

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

@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;
  box-sizing: border-box; }
  .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 .textlight .headertitle {
  color: #fff; }

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

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

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

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

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

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

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

.text-link-stack-icon-series .textdark .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; } }

/* Right to Left */
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 {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 5px; }

.text-link-stack-icon .headerimage img {
  width: 64px;
  height: 64px;
  margin-bottom: 1.55rem; }

.text-link-stack-icon .lighttheme .contentarea .cardtitle {
  color: #fff; }

.text-link-stack-icon .lighttheme .contentarea .contenttext {
  color: #ccc; }

.text-link-stack-icon .lighttheme .contentarea .bottom-link a {
  color: #49b0f2; }
  .text-link-stack-icon .lighttheme .contentarea .bottom-link a: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"] .text-link-stack-icon .lighttheme .contentarea .bottom-link a {
    margin: 0 10px 10px 10px; }
    html[dir="rtl"] .text-link-stack-icon .lighttheme .contentarea .bottom-link a:after {
      transform: scaleX(-1);
      margin-right: 6px;
      margin-left: 0; }
    html[dir="rtl"] .text-link-stack-icon .lighttheme .contentarea .bottom-link a[href$=".mp4"]::after, html[dir="rtl"] .text-link-stack-icon .lighttheme .contentarea .bottom-link a[href$=".mov"]::after, html[dir="rtl"] .text-link-stack-icon .lighttheme .contentarea .bottom-link a[href^="https://www.esri.com/videos/"]::after {
      transform: none; }
  .text-link-stack-icon .lighttheme .contentarea .bottom-link a[href*="esri.com"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .text-link-stack-icon .lighttheme .contentarea .bottom-link a:not([href*="esri.com"])::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
  .text-link-stack-icon .lighttheme .contentarea .bottom-link a[href$=".pdf"]::after, .text-link-stack-icon .lighttheme .contentarea .bottom-link a[href$=".doc"]::after, .text-link-stack-icon .lighttheme .contentarea .bottom-link a[href$=".zip"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .text-link-stack-icon .lighttheme .contentarea .bottom-link a[href^="/"]::after, .text-link-stack-icon .lighttheme .contentarea .bottom-link a[href^=".."]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .text-link-stack-icon .lighttheme .contentarea .bottom-link a[href$=".mp4"]::after, .text-link-stack-icon .lighttheme .contentarea .bottom-link a[href$=".mov"]::after, .text-link-stack-icon .lighttheme .contentarea .bottom-link a[href^="https://www.esri.com/videos/"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  .text-link-stack-icon .lighttheme .contentarea .bottom-link a[data-link-type='internal']::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .text-link-stack-icon .lighttheme .contentarea .bottom-link a[data-link-type='external']::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
  .text-link-stack-icon .lighttheme .contentarea .bottom-link a[data-link-type='video']::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  .text-link-stack-icon .lighttheme .contentarea .bottom-link a[data-link-type='document']::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }

.text-link-stack-icon .darktheme .contentarea .cardtitle, .text-link-stack-icon .darktheme .contentarea .conttext {
  color: #4c4c4c; }

.text-link-stack-icon .darktheme .contentarea .bottom-link a {
  color: #0079c1; }
  .text-link-stack-icon .darktheme .contentarea .bottom-link a: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"] .text-link-stack-icon .darktheme .contentarea .bottom-link a {
    margin: 0 10px 10px 10px; }
    html[dir="rtl"] .text-link-stack-icon .darktheme .contentarea .bottom-link a:after {
      transform: scaleX(-1);
      margin-right: 6px;
      margin-left: 0; }
    html[dir="rtl"] .text-link-stack-icon .darktheme .contentarea .bottom-link a[href$=".mp4"]::after, html[dir="rtl"] .text-link-stack-icon .darktheme .contentarea .bottom-link a[href$=".mov"]::after, html[dir="rtl"] .text-link-stack-icon .darktheme .contentarea .bottom-link a[href^="https://www.esri.com/videos/"]::after {
      transform: none; }
  .text-link-stack-icon .darktheme .contentarea .bottom-link a[href*="esri.com"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .text-link-stack-icon .darktheme .contentarea .bottom-link a:not([href*="esri.com"])::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
  .text-link-stack-icon .darktheme .contentarea .bottom-link a[href$=".pdf"]::after, .text-link-stack-icon .darktheme .contentarea .bottom-link a[href$=".doc"]::after, .text-link-stack-icon .darktheme .contentarea .bottom-link a[href$=".zip"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .text-link-stack-icon .darktheme .contentarea .bottom-link a[href^="/"]::after, .text-link-stack-icon .darktheme .contentarea .bottom-link a[href^=".."]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .text-link-stack-icon .darktheme .contentarea .bottom-link a[href$=".mp4"]::after, .text-link-stack-icon .darktheme .contentarea .bottom-link a[href$=".mov"]::after, .text-link-stack-icon .darktheme .contentarea .bottom-link a[href^="https://www.esri.com/videos/"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  .text-link-stack-icon .darktheme .contentarea .bottom-link a[href*="tel:"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .text-link-stack-icon .darktheme .contentarea .bottom-link a[data-link-type='internal']::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .text-link-stack-icon .darktheme .contentarea .bottom-link a[data-link-type='external']::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
  .text-link-stack-icon .darktheme .contentarea .bottom-link a[data-link-type='video']::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  .text-link-stack-icon .darktheme .contentarea .bottom-link a[data-link-type='document']::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }

.text-link-stack-icon .lighttheme .contentarea, .text-link-stack-icon .darktheme .contentarea {
  padding: 0 20px 20px 0; }
  .text-link-stack-icon .lighttheme .contentarea .cardtitle, .text-link-stack-icon .darktheme .contentarea .cardtitle {
    margin: 0 0 20px 0;
    letter-spacing: -0.05rem; }
  .text-link-stack-icon .lighttheme .contentarea .bottom-link, .text-link-stack-icon .darktheme .contentarea .bottom-link {
    margin-bottom: 0; }
    .text-link-stack-icon .lighttheme .contentarea .bottom-link a, .text-link-stack-icon .darktheme .contentarea .bottom-link a {
      font-size: 1.15rem;
      line-height: 1.65rem;
      text-decoration: none;
      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: 0.9375rem; }
      .text-link-stack-icon .lighttheme .contentarea .bottom-link a:hover, .text-link-stack-icon .darktheme .contentarea .bottom-link a:hover {
        background-size: 100% 1px, 100% 1px; }
      html[dir="rtl"] .text-link-stack-icon .lighttheme .contentarea .bottom-link a, html[dir="rtl"] .text-link-stack-icon .darktheme .contentarea .bottom-link a {
        background-position: 100% 100%; }

@media screen and (max-width: 768px) {
  .tabbed-content-switcher-wrap .tabbed-content-switcher {
    min-height: auto;
    background-size: cover; } }

.tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider h3 {
  line-height: 2.95rem; }

.tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider h1 {
  margin: 0; }

.tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav {
  overflow: hidden;
  text-align: center;
  position: relative;
  height: 113px; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav {
    display: flex;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title {
      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: 112px;
      float: none;
      position: relative; }
      @media screen and (max-width: 480px) {
        .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title {
          font-size: 0.85rem; } }
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title img,
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title svg,
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title .icon-number {
        width: 50px;
        height: 50px;
        display: block;
        margin: 0 auto 10px auto;
        position: relative;
        z-index: -2; }
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title .icon-number {
        font-size: 40px;
        line-height: 40px;
        font-style: normal; }
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title span {
        display: block;
        position: relative;
        z-index: -1;
        margin-bottom: 9px; }
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:focus {
        background-image: none; }
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:hover {
        background-image: none;
        background: none; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav.tab-nav--fit-5-tabs .tab-title {
      width: 285px;
      min-width: 285px; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav.tab-nav--fit-6-tabs .tab-title {
      width: 237px;
      min-width: 237px; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-left,
  .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-right {
    width: 70px;
    padding: 60px 0 0 0;
    border: none;
    position: absolute;
    z-index: 1;
    height: 103px;
    outline: none; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-left i,
    .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-right i {
      font-size: 22px; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-left {
    text-align: left;
    left: 0; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-right {
    text-align: right;
    right: 0; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav.no-icon {
    height: 53px; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav.no-icon .tab-nav .tab-title {
      height: 52px; }
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav.no-icon .tab-nav .tab-title img,
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav.no-icon .tab-nav .tab-title svg {
        display: none; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav.no-icon .tabbed-content-switcher-nav-left {
      height: 52px;
      padding: 0; }
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav.no-icon .tabbed-content-switcher-nav-left .icon-ui-left {
        position: absolute;
        top: 8px;
        left: 0; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav.no-icon .tabbed-content-switcher-nav-right {
      height: 52px;
      padding: 0; }
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tabbed-content-switcher-nav.no-icon .tabbed-content-switcher-nav-right .icon-ui-right {
        position: absolute;
        top: 8px;
        right: 0; }

.tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents {
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: -1px; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section {
    padding-left: 0;
    padding-right: 0;
    padding: 20px 0 60px 0;
    opacity: 0;
    margin-top: 110px; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-image {
      width: 100%;
      padding-bottom: 40px; }
      @media screen and (min-width: 800px) {
        .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-image {
          width: 55%;
          float: left; } }
      @media screen and (min-width: 1440px) {
        .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-image {
          font-size: 24px; } }
    .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content {
      width: 100%;
      text-align: left; }
      html[dir='rtl'] .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content {
        text-align: right;
        float: right; }
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content .section-title {
        font-size: 1.6994866rem;
        line-height: 2.325rem; }
        @media screen and (max-width: 859px) {
          .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content .section-title {
            font-size: 1.503565rem; } }
        @media screen and (max-width: 479px) {
          .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content .section-title {
            font-size: 1.328125rem; } }
      .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content .section-desc {
        font-size: 0.9375rem;
        line-height: 1.55rem;
        line-height: 1.4rem !important;
        margin-bottom: 0; }
      @media screen and (min-width: 800px) {
        .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content {
          width: 35%;
          float: left;
          padding-left: 30px;
          box-sizing: border-box; } }
      @media screen and (min-width: 850px) {
        .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content {
          width: 35%;
          float: left;
          text-align: left;
          padding-left: 30px;
          box-sizing: border-box;
          min-height: 300px;
          height: 300px;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -webkit-box-align: center;
          align-items: center; } }
      @media screen and (min-width: 1130px) {
        .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content {
          width: 35%;
          float: left;
          text-align: left;
          padding-left: 30px;
          box-sizing: border-box;
          min-height: 370px;
          height: 370px;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -webkit-box-align: center;
          align-items: center; } }
      @media screen and (min-width: 1440px) {
        .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content {
          width: 35%;
          float: left;
          text-align: left;
          padding-left: 30px;
          box-sizing: border-box;
          min-height: 450px;
          height: 450px;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -webkit-box-align: center;
          align-items: center; } }
    .tabbed-content-switcher-wrap .tabbed-content-switcher .middleslider .tabs-transparent .tab-contents .tab-section.is-active {
      display: block;
      opacity: 1;
      margin-top: 10px; }

.tabbed-content-switcher-wrap .tabbed-content-switcher .textCenter {
  text-align: center; }

.tabbed-content-switcher-wrap .tabbed-content-switcher .textCenter {
  text-align: center; }

.tabbed-content-switcher-wrap .tabbed-content-switcher.dark {
  background-color: #323232; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .tabbed-content-switcher--header {
    color: #ffffff; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title {
    border-bottom-color: #323232;
    color: #efefef; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title img,
    .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title svg,
    .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title svg *,
    .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title .icon-number {
      fill: #888888;
      color: #888888; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:focus {
      color: #ffffff; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:hover {
      border-bottom: 3px solid rgba(73, 176, 242, 0.5); }
      .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:hover img,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:hover svg,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:hover svg *,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:hover .icon-number {
        fill: #E5E5E5;
        color: #E5E5E5; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title.is-active {
      border-bottom: 3px solid #0079c1;
      color: #fff; }
      .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title.is-active img,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title.is-active svg,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title.is-active svg *,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title.is-active .icon-number {
        fill: #ffffff;
        color: #ffffff; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-left {
    background: -moz-linear-gradient(left, #323232 20%, rgba(50, 50, 50, 0) 100%);
    background: -webkit-linear-gradient(left, #323232 20%, rgba(50, 50, 50, 0) 100%);
    background: linear-gradient(to right, #323232 20%, rgba(50, 50, 50, 0) 100%);
    cursor: pointer; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-left .icon-ui-left {
      color: #ffffff; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-right {
    background: -moz-linear-gradient(left, rgba(50, 50, 50, 0) 0%, #323232 80%);
    background: -webkit-linear-gradient(left, rgba(50, 50, 50, 0) 0%, #323232 80%);
    background: linear-gradient(to right, rgba(50, 50, 50, 0) 0%, #323232 80%);
    cursor: pointer; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-right .icon-ui-right {
      color: #ffffff; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tab-contents {
    border-top-color: #4c4c4c; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content .section-title {
      color: #ffffff; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.dark .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content .section-desc {
      color: #bcbcbc; }

.tabbed-content-switcher-wrap .tabbed-content-switcher.light {
  background-color: #ffffff; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher.light .tabbed-content-switcher--header {
    color: #323232; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title {
    border-bottom-color: #ffffff;
    color: #000000; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title img,
    .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title svg,
    .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title svg *,
    .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title .icon-number {
      fill: #6D6D6d;
      color: #6D6D6d; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:hover {
      border-bottom: 3px solid rgba(0, 121, 193, 0.5); }
      .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:hover img,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:hover svg,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:hover svg *,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title:hover .icon-number {
        fill: #0079C1;
        color: #0079C1; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title.is-active {
      border-bottom-color: #0079C1;
      color: #000000; }
      .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title.is-active img,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title.is-active svg,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title.is-active svg *,
      .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tab-nav .tab-title.is-active .icon-number {
        fill: #0079C1;
        color: #0079C1; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-left {
    background: -moz-linear-gradient(left, white 20%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, white 10%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 20%, rgba(255, 255, 255, 0) 100%); }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-left .icon-ui-left {
      color: #6E6E6E; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-right {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 80%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 80%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 80%); }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tabbed-content-switcher-nav .tabbed-content-switcher-nav-right .icon-ui-right {
      color: #6E6E6E; }
  .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tab-contents {
    border-top-color: #CCCCCC; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content .section-title {
      color: #323232; }
    .tabbed-content-switcher-wrap .tabbed-content-switcher.light .middleslider .tabs-transparent .tab-contents .tab-section .tab-section-content .section-desc {
      color: #bcbcbc;
      color: #595959; }

.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;
    color: #323232; }
    .storyteller-item-title p {
      margin-bottom: 0; }
  .storyteller-item-description {
    color: #323232;
    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-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-left: 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-end;
    color: #323232; }
    .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;
      color: #323232; }
  .storyteller-item.sti-content--numberedlist .storyteller-item-description {
    color: #323232; }
    @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;
    color: #323232; }
  .storyteller-item.sti-content--iconlist .storyteller-item-description {
    color: #323232; }
    @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.st-content--darktheme .storyteller-item-description {
  color: #ffffff; }

.storyteller {
  background-color: #ffffff; }
  .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 #323232; }
      .storyteller .play-button:after:hover {
        border-left: 12px solid #323232; }
    .storyteller .play-button:hover, .storyteller .play-button:focus {
      background: #0079c1;
      border: none;
      outline: none; }
      .storyteller .play-button:hover:after, .storyteller .play-button:focus:after {
        border-left: 12px solid white; }
    .storyteller .play-button:focus {
      background: #0079c1;
      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 #323232; }
          .storyteller .play-button:after:hover {
            border-left: 15px solid #323232; }
        .storyteller .play-button:hover, .storyteller .play-button:focus {
          background: #0079c1;
          border: none;
          outline: none; }
          .storyteller .play-button:hover:after, .storyteller .play-button:focus:after {
            border-left: 15px solid white; }
        .storyteller .play-button:focus {
          background: #0079c1;
          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; }
    .storyteller__container--left {
      display: flex;
      align-items: flex-start;
      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 #cccccc;
    padding-left: 40px; }
    html[dir="rtl"] .storyteller--border {
      border-right: solid 1px #cccccc;
      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 .primaryImage {
      width: 90%;
      margin: 0 auto; }
      .storyteller__image .primaryImage .imagePosition {
        position: relative;
        width: 100%;
        height: 0;
        padding-bottom: 125%; }
        .storyteller__image .primaryImage .imagePosition video {
          position: absolute;
          top: 0;
          left: 50%;
          width: auto;
          height: 100%;
          transform: translateX(-50%); }
      .storyteller__image .primaryImage .imageOverlay {
        position: absolute;
        background-color: #ffffff;
        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: #323232;
        margin-bottom: 0; }
      .storyteller__image .primaryImage .overlayContent {
        color: #828282; }
  .storyteller__title {
    line-height: 1.15;
    margin-bottom: 35px;
    color: #323232; }
    @media screen and (max-width: 1024px) {
      .storyteller__title {
        font-size: 2.5rem; } }
  .storyteller__category {
    margin-bottom: 15px;
    color: #323232; }
  .storyteller__description {
    margin-bottom: 20px;
    color: #323232; }
  .storyteller__ctabox {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    text-align: center; }
  .storyteller__cta1 {
    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);
    background: none;
    border: solid 1px #007AC2; }
    @media screen and (max-width: 1024px) {
      .storyteller__cta1 {
        align-self: flex-start; } }
    .storyteller__cta1[href*="esri.com"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .storyteller__cta1:not([href*="esri.com"])::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .storyteller__cta1[href$=".pdf"]::after, .storyteller__cta1[href$=".doc"]::after, .storyteller__cta1[href$=".zip"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .storyteller__cta1[href^="/"]::after, .storyteller__cta1[href^=".."]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .storyteller__cta1[href$=".mp4"]::after, .storyteller__cta1[href$=".mov"]::after, .storyteller__cta1[href^="https://www.esri.com/videos/"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .storyteller__cta1[href*="tel:"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .storyteller__cta1:hover, .storyteller__cta1:focus {
      text-decoration: none;
      background-color: var(--theme-color);
      color: #ffffff; }
      .storyteller__cta1:hover[href*="esri.com"]::after, .storyteller__cta1:focus[href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .storyteller__cta1:hover:not([href*="esri.com"])::after, .storyteller__cta1:focus:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .storyteller__cta1:hover[href$=".pdf"]::after, .storyteller__cta1:hover[href$=".doc"]::after, .storyteller__cta1:hover[href$=".zip"]::after, .storyteller__cta1:focus[href$=".pdf"]::after, .storyteller__cta1:focus[href$=".doc"]::after, .storyteller__cta1:focus[href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .storyteller__cta1:hover[href^="/"]::after, .storyteller__cta1:hover[href^=".."]::after, .storyteller__cta1:focus[href^="/"]::after, .storyteller__cta1:focus[href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .storyteller__cta1:hover[href$=".mp4"]::after, .storyteller__cta1:hover[href$=".mov"]::after, .storyteller__cta1:hover[href^="https://www.esri.com/videos/"]::after, .storyteller__cta1:focus[href$=".mp4"]::after, .storyteller__cta1:focus[href$=".mov"]::after, .storyteller__cta1:focus[href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .storyteller__cta1:hover[href*="tel:"]::after, .storyteller__cta1:focus[href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .storyteller__cta1: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"] .storyteller__cta1 {
      margin: 0 0 10px 10px; }
      html[dir="rtl"] .storyteller__cta1:after {
        transform: scaleX(-1);
        margin-right: 6px;
        margin-left: 0; }
      html[dir="rtl"] .storyteller__cta1[href$=".mp4"]::after, html[dir="rtl"] .storyteller__cta1[href$=".mov"]::after, html[dir="rtl"] .storyteller__cta1[href^="https://www.esri.com/videos/"]::after {
        transform: none; }
    .storyteller__cta1:hover, .storyteller__cta1:focus {
      background-color: #007AC2; }
  .storyteller__cta2 {
    padding: 1rem 1.5rem;
    color: #007AC2; }
    .storyteller__cta2:hover {
      color: #007AC2; }
  .storyteller.st-CTA1--solid .storyteller__cta1 {
    background-color: #323232;
    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);
    border: none; }
    .storyteller.st-CTA1--solid .storyteller__cta1[href*="esri.com"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .storyteller.st-CTA1--solid .storyteller__cta1:not([href*="esri.com"])::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .storyteller.st-CTA1--solid .storyteller__cta1[href$=".pdf"]::after, .storyteller.st-CTA1--solid .storyteller__cta1[href$=".doc"]::after, .storyteller.st-CTA1--solid .storyteller__cta1[href$=".zip"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .storyteller.st-CTA1--solid .storyteller__cta1[href^="/"]::after, .storyteller.st-CTA1--solid .storyteller__cta1[href^=".."]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .storyteller.st-CTA1--solid .storyteller__cta1[href$=".mp4"]::after, .storyteller.st-CTA1--solid .storyteller__cta1[href$=".mov"]::after, .storyteller.st-CTA1--solid .storyteller__cta1[href^="https://www.esri.com/videos/"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .storyteller.st-CTA1--solid .storyteller__cta1[href*="tel:"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .storyteller.st-CTA1--solid .storyteller__cta1:hover, .storyteller.st-CTA1--solid .storyteller__cta1:focus {
      text-decoration: none;
      background-color: var(--theme-color);
      color: #ffffff; }
      .storyteller.st-CTA1--solid .storyteller__cta1:hover[href*="esri.com"]::after, .storyteller.st-CTA1--solid .storyteller__cta1:focus[href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .storyteller.st-CTA1--solid .storyteller__cta1:hover:not([href*="esri.com"])::after, .storyteller.st-CTA1--solid .storyteller__cta1:focus:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .storyteller.st-CTA1--solid .storyteller__cta1:hover[href$=".pdf"]::after, .storyteller.st-CTA1--solid .storyteller__cta1:hover[href$=".doc"]::after, .storyteller.st-CTA1--solid .storyteller__cta1:hover[href$=".zip"]::after, .storyteller.st-CTA1--solid .storyteller__cta1:focus[href$=".pdf"]::after, .storyteller.st-CTA1--solid .storyteller__cta1:focus[href$=".doc"]::after, .storyteller.st-CTA1--solid .storyteller__cta1:focus[href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .storyteller.st-CTA1--solid .storyteller__cta1:hover[href^="/"]::after, .storyteller.st-CTA1--solid .storyteller__cta1:hover[href^=".."]::after, .storyteller.st-CTA1--solid .storyteller__cta1:focus[href^="/"]::after, .storyteller.st-CTA1--solid .storyteller__cta1:focus[href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .storyteller.st-CTA1--solid .storyteller__cta1:hover[href$=".mp4"]::after, .storyteller.st-CTA1--solid .storyteller__cta1:hover[href$=".mov"]::after, .storyteller.st-CTA1--solid .storyteller__cta1:hover[href^="https://www.esri.com/videos/"]::after, .storyteller.st-CTA1--solid .storyteller__cta1:focus[href$=".mp4"]::after, .storyteller.st-CTA1--solid .storyteller__cta1:focus[href$=".mov"]::after, .storyteller.st-CTA1--solid .storyteller__cta1:focus[href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .storyteller.st-CTA1--solid .storyteller__cta1:hover[href*="tel:"]::after, .storyteller.st-CTA1--solid .storyteller__cta1:focus[href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .storyteller.st-CTA1--solid .storyteller__cta1: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"] .storyteller.st-CTA1--solid .storyteller__cta1 {
      margin: 0 0 10px 10px; }
      html[dir="rtl"] .storyteller.st-CTA1--solid .storyteller__cta1:after {
        transform: scaleX(-1);
        margin-right: 6px;
        margin-left: 0; }
      html[dir="rtl"] .storyteller.st-CTA1--solid .storyteller__cta1[href$=".mp4"]::after, html[dir="rtl"] .storyteller.st-CTA1--solid .storyteller__cta1[href$=".mov"]::after, html[dir="rtl"] .storyteller.st-CTA1--solid .storyteller__cta1[href^="https://www.esri.com/videos/"]::after {
        transform: none; }
  @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: 120px 0px 30px 40px;
        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; } }
  @media screen and (min-width: 1440px) {
    .storyteller__container--content {
      padding: 120px 0px 30px 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: 120px 40px 0 30px; }
  .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; } }

@media screen and (min-width: 1440px) {
  .storyteller.st-content--left .storyteller__container--content {
    padding: 120px 50px 0 30px; } }

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

.storyteller.st-content--darktheme {
  background-color: #323232; }
  .storyteller.st-content--darktheme .storyteller__category, .storyteller.st-content--darktheme .storyteller__title, .storyteller.st-content--darktheme .storyteller__description {
    color: #ffffff; }
  .storyteller.st-content--darktheme .storyteller-item-title, .storyteller.st-content--darktheme .storyteller-item-content {
    color: #ffffff; }
  .storyteller.st-content--darktheme .storyteller-item-title p {
    color: #ffffff; }
  .storyteller.st-content--darktheme .storyteller__cta1 {
    background-color: #323232;
    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);
    background: none;
    border: solid 1px #00A1FF; }
    .storyteller.st-content--darktheme .storyteller__cta1[href*="esri.com"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .storyteller.st-content--darktheme .storyteller__cta1:not([href*="esri.com"])::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .storyteller.st-content--darktheme .storyteller__cta1[href$=".pdf"]::after, .storyteller.st-content--darktheme .storyteller__cta1[href$=".doc"]::after, .storyteller.st-content--darktheme .storyteller__cta1[href$=".zip"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .storyteller.st-content--darktheme .storyteller__cta1[href^="/"]::after, .storyteller.st-content--darktheme .storyteller__cta1[href^=".."]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .storyteller.st-content--darktheme .storyteller__cta1[href$=".mp4"]::after, .storyteller.st-content--darktheme .storyteller__cta1[href$=".mov"]::after, .storyteller.st-content--darktheme .storyteller__cta1[href^="https://www.esri.com/videos/"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .storyteller.st-content--darktheme .storyteller__cta1[href*="tel:"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .storyteller.st-content--darktheme .storyteller__cta1:hover, .storyteller.st-content--darktheme .storyteller__cta1:focus {
      text-decoration: none;
      background-color: var(--theme-color);
      color: #ffffff; }
      .storyteller.st-content--darktheme .storyteller__cta1:hover[href*="esri.com"]::after, .storyteller.st-content--darktheme .storyteller__cta1:focus[href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .storyteller.st-content--darktheme .storyteller__cta1:hover:not([href*="esri.com"])::after, .storyteller.st-content--darktheme .storyteller__cta1:focus:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .storyteller.st-content--darktheme .storyteller__cta1:hover[href$=".pdf"]::after, .storyteller.st-content--darktheme .storyteller__cta1:hover[href$=".doc"]::after, .storyteller.st-content--darktheme .storyteller__cta1:hover[href$=".zip"]::after, .storyteller.st-content--darktheme .storyteller__cta1:focus[href$=".pdf"]::after, .storyteller.st-content--darktheme .storyteller__cta1:focus[href$=".doc"]::after, .storyteller.st-content--darktheme .storyteller__cta1:focus[href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .storyteller.st-content--darktheme .storyteller__cta1:hover[href^="/"]::after, .storyteller.st-content--darktheme .storyteller__cta1:hover[href^=".."]::after, .storyteller.st-content--darktheme .storyteller__cta1:focus[href^="/"]::after, .storyteller.st-content--darktheme .storyteller__cta1:focus[href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .storyteller.st-content--darktheme .storyteller__cta1:hover[href$=".mp4"]::after, .storyteller.st-content--darktheme .storyteller__cta1:hover[href$=".mov"]::after, .storyteller.st-content--darktheme .storyteller__cta1:hover[href^="https://www.esri.com/videos/"]::after, .storyteller.st-content--darktheme .storyteller__cta1:focus[href$=".mp4"]::after, .storyteller.st-content--darktheme .storyteller__cta1:focus[href$=".mov"]::after, .storyteller.st-content--darktheme .storyteller__cta1:focus[href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .storyteller.st-content--darktheme .storyteller__cta1:hover[href*="tel:"]::after, .storyteller.st-content--darktheme .storyteller__cta1:focus[href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .storyteller.st-content--darktheme .storyteller__cta1: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"] .storyteller.st-content--darktheme .storyteller__cta1 {
      margin: 0 0 10px 10px; }
      html[dir="rtl"] .storyteller.st-content--darktheme .storyteller__cta1:after {
        transform: scaleX(-1);
        margin-right: 6px;
        margin-left: 0; }
      html[dir="rtl"] .storyteller.st-content--darktheme .storyteller__cta1[href$=".mp4"]::after, html[dir="rtl"] .storyteller.st-content--darktheme .storyteller__cta1[href$=".mov"]::after, html[dir="rtl"] .storyteller.st-content--darktheme .storyteller__cta1[href^="https://www.esri.com/videos/"]::after {
        transform: none; }
    .storyteller.st-content--darktheme .storyteller__cta1:hover, .storyteller.st-content--darktheme .storyteller__cta1:focus {
      background-color: #00A1FF; }
  .storyteller.st-content--darktheme .storyteller__cta2 {
    color: #00A1FF; }
    .storyteller.st-content--darktheme .storyteller__cta2:hover {
      color: #00A1FF; }
  .storyteller.st-content--darktheme .storyteller--border {
    border-left: solid 1px #a9a9a9; }
  .storyteller.st-content--darktheme .imageOverlay {
    background-color: #323232;
    color: #ffffff; }
  .storyteller.st-content--darktheme .overlayTitle {
    color: #ffffff; }
  .storyteller.st-content--darktheme .overlayContent {
    color: #a9a9a9; }
  .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1 {
    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);
    border: none; }
    .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1[href*="esri.com"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:not([href*="esri.com"])::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1[href$=".pdf"]::after, .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1[href$=".doc"]::after, .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1[href$=".zip"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1[href^="/"]::after, .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1[href^=".."]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1[href$=".mp4"]::after, .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1[href$=".mov"]::after, .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1[href^="https://www.esri.com/videos/"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1[href*="tel:"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:hover, .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:focus {
      text-decoration: none;
      background-color: var(--theme-color);
      color: #ffffff; }
      .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:hover[href*="esri.com"]::after, .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:focus[href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:hover:not([href*="esri.com"])::after, .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:focus:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:hover[href$=".pdf"]::after, .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:hover[href$=".doc"]::after, .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:hover[href$=".zip"]::after, .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:focus[href$=".pdf"]::after, .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:focus[href$=".doc"]::after, .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:focus[href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:hover[href^="/"]::after, .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:hover[href^=".."]::after, .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:focus[href^="/"]::after, .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:focus[href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:hover[href$=".mp4"]::after, .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:hover[href$=".mov"]::after, .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:hover[href^="https://www.esri.com/videos/"]::after, .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:focus[href$=".mp4"]::after, .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:focus[href$=".mov"]::after, .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:focus[href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:hover[href*="tel:"]::after, .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:focus[href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1: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"] .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1 {
      margin: 0 0 10px 10px; }
      html[dir="rtl"] .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1:after {
        transform: scaleX(-1);
        margin-right: 6px;
        margin-left: 0; }
      html[dir="rtl"] .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1[href$=".mp4"]::after, html[dir="rtl"] .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1[href$=".mov"]::after, html[dir="rtl"] .storyteller.st-content--darktheme.st-CTA1--solid .storyteller__cta1[href^="https://www.esri.com/videos/"]::after {
        transform: none; }

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

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

@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; }

.sticky-dialog-bar_wrapper {
  opacity: .95;
  position: relative;
  transition: all .25s ease-out;
  transition: margin-top 0s;
  width: 100%;
  text-align: center; }
  @media (max-width: 640px) {
    .sticky-dialog-bar_wrapper {
      padding: 20px 0; } }
  .sticky-dialog-bar_wrapper[data-fixed='true'], .sticky-dialog-bar_wrapper[data-position='top'], .sticky-dialog-bar_wrapper[data-position='bottom'] {
    position: fixed;
    z-index: 1000; }
  .sticky-dialog-bar_wrapper[data-fixed='true'], .sticky-dialog-bar_wrapper[data-position='top'] {
    top: 0; }
  .sticky-dialog-bar_wrapper[data-position='bottom'] {
    bottom: 0; }
  .sticky-dialog-bar_wrapper[data-mode='edit'] {
    position: relative !important; }
  .sticky-dialog-bar_wrapper[data-theme='dark'] {
    background-color: rgba(50, 50, 50, 0.95); }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_message {
      color: #ffffff; }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_message a {
        color: #49b0f2; }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-tel[data-link-type='internal']:after,
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][data-link-type='internal']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-tel[data-link-type='external']:after,
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][data-link-type='external']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-tel[data-link-type='video']:after,
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][data-link-type='video']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-tel[data-link-type='document']:after,
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][data-link-type='document']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-tel:hover[data-link-type='internal']:after,
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"]:hover[data-link-type='internal']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzc0YzZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-tel:hover[data-link-type='external']:after,
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"]:hover[data-link-type='external']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzc0YzZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-tel:hover[data-link-type='video']:after,
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"]:hover[data-link-type='video']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM3NGM2ZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-tel:hover[data-link-type='document']:after,
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"]:hover[data-link-type='document']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM3NGM2ZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"] {
      font-weight: 300;
      color: #ffffff;
      background: #0079c1; }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"]:hover, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"]:focus {
        background: #005e95;
        border: 1px solid #005e95;
        box-shadow: inset 0 0 0 3px #005e95; }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"]: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"] .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"] {
        margin-left: 10px; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"]:after {
          transform: scaleX(-1);
          margin-right: 6px;
          margin-left: 0; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mp4"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mov"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^="https://www.esri.com/videos/"]::after {
          transform: none; }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"]:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".pdf"]::after, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".doc"]::after, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^="/"]::after, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mp4"]::after, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mov"]::after, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="solid"][href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"] {
      background: none;
      margin-right: 10px;
      border: thin solid #74c6ff;
      color: #74c6ff; }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"]:hover, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"]:focus {
        box-shadow: inset 0 0 0 2px #74c6ff; }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"]: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"] .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"] {
        margin-left: 10px;
        margin-right: 0; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"]:after {
          transform: scaleX(-1);
          margin-right: 6px;
          margin-left: 0; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mp4"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mov"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href^="https://www.esri.com/videos/"]::after {
          transform: none; }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzc0YzZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"]:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzc0YzZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".pdf"]::after, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".doc"]::after, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM3NGM2ZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href^="/"]::after, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzc0YzZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mp4"]::after, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mov"]::after, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM3NGM2ZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_contact-cta[data-style="line"][href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM3NGM2ZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_close-button {
      color: #ffffff;
      fill: #ffffff; }
      .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_close-button:hover, .sticky-dialog-bar_wrapper[data-theme='dark'] .sticky-dialog-bar_close-button:focus {
        color: #56a5d8; }
  .sticky-dialog-bar_wrapper[data-theme='light'] {
    background-color: rgba(255, 255, 255, 0.95); }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_message {
      color: rgba(50, 50, 50, 0.9); }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_message a {
        color: #0079c1; }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-tel, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta {
      color: #0079c1; }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-tel:not(.no-hover):hover {
      color: #005e95; }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-tel:not(.no-hover):hover:before {
        background: #005e95; }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-tel[data-link-type='internal']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-tel[data-link-type='external']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-tel[data-link-type='video']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-tel[data-link-type='document']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-tel:hover[data-link-type='internal']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNWU5NSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-tel:hover[data-link-type='external']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwNWU5NSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-tel:hover[data-link-type='video']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDVlOTUiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-tel:hover[data-link-type='document']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDVlOTUiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"] {
      font-weight: 300;
      color: #ffffff;
      background: #0079c1; }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"]:hover, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"]:focus {
        background: #005e95;
        border: 1px solid #005e95;
        box-shadow: inset 0 0 0 3px #005e95; }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"]: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"] .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"] {
        margin-left: 10px; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"]:after {
          transform: scaleX(-1);
          margin-right: 6px;
          margin-left: 0; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mp4"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mov"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^="https://www.esri.com/videos/"]::after {
          transform: none; }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"]:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".pdf"]::after, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".doc"]::after, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^="/"]::after, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mp4"]::after, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mov"]::after, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="solid"][href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"] {
      background: none;
      margin-right: 10px;
      border: thin solid #0079c1;
      color: #0079c1; }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"]:hover, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"]:focus {
        box-shadow: inset 0 0 0 2px #0079c1; }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"]: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"] .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"] {
        margin-left: 10px;
        margin-right: 0; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"]:after {
          transform: scaleX(-1);
          margin-right: 6px;
          margin-left: 0; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mp4"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mov"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href^="https://www.esri.com/videos/"]::after {
          transform: none; }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"]:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".pdf"]::after, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".doc"]::after, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href^="/"]::after, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mp4"]::after, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mov"]::after, .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_contact-cta[data-style="line"][href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_close-button {
      color: #595959;
      fill: #595959; }
      .sticky-dialog-bar_wrapper[data-theme='light'] .sticky-dialog-bar_close-button:hover {
        color: #0079c1; }
  .sticky-dialog-bar_wrapper[data-theme='blue'] {
    background-color: rgba(0, 122, 194, 0.95); }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_message {
      color: #ffffff; }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_message a {
        color: #000; }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-tel, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta {
      color: #ffffff; }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact svg {
      fill: #ffffff; }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-tel:hover {
      color: #ffffff; }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-tel:hover:before {
        background: #ffffff; }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta {
      box-shadow: inset 0 0 0 1px #ffffff; }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta:hover {
        box-shadow: inset 0 0 0 3px #ffffff;
        cursor: pointer; }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style='solid'] {
        background: rgba(255, 255, 255, 0.75);
        color: #323232;
        border-width: 1px;
        box-shadow: none; }
        .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style='solid']:hover {
          background: white;
          border-color: #0079c1;
          box-shadow: none; }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-tel[data-link-type='internal']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-tel[data-link-type='external']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-tel[data-link-type='video']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-tel[data-link-type='document']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style='solid'] {
      font-weight: 300; }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"]: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"] .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"] {
        margin-left: 10px; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"]:after {
          transform: scaleX(-1);
          margin-right: 6px;
          margin-left: 0; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mp4"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mov"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^="https://www.esri.com/videos/"]::after {
          transform: none; }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"]:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".pdf"]::after, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".doc"]::after, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^="/"]::after, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mp4"]::after, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href$=".mov"]::after, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="solid"][href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"] {
      background: none;
      margin-right: 10px;
      border: thin solid #ffffff;
      color: #ffffff; }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"]:hover, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"]:focus {
        box-shadow: inset 0 0 0 2px #ffffff; }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"]: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"] .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"] {
        margin-left: 10px;
        margin-right: 0; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"]:after {
          transform: scaleX(-1);
          margin-right: 6px;
          margin-left: 0; }
        html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mp4"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mov"]::after, html[dir="rtl"] .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href^="https://www.esri.com/videos/"]::after {
          transform: none; }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"]:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".pdf"]::after, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".doc"]::after, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href^="/"]::after, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mp4"]::after, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href$=".mov"]::after, .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_contact-cta[data-style="line"][href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_close-button {
      color: #ffffff;
      fill: #ffffff; }
      .sticky-dialog-bar_wrapper[data-theme='blue'] .sticky-dialog-bar_close-button:hover {
        color: #000000; }
  .sticky-dialog-bar_wrapper .sticky-dialog-bar {
    margin: 0 auto;
    padding: 10px 20px;
    min-height: 60px;
    position: relative; }
    .sticky-dialog-bar_wrapper .sticky-dialog-bar_message {
      position: relative;
      max-width: 100%;
      color: #efefef;
      font-size: 0.875rem;
      line-height: 1.25;
      text-align: center;
      margin-bottom: 9px; }
      @media screen and (min-width: 1024px) {
        .sticky-dialog-bar_wrapper .sticky-dialog-bar_message {
          font-size: 1rem; } }
      @media (min-width: 640px) {
        .sticky-dialog-bar_wrapper .sticky-dialog-bar_message {
          line-height: normal;
          margin-bottom: 0;
          text-align: left;
          padding-right: 0; } }
      @media (min-width: 1024px) {
        .sticky-dialog-bar_wrapper .sticky-dialog-bar_message {
          padding-right: 80px; } }
      .sticky-dialog-bar_wrapper .sticky-dialog-bar_message p {
        margin: 0; }
    .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact {
      text-align: right;
      white-space: nowrap;
      padding-bottom: 0; }
      .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-tel, .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-cta {
        color: #56a5d8;
        font-size: 12px;
        margin: 0;
        text-align: center; }
        @media (min-width: 768px) {
          .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-tel, .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-cta {
            font-size: 0.875rem; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-tel, .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-cta {
      font-size: 1rem; } }
      .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-tel[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; }
      .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-tel[data-link-type="phone"]:after {
        display: none; }
      .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-tel:not(.no-hover):hover {
        text-decoration: none; }
        .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-tel:not(.no-hover):hover::before {
          width: 100%; }
    .sticky-dialog-bar_wrapper .sticky-dialog-bar a.sticky-dialog-bar_contact-tel {
      margin: 0 25px; }
    .sticky-dialog-bar_wrapper .sticky-dialog-bar_close-button {
      outline: none;
      margin-left: 10px;
      position: absolute;
      top: -13px;
      right: -4px; }
      .sticky-dialog-bar_wrapper .sticky-dialog-bar_close-button:focus {
        outline: none; }
      @media (min-width: 640px) {
        .sticky-dialog-bar_wrapper .sticky-dialog-bar_close-button {
          top: -4px;
          position: static;
          top: unset;
          right: unset; } }
  .sticky-dialog-bar_wrapper .sticky-dialog-bar {
    max-width: 95%; }
    .sticky-dialog-bar_wrapper .sticky-dialog-bar_contents {
      display: flex;
      align-items: center;
      min-height: 48px;
      flex-wrap: wrap; }
    .sticky-dialog-bar_wrapper .sticky-dialog-bar_message {
      flex: 0 0 100%;
      text-align: center;
      padding-bottom: 10px; }
      @media (min-width: 768px) {
        .sticky-dialog-bar_wrapper .sticky-dialog-bar_message {
          padding-bottom: 0;
          text-align: left;
          flex: 0 0 auto;
          -ms-flex: 0 0 auto; } }
    .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact {
      flex: 0 0 100%;
      text-align: center; }
      @media (min-width: 420px) {
        .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact {
          padding: 0 10px; } }
      @media (min-width: 768px) {
        .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact {
          flex: 1;
          -ms-flex: 0 1 auto;
          text-align: right; } }
  .sticky-dialog-bar_wrapper[data-text="short"] .sticky-dialog-bar {
    display: inline-block;
    margin: 0 auto; }
    @media (min-width: 640px) {
      .sticky-dialog-bar_wrapper[data-text="short"] .sticky-dialog-bar {
        width: auto; } }
    .sticky-dialog-bar_wrapper[data-text="short"] .sticky-dialog-bar .sticky-dialog-bar_message p {
      margin: 0 auto; }
      @media (min-width: 768px) {
        .sticky-dialog-bar_wrapper[data-text="short"] .sticky-dialog-bar .sticky-dialog-bar_message p {
          max-width: 90%; } }
      @media (min-width: 1024px) {
        .sticky-dialog-bar_wrapper[data-text="short"] .sticky-dialog-bar .sticky-dialog-bar_message p {
          max-width: 100%;
          margin: 0; } }
  .sticky-dialog-bar_wrapper[data-text="long"] .sticky-dialog-bar_contents {
    width: 90%;
    max-width: 1440px;
    margin: 0 auto; }
  .sticky-dialog-bar_wrapper[data-text="long"] .sticky-dialog-bar_message {
    flex: 0 1 100%;
    padding-bottom: 10px; }
    @media (min-width: 768px) {
      .sticky-dialog-bar_wrapper[data-text="long"] .sticky-dialog-bar_message {
        padding-bottom: 0;
        flex-basis: 70%; } }

/* Right to Left */
@media (min-width: 640px) {
  html[dir="rtl"] .sticky-dialog-bar_wrapper .sticky-dialog-bar_message {
    padding: 0 0 7px 20px; } }

html[dir="rtl"] .sticky-dialog-bar_wrapper .sticky-dialog-bar_message p {
  margin-left: 25px; }

html[dir="rtl"] .sticky-dialog-bar_wrapper[data-text="long"] .sticky-dialog-bar_contact {
  text-align: left; }

html[dir="rtl"] .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-cta {
  margin-left: 0;
  margin-right: 25px; }

html[dir="rtl"] .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-tel[data-link-type="external"]:after {
  transform: rotateY(180deg);
  margin-right: 5px; }

html[dir="rtl"] .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-tel[data-link-type="internal"]:after {
  transform: rotate(180deg);
  margin-right: 5px; }

html[dir="rtl"] .sticky-dialog-bar_wrapper .sticky-dialog-bar_contact-tel[data-link-type="document"]:after {
  transform: rotateY(180deg);
  margin-right: 5px; }

/* override aemGrid styles */
/* because of source order, had to !important */
.aem-Grid .social-sharing-widget.aem-GridColumn--default--12 {
  float: unset !important;
  width: unset !important;
  clear: unset !important; }

/* legacy styles */
.social-sharing-widget {
  display: none; }
  @media (min-width: 768px) {
    .social-sharing-widget {
      display: block; } }

[class*="icon-social-"] {
  cursor: pointer; }
  [class*="icon-social-"]:last-child {
    margin-right: 0; }

[class*="icon-esri-social-"] {
  background-color: #b2b2b2;
  width: 50px;
  height: 50px;
  display: inline-block;
  background-repeat: no-repeat;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  cursor: pointer; }
  [class*="icon-esri-social-"]:last-child {
    margin-right: 0; }

[class*="icon-aem-social-"] {
  width: 50px;
  height: 50px;
  display: block;
  position: relative;
  background-repeat: no-repeat;
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear;
  cursor: pointer; }
  [class*="icon-aem-social-"]:last-child {
    margin-right: 0; }
  [class*="icon-aem-social-"]:before {
    content: "";
    top: 15.5px;
    right: 61px;
    position: absolute;
    border-width: 10px;
    border-style: solid;
    border-image: initial;
    border-right: none;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #464646; }
  [class*="icon-aem-social-"]:after {
    background-color: #464646;
    content: attr(aria-label);
    font-size: 12px;
    line-height: 15px;
    padding: 7.5px 10px;
    top: 8.5px;
    right: 67px;
    position: absolute;
    white-space: nowrap;
    color: #ffffff; }

[class*="icon-aem-social-"]:not(:hover):not(:focus):after, [class*="icon-aem-social-"]:not(:hover):not(:focus):before {
  clip: rect(0, 0, 0, 0); }

[class*="icon-aem-social-"]:focus, [class*="icon-aem-social-"]:hover {
  background-color: #59abee; }

[class*="icon-esri-social-"]:hover, [class*="icon-aem-social-"]:hover {
  -webkit-transition: background-color 100ms linear;
  transition: background-color 100ms linear; }

.icon-esri-social-share, .icon-aem-social-share {
  background-image: url("https://www.esri.com/content/dam/esrisites/en-us/common/social-share-images/icons/social-share.svg"); }

.icon-esri-social-share:hover, .icon-aem-social-share:hover {
  background-color: #7461a8; }

.icon-esri-social-contact, .icon-aem-social-contact {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Square_Idle' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0;enable-background:new ;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Ctitle%3EContact-Newsletter%3C/title%3E%3Crect class='st0' width='40' height='40'/%3E%3Cpath class='st1' d='M20,22.5l-10-6.2V26c0,1.1,0.9,2,2,2h16c1.1,0,2-0.9,2-2v-9.7L20,22.5z'/%3E%3Cpath class='st1' d='M20,19.1l10-5.6c-0.2-0.9-1-1.6-2-1.6H12c-0.9,0-1.7,0.7-2,1.6L20,19.1z'/%3E%3C/svg%3E%0A"); }

.icon-esri-social-contact:hover, .icon-aem-social-contact:hover {
  background-color: #fe3a3a; }

.icon-esri-social-facebook, .icon-aem-social-facebook {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Square_Idle' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0;enable-background:new ;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Ctitle%3EFacebook%3C/title%3E%3Crect class='st0' width='40' height='40'/%3E%3Cpath class='st1' d='M28.9,10H11.1c-0.6,0-1.1,0.5-1.1,1.1c0,0,0,0,0,0v17.8c0,0.6,0.5,1.1,1.1,1.1c0,0,0,0,0,0H21v-8h-3v-3h3v-2 c0-2.6,1.5-4,3.8-4c0.7,0,1.5,0,2.2,0.1V16h-1.7C24,16,24,16.4,24,17.3V19h2.8l-0.4,3H24v8h4.9c0.6,0,1.1-0.5,1.1-1.1c0,0,0,0,0,0 V11.1C30,10.5,29.5,10,28.9,10C28.9,10,28.9,10,28.9,10z'/%3E%3C/svg%3E "); }

.icon-esri-social-facebook:hover, .icon-aem-social-facebook:hover {
  background-color: #4266b2; }

.icon-esri-social-linkedin, .icon-aem-social-linkedin {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Square_Idle' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0;enable-background:new ;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Ctitle%3ELinkedIn%3C/title%3E%3Cg%3E%3Crect class='st0' width='40' height='40'/%3E%3Cpath class='st1' d='M28.5,10h-17c-0.8,0-1.5,0.6-1.5,1.4v17.1c0,0.8,0.7,1.5,1.5,1.4h17c0.8,0,1.5-0.6,1.5-1.4V11.4 C30,10.6,29.3,10,28.5,10z M16,27h-3V17h3V27z M14.4,16.3c-1,0-1.8-0.8-1.8-1.8c0-1,0.8-1.8,1.8-1.8s1.8,0.8,1.8,1.8c0,0,0,0,0,0 C16.3,15.5,15.5,16.3,14.4,16.3C14.4,16.3,14.4,16.3,14.4,16.3z M27,27h-3v-4.6c0-1.1,0.1-2.5-1.4-2.5c-1.5,0-1.6,1.2-1.6,2.5V27 h-3V17h3v1.4c0.6-0.7,1.5-1.1,2.5-1.1c3,0,3.5,1.9,3.5,4.4V27z'/%3E%3C/g%3E%3C/svg%3E "); }

.icon-esri-social-linkedin:hover, .icon-aem-social-linkedin:hover {
  background-color: #0072b2; }

.icon-esri-social-twitter, .icon-aem-social-twitter {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg version='1.1' id='Square_Idle' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 40 40' style='enable-background:new 0 0 40 40;' xml:space='preserve'%3E%3Cstyle type='text/css'%3E .st0%7Bopacity:0;enable-background:new ;%7D .st1%7Bfill:%23FFFFFF;%7D%0A%3C/style%3E%3Ctitle%3ETwitter%3C/title%3E%3Crect class='st0' width='40' height='40'/%3E%3Cpath class='st1' d='M28.7,15.7c0,0.2,0,0.4,0,0.6c0,7.1-5.7,12.8-12.8,12.8c-2.5,0-4.9-0.7-6.9-2c0.4,0,0.7,0.1,1.1,0.1 c2,0,4-0.7,5.6-1.9c-1.9,0-3.6-1.3-4.2-3.1c0.3,0.1,0.6,0.1,0.8,0.1c0.4,0,0.8-0.1,1.2-0.2c-2.1-0.4-3.6-2.3-3.6-4.4v-0.1 c0.6,0.3,1.3,0.5,2,0.6c-2-1.3-2.6-4-1.4-6c2.3,2.8,5.7,4.5,9.3,4.7c-0.6-2.4,0.9-4.9,3.4-5.4c1.6-0.4,3.2,0.1,4.3,1.3 c1-0.2,2-0.6,2.9-1.1c-0.3,1-1,1.9-2,2.5c0.9-0.1,1.8-0.3,2.6-0.7C30.4,14.3,29.6,15.1,28.7,15.7z'/%3E%3C/svg%3E "); }

.icon-esri-social-twitter:hover, .icon-aem-social-twitter:hover {
  background-color: #1fa1f2; }

/* v2 styles */
.essw-wrapper-aem {
  position: fixed;
  left: auto;
  bottom: auto;
  right: 0;
  top: 40%;
  z-index: 100;
  background-color: rgba(32, 32, 32, 0.7); }
  .essw-wrapper-aem span {
    display: block;
    height: 50px;
    width: 50px;
    background-size: 50px; }
  .essw-wrapper-aem span.icon-aem-social-share {
    display: none; }

.draggable {
  cursor: move;
  cursor: url("https://www.esri.com/content/dam/esrisites/en-us/common/social-share-images/icons/draggable.png");
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }

.draggable:active {
  cursor: url("https://www.esri.com/content/dam/esrisites/en-us/common/social-share-images/icons/drag.png");
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }

.esms-email-drag_palette_wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999999999; }

.esms-email-drag_palette {
  position: relative;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3); }

.esms-email-form-wrapper {
  width: 500px;
  min-height: 520px;
  padding: 40px;
  background-color: #f8f8f8;
  box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: -1px 2px 4px rgba(0, 0, 0, 0.3);
  border-top: 1px solid #cccccc;
  border-right: 1px solid #cccccc;
  position: absolute;
  overflow: hidden;
  z-index: 9999999999999; }

.esms-email-form-closer {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
  background-image: url(https://www.esri.com/content/dam/esrisites/en-us/common/social-share-images/icons/closer.svg);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center; }

.esms-email-form-title {
  font-weight: 400; }

.esms-email-form-body label {
  margin-bottom: 15px; }

.esms-email-form-body label:nth-child(4) {
  margin-bottom: 10px; }

.esms-email-form-body textarea {
  height: 60px; }

.esms-email-form-privacy p {
  font-size: .8em;
  color: #888888; }

.esms-email-form-controls .esms-email-form-controls-logo {
  display: inline-block;
  width: 110px;
  height: 50px; }

.esms-email-form-controls .esms-email-form-controls-button {
  vertical-align: top;
  float: right;
  min-width: 100px; }

.esms-email-form-required {
  color: #ab3c16; }

@media only screen and (min-width: 812px) and (max-width: 1024px) {
  .esms-email-form-wrapper {
    width: 500px;
    min-height: 520px;
    padding: 40px; }
  .esms-email-form-closer {
    right: 20px;
    top: 20px; } }

@media only screen and (min-width: 677px) and (max-width: 811px) {
  .esms-email-form-wrapper {
    width: 500px;
    min-height: 520px;
    padding: 40px; }
  .esms-email-form-closer {
    right: 15px;
    top: 15px; }
  .esms-email-form-title {
    margin-bottom: 20px; } }

@media only screen and (min-width: 568px) and (max-width: 676px) {
  .esms-email-form-wrapper {
    width: 500px;
    min-height: 540px;
    padding: 20px; }
  .esms-email-form-closer {
    right: 10px;
    top: 10px; }
  .esms-email-form-title {
    margin-bottom: 20px; } }

@media only screen and (min-width: 380px) and (max-width: 567px) {
  .esms-email-form-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0; }
  .esms-email-form-closer {
    right: 10px;
    top: 10px; }
  .esms-email-form-title {
    width: 94%;
    margin: 20px 3%; }
  .esms-email-form-body {
    width: 94%;
    margin: 0 3%; }
  .esms-email-form-privacy {
    width: 94%;
    margin: 0 3%; }
  .esms-email-form-controls .esms-email-form-controls-button {
    float: none;
    position: absolute;
    right: 10px;
    bottom: 10px; } }

@media only screen and (max-width: 379px) {
  .esms-email-form-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0; }
  .esms-email-form-closer {
    right: 10px;
    top: 10px; }
  .esms-email-form-title {
    width: 94%;
    margin: 20px 3%; }
  .esms-email-form-body {
    width: 94%;
    margin: 0 3%; }
  .esms-email-form-privacy {
    width: 94%;
    margin: 0 3%; }
  .esms-email-form-controls .esms-email-form-controls-button {
    float: none;
    position: absolute;
    right: 10px;
    bottom: 10px; } }

@media only screen and (max-width: 640px) {
  .essw-wrapper-aem {
    position: fixed;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
    height: 35px;
    max-width: 35px; }
    .essw-wrapper-aem span {
      display: inline-block;
      height: 35px;
      width: 35px;
      background-size: 35px;
      border-right: 1px solid #cccc;
      margin: 0; }
    .essw-wrapper-aem span.icon-aem-social-share {
      display: inline-block; }
  .essw-wrapper-aem-expand {
    max-width: 100%;
    -webkit-transition: max-width 200ms linear;
    transition: max-width 200ms linear; } }

@media only screen and (max-width: 768px) {
  .side-drawer ~ .social-sharing-widget {
    display: none; } }

.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;
          box-sizing: border-box; } }
      @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;
      box-sizing: border-box;
      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%; } }

/* override aemGrid styles */
/* because of source order, had to !important */
.aem-Grid .side-drawer.aem-GridColumn.aem-GridColumn--default--12 {
  float: unset !important;
  width: unset !important;
  clear: unset !important; }

.sidedrawer {
  overflow: hidden;
  position: relative; }

.side-drawer {
  display: none; }
  @media (min-width: 1024px) {
    .side-drawer {
      display: block;
      margin-top: 1px;
      position: fixed;
      right: -2px;
      z-index: 999;
      top: 200px; } }

.side-drawer--wrapper {
  max-width: 100%;
  position: relative;
  margin: 0 auto;
  direction: ltr;
  transition: all .6s ease-out;
  z-index: 0;
  right: 0;
  padding: 54px 0 0 0; }
  @media (min-width: 1024px) {
    .side-drawer--wrapper {
      z-index: 999;
      margin: 0;
      max-width: 700px;
      padding: 0;
      background: none; }
      .side-drawer--wrapper .side-drawer--content {
        transition: background-color 100ms linear;
        animation-direction: reverse; }
      .side-drawer--wrapper[data-expanded="false"] .side-drawer--content {
        width: 0;
        max-width: 0;
        right: 0; }
      .side-drawer--wrapper[data-expanded="true"] {
        right: 0; }
        .side-drawer--wrapper[data-expanded="true"] .side-drawer--content {
          width: 100%;
          max-width: 600px;
          right: 0; }
          .side-drawer--wrapper[data-expanded="true"] .side-drawer--content .iframe-general {
            text-align: center; } }
  @media (min-width: 1024px) {
    .side-drawer--wrapper.position-fixed {
      position: fixed;
      top: 50px; } }
  .side-drawer--wrapper .side-drawer--tab {
    padding: 0 15px;
    display: none; }
    @media (min-width: 1024px) {
      .side-drawer--wrapper .side-drawer--tab {
        position: relative;
        z-index: 1;
        cursor: pointer;
        float: left;
        display: block;
        left: -68px;
        top: -1px; } }
    @media (min-width: 1024px) {
      .side-drawer--wrapper .side-drawer--tab-close {
        display: block;
        content: "";
        width: 20px;
        height: 20px;
        background-repeat: no-repeat;
        position: absolute;
        left: 30px;
        top: 21px;
        transition: all .6s ease-out;
        z-index: 9;
        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='%23fe3a3a' viewBox='0 0 19 19' style='enable-background:new 0 0 19 19;' xml:space='preserve'%3E%3Crect x='9' width='1' height='19'/%3E%3Crect x='9' transform='matrix(-1.836970e-16 1 -1 -1.836970e-16 19 1.776357e-15)' width='1' height='19'/%3E%3C/svg%3E%0A"); } }
    .side-drawer--wrapper .side-drawer--tab-title {
      display: block;
      position: relative;
      background-repeat: no-repeat;
      cursor: pointer;
      white-space: nowrap;
      text-transform: uppercase;
      letter-spacing: 2px;
      font-weight: 500;
      transform: rotate(-90deg); }
      .side-drawer--wrapper .side-drawer--tab-title:after {
        content: attr(aria-label);
        padding: 14px 56px 17px 23px;
        right: 0;
        position: absolute;
        white-space: nowrap;
        color: #ffffff;
        font-size: 0.875rem;
        line-height: 1.5;
        display: block; }
  .side-drawer--wrapper .side-drawer--content {
    padding: 25px;
    z-index: 10;
    position: relative;
    padding: 0;
    transition: all 0.6s ease-out;
    float: right; }
    @media (max-width: 1024px) {
      .side-drawer--wrapper .side-drawer--content {
        width: 100%;
        float: none; } }
  .side-drawer--wrapper[data-expanded="true"] .side-drawer--tab-close {
    transform: rotate(45deg); }
  .side-drawer--wrapper[data-theme='light'] .side-drawer--tab {
    color: #4c4c4c;
    background-color: none; }
    @media (min-width: 1024px) {
      .side-drawer--wrapper[data-theme='light'] .side-drawer--tab:after {
        background-color: rgba(239, 239, 239, 0.9); } }
  .side-drawer--wrapper[data-theme='light'] .side-drawer--tab-content {
    background: #ffffff;
    border: 1px solid #f8f8f8;
    border-width: 1px 0 1px 1px; }
  .side-drawer--wrapper[data-theme='dark'] .side-drawer--tab-title {
    color: #ffffff;
    background-color: none; }
    @media (min-width: 1024px) {
      .side-drawer--wrapper[data-theme='dark'] .side-drawer--tab-title:after {
        background-color: rgba(70, 70, 70, 0.9); } }
  .side-drawer--wrapper[data-theme='dark'] .side-drawer--content {
    background: #4c4c4c; }
    @media (min-width: 1024px) {
      .side-drawer--wrapper[data-theme='dark'] .side-drawer--content {
        border: 1px solid #1f1f1f;
        border-width: 1px 0 1px 1px; } }

hr.separator {
  text-align: left; }

.separator hr.x-small {
  text-align: left;
  margin: 0 0 15px; }
  .separator hr.x-small.center {
    margin: 15px auto; }

.separator hr.separator:not(.x-small) {
  border: none;
  border-top: 1px solid #ccc;
  background: none;
  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; }
    .search-results-app .banner__title {
      font-weight: 600; }
    @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;
  height: 100%;
  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 {
    /* Show when checked */ }
    .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 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;
          /* Rounded sliders */ }
          .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 #2890ce; }
          .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: #2890ce;
            border: 1px solid #00619b; }
            .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: #007ac2;
              border: 1px solid #2890ce; }
          .search-results-app-filter .filter-content .filter-content-navigation #filtertree li.collapse .slider input:checked + .slider:before {
            -webkit-transform: translateX(18px);
            -ms-transform: translateX(18px);
            transform: translateX(18px);
            border: 2px solid #007ac2; }
          .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%;
    justify-content: space-between;
    align-items: center;
    transition: all .25s ease-out;
    z-index: 10100; }
    .search-results-app-filter .filter-content-mobile .btn-blue {
      background: #0079c1;
      color: #ffffff; }
      .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;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  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; }
    @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 {
    -ms-flex-preferred-size: calc(50% - 1.65rem);
    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 {
    -ms-flex-preferred-size: calc(50% - 1.65rem);
    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 {
      min-height: 70px; }
      .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: #35ac46;
          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 4px 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;
    display: -ms-flexbox;
    flex-flow: row wrap;
    -webkit-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 .category-text {
    display: flex;
    align-items: center;
    letter-spacing: .11em;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    color: #4c4c4c;
    padding: 5px 20px;
    min-height: 27px;
    background-color: rgba(239, 239, 239, 0.6);
    position: absolute;
    bottom: 0;
    border-bottom: 1px solid #ccc; }
    .partners .search-results-app .card-container .card .category-text span.circle {
      display: inline-block;
      width: 12px;
      height: 12px;
      background-color: transparent;
      border-radius: 50%;
      margin-right: 6px; }
      [dir="rtl"] .partners .search-results-app .card-container .card .category-text span.circle {
        margin-right: 0;
        margin-left: 6px; }
    .partners .search-results-app .card-container .card .category-text span.tier {
      margin: 0;
      padding: 0;
      text-transform: uppercase; }
  .partners .search-results-app .card-container .card .content .text-container .title {
    height: auto;
    color: #323232;
    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 {
    box-sizing: border-box;
    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 {
    /*  tablet  */
    /*  desktop  */ }
    .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: #323232;
      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;
      display: -ms-flexbox;
      flex-flow: row wrap;
      -webkit-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;
      color: #4a4a4a;
      width: 75%;
      text-transform: uppercase; }
    .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 {
    /*  tablet  */
    /*  desktop  */ }
    .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;
      display: -ms-flexbox;
      flex-flow: row wrap;
      -webkit-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 {
    /*  tablet  */
    /*  desktop  */ }
    .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: #323232;
      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;
      display: -ms-flexbox;
      flex-flow: row wrap;
      -webkit-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; } }

.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: #323232;
      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; }

.esri-search-box {
  padding: 20px;
  margin-top: 20px;
  position: relative; }

.search-component {
  position: relative;
  width: 100%;
  border-bottom: solid 1px #a9a9a9; }
  @media (min-width: 420px) {
    .search-component {
      width: 360px; } }

.esri-search-textfield {
  width: 300px;
  display: inline-block;
  border: none;
  box-shadow: none;
  height: 50px;
  color: #828282;
  font-size: 18px; }
  @media (max-width: 420px) {
    .esri-search-textfield {
      width: calc(100% - 50px);
      padding-right: 50px;
      box-sizing: border-box; } }
  .esri-search-textfield:focus {
    box-shadow: none; }
  .esri-search-textfield:focus ~ .esri-search-button-submit {
    background: url("data:image/svg+xml;base64, PHN2ZyB2aWV3Qm94PScwIDAgMTYgMTYnIHN0eWxlPSdmaWxsOiM0OWIwZjInIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTE1LjM2NCAxNC42MzZMOS43MzUgOS4wMDhhNS41IDUuNSAwIDEgMC0uNzA2LjcwOGw1LjYyOCA1LjYyNy43MDctLjcwN3pNMSA1LjVDMSAzLjAxOSAzLjAxOSAxIDUuNSAxUzEwIDMuMDE5IDEwIDUuNSA3Ljk4MSAxMCA1LjUgMTAgMSA3Ljk4MSAxIDUuNXonLz48L3N2Zz4=") no-repeat center center; }

.esri-search-button-submit {
  display: inline-block;
  position: absolute;
  bottom: 8px;
  right: 12px;
  border: none;
  width: 32px;
  height: 32px;
  background: url("data:image/svg+xml;base64, PHN2ZyB2aWV3Qm94PScwIDAgMTYgMTYnIHN0eWxlPSdmaWxsOiM1OTU5NTYnIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTE1LjM2NCAxNC42MzZMOS43MzUgOS4wMDhhNS41IDUuNSAwIDEgMC0uNzA2LjcwOGw1LjYyOCA1LjYyNy43MDctLjcwN3pNMSA1LjVDMSAzLjAxOSAzLjAxOSAxIDUuNSAxUzEwIDMuMDE5IDEwIDUuNSA3Ljk4MSAxMCA1LjUgMTAgMSA3Ljk4MSAxIDUuNXonLz48L3N2Zz4=") no-repeat center center; }
  .esri-search-button-submit:hover, .esri-search-button-submit:focus {
    background: url("data:image/svg+xml;base64, PHN2ZyB2aWV3Qm94PScwIDAgMTYgMTYnIHN0eWxlPSdmaWxsOiM0OWIwZjInIHhtbG5zPSdodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2Zyc+PHBhdGggZD0nTTE1LjM2NCAxNC42MzZMOS43MzUgOS4wMDhhNS41IDUuNSAwIDEgMC0uNzA2LjcwOGw1LjYyOCA1LjYyNy43MDctLjcwN3pNMSA1LjVDMSAzLjAxOSAzLjAxOSAxIDUuNSAxUzEwIDMuMDE5IDEwIDUuNSA3Ljk4MSAxMCA1LjUgMTAgMSA3Ljk4MSAxIDUuNXonLz48L3N2Zz4=") no-repeat center center; }

[dir=rtl] .esri-search-button-submit {
  right: initial;
  left: 12px; }

/* Quote Carousel
/* ========================================================================== */
.quotousel {
  min-height: 45vh;
  position: relative; }
  .quotousel-list {
    margin: 0;
    padding: 0; }
  .quotousel-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    min-height: 45vh;
    padding: 3vh 0 4vh 0; }
    .quotousel-item.is-hidden {
      display: none; }
    .quotousel-item.is-visible {
      opacity: 1; }
    .quotousel-item p {
      margin: 0;
      padding: 0; }
  .quotousel .edc-quotousel-item[hidden] {
    display: none; }
  .quotousel-quotation {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox='0%200%2064%2064'%20color='%23323232'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M62%2016.922V7.223c-9.963%200-18.603%205.643-22.913%2013.904a25.712%2025.712%200%200%200-2.92%2011.93V56h18.54A7.292%207.292%200%200%200%2062%2048.708V33.057H45.865c0-8.91%207.224-16.135%2016.135-16.135zM5.087%2021.127a25.712%2025.712%200%200%200-2.92%2011.93V56h18.54A7.292%207.292%200%200%200%2028%2048.708V33.057H11.865c0-8.91%207.224-16.135%2016.135-16.135V7.223c-9.963%200-18.603%205.643-22.913%2013.904z'%20fill='rgba%2850%2C%2050%2C%2050%2C%20.6%29'/%3E%3Cpath%20d='M0%200h64v64H0z'%20fill='none'/%3E%3C/svg%3E");
    background-size: 53px 47px;
    background-repeat: no-repeat;
    box-sizing: border-box;
    color: #323232;
    font-size: 1.25rem;
    line-height: 1.25;
    padding-top: 60px;
    -webkit-transition: font-size .2s; }
  .quotousel-citation {
    color: #595959;
    display: block;
    font-size: 1.25rem;
    font-style: normal;
    margin-top: 1em;
    padding-top: 1em;
    position: relative; }
    .quotousel-citation::before {
      background-color: #a9a9a9;
      content: "";
      display: block;
      height: 1px;
      position: absolute;
      top: 0;
      width: 42px; }
  .quotousel-controls {
    bottom: 25px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    text-align: center; }
    @media screen and (max-width: 736px) {
      .quotousel-controls {
        bottom: 5px; } }
  .quotousel-control {
    border-radius: 50%;
    border-style: none;
    box-shadow: inset 0 0 0 1px #959595;
    height: 12px;
    margin-right: 7px;
    margin-left: 7px;
    padding: 0;
    width: 12px; }
    .quotousel-control:hover {
      box-shadow: inset 0 0 0 2px #0079c1; }
    .quotousel-control:focus {
      outline: none;
      box-shadow: inset 0 0 0 1px #0079c1; }
  .quotousel [aria-pressed="true"] {
    background-color: #0079c1;
    box-shadow: inset 0 0 0 1px #0079c1; }
  .quotousel [aria-pressed="false"] {
    background-color: transparent; }
  .quotousel blockquote {
    border-left: none;
    width: 80%;
    max-width: 50em;
    margin: 0; }
    @media screen and (max-width: 736px) {
      .quotousel blockquote {
        margin-bottom: 1rem; } }

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

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

/* media queries */
.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 *, .product-pricing-section * {
    box-sizing: border-box; }
    .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: #323232; }
    .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;
        /* three items */
        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: #555555;
          box-shadow: inset 0 0 0 1px #aaaaaa;
          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: #000;
            box-shadow: inset 0 0 0 1px #0079c1; }
          .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: #0079c1;
            box-shadow: inset 0 0 0 2px #0079c1; }
          .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; }
        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: #555555; }
      @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; }
        .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; }
          @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__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 #a9a9a9;
            background: transparent;
            font-size: 15px;
            color: #595959;
            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: #f4f4f4;
              border: 1px solid #6e6e6e;
              color: #000000; }
            .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: #ffffff;
              border: 1px solid #0079c1;
              color: #0079c1; }
          .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;
            border-top: 1px solid #a9a9a9;
            border-bottom: 1px solid #a9a9a9;
            border-left: none;
            border-right: none;
            width: 58px;
            text-align: center;
            box-shadow: none;
            color: #000;
            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: #ffffff;
              border: 1px solid #0079c1;
              color: #0079c1; }
          .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: #4c4c4c;
          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 #efefef;
        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%); }
        .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 #005e95;
            color: #005e95; }
            .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 #0079c1;
            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;
        color: #151515;
        font-weight: 500; }
        .product-pricing .prc__card--title-text, .product-pricing-section .prc__card--title-text {
          padding-right: 20px; }
        .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 #a9a9a9; }
        @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 #efefef; } }
      .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;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 30px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }
  .product-pricing .customfadeInUp, .product-pricing-section .customfadeInUp {
    -webkit-animation-name: 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;
  box-sizing: border-box;
  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: #6a6a6a;
    font-size: 12px;
    line-height: 1.25; }
  .more-info-content-heading {
    border-bottom: 1px solid #f3f3f3;
    padding-bottom: 10px;
    color: #151515; }
  .more-info-content .more-info-section-heading {
    color: #151515; }
  @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 black;
  border-color: transparent transparent #fff #fff;
  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; } }

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

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

.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: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 8%, white 16%, white 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 8%, white 16%, white 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 8%, white 16%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
        /* IE6-9 */ }
    .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: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 8%, white 16%, white 100%);
        /* FF3.6-15 */
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 8%, white 16%, white 100%);
        /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 8%, white 16%, white 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
        /* IE6-9 */ }
    @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-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; }

/*** phase one ***/
@keyframes containerSlideDown {
  0% {
    top: -56px; }
  50% {
    top: 0; }
  100% {
    top: 0; } }

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

/*** phase two ***/
@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); } }

/*** phase three ***/
@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%; } }

/*** phase four ***/
@keyframes showCheckout {
  0% {
    left: -20%;
    opacity: 0; }
  100% {
    left: 0;
    opacity: 1; } }

/*** reverse cart position ***/
@keyframes containerSlideUp {
  0% {
    top: 0; }
  100% {
    top: -56px; } }

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

.pulseLarge {
  -webkit-animation-name: pulseLarge;
  animation-name: pulseLarge; }

/* v.344 */

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

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

@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 white;
          margin-left: -10px;
          font-weight: 500;
          color: #6e6e6e; }
          .mobile-nav-popup ul .nav-section a {
            color: #6e6e6e; }
          .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 #0079c1;
            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: -webkit-transform .25s;
    transition: transform .25s, -webkit-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: -webkit-sticky;
      position: sticky;
      top: 0;
      z-index: 15; } }

.comparison-table__wrapper {
  background-color: #0079c1;
  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: #f8f8f8; }
  .comparison-table__wrapper[aria-selected="false"] {
    min-height: 320px; }
    .comparison-table__wrapper[aria-selected="false"] .comparison-table__content button {
      color: #4c4c4c;
      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; }
      @media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
        .comparison-table__wrapper[aria-selected="false"] .comparison-table__content button.compare {
          margin-top: 100px; } }
      .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: #0079c1;
      margin: 10px;
      width: 160px;
      border: 1px solid #0079c1;
      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: #fff; }
      .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 #d2e9f9;
        color: #ffffff; }
      .comparison-table__wrapper[aria-selected="true"] .comparison-table__content--items .compare-item[data-attribute="selected"] {
        color: #ffffff;
        background: #005e95; }
        .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: white;
        margin: 0;
        transition: all .25s ease-in-out;
        border-left: 5px solid white;
        margin-left: -10px;
        font-weight: 500;
        color: #6e6e6e; }
  .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: -webkit-transform .25s;
            transition: transform .25s, -webkit-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: #0079c1; }
      @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 #0079c1;
        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: #fff; }
        .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: -webkit-sticky;
      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: #f8f8f8; }
  .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: #005e95; }

.product-pricing-section.bundle .prc .prc__pricing-cards .prc_container .background-cards {
  display: inline-block;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1); }

.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-bottom: 1px solid rgba(0, 0, 0, 0.1);
    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; }

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

.mobileonly {
  display: block; }
  @media screen and (min-width: 480px) {
    .mobileonly {
      display: 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%;
    box-sizing: border-box;
    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 {
        -ms-flex-preferred-size: calc(50% - 1.5rem);
        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 {
        -ms-flex-preferred-size: calc(25% - 1.5rem);
        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%; }

.overlay-split {
  max-width: 100%;
  overflow-x: hidden; }
  .overlay-split .overlay-split-content-block {
    position: relative;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat; }
    .overlay-split .overlay-split-content-block-wrapper {
      position: relative;
      width: 100%; }
      @media (min-width: 480px) {
        .overlay-split .overlay-split-content-block-wrapper {
          min-height: 600px; } }
      @media (min-width: 860px) {
        .overlay-split .overlay-split-content-block-wrapper {
          min-height: 960px; } }
  .overlay-split .main-image {
    width: 100%;
    height: 0;
    padding-bottom: 72.22%;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    max-width: 1100px; }
    @media (min-width: 480px) {
      .overlay-split .main-image {
        width: 72%;
        height: 100%;
        position: absolute;
        top: 0;
        bottom: 0;
        padding-bottom: 0;
        background-size: contain;
        min-height: 600px; }
        .overlay-split .main-image.position-left {
          left: 0;
          background-position: right center; }
        .overlay-split .main-image.position-right {
          right: 0;
          background-position: left center; } }
    @media (min-width: 860px) {
      .overlay-split .main-image {
        width: 55.5%;
        background-size: contain; }
        .overlay-split .main-image.position-left {
          margin-left: 120px; }
        .overlay-split .main-image.position-right {
          margin-right: 120px; } }
    @media (min-width: 1440px) {
      .overlay-split .main-image {
        background-size: contain; }
        .overlay-split .main-image.position-left {
          margin-left: 120px;
          left: 8%; }
        .overlay-split .main-image.position-right {
          margin-right: 120px;
          right: 8%; } }
  .overlay-split .overlay-wrapper {
    width: 100%;
    height: auto;
    min-height: 400px;
    opacity: 0.9;
    padding: 35px 0;
    margin-top: -8%; }
    .overlay-split .overlay-wrapper .overlay-text-wrapper {
      height: 100%; }
    @media (min-width: 480px) {
      .overlay-split .overlay-wrapper {
        padding: 0;
        width: 70%;
        position: absolute;
        top: 0;
        bottom: 0;
        min-height: 600px;
        margin-top: 0px; }
        .overlay-split .overlay-wrapper.position-left {
          left: 0; }
        .overlay-split .overlay-wrapper.position-right {
          right: 0; } }
    @media (min-width: 860px) {
      .overlay-split .overlay-wrapper {
        min-height: 960px;
        width: 50%; } }
    .overlay-split .overlay-wrapper .btn-cta {
      border-width: 1px;
      border-style: solid;
      transition: all .15s ease-in-out;
      margin-right: 5px;
      background: transparent; }
      .overlay-split .overlay-wrapper .btn-cta[aria-role]: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; }
    .overlay-split .overlay-wrapper .btn-cta-black {
      color: black;
      border-color: black; }
      .overlay-split .overlay-wrapper .btn-cta-black:hover {
        background: transparent;
        box-shadow: inset 0 0 0 1px black;
        color: black; }
      .overlay-split .overlay-wrapper .btn-cta-black[data-link-type='internal']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .overlay-split .overlay-wrapper .btn-cta-black[data-link-type='external']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .overlay-split .overlay-wrapper .btn-cta-black[data-link-type='video']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .overlay-split .overlay-wrapper .btn-cta-black[data-link-type='document']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .overlay-split .overlay-wrapper .btn-cta-white {
      color: white;
      border-color: white; }
      .overlay-split .overlay-wrapper .btn-cta-white:hover {
        background: transparent;
        box-shadow: inset 0 0 0 1px #FFFFFF;
        color: white; }
      .overlay-split .overlay-wrapper .btn-cta-white[data-link-type='internal']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .overlay-split .overlay-wrapper .btn-cta-white[data-link-type='external']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .overlay-split .overlay-wrapper .btn-cta-white[data-link-type='video']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .overlay-split .overlay-wrapper .btn-cta-white[data-link-type='document']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .overlay-split .overlay-wrapper .btn-cta-white[data-link-type]:after, .overlay-split .overlay-wrapper .btn-cta-black[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: 6px;
      position: relative;
      top: 2px; }
  .overlay-split .overlay-text {
    box-sizing: border-box;
    width: 92%;
    margin: 0 auto; }
    html[dir='rtl'] .overlay-split .overlay-text hr.separator {
      margin: 0 0 20px 100%; }
    @media (min-width: 480px) {
      .overlay-split .overlay-text {
        margin: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        max-width: 426px; } }
    @media (min-width: 860px) {
      .overlay-split .overlay-text {
        max-width: 440px; } }
    @media (min-width: 1200px) {
      .overlay-split .overlay-text {
        max-width: 516px; } }
    .overlay-split .overlay-text .mega-title {
      font-size: 80px;
      line-height: 80px; }
      @media screen and (max-width: 1024px) {
        .overlay-split .overlay-text .mega-title p {
          font-size: calc(100% - 1vh);
          line-height: inherit; } }
      @media screen and (max-width: 768px) {
        .overlay-split .overlay-text .mega-title p {
          font-size: calc(100% - 3vh); } }
  .overlay-split .divider {
    width: 50px;
    height: 3px;
    margin: 0;
    padding-bottom: 15px; }
  .overlay-split .body.none {
    color: #bcbcbc; }
  .overlay-split .body ul {
    margin-left: 0px; }

/* Right to Left */
html[dir="rtl"] .overlay-split .overlay-wrapper .btn-cta[aria-role]:after {
  margin-left: 0px;
  margin-right: 10px; }

html[dir="rtl"] .overlay-split .overlay-wrapper .btn-cta-white[data-link-type]:not([data-link-type='video']):after, html[dir="rtl"] .overlay-split .overlay-wrapper .btn-cta-black[data-link-type]:not([data-link-type='video']):after {
  transform: scaleX(-1);
  position: relative;
  right: 5px; }

html[dir="rtl"] .overlay-split .overlay-wrapper .btn-cta-white[data-link-type][data-link-type='video']:after, html[dir="rtl"] .overlay-split .overlay-wrapper .btn-cta-black[data-link-type][data-link-type='video']:after {
  right: 5px; }

.mosaic-reveal {
  width: 100%; }
  .mosaic-reveal .btn-clear {
    background: transparent; }
  .mosaic-reveal .mosaic-reveal {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    box-sizing: border-box; }
    @media (min-width: 1200px) {
      .mosaic-reveal .mosaic-reveal.core-is-last .mosaic-reveal_core {
        order: 1; } }
  .mosaic-reveal_core {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: auto;
    flex-basis: 100%;
    width: 100%;
    padding: 35px 11%;
    background: no-repeat center;
    background-size: cover; }
    @media screen and (min-width: 480px) {
      .mosaic-reveal_core {
        padding: 50px 16% 50px 16%; } }
    @media screen and (min-width: 1100px) {
      .mosaic-reveal_core {
        padding: 50px 6%; } }
    @media screen and (min-width: 1200px) {
      .mosaic-reveal_core {
        flex-basis: 50%;
        width: 50%;
        max-width: 50%;
        padding: 0 5%; } }
    @media screen and (min-width: 1400px) {
      .mosaic-reveal_core {
        padding: 0 8%; } }
    @media screen and (min-width: 1700px) {
      .mosaic-reveal_core {
        padding: 0 10%; } }
    @media screen and (min-width: 1920px) {
      .mosaic-reveal_core {
        padding: 0 12%; } }
  .mosaic-reveal_core-title {
    padding-bottom: 0;
    position: relative;
    margin-bottom: 0;
    line-height: 1.25;
    font-size: 2.40307rem; }
  .mosaic-reveal_core-body {
    line-height: 1.25;
    font-size: 1rem; }
  .mosaic-reveal_core-mega-title {
    font-size: calc(100% + 6vw);
    line-height: 1.1; }
    @media screen and (min-width: 1024px) {
      .mosaic-reveal_core-mega-title {
        font-size: 4.75rem;
        line-height: 1.11; } }
  .mosaic-reveal_core-cta {
    display: table; }
  .mosaic-reveal_core-cta-icon {
    display: inline-block;
    margin-left: 3px;
    background-size: cover;
    width: 14px;
    height: 14px; }
  .mosaic-reveal_mosaics {
    box-sizing: border-box;
    flex-basis: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    overflow: hidden; }
    .mosaic-reveal_mosaics:focus {
      outline: 2px solid red; }
    @media screen and (min-width: 1200px) {
      .mosaic-reveal_mosaics {
        flex-basis: 50%;
        width: 50%; } }
    .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2),
    .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2) ~ .mosaic-reveal_mosaic,
    .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) {
      flex-basis: 100%;
      width: 100%;
      max-width: 100%; }
      @media screen and (min-width: 860px) {
        .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2) .mosaic-reveal_tease-title,
        .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2) .mosaic-reveal_content-title,
        .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2) .mosaic-reveal_content-body,
        .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2) ~ .mosaic-reveal_mosaic .mosaic-reveal_tease-title,
        .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2) ~ .mosaic-reveal_mosaic .mosaic-reveal_content-title,
        .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2) ~ .mosaic-reveal_mosaic .mosaic-reveal_content-body,
        .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) .mosaic-reveal_tease-title,
        .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) .mosaic-reveal_content-title,
        .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) .mosaic-reveal_content-body {
          width: 50%; } }
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2) .mosaic-reveal_content-cta,
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2) ~ .mosaic-reveal_mosaic .mosaic-reveal_content-cta,
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) .mosaic-reveal_content-cta {
        font-size: 0.9375rem;
        line-height: 1.55rem; }
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2) .mosaic-reveal_content-cta-icon,
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(2) ~ .mosaic-reveal_mosaic .mosaic-reveal_content-cta-icon,
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) .mosaic-reveal_content-cta-icon {
        width: 14px;
        height: 14px; }
    .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) + .mosaic-reveal_mosaic,
    .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) + .mosaic-reveal_mosaic + .mosaic-reveal_mosaic,
    .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(4),
    .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(4) ~ .mosaic-reveal_mosaic {
      flex-basis: 50%;
      width: 50%;
      max-width: 50%; }
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) + .mosaic-reveal_mosaic .mosaic-reveal_content-cta,
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) + .mosaic-reveal_mosaic + .mosaic-reveal_mosaic .mosaic-reveal_content-cta,
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(4) .mosaic-reveal_content-cta,
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(4) ~ .mosaic-reveal_mosaic .mosaic-reveal_content-cta {
        font-size: 0.875rem;
        line-height: 1.55rem; }
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) + .mosaic-reveal_mosaic .mosaic-reveal_content-cta-icon,
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(3) + .mosaic-reveal_mosaic + .mosaic-reveal_mosaic .mosaic-reveal_content-cta-icon,
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(4) .mosaic-reveal_content-cta-icon,
      .mosaic-reveal_mosaics > .mosaic-reveal_mosaic:first-child:nth-last-child(4) ~ .mosaic-reveal_mosaic .mosaic-reveal_content-cta-icon {
        width: 13px;
        height: 13px; }
  .mosaic-reveal_mosaic {
    height: 200px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    outline: none;
    background: no-repeat center;
    background-size: cover; }
    .mosaic-reveal_mosaic .mosaic-reveal_content-cta {
      margin-top: 1.55rem; }
    @media screen and (max-width: 859px) {
      .mosaic-reveal_mosaic.show-content {
        position: static; }
        .mosaic-reveal_mosaic.show-content .mosaic-reveal_tease[aria-hidden="true"] {
          visibility: hidden;
          opacity: 0;
          transition: all 1s ease; }
        .mosaic-reveal_mosaic.show-content .mosaic-reveal_content {
          visibility: visible;
          opacity: 1.0;
          top: 0; }
          .mosaic-reveal_mosaic.show-content .mosaic-reveal_content::before {
            height: 0; }
          .mosaic-reveal_mosaic.show-content .mosaic-reveal_content > * {
            opacity: 1.0; }
          .mosaic-reveal_mosaic.show-content .mosaic-reveal_content > .mosaic-reveal_content-bg {
            opacity: 0.95; } }
    @media screen and (max-width: 859px) {
      .mosaic-reveal_mosaic .mosaic-reveal_tease[aria-hidden="true"] {
        visibility: hidden;
        opacity: 0;
        transition: all 1s ease; } }
    @media screen and (min-width: 360px) {
      .mosaic-reveal_mosaic {
        height: 220px; } }
    @media screen and (min-width: 400px) {
      .mosaic-reveal_mosaic {
        height: 240px; } }
    @media screen and (min-width: 440px) {
      .mosaic-reveal_mosaic {
        height: 260px; } }
    @media screen and (min-width: 480px) {
      .mosaic-reveal_mosaic {
        height: 280px; } }
    @media screen and (min-width: 560px) {
      .mosaic-reveal_mosaic {
        height: 300px; } }
    @media screen and (min-width: 860px) {
      .mosaic-reveal_mosaic {
        height: 400px;
        cursor: default; }
        .mosaic-reveal_mosaic:hover:not(.mosaic-reveal_mosaic--untouched) .mosaic-reveal_content, .mosaic-reveal_mosaic--touched .mosaic-reveal_content {
          visibility: visible;
          opacity: 1.0;
          top: 0; }
          .mosaic-reveal_mosaic:hover:not(.mosaic-reveal_mosaic--untouched) .mosaic-reveal_content::before, .mosaic-reveal_mosaic--touched .mosaic-reveal_content::before {
            height: 0; }
          .mosaic-reveal_mosaic:hover:not(.mosaic-reveal_mosaic--untouched) .mosaic-reveal_content > *, .mosaic-reveal_mosaic--touched .mosaic-reveal_content > * {
            opacity: 1.0; }
          .mosaic-reveal_mosaic:hover:not(.mosaic-reveal_mosaic--untouched) .mosaic-reveal_content > .mosaic-reveal_content-bg, .mosaic-reveal_mosaic--touched .mosaic-reveal_content > .mosaic-reveal_content-bg {
            opacity: 0.95; }
        .mosaic-reveal_mosaic:hover:not(.mosaic-reveal_mosaic--untouched) .mosaic-reveal_tease, .mosaic-reveal_mosaic--touched .mosaic-reveal_tease {
          visibility: hidden;
          opacity: 0;
          transition: all 1s ease; } }
  .mosaic-reveal_tease {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    transition: all 1s ease; }
  .mosaic-reveal_tease-category {
    padding: 6px 8px 6px 20px;
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase; }
    @media screen and (min-width: 480px) {
      .mosaic-reveal_tease-category {
        padding: 6px 8px 6px 30px; } }
    @media screen and (min-width: 860px) {
      .mosaic-reveal_tease-category {
        padding: 8px 10px 8px 50px;
        font-size: 13px; } }
    @media screen and (min-width: 1200px) {
      .mosaic-reveal_tease-category {
        padding: 8px 10px 8px 20px; } }
    @media screen and (min-width: 1450px) {
      .mosaic-reveal_tease-category {
        padding: 8px 10px 8px 50px; } }
  .mosaic-reveal_tease-title {
    padding: 2px 50px 15px 20px;
    margin: 0;
    font-size: 1.2019rem; }
    @media screen and (min-width: 480px) {
      .mosaic-reveal_tease-title {
        padding: 10px 50px 15px 30px; } }
    @media screen and (min-width: 860px) {
      .mosaic-reveal_tease-title {
        padding: 15px 50px 50px 50px; } }
    @media screen and (min-width: 1200px) {
      .mosaic-reveal_tease-title {
        padding: 15px 20px 50px;
        font-size: 1.414rem; } }
    @media screen and (min-width: 1450px) {
      .mosaic-reveal_tease-title {
        padding: 15px 50px 50px 50px; } }
  .mosaic-reveal_content {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 100%;
    z-index: 2;
    padding: 0 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    visibility: hidden;
    opacity: 0.0;
    transition: all .500s ease; }
    @media screen and (min-width: 480px) {
      .mosaic-reveal_content {
        padding: 0 15%; } }
    @media screen and (min-width: 650px) {
      .mosaic-reveal_content {
        padding: 0 20%; } }
    @media screen and (min-width: 860px) {
      .mosaic-reveal_content {
        padding: 0 50px; } }
    @media screen and (min-width: 1200px) {
      .mosaic-reveal_content {
        padding: 0 20px; } }
    @media screen and (min-width: 1450px) {
      .mosaic-reveal_content {
        padding: 0 50px; } }
    .mosaic-reveal_content[aria-hidden="false"] {
      visibility: visible;
      opacity: 1.0; }
    .mosaic-reveal_content::before {
      height: 220px;
      content: "";
      display: block;
      width: 100%;
      transition: all 1s ease; }
    .mosaic-reveal_content.mobileStyle::after {
      content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiIgd2lpZD0iQzE4NjEiPiAgICA8cGF0aCAgICAgICAgZD0iTTguNzE4IDhsNS4zMDMgNS4zMDMtLjcwNy43MDdMOC4wMSA4LjcwNyAyLjcwNyAxNC4wMSAyIDEzLjMwMyA3LjMwMyA4IDIgMi42OTdsLjcwNy0uNzA3TDguMDEgNy4yOTNsNS4zMDQtNS4zMDMuNzA3LjcwN3oiICAgICAgICB3aWlkPSJDMTg2MiI+PC9wYXRoPjwvc3ZnPg==");
      position: absolute;
      display: block;
      height: 25px;
      width: 25px;
      right: 15px;
      left: auto;
      top: 15px; }
      html[dir='rtl'] .mosaic-reveal_content.mobileStyle::after {
        right: auto;
        left: 15px; }
    .mosaic-reveal_content > * {
      opacity: 0.0;
      transition: all 1s ease; }
    .mosaic-reveal_content-cta {
      margin-top: 1.55rem; }
  .mosaic-reveal_content-bg {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.95; }
  .mosaic-reveal_content-category {
    font-size: 12px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    margin-bottom: 5px; }
    @media screen and (min-width: 860px) {
      .mosaic-reveal_content-category {
        font-size: 13px; } }
  .mosaic-reveal_content-title {
    padding: 0 0 15px 0;
    margin: 0 0 15px 0;
    position: relative;
    font-size: 1.2019rem; }
    @media screen and (min-width: 480px) {
      .mosaic-reveal_content-title {
        font-size: 1.414rem; } }
    .mosaic-reveal_content-title::after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      width: 50px;
      border-bottom-width: 1px;
      border-bottom-style: solid; }
  .mosaic-reveal_content-body {
    margin-bottom: 0;
    line-height: 1.25; }
  .mosaic-reveal_content-cta {
    margin-top: 1.55rem;
    padding-left: 0;
    padding-right: 0; }
  .mosaic-reveal_content-cta-icon {
    display: inline-block;
    margin-left: 3px;
    background-size: cover; }
  .mosaic-reveal_content-show {
    content: "";
    height: 14px;
    width: 14px;
    display: block;
    position: absolute;
    right: 20px;
    bottom: 22px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat; }
    @media screen and (min-width: 480px) {
      .mosaic-reveal_content-show {
        height: 20px;
        width: 20px; } }
  .mosaic-reveal.cta-variant .mosaic-reveal_content .mosaic-reveal_content-cta {
    padding: 6px 16px; }
    .mosaic-reveal.cta-variant .mosaic-reveal_content .mosaic-reveal_content-cta:after {
      border-bottom: none; }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_core-title, .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_core-mega-title, .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_core-body, .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_tease-title, .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-title, .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-body {
  color: #000000; }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-cta {
  color: #000000; }
  .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-cta::after {
    border-color: #000000; }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_core-cta {
  border-color: #000000;
  color: #000000; }
  .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_core-cta:hover {
    box-shadow: inset 0 0 0 1px #000000; }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_tease-category {
  background: rgba(0, 0, 0, 0.85);
  color: #FFFFFF; }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-show {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23000000%3B%22%20points%3D%227%2C9%206.3000002%2C9%202%2C13.3000002%202%2C9%201%2C9%201%2C15%207%2C15%207%2C14%202.7%2C14%207%2C9.6999998%20%22%2F%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23000000%3B%22%20points%3D%229%2C7%209.6999998%2C7%2014%2C2.7%2014%2C7%2015%2C7%2015%2C1%209%2C1%209%2C2%2013.3000002%2C2%209%2C6.3000002%20%22%2F%3E%0D%0A%3C%2Fsvg%3E"); }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-hide {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20class%3D%22svg-icon%22%3E%3Cpath%20style%3D%22fill%3A%20%23000000%3B%22%20d%3D%22M18.404%2016l9.9%209.9-2.404%202.404-9.9-9.9-9.9%209.9L3.696%2025.9l9.9-9.9-9.9-9.898L6.1%203.698l9.9%209.899%209.9-9.9%202.404%202.406-9.9%209.898z%22%2F%3E%3C%2Fsvg%3E"); }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-category {
  color: rgba(0, 0, 0, 0.85); }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_mosaic::before {
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 66%, white 100%); }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_tease-title::after, .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-title::after {
  border-bottom-color: rgba(0, 0, 0, 0.5); }

[dir="rtl"] .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_core-cta-icon:not(.icon-video), [dir="rtl"] .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-cta-icon:not(.icon-video) {
  transform: scaleX(-1); }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_core-cta-icon.icon-internal, .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-cta-icon.icon-internal {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjMDAwIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_core-cta-icon.icon-external, .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-cta-icon.icon-external {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_core-cta-icon.icon-video, .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-cta-icon.icon-video {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }

.mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_core-cta-icon.icon-document, .mosaic-reveal [data-theme="dark-text"] .mosaic-reveal_content-cta-icon.icon-document {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiIvPjwvc3ZnPg=="); }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_core-title, .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_core-mega-title, .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_core-body, .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_tease-title, .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-title, .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-body {
  color: #FFFFFF; }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-cta {
  color: #FFFFFF; }
  .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-cta::after {
    border-color: #ffffff; }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_core-cta {
  border-color: #FFFFFF;
  color: #FFFFFF; }
  .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_core-cta:hover {
    box-shadow: inset 0 0 0 1px #FFFFFF; }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_tease-category {
  background: rgba(255, 255, 255, 0.9);
  color: #323232; }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-show {
  background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2216px%22%20height%3D%2216px%22%20viewBox%3D%220%200%2016%2016%22%20style%3D%22enable-background%3Anew%200%200%2016%2016%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%227%2C9%206.3000002%2C9%202%2C13.3000002%202%2C9%201%2C9%201%2C15%207%2C15%207%2C14%202.7%2C14%207%2C9.6999998%20%22%2F%3E%0D%0A%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%229%2C7%209.6999998%2C7%2014%2C2.7%2014%2C7%2015%2C7%2015%2C1%209%2C1%209%2C2%2013.3000002%2C2%209%2C6.3000002%20%22%2F%3E%0D%0A%3C%2Fsvg%3E"); }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-hide {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2225%22%20height%3D%2225%22%20viewBox%3D%220%200%2032%2032%22%20class%3D%22svg-icon%22%3E%3Cpath%20style%3D%22fill%3A%20%23FFFFFF%3B%22%20d%3D%22M18.404%2016l9.9%209.9-2.404%202.404-9.9-9.9-9.9%209.9L3.696%2025.9l9.9-9.9-9.9-9.898L6.1%203.698l9.9%209.899%209.9-9.9%202.404%202.406-9.9%209.898z%22%2F%3E%3C%2Fsvg%3E"); }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content.mobileStyle::after {
  content: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHN0eWxlPSJmaWxsOiB3aGl0ZSIgdmlld0JveD0iMCAwIDE2IDE2IiB3aWlkPSJDMTk0MCI+PHBhdGggc3R5bGU9ImZpbGw6ICNmZmZmZmYiIGQ9Ik04LjcxOCA4bDUuMzAzIDUuMzAzLS43MDcuNzA3TDguMDEgOC43MDcgMi43MDcgMTQuMDEgMiAxMy4zMDMgNy4zMDMgOCAyIDIuNjk3bC43MDctLjcwN0w4LjAxIDcuMjkzbDUuMzA0LTUuMzAzLjcwNy43MDd6IiB3aWlkPSJDMTk0MSI+PC9wYXRoPjwvc3ZnPg==");
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  right: 15px;
  left: auto;
  top: 15px; }
  html[dir='rtl'] .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content.mobileStyle::after {
    right: auto;
    left: 15px; }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-category {
  color: rgba(255, 255, 255, 0.9); }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_mosaic::before {
  background: linear-gradient(to bottom, transparent 66%, black 100%); }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_tease-title::after, .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-title::after {
  border-bottom-color: rgba(255, 255, 255, 0.5); }

[dir="rtl"] .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_core-cta-icon:not(.icon-video), [dir="rtl"] .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-cta-icon:not(.icon-video) {
  transform: scaleX(-1); }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_core-cta-icon.icon-internal, .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-cta-icon.icon-internal {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_core-cta-icon.icon-external, .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-cta-icon.icon-external {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_core-cta-icon.icon-video, .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-cta-icon.icon-video {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }

.mosaic-reveal [data-theme="light-text"] .mosaic-reveal_core-cta-icon.icon-document, .mosaic-reveal [data-theme="light-text"] .mosaic-reveal_content-cta-icon.icon-document {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+"); }

/* Right to Left */
html[dir="rtl"] body .mosaic-reveal .btn-animated-border-bottom::after {
  left: auto;
  right: 0; }

@media screen and (min-width: 1920px) {
  .mosaic-reveal.boldcontent .mosaic-reveal_core {
    padding: 0 20% 0 3%; } }

.mosaic-reveal.boldcontent .mosaic-reveal_core-title {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 700;
  font-style: normal; }
  @media screen and (min-width: 479px) {
    .mosaic-reveal.boldcontent .mosaic-reveal_core-title {
      font-size: 1.33rem; } }
  @media screen and (max-width: 859px) {
    .mosaic-reveal.boldcontent .mosaic-reveal_core-title {
      font-size: 1.414rem; } }

.mosaic-reveal.boldcontent .mosaic-reveal_core-body {
  font-size: 2.0752rem;
  line-height: 1.15;
  font-weight: 700;
  font-style: normal; }
  @media screen and (min-width: 479px) {
    .mosaic-reveal.boldcontent .mosaic-reveal_core-body {
      font-size: 2.65966rem; } }
  @media screen and (min-width: 859px) {
    .mosaic-reveal.boldcontent .mosaic-reveal_core-body {
      font-size: 3.39795rem; } }

.simple_content_container {
  overflow: hidden;
  background-size: cover; }
  .simple_content_container[data-theme='text-light'] {
    background-color: #323232;
    color: #ffffff; }
    .simple_content_container[data-theme='text-light'] p h2,
    .simple_content_container[data-theme='text-light'] .simple_quotation-source h2,
    .simple_content_container[data-theme='text-light'] .simple_quotation-designation h2,
    .simple_content_container[data-theme='text-light'] .simple_case_study_section h2 {
      color: #ffffff; }
    .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link,
    .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link,
    .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link,
    .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link {
      color: #49b0f2; }
      .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link:hover,
      .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link:hover,
      .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link:hover,
      .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link:hover {
        color: #74c6ff; }
      .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='internal']:after,
      .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='internal']:after,
      .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='internal']:after,
      .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='internal']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='external']:after,
      .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='external']:after,
      .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='external']:after,
      .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='external']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4=); }
      .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='video']:after,
      .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='video']:after,
      .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='video']:after,
      .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='video']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='document']:after,
      .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='document']:after,
      .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='document']:after,
      .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='document']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .simple_content_container[data-theme='text-dark'] {
    background-color: #ffffff;
    color: #323232; }
    .simple_content_container[data-theme='text-dark'] p,
    .simple_content_container[data-theme='text-dark'] .simple_quotation-source,
    .simple_content_container[data-theme='text-dark'] .simple_quotation-designation,
    .simple_content_container[data-theme='text-dark'] .simple_case_study_section h2 {
      color: #323232; }
    .simple_content_container[data-theme='text-dark'] .simple_caseStudy_link {
      color: #0079c1; }
      .simple_content_container[data-theme='text-dark'] .simple_caseStudy_link:hover {
        color: #005e95; }
      .simple_content_container[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='internal']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .simple_content_container[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='external']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4=); }
      .simple_content_container[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='video']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .simple_content_container[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='document']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }

.simple_image-container {
  width: 95%;
  height: 300px; }
  @media screen and (max-width: 479px) {
    .simple_image-container {
      margin: auto;
      width: 60%;
      height: 231px; } }
  .simple_image-container .circleimage {
    border-radius: 50%;
    width: 100%;
    padding-bottom: 100%;
    background: white; }

.simple_quotation-body {
  margin-bottom: 15px; }
  @media screen and (max-width: 479px) {
    .simple_quotation-body {
      line-height: 2.125rem; } }

.simple_quotation-mark {
  height: 48px;
  width: 48px;
  margin-bottom: 12px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: repeat; }
  .simple_quotation-mark .cls-1 {
    fill: #0079c1; }

.simple_socialIcons {
  overflow: auto;
  letter-spacing: 2px;
  margin-right: 10px;
  text-transform: uppercase; }
  .simple_socialIcons div {
    float: left;
    line-height: 30px; }
    [dir="rtl"] .modular-content-strip .simple_socialIcons div {
      float: right; }
  .simple_socialIcons .socialIcons {
    margin: 0 5px; }
    .simple_socialIcons .socialIcons [class^="icon-social"] {
      border-radius: 50%; }

.simple_heading {
  margin-bottom: 15px; }

.simple_case_study_section .simple_caseStudy_link[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; }

.simple_case_study_section .categoryLine {
  text-transform: uppercase; }

/* Right to Left */
html[dir="rtl"] body .modular-content-strip .simple_case_study_section .simple_caseStudy_link[data-link-type]:after {
  margin-left: 0;
  margin-right: 4px; }

html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link,
html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link,
html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link,
html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link {
  color: #49b0f2; }
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link:hover,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link:hover,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link:hover,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link:hover {
    color: #74c6ff; }
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='internal']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='internal']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='internal']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='internal']:after {
    transform: scale(-1);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='external']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='external']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='external']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='external']:after {
    transform: scaleX(-1);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4=); }
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='video']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='video']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='video']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='video']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='document']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='document']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='document']:after,
  html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='document']:after {
    transform: scale(-1);
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }

html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='internal']:after {
  transform: scale(-1);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }

html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='external']:after {
  transform: scaleX(-1);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4=); }

html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='video']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }

html[dir="rtl"] body .modular-content-strip .simple_content_container[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='document']:after {
  transform: scale(-1);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }

html[dir="rtl"] body .modular-content-strip .separator {
  margin-left: auto;
  margin-right: 0; }

.modular-content-strip.large-quote .simple_content_container {
  padding-top: 56.25%;
  position: relative; }
  .modular-content-strip.large-quote .simple_content_container .simple_container {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%); }
    .modular-content-strip.large-quote .simple_content_container .simple_container .column-14 {
      width: 100%; }

.modular-content-strip.large-quote .simple_quotation-body {
  font-size: 84px;
  font-style: normal; }

.modular-content-strip.large-quote .simple_quotation-mark {
  height: 64px;
  width: 64px; }

.modular-content-strip.large-quote--centered .simple_content_container .simple_container {
  text-align: center; }
  .modular-content-strip.large-quote--centered .simple_content_container .simple_container .column-14 {
    max-width: 100%; }

.modular-content-strip.large-quote--centered .simple_quotation-mark {
  margin: 0 auto; }

.modular-content-strip.large-quote--centered .simple_content-info hr.separator {
  margin-left: auto;
  margin-right: auto; }

.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: 15px;
      top: 15px;
      right: 50px;
      bottom: 0; } }

.media-text-float--outer {
  padding-bottom: 0;
  padding-top: 60px; }

.media-text-float--content {
  position: relative;
  padding: 50px 20px; }
  @media (min-width: 768px) {
    .media-text-float--content {
      padding: 50px 0; } }

.media-text-float-item {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  margin-bottom: 70px; }
  @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: 130px; }
      .media-text-float-item:last-child {
        margin-bottom: 70px; } }
  .media-text-float-item--content {
    flex: 0 0 100%;
    padding: 30px 0 0 0; }
    @media (min-width: 768px) {
      .media-text-float-item--content {
        flex: 0 0 45%;
        padding: 0px 40px;
        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 .icons-ui-svg {
      fill: #ffffff; }
    @media (min-width: 1440px) {
      .media-text-float-item--svg {
        display: block; } }
  .media-text-float-item--header {
    color: #ffffff;
    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: #ffffff;
    height: 1px;
    margin: 15px 0;
    width: 60px; }
  .media-text-float-item--body {
    color: #ffffff;
    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%; } }
  .media-text-float-item[data-theme='lighttheme'] .media-text-float-item--actions-cta[data-primary='true'] {
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.85);
    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);
    border: none;
    padding: 0.375rem 1rem;
    margin-right: 8px; }
    .media-text-float-item[data-theme='lighttheme'] .media-text-float-item--actions-cta[data-primary='true']:hover, .media-text-float-item[data-theme='lighttheme'] .media-text-float-item--actions-cta[data-primary='true']:focus {
      text-decoration: none;
      background-color: var(--theme-color);
      color: #ffffff;
      background-color: white;
      color: #323232; }
    [dir='rtl'] .media-text-float-item[data-theme='lighttheme'] .media-text-float-item--actions-cta[data-primary='true'] {
      margin-right: 0;
      margin-left: 8px; }
  .media-text-float-item[data-theme='lighttheme'] .media-text-float-item--actions-cta[data-primary='false'] {
    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 #ffffff;
    color: #ffffff;
    padding: 0.375rem 1rem;
    margin-right: 8px; }
    .media-text-float-item[data-theme='lighttheme'] .media-text-float-item--actions-cta[data-primary='false']:hover, .media-text-float-item[data-theme='lighttheme'] .media-text-float-item--actions-cta[data-primary='false']:focus {
      text-decoration: none;
      box-shadow: inset 0 0 0 2px #ffffff; }
    [dir='rtl'] .media-text-float-item[data-theme='lighttheme'] .media-text-float-item--actions-cta[data-primary='false'] {
      margin-right: 0;
      margin-left: 8px; }
  .media-text-float-item[data-theme='darktheme'] .media-text-float-item--svg .icons-ui-svg {
    fill: #323232; }
  .media-text-float-item[data-theme='darktheme'] .media-text-float-item--header {
    color: #4c4c4c; }
  .media-text-float-item[data-theme='darktheme'] .media-text-float-item--bar {
    background-color: rgba(0, 0, 0, 0.5); }
  .media-text-float-item[data-theme='darktheme'] .media-text-float-item--body {
    color: #4c4c4c; }
  .media-text-float-item[data-theme='darktheme'] .media-text-float-item--actions-cta[data-primary='true'] {
    background-color: #323232;
    background-color: rgba(50, 50, 50, 0.85);
    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);
    border: none;
    padding: 0.375rem 1rem;
    margin-right: 8px; }
    .media-text-float-item[data-theme='darktheme'] .media-text-float-item--actions-cta[data-primary='true']:hover, .media-text-float-item[data-theme='darktheme'] .media-text-float-item--actions-cta[data-primary='true']:focus {
      text-decoration: none;
      background-color: var(--theme-color);
      color: #ffffff;
      background-color: #323232; }
    [dir='rtl'] .media-text-float-item[data-theme='darktheme'] .media-text-float-item--actions-cta[data-primary='true'] {
      margin-right: 0;
      margin-left: 8px; }
  .media-text-float-item[data-theme='darktheme'] .media-text-float-item--actions-cta[data-primary='false'] {
    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 #000000;
    color: #000000;
    padding: 0.375rem 1rem;
    margin-right: 8px; }
    .media-text-float-item[data-theme='darktheme'] .media-text-float-item--actions-cta[data-primary='false']:hover, .media-text-float-item[data-theme='darktheme'] .media-text-float-item--actions-cta[data-primary='false']:focus {
      text-decoration: none;
      box-shadow: inset 0 0 0 2px #000000; }
    [dir='rtl'] .media-text-float-item[data-theme='darktheme'] .media-text-float-item--actions-cta[data-primary='false'] {
      margin-right: 0;
      margin-left: 8px; }

.mts-media-text-split {
  box-sizing: border-box;
  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; } }
    @media (min-width: 1024px) and (min-width: 1440px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
      .mts-media-text-split[data-direction='right'] {
        display: flex;
        flex-direction: row-reverse; } }
  @media (min-width: 1024px) {
        .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[data-theme='light'] .mts-text-wrap .mts-text-title,
  .mts-media-text-split[data-theme='light'] .mts-text-wrap .mts-text-body, .mts-media-text-split[data-theme='lighttheme'] .mts-text-wrap .mts-text-title,
  .mts-media-text-split[data-theme='lighttheme'] .mts-text-wrap .mts-text-body {
    color: #ffffff; }
  .mts-media-text-split[data-theme='light'] .mts-text-wrap .mts-text-category, .mts-media-text-split[data-theme='lighttheme'] .mts-text-wrap .mts-text-category {
    letter-spacing: .12em;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    margin: 0;
    color: #ffffff;
    background: none; }
    @media screen and (min-width: 640px) {
      .mts-media-text-split[data-theme='light'] .mts-text-wrap .mts-text-category, .mts-media-text-split[data-theme='lighttheme'] .mts-text-wrap .mts-text-category {
        font-size: 13px; } }
  .mts-media-text-split[data-theme='light'] .mts-text-wrap .mts-text--content .richtext-container ul li a, .mts-media-text-split[data-theme='light'] .mts-text-wrap .mts-text--content .richtext-container ol li a, .mts-media-text-split[data-theme='lighttheme'] .mts-text-wrap .mts-text--content .richtext-container ul li a, .mts-media-text-split[data-theme='lighttheme'] .mts-text-wrap .mts-text--content .richtext-container ol li a {
    color: #49b0f2; }
    .mts-media-text-split[data-theme='light'] .mts-text-wrap .mts-text--content .richtext-container ul li a:hover, .mts-media-text-split[data-theme='light'] .mts-text-wrap .mts-text--content .richtext-container ol li a:hover, .mts-media-text-split[data-theme='lighttheme'] .mts-text-wrap .mts-text--content .richtext-container ul li a:hover, .mts-media-text-split[data-theme='lighttheme'] .mts-text-wrap .mts-text--content .richtext-container ol li a:hover {
      color: #56a5d8; }
  .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button, .mts-media-text-split[data-theme='lighttheme'] .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[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:focus {
      outline: none;
      cursor: pointer; }
    .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:after {
      border-left: 12px solid #323232; }
      .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:after:hover, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:after:hover {
        border-left: 12px solid #323232; }
    .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:focus {
      background: #0079c1;
      border: none;
      outline: none; }
      .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:hover:after, .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:focus:after, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:hover:after, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:focus:after {
        border-left: 12px solid white; }
    .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:focus {
      background: #0079c1;
      outline: none; }
      .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:focus:after, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:focus:after {
        border-left: 12px solid white; }
    .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split[data-theme='lighttheme'] .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[data-theme='light'] .mts-media-wrap .mts-media-player .play-button, .mts-media-text-split[data-theme='lighttheme'] .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[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:focus {
          outline: none;
          cursor: pointer; }
        .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:after {
          border-left: 15px solid #323232; }
          .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:after:hover, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:after:hover {
            border-left: 15px solid #323232; }
        .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:focus {
          background: #0079c1;
          border: none;
          outline: none; }
          .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:hover:after, .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:focus:after, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:hover:after, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:focus:after {
            border-left: 15px solid white; }
        .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:focus {
          background: #0079c1;
          outline: none; }
          .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:focus:after, .mts-media-text-split[data-theme='lighttheme'] .mts-media-wrap .mts-media-player .play-button:focus:after {
            border-left: 15px solid white; }
        .mts-media-text-split[data-theme='light'] .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split[data-theme='lighttheme'] .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[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border {
    background: none;
    margin-right: 10px;
    border: thin solid #ffffff;
    color: #ffffff; }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border:hover, .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border:focus, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border:hover, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border:focus {
      box-shadow: inset 0 0 0 2px #ffffff; }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border: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"] .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border, html[dir="rtl"] .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border {
      margin-left: 10px;
      margin-right: 0; }
      html[dir="rtl"] .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border:after, html[dir="rtl"] .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border:after {
        transform: scaleX(-1);
        margin-right: 6px;
        margin-left: 0; }
      html[dir="rtl"] .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href$=".mp4"]::after, html[dir="rtl"] .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href$=".mov"]::after, html[dir="rtl"] .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".mp4"]::after, html[dir="rtl"] .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".mov"]::after, html[dir="rtl"] .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href^="https://www.esri.com/videos/"]::after {
        transform: none; }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href*="esri.com"]::after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href*="esri.com"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border:not([href*="esri.com"])::after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border:not([href*="esri.com"])::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href$=".pdf"]::after, .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href$=".doc"]::after, .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href$=".zip"]::after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".pdf"]::after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".doc"]::after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".zip"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href^="/"]::after, .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href^=".."]::after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href^="/"]::after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href^=".."]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href$=".mp4"]::after, .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href$=".mov"]::after, .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href^="https://www.esri.com/videos/"]::after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".mp4"]::after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".mov"]::after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href^="https://www.esri.com/videos/"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons a.btn.btn-animated-border[href*="tel:"]::after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons a.btn.btn-animated-border[href*="tel:"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary {
    padding: 0.375rem 0;
    color: #ffffff;
    color: #ffffff; }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary:after {
      border-bottom: 1px solid #ffffff; }
    html[dir="rtl"] .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary, html[dir="rtl"] .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary {
      margin-right: 0;
      margin-left: 10px; }
      html[dir="rtl"] .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mp4"] span:after, html[dir="rtl"] .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mov"] span:after, html[dir="rtl"] .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href^="https://www.esri.com/videos/"] span:after, html[dir="rtl"] .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mp4"] span:after, html[dir="rtl"] .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mov"] span:after, html[dir="rtl"] .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href^="https://www.esri.com/videos/"] span:after {
        transform: none; }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary span, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary span {
      position: relative; }
      .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary 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"] .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary span:after, html[dir="rtl"] .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary span:after {
          transform: scaleX(-1);
          margin-right: 2px; }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary:after {
      border-bottom: 1px solid #ffffff; }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href*="esri.com"] span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href*="esri.com"] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary:not([href*="esri.com"]) span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary:not([href*="esri.com"]) span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href$=".pdf"] span:after, .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href$=".doc"] span:after, .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href$=".zip"] span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".pdf"] span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".doc"] span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".zip"] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href^="/"] span:after, .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href^=".."] span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href^="/"] span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href^=".."] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mp4"] span:after, .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mov"] span:after, .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href^="https://www.esri.com/videos/"] span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mp4"] span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mov"] span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href^="https://www.esri.com/videos/"] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .mts-media-text-split[data-theme='light'] .mts-text--buttons .mts-text--buttons-secondary[href*="tel:"] span:after, .mts-media-text-split[data-theme='lighttheme'] .mts-text--buttons .mts-text--buttons-secondary[href*="tel:"] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .mts-media-text-split[data-theme='dark'] .mts-text-wrap .mts-text-title,
  .mts-media-text-split[data-theme='dark'] .mts-text-wrap .mts-text-body, .mts-media-text-split[data-theme='darktheme'] .mts-text-wrap .mts-text-title,
  .mts-media-text-split[data-theme='darktheme'] .mts-text-wrap .mts-text-body {
    color: #323232; }
  .mts-media-text-split[data-theme='dark'] .mts-text-wrap .mts-text-category, .mts-media-text-split[data-theme='darktheme'] .mts-text-wrap .mts-text-category {
    letter-spacing: .12em;
    font-size: 11px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    margin: 0;
    color: #4c4c4c;
    background: none; }
    @media screen and (min-width: 640px) {
      .mts-media-text-split[data-theme='dark'] .mts-text-wrap .mts-text-category, .mts-media-text-split[data-theme='darktheme'] .mts-text-wrap .mts-text-category {
        font-size: 13px; } }
  .mts-media-text-split[data-theme='dark'] .mts-text-wrap .mts-text--content .richtext-container ul li a, .mts-media-text-split[data-theme='dark'] .mts-text-wrap .mts-text--content .richtext-container ol li a, .mts-media-text-split[data-theme='darktheme'] .mts-text-wrap .mts-text--content .richtext-container ul li a, .mts-media-text-split[data-theme='darktheme'] .mts-text-wrap .mts-text--content .richtext-container ol li a {
    color: #0079c1; }
    .mts-media-text-split[data-theme='dark'] .mts-text-wrap .mts-text--content .richtext-container ul li a:hover, .mts-media-text-split[data-theme='dark'] .mts-text-wrap .mts-text--content .richtext-container ol li a:hover, .mts-media-text-split[data-theme='darktheme'] .mts-text-wrap .mts-text--content .richtext-container ul li a:hover, .mts-media-text-split[data-theme='darktheme'] .mts-text-wrap .mts-text--content .richtext-container ol li a:hover {
      color: #005e95; }
  .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button {
    border: none;
    margin-top: 0px;
    background: rgba(50, 50, 50, 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[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:focus {
      outline: none;
      cursor: pointer; }
    .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:after {
      border-left: 12px solid white; }
      .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:after:hover, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:after:hover {
        border-left: 12px solid white; }
    .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:focus {
      background: #0079c1;
      border: none;
      outline: none; }
    .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split[data-theme='darktheme'] .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[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button {
        border: none;
        margin-top: 0px;
        background: rgba(50, 50, 50, 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[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:focus {
          outline: none;
          cursor: pointer; }
        .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:after {
          border-left: 15px solid white; }
          .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:after:hover, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:after:hover {
            border-left: 15px solid white; }
        .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:focus, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:hover, .mts-media-text-split[data-theme='darktheme'] .mts-media-wrap .mts-media-player .play-button:focus {
          background: #0079c1;
          border: none;
          outline: none; }
        .mts-media-text-split[data-theme='dark'] .mts-media-wrap .mts-media-player .play-button:after, .mts-media-text-split[data-theme='darktheme'] .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[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border {
    background: none;
    margin-right: 10px;
    border: thin solid #000000;
    color: #000000; }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border:hover, .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border:focus, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border:hover, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border:focus {
      box-shadow: inset 0 0 0 2px #000000; }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border: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"] .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border, html[dir="rtl"] .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border {
      margin-left: 10px;
      margin-right: 0; }
      html[dir="rtl"] .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border:after, html[dir="rtl"] .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border:after {
        transform: scaleX(-1);
        margin-right: 6px;
        margin-left: 0; }
      html[dir="rtl"] .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href$=".mp4"]::after, html[dir="rtl"] .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href$=".mov"]::after, html[dir="rtl"] .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".mp4"]::after, html[dir="rtl"] .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".mov"]::after, html[dir="rtl"] .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href^="https://www.esri.com/videos/"]::after {
        transform: none; }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href*="esri.com"]::after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href*="esri.com"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border:not([href*="esri.com"])::after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border:not([href*="esri.com"])::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href$=".pdf"]::after, .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href$=".doc"]::after, .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href$=".zip"]::after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".pdf"]::after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".doc"]::after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".zip"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href^="/"]::after, .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href^=".."]::after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href^="/"]::after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href^=".."]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href$=".mp4"]::after, .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href$=".mov"]::after, .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href^="https://www.esri.com/videos/"]::after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".mp4"]::after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href$=".mov"]::after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href^="https://www.esri.com/videos/"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons a.btn.btn-animated-border[href*="tel:"]::after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons a.btn.btn-animated-border[href*="tel:"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary {
    padding: 0.375rem 0;
    color: #000000;
    color: #323232; }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary:after {
      border-bottom: 1px solid #000000; }
    html[dir="rtl"] .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary, html[dir="rtl"] .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary {
      margin-right: 0;
      margin-left: 10px; }
      html[dir="rtl"] .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mp4"] span:after, html[dir="rtl"] .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mov"] span:after, html[dir="rtl"] .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href^="https://www.esri.com/videos/"] span:after, html[dir="rtl"] .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mp4"] span:after, html[dir="rtl"] .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mov"] span:after, html[dir="rtl"] .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href^="https://www.esri.com/videos/"] span:after {
        transform: none; }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary span, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary span {
      position: relative; }
      .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary 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"] .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary span:after, html[dir="rtl"] .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary span:after {
          transform: scaleX(-1);
          margin-right: 2px; }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary:after {
      border-bottom: 1px solid #000000; }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href*="esri.com"] span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href*="esri.com"] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary:not([href*="esri.com"]) span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary:not([href*="esri.com"]) span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href$=".pdf"] span:after, .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href$=".doc"] span:after, .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href$=".zip"] span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".pdf"] span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".doc"] span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".zip"] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href^="/"] span:after, .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href^=".."] span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href^="/"] span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href^=".."] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mp4"] span:after, .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mov"] span:after, .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href^="https://www.esri.com/videos/"] span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mp4"] span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href$=".mov"] span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href^="https://www.esri.com/videos/"] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .mts-media-text-split[data-theme='dark'] .mts-text--buttons .mts-text--buttons-secondary[href*="tel:"] span:after, .mts-media-text-split[data-theme='darktheme'] .mts-text--buttons .mts-text--buttons-secondary[href*="tel:"] span:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .mts-media-text-split .mts-text-wrap {
    box-sizing: border-box;
    margin-top: 25px;
    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%; } }
  @media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
    .mts-media-text-split .mts-text-wrap {
      float: left;
      min-height: 355px;
      width: 50%; } }
    .mts-media-text-split .mts-text-wrap .mts-text--content {
      text-align: center;
      padding: 10px 0 0 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 (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: left;
          box-sizing: border-box;
          padding-bottom: 25px;
          padding-left: 30px; } }
      @media (min-width: 1440px) {
        .mts-media-text-split .mts-text-wrap .mts-text--content {
          left: 50%;
          padding-left: 70px;
          position: absolute;
          top: 50%;
          transform: translate(-50%, -50%);
          width: 100%; } }
      html[dir="rtl"] .mts-media-text-split .mts-text-wrap .mts-text--content {
        text-align: right; }
    .mts-media-text-split .mts-text-wrap .mts-text-title {
      margin-bottom: 15px;
      margin-top: 10px;
      color: rgba(50, 50, 50, 0.9);
      font-weight: 300; }
    .mts-media-text-split .mts-text-wrap .mts-text-body {
      color: rgba(50, 50, 50, 0.9); }
    @media (min-width: 768px) {
      .mts-media-text-split .mts-text-wrap .mts-text--buttons {
        grid-gap: 15px; } }
  .mts-media-text-split .mts-media-wrap {
    box-sizing: border-box;
    min-height: 170px;
    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;
        min-height: 355px; } }
    @media (min-width: 1260px) {
      .mts-media-text-split .mts-media-wrap {
        margin-top: 75px;
        align-items: end; } }
    .mts-media-text-split .mts-media-wrap_time-stamp {
      display: block;
      background-color: rgba(255, 255, 255, 0.9);
      position: absolute;
      z-index: 999;
      right: 0;
      bottom: 0;
      color: #4c4c4c;
      box-sizing: border-box;
      padding: 2px 9px; }
    @media (min-width: 1024px) {
      .mts-media-text-split .mts-media-wrap.adjust-for-gif {
        text-align: left;
        overflow: hidden; } }

@media all and (min-width: 1024px) and (-ms-high-contrast: none), (min-width: 1024px) and (-ms-high-contrast: active) {
  .mts-media-text-split .mts-media-wrap {
    float: left;
    min-height: 355px;
    width: 50%; } }
    .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; }
      @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 {
          min-height: 355px; } }
      @media (min-width: 1024px) {
        .mts-media-text-split .mts-media-wrap img.is-gif, .mts-media-text-split .mts-media-wrap img.is-media-img {
          min-height: initial; }
          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; } }

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

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

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

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

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

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .marketplace-card .marketplace-cards.block-group.block-group-3-up .block {
    width: calc(33.33333% - 1.65rem);
    flex-basis: calc(33.33333% - 1.65rem); } }

.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.lighttheme a {
  border: none;
  flex: 1 1 100%;
  align-items: stretch;
  transition: border-color .25s linear;
  display: flex;
  flex-direction: column; }
  .marketplace-card .marketplace-cards .cards-simple.lighttheme a:hover .card-content {
    border: solid 1px #007ac2;
    border-left: solid 3px #007ac2; }

.marketplace-card .marketplace-cards .cards-simple .card-content {
  border: solid 1px #cacaca;
  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;
      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: #efefef;
      padding: 5px 10px;
      border-radius: 20px;
      color: #4a4a4a; }
  .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; }
  .marketplace-card .marketplace-cards .cards-simple .card-content .card-subheader {
    font-size: 0.8125rem;
    line-height: 1;
    color: #959595;
    margin: 6px 0; }
  .marketplace-card .marketplace-cards .cards-simple .card-content .card-listingtype {
    color: #4a4a4a;
    font-size: 10px; }
  .marketplace-card .marketplace-cards .cards-simple .card-content .card-text {
    padding: 10px 0 30px;
    color: #6e6e6e;
    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; }

.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: #4a4a4a;
      text-transform: uppercase;
      letter-spacing: 1px; }

.marketplace-card .darktheme {
  background: #151515; }
  .marketplace-card .darktheme .cards-simple {
    background: #2b2b2b; }
    .marketplace-card .darktheme .cards-simple .card-content {
      border: solid 1px #6a6a6a;
      transition: border-color .25s linear; }
      .marketplace-card .darktheme .cards-simple .card-content .card-text {
        color: #bfbfbf; }
      .marketplace-card .darktheme .cards-simple .card-content .card-title {
        color: #ffffff; }
      .marketplace-card .darktheme .cards-simple .card-content .card-subheader {
        color: #bfbfbf; }
      .marketplace-card .darktheme .cards-simple .card-content .provider-level-text {
        color: #bfbfbf; }
      .marketplace-card .darktheme .cards-simple .card-content .icon-container .icon-feature p {
        background: rgba(64, 64, 64, 0.85);
        color: #bfbfbf; }
    .marketplace-card .darktheme .cards-simple a {
      transition: border-color .25s linear; }
      .marketplace-card .darktheme .cards-simple a:hover .card-content {
        border: solid 1px #007ac2;
        border-left: solid 3px #007ac2; }
    .marketplace-card .darktheme .cards-simple .review-section-content-star .freeTag-text {
      color: #bfbfbf; }
  .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;
  margin-right: 59px; }
  .sra-sort-options-wrapper {
    min-width: 155px; }
  .sra-sort-options span {
    margin: 0 5px;
    display: block;
    width: 100%; }
  .sra-sort-options .select_wrap {
    width: 100%;
    margin: 15px auto;
    position: relative;
    user-select: none; }
  .sra-sort-options .select_wrap .default_option {
    background: #fff;
    position: relative;
    cursor: pointer;
    padding: 0; }
  .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:before {
    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: 0;
    right: 0;
    width: 20px;
    height: 20px;
    transition: all .5s ease-out; }
  .sra-sort-options .select_wrap .select_ul {
    position: absolute;
    top: 16px;
    left: 0;
    width: 100%;
    background: #fff;
    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 #efefef;
    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 #efefef; }
  .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: #F4F4F4;
    border-left: inset 2px #0079c1; }
  .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 {
  background-size: cover; }
  .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_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] {
      background-color: #323232;
      color: #fff; }
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] p h2,
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-source h2,
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-designation h2,
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_case_study_section h2 {
        color: #fff; }
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] p .simple_caseStudy_link,
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link,
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link,
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link {
        color: #49b0f2; }
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] p .simple_caseStudy_link:hover,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link:hover,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link:hover,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link:hover {
          color: #74c6ff; }
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='internal']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='internal']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='internal']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='internal']:after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='external']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='external']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='external']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='external']:after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4=); }
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='video']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='video']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='video']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='video']:after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] p .simple_caseStudy_link[data-link-type='document']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-source .simple_caseStudy_link[data-link-type='document']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_quotation-designation .simple_caseStudy_link[data-link-type='document']:after,
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-light'] .simple_case_study_section .simple_caseStudy_link[data-link-type='document']:after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-dark'] {
      background-color: #fff;
      color: #323232; }
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-dark'] p,
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-dark'] .simple_quotation-source,
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-dark'] .simple_quotation-designation,
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-dark'] .simple_case_study_section h2 {
        color: #323232; }
      .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-dark'] .simple_caseStudy_link {
        color: #0079c1; }
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-dark'] .simple_caseStudy_link:hover {
          color: #005f96; }
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='internal']:after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='external']:after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4=); }
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='video']:after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
        .simple_content_container .large-content--modular .large-content--modular-content[data-theme='text-dark'] .simple_caseStudy_link[data-link-type='document']:after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }

.simple_image-container {
  width: 95%;
  height: 300px; }
  @media screen and (max-width: 479px) {
    .simple_image-container {
      margin: auto;
      width: 60%;
      height: 231px; } }
  .simple_image-container .circleimage {
    border-radius: 50%;
    width: 100%;
    padding-bottom: 100%;
    background: white; }

.simple_quotation-body {
  margin-bottom: 15px; }
  @media screen and (max-width: 479px) {
    .simple_quotation-body {
      line-height: 2.125rem; } }

.simple_quotation-mark {
  height: 48px;
  width: 48px;
  margin-bottom: 12px;
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: repeat; }
  .simple_quotation-mark .cls-1 {
    fill: #0079c1; }

.simple_socialIcons {
  display: inline-block; }
  .simple_socialIcons p {
    letter-spacing: 2px;
    margin-right: 10px;
    text-transform: uppercase; }
  .simple_socialIcons div {
    float: left; }
  .simple_socialIcons .socialIcons {
    margin: 0 5px; }

.simple_heading {
  margin-bottom: 15px; }

.simple_divider-bar-thick {
  height: 3px;
  width: 50px;
  background: #0079C0;
  border: none;
  margin: 20px auto 15px 0; }

.simple_case_study_section .simple_caseStudy_link[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; }

.simple_case_study_section .categoryLine {
  text-transform: uppercase; }

/*----------------------
----- Legal -----
----------------------*/
.long-form-legal-wrapper {
  border-top: thin solid #cccccc;
  box-sizing: border-box;
  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 {
    box-sizing: border-box;
    position: relative;
    text-align: left; }
    .large-content-wrapper .large-content--heading {
      color: #323232;
      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;
    box-sizing: border-box;
    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; }

/*----------------------
----- Large Header -----
----------------------*/
.main-content-wrapper {
  box-sizing: border-box;
  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;
    box-sizing: border-box;
    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: #323232;
      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; }

/*----------------------
----- Large Banner -----
----------------------*/
.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; } }

.local-navigation {
  top: 0px;
  z-index: 9001;
  position: -webkit-sticky;
  position: sticky; }
  .local-navigation .second-nav {
    z-index: 9000;
    display: flex;
    color: #efefef;
    min-height: 56px;
    user-select: none;
    position: relative;
    box-sizing: border-box;
    background-color: rgba(50, 50, 50, 0.95);
    background-repeat: no-repeat;
    box-shadow: 0 1px 0 0 #222;
    transition: background-color 75ms,min-height 75ms; }
    .local-navigation .second-nav .nav- * {
      box-sizing: border-box;
      background-repeat: no-repeat; }
    .local-navigation .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; }
      .local-navigation .second-nav .nav-menu .nav-menu-title:focus {
        outline: 0; }
      @media (max-width: 975px) {
        .local-navigation .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; } }
      @media (max-width: 975px) {
        .local-navigation .second-nav .nav-menu .nav-menu-title:after {
          right: 20px; } }
      html[dir="rtl"] .local-navigation .second-nav .nav-menu .nav-menu-title:after {
        left: 20px;
        right: auto; }
      @media (max-width: 615px) and (max-width: 975px) {
        .local-navigation .second-nav .nav-menu .nav-menu-title {
          top: 21.5px; } }
      @media (min-width: 616px) {
        .local-navigation .second-nav .nav-menu .nav-menu-title {
          left: auto;
          width: auto;
          color: inherit;
          padding-top: 20px;
          position: relative;
          padding-right: 45px;
          padding-bottom: 20px; }
          .local-navigation .second-nav .nav-menu .nav-menu-title:after {
            top: 26.5px; }
          .local-navigation .second-nav .nav-menu .nav-menu-title:hover {
            background: transparent; } }
      @media (min-width: 976px) {
        .local-navigation .second-nav .nav-menu .nav-menu-title {
          display: none; } }
    .local-navigation .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; }
      .local-navigation .second-nav .nav-title:hover a.nav-titlelink, .local-navigation .second-nav .nav-title:focus a.nav-titlelink {
        color: inherit; }
      @media (min-width: 616px) {
        .local-navigation .second-nav .nav-title {
          font-size: 20px;
          line-height: 25px;
          padding: 17.5px 25px; } }
      @media (min-width: 1440px) {
        .local-navigation .second-nav .nav-title {
          padding-left: 17px; } }
      .local-navigation .second-nav .nav-title:after {
        content: "";
        top: 0;
        bottom: 0;
        right: 0;
        width: 100px;
        position: absolute; }
      .local-navigation .second-nav .nav-title a.nav-titlelink {
        color: inherit;
        text-decoration: none;
        box-sizing: border-box;
        background-repeat: no-repeat; }
        .local-navigation .second-nav .nav-title a.nav-titlelink:hover, .local-navigation .second-nav .nav-title a.nav-titlelink:focus {
          color: var(--secondarytheme-color); }
    .local-navigation .second-nav .nav-triallabel {
      display: flex;
      justify-content: center;
      z-index: 9001; }
      @media (max-width: 615px) {
        .local-navigation .second-nav .nav-triallabel {
          display: block; } }
      .local-navigation .second-nav .nav-triallabel .nav-triallink {
        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; }
        .local-navigation .second-nav .nav-triallabel .nav-triallink:hover {
          background-color: #005e95; }
        @media (min-width: 616px) {
          .local-navigation .second-nav .nav-triallabel .nav-triallink {
            display: block;
            margin-top: 8.5px;
            margin-bottom: 8.5px;
            text-decoration: none; } }
    .local-navigation .second-nav .nav-submenu {
      right: 0;
      top: 100%;
      width: 100vw;
      overflow-y: auto;
      position: absolute;
      box-sizing: border-box;
      background-color: #222;
      height: calc(100vh - 50px); }
      .local-navigation .second-nav .nav-submenu:not([aria-hidden=false]) {
        display: none; }
      @media (min-width: 976px) {
        .local-navigation .second-nav .nav-submenu {
          top: auto;
          right: auto;
          position: static;
          overflow-y: visible;
          background-color: inherit; }
          .local-navigation .second-nav .nav-submenu:not([aria-hidden=false]) {
            display: block; } }
      @media (min-width: 616px) {
        .local-navigation .second-nav .nav-submenu {
          max-height: calc(100vh - 60px);
          width: 320px; }
          html[dir=rtl] .local-navigation .second-nav .nav-submenu {
            left: 0;
            right: auto; } }
      @media (min-width: 976px) {
        .local-navigation .second-nav .nav-submenu {
          height: auto;
          width: auto; } }
      .local-navigation .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) {
          .local-navigation .second-nav .nav-submenu .nav-sublist {
            display: flex; } }
        .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem {
          position: relative;
          margin: 0; }
          .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu {
            overflow-y: auto;
            transform: scaleX(1); }
            html[dir="rtl"] .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu {
              padding-left: 0;
              padding-right: 35px; }
            @media (max-width: 975px) {
              .local-navigation .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"] .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu {
                  padding-right: 35px;
                  padding-left: 0; }
                .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu[aria-hidden=false] {
                  max-height: 300vh;
                  transition: max-height .25s; }
                .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu:not([aria-hidden=false]) {
                  max-height: 0;
                  visibility: hidden; } }
            @media (min-width: 976px) {
              .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu {
                right: 0;
                top: 100%;
                width: 320px;
                position: absolute;
                padding-bottom: 25px;
                background-color: #222;
                max-height: calc(100vh - 60px);
                padding-left: 25px; }
                html[dir="rtl"] .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu {
                  padding-left: 0; }
                .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu[aria-hidden=false] {
                  animation: nav-fadein .25s; }
                .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu:not([aria-hidden=false]) {
                  display: none; } }
            .local-navigation .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; }
              .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu ul.terlist li.teritem {
                margin: 0; }
                .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu ul.terlist li.teritem .es-nav-terlink {
                  color: #bcbcbc;
                  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;
                  box-sizing: border-box; }
                  .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem .subitem-menu ul.terlist li.teritem .es-nav-terlink:hover {
                    color: #ffffff;
                    text-decoration: none;
                    background-position-x: 0; }
          .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.es-nav-sublink-local {
            text-decoration: none;
            display: block;
            cursor: pointer;
            color: #efefef;
            font-size: 16px;
            line-height: 25px;
            outline-offset: -4px;
            padding: 17.5px 20px; }
            .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.es-nav-sublink-local[aria-controls] {
              position: relative; }
              .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.es-nav-sublink-local[aria-controls][aria-tertiary]:after {
                content: ""; }
              .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.es-nav-sublink-local[aria-controls]:after {
                top: 23px;
                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"] .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.es-nav-sublink-local[aria-controls]:after {
                  left: 20px;
                  right: auto; }
            .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.es-nav-sublink-local[aria-current=true]:not([data-expanded=true]) {
              box-shadow: inset 3px 0 0 0 var(--secondarytheme-color); }
            .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.es-nav-sublink-local:hover {
              background-color: rgba(50, 50, 50, 0.95); }
            @media (min-width: 976px) {
              .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.es-nav-sublink-local {
                font-size: 16px;
                font-weight: 400;
                line-height: 25px;
                user-select: none;
                padding: 18px 25px;
                position: relative;
                white-space: nowrap;
                outline-offset: -3px; }
                .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.es-nav-sublink-local:not([aria-expanded=true]):hover {
                  box-shadow: inset 0 -3px 0 0 var(--secondarytheme-color60); }
                .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.es-nav-sublink-local[aria-current=true]:not([data-expanded=true]) {
                  box-shadow: inset 0 -3px 0 0 var(--secondarytheme-color); }
                .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.es-nav-sublink-local[aria-controls=true] {
                  padding-right: 45px; }
                  html[dir="rtl"] .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.es-nav-sublink-local[aria-controls=true] {
                    padding-right: 25px;
                    padding-left: 45px; }
                  .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.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"] .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.es-nav-sublink-local[aria-controls=true]:after {
                      left: 25px;
                      right: auto; }
                .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.es-nav-sublink-local[aria-controls][data-expanded=true] {
                  background-color: #222; }
                .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.es-nav-sublink-local[attr-parent=true]:not([aria-current=true]) {
                  background-color: #000000; }
                .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.es-nav-sublink-local[aria-current=true] {
                  color: #ffffff;
                  background-color: #000000; }
                .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.es-nav-sublink-local[aria-current=true][aria-tertiary=true] {
                  box-shadow: inset 0 -3px 0 0 var(--secondarytheme-color); }
                .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.es-nav-sublink-local[aria-tertiary=true]:after {
                  content: none;
                  padding-right: 0;
                  padding-left: 0; } }
            @media (max-width: 1350px) and (min-width: 976px) {
              .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.es-nav-sublink-local {
                font-size: 1.3vw;
                padding-left: 20px;
                padding-right: 20px; }
                .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.es-nav-sublink-local[aria-controls] {
                  padding-right: 20px; }
                  html[dir="rtl"] .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.es-nav-sublink-local[aria-controls] {
                    padding-right: 25px;
                    padding-left: 45px; }
                  .local-navigation .second-nav .nav-submenu .nav-sublist .nav-subitem a.es-nav-sublink-local[aria-controls]:after {
                    right: 5px; } }
        .local-navigation .second-nav .nav-submenu .nav-sublist .nav-triallabel .nav-triallink {
          width: 70%;
          display: block;
          margin: 20px auto;
          text-align: center; }
          .local-navigation .second-nav .nav-submenu .nav-sublist .nav-triallabel .nav-triallink:hover {
            text-decoration: none; }
        @media (min-width: 615px) {
          .local-navigation .second-nav .nav-submenu .nav-sublist .nav-triallabel {
            display: none; } }
    .local-navigation .second-nav:not([data-expanded=false]) {
      background-color: #000000; }
    @media (max-width: 975px) and (min-width: 0px) {
      .local-navigation .second-nav:not([data-expanded=false]) .nav-menu-title:after {
        transform: rotateX(180deg) translateY(1px); } }
    @media (min-width: 1456px) {
      .local-navigation .second-nav {
        padding-left: calc(50vw - 725px);
        padding-right: calc(50vw - 725px); } }
  .local-navigation .third-nav-bar {
    background-color: #000000; }
    .local-navigation .third-nav-bar .third-nav-bar-container {
      -webkit-transition: all .35s ease-out;
      transition: all .35s ease-out; }
      .local-navigation .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) {
          .local-navigation .third-nav-bar .third-nav-bar-container .third-nav-menu {
            overflow: hidden;
            min-height: 40px;
            flex-direction: row; } }
        .local-navigation .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"] .local-navigation .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"] .local-navigation .third-nav-bar .third-nav-bar-container .third-nav-menu .ternav-menu-item {
                padding: 0px 10px 5px 10px; } }
          .local-navigation .third-nav-bar .third-nav-bar-container .third-nav-menu .ternav-menu-item[is-active=true] {
            box-shadow: none; }
          @media (min-width: 860px) {
            .local-navigation .third-nav-bar .third-nav-bar-container .third-nav-menu .ternav-menu-item {
              padding: 0px 10px; }
              .local-navigation .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); }
              .local-navigation .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); } }
          .local-navigation .third-nav-bar .third-nav-bar-container .third-nav-menu .ternav-menu-item:hover {
            color: #ffffff;
            text-decoration: none;
            box-shadow: inset 0 -3px 0 0 var(--secondarytheme-color); }
            .local-navigation .third-nav-bar .third-nav-bar-container .third-nav-menu .ternav-menu-item:hover .ternav-menu-item-link {
              color: #ffffff; }
      .local-navigation .third-nav-bar .third-nav-bar-container .ternav-menu-item-link {
        width: 100%;
        font-size: 15px;
        border-bottom: 0;
        color: #bcbcbc;
        display: inline-block;
        text-decoration: none;
        padding: 7px 0px 4px 0px; }
        .local-navigation .third-nav-bar .third-nav-bar-container .ternav-menu-item-link:hover {
          color: #ffffff; }
        .local-navigation .third-nav-bar .third-nav-bar-container .ternav-menu-item-link[is-active=true] {
          color: #ffffff; }
      .local-navigation .third-nav-bar .third-nav-bar-container[aria-hidden=false] {
        height: 100vh;
        min-height: 100vh; }
      .local-navigation .third-nav-bar .third-nav-bar-container[aria-hidden=true] {
        height: 0;
        min-height: 0;
        overflow: hidden; }
        @media (min-width: 860px) {
          .local-navigation .third-nav-bar .third-nav-bar-container[aria-hidden=true] {
            height: 40px;
            min-height: 40px;
            overflow: hidden; } }
      @media (min-width: 860px) {
        .local-navigation .third-nav-bar .third-nav-bar-container {
          min-height: 40px;
          overflow: hidden; } }
    .local-navigation .third-nav-bar .third-nav-title {
      background: #000000;
      border: none;
      color: #ffffff;
      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"] .local-navigation .third-nav-bar .third-nav-title {
        text-align: right; }
      @media (min-width: 860px) {
        .local-navigation .third-nav-bar .third-nav-title {
          display: none; } }
      .local-navigation .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"] .local-navigation .third-nav-bar .third-nav-title:after {
          left: 20px;
          right: auto; }

@-webkit-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); } }

@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 .group_desc {
  letter-spacing: .06rem;
  color: #6e6e6e;
  font-weight: 500; }

.linklist .link-anchor {
  transition: all .25s ease-out;
  display: block;
  color: #0079c1;
  border-bottom: 1px solid #cccccc; }
  .linklist .link-anchor: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"] .linklist .link-anchor {
    margin: 0 10px 10px 10px; }
    html[dir="rtl"] .linklist .link-anchor:after {
      transform: scaleX(-1);
      margin-right: 6px;
      margin-left: 0; }
    html[dir="rtl"] .linklist .link-anchor[href$=".mp4"]::after, html[dir="rtl"] .linklist .link-anchor[href$=".mov"]::after, html[dir="rtl"] .linklist .link-anchor[href^="https://www.esri.com/videos/"]::after {
      transform: none; }
  .linklist .link-anchor[href*="esri.com"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .linklist .link-anchor:not([href*="esri.com"])::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
  .linklist .link-anchor[href$=".pdf"]::after, .linklist .link-anchor[href$=".doc"]::after, .linklist .link-anchor[href$=".zip"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .linklist .link-anchor[href^="/"]::after, .linklist .link-anchor[href^=".."]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .linklist .link-anchor[href$=".mp4"]::after, .linklist .link-anchor[href$=".mov"]::after, .linklist .link-anchor[href^="https://www.esri.com/videos/"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  .linklist .link-anchor[href*="tel:"]::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .linklist .link-anchor[data-link-type='internal']::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .linklist .link-anchor[data-link-type='external']::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
  .linklist .link-anchor[data-link-type='video']::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  .linklist .link-anchor[data-link-type='document']::after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .linklist .link-anchor:hover, .linklist .link-anchor:focus {
    text-decoration: none;
    outline: none;
    color: #005e95;
    border-bottom-color: #005e95; }
    .linklist .link-anchor:hover:after, .linklist .link-anchor:focus: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"] .linklist .link-anchor:hover, html[dir="rtl"] .linklist .link-anchor:focus {
      margin: 0 10px 10px 10px; }
      html[dir="rtl"] .linklist .link-anchor:hover:after, html[dir="rtl"] .linklist .link-anchor:focus:after {
        transform: scaleX(-1);
        margin-right: 6px;
        margin-left: 0; }
      html[dir="rtl"] .linklist .link-anchor:hover[href$=".mp4"]::after, html[dir="rtl"] .linklist .link-anchor:hover[href$=".mov"]::after, html[dir="rtl"] .linklist .link-anchor:hover[href^="https://www.esri.com/videos/"]::after, html[dir="rtl"] .linklist .link-anchor:focus[href$=".mp4"]::after, html[dir="rtl"] .linklist .link-anchor:focus[href$=".mov"]::after, html[dir="rtl"] .linklist .link-anchor:focus[href^="https://www.esri.com/videos/"]::after {
        transform: none; }
    .linklist .link-anchor:hover[href*="esri.com"]::after, .linklist .link-anchor:focus[href*="esri.com"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNWU5NSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .linklist .link-anchor:hover:not([href*="esri.com"])::after, .linklist .link-anchor:focus:not([href*="esri.com"])::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwNWU5NSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .linklist .link-anchor:hover[href$=".pdf"]::after, .linklist .link-anchor:hover[href$=".doc"]::after, .linklist .link-anchor:hover[href$=".zip"]::after, .linklist .link-anchor:focus[href$=".pdf"]::after, .linklist .link-anchor:focus[href$=".doc"]::after, .linklist .link-anchor:focus[href$=".zip"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDVlOTUiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .linklist .link-anchor:hover[href^="/"]::after, .linklist .link-anchor:hover[href^=".."]::after, .linklist .link-anchor:focus[href^="/"]::after, .linklist .link-anchor:focus[href^=".."]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNWU5NSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .linklist .link-anchor:hover[href$=".mp4"]::after, .linklist .link-anchor:hover[href$=".mov"]::after, .linklist .link-anchor:hover[href^="https://www.esri.com/videos/"]::after, .linklist .link-anchor:focus[href$=".mp4"]::after, .linklist .link-anchor:focus[href$=".mov"]::after, .linklist .link-anchor:focus[href^="https://www.esri.com/videos/"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDVlOTUiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .linklist .link-anchor:hover[href*="tel:"]::after, .linklist .link-anchor:focus[href*="tel:"]::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDVlOTUiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .linklist .link-anchor:hover[data-link-type='internal']::after, .linklist .link-anchor:focus[data-link-type='internal']::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNWU5NSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .linklist .link-anchor:hover[data-link-type='external']::after, .linklist .link-anchor:focus[data-link-type='external']::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwNWU5NSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .linklist .link-anchor:hover[data-link-type='video']::after, .linklist .link-anchor:focus[data-link-type='video']::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDVlOTUiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .linklist .link-anchor:hover[data-link-type='document']::after, .linklist .link-anchor:focus[data-link-type='document']::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDVlOTUiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }

@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;
        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; } }


/*---------------------
----Interactive Map----
---------------------*/
.ind-interactive {
  background: #f4f4f4;
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /*Storymap*/
  /*Storymap Scenario*/
  /*Map on left*/ }
  @media (min-width: 1024px) {
    .ind-interactive {
      flex-direction: row; } }
  .ind-interactive_map {
    background: #f8f8f8;
    height: 65vh;
    position: relative;
    width: 100%;
    overflow: hidden;
    flex-basis: 100%;
    max-width: 100%;
    /*Tablet Landscape and Desktop*/
    /*Incident Layers*/
    /*Legend UI*/ }
    @media (min-width: 480px) {
      .ind-interactive_map {
        height: 85vh;
        position: relative; } }
    @media (min-width: 600px) {
      .ind-interactive_map {
        height: 105vh;
        position: relative; } }
    @media (min-width: 768px) {
      .ind-interactive_map {
        height: 50vh;
        position: relative; } }
    @media (min-width: 1024px) {
      .ind-interactive_map {
        height: 100vh;
        flex-basis: 50%;
        max-width: 50%; } }
    .ind-interactive_map-layers {
      background: #2d2d2d;
      position: relative;
      height: 100%;
      overflow: hidden;
      width: 100%; }
      .ind-interactive_map-layers .layer {
        height: 100%;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        transition: all .25s ease-out;
        width: 100%;
        /*Incident Maps*/ }
        .ind-interactive_map-layers .layer.is-active {
          opacity: 1; }
        .ind-interactive_map-layers .layer.incident-one {
          background: url("//www.esri.com/~/media/678441EC0E4A40F5B982AB17F0A219AA") no-repeat;
          background-position: 50% 50%;
          background-size: cover; }
          @media (min-width: 600px) {
            .ind-interactive_map-layers .layer.incident-one {
              background: url("//www.esri.com/~/media/289BACD5E6664E66901C91E77436339F") no-repeat;
              background-position: 50% 50%;
              background-size: cover; } }
          @media (min-width: 1024px) {
            .ind-interactive_map-layers .layer.incident-one {
              background: url("//www.esri.com/~/media/C9E457229652480780580ECBD2B3958C") no-repeat;
              background-position: 50% 50%;
              background-size: cover; } }
          @media (min-width: 1440px) {
            .ind-interactive_map-layers .layer.incident-one {
              background-size: cover; } }
        .ind-interactive_map-layers .layer.incident-two {
          background: url("//www.esri.com/~/media/FA4FE1585FCA4576A798B5895946E035") no-repeat;
          background-position: 50% 50%;
          background-size: cover; }
          @media (min-width: 768px) {
            .ind-interactive_map-layers .layer.incident-two {
              background: url("//www.esri.com/~/media/120D9311CE9B40E88787908DA4FB6CD2") no-repeat;
              background-position: 50% 50%;
              background-size: cover; } }
          @media (min-width: 1024px) {
            .ind-interactive_map-layers .layer.incident-two {
              background: url("//www.esri.com/~/media/AE6E8BB927AF4A188DDF09680202D191") no-repeat;
              background-position: 50% 50%;
              background-size: cover; } }
          @media (min-width: 1440px) {
            .ind-interactive_map-layers .layer.incident-two {
              background-size: cover; } }
        .ind-interactive_map-layers .layer.incident-three {
          background: url("//www.esri.com/~/media/D6BF9BEFEF774DFFB5725F9ED0754265") no-repeat;
          background-position: 50% 50%;
          background-size: cover; }
          @media (min-width: 768px) {
            .ind-interactive_map-layers .layer.incident-three {
              background: url("//www.esri.com/~/media/359E94AAC9F148278A26F5A0FE97F6E5") no-repeat;
              background-position: 50% 50%;
              background-size: cover; } }
          @media (min-width: 1024px) {
            .ind-interactive_map-layers .layer.incident-three {
              background: url("//www.esri.com/~/media/E1EC457737B94465959F8751C46703FB") no-repeat;
              background-position: 50% 50%;
              background-size: cover; } }
          @media (min-width: 1440px) {
            .ind-interactive_map-layers .layer.incident-three {
              background-size: cover; } }
        .ind-interactive_map-layers .layer.incident-four {
          background: url("//www.esri.com/~/media/E7C649049EDF4DDFA8A41909BF2CEEEC") no-repeat;
          background-position: 50% 50%;
          background-size: cover; }
          @media (min-width: 768px) {
            .ind-interactive_map-layers .layer.incident-four {
              background: url("//www.esri.com/~/media/DD5EDD0937BD4D7083FA378918F9663B") no-repeat;
              background-position: 50% 50%;
              background-size: cover; } }
          @media (min-width: 1024px) {
            .ind-interactive_map-layers .layer.incident-four {
              background: url("//www.esri.com/~/media/05099F33E0ED4E648C444C4B9C4A1990") no-repeat;
              background-position: 50% 50%;
              background-size: cover; } }
          @media (min-width: 1440px) {
            .ind-interactive_map-layers .layer.incident-four {
              background-size: cover; } }
        .ind-interactive_map-layers .layer.incident-five {
          background: url("//www.esri.com/~/media/E63441BD9B924D0BB97398A48C6ED313") no-repeat;
          background-position: 50% 50%;
          background-size: cover; }
          @media (min-width: 768px) {
            .ind-interactive_map-layers .layer.incident-five {
              background: url("//www.esri.com/~/media/FCCA54BD57E447E4B39FF4A7C4DB4C5C") no-repeat;
              background-position: 50% 50%;
              background-size: cover; } }
          @media (min-width: 1024px) {
            .ind-interactive_map-layers .layer.incident-five {
              background: url("//www.esri.com/~/media/5666A0FA0AAE4F11A3B8DF0240E597E0") no-repeat;
              background-position: 50% 50%;
              background-size: cover; } }
          @media (min-width: 1440px) {
            .ind-interactive_map-layers .layer.incident-five {
              background-size: cover; } }
    .ind-interactive_map-legend {
      background: #222;
      box-sizing: border-box;
      height: 100%;
      right: 0;
      opacity: 0;
      overflow-y: scroll;
      position: absolute;
      top: 0;
      transition: all .15s ease-out, opacity .45s ease-out;
      transform: translateX(100%);
      width: 100%;
      z-index: 5;
      /*Closes Legend*/ }
      .ind-interactive_map-legend.is-visible {
        opacity: .95;
        transform: translateX(0); }
      .ind-interactive_map-legend[data-hide-legend="true"] {
        display: none; }
      @media (min-width: 768px) and (max-width: 1023px) {
        .ind-interactive_map-legend {
          bottom: 0;
          height: auto;
          min-height: auto;
          max-width: 300px;
          top: auto;
          width: 35%; } }
      @media (min-width: 1024px) {
        .ind-interactive_map-legend {
          background: rgba(50, 50, 50, 0.9);
          bottom: 15px;
          height: auto;
          left: 25px;
          min-height: auto;
          opacity: 1;
          overflow: hidden;
          top: auto;
          transform: translateX(0);
          min-width: 250px;
          max-width: 45px;
          width: 45%; } }
      @media (min-width: 1440px) {
        .ind-interactive_map-legend {
          min-width: 275px;
          max-width: 275px;
          width: 27%; } }
      .ind-interactive_map-legend .legend-feed-separator {
        background: rgba(0, 0, 0, 0.15);
        display: none;
        height: 3px;
        width: 100%; }
        .ind-interactive_map-legend .legend-feed-separator.is-visible {
          display: block; }
      .ind-interactive_map-legend .legend-icons, .ind-interactive_map-legend .legend-feed {
        padding: .75rem 1rem .5rem 1rem; }
        @media (min-width: 768px) and (max-width: 1024px) {
          .ind-interactive_map-legend .legend-icons .font-size--3, .ind-interactive_map-legend .legend-feed .font-size--3 {
            line-height: .05rem; } }
      .ind-interactive_map-legend .legend-feed {
        display: none; }
        .ind-interactive_map-legend .legend-feed.is-visible {
          display: block; }
        .ind-interactive_map-legend .legend-feed-details {
          margin-bottom: 15px; }
      .ind-interactive_map-legend .legend-title {
        letter-spacing: .05rem; }
        @media (min-width: 320px) and (max-width: 767px) {
          .ind-interactive_map-legend .legend-title {
            font-size: calc(60% + 1.5vw);
            margin-top: 0;
            margin-bottom: 0; } }
        @media (min-width: 768px) and (max-width: 1024px) {
          .ind-interactive_map-legend .legend-title {
            font-size: calc(60% + 0.5vw); } }
        @media (min-width: 1024px) {
          .ind-interactive_map-legend .legend-title {
            margin: 0; } }
      .ind-interactive_map-legend .legend-list {
        color: #efefef; }
        @media (min-width: 320px) and (max-width: 767px) {
          .ind-interactive_map-legend .legend-list {
            font-size: calc(75% + 1vw); } }
        @media (min-width: 768px) and (max-width: 1024px) {
          .ind-interactive_map-legend .legend-list {
            font-size: calc(55% + 0.5vw); } }
      .ind-interactive_map-legend .legend-incident {
        border-top: 3px solid rgba(50, 50, 50, 0.9);
        margin-top: 5px; }
        @media (min-width: 320px) and (max-width: 767px) {
          .ind-interactive_map-legend .legend-incident {
            font-size: calc(90% + 1vw); } }
        @media (min-width: 768px) and (max-width: 1024px) {
          .ind-interactive_map-legend .legend-incident {
            font-size: calc(75% + 0.5vw); } }
      .ind-interactive_map-legend .legend-ui-close {
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xOC40MDQgMTZsOS45IDkuOS0yLjQwNCAyLjQwNC05LjktOS45LTkuOSA5LjlMMy42OTYgMjUuOWw5LjktOS45LTkuOS05Ljg5OEw2LjEgMy42OThsOS45IDkuODk5IDkuOS05LjkgMi40MDQgMi40MDYtOS45IDkuODk4eiIvPjwvc3ZnPg==");
        background-size: 100%;
        background-repeat: no-repeat;
        height: 25px;
        float: right;
        margin-right: 7px;
        margin-top: 10px;
        width: 25px; }
        @media (min-width: 1024px) {
          .ind-interactive_map-legend .legend-ui-close {
            display: none; } }
      @media (min-width: 767px) {
        .ind-interactive_map-legend .legend-ui-bottom-close {
          display: none; } }
      .ind-interactive_map-legend .icon {
        box-sizing: border-box;
        color: #efefef;
        font-size: 15px;
        line-height: 2rem;
        padding-left: 30px;
        position: relative;
        width: 100%; }
        @media (min-width: 768px) {
          .ind-interactive_map-legend .icon {
            line-height: 1.75rem; } }
        @media (min-width: 1024px) {
          .ind-interactive_map-legend .icon {
            line-height: 2.25rem; } }
      .ind-interactive_map-legend .gfx {
        height: 30px;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 18px; }
  .ind-interactive_scenario {
    position: relative;
    flex-basis: 100%;
    max-width: 100%;
    /*Shows Legend UI*/ }
    @media (min-width: 1024px) {
      .ind-interactive_scenario {
        height: 100%;
        min-width: 50%;
        width: 50%;
        flex-basis: 50%;
        max-width: 50%; } }
    .ind-interactive_scenario-steps {
      display: flex;
      flex-direction: row;
      float: left;
      width: 75%; }
      @media (min-width: 483px) and (max-width: 860px) {
        .ind-interactive_scenario-steps {
          margin-left: 30%;
          width: 40%; } }
      @media (min-width: 1024px) {
        .ind-interactive_scenario-steps {
          flex-direction: column;
          float: none;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          width: 8.55%; } }
      @media (min-width: 1440px) {
        .ind-interactive_scenario-steps {
          flex-direction: column;
          float: none;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%);
          max-width: 45px;
          width: 5.55%; } }
      .ind-interactive_scenario-steps .step {
        border-left: 1px solid #cccccc;
        color: #595959;
        flex-grow: 1;
        font-size: calc(75% + 0.5vw);
        padding: 10px 0;
        position: relative;
        text-align: center; }
        .ind-interactive_scenario-steps .step[data-hide='true'] {
          display: none; }
        .ind-interactive_scenario-steps .step:first-of-type {
          border-left: none; }
        .ind-interactive_scenario-steps .step:hover {
          background-color: #ffffff;
          color: #323232;
          text-decoration: none; }
        .ind-interactive_scenario-steps .step.is-active {
          background-color: #0079c1;
          color: #ffffff; }
          .ind-interactive_scenario-steps .step.is-active::after {
            border-bottom: 20px solid #0079c1;
            border-right: 20px solid transparent;
            border-left: 20px solid transparent;
            content: "";
            height: 0;
            position: absolute;
            left: 50%;
            top: -15px;
            transform: translateX(-50%);
            width: 0; }
          @media (min-width: 1024px) {
            .ind-interactive_scenario-steps .step.is-active::after {
              border-top: 20px solid transparent;
              border-bottom: 20px solid transparent;
              border-left: 20px solid #0079c1;
              content: "";
              height: 0;
              left: auto;
              position: absolute;
              right: -30px;
              top: 50%;
              transform: translateY(-50%);
              width: 0; } }
        @media (min-width: 1024px) {
          .ind-interactive_scenario-steps .step {
            border-left: 0;
            border-bottom: 1px solid #959595;
            font-size: 1rem;
            padding: 7px 0; }
            .ind-interactive_scenario-steps .step:hover {
              border-bottom: 1px solid #0079c1; } }
    .ind-interactive_scenario-story {
      box-sizing: border-box;
      padding: 30px 20px; }
      @media (min-width: 1024px) {
        .ind-interactive_scenario-story {
          position: absolute;
          right: 10%;
          top: 50%;
          transform: translateY(-50%);
          max-width: 550px;
          width: 90%; } }
      @media (min-width: 1440px) {
        .ind-interactive_scenario-story {
          right: 20%;
          max-width: 550px;
          width: 90%; } }
      @media (min-width: 1920px) {
        .ind-interactive_scenario-story {
          max-width: 55%;
          width: 100%; } }
      .ind-interactive_scenario-story .story_heading {
        letter-spacing: .05rem;
        margin-bottom: .2rem;
        font-weight: 600 !important; }
        @media (min-width: 320px) and (max-width: 800px) {
          .ind-interactive_scenario-story .story_heading {
            font-size: calc(45% + 1vw); } }
      .ind-interactive_scenario-story .story_title {
        color: #323232;
        letter-spacing: -0.01rem;
        margin-bottom: .75rem;
        line-height: 2rem; }
        @media (min-width: 768px) and (max-width: 1024px) {
          .ind-interactive_scenario-story .story_title {
            font-size: calc(100% + 1.5vw);
            line-height: 1.75rem; } }
        @media (min-width: 1024px) {
          .ind-interactive_scenario-story .story_title {
            line-height: 2.6rem; } }
      .ind-interactive_scenario-story .story_details {
        color: #595959; }
        @media (min-width: 0) and (max-width: 768px) {
          .ind-interactive_scenario-story .story_details {
            font-size: calc(90% + .25vw); } }
        @media (max-width: 768px) {
          .ind-interactive_scenario-story .story_details {
            font-size: calc(90% + .25vw); } }
        @media (max-width: 1024px) {
          .ind-interactive_scenario-story .story_details {
            font-size: calc(90% + .15vw); } }
    .ind-interactive_scenario-toggle {
      box-sizing: border-box;
      float: right;
      padding: 10px 0 0 0;
      text-align: right;
      /*Hide LegendUI Toggle for Desktop*/ }
      .ind-interactive_scenario-toggle .icon-ui-layer-list {
        color: #595959;
        font-size: 25px; }
        .ind-interactive_scenario-toggle .icon-ui-layer-list.is-active {
          color: #0079c1; }
        .ind-interactive_scenario-toggle .icon-ui-layer-list[data-hide-toggle="true"] {
          opacity: .5;
          cursor: auto; }
      @media (min-width: 768px) {
        .ind-interactive_scenario-toggle {
          padding: 15px 5px 0 0; } }
      @media (min-width: 1024px) {
        .ind-interactive_scenario-toggle {
          display: none; } }
  @media (min-width: 1024px) {
    .ind-interactive[data-theme='map-on-left'] {
      height: 100vh; }
      .ind-interactive[data-theme='map-on-left'] .ind-interactive_map-legend {
        right: 25px;
        left: auto; }
      .ind-interactive[data-theme='map-on-left'] .ind-interactive_scenario-steps {
        left: 0;
        right: auto; }
      .ind-interactive[data-theme='map-on-left'] .ind-interactive_scenario-story {
        left: 10%; }
      .ind-interactive[data-theme='map-on-left'] .ind-interactive_scenario-steps .step.is-active::after {
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-right: 20px solid #0079c1;
        border-left: 20px solid transparent;
        right: auto;
        left: -30px;
        top: 50%; }
      html[dir="rtl"] .ind-interactive[data-theme='map-on-left'] .ind-interactive_map-legend {
        right: auto;
        left: 25px; }
      html[dir="rtl"] .ind-interactive[data-theme='map-on-left'] .ind-interactive_scenario-steps {
        right: 0;
        left: auto; }
      html[dir="rtl"] .ind-interactive[data-theme='map-on-left'] .ind-interactive_scenario-steps .step.is-active::after {
        border-left: 20px solid #0079c1;
        border-right: 20px solid transparent;
        content: "";
        height: 0;
        left: auto;
        position: absolute;
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
        width: 0; } }
  @media (min-width: 1024px) {
    .ind-interactive[data-theme='map-on-right'] .ind-interactive_map {
      order: 2; }
    html[dir="rtl"] .ind-interactive[data-theme='map-on-right'] .ind-interactive_map-legend {
      right: 25px;
      left: auto; }
    html[dir="rtl"] .ind-interactive[data-theme='map-on-right'] .ind-interactive_scenario-steps {
      right: auto;
      left: 0; }
    html[dir="rtl"] .ind-interactive[data-theme='map-on-right'] .ind-interactive_scenario-steps .step.is-active::after {
      border-right: 20px solid #0079c1;
      border-left: 20px solid transparent;
      right: auto;
      left: -30px;
      top: 50%; } }

/* Image Switcher
/* ========================================================================== */
.c-image-switcher {
  min-height: 100vh;
  position: relative; }
  @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .c-image-switcher {
      min-height: auto; } }

@media (min-width: 1096px) {
  .c-image-switcher {
    align-items: stretch;
    display: flex; } }

/* Image Switcher: Content
/* ========================================================================== */
.c-image-switcher-content {
  position: relative;
  -webkit-transition: padding 60ms;
  transition: padding 60ms;
  flex: 0 0 50%; }

.c-image-switcher-images::after {
  width: 0;
  height: 0;
  border-bottom: 25px solid #ffffff;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent;
  content: "";
  bottom: -2px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  z-index: 1; }

@media (min-width: 1096px) {
  .c-image-switcher .c-image-switcher-content {
    order: 2; }
  .c-image-switcher--flip .c-image-switcher-content {
    order: inherit; }
  .c-image-switcher--flip .c-image-switcher-images::after {
    left: 0%;
    transform: scaleX(-1); }
    [dir="rtl"] .c-image-switcher--flip .c-image-switcher-images::after {
      right: 0%;
      transform: scaleX(1); }
  .c-image-switcher-content {
    box-sizing: border-box;
    padding: 80px;
    display: flex;
    flex-direction: column;
    justify-content: center; } }
  @media screen and (min-width: 1096px) and (-ms-high-contrast: active), (min-width: 1096px) and (-ms-high-contrast: none) {
    .c-image-switcher-content {
      padding: 80px 0; } }

@media (min-width: 1096px) {
  .c-image-switcher-content-container {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
  .c-image-switcher-images::after {
    width: 0;
    height: 0;
    border-top: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-right: 35px solid #ffffff;
    content: "";
    top: calc(50% - 86px / 2);
    left: 100%;
    position: absolute;
    transform: translateX(-100%);
    z-index: 1; }
    [dir="rtl"] .c-image-switcher-images::after {
      left: 0;
      transform: scaleX(-1); } }

@media (max-width: 1095px) {
  .c-image-switcher-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 20px 20px 40px; } }

.c-image-switcher-headline {
  font-size: 40px;
  line-height: 50px;
  font-weight: 300;
  max-width: 600px; }

.c-image-switcher-bodycopy {
  font-size: 17px;
  line-height: 25px;
  max-width: 600px; }

/* Image Switcher: Links
/* ========================================================================== */
.c-image-switcher-links {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap; }

@media (min-width: 1456px) {
  .c-image-switcher-links {
    max-height: 400px;
    max-width: 600px; } }

@media (max-width: 1095px) {
  .c-image-switcher-links {
    align-items: flex-start;
    height: 128px;
    margin-top: calc(100vh - 64px * 2);
    margin-right: auto;
    margin-left: auto;
    max-width: 384px;
    justify-content: center; } }

@media (max-width: 495px) {
  .c-image-switcher-links {
    max-width: 256px; } }

.c-image-switcher-link {
  box-sizing: border-box;
  color: #595959;
  background-color: #ffffff;
  text-decoration: none;
  -ms-word-break: break-all;
  -webkit-transition: background-color 180ms, box-shadow 180ms;
  transition: background-color 180ms, box-shadow 180ms; }
  .c-image-switcher-link svg {
    width: 48px;
    height: 48px;
    fill: rgba(50, 50, 50, 0.8);
    margin-right: 30px; }
    @media (max-width: 1095px) {
      .c-image-switcher-link svg {
        height: 42px;
        margin-right: 0; } }
  .c-image-switcher-link-image {
    border-radius: 50%; }

.c-image-switcher-link:nth-child(1) {
  box-shadow: inset 1px 0 #cccccc, inset -1px 0 #cccccc, inset 0 1px #cccccc, inset 0 -1px #cccccc; }

.c-image-switcher-link:nth-child(2) {
  box-shadow: inset 1px 0 transparent, inset -1px 0 #cccccc, inset 0 1px #cccccc, inset 0 -1px #cccccc; }

.c-image-switcher-link:nth-child(3) {
  box-shadow: inset 1px 0 transparent, inset -1px 0 #cccccc, inset 0 1px #cccccc, inset 0 -1px #cccccc; }

.c-image-switcher-link:nth-child(4) {
  box-shadow: inset 1px 0 transparent, inset -1px 0 #cccccc, inset 0 1px #cccccc, inset 0 -1px #cccccc; }

.c-image-switcher-link:nth-child(5) {
  box-shadow: inset 1px 0 #cccccc, inset -1px 0 #cccccc, inset 0 1px transparent, inset 0 -1px #cccccc; }

.c-image-switcher-link:nth-child(6) {
  box-shadow: inset 1px 0 transparent, inset -1px 0 #cccccc, inset 0 1px transparent, inset 0 -1px #cccccc; }

.c-image-switcher-link:nth-child(7) {
  box-shadow: inset 1px 0 #cccccc, inset -1px 0 #cccccc, inset 0 1px transparent, inset 0 -1px #cccccc; }

.c-image-switcher-link:nth-child(8) {
  box-shadow: inset 1px 0 transparent, inset -1px 0 #cccccc, inset 0 1px transparent, inset 0 -1px #cccccc; }

.c-image-switcher-link:hover {
  text-decoration: none; }

@media (min-width: 600px) {
  .c-image-switcher-link:nth-child(5) {
    box-shadow: inset 1px 0 transparent, inset -1px 0 #cccccc, inset 0 1px #cccccc, inset 0 -1px #cccccc; }
  .c-image-switcher-link:nth-child(6) {
    box-shadow: inset 1px 0 transparent, inset -1px 0 #cccccc, inset 0 1px #cccccc, inset 0 -1px #cccccc; } }

@media (min-width: 1096px) {
  .c-image-switcher-link {
    box-sizing: border-box;
    width: 100%;
    padding: 10px 10px 10px 25px;
    display: flex;
    align-items: center;
    min-height: 80px; }
  .c-image-switcher-link:nth-child(1) {
    box-shadow: inset 1px 0 #cccccc, inset -1px 0 transparent, inset 0 1px #cccccc, inset 0 -1px transparent; }
  .c-image-switcher-link:nth-child(2) {
    box-shadow: inset 1px 0 #cccccc, inset -1px 0 transparent, inset 0 1px #cccccc, inset 0 -1px transparent; }
  .c-image-switcher-link:nth-child(3) {
    box-shadow: inset 1px 0 #cccccc, inset -1px 0 transparent, inset 0 1px #cccccc, inset 0 -1px #cccccc; }
  .c-image-switcher-link:nth-child(4) {
    box-shadow: inset 1px 0 #cccccc, inset -1px 0 #cccccc, inset 0 1px #cccccc, inset 0 -1px transparent; }
  .c-image-switcher-link:nth-child(5) {
    box-shadow: inset 1px 0 #cccccc, inset -1px 0 #cccccc, inset 0 1px #cccccc, inset 0 -1px transparent; }
  .c-image-switcher-link:nth-child(6) {
    box-shadow: inset 1px 0 #cccccc, inset -1px 0 #cccccc, inset 0 1px #cccccc, inset 0 -1px #cccccc; }
  .c-image-switcher-link:nth-child(8) {
    box-shadow: inset 1px 0 #cccccc, inset -1px 0 #cccccc, inset 0 1px transparent, inset 0 -1px #cccccc; }
  .c-image-switcher-links--2 .c-image-switcher-link:nth-child(1),
  .c-image-switcher-links--2 .c-image-switcher-link:nth-child(2),
  .c-image-switcher-links--2 .c-image-switcher-link:nth-child(3),
  .c-image-switcher-links--2 .c-image-switcher-link:nth-child(4),
  .c-image-switcher-links--2 .c-image-switcher-link:nth-child(5),
  .c-image-switcher-links--3 .c-image-switcher-link:nth-child(1),
  .c-image-switcher-links--3 .c-image-switcher-link:nth-child(2),
  .c-image-switcher-links--3 .c-image-switcher-link:nth-child(3),
  .c-image-switcher-links--3 .c-image-switcher-link:nth-child(4),
  .c-image-switcher-links--3 .c-image-switcher-link:nth-child(5),
  .c-image-switcher-links--4 .c-image-switcher-link:nth-child(1),
  .c-image-switcher-links--4 .c-image-switcher-link:nth-child(2),
  .c-image-switcher-links--4 .c-image-switcher-link:nth-child(3),
  .c-image-switcher-links--4 .c-image-switcher-link:nth-child(4),
  .c-image-switcher-links--4 .c-image-switcher-link:nth-child(5),
  .c-image-switcher-links--5 .c-image-switcher-link:nth-child(1),
  .c-image-switcher-links--5 .c-image-switcher-link:nth-child(2),
  .c-image-switcher-links--5 .c-image-switcher-link:nth-child(3),
  .c-image-switcher-links--5 .c-image-switcher-link:nth-child(4),
  .c-image-switcher-links--5 .c-image-switcher-link:nth-child(5),
  .c-image-switcher-links--6 .c-image-switcher-link:nth-child(1),
  .c-image-switcher-links--6 .c-image-switcher-link:nth-child(2),
  .c-image-switcher-links--6 .c-image-switcher-link:nth-child(3),
  .c-image-switcher-links--6 .c-image-switcher-link:nth-child(4),
  .c-image-switcher-links--6 .c-image-switcher-link:nth-child(5),
  .c-image-switcher-links--7 .c-image-switcher-link:nth-child(1),
  .c-image-switcher-links--7 .c-image-switcher-link:nth-child(2),
  .c-image-switcher-links--7 .c-image-switcher-link:nth-child(3),
  .c-image-switcher-links--7 .c-image-switcher-link:nth-child(4),
  .c-image-switcher-links--7 .c-image-switcher-link:nth-child(5),
  .c-image-switcher-links--8 .c-image-switcher-link:nth-child(1),
  .c-image-switcher-links--8 .c-image-switcher-link:nth-child(2),
  .c-image-switcher-links--8 .c-image-switcher-link:nth-child(3),
  .c-image-switcher-links--8 .c-image-switcher-link:nth-child(4),
  .c-image-switcher-links--8 .c-image-switcher-link:nth-child(5) {
    box-shadow: inset 1px 0 #cccccc, inset -1px 0 #cccccc, inset 0 1px #cccccc, inset 0 -1px #cccccc; } }

@media (max-width: 1095px) {
  .c-image-switcher-links .c-image-switcher-link {
    padding: 8px; } }

@media (min-width: 1456px) {
  .c-image-switcher-link {
    width: 50%; }
  .c-image-switcher-links--2 .c-image-switcher-link,
  .c-image-switcher-links--3 .c-image-switcher-link,
  .c-image-switcher-links--4 .c-image-switcher-link {
    width: 100%; } }

.c-image-switcher-links .c-image-switcher-link:hover, .c-image-switcher-links .c-image-switcher-link:focus, .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] {
  color: #000000;
  outline: none;
  z-index: 1; }

.c-image-switcher-links .c-image-switcher-link svg, .c-image-switcher-links .c-image-switcher-link .icon-ui-svg--base, .c-image-switcher-links .c-image-switcher-link .icons-ui-svg--base {
  fill: rgba(50, 50, 50, 0.8); }

.c-image-switcher-links .c-image-switcher-link[aria-selected="true"] svg, .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] .icon-ui-svg--base, .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] .icons-ui-svg--base {
  fill: #323232; }

@media (min-width: 1096px) {
  .c-image-switcher-links .c-image-switcher-link:hover, .c-image-switcher-links .c-image-switcher-link:focus, .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] {
    box-shadow: inset 3px 0 #0079c1, inset -1px 0 #0079c1, inset 0 1px #0079c1, inset 0 -1px #0079c1; } }

@media (max-width: 1095px) {
  .c-image-switcher-links .c-image-switcher-link:hover, .c-image-switcher-links .c-image-switcher-link:focus, .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] {
    box-shadow: 0 0 0 0.5px #0079c1, inset 0 0 0 0.5px #0079c1, inset 0 3px 0 0 #0079c1; } }

.c-image-switcher-links .c-image-switcher-link[aria-selected="true"] {
  background-color: #e2f1fb; }

.c-image-switcher-link-image,
.c-image-switcher-link-title {
  display: inline-block;
  vertical-align: middle; }

@media (min-width: 1096px) {
  .c-image-switcher-link-image {
    margin-right: 20px;
    width: 60px;
    height: 60px;
    flex: 0 0 60px; } }

@media (max-width: 1095px) {
  .c-image-switcher-link-image {
    width: 48px;
    height: 48px; } }

@media (min-width: 1096px) {
  .c-image-switcher-link-title {
    flex: 1;
    word-break: normal;
    -ms-word-break: normal; }
    [dir="rtl"] .c-image-switcher-link-title {
      margin-right: 20px; } }

@media (max-width: 1095px) {
  .c-image-switcher-link-title {
    display: none; } }

/* Image Switcher: Images
/* ========================================================================== */
@media (min-width: 1096px) {
  .c-image-switcher-images {
    flex: 0 0 50%;
    position: relative; } }

@media (max-width: 1095px) {
  .c-image-switcher-images {
    height: calc(100vh - 188px);
    right: 0;
    bottom: 188px;
    left: 0;
    position: absolute; } }

.c-image-switcher-image {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all, .3s; }

@media (min-width: 1096px) {
  .c-image-switcher-image {
    top: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%; } }

@media (max-width: 1095px) {
  .c-image-switcher-image {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute; } }

.c-image-switcher-image[aria-hidden="true"] {
  visibility: hidden;
  opacity: 0.0;
  transition: opacity linear 0s; }

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

.c-image-switcher-image-content {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.9);
  position: relative; }

@media (min-width: 1096px) {
  .c-image-switcher-image-content {
    margin: 15px 15px 100px;
    max-width: 82%;
    padding: 30px; } }

@media (max-width: 1095px) {
  .c-image-switcher-image-content {
    margin: 40px;
    padding: 30px;
    max-height: 65%;
    overflow: auto; } }

@media (min-width: 736px) {
  .c-image-switcher-image-title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300; } }

@media (max-width: 735px) {
  .c-image-switcher-image-title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 300; } }

.c-image-switcher-image-bodycopy {
  -webkit-transition: font-size 60ms, line-height 60ms;
  transition: font-size 60ms, line-height 60ms; }
  .c-image-switcher-image-bodycopy a {
    color: #0079c1;
    text-decoration: none; }
    .c-image-switcher-image-bodycopy a.btn-animated-border-bottom-blue:hover, .c-image-switcher-image-bodycopy a.btn-animated-border-bottom-blue:focus {
      color: #005e95; }
    .c-image-switcher-image-bodycopy a.btn-animated-border-bottom-blue::after {
      border-bottom: 1px solid #005e95; }

@media (min-width: 736px) {
  .c-image-switcher-image-bodycopy {
    font-size: 16px;
    line-height: 25px; } }

@media (max-width: 735px) {
  .c-image-switcher-image-bodycopy {
    font-size: 15px;
    line-height: 20px; } }

.c-image-switcher-image-bodycopy :last-child {
  margin-bottom: 0; }

.c-image-switcher.darktheme .c-image-switcher-content {
  background: #323232; }
  .c-image-switcher.darktheme .c-image-switcher-content .c-image-switcher-headline {
    color: #ffffff; }
  .c-image-switcher.darktheme .c-image-switcher-content .c-image-switcher-bodycopy p {
    color: #bcbcbc; }

.c-image-switcher.darktheme .c-image-switcher-images::after {
  border-bottom: 25px solid #323232;
  border-left: 25px solid transparent;
  border-right: 25px solid transparent; }
  @media (min-width: 1096px) {
    .c-image-switcher.darktheme .c-image-switcher-images::after {
      border-top: 35px solid transparent;
      border-bottom: 35px solid transparent;
      border-right: 35px solid #323232; } }

.c-image-switcher.darktheme .c-image-switcher-image-content {
  background-color: rgba(50, 50, 50, 0.95); }
  .c-image-switcher.darktheme .c-image-switcher-image-content .c-image-switcher-image-title {
    color: #ffffff; }
  .c-image-switcher.darktheme .c-image-switcher-image-content .c-image-switcher-image-bodycopy {
    color: #bcbcbc; }
    .c-image-switcher.darktheme .c-image-switcher-image-content .c-image-switcher-image-bodycopy a {
      color: #49b0f2;
      text-decoration: none; }
      .c-image-switcher.darktheme .c-image-switcher-image-content .c-image-switcher-image-bodycopy a:hover {
        color: #74c6ff; }
      .c-image-switcher.darktheme .c-image-switcher-image-content .c-image-switcher-image-bodycopy a.btn-animated-border-bottom-blue::after {
        border-bottom: 1px solid #74c6ff; }

.c-image-switcher.darktheme .c-image-switcher-link {
  color: #bcbcbc;
  background-color: #323232; }
  .c-image-switcher.darktheme .c-image-switcher-link svg, .c-image-switcher.darktheme .c-image-switcher-link .icon-ui-svg--base, .c-image-switcher.darktheme .c-image-switcher-link .icons-ui-svg--base {
    fill: rgba(255, 255, 255, 0.8); }

.c-image-switcher.darktheme .c-image-switcher-link:nth-child(1) {
  box-shadow: inset 1px 0 #595959, inset -1px 0 #595959, inset 0 1px #595959, inset 0 -1px #595959; }

.c-image-switcher.darktheme .c-image-switcher-link:nth-child(2) {
  box-shadow: inset 1px 0 transparent, inset -1px 0 #595959, inset 0 1px #595959, inset 0 -1px #595959; }

.c-image-switcher.darktheme .c-image-switcher-link:nth-child(3) {
  box-shadow: inset 1px 0 transparent, inset -1px 0 #595959, inset 0 1px #595959, inset 0 -1px #595959; }

.c-image-switcher.darktheme .c-image-switcher-link:nth-child(4) {
  box-shadow: inset 1px 0 transparent, inset -1px 0 #595959, inset 0 1px #595959, inset 0 -1px #595959; }

.c-image-switcher.darktheme .c-image-switcher-link:nth-child(5) {
  box-shadow: inset 1px 0 #595959, inset -1px 0 #595959, inset 0 1px transparent, inset 0 -1px #595959; }

.c-image-switcher.darktheme .c-image-switcher-link:nth-child(6) {
  box-shadow: inset 1px 0 transparent, inset -1px 0 #595959, inset 0 1px transparent, inset 0 -1px #595959; }

.c-image-switcher.darktheme .c-image-switcher-link:nth-child(7) {
  box-shadow: inset 1px 0 #595959, inset -1px 0 #595959, inset 0 1px transparent, inset 0 -1px #595959; }

.c-image-switcher.darktheme .c-image-switcher-link:nth-child(8) {
  box-shadow: inset 1px 0 transparent, inset -1px 0 #595959, inset 0 1px transparent, inset 0 -1px #595959; }

@media (min-width: 600px) {
  .c-image-switcher.darktheme .c-image-switcher-link:nth-child(5) {
    box-shadow: inset 1px 0 transparent, inset -1px 0 #595959, inset 0 1px #595959, inset 0 -1px #595959; }
  .c-image-switcher.darktheme .c-image-switcher-link:nth-child(6) {
    box-shadow: inset 1px 0 transparent, inset -1px 0 #595959, inset 0 1px #595959, inset 0 -1px #595959; } }

@media (min-width: 1096px) {
  .c-image-switcher.darktheme .c-image-switcher-link:nth-child(1) {
    box-shadow: inset 1px 0 #595959, inset -1px 0 transparent, inset 0 1px #595959, inset 0 -1px transparent; }
  .c-image-switcher.darktheme .c-image-switcher-link:nth-child(2) {
    box-shadow: inset 1px 0 #595959, inset -1px 0 transparent, inset 0 1px #595959, inset 0 -1px transparent; }
  .c-image-switcher.darktheme .c-image-switcher-link:nth-child(3) {
    box-shadow: inset 1px 0 #595959, inset -1px 0 transparent, inset 0 1px #595959, inset 0 -1px #595959; }
  .c-image-switcher.darktheme .c-image-switcher-link:nth-child(4) {
    box-shadow: inset 1px 0 #595959, inset -1px 0 #595959, inset 0 1px #595959, inset 0 -1px transparent; }
  .c-image-switcher.darktheme .c-image-switcher-link:nth-child(5) {
    box-shadow: inset 1px 0 #595959, inset -1px 0 #595959, inset 0 1px #595959, inset 0 -1px transparent; }
  .c-image-switcher.darktheme .c-image-switcher-link:nth-child(6) {
    box-shadow: inset 1px 0 #595959, inset -1px 0 #595959, inset 0 1px #595959, inset 0 -1px #595959; }
  .c-image-switcher.darktheme .c-image-switcher-link:nth-child(8) {
    box-shadow: inset 1px 0 #595959, inset -1px 0 #595959, inset 0 1px transparent, inset 0 -1px #595959; }
  .c-image-switcher.darktheme .c-image-switcher-links--2 .c-image-switcher-link:nth-child(1),
  .c-image-switcher.darktheme .c-image-switcher-links--2 .c-image-switcher-link:nth-child(2),
  .c-image-switcher.darktheme .c-image-switcher-links--2 .c-image-switcher-link:nth-child(3),
  .c-image-switcher.darktheme .c-image-switcher-links--2 .c-image-switcher-link:nth-child(4),
  .c-image-switcher.darktheme .c-image-switcher-links--2 .c-image-switcher-link:nth-child(5),
  .c-image-switcher.darktheme .c-image-switcher-links--3 .c-image-switcher-link:nth-child(1),
  .c-image-switcher.darktheme .c-image-switcher-links--3 .c-image-switcher-link:nth-child(2),
  .c-image-switcher.darktheme .c-image-switcher-links--3 .c-image-switcher-link:nth-child(3),
  .c-image-switcher.darktheme .c-image-switcher-links--3 .c-image-switcher-link:nth-child(4),
  .c-image-switcher.darktheme .c-image-switcher-links--3 .c-image-switcher-link:nth-child(5),
  .c-image-switcher.darktheme .c-image-switcher-links--4 .c-image-switcher-link:nth-child(1),
  .c-image-switcher.darktheme .c-image-switcher-links--4 .c-image-switcher-link:nth-child(2),
  .c-image-switcher.darktheme .c-image-switcher-links--4 .c-image-switcher-link:nth-child(3),
  .c-image-switcher.darktheme .c-image-switcher-links--4 .c-image-switcher-link:nth-child(4),
  .c-image-switcher.darktheme .c-image-switcher-links--4 .c-image-switcher-link:nth-child(5),
  .c-image-switcher.darktheme .c-image-switcher-links--5 .c-image-switcher-link:nth-child(1),
  .c-image-switcher.darktheme .c-image-switcher-links--5 .c-image-switcher-link:nth-child(2),
  .c-image-switcher.darktheme .c-image-switcher-links--5 .c-image-switcher-link:nth-child(3),
  .c-image-switcher.darktheme .c-image-switcher-links--5 .c-image-switcher-link:nth-child(4),
  .c-image-switcher.darktheme .c-image-switcher-links--5 .c-image-switcher-link:nth-child(5),
  .c-image-switcher.darktheme .c-image-switcher-links--6 .c-image-switcher-link:nth-child(1),
  .c-image-switcher.darktheme .c-image-switcher-links--6 .c-image-switcher-link:nth-child(2),
  .c-image-switcher.darktheme .c-image-switcher-links--6 .c-image-switcher-link:nth-child(3),
  .c-image-switcher.darktheme .c-image-switcher-links--6 .c-image-switcher-link:nth-child(4),
  .c-image-switcher.darktheme .c-image-switcher-links--6 .c-image-switcher-link:nth-child(5),
  .c-image-switcher.darktheme .c-image-switcher-links--7 .c-image-switcher-link:nth-child(1),
  .c-image-switcher.darktheme .c-image-switcher-links--7 .c-image-switcher-link:nth-child(2),
  .c-image-switcher.darktheme .c-image-switcher-links--7 .c-image-switcher-link:nth-child(3),
  .c-image-switcher.darktheme .c-image-switcher-links--7 .c-image-switcher-link:nth-child(4),
  .c-image-switcher.darktheme .c-image-switcher-links--7 .c-image-switcher-link:nth-child(5),
  .c-image-switcher.darktheme .c-image-switcher-links--8 .c-image-switcher-link:nth-child(1),
  .c-image-switcher.darktheme .c-image-switcher-links--8 .c-image-switcher-link:nth-child(2),
  .c-image-switcher.darktheme .c-image-switcher-links--8 .c-image-switcher-link:nth-child(3),
  .c-image-switcher.darktheme .c-image-switcher-links--8 .c-image-switcher-link:nth-child(4),
  .c-image-switcher.darktheme .c-image-switcher-links--8 .c-image-switcher-link:nth-child(5) {
    box-shadow: inset 1px 0 #595959, inset -1px 0 #595959, inset 0 1px #595959, inset 0 -1px #595959; } }

.c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link:hover, .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link:focus, .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] {
  color: #ffffff;
  outline: none;
  z-index: 1; }

@media (min-width: 1096px) {
  .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link:hover, .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link:focus, .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] {
    box-shadow: inset 3px 0 #49b0f2, inset -1px 0 #49b0f2, inset 0 1px #49b0f2, inset 0 -1px #49b0f2; }
  .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] {
    color: #ffffff; }
    .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] svg, .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] .icon-ui-svg--base, .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] .icons-ui-svg--base {
      fill: #ffffff; } }

@media (max-width: 1095px) {
  .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link:hover, .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link:focus, .c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] {
    box-shadow: 0 0 0 0.5px #49b0f2, inset 0 0 0 0.5px #49b0f2, inset 0 3px 0 0 #49b0f2; } }

.c-image-switcher.darktheme .c-image-switcher-links .c-image-switcher-link[aria-selected="true"] {
  background-color: #385167; }

html[dir='rtl'] .c-image-switcher-content-container hr.separator {
  margin: 0 0 20px 100%; }

.large-horizontal-card {
  /* dark mode */
  /* end dark mode */
  /* Light Mode */
  /* end light mode */ }
  .large-horizontal-card [data-theme="light-mode"] {
    background-color: #f8f8f8; }
  .large-horizontal-card [data-theme="dark-mode"] {
    background-color: #202020; }
  .large-horizontal-card .nopadding {
    padding: 0; }
  @media (min-width: 861px) {
    .large-horizontal-card .lhc {
      height: 725px; }
      @supports (display: grid) {
        .large-horizontal-card .lhc {
          max-height: 725px;
          height: auto;
          display: grid;
          grid-template-columns: 1fr 1fr; } } }
  .large-horizontal-card .lhc__main-image {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    width: 100%;
    height: 100%;
    padding-bottom: 100%; }
    @media (min-width: 861px) {
      .large-horizontal-card .lhc__main-image {
        width: 50%;
        float: left;
        height: 100%;
        padding-bottom: 0; } }
    @supports (display: grid) {
      @media (min-width: 861px) {
        .large-horizontal-card .lhc__main-image {
          width: auto;
          float: none;
          padding-bottom: 100%; } } }
  .large-horizontal-card .lhc__main-content {
    background-color: #ffffff;
    padding: 20px; }
    @media (min-width: 790px) {
      .large-horizontal-card .lhc__main-content {
        padding: 50px; } }
    @media (min-width: 861px) {
      .large-horizontal-card .lhc__main-content {
        max-height: 725px;
        overflow: hidden;
        width: 50%;
        float: right;
        height: 100%; }
        @supports (display: grid) {
          .large-horizontal-card .lhc__main-content {
            width: auto;
            float: none;
            height: auto; } } }
  .large-horizontal-card .lhc__category-text {
    position: absolute;
    top: 50px;
    left: 0;
    padding: 5px 20px 4px 50px;
    letter-spacing: 1px;
    text-transform: uppercase; }
    @media (min-width: 500px) {
      .large-horizontal-card .lhc__category-text .lhc__category-text {
        letter-spacing: 2px;
        font-size: 0.8125rem; } }
  .large-horizontal-card .lhc__link-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: baseline; }
    @media (min-width: 500px) {
      .large-horizontal-card .lhc__link-container {
        text-align: left;
        flex-direction: row; } }
    .large-horizontal-card .lhc__link-container .primary-link {
      margin-right: 2rem; }
      .large-horizontal-card .lhc__link-container .primary-link .simplecta {
        color: #007AC2;
        border-color: #007AC2; }
        .large-horizontal-card .lhc__link-container .primary-link .simplecta span[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; }
    .large-horizontal-card .lhc__link-container .secondary-link {
      margin-top: 10px; }
      .large-horizontal-card .lhc__link-container .secondary-link span[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; }
  .large-horizontal-card [data-theme='dark-mode'] .lhc__category-text {
    background-color: rgba(43, 43, 43, 0.9);
    color: #bfbfbf; }
  .large-horizontal-card [data-theme='dark-mode'] .lhc__main-content {
    background-color: #151515;
    color: #bfbfbf; }
    .large-horizontal-card [data-theme='dark-mode'] .lhc__main-content h2 {
      color: #ffffff; }
    .large-horizontal-card [data-theme='dark-mode'] .lhc__main-content a {
      color: #00A1FF; }
    .large-horizontal-card [data-theme='dark-mode'] .lhc__main-content .lhc__link-container span {
      /* svg color #49b0f2 */ }
      .large-horizontal-card [data-theme='dark-mode'] .lhc__main-content .lhc__link-container span[data-link-type='internal']:after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik04IDE0LjNMMTMuMyA5SDBWOGgxMy4zTDggMi43VjEuM2w3LjIgNy4yTDggMTUuN3YtMS40eiIvPgo8L3N2Zz4="); }
      .large-horizontal-card [data-theme='dark-mode'] .lhc__main-content .lhc__link-container span[data-link-type='external']::after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg=="); }
      .large-horizontal-card [data-theme='dark-mode'] .lhc__main-content .lhc__link-container span[data-link-type='video']::after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPgo8cGF0aCBmaWxsPSIjNDliMGYyIiBkPSJNNiAwbDIyIDE2LjAwMkw2IDMyVjB6Ii8+PC9zdmc+"); }
      .large-horizontal-card [data-theme='dark-mode'] .lhc__main-content .lhc__link-container span[data-link-type='document']::after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPgo8cGF0aCBmaWxsPSIjNDliMGYyIiBkPSJNMjIgMjRoNHYyaC00di0yem0wLTEyaDR2MmgtNHYtMnptMCA0aDR2MmgtNHYtMnpNOCA2aDEwdjJIOFY2em0xNCAxNGg0djJoLTR2LTJ6TTggMTJoMTB2Mkg4di0yem0wIDRoMTJ2Mkg4di0yek0yMi44MDEgMEg0djMyaDI2VjcuMTk5TDIyLjgwMSAwek0yOCAzMEg2VjJoMTR2OGg4djIwem0wLTIyaC02VjJoLjYyMUwyOCA3LjM3OVY4ek04IDIwaDEydjJIOHYtMnptMCA0aDEwdjJIOHYtMnoiLz48L3N2Zz4="); }
    .large-horizontal-card [data-theme='dark-mode'] .lhc__main-content .lhc__link-container .simplecta {
      color: #00A1FF;
      border-color: #00A1FF; }
    .large-horizontal-card [data-theme='dark-mode'] .lhc__main-content .lhc__link-container .secondary-link a {
      color: #00A1FF;
      border: none;
      background-color: transparent; }
  .large-horizontal-card [data-theme="light-mode"] {
    color: #4a4a4a; }
    .large-horizontal-card [data-theme='light-mode'] .lhc__category-text {
      background-color: rgba(255, 255, 255, 0.9);
      color: #6a6a6a; }
    .large-horizontal-card [data-theme='light-mode'] .lhc__main-content {
      background-color: #ffffff; }
      .large-horizontal-card [data-theme='light-mode'] .lhc__main-content h2 {
        color: #151515; }
      .large-horizontal-card [data-theme='light-mode'] .lhc__main-content .lhc__link-container span[data-link-type='internal']::after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+CjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik04IDE0LjNMMTMuMyA5SDBWOGgxMy4zTDggMi43VjEuM2w3LjIgNy4yTDggMTUuN3YtMS40eiIvPgo8L3N2Zz4="); }
      .large-horizontal-card [data-theme='light-mode'] .lhc__main-content .lhc__link-container span[data-link-type='external']::after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg=="); }
      .large-horizontal-card [data-theme='light-mode'] .lhc__main-content .lhc__link-container span[data-link-type='video']::after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPgo8cGF0aCBmaWxsPSIjMDA3OWMxIiBkPSJNNiAwbDIyIDE2LjAwMkw2IDMyVjB6Ii8+PC9zdmc+"); }
      .large-horizontal-card [data-theme='light-mode'] .lhc__main-content .lhc__link-container span[data-link-type='document']::after {
        background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPgo8cGF0aCBmaWxsPSIjMDA3OWMxIiBkPSJNMjIgMjRoNHYyaC00di0yem0wLTEyaDR2MmgtNHYtMnptMCA0aDR2MmgtNHYtMnpNOCA2aDEwdjJIOFY2em0xNCAxNGg0djJoLTR2LTJ6TTggMTJoMTB2Mkg4di0yem0wIDRoMTJ2Mkg4di0yek0yMi44MDEgMEg0djMyaDI2VjcuMTk5TDIyLjgwMSAwek0yOCAzMEg2VjJoMTR2OGg4djIwem0wLTIyaC02VjJoLjYyMUwyOCA3LjM3OVY4ek04IDIwaDEydjJIOHYtMnptMCA0aDEwdjJIOHYtMnoiLz48L3N2Zz4="); }
      .large-horizontal-card [data-theme='light-mode'] .lhc__main-content .lhc__link-container .secondary-link a {
        color: #007AC2;
        border: none;
        background-color: transparent; }

/* Right to Left */
html[dir="rtl"] body .lhc .lhc__main-image .lhc__category-text {
  right: 0;
  left: auto;
  padding: 5px 50px 5px 20px; }

html[dir="rtl"] body .lhc .lhc__main-content .lhc__link-container {
  text-align: right; }
  html[dir="rtl"] body .lhc .lhc__main-content .lhc__link-container .primary-link {
    margin-left: 2rem;
    margin-right: unset; }
  html[dir="rtl"] body .lhc .lhc__main-content .lhc__link-container .secondary-link span[data-link-type]:after {
    margin-left: 0;
    margin-right: 4px; }

html[dir="rtl"] body .lhc .btn-animated-border-bottom-blue::after {
  right: 0; }

html[dir="rtl"] body .lhc .simplecta span[data-link-type='internal']:after, html[dir="rtl"] body .lhc .simplecta span[data-link-type='external']:after, html[dir="rtl"] body .lhc .simplecta span[data-link-type='video']:after, html[dir="rtl"] body .lhc .simplecta span[data-link-type='document']:after {
  transform: rotateY(180deg); }

html[dir="rtl"] body .lhc .secondary-link a span[data-link-type='internal']::after, html[dir="rtl"] body .lhc .secondary-link a span[data-link-type='external']::after, html[dir="rtl"] body .lhc .secondary-link a span[data-link-type='video']::after, html[dir="rtl"] body .lhc .secondary-link a span[data-link-type='document']::after {
  transform: scaleX(-1); }

/* end rtl */

.large-content-stack {
  text-align: center; }
  .large-content-stack .play-button {
    border: none;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.9);
    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; }
    .large-content-stack .play-button:hover, .large-content-stack .play-button:focus {
      outline: none;
      cursor: pointer; }
    .large-content-stack .play-button:after {
      border-left: 12px solid #323232; }
      .large-content-stack .play-button:after:hover {
        border-left: 12px solid #323232; }
    .large-content-stack .play-button:hover, .large-content-stack .play-button:focus {
      background: #0079c1;
      border: none;
      outline: none; }
      .large-content-stack .play-button:hover:after, .large-content-stack .play-button:focus:after {
        border-left: 12px solid white; }
    .large-content-stack .play-button:focus {
      background: #0079c1;
      outline: none; }
      .large-content-stack .play-button:focus:after {
        border-left: 12px solid white; }
    .large-content-stack .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) {
      .large-content-stack .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; }
        .large-content-stack .play-button:hover, .large-content-stack .play-button:focus {
          outline: none;
          cursor: pointer; }
        .large-content-stack .play-button:after {
          border-left: 15px solid #323232; }
          .large-content-stack .play-button:after:hover {
            border-left: 15px solid #323232; }
        .large-content-stack .play-button:hover, .large-content-stack .play-button:focus {
          background: #0079c1;
          border: none;
          outline: none; }
          .large-content-stack .play-button:hover:after, .large-content-stack .play-button:focus:after {
            border-left: 15px solid white; }
        .large-content-stack .play-button:focus {
          background: #0079c1;
          outline: none; }
          .large-content-stack .play-button:focus:after {
            border-left: 15px solid white; }
        .large-content-stack .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; } }
  .large-content-stack_time-stamp {
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 999;
    right: 0;
    bottom: 0;
    color: #4c4c4c;
    box-sizing: border-box;
    padding: 2px 9px; }
  .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: 2.82714594rem;
    line-height: 3.1rem;
    font-weight: 600;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 859px) {
      .large-content-stack_mega-title {
        font-size: 2.352637rem; } }
    @media screen and (max-width: 479px) {
      .large-content-stack_mega-title {
        font-size: 1.953125rem;
        line-height: 2.325rem; } }
    @media (min-width: 480px) {
      .large-content-stack_mega-title {
        font-size: 3.39794671rem;
        line-height: 3.1rem; } }
  @media screen and (min-width: 480px) and (max-width: 859px) {
    .large-content-stack_mega-title {
      font-size: 2.65965613rem; } }
  @media screen and (min-width: 480px) and (max-width: 479px) {
    .large-content-stack_mega-title {
      font-size: 2.07519531rem;
      line-height: 2.325rem; } }
    @media (min-width: 860px) {
      .large-content-stack_mega-title {
        font-size: 3.99758436rem;
        line-height: 3.875rem; } }
  @media screen and (min-width: 860px) and (max-width: 859px) {
    .large-content-stack_mega-title {
      font-size: 3.12900721rem; } }
  @media screen and (min-width: 860px) and (max-width: 479px) {
    .large-content-stack_mega-title {
      font-size: 2.44140625rem;
      line-height: 3.1rem; } }
  .large-content-stack_title {
    font-size: 2.40307405rem;
    line-height: 3.1rem;
    font-weight: 300;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 859px) {
      .large-content-stack_title {
        font-size: 1.99974145rem; } }
    @media screen and (max-width: 479px) {
      .large-content-stack_title {
        font-size: 1.66015625rem;
        line-height: 2.325rem; } }
  .large-content-stack_body {
    font-size: 0.9375rem;
    line-height: 1.55rem;
    font-weight: 300;
    margin: 13px auto 0;
    text-align: center; }
  .large-content-stack_main-image-wrap {
    margin: 44px auto 0;
    position: relative;
    max-width: 1050px;
    width: 92%; }
    .large-content-stack_main-image-wrap[data-modal="true"] {
      cursor: pointer; }
    .large-content-stack_main-image-wrap:hover .play-button {
      background: #0079c1; }
      .large-content-stack_main-image-wrap:hover .play-button::after {
        border-left: 15px solid #ffffff; }
  .large-content-stack_main-image {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    height: auto;
    display: block; }
  .large-content-stack_wrapper {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_title, .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_mega-title {
      color: #ffffff; }
    .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_body {
      color: #bcbcbc; }
    .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta {
      background: none;
      margin-right: 10px;
      border: thin solid #ffffff;
      color: #ffffff; }
      .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta:hover, .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta:focus {
        box-shadow: inset 0 0 0 2px #ffffff; }
      .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_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"] .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta {
        margin-left: 10px;
        margin-right: 0; }
        html[dir="rtl"] .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta:after {
          transform: scaleX(-1);
          margin-right: 6px;
          margin-left: 0; }
        html[dir="rtl"] .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href$=".mp4"]::after, html[dir="rtl"] .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href$=".mov"]::after, html[dir="rtl"] .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href^="https://www.esri.com/videos/"]::after {
          transform: none; }
      .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href$=".pdf"]::after, .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href$=".doc"]::after, .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href^="/"]::after, .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href$=".mp4"]::after, .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href$=".mov"]::after, .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .large-content-stack_wrapper[data-theme="light-text"] .large-content-stack_cta[href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_title, .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_mega-title {
      color: #323232; }
    .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_body {
      color: #595959; }
    .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta {
      background: none;
      margin-right: 10px;
      border: thin solid #000000;
      color: #000000; }
      .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta:hover, .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta:focus {
        box-shadow: inset 0 0 0 2px #000000; }
      .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_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"] .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta {
        margin-left: 10px;
        margin-right: 0; }
        html[dir="rtl"] .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta:after {
          transform: scaleX(-1);
          margin-right: 6px;
          margin-left: 0; }
        html[dir="rtl"] .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href$=".mp4"]::after, html[dir="rtl"] .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href$=".mov"]::after, html[dir="rtl"] .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href^="https://www.esri.com/videos/"]::after {
          transform: none; }
      .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href$=".pdf"]::after, .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href$=".doc"]::after, .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href^="/"]::after, .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href$=".mp4"]::after, .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href$=".mov"]::after, .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .large-content-stack_wrapper[data-theme="dark-text"] .large-content-stack_cta[href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .large-content-stack hr.separator {
    margin: 15px auto 20px; }

/* Right to Left */
html[dir="rtl"] .large-content-stack hr.separator {
  margin: 15px auto 20px; }

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

.image-text-split {
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  width: 100%; }
  @media (max-width: 859px) {
    .image-text-split {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      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 {
    -ms-flex-item-align: end;
    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 {
  font-weight: 500;
  letter-spacing: 0.08em;
  font-size: 14px;
  margin-bottom: 5px; }

.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 .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; }

.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 {
  color: #4c4c4c;
  border-color: #4c4c4c; }

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

.icon-title-series .divider {
  height: 1px;
  width: 40px;
  margin: auto; }

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

.edc-about {
  position: relative; }

@media (min-width: 641px) {
  .edc-about {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

.edc-about-heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-position: 50%;
  background-size: 100% auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: background-size .4s;
  transition: background-size .4s; }

@media (max-width: 640px) {
  .edc-about-heading {
    font-size: 12vw;
    line-height: 1.1;
    height: 50vh; } }

@media (min-width: 641px) {
  .edc-about-heading {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 5vw;
    line-height: 1.1;
    height: 45vw;
    max-height: 45vh;
    width: 50vw; } }

h2.edc-about-heading {
  font-weight: inherit;
  margin-top: 0;
  margin-bottom: 0;
  background-repeat: no-repeat; }

.edc-about-heading:focus,
.edc-about-heading:hover {
  background-size: 115% auto; }

@media (min-width: 641px) {
  .edc-about-heading:focus a:after,
  .edc-about-heading:hover a:after {
    margin-left: 0;
    opacity: 1; } }

.edc-about-heading a {
  color: #fff;
  text-decoration: none; }
  .edc-about-heading a:hover {
    color: #fff; }

.edc-about-heading a:hover {
  text-decoration: none; }

.edc-about-heading a:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox='0%200%2016%2016'%20fill='%23ffffff'%20width='1em'%20height='1em'%20xmlns='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: 20% 75%;
  background-size: 60%;
  content: "";
  display: inline-block;
  fill: #fff;
  width: 1em;
  height: 1em;
  -webkit-transition: margin-left .4s, opacity .4s;
  transition: margin-left .4s, opacity .4s;
  vertical-align: top;
  background-repeat: no-repeat; }

@media (max-width: 860px) {
  .edc-about-heading a:after {
    margin-left: 0;
    opacity: 1; } }

@media (min-width: 861px) {
  .edc-about-heading a:after {
    margin-left: -1em;
    opacity: 0; } }

.edc-about-citation {
  color: #bcbcbc;
  background-color: #323232;
  font: 11px/15px Helvetica Neue, Helvetica, sans-serif;
  padding: 5px 30px;
  text-align: center;
  z-index: 1; }

@media (max-width: 640px) {
  .edc-about-citation {
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute; } }

@media (min-width: 641px) {
  .edc-about-citation {
    bottom: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%); } }

.edc-about-citation,
.edc-about-citation:hover {
  text-decoration: none; }

.edc-about-citation:focus,
.edc-about-citation:hover {
  color: #fff;
  background-color: #222; }

/* hero message */
.edc-related.-dark, .edc-related.-dark * a {
  color: #ffffff;
  background-color: #323232;
  text-shadow: none !important; }

.edc-related {
  display: flex;
  overflow: hidden; }
  @media (max-width: 480px) {
    .edc-related {
      -ms-flex-direction: column;
      flex-direction: column;
      min-height: 100vh; } }
  @media (min-width: 481px) and (max-width: 860px) {
    .edc-related {
      align-items: center;
      min-height: 50vh; } }
  .edc-related-message {
    font-size: 32px;
    line-height: 1.094;
    padding: 15% 10%;
    text-align: center;
    font-weight: 100;
    justify-content: center;
    letter-spacing: -.03em;
    margin: 0;
    -webkit-transition: font-size .2s;
    transition: font-size .2s; }
    @media (min-width: 480px) {
      .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: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        flex-grow: 1; } }
    @media (min-width: 1900px) {
      .edc-related-message {
        font-size: 64px; } }
    .edc-related-message [data-tooltip]:before {
      bottom: calc(100% - 4px);
      font-weight: 400;
      letter-spacing: 0;
      text-shadow: none;
      z-index: 1; }
    .edc-related-message [data-tooltip]:after {
      bottom: calc(100% - 4px - 10px); }
    .edc-related-message-content {
      display: inline;
      max-width: 12.75em;
      font-weight: 300;
      position: relative; }
      .edc-related-message-content a {
        display: inline-block;
        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 {
          text-decoration: none;
          color: inherit; }
        @media (min-width: 861px) {
          .edc-related-message-content a {
            background-position-x: 100%;
            position: relative;
            -webkit-transition: background-position-x .4s;
            transition: background-position-x .4s; }
            .edc-related-message-content a:focus, .edc-related-message-content a:hover {
              background-position-x: 0; } }
    .edc-related-message-tooltip {
      display: block;
      font-size: 16px;
      letter-spacing: 0;
      line-height: 1.5;
      margin-top: 18px;
      text-decoration: none; }
      .edc-related-message-tooltip:after {
        content: "";
        display: inline-block;
        margin-left: .25em;
        width: .8em;
        height: .8em; }
  .edc-related .edc-related-aside2 {
    background-position: 50% 50%;
    background-size: auto 100%;
    display: block;
    overflow: hidden;
    position: relative;
    -webkit-transition: background-size .35s ease-out, -webkit-transform .2s ease-out;
    transition: background-size .35s ease-out, -webkit-transform .2s ease-out;
    transition: background-size .35s ease-out, transform .2s ease-out;
    transition: background-size .35s ease-out, transform .2s ease-out, -webkit-transform .2s ease-out; }
    @media (max-width: 480px) {
      .edc-related .edc-related-aside2 {
        margin: 16px;
        width: calc(100vw - 16px * 2);
        height: 75vw; } }
    @media (min-width: 481px) and (max-width: 1280px) {
      .edc-related .edc-related-aside2 {
        width: 44vw;
        height: 33vw; } }
    @media (min-width: 1281px) {
      .edc-related .edc-related-aside2 {
        min-width: 400px;
        min-height: 300px;
        width: 60vmin;
        height: 45vmin; } }
    .edc-related .edc-related-aside2:hover, .edc-related .edc-related-aside2:active, .edc-related .edc-related-aside2:focus {
      background-size: auto 108%; }
    .edc-related .edc-related-aside2 .edc-related-link {
      padding: 16px;
      padding-right: 30px;
      right: 0;
      bottom: 0;
      left: 0;
      position: absolute;
      text-decoration: none;
      -webkit-transition: background-color .4s;
      transition: background-color .4s; }
      .edc-related .edc-related-aside2 .edc-related-link .edc-related-action {
        display: block;
        font-size: 1.5vmax;
        line-height: 1.3; }
        @media (max-width: 1280px) {
          .edc-related .edc-related-aside2 .edc-related-link .edc-related-action {
            font-size: 20px; } }
      .edc-related .edc-related-aside2 .edc-related-link:hover .edc-related-action span::after, .edc-related .edc-related-aside2 .edc-related-link:active .edc-related-action span::after, .edc-related .edc-related-aside2 .edc-related-link:focus .edc-related-action span::after {
        visibility: visible;
        opacity: 1;
        margin-left: 4px; }

@media (min-width: 481px) {
  .edc-related:first-child ~ .edc-related:nth-child(2n),
  :not(.edc-related) + .edc-related:nth-child(2n) ~ .edc-related:nth-child(odd),
  :not(.edc-related) + .edc-related:nth-child(odd) ~ .edc-related:nth-child(2n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse; } }

@media (min-width: 861px) {
  .edc-related.-dark .edc-related-message-content a {
    display: inline;
    text-decoration: none;
    background-position: 100% calc(100% - .05em);
    background-repeat: no-repeat;
    background-size: 200% 1px;
    position: relative;
    -webkit-transition: background-position-x .4s;
    transition: background-position-x .4s;
    background-image: -webkit-linear-gradient(left, #49b0f2 calc(50% - 1px), #595959 calc(50% - 1px));
    background-image: linear-gradient(90deg, #49b0f2 calc(50% - 1px), #595959 calc(50% - 1px));
    color: #49b0f2;
    text-shadow: -0.075em -0.05em 0 #323232, -0.125em 0 0 #323232, -0.075em 0 0 #323232, -0.05em 0 0 #323232, 0.05em 0 0 #323232, 0.075em 0 0 #323232, 0.125em 0 0 #323232 !important; }
    .edc-related.-dark .edc-related-message-content a:hover {
      text-decoration: none;
      background-position-x: 0; }
    .edc-related.-dark .edc-related-message-content a::selection {
      background-color: #b3d4fc;
      color: #000;
      text-shadow: none; }
    .edc-related.-dark .edc-related-message-content a::-moz-selection {
      background-color: #b3d4fc;
      color: #000;
      text-shadow: none; }
  .edc-related.-dark .edc-related-message-content li {
    letter-spacing: 0; }
  .edc-related.-light .edc-related-message-content a::selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none; }
  .edc-related.-light .edc-related-message-content a::-moz-selection {
    background-color: #b3d4fc;
    color: #000;
    text-shadow: none; }
  .edc-related.-light .edc-related-message-content li {
    letter-spacing: 0; } }

.edc-related.-light .edc-related-aside2:hover .edc-related-link, .edc-related.-light .edc-related-aside2:active .edc-related-link, .edc-related.-light .edc-related-aside2:focus .edc-related-link {
  background-color: white; }

.edc-related.-light .edc-related-aside2:hover .edc-related-link .edc-related-action span, .edc-related.-light .edc-related-aside2:active .edc-related-link .edc-related-action span, .edc-related.-light .edc-related-aside2:focus .edc-related-link .edc-related-action span {
  color: #4c4c4c; }

.edc-related.-light .edc-related-aside2 .edc-related-category {
  letter-spacing: .12em;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  margin: 0;
  color: #4c4c4c;
  line-height: 1; }
  @media screen and (min-width: 640px) {
    .edc-related.-light .edc-related-aside2 .edc-related-category {
      font-size: 13px; } }

.edc-related.-light .edc-related-aside2 .edc-related-link {
  background-color: rgba(255, 255, 255, 0.85); }
  .edc-related.-light .edc-related-aside2 .edc-related-link .edc-related-action span {
    position: relative;
    color: #4c4c4c; }
    .edc-related.-light .edc-related-aside2 .edc-related-link .edc-related-action span::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"] .edc-related.-light .edc-related-aside2 .edc-related-link .edc-related-action span::after {
        transform: scaleX(-1); }
      html[dir="rtl"] .edc-related.-light .edc-related-aside2 .edc-related-link .edc-related-action span::after[href$=".mp4"]::after, html[dir="rtl"] .edc-related.-light .edc-related-aside2 .edc-related-link .edc-related-action span::after[href$=".mov"]::after, html[dir="rtl"] .edc-related.-light .edc-related-aside2 .edc-related-link .edc-related-action span::after[href^="https://www.esri.com/videos/"]::after {
        transform: none; }
    .edc-related.-light .edc-related-aside2 .edc-related-link .edc-related-action span:hover {
      text-decoration: none; }
      .edc-related.-light .edc-related-aside2 .edc-related-link .edc-related-action span:hover:after {
        opacity: 1;
        visibility: visible;
        margin-left: 5px; }
      html[dir="rtl"] .edc-related.-light .edc-related-aside2 .edc-related-link .edc-related-action span:hover:after {
        margin-right: 5px;
        margin-left: 0; }
    .edc-related.-light .edc-related-aside2 .edc-related-link .edc-related-action span::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .edc-related.-light .edc-related-aside2 .edc-related-link .edc-related-action span:hover {
      color: #005e95; }
    .edc-related.-light .edc-related-aside2 .edc-related-link .edc-related-action span:after {
      top: 0;
      position: relative;
      margin-bottom: -3px;
      width: 0.7em;
      height: 0.7em;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .edc-related.-light .edc-related-aside2 .edc-related-link .edc-related-action span:hover {
      color: #4c4c4c; }

.edc-related.-light .edc-related-message-content a {
  background-image: -webkit-linear-gradient(left, #0079c1 calc(50% - 1px), #cccccc calc(50% - 1px));
  background-image: linear-gradient(90deg, #0079c1 calc(50% - 1px), #cccccc calc(50% - 1px));
  color: #0079c1;
  text-shadow: -0.075em -0.05em 0 #ffffff, -0.125em 0 0 #ffffff, -0.075em 0 0 #ffffff, -0.05em 0 0 #ffffff, 0.05em 0 0 #ffffff, 0.075em 0 0 #ffffff, 0.125em 0 0 #ffffff; }

.edc-related.-light .edc-related-message-tooltip {
  color: #0079c1; }
  .edc-related.-light .edc-related-message-tooltip:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox='0%200%2016%2016'%20fill='%230079c1'%20xmlns='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-repeat: no-repeat;
    fill: #0079c1; }

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

.edc-related.-dark .edc-related-message [data-tooltip]:before {
  color: #323232;
  background-color: #e6e6e6; }

.edc-related.-dark .edc-related-message [data-tooltip]:after {
  border-top-color: #e6e6e6; }

.edc-related.-dark .edc-related-message-content a, .edc-related.-dark .edc-related-message-content p a {
  background-image: -webkit-linear-gradient(left, #49b0f2 calc(50% - 1px), #595959 calc(50% - 1px));
  background-image: linear-gradient(90deg, #49b0f2 calc(50% - 1px), #595959 calc(50% - 1px));
  color: #49b0f2;
  text-shadow: -0.075em -0.05em 0 #323232, -0.125em 0 0 #323232, -0.075em 0 0 #323232, -0.05em 0 0 #323232, 0.05em 0 0 #323232, 0.075em 0 0 #323232, 0.125em 0 0 #323232; }

.edc-related.-dark .edc-related-aside2:hover .edc-related-link, .edc-related.-dark .edc-related-aside2:active .edc-related-link, .edc-related.-dark .edc-related-aside2:focus .edc-related-link {
  background-color: #323232; }

.edc-related.-dark .edc-related-aside2:hover .edc-related-link .edc-related-action span, .edc-related.-dark .edc-related-aside2:active .edc-related-link .edc-related-action span, .edc-related.-dark .edc-related-aside2:focus .edc-related-link .edc-related-action span {
  color: #ffffff; }

.edc-related.-dark .edc-related-aside2 .edc-related-link {
  background-color: rgba(50, 50, 50, 0.85); }
  .edc-related.-dark .edc-related-aside2 .edc-related-link .edc-related-action span {
    position: relative;
    color: #ffffff; }
    .edc-related.-dark .edc-related-aside2 .edc-related-link .edc-related-action span::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"] .edc-related.-dark .edc-related-aside2 .edc-related-link .edc-related-action span::after {
        transform: scaleX(-1); }
      html[dir="rtl"] .edc-related.-dark .edc-related-aside2 .edc-related-link .edc-related-action span::after[href$=".mp4"]::after, html[dir="rtl"] .edc-related.-dark .edc-related-aside2 .edc-related-link .edc-related-action span::after[href$=".mov"]::after, html[dir="rtl"] .edc-related.-dark .edc-related-aside2 .edc-related-link .edc-related-action span::after[href^="https://www.esri.com/videos/"]::after {
        transform: none; }
    .edc-related.-dark .edc-related-aside2 .edc-related-link .edc-related-action span:hover {
      text-decoration: none; }
      .edc-related.-dark .edc-related-aside2 .edc-related-link .edc-related-action span:hover:after {
        opacity: 1;
        visibility: visible;
        margin-left: 5px; }
      html[dir="rtl"] .edc-related.-dark .edc-related-aside2 .edc-related-link .edc-related-action span:hover:after {
        margin-right: 5px;
        margin-left: 0; }
    .edc-related.-dark .edc-related-aside2 .edc-related-link .edc-related-action span::after {
      background: url("data:image/svg+xml;base64, PHN2ZyBjbGFzcz0iYXJyb3ciIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE2IDE2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KICAgPGc+PHBhdGggZmlsbD0iIzc0YzZmZiIgZD0iTTgsMTQuMjk2ODc1bDUuMzEyNS01LjMxMjVIMFY4aDEzLjI4MTI1TDgsMi43MDMxMjVWMS4yODEyNUwxNS4yMTg3NSw4LjVMOCwxNS43MTg3NVYxNC4yOTY4NzV6Ij48L3BhdGg+PC9nPgo8L3N2Zz4=") no-repeat center center; }
    .edc-related.-dark .edc-related-aside2 .edc-related-link .edc-related-action span:hover {
      color: #74c6ff; }
    .edc-related.-dark .edc-related-aside2 .edc-related-link .edc-related-action span:after {
      top: 0;
      position: relative;
      margin-bottom: -3px;
      width: 0.7em;
      height: 0.7em;
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .edc-related.-dark .edc-related-aside2 .edc-related-link .edc-related-action span:hover {
      color: #ffffff; }

.edc-related.-dark .edc-related-aside2 .edc-related-category {
  letter-spacing: .12em;
  font-size: 11px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  box-sizing: border-box;
  width: 100%;
  position: relative;
  margin: 0;
  color: #ffffff;
  line-height: 1; }
  @media screen and (min-width: 640px) {
    .edc-related.-dark .edc-related-aside2 .edc-related-category {
      font-size: 13px; } }

@media (max-width: 860px) {
  .edc-related.-dark .edc-related-message a.edc-related-message-tooltip {
    color: #49b0f2; } }

.edc-related.-dark .edc-related-message-tooltip {
  color: #49b0f2; }
  .edc-related.-dark .edc-related-message-tooltip:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox='0%200%2016%2016'%20fill='%2349b0f2'%20xmlns='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-repeat: no-repeat; }

.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; }

[data-tooltip] {
  position: relative; }
  [data-tooltip]:after, [data-tooltip]:before {
    opacity: 0;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%, 15px);
    transform: translate(-50%, 15px);
    -webkit-transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, -webkit-transform .2s;
    transition: opacity .2s, transform .2s;
    transition: opacity .2s, transform .2s, -webkit-transform .2s; }

[data-tooltip]:before {
  bottom: calc(100% + 5px + 4px);
  content: attr(data-tooltip);
  text-decoration: none;
  font-size: 14px;
  line-height: 1.07143;
  padding: 9.5px 12px;
  text-align: center;
  -webkit-transform: translate(-50%, 15px);
  transform: translate(-50%, 15px);
  color: #ffffff;
  background-color: #4c4c4c; }
  @media (min-width: 861px) {
    [data-tooltip]:before {
      white-space: nowrap; } }

[data-tooltip]:after {
  border: 5px solid transparent;
  bottom: calc(100% - 4px + 4px);
  content: "";
  border-top-color: #4c4c4c; }

.-dark [data-tooltip]:before {
  color: #323262;
  background-color: #e6e6e6; }

.-dark [data-tooltip]:after {
  border-top-color: #e6e6e6; }

[data-tooltip]:hover:after,
[data-tooltip]:hover:before {
  opacity: 1;
  -webkit-transform: translate(-50%);
  transform: translate(-50%); }

.edc-related.-dark, .edc-related.-dark * a {
  color: #ffffff;
  background-color: #323232;
  text-shadow: none !important; }

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

.c-hero-video {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: background-color 300ms;
  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: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.5) 25%, rgba(0, 0, 0, 0.05) 100%);
  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: -webkit-linear-gradient(left, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.05) 100%);
  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); }

/* Hero Video: Icon
/* ========================================================================== */
.c-hero-video-icon {
  display: block;
  margin-bottom: 20px;
  width: 80px;
  height: 80px; }

/* Hero Video: Content
/* ========================================================================== */
.c-hero-video-content {
  position: relative;
  z-index: 1; }
  .c-hero-video-content img {
    height: 90px; }

/* Hero Video: Headline
/* ========================================================================== */
.c-hero-video-headline {
  letter-spacing: -.025em;
  -webkit-transition: font-size 75ms, line-height 75ms;
  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; } }

/* Hero Video: Subhead
/* ========================================================================== */
.c-hero-video-subhead {
  font-weight: 400;
  margin-top: 10px;
  margin-bottom: 0;
  -webkit-transition: font-size 75ms, line-height 75ms;
  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; } }

/* Hero Video: Body Copy
/* ========================================================================== */
.c-hero-video-bodycopy {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 584px;
  -webkit-transition: font-size 75ms, line-height 75ms;
  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; }

/* Hero Video: Video
/* ========================================================================== */
.c-hero-video-video {
  -o-object-fit: cover;
  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: #323232; }

.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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #196fa6;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: opacity .3s;
  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: -webkit-linear-gradient(left, rgba(50, 50, 50, 0.5), rgba(50, 50, 50, 0));
  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: -webkit-linear-gradient(left, rgba(50, 50, 50, 0), rgba(50, 50, 50, 0.5));
  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;
  -webkit-transition: padding .4s;
  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: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  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;
  -webkit-transition: font-size .4s;
  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;
  -webkit-transition: background-color .05s linear, color .05s linear;
  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 {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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: -webkit-box;
  display: -ms-flexbox;
  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;
  -webkit-transition: box-shadow .2s, height .4s, outline-width .4s, width .4s, -webkit-filter .2s;
  transition: box-shadow .2s, height .4s, outline-width .4s, width .4s, -webkit-filter .2s;
  transition: box-shadow .2s, filter .2s, height .4s, outline-width .4s, width .4s;
  transition: box-shadow .2s, filter .2s, height .4s, outline-width .4s, width .4s, -webkit-filter .2s; }

@media (max-width: 860px) {
  .home-slider .cc-slides-pagination-control {
    background-position: 100% 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    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');
  -webkit-filter: grayscale(1);
  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;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin-top: -50px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  width: 50px;
  height: 50px;
  top: -90px;
  -webkit-transition: background-color .4s;
  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: #323232;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-transition: background-image .4s;
  transition: background-image .4s; }

.home-slider .edc-scroll:focus,
.home-slider .edc-scroll:hover {
  background-color: #0079c1;
  -webkit-transition: 0ms;
  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;
  -webkit-transition: 0ms;
  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: -moz-linear-gradient(90deg, rgba(50, 50, 50, 0.5), rgba(50, 50, 50, 0));
  background: -webkit-linear-gradient(90deg, rgba(50, 50, 50, 0.5), rgba(50, 50, 50, 0));
  background: linear-gradient(90deg, rgba(50, 50, 50, 0.5), rgba(50, 50, 50, 0)); }
  .home-slider .gradient-bg-top.dark-gradient .cc-slides-label {
    color: #ffffff; }

.home-slider .gradient-bg-top.light-gradient {
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  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: #323232; }

.home-slider .content-container {
  min-height: 70vh;
  width: 100%;
  min-width: 100%;
  padding-top: 30px;
  padding-bottom: 65px;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -webkit-box-align: center;
  align-items: center; }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .home-slider .content-container {
      display: table-cell;
      vertical-align: middle; } }
  @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .home-slider .content-container {
      display: table-cell;
      vertical-align: middle; } }

@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; } }

/* Right to Left */
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; } }

.parallaxBG {
  background-attachment: fixed; }

.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--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; }
    .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--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--foregroundImage {
      width: 100%;
      height: 0;
      padding-bottom: 56.25%; }
    .hero-banner-global-v2 .hbg-container--medium--foregroundImage {
      width: 100%;
      height: 0;
      padding-bottom: 66.67%; }
    .hero-banner-global-v2 .hbg-container--large--foregroundImage {
      width: 90vw;
      height: 90vw;
      margin: 0 auto; }
    .hero-banner-global-v2 .hbg-container--xlarge {
      height: 90vh; }
      .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 .esri-text-subtitle, .hero-banner-global-v2 .hbg-container--xlarge .esri-text-container hr.separator, .hero-banner-global-v2 .hbg-container--xlarge .esri-text-container .esri-text-description {
          display: none; }
      .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%; }
        .hero-banner-global-v2 .hbg-container--xsmall {
          height: auto;
          min-height: 170px; }
        .hero-banner-global-v2 .hbg-container--small {
          min-height: 21vw; }
          .hero-banner-global-v2 .hbg-container--small--right {
            height: 21vw;
            max-height: 360px; }
          .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--right {
            height: 28vw;
            max-height: 576px; }
          .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;
            max-height: 864px; }
          .hero-banner-global-v2 .hbg-container--large--foregroundImage {
            width: calc(100% - (100% - 35vw));
            height: calc(100% - (100% - 35vw));
            margin: 0; } }
    @media screen and (min-width: 1544px) {
      .hero-banner-global-v2 .hbg-container--small {
        min-height: inherit;
        height: 21vw;
        max-height: 360px; }
        .hero-banner-global-v2 .hbg-container--small--foregroundImage {
          height: 100%;
          max-height: 360px;
          max-width: 640px; } }
    @media screen and (min-width: 2057px) {
      .hero-banner-global-v2 .hbg-container--medium {
        min-height: inherit;
        height: 28vw;
        max-height: 576px; }
        .hero-banner-global-v2 .hbg-container--medium--foregroundImage {
          height: 100%;
          max-height: 576px;
          max-width: 864px; } }
    @media screen and (min-width: 2469px) {
      .hero-banner-global-v2 .hbg-container--large {
        min-height: inherit;
        height: 35vw;
        max-height: 864px; }
        .hero-banner-global-v2 .hbg-container--large--foregroundImage {
          height: 100%;
          max-height: 864px;
          max-width: 864px; } }
    .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;
      opacity: 80%; }
      @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;
      opacity: 80%; }
      @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;
      opacity: 80%; }
      @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-size: 2.5rem;
        font-weight: 700;
        font-weight: 700; }
        @media screen and (min-width: 740px) {
          .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-size: 6.25vw; } }
        @media screen and (min-width: 1024px) {
          .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-size: 4rem; } }
    @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: 100%;
        margin: 0; } }
    @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 .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; }

.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%; }
  @media screen and (min-width: 1024px) {
    .hero-banner-global-v2.hbgv2-img--padding .hbg-container--small {
      height: calc(21vw + 96px); }
    .hero-banner-global-v2.hbgv2-img--padding .hbg-container--medium {
      height: calc(28vw + 96px); }
    .hero-banner-global-v2.hbgv2-img--padding .hbg-container--large {
      height: calc(35vw + 96px); } }
  @media screen and (min-width: 1544px) {
    .hero-banner-global-v2.hbgv2-img--padding .hbg-container--small {
      min-height: inherit;
      max-height: 456px; } }
  @media screen and (min-width: 2057px) {
    .hero-banner-global-v2.hbgv2-img--padding .hbg-container--medium {
      min-height: inherit;
      max-height: 672px; } }
  @media screen and (min-width: 2469px) {
    .hero-banner-global-v2.hbgv2-img--padding .hbg-container--large {
      min-height: inherit;
      max-height: 960px; } }
  .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; }
  @media screen and (min-width: 768px) {
    .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-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; }
    .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%;
      text-align: center; }
      .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; }

.hero-banner-global {
  font-kerning: normal; }
  .hero-banner-global .hbg-container {
    position: relative;
    overflow: hidden;
    background-position: center center; }
    .hero-banner-global .hbg-container .dark-light-gradient {
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      height: 100%;
      width: 100%; }
  .hero-banner-global .herobanner {
    display: block;
    padding-top: 0px;
    position: relative; }
    .hero-banner-global .herobanner.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 .herobanner.video-background {
          display: block; } }
    .hero-banner-global .herobanner.has-no-foreground {
      display: flex;
      align-items: center;
      justify-content: center;
      padding-top: 0;
      flex-direction: row; }
      .hero-banner-global .herobanner.has-no-foreground .content {
        min-width: 100%;
        box-sizing: border-box; }
        @media (min-width: 1024px) {
          .hero-banner-global .herobanner.has-no-foreground .content {
            min-width: 0; } }
    @media screen and (min-width: 1024px) {
      .hero-banner-global .herobanner {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-top: 0; }
        .hero-banner-global .herobanner .content {
          min-width: none;
          min-width: 0; } }
    @media (min-width: 1024px) {
      .hero-banner-global .herobanner .content {
        padding: 0 20px 0 10px; } }
    .hero-banner-global .herobanner .banner__title {
      font-weight: 300;
      color: #323232;
      letter-spacing: -2px;
      margin-bottom: 0;
      line-height: 1.25; }
      .hero-banner-global .herobanner .banner__title.title--mega {
        font-weight: 600; }
    .hero-banner-global .herobanner .header-subtitle {
      margin-bottom: 0;
      line-height: 1.25; }
      @media (min-width: 1024px) {
        .hero-banner-global .herobanner .header-subtitle {
          margin-bottom: 1.25rem;
          letter-spacing: -2px; } }
    .hero-banner-global .herobanner .header-desc {
      font-weight: 300;
      line-height: 1.27; }
    .hero-banner-global .herobanner .hero-icon {
      margin-bottom: 12px; }
      .hero-banner-global .herobanner .hero-icon img, .hero-banner-global .herobanner .hero-icon svg {
        height: 100%;
        width: 100%; }
    .hero-banner-global .herobanner .hr {
      height: 3px;
      width: 45px;
      background-color: rgba(50, 50, 50, 0.5);
      margin: 0.5rem auto; }
      @media screen and (min-width: 1024px) {
        .hero-banner-global .herobanner .hr {
          margin: 1rem 0; } }
    .hero-banner-global .herobanner .content,
    .hero-banner-global .herobanner .right-column {
      flex: 1;
      visibility: hidden; }
    .hero-banner-global .herobanner .right-column {
      width: 100%;
      margin: 0 auto;
      margin-top: 25px; }
      @media (min-width: 480px) {
        .hero-banner-global .herobanner .right-column {
          width: 71%; } }
      @media (min-width: 1024px) {
        .hero-banner-global .herobanner .right-column {
          height: 100%;
          margin-top: 0; } }
    .hero-banner-global .herobanner .right-column-image {
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center;
      height: 0;
      width: 100%; }
      .hero-banner-global .herobanner .right-column-image img {
        display: none; }
      @media (min-width: 1024px) {
        .hero-banner-global .herobanner .right-column-image {
          background: none !important;
          position: relative;
          height: 100%;
          width: 100%;
          display: block; }
          .hero-banner-global .herobanner .right-column-image img {
            display: inline-block;
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            max-width: none;
            max-height: 100%;
            height: 100%; } }
    .hero-banner-global .herobanner .btn-first-cta {
      border-width: 1px;
      border-style: solid; }
    .hero-banner-global .herobanner .btn-first-cta,
    .hero-banner-global .herobanner .btn-second-cta {
      transition: all .15s ease-in-out;
      margin-right: 5px;
      margin-bottom: 8px; }
      .hero-banner-global .herobanner .btn-first-cta[aria-role]:after,
      .hero-banner-global .herobanner .btn-second-cta[aria-role]: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; }
  .hero-banner-global .banner--tiny {
    min-height: 80px;
    height: 12vh;
    max-height: 173px;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    display: flex;
    padding-top: 0;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    z-index: 1; }
    .hero-banner-global .banner--tiny.has-no-foreground {
      padding-top: 5px; }
    .hero-banner-global .banner--tiny .right-column {
      display: none; }
    .hero-banner-global .banner--tiny .banner__title {
      font-size: 32px;
      letter-spacing: -1px; }
      @media (min-width: 1024px) {
        .hero-banner-global .banner--tiny .banner__title {
          padding-top: 0; } }
      .hero-banner-global .banner--tiny .banner__title.title--mega {
        font-size: 32px; }
        @media (min-width: 860px) {
          .hero-banner-global .banner--tiny .banner__title.title--mega {
            font-size: 38px; } }
    @media screen and (min-width: 1024px) {
      .hero-banner-global .banner--tiny {
        text-align: left; } }
  .hero-banner-global .banner--small {
    flex-direction: column;
    text-align: center;
    min-height: 230px;
    z-index: 1; }
    .hero-banner-global .banner--small * {
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 1024px) {
        .hero-banner-global .banner--small * {
          margin-left: 0;
          margin-right: auto; } }
    .hero-banner-global .banner--small .hero-icon {
      width: 54px;
      height: 54px;
      margin-bottom: 14px; }
    .hero-banner-global .banner--small .banner__title {
      font-size: 32px; }
      @media (min-width: 860px) {
        .hero-banner-global .banner--small .banner__title {
          font-size: 45px; } }
      .hero-banner-global .banner--small .banner__title.title--mega {
        font-size: 45px;
        letter-spacing: -1px; }
        @media (min-width: 480px) {
          .hero-banner-global .banner--small .banner__title.title--mega {
            font-size: 64px; } }
    .hero-banner-global .banner--small .header-subtitle {
      margin-top: 0.6rem;
      margin-bottom: 0;
      letter-spacing: -1px;
      font-size: 29; }
      @media (min-width: 480px) {
        .hero-banner-global .banner--small .header-subtitle {
          font-size: 32px; } }
      @media (min-width: 860px) {
        .hero-banner-global .banner--small .header-subtitle {
          font-size: 34px; } }
      @media (min-width: 1024px) {
        .hero-banner-global .banner--small .header-subtitle {
          margin-bottom: 1.25rem; } }
    .hero-banner-global .banner--small .header-desc {
      font-size: 16px;
      margin-bottom: 0; }
    .hero-banner-global .banner--small .right-column-image {
      padding-bottom: 51.42%; }
      @media (min-width: 1024px) {
        .hero-banner-global .banner--small .right-column-image {
          padding-bottom: 0; } }
    @media (min-width: 480px) {
      .hero-banner-global .banner--small {
        min-height: 260px; } }
    @media screen and (min-width: 1024px) {
      .hero-banner-global .banner--small {
        flex-direction: row;
        text-align: left;
        min-height: 276px;
        height: 25vh;
        max-height: 400px; } }
  .hero-banner-global .banner--medium {
    flex-direction: column;
    text-align: center;
    min-height: 400px;
    z-index: 1; }
    .hero-banner-global .banner--medium * {
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 1024px) {
        .hero-banner-global .banner--medium * {
          margin-left: 0;
          margin-right: auto; } }
    .hero-banner-global .banner--medium .hero-icon {
      width: 80px;
      height: 80px; }
    .hero-banner-global .banner--medium .banner__title {
      font-size: 45px; }
      @media (min-width: 480px) {
        .hero-banner-global .banner--medium .banner__title {
          font-size: 52px; } }
      .hero-banner-global .banner--medium .banner__title.title--mega {
        font-size: 55px; }
        @media (min-width: 480px) {
          .hero-banner-global .banner--medium .banner__title.title--mega {
            font-size: 62px; } }
    .hero-banner-global .banner--medium .hr {
      width: 50px;
      margin-bottom: 0px;
      margin-top: 1.35rem; }
    .hero-banner-global .banner--medium .header-subtitle {
      font-size: 30px;
      margin-top: 1.7rem;
      margin-bottom: 0; }
      @media (min-width: 480px) {
        .hero-banner-global .banner--medium .header-subtitle {
          font-size: 34px; } }
      @media (min-width: 480px) {
        .hero-banner-global .banner--medium .header-subtitle {
          font-size: 40px; } }
    .hero-banner-global .banner--medium .header-desc {
      font-size: 16px;
      margin: 1.2rem 0 0; }
    .hero-banner-global .banner--medium .header-ctas {
      margin: 4.0rem 0 0; }
    .hero-banner-global .banner--medium .right-column-image {
      padding-bottom: 61.27%; }
      @media (min-width: 1024px) {
        .hero-banner-global .banner--medium .right-column-image {
          padding-bottom: 0; } }
    @media screen and (min-width: 1024px) {
      .hero-banner-global .banner--medium {
        height: 576px;
        flex-direction: row;
        text-align: left; } }
  .hero-banner-global .banner--large {
    flex-direction: column;
    text-align: center;
    min-height: 60vh;
    z-index: 1; }
    .hero-banner-global .banner--large * {
      margin-left: auto;
      margin-right: auto; }
      @media screen and (min-width: 1024px) {
        .hero-banner-global .banner--large * {
          margin-left: 0;
          margin-right: auto; } }
    .hero-banner-global .banner--large .hero-icon {
      width: 90px;
      height: 90px;
      margin-bottom: 17px; }
      @media screen and (min-width: 768px) {
        .hero-banner-global .banner--large .hero-icon {
          width: 90px;
          height: 90px; } }
    .hero-banner-global .banner--large .banner__title {
      font-size: 47px;
      letter-spacing: -2px; }
      @media screen and (min-width: 480px) {
        .hero-banner-global .banner--large .banner__title {
          font-size: 62px; } }
      @media screen and (min-width: 1024px) {
        .hero-banner-global .banner--large .banner__title {
          font-size: 75px; } }
      .hero-banner-global .banner--large .banner__title.title--mega {
        font-size: 57px; }
        @media screen and (min-width: 480px) {
          .hero-banner-global .banner--large .banner__title.title--mega {
            font-size: 72px; } }
        @media screen and (min-width: 860px) {
          .hero-banner-global .banner--large .banner__title.title--mega {
            font-size: 100px; } }
    .hero-banner-global .banner--large .hr {
      width: 55px;
      margin-top: 2.1rem;
      margin-bottom: 0; }
    .hero-banner-global .banner--large .header-subtitle {
      font-size: 32px;
      margin-top: 1.6rem;
      margin-bottom: 0; }
      @media (min-width: 480px) {
        .hero-banner-global .banner--large .header-subtitle {
          font-size: 40px; } }
      @media (min-width: 860px) {
        .hero-banner-global .banner--large .header-subtitle {
          font-size: 2.82rem; } }
    .hero-banner-global .banner--large .header-desc {
      font-size: 16px;
      margin-top: 1.6rem; }
      @media (min-width: 860px) {
        .hero-banner-global .banner--large .header-desc {
          font-size: 1.2rem; } }
    .hero-banner-global .banner--large .header-ctas {
      margin-top: 72px; }
    .hero-banner-global .banner--large .right-column-image {
      padding-bottom: 73.53%; }
      @media (min-width: 1024px) {
        .hero-banner-global .banner--large .right-column-image {
          padding-bottom: 0; } }
    @media screen and (min-width: 1024px) {
      .hero-banner-global .banner--large {
        height: 60vh;
        min-height: 700px;
        max-height: 864px;
        flex-direction: row;
        text-align: left; } }
  .hero-banner-global .banner--screen {
    height: 100vh;
    padding-top: 15px;
    flex-direction: row;
    z-index: 10;
    width: 90vw; }
    @media screen and (min-width: 786px) {
      .hero-banner-global .banner--screen {
        width: 96vw;
        width: 1440px; } }
    @media screen and (min-width: 768px) {
      .hero-banner-global .banner--screen .banner__title, .hero-banner-global .banner--screen .header-subtitle, .hero-banner-global .banner--screen .header-desc {
        width: 58%; } }
    @media screen and (min-width: 1440px) {
      .hero-banner-global .banner--screen .banner__title, .hero-banner-global .banner--screen .header-subtitle, .hero-banner-global .banner--screen .header-desc {
        width: 50%; } }
    .hero-banner-global .banner--screen .content {
      flex-direction: row;
      max-width: 100%;
      position: relative; }
      @media screen and (min-width: 768px) {
        .hero-banner-global .banner--screen .content {
          flex-direction: column; } }
    .hero-banner-global .banner--screen .hero-icon {
      width: 90px;
      height: 90px; }
      @media screen and (min-width: 768px) {
        .hero-banner-global .banner--screen .hero-icon {
          width: 120px;
          height: auto; } }
    .hero-banner-global .banner--screen .banner__title {
      font-size: 1.125rem;
      letter-spacing: initial;
      font-weight: 700;
      margin-bottom: 2.0rem; }
      @media screen and (min-width: 924px) {
        .hero-banner-global .banner--screen .banner__title {
          font-size: 1.95vw; } }
      @media screen and (min-width: 1024px) {
        .hero-banner-global .banner--screen .banner__title {
          font-size: 1.25rem; } }
      .hero-banner-global .banner--screen .banner__title.title--mega {
        font-size: 3.9rem; }
        @media screen and (min-width: 480px) {
          .hero-banner-global .banner--screen .banner__title.title--mega {
            font-size: 5.29rem; } }
        @media screen and (min-width: 860px) {
          .hero-banner-global .banner--screen .banner__title.title--mega {
            font-size: 6.4rem; } }
    .hero-banner-global .banner--screen .header-subtitle {
      font-size: 1rem;
      margin-bottom: 1.8rem;
      letter-spacing: 0;
      font-weight: 400; }
      @media screen and (min-width: 915px) {
        .hero-banner-global .banner--screen .header-subtitle {
          font-size: 1.75vw; } }
      @media screen and (min-width: 1024px) {
        .hero-banner-global .banner--screen .header-subtitle {
          font-size: 1.125rem; } }
    .hero-banner-global .banner--screen .header-desc {
      font-size: 1.625rem;
      font-weight: 700;
      font-style: normal;
      line-height: 1.15; }
      @media screen and (min-width: 667px) {
        .hero-banner-global .banner--screen .header-desc {
          font-size: 3.9vw; } }
      @media screen and (min-width: 1024px) {
        .hero-banner-global .banner--screen .header-desc {
          font-size: 2.5rem; } }
      @media screen and (min-width: 1040px) {
        .hero-banner-global .banner--screen .header-desc {
          font-size: 2rem; } }
  @media screen and (min-width: 1040px) and (min-width: 695px) {
    .hero-banner-global .banner--screen .header-desc {
      font-size: 4.6vw; } }
  @media screen and (min-width: 1040px) and (min-width: 1024px) {
    .hero-banner-global .banner--screen .header-desc {
      font-size: 3rem; } }
      @media screen and (min-width: 768px) {
        .hero-banner-global .banner--screen .header-desc {
          font-size: 3.39795rem; } }
    .hero-banner-global .banner--screen .hr {
      width: 60px;
      margin: 2.1rem auto 1.6rem auto; }
    .hero-banner-global .banner--screen .scroll-down-ghost {
      margin-top: 10px; }
      @media (min-width: 600px) {
        .hero-banner-global .banner--screen .scroll-down-ghost {
          margin-top: 0;
          height: 60px; } }
  @media screen and (min-width: 600px) and (orientation: landscape) {
    .hero-banner-global .banner--screen .scroll-down-ghost {
      height: 120px; } }
      @media (min-width: 860px) and (orientation: landscape) {
        .hero-banner-global .banner--screen .scroll-down-ghost {
          height: 60px; } }
    .hero-banner-global .banner--screen .scroll-down {
      display: none;
      width: 50px;
      height: 50px;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 50px;
      margin: 0 auto 20px auto;
      box-sizing: border-box;
      padding: 13px 0 0 9px;
      color: #323232;
      transition: background-color 100ms linear; }
      .hero-banner-global .banner--screen .scroll-down .icon-down-arrow {
        position: relative;
        left: -5px; }
        .hero-banner-global .banner--screen .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) {
        .hero-banner-global .banner--screen .scroll-down {
          display: block;
          position: absolute;
          bottom: 50px;
          left: 50%;
          margin: 0 0 0 -25px; } }
      .hero-banner-global .banner--screen .scroll-down:hover {
        background-color: #0079c1; }
        .hero-banner-global .banner--screen .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 .banner--screen .header-ctas {
      margin-top: 30px; }
      .hero-banner-global .banner--screen .header-ctas a.btn.btn-white.btn-first-cta.playhead[aria-role='video'] {
        border: none;
        margin-top: -15px;
        background: rgba(50, 50, 50, 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;
        position: relative;
        transform: none;
        left: 0; }
        .hero-banner-global .banner--screen .header-ctas a.btn.btn-white.btn-first-cta.playhead[aria-role='video']:hover, .hero-banner-global .banner--screen .header-ctas a.btn.btn-white.btn-first-cta.playhead[aria-role='video']:focus {
          outline: none;
          cursor: pointer; }
        .hero-banner-global .banner--screen .header-ctas a.btn.btn-white.btn-first-cta.playhead[aria-role='video']:after {
          border-left: 12px solid white; }
          .hero-banner-global .banner--screen .header-ctas a.btn.btn-white.btn-first-cta.playhead[aria-role='video']:after:hover {
            border-left: 12px solid white; }
        .hero-banner-global .banner--screen .header-ctas a.btn.btn-white.btn-first-cta.playhead[aria-role='video']:hover, .hero-banner-global .banner--screen .header-ctas a.btn.btn-white.btn-first-cta.playhead[aria-role='video']:focus {
          background: #0079c1;
          border: none;
          outline: none; }
        .hero-banner-global .banner--screen .header-ctas a.btn.btn-white.btn-first-cta.playhead[aria-role='video']: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; }
        .hero-banner-global .banner--screen .header-ctas a.btn.btn-white.btn-first-cta.playhead[aria-role='video']:after {
          left: 47%;
          background-image: none !important; }
        .hero-banner-global .banner--screen .header-ctas a.btn.btn-white.btn-first-cta.playhead[aria-role='video']:hover, .hero-banner-global .banner--screen .header-ctas a.btn.btn-white.btn-first-cta.playhead[aria-role='video']:focus {
          background: var(--theme-color); }
      .hero-banner-global .banner--screen .header-ctas a.btn {
        padding: 0.75rem 1.35rem;
        font-size: 0.75rem; }
        @media screen and (min-width: 1024px) {
          .hero-banner-global .banner--screen .header-ctas a.btn {
            font-size: 0.875rem; } }
      @media (min-width: 860px) {
        .hero-banner-global .banner--screen .header-ctas {
          margin-top: 45px; } }
    .hero-banner-global .banner--screen .right-column {
      display: none; }
  .hero-banner-global .banner--full {
    min-height: 50vh;
    height: auto;
    max-height: 1152px;
    flex-direction: column;
    text-align: center;
    padding-top: 15px; }
    .hero-banner-global .banner--full.has-no-foreground {
      padding-top: 33px; }
    @media screen and (min-width: 600px) {
      .hero-banner-global .banner--full {
        padding-top: 30px;
        height: 80vh; } }
  @media screen and (min-width: 600px) and (orientation: landscape) {
    .hero-banner-global .banner--full {
      height: auto; } }
    @media screen and (min-width: 600px) {
        .hero-banner-global .banner--full.has-no-foreground {
          padding-top: 24px; } }
    @media screen and (min-width: 860px) and (orientation: landscape) {
      .hero-banner-global .banner--full {
        height: 80vh; } }
    @media screen and (min-width: 860px) {
      .hero-banner-global .banner--full {
        min-height: 650px; } }
    @media screen and (min-width: 1024px) {
      .hero-banner-global .banner--full {
        min-height: 740px; } }
    .hero-banner-global .banner--full * {
      margin-left: auto;
      margin-right: auto; }
    .hero-banner-global .banner--full .content {
      display: flex;
      flex-direction: column;
      justify-content: center;
      padding-bottom: 2%;
      height: 100%;
      max-width: 100%; }
    .hero-banner-global .banner--full .hero-icon {
      width: 90px;
      height: 90px; }
      @media screen and (min-width: 768px) {
        .hero-banner-global .banner--full .hero-icon {
          width: 120px;
          height: auto; } }
    .hero-banner-global .banner--full .banner__title {
      font-size: 3.2rem; }
      @media screen and (min-width: 400px) {
        .hero-banner-global .banner--full .banner__title {
          font-size: 3.65rem; } }
      @media screen and (min-width: 440px) {
        .hero-banner-global .banner--full .banner__title {
          font-size: 3.95rem; } }
      @media screen and (min-width: 480px) {
        .hero-banner-global .banner--full .banner__title {
          font-size: 55px; } }
      @media screen and (min-width: 860px) {
        .hero-banner-global .banner--full .banner__title {
          font-size: 5.294rem; } }
      .hero-banner-global .banner--full .banner__title.title--mega {
        font-size: 3.9rem; }
        @media screen and (min-width: 480px) {
          .hero-banner-global .banner--full .banner__title.title--mega {
            font-size: 5.29rem; } }
        @media screen and (min-width: 860px) {
          .hero-banner-global .banner--full .banner__title.title--mega {
            font-size: 6.4rem; } }
    .hero-banner-global .banner--full .header-subtitle {
      line-height: 1.25; }
    .hero-banner-global .banner--full .header-desc {
      line-height: 1.27; }
    .hero-banner-global .banner--full .hr {
      width: 60px;
      margin: 2.1rem auto 1.6rem auto; }
    .hero-banner-global .banner--full .scroll-down-ghost {
      margin-top: 10px; }
      @media (min-width: 600px) {
        .hero-banner-global .banner--full .scroll-down-ghost {
          margin-top: 0;
          height: 60px; } }
  @media screen and (min-width: 600px) and (orientation: landscape) {
    .hero-banner-global .banner--full .scroll-down-ghost {
      height: 120px; } }
      @media (min-width: 860px) and (orientation: landscape) {
        .hero-banner-global .banner--full .scroll-down-ghost {
          height: 60px; } }
    .hero-banner-global .banner--full .scroll-down {
      display: none;
      width: 50px;
      height: 50px;
      background-color: rgba(255, 255, 255, 0.9);
      border-radius: 50px;
      margin: 0 auto 20px auto;
      box-sizing: border-box;
      padding: 13px 0 0 9px;
      color: #323232;
      transition: background-color 100ms linear; }
      .hero-banner-global .banner--full .scroll-down .icon-down-arrow {
        position: relative;
        left: -5px; }
        .hero-banner-global .banner--full .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) {
        .hero-banner-global .banner--full .scroll-down {
          display: block;
          position: absolute;
          bottom: 50px;
          left: 50%;
          margin: 0 0 0 -25px; } }
      .hero-banner-global .banner--full .scroll-down:hover {
        background-color: #0079c1; }
        .hero-banner-global .banner--full .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 .banner--full .header-subtitle {
      font-size: 34px;
      margin-top: 1.8rem;
      margin-bottom: 0;
      letter-spacing: -2px; }
      @media (min-width: 480px) {
        .hero-banner-global .banner--full .header-subtitle {
          font-size: 45px; } }
      @media (min-width: 860px) {
        .hero-banner-global .banner--full .header-subtitle {
          font-size: 3rem;
          letter-spacing: 0; } }
    .hero-banner-global .banner--full .header-desc {
      font-size: 0.875rem;
      margin-bottom: 0; }
      @media screen and (min-width: 1024px) {
        .hero-banner-global .banner--full .header-desc {
          font-size: 1rem; } }
      @media (min-width: 480px) {
        .hero-banner-global .banner--full .header-desc {
          font-size: 1rem; } }
  @media screen and (min-width: 480px) and (min-width: 915px) {
    .hero-banner-global .banner--full .header-desc {
      font-size: 1.75vw; } }
  @media screen and (min-width: 480px) and (min-width: 1024px) {
    .hero-banner-global .banner--full .header-desc {
      font-size: 1.125rem; } }
    .hero-banner-global .banner--full .header-ctas {
      margin-top: 72px; }
      @media (min-width: 860px) {
        .hero-banner-global .banner--full .header-ctas {
          margin-top: 97px; } }
    .hero-banner-global .banner--full .right-column {
      display: none; }
  .hero-banner-global [data-theme="light-text"] .herobanner.banner--screen .content.left-column a.btn.btn-white.btn-first-cta.playhead[aria-role='video'] {
    border: none;
    margin-top: -15px;
    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;
    position: relative;
    transform: none;
    left: 0; }
    .hero-banner-global [data-theme="light-text"] .herobanner.banner--screen .content.left-column a.btn.btn-white.btn-first-cta.playhead[aria-role='video']:hover, .hero-banner-global [data-theme="light-text"] .herobanner.banner--screen .content.left-column a.btn.btn-white.btn-first-cta.playhead[aria-role='video']:focus {
      outline: none;
      cursor: pointer; }
    .hero-banner-global [data-theme="light-text"] .herobanner.banner--screen .content.left-column a.btn.btn-white.btn-first-cta.playhead[aria-role='video']:after {
      border-left: 12px solid #323232; }
      .hero-banner-global [data-theme="light-text"] .herobanner.banner--screen .content.left-column a.btn.btn-white.btn-first-cta.playhead[aria-role='video']:after:hover {
        border-left: 12px solid #323232; }
    .hero-banner-global [data-theme="light-text"] .herobanner.banner--screen .content.left-column a.btn.btn-white.btn-first-cta.playhead[aria-role='video']:hover, .hero-banner-global [data-theme="light-text"] .herobanner.banner--screen .content.left-column a.btn.btn-white.btn-first-cta.playhead[aria-role='video']:focus {
      background: #0079c1;
      border: none;
      outline: none; }
      .hero-banner-global [data-theme="light-text"] .herobanner.banner--screen .content.left-column a.btn.btn-white.btn-first-cta.playhead[aria-role='video']:hover:after, .hero-banner-global [data-theme="light-text"] .herobanner.banner--screen .content.left-column a.btn.btn-white.btn-first-cta.playhead[aria-role='video']:focus:after {
        border-left: 12px solid white; }
    .hero-banner-global [data-theme="light-text"] .herobanner.banner--screen .content.left-column a.btn.btn-white.btn-first-cta.playhead[aria-role='video']:focus {
      background: #0079c1;
      outline: none; }
      .hero-banner-global [data-theme="light-text"] .herobanner.banner--screen .content.left-column a.btn.btn-white.btn-first-cta.playhead[aria-role='video']:focus:after {
        border-left: 12px solid white; }
    .hero-banner-global [data-theme="light-text"] .herobanner.banner--screen .content.left-column a.btn.btn-white.btn-first-cta.playhead[aria-role='video']: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; }
    .hero-banner-global [data-theme="light-text"] .herobanner.banner--screen .content.left-column a.btn.btn-white.btn-first-cta.playhead[aria-role='video']:after {
      left: 47%;
      background-image: none !important; }
    .hero-banner-global [data-theme="light-text"] .herobanner.banner--screen .content.left-column a.btn.btn-white.btn-first-cta.playhead[aria-role='video']:hover, .hero-banner-global [data-theme="light-text"] .herobanner.banner--screen .content.left-column a.btn.btn-white.btn-first-cta.playhead[aria-role='video']:focus {
      background: var(--theme-color); }
  .hero-banner-global [data-theme="light-text"][data-overlay='overlay'].has-bg-img:not(.hgb-container--no-vignette) .dark-light-gradient {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 60%); }
    @media (min-width: 1024px) {
      .hero-banner-global [data-theme="light-text"][data-overlay='overlay'].has-bg-img:not(.hgb-container--no-vignette) .dark-light-gradient {
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent 60%); } }
  .hero-banner-global [data-theme="light-text"] .banner__title,
  .hero-banner-global [data-theme="light-text"] .header-tagline,
  .hero-banner-global [data-theme="light-text"] .header-desc {
    color: #ffffff; }
  .hero-banner-global [data-theme="light-text"] .header-subtitle {
    color: rgba(255, 255, 255, 0.75); }
  .hero-banner-global [data-theme="light-text"] .hr {
    background-color: rgba(255, 255, 255, 0.5); }
  .hero-banner-global [data-theme="light-text"] .btn-first-cta {
    background: rgba(255, 255, 255, 0.85);
    border-color: transparent;
    color: #323232; }
    .hero-banner-global [data-theme="light-text"] .btn-first-cta:hover {
      background-color: white; }
    .hero-banner-global [data-theme="light-text"] .btn-first-cta[aria-role='internal']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjMDAwIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }
    .hero-banner-global [data-theme="light-text"] .btn-first-cta[aria-role='external']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }
    .hero-banner-global [data-theme="light-text"] .btn-first-cta[aria-role='video']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }
    .hero-banner-global [data-theme="light-text"] .btn-first-cta[aria-role='document']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiIvPjwvc3ZnPg=="); }
  .hero-banner-global [data-theme="light-text"] .btn-second-cta {
    border-color: #ffffff;
    color: #ffffff; }
    .hero-banner-global [data-theme="light-text"] .btn-second-cta:hover {
      background: transparent;
      box-shadow: inset 0 0 0 1px #ffffff; }
    .hero-banner-global [data-theme="light-text"] .btn-second-cta[aria-role='internal']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }
    .hero-banner-global [data-theme="light-text"] .btn-second-cta[aria-role='external']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }
    .hero-banner-global [data-theme="light-text"] .btn-second-cta[aria-role='video']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }
    .hero-banner-global [data-theme="light-text"] .btn-second-cta[aria-role='document']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+"); }
  .hero-banner-global [data-theme="dark-text"][data-overlay='overlay'].has-bg-img:not(.hgb-container--no-vignette) .dark-light-gradient {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), transparent 60%); }
    @media (min-width: 1024px) {
      .hero-banner-global [data-theme="dark-text"][data-overlay='overlay'].has-bg-img:not(.hgb-container--no-vignette) .dark-light-gradient {
        background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), transparent 60%); } }
  .hero-banner-global [data-theme="dark-text"] .banner__title,
  .hero-banner-global [data-theme="dark-text"] .header-desc {
    color: #323232; }
  .hero-banner-global [data-theme="dark-text"] .header-subtitle {
    color: rgba(50, 50, 50, 0.75); }
  .hero-banner-global [data-theme="dark-text"] .hr {
    color: rgba(50, 50, 50, 0.5); }
  .hero-banner-global [data-theme="dark-text"] .btn-first-cta.playhead[aria-role='internal']:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }
  .hero-banner-global [data-theme="dark-text"] .btn-first-cta {
    background: rgba(50, 50, 50, 0.85);
    border-color: transparent;
    color: #ffffff; }
    .hero-banner-global [data-theme="dark-text"] .btn-first-cta:hover {
      background-color: #323232; }
    .hero-banner-global [data-theme="dark-text"] .btn-first-cta[aria-role='internal']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }
    .hero-banner-global [data-theme="dark-text"] .btn-first-cta[aria-role='external']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }
    .hero-banner-global [data-theme="dark-text"] .btn-first-cta[aria-role='video']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }
    .hero-banner-global [data-theme="dark-text"] .btn-first-cta[aria-role='document']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+"); }
  .hero-banner-global [data-theme="dark-text"] .btn-second-cta {
    border-color: #323232;
    color: #323232; }
    .hero-banner-global [data-theme="dark-text"] .btn-second-cta:hover {
      background: transparent;
      box-shadow: inset 0 0 0 1px #323232; }
    .hero-banner-global [data-theme="dark-text"] .btn-second-cta[aria-role='internal']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjMDAwIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }
    .hero-banner-global [data-theme="dark-text"] .btn-second-cta[aria-role='external']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }
    .hero-banner-global [data-theme="dark-text"] .btn-second-cta[aria-role='video']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }
    .hero-banner-global [data-theme="dark-text"] .btn-second-cta[aria-role='document']:after {
      background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiIvPjwvc3ZnPg=="); }

/* Right to Left */
html[dir="rtl"] body .hero-banner-global .herobanner.banner--screen .content.left-column a.btn.btn-white.btn-first-cta.playhead:after {
  left: 53%; }

html[dir="rtl"] body .hero-banner-global .herobanner .btn-first-cta[aria-role]:not([aria-role='video']):after,
html[dir="rtl"] body .hero-banner-global .herobanner .btn-second-cta[aria-role]:not([aria-role='video']):after {
  transform: scaleX(-1); }

html[dir="rtl"] body .hero-banner-global .herobanner .btn-first-cta[aria-role]:after,
html[dir="rtl"] body .hero-banner-global .herobanner .btn-second-cta[aria-role]:after {
  margin-left: 0px;
  margin-right: 4px; }

html[dir="rtl"] body .hero-banner-global .herobanner .hero-icon, html[dir="rtl"] body .hero-banner-global .herobanner .separator {
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 1024px) {
  html[dir="rtl"] body .hero-banner-global .herobanner .hero-icon, html[dir="rtl"] body .hero-banner-global .herobanner .separator {
    margin-right: 0; }
  html[dir="rtl"] body .hero-banner-global .herobanner.banner--large .hero-icon {
    margin-right: 0; }
  html[dir="rtl"] body .hero-banner-global .herobanner.banner--full .hero-icon, html[dir="rtl"] body .hero-banner-global .herobanner.banner--full .separator {
    margin-right: auto; }
  html[dir="rtl"] body .hero-banner-global .herobanner:not(.banner--full) .banner__title {
    text-align: right; }
    html[dir="rtl"] body .hero-banner-global .herobanner:not(.banner--full) .banner__title.title--mega {
      text-align: right; }
  html[dir="rtl"] body .hero-banner-global .herobanner:not(.banner--full) .header-subtitle {
    text-align: right; }
  html[dir="rtl"] body .hero-banner-global .herobanner:not(.banner--full) .header-desc {
    text-align: right; }
  html[dir="rtl"] body .hero-banner-global .herobanner:not(.banner--full) .header-ctas {
    text-align: right; }
  html[dir="rtl"] body .hero-banner-global .herobanner:not(.banner--full) .right-column-image {
    /*--When Side-by-side: End--*/ } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    html[dir="rtl"] body .hero-banner-global .herobanner:not(.banner--full) .right-column-image img {
      left: auto;
      right: 0; } }

@media screen and (min-width: 1024px) {
  html[dir="rtl"] body .hero-banner-global .herobanner:not(.banner--full) .btn-first-cta[aria-role]:after,
  html[dir="rtl"] body .hero-banner-global .herobanner:not(.banner--full) .btn-second-cta[aria-role]:after {
    margin-left: 0px;
    margin-right: 4px; } }

html[dir="rtl"] body .hero-banner-global [data-theme="light-text"][data-overlay='overlay'].has-bg-img:not(.hgb-container--no-vignette) .dark-light-gradient {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), transparent 60%); }
  @media (min-width: 1024px) {
    html[dir="rtl"] body .hero-banner-global [data-theme="light-text"][data-overlay='overlay'].has-bg-img:not(.hgb-container--no-vignette) .dark-light-gradient {
      background: linear-gradient(90deg, rgba(0, 0, 0, 0.7), transparent 60%); } }

html[dir="rtl"] body .hero-banner-global [data-theme="light-text"] .btn-first-cta[aria-role='internal']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjMDAwIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }

html[dir="rtl"] body .hero-banner-global [data-theme="light-text"] .btn-first-cta[aria-role='external']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }

html[dir="rtl"] body .hero-banner-global [data-theme="light-text"] .btn-first-cta[aria-role='video']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }

html[dir="rtl"] body .hero-banner-global [data-theme="light-text"] .btn-first-cta[aria-role='document']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiIvPjwvc3ZnPg=="); }

html[dir="rtl"] body .hero-banner-global [data-theme="light-text"] .btn-second-cta[aria-role='internal']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }

html[dir="rtl"] body .hero-banner-global [data-theme="light-text"] .btn-second-cta[aria-role='external']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }

html[dir="rtl"] body .hero-banner-global [data-theme="light-text"] .btn-second-cta[aria-role='video']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }

html[dir="rtl"] body .hero-banner-global [data-theme="light-text"] .btn-second-cta[aria-role='document']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+"); }

html[dir="rtl"] body .hero-banner-global [data-theme="dark-text"][data-overlay='overlay'].has-bg-img:not(.hgb-container--no-vignette) .dark-light-gradient {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.7), transparent 60%); }
  @media (min-width: 1024px) {
    html[dir="rtl"] body .hero-banner-global [data-theme="dark-text"][data-overlay='overlay'].has-bg-img:not(.hgb-container--no-vignette) .dark-light-gradient {
      background: linear-gradient(90deg, rgba(255, 255, 255, 0.7), transparent 60%); } }

html[dir="rtl"] body .hero-banner-global [data-theme="dark-text"] .btn-first-cta[aria-role='internal']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjZmZmIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }

html[dir="rtl"] body .hero-banner-global [data-theme="dark-text"] .btn-first-cta[aria-role='external']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }

html[dir="rtl"] body .hero-banner-global [data-theme="dark-text"] .btn-first-cta[aria-role='video']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }

html[dir="rtl"] body .hero-banner-global [data-theme="dark-text"] .btn-first-cta[aria-role='document']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+"); }

html[dir="rtl"] body .hero-banner-global [data-theme="dark-text"] .btn-second-cta[aria-role='internal']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+DQo8cGF0aCBmaWxsPSIjMDAwIiBkPSJNOCAxNC4zTDEzLjMgOUgwVjhoMTMuM0w4IDIuN1YxLjNsNy4yIDcuMkw4IDE1Ljd2LTEuNHoiLz4NCjwvc3ZnPg=="); }

html[dir="rtl"] body .hero-banner-global [data-theme="dark-text"] .btn-second-cta[aria-role='external']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4="); }

html[dir="rtl"] body .hero-banner-global [data-theme="dark-text"] .btn-second-cta[aria-role='video']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4="); }

html[dir="rtl"] body .hero-banner-global [data-theme="dark-text"] .btn-second-cta[aria-role='document']:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiIvPjwvc3ZnPg=="); }

@media (max-width: 1024px) {
  html[dir="rtl"] body .hero-banner-global .banner--screen .separator {
    margin-right: 0; } }

.co3-modal[data-modal-type='doctype'] .co3-modal-box .iframe-container {
  display: none; }

.co3-modal.animate-full {
  transition: 0.1s;
  animation-duration: 0.6s;
  animation-fill-mode: forward;
  transition-timing-function: ease-out; }

.co3-modal.fadeUpFull {
  animation-name: fadeInUpFull; }

@keyframes fadeInUpFull {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.co3-modal[data-modal-type='fullscreen'], .co3-modal[data-modal-type='doctype'] {
  background: rgba(32, 32, 38, 0.95); }
  .co3-modal[data-modal-type='fullscreen'] .co3-modal-box, .co3-modal[data-modal-type='doctype'] .co3-modal-box {
    width: 75%; }
    .co3-modal[data-modal-type='fullscreen'] .co3-modal-box .icon-ui-close, .co3-modal[data-modal-type='doctype'] .co3-modal-box .icon-ui-close {
      height: 30px;
      font-size: 0;
      color: white;
      margin-top: -45px;
      margin-right: -30px;
      background: transparent; }
      @media screen and (min-width: 768px) {
        .co3-modal[data-modal-type='fullscreen'] .co3-modal-box .icon-ui-close, .co3-modal[data-modal-type='doctype'] .co3-modal-box .icon-ui-close {
          margin-right: -36px; } }
      html[dir='rtl'] .co3-modal[data-modal-type='fullscreen'] .co3-modal-box .icon-ui-close, html[dir='rtl'] .co3-modal[data-modal-type='doctype'] .co3-modal-box .icon-ui-close {
        margin-right: -57px; }
      .co3-modal[data-modal-type='fullscreen'] .co3-modal-box .icon-ui-close:before, .co3-modal[data-modal-type='doctype'] .co3-modal-box .icon-ui-close:before {
        width: 45px;
        height: 45px;
        background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiI+PHBhdGggZD0iTTE2LjcwNyAxNmwxMC42MDcgMTAuNjA2LS43MDguNzA3TDE2IDE2LjcwNyA1LjM5NCAyNy4zMTNsLS43MDgtLjcwN0wxNS4yOTMgMTYgNC42ODYgNS4zOTRsLjcwOC0uNzA3TDE2IDE1LjI5MyAyNi42MDYgNC42ODdsLjcwOC43MDd6IiBmaWxsPSIjZmZmZmZmIi8+PC9zdmc+"); }
    @media screen and (min-width: 768px) {
      .co3-modal[data-modal-type='fullscreen'] .co3-modal-box, .co3-modal[data-modal-type='doctype'] .co3-modal-box {
        padding-bottom: calc(100vh * 14 / 16);
        width: 85%; } }

.content.left-column.animated.fadeInUp.faster {
  animation: fadeUP 0.4s; }

@keyframes fadeUP {
  0% {
    opacity: 0;
    transform: translateY(30px); }
  100% {
    opacity: 1;
    transform: translateY(0px); } }

@media (min-width: 1024px) {
  html[dir="rtl"] .hero-banner-global [data-theme="light-text"][data-overlay='overlay'].has-bg-img:not(.hgb-container--no-vignette) .dark-light-gradient {
    background: linear-gradient(90deg, transparent 60%, rgba(0, 0, 0, 0.7)) !important; } }

@media (min-width: 1024px) {
  html[dir="rtl"] .hero-banner-global [data-theme="dark-text"][data-overlay='overlay'].has-bg-img:not(.hgb-container--no-vignette) .dark-light-gradient {
    background: linear-gradient(90deg, transparent 60%, rgba(255, 255, 255, 0.7)) !important; } }

.hero-banner-global.background-parallax .has-bg-img {
  background-attachment: fixed; }
  .hero-banner-global.background-parallax .has-bg-img .video-background {
    padding-top: 0; }
  .hero-banner-global.background-parallax .has-bg-img .banner--large, .hero-banner-global.background-parallax .has-bg-img .banner--screen {
    min-height: 550px;
    height: 55vw; }
    @media (orientation: landscape) and (min-width: 0px) {
      .hero-banner-global.background-parallax .has-bg-img .banner--large, .hero-banner-global.background-parallax .has-bg-img .banner--screen {
        min-height: 440px;
        height: 52vw; } }
    @media screen and (min-width: 768px) {
      .hero-banner-global.background-parallax .has-bg-img .banner--large, .hero-banner-global.background-parallax .has-bg-img .banner--screen {
        height: 48vh;
        min-height: 500px; } }
    @media screen and (min-width: 1024px) {
      .hero-banner-global.background-parallax .has-bg-img .banner--large, .hero-banner-global.background-parallax .has-bg-img .banner--screen {
        height: 80vh;
        min-height: 900px; } }
    @media (orientation: portrait) and (min-width: 1024px) {
      .hero-banner-global.background-parallax .has-bg-img .banner--large, .hero-banner-global.background-parallax .has-bg-img .banner--screen {
        height: 80vh;
        min-height: 900px; } }
    @media (orientation: portrait) and (min-width: 1024px) {
      .hero-banner-global.background-parallax .has-bg-img .banner--large, .hero-banner-global.background-parallax .has-bg-img .banner--screen {
        min-height: 600px;
        height: 72vw; } }
  .hero-banner-global.background-parallax .has-bg-img .herobanner {
    align-items: flex-start;
    padding-top: 100px; }

.hero-banner-global.hbg-content--bold .hbg-container .banner--large .banner__title, .hero-banner-global.hbg-content--bold .hbg-container .banner--screen .banner__title {
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  margin-bottom: 1.8rem; }
  @media screen and (min-width: 924px) {
    .hero-banner-global.hbg-content--bold .hbg-container .banner--large .banner__title, .hero-banner-global.hbg-content--bold .hbg-container .banner--screen .banner__title {
      font-size: 1.95vw; } }
  @media screen and (min-width: 1024px) {
    .hero-banner-global.hbg-content--bold .hbg-container .banner--large .banner__title, .hero-banner-global.hbg-content--bold .hbg-container .banner--screen .banner__title {
      font-size: 1.25rem; } }

.hero-banner-global.hbg-content--bold .hbg-container .banner--large .header-subtitle, .hero-banner-global.hbg-content--bold .hbg-container .banner--screen .header-subtitle {
  font-size: 1rem;
  margin-bottom: 1.8rem;
  letter-spacing: 0;
  font-weight: 400;
  width: 700px;
  min-width: 50%;
  max-width: 93%; }
  @media screen and (min-width: 915px) {
    .hero-banner-global.hbg-content--bold .hbg-container .banner--large .header-subtitle, .hero-banner-global.hbg-content--bold .hbg-container .banner--screen .header-subtitle {
      font-size: 1.75vw; } }
  @media screen and (min-width: 1024px) {
    .hero-banner-global.hbg-content--bold .hbg-container .banner--large .header-subtitle, .hero-banner-global.hbg-content--bold .hbg-container .banner--screen .header-subtitle {
      font-size: 1.125rem; } }

.hero-banner-global.hbg-content--bold .hbg-container .banner--large .header-desc, .hero-banner-global.hbg-content--bold .hbg-container .banner--screen .header-desc {
  font-size: 1.625rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.15;
  width: 870px;
  min-width: 50%;
  max-width: 93%; }
  @media screen and (min-width: 667px) {
    .hero-banner-global.hbg-content--bold .hbg-container .banner--large .header-desc, .hero-banner-global.hbg-content--bold .hbg-container .banner--screen .header-desc {
      font-size: 3.9vw; } }
  @media screen and (min-width: 1024px) {
    .hero-banner-global.hbg-content--bold .hbg-container .banner--large .header-desc, .hero-banner-global.hbg-content--bold .hbg-container .banner--screen .header-desc {
      font-size: 2.5rem; } }
  @media screen and (min-width: 768px) {
    .hero-banner-global.hbg-content--bold .hbg-container .banner--large .header-desc, .hero-banner-global.hbg-content--bold .hbg-container .banner--screen .header-desc {
      font-size: 3.39795rem; } }
  @media screen and (min-width: 1024px) {
    .hero-banner-global.hbg-content--bold .hbg-container .banner--large .header-desc, .hero-banner-global.hbg-content--bold .hbg-container .banner--screen .header-desc {
      font-size: 80px; } }

@media screen and (min-width: 1024px) {
  .hero-banner-global.hbg-content--bold .hbg-container .has-bg-img .herobanner .content {
    min-width: 80%; } }

@media screen and (min-width: 1280px) {
  .hero-banner-global.hbg-content--bold .hbg-container .has-bg-img .herobanner .content {
    min-width: 65%; } }

.hero-banner-global.hbg-content--heroVideo .hbg-container {
  width: 100%;
  height: 0;
  padding-bottom: 60%; }
  @media screen and (min-width: 768px) {
    .hero-banner-global.hbg-content--heroVideo .hbg-container {
      padding-bottom: 48%; } }
  @media screen and (min-width: 1024px) {
    .hero-banner-global.hbg-content--heroVideo .hbg-container {
      padding-bottom: 43.75%; } }
  .hero-banner-global.hbg-content--heroVideo .hbg-container .banner__title, .hero-banner-global.hbg-content--heroVideo .hbg-container .header-subtitle, .hero-banner-global.hbg-content--heroVideo .hbg-container .header-desc, .hero-banner-global.hbg-content--heroVideo .hbg-container .header-tagline, .hero-banner-global.hbg-content--heroVideo .hbg-container .separator, .hero-banner-global.hbg-content--heroVideo .hbg-container a.btn {
    display: none; }

h1.mainHeader {
  color: #de2900; }

.ind-hero {
  background-size: auto 92%;
  padding-top: 40px;
  position: relative;
  width: 100%;
  /*Banner Title & Copy*/
  /*Banner Graphic*/ }
  @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 {
    box-sizing: border-box;
    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; }

.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: 1440px) {
  .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: 1440px) {
  .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: 1440px) {
  .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: 1440px) {
  .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: 1440px) {
  .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: 1440px) {
  .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: 1440px) {
  .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: 1440px) {
  .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: 1440px) {
  .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: 1440px) {
  .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: 1440px) {
  .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: 1440px) {
  .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: 1440px) {
  .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: 1440px) {
  .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: 1440px) {
  .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: 1440px) {
  .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: 1440px) {
  .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: 1440px) {
  .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: 1440px) {
  .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: 1440px) {
  .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 {
      box-sizing: border-box;
      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: -moz-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
      background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
      background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.65) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000',GradientType=0);
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      z-index: 3; }

.accordian {
  display: block;
  position: relative;
  width: 100%; }
  .accordian .nopadding {
    padding: 0; }
  .accordian-header_wrapper {
    padding: 15px 0;
    position: relative;
    text-align: center;
    width: 100%; }
    @media (min-width: 768px) {
      .accordian-header_wrapper {
        padding: 30px 0; } }
    .accordian-header_wrapper:after {
      content: "";
      height: 0;
      left: 50%;
      position: absolute;
      top: 0;
      transform: translateX(-50%);
      width: 0;
      z-index: 99;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #fff;
      bottom: -10px;
      top: auto; }
      @media (min-width: 768px) {
        .accordian-header_wrapper:after {
          bottom: -15px; } }
    .accordian-header_wrapper .accordian-header {
      font-size: 24px;
      line-height: 1.15;
      margin: 0 auto;
      width: 90%; }
      @media (min-width: 768px) {
        .accordian-header_wrapper .accordian-header {
          font-size: 1.625rem;
          max-width: 600px;
          width: 90%; } }
  @media screen and (min-width: 768px) and (min-width: 667px) {
    .accordian-header_wrapper .accordian-header {
      font-size: 3.9vw; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .accordian-header_wrapper .accordian-header {
      font-size: 2.5rem; } }
      @media (min-width: 1024px) {
        .accordian-header_wrapper .accordian-header {
          font-size: 1.625rem;
          width: 70%; } }
  @media screen and (min-width: 1024px) and (min-width: 667px) {
    .accordian-header_wrapper .accordian-header {
      font-size: 3.9vw; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .accordian-header_wrapper .accordian-header {
      font-size: 2.5rem; } }
      @media (min-width: 1440px) {
        .accordian-header_wrapper .accordian-header {
          font-size: 1.625rem;
          width: 40%; } }
  @media screen and (min-width: 1440px) and (min-width: 667px) {
    .accordian-header_wrapper .accordian-header {
      font-size: 3.9vw; } }
  @media screen and (min-width: 1440px) and (min-width: 1024px) {
    .accordian-header_wrapper .accordian-header {
      font-size: 2.5rem; } }
      .accordian-header_wrapper .accordian-header_sub {
        font-size: 14px;
        line-height: 1.55;
        margin: 10px auto;
        width: 90%; }
        @media (min-width: 768px) {
          .accordian-header_wrapper .accordian-header_sub {
            font-size: 0.75rem;
            max-width: 550px;
            width: 70%; } }
  @media screen and (min-width: 768px) and (min-width: 1024px) {
    .accordian-header_wrapper .accordian-header_sub {
      font-size: 0.875rem; } }
        @media (min-width: 1024px) {
          .accordian-header_wrapper .accordian-header_sub {
            font-size: 0.75rem;
            width: 50%; } }
  @media screen and (min-width: 1024px) and (min-width: 1024px) {
    .accordian-header_wrapper .accordian-header_sub {
      font-size: 0.875rem; } }
        @media (min-width: 1440px) {
          .accordian-header_wrapper .accordian-header_sub {
            font-size: 0.75rem;
            width: 50%; } }
  @media screen and (min-width: 1440px) and (min-width: 1024px) {
    .accordian-header_wrapper .accordian-header_sub {
      font-size: 0.875rem; } }
  .accordian-sector {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    max-height: 700px;
    overflow: hidden;
    position: relative; }
    .accordian-sector:hover, .accordian-sector:focus, .accordian-sector:active {
      cursor: pointer; }
      .accordian-sector:hover .accordian-sector_target, .accordian-sector:focus .accordian-sector_target, .accordian-sector:active .accordian-sector_target {
        text-decoration: none; }
      .accordian-sector:hover .accordian-sector-underlay, .accordian-sector:focus .accordian-sector-underlay, .accordian-sector:active .accordian-sector-underlay {
        opacity: 0; }
      .accordian-sector:hover .accordian-sector-expand, .accordian-sector:focus .accordian-sector-expand, .accordian-sector:active .accordian-sector-expand {
        background-color: #56a5d8; }
        .accordian-sector:hover .accordian-sector-expand:before, .accordian-sector:focus .accordian-sector-expand:before, .accordian-sector:active .accordian-sector-expand:before {
          color: #ffffff; }
    .accordian-sector a:hover ~ .accordian-sector-underlay, .accordian-sector a:focus ~ .accordian-sector-underlay, .accordian-sector a:active ~ .accordian-sector-underlay {
      opacity: 0; }
    .accordian-sector a:hover .accordian-sector-expand, .accordian-sector a:focus .accordian-sector-expand, .accordian-sector a:active .accordian-sector-expand {
      background-color: #56a5d8; }
      .accordian-sector a:hover .accordian-sector-expand:before, .accordian-sector a:focus .accordian-sector-expand:before, .accordian-sector a:active .accordian-sector-expand:before {
        color: #ffffff; }
    .accordian-sector_target {
      position: absolute;
      outline: none;
      top: 50%;
      bottom: 50%;
      width: 100%;
      margin: auto;
      border-width: 0;
      background-color: transparent; }
    .accordian-sector-title {
      color: #ffffff;
      position: relative;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      width: 100%;
      z-index: 5;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      flex-direction: row;
      padding-left: 20px; }
      html[dir="rtl"] .accordian-sector-title {
        justify-content: flex-end; }
        @media (max-width: 768px) {
          html[dir="rtl"] .accordian-sector-title {
            text-align: right; } }
      @media (min-width: 768px) {
        .accordian-sector-title {
          flex-direction: column;
          padding-left: 0; } }
      .accordian-sector-title_icon, .accordian-sector-title_desc {
        display: inline-block;
        margin: 0;
        padding: 0; }
        @media (min-width: 768px) {
          .accordian-sector-title_icon, .accordian-sector-title_desc {
            display: block;
            min-height: 70px; } }
      .accordian-sector-title_icon {
        font-size: 24px;
        left: 15px;
        width: 30px;
        float: left;
        margin-right: 20px; }
        @media (max-width: 768px) {
          html[dir="rtl"] .accordian-sector-title_icon {
            margin-left: 20px;
            margin-right: 0; } }
        @media (min-width: 768px) {
          .accordian-sector-title_icon {
            font-size: 48px;
            left: auto;
            position: relative;
            width: 100%;
            top: initial;
            transform: none; } }
        .accordian-sector-title_icon .icon-ui-svg, .accordian-sector-title_icon .icons-ui-svg, .accordian-sector-title_icon .svg, .accordian-sector-title_icon svg {
          width: 36px;
          height: 36px; }
          @media (min-width: 768px) {
            .accordian-sector-title_icon .icon-ui-svg, .accordian-sector-title_icon .icons-ui-svg, .accordian-sector-title_icon .svg, .accordian-sector-title_icon svg {
              width: 48px;
              height: 48px; } }
      .accordian-sector-title_desc {
        line-height: 1.2;
        text-align: left;
        width: 75%; }
        @media (max-width: 768px) {
          html[dir="rtl"] .accordian-sector-title_desc {
            text-align: right; } }
        @media (min-width: 768px) {
          .accordian-sector-title_desc {
            text-align: center;
            width: 100%;
            min-height: 70px; } }
      .accordian-sector-title .accordian-sector-expand {
        display: inline-block; }
        @media (min-width: 768px) {
          .accordian-sector-title .accordian-sector-expand {
            display: block;
            left: 50%;
            position: absolute;
            top: 100%;
            transform: translate(-50%, -50%); } }
    .accordian-sector-content {
      box-sizing: border-box;
      color: #fff;
      height: 100%;
      left: 50%;
      opacity: 0;
      padding: 20px 0;
      position: absolute;
      top: 45%;
      transform: translate(-50%, -50%);
      transition: all .15s ease-out;
      width: 100%; }
      @media (min-width: 768px) {
        .accordian-sector-content {
          height: auto;
          padding: 30px 25px;
          width: 90%; } }
      @media (min-width: 768px) {
        .accordian-sector-content {
          padding: 30px; } }
      .accordian-sector-content.is-expanded {
        opacity: 1;
        top: 50%; }
        @media (max-width: 768px) {
          .accordian-sector-content.is-expanded .icon-ui-svg, .accordian-sector-content.is-expanded .icons-ui-svg {
            width: 36px;
            height: 36px; } }
      .accordian-sector-content_image {
        display: none;
        height: 0;
        padding-bottom: 50%;
        width: 55%; }
        @media (min-width: 768px) {
          .accordian-sector-content_image {
            display: block;
            float: left;
            height: 0;
            padding-bottom: 30%;
            width: 40%; } }
        @media (min-width: 800px) and (max-width: 840px) {
          .accordian-sector-content_image {
            width: 30%; } }
      .accordian-sector-content.border-box {
        background-color: rgba(0, 0, 0, 0.75); }
      .accordian-sector-content_icon {
        float: left;
        margin: 0 15px 0 0;
        text-align: center;
        width: 30px; }
        @media (max-width: 768px) {
          html[dir="rtl"] .accordian-sector-content_icon {
            float: right;
            margin: 0 0 0 15px; } }
        .accordian-sector-content_icon .icon-ui-svg, .accordian-sector-content_icon .icons-ui-svg, .accordian-sector-content_icon .svg, .accordian-sector-content_icon svg {
          width: 36px;
          height: 36px; }
          @media (min-width: 768px) {
            .accordian-sector-content_icon .icon-ui-svg, .accordian-sector-content_icon .icons-ui-svg, .accordian-sector-content_icon .svg, .accordian-sector-content_icon svg {
              width: 48px;
              height: 48px; } }
        .accordian-sector-content_icon.fwa-icon {
          background-size: contain;
          margin-left: 20px;
          height: 30px;
          width: 30px; }
        @media (min-width: 768px) {
          .accordian-sector-content_icon {
            background-position: center;
            float: none;
            font-size: 48px;
            margin: 0;
            padding: 10px 0;
            text-align: left;
            height: 64px;
            width: 50px; }
            [dir='rtl'] .accordian-sector-content_icon {
              text-align: right; }
            .accordian-sector-content_icon.fwa-icon {
              background-size: contain;
              margin-left: 0;
              width: 50px; } }
        @media (min-width: 800px) and (max-width: 840px) {
          .accordian-sector-content_icon {
            padding: 0; } }
      .accordian-sector-content_desc {
        float: left;
        margin-top: 10px;
        width: 100%; }
        @media (max-width: 768px) {
          html[dir="rtl"] .accordian-sector-content_desc {
            padding-right: 20px; } }
        @media (min-width: 768px) {
          .accordian-sector-content_desc {
            float: left;
            margin-left: 5%;
            width: 55%; } }
        @media (min-width: 800px) and (max-width: 840px) {
          .accordian-sector-content_desc {
            width: 65%; } }
        .accordian-sector-content_desc-inner {
          float: left;
          margin-left: 20px;
          width: 70%; }
          @media (max-width: 768px) {
            html[dir="rtl"] .accordian-sector-content_desc-inner {
              float: right; } }
          @media (min-width: 768px) {
            .accordian-sector-content_desc-inner {
              margin-left: 0;
              width: 95%; } }
          .accordian-sector-content_desc-inner-text {
            display: block;
            margin-left: 55px; }
            @media (min-width: 768px) {
              .accordian-sector-content_desc-inner-text {
                margin-left: 0; } }
            @media (max-width: 768px) {
              html[dir="rtl"] .accordian-sector-content_desc-inner-text {
                width: 90%;
                margin-right: 55px; } }
          .accordian-sector-content_desc-inner_info {
            font-size: 20px;
            line-height: 1.2;
            margin-bottom: 10px; }
            @media (min-width: 768px) {
              .accordian-sector-content_desc-inner_info {
                font-size: 1.69949rem;
                line-height: 1.5;
                margin: 10px 0; } }
          .accordian-sector-content_desc-inner_details {
            font-size: 14px;
            max-height: 120px;
            line-height: 1.55;
            margin-bottom: .80rem;
            overflow: hidden; }
            @media (min-width: 768px) {
              .accordian-sector-content_desc-inner_details {
                font-size: 14px;
                height: auto;
                margin-right: auto; } }
          .accordian-sector-content_desc-inner_link {
            color: #49b0f2;
            font-size: 14px;
            position: relative; }
            .accordian-sector-content_desc-inner_link: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"] .accordian-sector-content_desc-inner_link {
              margin: 0 10px 10px 10px; }
              html[dir="rtl"] .accordian-sector-content_desc-inner_link:after {
                transform: scaleX(-1);
                margin-right: 6px;
                margin-left: 0; }
              html[dir="rtl"] .accordian-sector-content_desc-inner_link[href$=".mp4"]::after, html[dir="rtl"] .accordian-sector-content_desc-inner_link[href$=".mov"]::after, html[dir="rtl"] .accordian-sector-content_desc-inner_link[href^="https://www.esri.com/videos/"]::after {
                transform: none; }
            .accordian-sector-content_desc-inner_link[href*="esri.com"]::after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
            .accordian-sector-content_desc-inner_link:not([href*="esri.com"])::after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
            .accordian-sector-content_desc-inner_link[href$=".pdf"]::after, .accordian-sector-content_desc-inner_link[href$=".doc"]::after, .accordian-sector-content_desc-inner_link[href$=".zip"]::after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
            .accordian-sector-content_desc-inner_link[href^="/"]::after, .accordian-sector-content_desc-inner_link[href^=".."]::after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
            .accordian-sector-content_desc-inner_link[href$=".mp4"]::after, .accordian-sector-content_desc-inner_link[href$=".mov"]::after, .accordian-sector-content_desc-inner_link[href^="https://www.esri.com/videos/"]::after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
            .accordian-sector-content_desc-inner_link[data-link-type='internal']::after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
            .accordian-sector-content_desc-inner_link[data-link-type='external']::after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
            .accordian-sector-content_desc-inner_link[data-link-type='video']::after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
            .accordian-sector-content_desc-inner_link[data-link-type='document']::after {
              background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
            @media (min-width: 768px) {
              .accordian-sector-content_desc-inner_link {
                font-size: 14px; } }
    .accordian-sector-underlay {
      background-color: #111;
      bottom: 0;
      left: 0;
      position: absolute;
      right: 0;
      top: 0;
      opacity: .5;
      transition: all .15s ease-out;
      z-index: 3; }
      .accordian-sector-underlay.is-visible {
        display: block;
        opacity: 1; }
      .accordian-sector-underlay.is-invisible {
        display: none;
        opacity: 0; }
    .accordian-sector hr {
      background: #a9a9a9;
      margin: 25px auto;
      width: 75px; }
      .accordian-sector hr.align-left {
        margin: 25px 0; }
    .accordian-sector-expand {
      border-radius: 100%;
      background: rgba(0, 122, 193, 0.9);
      color: #56a5d8;
      height: 20px;
      margin: auto;
      position: absolute;
      right: 15px;
      top: 50%;
      transform: translateY(-50%);
      width: 20px;
      z-index: 5; }
      @media (max-width: 768px) {
        html[dir="rtl"] .accordian-sector-expand {
          left: 15px;
          right: auto; } }
      @media (min-width: 768px) {
        .accordian-sector-expand {
          height: 50px;
          left: 50%;
          right: auto;
          transform: translate(-50%, -50%);
          top: 100%;
          width: 50px; } }
      .accordian-sector-expand:before {
        color: #ffffff;
        left: 50%;
        margin: 0;
        padding: 0;
        position: absolute;
        top: 50%;
        transform: translate(-45%, -50%);
        font-size: 12px;
        padding: 0 !important; }
    .accordian-sector-expand-icon {
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%); }
  @media (min-width: 0px) {
    .accordian .sector-2 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 40vh;
      max-height: 70px;
      width: 100%; }
      .accordian .sector-2 .accordian-sector.is-active {
        height: 60vh;
        max-height: 300px;
        width: 100%; }
        .accordian .sector-2 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-2 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-2 .accordian-sector.is-inactive {
        height: 40vh;
        width: 100%; }
    .accordian .sector-3 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 26.66666667vh;
      max-height: 70px;
      width: 100%; }
      .accordian .sector-3 .accordian-sector.is-active {
        height: 60vh;
        max-height: 300px;
        width: 100%; }
        .accordian .sector-3 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-3 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-3 .accordian-sector.is-inactive {
        height: 20vh;
        width: 100%; }
    .accordian .sector-4 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 20vh;
      max-height: 70px;
      width: 100%; }
      .accordian .sector-4 .accordian-sector.is-active {
        height: 60vh;
        max-height: 300px;
        width: 100%; }
        .accordian .sector-4 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-4 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-4 .accordian-sector.is-inactive {
        height: 13.33333333vh;
        width: 100%; }
    .accordian .sector-5 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 16vh;
      max-height: 70px;
      width: 100%; }
      .accordian .sector-5 .accordian-sector.is-active {
        height: 60vh;
        max-height: 300px;
        width: 100%; }
        .accordian .sector-5 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-5 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-5 .accordian-sector.is-inactive {
        height: 10vh;
        width: 100%; } }
  @media (min-width: 768px) {
    .accordian .sector-2 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 50vh;
      max-height: 100%;
      width: 100%; }
      .accordian .sector-2 .accordian-sector.is-active {
        height: 70vh;
        width: 100%; }
        .accordian .sector-2 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-2 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-2 .accordian-sector.is-inactive {
        height: 55vh;
        width: 100%; }
    .accordian .sector-3 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 33.33333333vh;
      max-height: 100%;
      width: 100%; }
      .accordian .sector-3 .accordian-sector.is-active {
        height: 70vh;
        width: 100%; }
        .accordian .sector-3 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-3 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-3 .accordian-sector.is-inactive {
        height: 27.5vh;
        width: 100%; }
    .accordian .sector-4 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 25vh;
      max-height: 100%;
      width: 100%; }
      .accordian .sector-4 .accordian-sector.is-active {
        height: 70vh;
        width: 100%; }
        .accordian .sector-4 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-4 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-4 .accordian-sector.is-inactive {
        height: 18.33333333vh;
        width: 100%; }
    .accordian .sector-5 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 20vh;
      max-height: 100%;
      width: 100%; }
      .accordian .sector-5 .accordian-sector.is-active {
        height: 70vh;
        width: 100%; }
        .accordian .sector-5 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-5 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-5 .accordian-sector.is-inactive {
        height: 13.75vh;
        width: 100%; } }
  @media (min-width: 768px) {
    .accordian .sector-2 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 60vh;
      max-height: 580px;
      width: 50%; }
      .accordian .sector-2 .accordian-sector.is-active {
        height: 60vh;
        max-height: 100%;
        width: 60%; }
        .accordian .sector-2 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-2 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-2 .accordian-sector.is-inactive {
        height: 60vh;
        max-height: 100%;
        width: 40%; }
    .accordian .sector-3 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 60vh;
      max-height: 580px;
      width: 33.33333333%; }
      .accordian .sector-3 .accordian-sector.is-active {
        height: 60vh;
        max-height: 100%;
        width: 60%; }
        .accordian .sector-3 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-3 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-3 .accordian-sector.is-inactive {
        height: 60vh;
        max-height: 100%;
        width: 20%; }
    .accordian .sector-4 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 60vh;
      max-height: 580px;
      width: 25%; }
      .accordian .sector-4 .accordian-sector.is-active {
        height: 60vh;
        max-height: 100%;
        width: 60%; }
        .accordian .sector-4 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-4 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-4 .accordian-sector.is-inactive {
        height: 60vh;
        max-height: 100%;
        width: 13.33333333%; }
    .accordian .sector-5 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 60vh;
      max-height: 580px;
      width: 20%; }
      .accordian .sector-5 .accordian-sector.is-active {
        height: 60vh;
        max-height: 100%;
        width: 60%; }
        .accordian .sector-5 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-5 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-5 .accordian-sector.is-inactive {
        height: 60vh;
        max-height: 100%;
        width: 10%; } }
  @media (min-width: 768px) {
    .accordian .sector-2 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 80vh;
      max-height: 700px;
      width: 50%; }
      .accordian .sector-2 .accordian-sector.is-active {
        height: 80vh;
        max-height: 700px;
        width: 60%; }
        .accordian .sector-2 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-2 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-2 .accordian-sector.is-inactive {
        height: 80vh;
        max-height: 700px;
        width: 40%; }
    .accordian .sector-3 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 80vh;
      max-height: 700px;
      width: 33.33333333%; }
      .accordian .sector-3 .accordian-sector.is-active {
        height: 80vh;
        max-height: 700px;
        width: 60%; }
        .accordian .sector-3 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-3 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-3 .accordian-sector.is-inactive {
        height: 80vh;
        max-height: 700px;
        width: 20%; }
    .accordian .sector-4 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 80vh;
      max-height: 700px;
      width: 25%; }
      .accordian .sector-4 .accordian-sector.is-active {
        height: 80vh;
        max-height: 700px;
        width: 60%; }
        .accordian .sector-4 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-4 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-4 .accordian-sector.is-inactive {
        height: 80vh;
        max-height: 700px;
        width: 13.33333333%; }
    .accordian .sector-5 .accordian-sector {
      position: relative;
      transition: all .25s ease-in;
      height: 80vh;
      max-height: 700px;
      width: 20%; }
      .accordian .sector-5 .accordian-sector.is-active {
        height: 80vh;
        max-height: 700px;
        width: 60%; }
        .accordian .sector-5 .accordian-sector.is-active-title {
          display: none; }
        .accordian .sector-5 .accordian-sector.is-active-content {
          display: block; }
      .accordian .sector-5 .accordian-sector.is-inactive {
        height: 80vh;
        max-height: 700px;
        width: 10%; } }

.fixed-scroll-split__wrapper {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  overflow: hidden; }
  @media screen and (min-width: 860px) {
    .fixed-scroll-split__wrapper {
      flex-direction: row; }
      .fixed-scroll-split__wrapper.left-to-right {
        flex-direction: row-reverse; } }
  .fixed-scroll-split__wrapper a:hover {
    text-decoration: none; }
  .fixed-scroll-split__wrapper .replay-button {
    border: none;
    background: none;
    margin: 1.5rem auto 0;
    cursor: pointer; }
    .fixed-scroll-split__wrapper .replay-button span {
      width: 14px;
      height: 14px; }
  .fixed-scroll-split__wrapper .content-section-placeholder {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1; }
  .fixed-scroll-split__wrapper.right-to-left .sidecard,
  .fixed-scroll-split__wrapper.left-to-right .sidecard {
    border-width: 0 0 0 3px; }
  @media screen and (min-width: 1024px) {
    .fixed-scroll-split__wrapper.left-to-right .sidecard {
      border-width: 0 3px 0 0; }
    .fixed-scroll-split__wrapper.left-to-right .side-card-content {
      left: 0; } }
  @media screen and (min-width: 1024px) and (min-width: 860px) {
    .fixed-scroll-split__wrapper.left-to-right .side-card-content {
      right: 0;
      left: unset;
      margin-right: 12%; } }
  .fixed-scroll-split__wrapper .coreContent {
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-content: center; }
    @media screen and (min-width: 860px) {
      .fixed-scroll-split__wrapper .coreContent {
        flex: 0 1 50%; } }
  .fixed-scroll-split__wrapper .content-wrapper {
    position: relative;
    z-index: 5; }
    .fixed-scroll-split__wrapper .content-wrapper .content-section {
      position: relative;
      top: inherit;
      transform: translateY(0); }
      .fixed-scroll-split__wrapper .content-wrapper .content-section.centered {
        position: relative;
        top: 0; }
        @media (min-width: 860px) {
          .fixed-scroll-split__wrapper .content-wrapper .content-section.centered {
            position: fixed;
            top: 50%;
            transform: translateY(-50%); } }
      .fixed-scroll-split__wrapper .content-wrapper .content-section.bottom-aligned {
        position: relative;
        bottom: 0; }
        @media (min-width: 860px) {
          .fixed-scroll-split__wrapper .content-wrapper .content-section.bottom-aligned {
            position: absolute;
            bottom: 0%; } }
    .fixed-scroll-split__wrapper .content-wrapper.imgVariant {
      width: 100%;
      max-width: 100%;
      text-align: center; }
      .fixed-scroll-split__wrapper .content-wrapper.imgVariant img {
        height: auto; }
        .fixed-scroll-split__wrapper .content-wrapper.imgVariant img.gifImage {
          display: block;
          margin: auto; }
      .fixed-scroll-split__wrapper .content-wrapper.imgVariant .content-section {
        text-align: center;
        width: 100%;
        max-width: 100%;
        padding: 0 30px; }
        .fixed-scroll-split__wrapper .content-wrapper.imgVariant .content-section.centered {
          width: 100%;
          max-width: 100%; }
          @media screen and (min-width: 860px) {
            .fixed-scroll-split__wrapper .content-wrapper.imgVariant .content-section.centered {
              width: 50%;
              max-width: 50%; } }
  @media screen and (min-width: 860px) {
    .fixed-scroll-split__wrapper .itemizedContent {
      flex: 0 1 50%; } }
  .fixed-scroll-split__wrapper .splitSect > a {
    display: block; }
  .fixed-scroll-split__wrapper .sidecard {
    cursor: default;
    height: 325px;
    transition: all 0.10s ease-out;
    position: relative;
    border: solid transparent;
    border-width: 0 3px; }
    .fixed-scroll-split__wrapper .sidecard.is-url {
      cursor: pointer; }
    .fixed-scroll-split__wrapper .sidecard.card-height-2 {
      height: 460px; }
    .fixed-scroll-split__wrapper .sidecard .btn-animated-border-bottom {
      padding: 0; }
    .fixed-scroll-split__wrapper .sidecard:hover {
      border-color: var(--theme-color); }
      .fixed-scroll-split__wrapper .sidecard:hover::before {
        opacity: 0.15; }
      .fixed-scroll-split__wrapper .sidecard:hover .btn-animated-border-bottom::after {
        width: 100%; }
      .fixed-scroll-split__wrapper .sidecard:hover.no-url:hover {
        border-color: transparent; }
    .fixed-scroll-split__wrapper .sidecard::before {
      background-size: cover;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      left: 0;
      content: "";
      width: 100%;
      height: 100%;
      opacity: 0;
      transition: all .30s ease-out; }
    .fixed-scroll-split__wrapper .sidecard .side-card-content {
      position: absolute;
      background: initial !important;
      top: 50%;
      transform: translateY(-50%);
      z-index: 5;
      padding-left: 50px;
      width: 80%; }
      @media screen and (min-width: 1400px) {
        .fixed-scroll-split__wrapper .sidecard .side-card-content {
          width: 60%; } }
      @media screen and (min-width: 1800px) {
        .fixed-scroll-split__wrapper .sidecard .side-card-content {
          width: 45%; } }
      .fixed-scroll-split__wrapper .sidecard .side-card-content .rowIcon, .fixed-scroll-split__wrapper .sidecard .side-card-content svg {
        width: 48px;
        height: 48px; }
  .fixed-scroll-split__wrapper [data-theme='light-mode'] {
    background-color: #f3f3f3;
    color: #151515; }
    .fixed-scroll-split__wrapper [data-theme='light-mode'] .rowIcon,
    .fixed-scroll-split__wrapper [data-theme='light-mode'] .rowIcon *,
    .fixed-scroll-split__wrapper [data-theme='light-mode'] svg {
      fill: #323232; }
    .fixed-scroll-split__wrapper [data-theme='light-mode'] .replay-button {
      color: #323232; }
      .fixed-scroll-split__wrapper [data-theme='light-mode'] .replay-button .replay-button__icon::before {
        color: #323232; }
    .fixed-scroll-split__wrapper [data-theme='light-mode'] .splitSect a {
      color: #323232; }
    .fixed-scroll-split__wrapper [data-theme='light-mode'] .splitSect:nth-of-type(odd) {
      background-color: #ffffff; }
    .fixed-scroll-split__wrapper [data-theme='light-mode'] .splitSect:nth-of-type(even) {
      background-color: #f8f8f8; }
  .fixed-scroll-split__wrapper [data-theme='dark-mode'] {
    background-color: #151515;
    color: #ffffff; }
    .fixed-scroll-split__wrapper [data-theme='dark-mode'] .rowIcon,
    .fixed-scroll-split__wrapper [data-theme='dark-mode'] .rowIcon *,
    .fixed-scroll-split__wrapper [data-theme='dark-mode'] svg {
      fill: #ffffff; }
    .fixed-scroll-split__wrapper [data-theme='dark-mode'] .replay-button {
      color: #ffffff; }
      .fixed-scroll-split__wrapper [data-theme='dark-mode'] .replay-button .replay-button__icon::before {
        color: #ffffff; }
    .fixed-scroll-split__wrapper [data-theme='dark-mode'] .splitSect a {
      color: #ffffff; }
    .fixed-scroll-split__wrapper [data-theme='dark-mode'] .splitSect:nth-of-type(odd) {
      background-color: #353535; }
    .fixed-scroll-split__wrapper [data-theme='dark-mode'] .splitSect:nth-of-type(even) {
      background-color: #2b2b2b; }

/* ================
   RTL Section 
================== */
html[dir="rtl"] .fixed-scroll-split__wrapper .separator {
  margin-left: auto;
  margin-right: 0; }

html[dir="rtl"] .fixed-scroll-split__wrapper .sidecard {
  padding-right: 50px;
  padding-left: 0; }

.fifty-fifty_container {
  width: 100%;
  background: #f8f8f8; }
  @media (min-width: 1024px) {
    .fifty-fifty_container {
      height: 600px;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      overflow: hidden;
      -webkit-box-align: center;
      -ms-flex-align: center; } }

.fifty-fifty_image {
  flex: 0 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 0;
  padding-bottom: 46.875%; }
  @media (min-width: 1024px) {
    .fifty-fifty_image {
      flex: 0 0 50%;
      height: 100%;
      padding-bottom: 0; } }

.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 {
      padding-left: 10px;
      max-width: 720px;
      width: 90%;
      align-self: flex-end;
      padding-right: 6.7%;
      box-sizing: border-box;
      text-align: left; }
      [dir="rtl"] .fifty-fifty_content-container {
        padding-left: 6.7%;
        padding-right: 2.2%; }
      .fifty-fifty_container--content-end .fifty-fifty_content-container {
        align-self: flex-start;
        padding-left: 6.7%;
        padding-right: 0; }
      [dir="rtl"] .fifty-fifty_container--content-end .fifty-fifty_content-container {
        padding-left: 0;
        padding-right: 6.7%; } }

.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_divider-bar {
  height: 3px;
  width: 50px;
  background: #0079C0;
  border: none;
  margin: 20px auto 20px 0; }

.fifty-fifty_thin-divider-bar {
  height: 1px;
  width: 40px;
  background: #0079C0;
  border: none;
  margin: 20px auto 15px 0; }

.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+); }

/* Right to Left */
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_divider-bar {
  margin: 20px 0 20px auto; }

html[dir="rtl"] body .fifty-fifty-rt .fifty-fifty_thin-divider-bar {
  margin: 20px 0 20px auto; }

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; }

[dir='ltr'] .richtext-container ul, [dir='ltr'] .richtext-container ol {
  margin-right: auto; }

.event-footer_container {
  color: #ffffff;
  background: #4c4c4c;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; }

.event-footer_wrapper {
  display: flex;
  flex-wrap: wrap; }
  @media only screen and (min-width: 640px) {
    .event-footer_wrapper {
      flex-wrap: nowrap; } }

.event-footer_border {
  display: none; }
  @media only screen and (min-width: 640px) {
    .event-footer_border {
      background-color: 1px solid rgba(255, 255, 255, 0.5);
      height: 1px;
      margin: 0 0 20px 0;
      display: block; } }

.event-footer_heading {
  font-size: 12px;
  line-height: 1.6;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0;
  padding-right: 30px;
  padding-bottom: 6px;
  position: relative;
  overflow: hidden;
  max-width: 100%;
  text-overflow: ellipsis; }
  [dir='rtl'] .event-footer_heading {
    padding-left: 30px;
    padding-right: 0; }
  .event-footer_heading .signupLink {
    color: #56a5d8; }
    .event-footer_heading .signupLink:hover {
      text-decoration: none;
      color: #74c6ff; }
  @media only screen and (min-width: 550px) {
    .event-footer_heading {
      padding-right: 0; }
      [dir='rtl'] .event-footer_heading {
        padding-left: 0;
        padding-right: 0; } }
  @media only screen and (min-width: 880px) {
    .event-footer_heading {
      white-space: nowrap; } }
  @media only screen and (max-width: 549px) {
    .event-footer_heading:after {
      content: '';
      background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%20class%3D%22svg-icon%22%3E%3Cpath%20style%3D%22fill%3A%20white%3B%22%20d%3D%22M28%209v5L16%2026%204%2014V9l12%2012L28%209z%22/%3E%3C/svg%3E") center center no-repeat;
      display: inline-block;
      width: 14px;
      height: 19px;
      position: absolute;
      top: -2px;
      right: 0; }
      [dir='rtl'] .event-footer_heading:after {
        left: 0;
        right: unset; }
    .event-footer_heading[aria-expanded="true"]:after {
      background: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20viewBox%3D%220%200%2032%2032%22%20class%3D%22svg-icon%22%3E%3Cpath%20style%3D%22fill%3A%20white%3B%22%20d%3D%22M4%2023v-5L16%206l12%2012v5L16%2011%204%2023z%22/%3E%3C/svg%3E") center center no-repeat;
      top: 0; } }

.event-footer [data-event-footer-link][role=button] {
  cursor: pointer;
  margin-top: 6px; }
  .event-footer [data-event-footer-link][role=button][aria-expanded=true] {
    color: #74c6ff; }

@media only screen and (max-width: 549px) {
  .event-footer [data-event-footer-panel] {
    padding-left: 18px;
    max-height: 200vh;
    overflow: hidden;
    transition: max-height .4s ease-in-out; }
    .event-footer [data-event-footer-panel] a {
      padding: 10px 0; }
    .event-footer [data-event-footer-panel] a:not(.event-footer_col-app-apple-store):not(.event-footer_col-app-google-store) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
    .event-footer [data-event-footer-panel][aria-hidden=true] {
      visibility: hidden;
      overflow: hidden;
      max-height: 0;
      transition: max-height .4s,visibility 0s .4s; } }

.event-footer_text, .event-footer_link {
  font-size: 12px;
  display: block;
  margin-bottom: 0;
  line-height: 1.75; }

.event-footer_col-social {
  flex-basis: 100%;
  margin-right: 50px;
  margin-left: 10px; }
  @media only screen and (min-width: 640px) {
    .event-footer_col-social {
      flex-basis: 24%; } }
  @media only screen and (min-width: 720px) {
    .event-footer_col-social {
      margin-left: 0; } }
  .event-footer_col-social .event--title {
    margin: 0; }
  .event-footer_col-social .event-footer_text {
    line-height: 1.25; }
    .event-footer_col-social .event-footer_text p {
      margin-bottom: 0; }
    .event-footer_col-social .event-footer_text .event-footer_in-text-link, .event-footer_col-social .event-footer_text a {
      color: #49b0f2;
      display: inline; }
      .event-footer_col-social .event-footer_text .event-footer_in-text-link:hover, .event-footer_col-social .event-footer_text a:hover {
        color: #74c6ff;
        text-decoration: none; }
  .event-footer_col-social .event-footer_list {
    margin: 0;
    padding: 0; }
    .event-footer_col-social .event-footer_list-item {
      list-style-type: none;
      display: inline-block;
      padding: 10px 7px 0 0;
      margin: 0; }
      .event-footer_col-social .event-footer_list-item [class*="icon-social-"] {
        background-color: #18032e; }
      .event-footer_col-social .event-footer_list-item .icon-social-facebook:hover {
        background-color: #3D5A96; }
      .event-footer_col-social .event-footer_list-item .icon-social-twitter:hover {
        background-color: #59ADEB; }
      .event-footer_col-social .event-footer_list-item .icon-social-linkedin:hover {
        background-color: #127CB3; }
      .event-footer_col-social .event-footer_list-item .icon-social-geonet:hover {
        background-color: #127BC0; }
      .event-footer_col-social .event-footer_list-item .icon-social-instagram:hover {
        background-color: #DA3075; }
      .event-footer_col-social .event-footer_list-item .icon-social-youtube:hover {
        background-color: #C31A1E; }

.event-footer_col-info {
  flex-basis: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0 10px; }
  @media only screen and (min-width: 640px) {
    .event-footer_col-info {
      flex-basis: 66%;
      margin: 0; } }
  @media only screen and (min-width: 1024px) {
    .event-footer_col-info {
      flex-basis: 74%; } }
  .event-footer_col-info .event-footer_link {
    position: relative;
    color: #ffffff; }
    .event-footer_col-info .event-footer_link::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"] .event-footer_col-info .event-footer_link::after {
        transform: scaleX(-1); }
      html[dir="rtl"] .event-footer_col-info .event-footer_link::after[href$=".mp4"]::after, html[dir="rtl"] .event-footer_col-info .event-footer_link::after[href$=".mov"]::after, html[dir="rtl"] .event-footer_col-info .event-footer_link::after[href^="https://www.esri.com/videos/"]::after {
        transform: none; }
    .event-footer_col-info .event-footer_link:hover {
      text-decoration: none; }
      .event-footer_col-info .event-footer_link:hover:after {
        opacity: 1;
        visibility: visible;
        margin-left: 5px; }
      html[dir="rtl"] .event-footer_col-info .event-footer_link:hover:after {
        margin-right: 5px;
        margin-left: 0; }
    .event-footer_col-info .event-footer_link::after {
      background: url("data:image/svg+xml;base64, PHN2ZyBjbGFzcz0iYXJyb3ciIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDE2IDE2IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KICAgPGc+PHBhdGggZmlsbD0iIzc0YzZmZiIgZD0iTTgsMTQuMjk2ODc1bDUuMzEyNS01LjMxMjVIMFY4aDEzLjI4MTI1TDgsMi43MDMxMjVWMS4yODEyNUwxNS4yMTg3NSw4LjVMOCwxNS43MTg3NVYxNC4yOTY4NzV6Ij48L3BhdGg+PC9nPgo8L3N2Zz4=") no-repeat center center; }
    .event-footer_col-info .event-footer_link:hover {
      color: #74c6ff; }
    @media only screen and (max-width: 640px) {
      .event-footer_col-info .event-footer_link:after {
        top: 13px; } }

.event-footer_col-location, .event-footer_col-resources, .event-footer_col-help, .event-footer_col-app {
  padding-right: 50px;
  margin-bottom: 45px;
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  flex-basis: 100%;
  margin-bottom: 20px; }
  @media only screen and (min-width: 640px) {
    .event-footer_col-location, .event-footer_col-resources, .event-footer_col-help, .event-footer_col-app {
      flex-basis: 50%;
      max-width: 50%; } }

@media only screen and (min-width: 1024px) {
  .event-footer_col-location {
    flex-basis: 30%;
    max-width: 30%; } }

@media only screen and (min-width: 1024px) {
  .event-footer_col-resources {
    flex-basis: 25%;
    max-width: 25%; } }

@media only screen and (min-width: 1024px) {
  .event-footer_col-help {
    flex-basis: 25%;
    max-width: 25%; } }

@media only screen and (min-width: 1024px) {
  .event-footer_col-app {
    flex-basis: 20%;
    width: 20%; } }

@media only screen and (max-width: 640px) {
  .event-footer_col-app [data-esri-uc-footer-panel] a {
    border-bottom: none;
    padding-bottom: 0; } }

.event-footer_col-app-apple-store, .event-footer_col-app-google-store {
  font-size: 12px;
  display: block;
  margin-bottom: 0;
  white-space: nowrap;
  border-bottom: none; }

.event-footer_col-app-img {
  max-width: 130px;
  border-radius: 5px; }

html[dir="rtl"] .event-footer_container {
  padding-left: 50px; }
  html[dir="rtl"] .event-footer_container a.event-footer_link {
    text-align: right; }

/*-------------------------
--Industries How to Start--
-------------------------*/
.event-detail {
  margin: 60px 0 30px;
  text-align: center; }
  @media (min-width: 600px) {
    .event-detail {
      text-align: left; } }
  @media (min-width: 1024px) {
    .event-detail {
      margin-top: 60px; } }
  .event-detail-registration {
    margin-bottom: 15px;
    outline: 1px solid #cccccc;
    position: relative;
    text-align: left;
    overflow: auto; }
    @media (max-width: 420px) {
      .event-detail-registration.grid-container {
        width: 100vw;
        max-width: 100vw; } }
    .event-detail-registration h2, .event-detail-registration h3, .event-detail-registration p {
      margin: 0; }
    .event-detail-registration h2 {
      line-height: 1.325rem; }
    .event-detail-registration p {
      line-height: 1.35rem; }
    .event-detail-registration_heading {
      min-height: 85px;
      color: #ffffff;
      padding: 15px 20px 15px;
      position: relative; }
      html[dir="rtl"] .event-detail-registration_heading {
        text-align: right; }
      @media (max-width: 768px) {
        .event-detail-registration_heading h3.registration-title {
          line-height: 1.75rem; } }
      .event-detail-registration_heading h3.nocategory {
        position: absolute;
        top: 50%;
        transform: translateY(-50%); }
      .event-detail-registration_heading h3.yescategory {
        margin-top: 5px; }
      .event-detail-registration_heading.darktheme {
        background-color: #0079c1; }
        .event-detail-registration_heading.darktheme h2.registration-category {
          letter-spacing: .12em;
          font-size: 11px;
          font-weight: 700;
          font-style: normal;
          text-transform: uppercase;
          box-sizing: border-box;
          width: 100%;
          position: relative;
          margin: 0;
          color: #ffffff;
          color: rgba(50, 50, 50, 0.8); }
          @media screen and (min-width: 640px) {
            .event-detail-registration_heading.darktheme h2.registration-category {
              font-size: 13px; } }
        .event-detail-registration_heading.darktheme h3.registration-title {
          color: #323232; }
      .event-detail-registration_heading.lighttheme {
        background-color: #005e95; }
        .event-detail-registration_heading.lighttheme h2.registration-category {
          letter-spacing: .12em;
          font-size: 11px;
          font-weight: 700;
          font-style: normal;
          text-transform: uppercase;
          box-sizing: border-box;
          width: 100%;
          position: relative;
          margin: 0;
          color: #4c4c4c;
          color: rgba(255, 255, 255, 0.8); }
          @media screen and (min-width: 640px) {
            .event-detail-registration_heading.lighttheme h2.registration-category {
              font-size: 13px; } }
        .event-detail-registration_heading.lighttheme h3 {
          color: #ffffff; }
      .event-detail-registration_heading h2 {
        font-size: 13px;
        letter-spacing: .12rem; }
        @media (max-width: 860px) {
          .event-detail-registration_heading h2 {
            font-size: 12px; } }
      .event-detail-registration_heading h4 {
        margin-bottom: 5px; }
    .event-detail-registration_content {
      padding: 0; }
      @media (min-width: 768px) {
        .event-detail-registration_content {
          padding: 10px 0 0 20px; } }
      .event-detail-registration_content .event-detail_details {
        box-sizing: border-box;
        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 {
          padding: 10px 0 0 20px;
          display: block;
          flex-wrap: wrap; }
          @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-cost {
          box-sizing: border-box;
          padding-left: 0;
          padding-top: 20px; }
          @media (min-width: 1024px) {
            .event-detail-registration_content .event-detail_details-cost {
              padding-left: 15px;
              padding-top: 0; } }
        .event-detail-registration_content .event-detail_details-info {
          margin-top: 20px;
          overflow: hidden;
          position: relative;
          transition: height .25s ease-out;
          transition-delay: .25s;
          width: 100%;
          box-sizing: border-box;
          padding-left: 20px; }
          @media screen and (min-width: 769px) {
            .event-detail-registration_content .event-detail_details-info {
              padding: 0; } }
          @media screen and (max-width: 769px) {
            .event-detail-registration_content .event-detail_details-info {
              min-height: 80px; } }
          @media (min-width: 1024px) {
            .event-detail-registration_content .event-detail_details-info {
              padding: 0 0 0 15px; } }
          @media (min-width: 768px) {
            .event-detail-registration_content .event-detail_details-info {
              float: left;
              margin-bottom: 70px;
              margin-top: 0;
              width: 65%;
              margin-left: 30px; } }
          @media (min-width: 1440px) {
            .event-detail-registration_content .event-detail_details-info {
              margin-left: 0; } }
          .event-detail-registration_content .event-detail_details-info p {
            position: relative;
            z-index: 0;
            font-size: 0.875rem;
            line-height: 1.35rem;
            font-weight: 400; }
            @media (max-width: 768px) {
              .event-detail-registration_content .event-detail_details-info p {
                margin-bottom: 1rem; } }
        .event-detail-registration_content .event-detail_details-footer {
          text-align: center; }
          .event-detail-registration_content .event-detail_details-footer .ind-read_more.js-read_more {
            display: inline-block; }
          @media (min-width: 768px) {
            .event-detail-registration_content .event-detail_details-footer {
              display: none; } }
        @media (min-width: 768px) {
          .event-detail-registration_content .event-detail_details .ind-register {
            text-align: right;
            position: absolute;
            bottom: 0;
            right: 0; }
            html[dir="rtl"] .event-detail-registration_content .event-detail_details .ind-register {
              left: 0;
              right: auto; } }
        .event-detail-registration_content .event-detail_details .ind-register a.btn {
          width: 100%;
          font-weight: 300;
          color: #ffffff;
          background: #0079c1; }
          .event-detail-registration_content .event-detail_details .ind-register a.btn:hover, .event-detail-registration_content .event-detail_details .ind-register a.btn:focus {
            background: #005e95;
            border: 1px solid #005e95;
            box-shadow: inset 0 0 0 3px #005e95; }
          .event-detail-registration_content .event-detail_details .ind-register a.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; }
          html[dir="rtl"] .event-detail-registration_content .event-detail_details .ind-register a.btn {
            margin-left: 10px; }
            html[dir="rtl"] .event-detail-registration_content .event-detail_details .ind-register a.btn:after {
              transform: scaleX(-1);
              margin-right: 6px;
              margin-left: 0; }
            html[dir="rtl"] .event-detail-registration_content .event-detail_details .ind-register a.btn[href$=".mp4"]::after, html[dir="rtl"] .event-detail-registration_content .event-detail_details .ind-register a.btn[href$=".mov"]::after, html[dir="rtl"] .event-detail-registration_content .event-detail_details .ind-register a.btn[href^="https://www.esri.com/videos/"]::after {
              transform: none; }
          .event-detail-registration_content .event-detail_details .ind-register a.btn[href*="esri.com"]::after {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
          .event-detail-registration_content .event-detail_details .ind-register a.btn:not([href*="esri.com"])::after {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
          .event-detail-registration_content .event-detail_details .ind-register a.btn[href$=".pdf"]::after, .event-detail-registration_content .event-detail_details .ind-register a.btn[href$=".doc"]::after, .event-detail-registration_content .event-detail_details .ind-register a.btn[href$=".zip"]::after {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
          .event-detail-registration_content .event-detail_details .ind-register a.btn[href^="/"]::after, .event-detail-registration_content .event-detail_details .ind-register a.btn[href^=".."]::after {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
          .event-detail-registration_content .event-detail_details .ind-register a.btn[href$=".mp4"]::after, .event-detail-registration_content .event-detail_details .ind-register a.btn[href$=".mov"]::after, .event-detail-registration_content .event-detail_details .ind-register a.btn[href^="https://www.esri.com/videos/"]::after {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
          .event-detail-registration_content .event-detail_details .ind-register a.btn[href*="tel:"]::after {
            background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
          @media (min-width: 768px) {
            .event-detail-registration_content .event-detail_details .ind-register a.btn {
              width: 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;
    box-sizing: border-box; }
    .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;
  box-sizing: border-box;
  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;
  box-sizing: border-box;
  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;
      box-sizing: border-box; }
  .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;
  box-sizing: border-box; }
  .card-content .bottom-link {
    bottom: 0; }

.bottom-link {
  position: relative;
  text-decoration: none; }

/* Added from /etc/clientlibs/esri-common/clientlibs/partials/cards.scss, 
   which mostly seemed irrelevant at worst, and misplaced at best. */
.med-block {
  box-sizing: border-box;
  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; }

/*-------------------------
Elastic Content Strip 

Modified: 
Tim W, Aug 29, 2019 -- complete refactor to BEM; fixed A11y
--------------------------*/
.ecs__wrapper {
  overflow: hidden; }
  .ecs__wrapper .ecs__header {
    font-size: 1.625rem;
    padding: 40px 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%; }
    .ecs__wrapper .ecs__main.ecs__main--hasTitle:before {
      content: "";
      height: 0;
      left: 50%;
      position: absolute;
      top: 0;
      transform: translateX(-50%);
      width: 0;
      z-index: 99;
      border-left: 20px solid transparent;
      border-right: 20px solid transparent;
      border-top: 20px solid #ffffff; }
  .ecs__wrapper .ecs__panel[data-theme='dark'] {
    background: #ffffff; }
  .ecs__wrapper .ecs__panel[data-theme='light'] {
    background: #595959; }
  .ecs__wrapper .ecs__panel {
    position: relative;
    overflow: hidden;
    text-align: center;
    flex: 1 0 100%;
    padding: 80px 20px; }
  .ecs__wrapper .ecs__title {
    font-weight: 300;
    line-height: 1.15;
    margin: 0 auto 1rem;
    position: relative;
    display: inline-block; }
  .ecs__wrapper .ecs__title.noLabel::after,
  .ecs__wrapper .ecs__link-label::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    transition: all .35s ease-out;
    opacity: 0;
    width: .6em;
    height: .6em;
    display: inline-block;
    position: relative;
    top: -.1em; }
    html[dir="rtl"] .ecs__wrapper .ecs__title.noLabel::after, html[dir="rtl"]
    .ecs__wrapper .ecs__link-label::after {
      transform: scaleX(-1);
      left: 0; }
  .ecs__wrapper .ecs__link-label::after {
    top: 1px;
    width: 13px;
    height: 13px; }
  .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 {
    font-size: 0.875rem;
    line-height: 1.55;
    margin-bottom: 1rem;
    width: 100%; }
    @media screen and (min-width: 1024px) {
      .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 {
        font-size: 1rem; } }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) .ecs__link-label,
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) ~ .ecs__panel .ecs__link-label {
    font-size: 0.75rem; }
    @media screen and (min-width: 1024px) {
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) .ecs__link-label,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(1) ~ .ecs__panel .ecs__link-label {
        font-size: 0.875rem; } }
  .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 {
    font-size: 0.75rem;
    width: 75%; }
    @media screen and (min-width: 1024px) {
      .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 {
        font-size: 0.875rem; } }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) .ecs__link-label,
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) ~ .ecs__panel .ecs__link-label {
    font-size: 0.75rem; }
    @media screen and (min-width: 1024px) {
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) .ecs__link-label,
      .ecs__wrapper .ecs__panel:first-child:nth-last-child(2) ~ .ecs__panel .ecs__link-label {
        font-size: 0.875rem; } }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(3),
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) ~ .ecs__panel {
    padding: 50px 20px 60px; }
    .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 {
      font-size: 0.625rem;
      margin-bottom: 1rem;
      width: 95%; }
      @media screen and (min-width: 1024px) {
        .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 {
          font-size: 0.75rem; } }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) .ecs__link-label,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) ~ .ecs__panel .ecs__link-label {
      font-size: 0.625rem; }
      @media screen and (min-width: 1024px) {
        .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) .ecs__link-label,
        .ecs__wrapper .ecs__panel:first-child:nth-last-child(3) ~ .ecs__panel .ecs__link-label {
          font-size: 0.75rem; } }
  .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%;
    padding: 50px 20px 60px; }
    .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 {
      font-size: 0.625rem;
      margin-bottom: 1rem;
      width: 95%; }
      @media screen and (min-width: 1024px) {
        .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 {
          font-size: 0.75rem; } }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) .ecs__link-label,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) ~ .ecs__panel .ecs__link-label {
      font-size: 0.625rem; }
      @media screen and (min-width: 1024px) {
        .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) .ecs__link-label,
        .ecs__wrapper .ecs__panel:first-child:nth-last-child(4) ~ .ecs__panel .ecs__link-label {
          font-size: 0.75rem; } }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(5),
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) ~ .ecs__panel {
    padding: 50px 20px 60px; }
    .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 {
      font-size: 0.625rem;
      margin-bottom: 1rem;
      width: 100%; }
      @media screen and (min-width: 1024px) {
        .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 {
          font-size: 0.75rem; } }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) .ecs__link-label,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) ~ .ecs__panel .ecs__link-label {
      font-size: 0.625rem; }
      @media screen and (min-width: 1024px) {
        .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) .ecs__link-label,
        .ecs__wrapper .ecs__panel:first-child:nth-last-child(5) ~ .ecs__panel .ecs__link-label {
          font-size: 0.75rem; } }
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(6),
  .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) ~ .ecs__panel {
    padding: 40px 20px; }
    .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 {
      font-size: 0.625rem;
      margin-bottom: 1rem;
      width: 90%; }
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) .ecs__link-label,
    .ecs__wrapper .ecs__panel:first-child:nth-last-child(6) ~ .ecs__panel .ecs__link-label {
      font-size: 0.625rem; }
  @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%;
      padding: 90px 20px; }
      .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%;
      padding: 60px 20px 70px; }
      .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%;
      padding: 90px 20px 70px; }
      .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%;
      padding: 70px 20px; }
      .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%;
      padding: 90px 20px 80px; }
      .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 .ecs__body {
      margin-left: auto;
      margin-right: auto; }
  .ecs__wrapper .ecs__body {
    line-height: 1.55;
    margin-bottom: 1rem; }
  .ecs__wrapper .ecs__overlay {
    background-color: rgba(50, 50, 50, 0.8);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2; }
  .ecs__wrapper .ecs__link-wrapper {
    overflow: hidden;
    margin-bottom: 0;
    text-decoration: none; }
    .ecs__wrapper .ecs__link-wrapper[data-theme='dark'] {
      color: #323232; }
      .ecs__wrapper .ecs__link-wrapper[data-theme='dark'] .icons-ui-svg,
      .ecs__wrapper .ecs__link-wrapper[data-theme='dark'] .icons-ui-svg--base,
      .ecs__wrapper .ecs__link-wrapper[data-theme='dark'] .icon-ui-svg,
      .ecs__wrapper .ecs__link-wrapper[data-theme='dark'] .icons,
      .ecs__wrapper .ecs__link-wrapper[data-theme='dark'] .icon,
      .ecs__wrapper .ecs__link-wrapper[data-theme='dark'] .Layer_1,
      .ecs__wrapper .ecs__link-wrapper[data-theme='dark'] svg.Layer_1 g path,
      .ecs__wrapper .ecs__link-wrapper[data-theme='dark'] svg path {
        fill: #323232; }
      .ecs__wrapper .ecs__link-wrapper[data-theme='dark'] .ecs__link-label {
        color: #323232; }
      .ecs__wrapper .ecs__link-wrapper[data-theme='dark'] .link--internal::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .ecs__wrapper .ecs__link-wrapper[data-theme='dark'] .link--external::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .ecs__wrapper .ecs__link-wrapper[data-theme='dark'] .link--video::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .ecs__wrapper .ecs__link-wrapper[data-theme='dark'] .link--document::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .ecs__wrapper .ecs__link-wrapper[data-theme='light'] {
      color: #ffffff; }
      .ecs__wrapper .ecs__link-wrapper[data-theme='light'] .icons,
      .ecs__wrapper .ecs__link-wrapper[data-theme='light'] .icons-ui-svg,
      .ecs__wrapper .ecs__link-wrapper[data-theme='light'] .icon-ui-svg,
      .ecs__wrapper .ecs__link-wrapper[data-theme='light'] .icons-ui-svg--base,
      .ecs__wrapper .ecs__link-wrapper[data-theme='light'] .Layer_1,
      .ecs__wrapper .ecs__link-wrapper[data-theme='light'] svg.Layer_1 g path,
      .ecs__wrapper .ecs__link-wrapper[data-theme='light'] svg path {
        fill: #ffffff; }
      .ecs__wrapper .ecs__link-wrapper[data-theme='light'] .ecs__link-label {
        color: #ffffff; }
      .ecs__wrapper .ecs__link-wrapper[data-theme='light'] .link--internal::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .ecs__wrapper .ecs__link-wrapper[data-theme='light'] .link--external::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .ecs__wrapper .ecs__link-wrapper[data-theme='light'] .link--video::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .ecs__wrapper .ecs__link-wrapper[data-theme='light'] .link--document::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .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; }
  .ecs__wrapper a.ecs__link-wrapper:hover .ecs__underlay,
  .ecs__wrapper a.ecs__link-wrapper:focus .ecs__underlay {
    transform: scale(1.15); }
  .ecs__wrapper .ecs__underlay {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    transition: all .4s ease-out;
    top: 0;
    z-index: 1; }

.lighttheme .detailed-list-item-title {
  color: #4c4c4c; }

.lighttheme .detailed-list-item-subtitle {
  color: #6e6e6e; }

.lighttheme .detailed-list-item-wrapper, .lighttheme .detailed-list-item-description-content {
  border-bottom: solid 1px #cccccc; }

.lighttheme .detailed-list-item-description {
  color: #6e6e6e; }

.lighttheme .detailed-list-item .no-subtitle, .lighttheme .detailed-list-item .no-content {
  border-bottom: solid 1px #cccccc; }

.lighttheme .detailed-list-item .detailed-list-primary-link a {
  padding: 0.375rem 0;
  color: #0079c1; }
  .lighttheme .detailed-list-item .detailed-list-primary-link a:after {
    border-bottom: 1px solid #0079c1; }
  html[dir="rtl"] .lighttheme .detailed-list-item .detailed-list-primary-link a {
    margin-right: 0;
    margin-left: 10px; }
    html[dir="rtl"] .lighttheme .detailed-list-item .detailed-list-primary-link a[href$=".mp4"] span:after, html[dir="rtl"] .lighttheme .detailed-list-item .detailed-list-primary-link a[href$=".mov"] span:after, html[dir="rtl"] .lighttheme .detailed-list-item .detailed-list-primary-link a[href^="https://www.esri.com/videos/"] span:after {
      transform: none; }
  .lighttheme .detailed-list-item .detailed-list-primary-link a span {
    position: relative; }
    .lighttheme .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"] .lighttheme .detailed-list-item .detailed-list-primary-link a span:after {
        transform: scaleX(-1);
        margin-right: 2px; }
  .lighttheme .detailed-list-item .detailed-list-primary-link a[href*="esri.com"] span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .lighttheme .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==); }
  .lighttheme .detailed-list-item .detailed-list-primary-link a[href$=".pdf"] span:after, .lighttheme .detailed-list-item .detailed-list-primary-link a[href$=".doc"] span:after, .lighttheme .detailed-list-item .detailed-list-primary-link a[href$=".zip"] span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .lighttheme .detailed-list-item .detailed-list-primary-link a[href^="/"] span:after, .lighttheme .detailed-list-item .detailed-list-primary-link a[href^=".."] span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .lighttheme .detailed-list-item .detailed-list-primary-link a[href$=".mp4"] span:after, .lighttheme .detailed-list-item .detailed-list-primary-link a[href$=".mov"] span:after, .lighttheme .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=); }
  .lighttheme .detailed-list-item .detailed-list-primary-link a[href*="tel:"] span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }

.darktheme .detailed-list-item-title {
  color: #ffffff; }

.darktheme .detailed-list-item-subtitle {
  color: #828282; }

.darktheme .detailed-list-item-wrapper, .darktheme .detailed-list-item-description-content {
  border-bottom: solid 1px #595959;
  color: #efefef; }

.darktheme .detailed-list-item-description, .darktheme .detailed-list-item-description-content {
  color: #efefef; }

.darktheme .detailed-list-item .no-subtitle, .darktheme .detailed-list-item .no-content {
  border-bottom: solid 1px #595959; }

.darktheme .detailed-list-item .detailed-list-primary-link a {
  padding: 0.375rem 0;
  color: #49b0f2; }
  .darktheme .detailed-list-item .detailed-list-primary-link a:after {
    border-bottom: 1px solid #49b0f2; }
  html[dir="rtl"] .darktheme .detailed-list-item .detailed-list-primary-link a {
    margin-right: 0;
    margin-left: 10px; }
    html[dir="rtl"] .darktheme .detailed-list-item .detailed-list-primary-link a[href$=".mp4"] span:after, html[dir="rtl"] .darktheme .detailed-list-item .detailed-list-primary-link a[href$=".mov"] span:after, html[dir="rtl"] .darktheme .detailed-list-item .detailed-list-primary-link a[href^="https://www.esri.com/videos/"] span:after {
      transform: none; }
  .darktheme .detailed-list-item .detailed-list-primary-link a span {
    position: relative; }
    .darktheme .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"] .darktheme .detailed-list-item .detailed-list-primary-link a span:after {
        transform: scaleX(-1);
        margin-right: 2px; }
  .darktheme .detailed-list-item .detailed-list-primary-link a[href*="esri.com"] span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .darktheme .detailed-list-item .detailed-list-primary-link a:not([href*="esri.com"]) span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
  .darktheme .detailed-list-item .detailed-list-primary-link a[href$=".pdf"] span:after, .darktheme .detailed-list-item .detailed-list-primary-link a[href$=".doc"] span:after, .darktheme .detailed-list-item .detailed-list-primary-link a[href$=".zip"] span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .darktheme .detailed-list-item .detailed-list-primary-link a[href^="/"] span:after, .darktheme .detailed-list-item .detailed-list-primary-link a[href^=".."] span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .darktheme .detailed-list-item .detailed-list-primary-link a[href$=".mp4"] span:after, .darktheme .detailed-list-item .detailed-list-primary-link a[href$=".mov"] span:after, .darktheme .detailed-list-item .detailed-list-primary-link a[href^="https://www.esri.com/videos/"] span:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }

.detailed-list-item {
  max-width: 100%;
  margin-bottom: 75px; }
  @media (max-width: 600px) {
    .detailed-list-item {
      padding-left: 20px;
      box-sizing: border-box; }
      [dir='rtl'] .detailed-list-item {
        padding-left: 0;
        padding-right: 20px; } }
  .detailed-list-item .detailed-list-image {
    margin-bottom: 10px; }
    .detailed-list-item .detailed-list-image img {
      width: 48px;
      height: auto; }
  .detailed-list-item-title {
    margin-bottom: 5px; }
  .detailed-list-item-subtitle {
    padding-bottom: 15px;
    margin-bottom: 0; }
  .detailed-list-item-description-content {
    padding: 15px 0;
    margin: 0; }
  .detailed-list-item-wrapper {
    padding: 15px 0; }
    .detailed-list-item-wrapper:last-of-type {
      border-bottom: none; }
    .detailed-list-item-wrapper p {
      margin: 0; }
  .detailed-list-item-description-list {
    margin: 0 0 0 -20px; }
  .detailed-list-item-description {
    margin-bottom: 0;
    float: left; }
    [dir='rtl'] .detailed-list-item-description {
      float: right; }
  .detailed-list-item .no-subtitle, .detailed-list-item .no-content {
    padding-bottom: 15px;
    border-bottom: solid 1px #cccccc; }
  .detailed-list-item .nopadding {
    padding: 0; }
  .detailed-list-item .primarylink {
    border: none;
    background-color: transparent;
    padding-top: 15px; }
    .detailed-list-item .primarylink:hover {
      background-color: transparent; }

.dl-lighttheme {
  background-color: #fff; }
  .dl-lighttheme .headercontainer .headertitle {
    color: #000; }
  .dl-lighttheme .headercontainer .description {
    color: #4c4c4c; }

.dl-darktheme {
  background-color: #323232; }
  .dl-darktheme .headercontainer .headertitle {
    color: #fff; }
  .dl-darktheme .headercontainer .description {
    color: #ccc; }

.dl .headercontainer {
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box; }
  .dl .headercontainer.text-center .headertitle {
    text-align: center; }
  .dl .headercontainer.text-center hr {
    margin: 15px auto 20px; }
    html[dir="rtl"] .dl .headercontainer.text-center hr {
      margin: 15px auto 20px; }
  .dl .headercontainer.text-center .description {
    margin: 0 auto;
    margin-bottom: 50px; }
  .dl .headercontainer.text-left hr {
    text-align: left; }
  .dl .headercontainer .headertitle {
    margin-bottom: 0; }
  .dl .headercontainer .description {
    margin: 0;
    margin-bottom: 50px;
    width: 80%; }

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

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; } }

.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; } }

.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; } }

.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: 859px) {
    .cta-buttons--actions a[scale="l"], .cta-buttons--actions-cta[scale="l"] {
      font-size: 1.1305rem; } }
  @media screen and (max-width: 479px) {
    .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: 859px) {
      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: 479px) {
      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; } }

.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: 859px) {
    .cta-buttons--actions a[scale="xl"], .cta-buttons--actions-cta[scale="xl"] {
      font-size: 1.33rem; } }
  @media screen and (max-width: 479px) {
    .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: 859px) {
      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: 479px) {
      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; } }

.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"], .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"], .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"] {
  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"], .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"], .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"] {
  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"], .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"], .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"] {
  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"], .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"], .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"] {
  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"], .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"], .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"] {
  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, .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, .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 {
  background-image: none !important;
  width: 0 !important;
  margin: 0 !important; }

.darktheme .cta-buttons--actions-cta, [data-theme="dark-mode"] .cta-buttons--actions-cta, [data-theme="darktheme"] .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; }
  .darktheme .cta-buttons--actions-cta:hover, .darktheme .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 {
    text-decoration: none;
    box-shadow: inset 0 0 0 3px #3db8ff; }
  html[dir="rtl"] .darktheme .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 {
    transform: scaleX(-1) translateY(-50%) !important; }
  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"] [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 {
    transform: translateY(-50%) !important; }
  .darktheme .cta-buttons--actions-cta:after, [data-theme="dark-mode"] .cta-buttons--actions-cta:after, [data-theme="darktheme"] .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%); }
  html[dir="rtl"] .darktheme .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 {
    margin: 0 10px 10px 10px; }
    html[dir="rtl"] .darktheme .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 {
      margin-right: 6px;
      margin-left: 0; }
    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"] [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 {
      transform: translateY(-50%); }
  .darktheme .cta-buttons--actions-cta[href*="esri.com"]::after, .darktheme .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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    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");
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .cta-buttons--actions-cta:not([href*="esri.com"])::after, .darktheme .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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    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");
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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"], [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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    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");
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .cta-buttons--actions-cta[href^="/"]::after, .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    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");
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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, [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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    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");
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    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");
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    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");
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    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");
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    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");
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    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");
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  @media (min-width: 768px) {
    .darktheme .cta-buttons--actions-cta[scale="l"]:after, .darktheme .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 {
      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%); }
    .darktheme .cta-buttons--actions-cta[scale="l"]:after, .darktheme .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 {
      height: 24px;
      width: 24px; }
    html[dir="rtl"] .darktheme .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] .darktheme .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"] {
      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"] [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 {
        margin-right: 6px;
        margin-left: 0; }
      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"] [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 {
        transform: 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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      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");
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      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");
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      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");
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      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");
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      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");
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .darktheme .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, .darktheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      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");
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .darktheme .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, .darktheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      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");
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .darktheme .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, .darktheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      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");
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .darktheme .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, .darktheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      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");
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .darktheme .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, .darktheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      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");
      /* ew colors - #ff624d - v-rr-120 - large*/ } }
  .darktheme .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'] {
    background: #009af2;
    color: #2b2b2b; }
    .darktheme .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 {
      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%); }
    html[dir="rtl"] .darktheme .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'] {
      margin: 0 10px 10px 10px; }
      html[dir="rtl"] .darktheme .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 {
        margin-right: 6px;
        margin-left: 0; }
      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"] [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 {
        transform: 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"], [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"] {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"], [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"] {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"], [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"] {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .darktheme .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, .darktheme .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 {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .darktheme .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 {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .darktheme .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 {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .darktheme .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 {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .darktheme .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 {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .darktheme .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 {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    @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, [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 {
        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%); }
      .darktheme .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .darktheme .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 {
        height: 24px;
        width: 24px; }
      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"] [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"] {
        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"] [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 {
          margin-right: 6px;
          margin-left: 0; }
        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"] [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 {
          transform: 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"], [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"] {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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"], [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"] {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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"], [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"] {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ } }
    .darktheme .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 {
      background: #0089DE; }

.darktheme .cta-buttons--actions-tertiary, [data-theme="dark-mode"] .cta-buttons--actions-tertiary, [data-theme="darktheme"] .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, [data-theme="dark-mode"] .cta-buttons--actions-tertiary:after, [data-theme="darktheme"] .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%); }
  html[dir="rtl"] .darktheme .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 {
    margin: 0 10px 10px 10px; }
    html[dir="rtl"] .darktheme .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 {
      margin-right: 6px;
      margin-left: 0; }
    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"] [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 {
      transform: translateY(-50%); }
  .darktheme .cta-buttons--actions-tertiary[href*="esri.com"]::after, .darktheme .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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    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");
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, .darktheme .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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    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");
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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"], [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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    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");
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .cta-buttons--actions-tertiary[href^="/"]::after, .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    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");
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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, [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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    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");
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    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");
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    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");
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    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");
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    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");
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    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");
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .cta-buttons--actions-tertiary:after, [data-theme="dark-mode"] .cta-buttons--actions-tertiary:after, [data-theme="darktheme"] .cta-buttons--actions-tertiary:after {
    position: relative !important;
    top: initial !important;
    transform: none !important; }
  html[dir="rtl"] .darktheme .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 {
    transform: scaleX(-1) !important; }
  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"] [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 {
    transform: none !important; }
  .darktheme .cta-buttons--actions-tertiary:hover, .darktheme .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 {
    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, [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 {
      fill: #3db8ff; }
  .darktheme .cta-buttons--actions-tertiary:active, [data-theme="dark-mode"] .cta-buttons--actions-tertiary:active, [data-theme="darktheme"] .cta-buttons--actions-tertiary:active {
    color: #3db8ff;
    background-size: 100% 1px, 100% 1px; }
  .darktheme .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 {
    fill: #3db8ff; }
  .darktheme .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 {
    color: #3db8ff; }
  @media (min-width: 768px) {
    .darktheme .cta-buttons--actions-tertiary[scale="l"]:after, .darktheme .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 {
      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%); }
    .darktheme .cta-buttons--actions-tertiary[scale="l"]:after, .darktheme .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 {
      height: 24px;
      width: 24px; }
    html[dir="rtl"] .darktheme .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] .darktheme .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"] {
      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"] [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 {
        margin-right: 6px;
        margin-left: 0; }
      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"] [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 {
        transform: 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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      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");
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      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");
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      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");
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      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");
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      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");
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .darktheme .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, .darktheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      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");
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .darktheme .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, .darktheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      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");
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .darktheme .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, .darktheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      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");
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .darktheme .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, .darktheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      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");
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .darktheme .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, .darktheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      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");
      /* ew colors - #ff624d - v-rr-120 - large*/ } }

.darktheme .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 {
  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; }
  .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, [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 {
    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: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 {
    transform: scaleX(-1) translateY(-50%) !important; }
  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"] [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 {
    transform: translateY(-50%) !important; }
  .darktheme .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 {
    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%); }
  html[dir="rtl"] .darktheme .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 {
    margin: 0 10px 10px 10px; }
    html[dir="rtl"] .darktheme .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 {
      margin-right: 6px;
      margin-left: 0; }
    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"] [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 {
      transform: 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"], [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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    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");
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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"], [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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    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");
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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"], [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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    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");
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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, [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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    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");
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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, [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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    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");
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    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");
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    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");
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    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");
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    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");
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    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");
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  @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, [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 {
      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%); }
    .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, [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 {
      height: 24px;
      width: 24px; }
    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"] [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"] {
      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"] [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 {
        margin-right: 6px;
        margin-left: 0; }
      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"] [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 {
        transform: 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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/
      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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/
      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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/
      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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/
      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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/
      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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/
      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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/
      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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/
      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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/
      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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/
      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'], [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'] {
    background: #ff624d;
    color: #151515; }
    .darktheme .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 {
      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%); }
    html[dir="rtl"] .darktheme .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'] {
      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"] [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 {
        margin-right: 6px;
        margin-left: 0; }
      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"] [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 {
        transform: 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"], [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"] {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"], [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"] {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"], [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"] {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .darktheme .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 {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .darktheme .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 {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .darktheme .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 {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .darktheme .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 {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .darktheme .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 {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    @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, [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 {
        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%); }
      .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, [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 {
        height: 24px;
        width: 24px; }
      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"] [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"] {
        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"] [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 {
          margin-right: 6px;
          margin-left: 0; }
        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"] [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 {
          transform: 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"], [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"] {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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"], [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"] {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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"], [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"] {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ } }
    .darktheme .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 {
      background: #e65240; }

.darktheme .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 {
  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, [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 {
    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%); }
  html[dir="rtl"] .darktheme .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 {
    margin: 0 10px 10px 10px; }
    html[dir="rtl"] .darktheme .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 {
      margin-right: 6px;
      margin-left: 0; }
    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"] [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 {
      transform: 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"], [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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    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");
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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"], [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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    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");
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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"], [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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    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");
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[href^="/"]::after, .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    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");
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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, [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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    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");
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    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");
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    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");
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    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");
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    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");
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    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");
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .darktheme .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 {
    position: relative !important;
    top: initial !important;
    transform: none !important; }
  html[dir="rtl"] .darktheme .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 {
    transform: scaleX(-1) !important; }
  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"] [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 {
    transform: none !important; }
  .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary:hover, .darktheme .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 {
    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, [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 {
      fill: #ff624d; }
  .darktheme .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 {
    color: #ff624d;
    background-size: 100% 1px, 100% 1px; }
  .darktheme .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 {
    fill: #ff624d; }
  .darktheme .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 {
    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, [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 {
      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%); }
    .darktheme .cta-buttons.alert-buttons .cta-buttons--actions-tertiary[scale="l"]:after, .darktheme .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 {
      height: 24px;
      width: 24px; }
    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"] [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"] {
      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"] [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 {
        margin-right: 6px;
        margin-left: 0; }
      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"] [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 {
        transform: 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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/
      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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/
      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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/
      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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/
      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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/
      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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/
      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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/
      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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/
      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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/
      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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/
      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--actions-cta, [data-theme="light-mode"] .cta-buttons--actions-cta, [data-theme="lighttheme"] .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; }
  .lighttheme .cta-buttons--actions-cta:hover, .lighttheme .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 {
    text-decoration: none;
    box-shadow: inset 0 0 0 3px #00619b; }
  html[dir="rtl"] .lighttheme .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 {
    transform: scaleX(-1) translateY(-50%) !important; }
  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"] [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 {
    transform: translateY(-50%) !important; }
  .lighttheme .cta-buttons--actions-cta:after, [data-theme="light-mode"] .cta-buttons--actions-cta:after, [data-theme="lighttheme"] .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%); }
  html[dir="rtl"] .lighttheme .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 {
    margin: 0 10px 10px 10px; }
    html[dir="rtl"] .lighttheme .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 {
      margin-right: 6px;
      margin-left: 0; }
    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"] [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 {
      transform: translateY(-50%); }
  .lighttheme .cta-buttons--actions-cta[href*="esri.com"]::after, .lighttheme .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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    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");
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .cta-buttons--actions-cta:not([href*="esri.com"])::after, .lighttheme .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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    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");
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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"], [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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    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");
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .cta-buttons--actions-cta[href^="/"]::after, .lighttheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    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");
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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, [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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    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");
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    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");
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    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");
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    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");
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    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");
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    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");
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  @media (min-width: 768px) {
    .lighttheme .cta-buttons--actions-cta[scale="l"]:after, .lighttheme .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 {
      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%); }
    .lighttheme .cta-buttons--actions-cta[scale="l"]:after, .lighttheme .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 {
      height: 24px;
      width: 24px; }
    html[dir="rtl"] .lighttheme .cta-buttons--actions-cta[scale="l"], html[dir="rtl"] .lighttheme .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"] {
      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"] [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 {
        margin-right: 6px;
        margin-left: 0; }
      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"] [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 {
        transform: 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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      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");
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      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");
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      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");
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      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");
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      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");
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .lighttheme .cta-buttons--actions-cta[scale="l"][href*="tel:"]::after, .lighttheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      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");
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .lighttheme .cta-buttons--actions-cta[scale="l"][data-link-type='internal']::after, .lighttheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      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");
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .lighttheme .cta-buttons--actions-cta[scale="l"][data-link-type='external']::after, .lighttheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      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");
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .lighttheme .cta-buttons--actions-cta[scale="l"][data-link-type='video']::after, .lighttheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      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");
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .lighttheme .cta-buttons--actions-cta[scale="l"][data-link-type='document']::after, .lighttheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      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");
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ } }
  .lighttheme .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'] {
    background: #007ac2;
    color: #ffffff;
    box-shadow: none; }
    .lighttheme .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 {
      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%); }
    html[dir="rtl"] .lighttheme .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'] {
      margin: 0 10px 10px 10px; }
      html[dir="rtl"] .lighttheme .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 {
        margin-right: 6px;
        margin-left: 0; }
      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"] [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 {
        transform: 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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .lighttheme .cta-buttons--actions-cta[data-primary='true'][href^="/"]::after, .lighttheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .lighttheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .lighttheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .lighttheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .lighttheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .lighttheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    @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, [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 {
        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%); }
      .lighttheme .cta-buttons--actions-cta[data-primary='true'][scale="l"]:after, .lighttheme .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 {
        height: 24px;
        width: 24px; }
      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"] [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"] {
        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"] [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 {
          margin-right: 6px;
          margin-left: 0; }
        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"] [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 {
          transform: 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"], [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"] {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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"], [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"] {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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"], [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"] {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ } }
    .lighttheme .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 {
      content: none; }
    .lighttheme .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 {
      background: #2890ce; }

.lighttheme .cta-buttons--actions-tertiary, [data-theme="light-mode"] .cta-buttons--actions-tertiary, [data-theme="lighttheme"] .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, [data-theme="light-mode"] .cta-buttons--actions-tertiary:after, [data-theme="lighttheme"] .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%); }
  html[dir="rtl"] .lighttheme .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 {
    margin: 0 10px 10px 10px; }
    html[dir="rtl"] .lighttheme .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 {
      margin-right: 6px;
      margin-left: 0; }
    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"] [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 {
      transform: translateY(-50%); }
  .lighttheme .cta-buttons--actions-tertiary[href*="esri.com"]::after, .lighttheme .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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    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");
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .cta-buttons--actions-tertiary:not([href*="esri.com"])::after, .lighttheme .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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    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");
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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"], [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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    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");
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .cta-buttons--actions-tertiary[href^="/"]::after, .lighttheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    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");
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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, [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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    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");
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    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");
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    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");
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    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");
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    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");
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    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");
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  @media (min-width: 768px) {
    .lighttheme .cta-buttons--actions-tertiary[scale="l"]:after, .lighttheme .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 {
      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%); }
    .lighttheme .cta-buttons--actions-tertiary[scale="l"]:after, .lighttheme .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 {
      height: 24px;
      width: 24px; }
    html[dir="rtl"] .lighttheme .cta-buttons--actions-tertiary[scale="l"], html[dir="rtl"] .lighttheme .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"] {
      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"] [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 {
        margin-right: 6px;
        margin-left: 0; }
      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"] [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 {
        transform: 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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      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");
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      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");
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      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");
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      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");
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      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");
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .lighttheme .cta-buttons--actions-tertiary[scale="l"][href*="tel:"]::after, .lighttheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      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");
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .lighttheme .cta-buttons--actions-tertiary[scale="l"][data-link-type='internal']::after, .lighttheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      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");
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .lighttheme .cta-buttons--actions-tertiary[scale="l"][data-link-type='external']::after, .lighttheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      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");
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .lighttheme .cta-buttons--actions-tertiary[scale="l"][data-link-type='video']::after, .lighttheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      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");
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .lighttheme .cta-buttons--actions-tertiary[scale="l"][data-link-type='document']::after, .lighttheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      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");
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ } }
  .lighttheme .cta-buttons--actions-tertiary:after, [data-theme="light-mode"] .cta-buttons--actions-tertiary:after, [data-theme="lighttheme"] .cta-buttons--actions-tertiary:after {
    position: relative !important;
    top: initial !important;
    transform: none !important; }
  html[dir="rtl"] .lighttheme .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 {
    transform: scaleX(-1) !important; }
  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"] [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 {
    transform: none !important; }
  .lighttheme .cta-buttons--actions-tertiary:hover, .lighttheme .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 {
    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, [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 {
      fill: #00619b; }
  .lighttheme .cta-buttons--actions-tertiary:active, [data-theme="light-mode"] .cta-buttons--actions-tertiary:active, [data-theme="lighttheme"] .cta-buttons--actions-tertiary:active {
    color: #00619b;
    background-size: 100% 1px, 100% 1px; }
  .lighttheme .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 {
    fill: #00619b; }
  .lighttheme .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 {
    color: #00619b; }

.lighttheme .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 {
  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; }
  .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, [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 {
    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: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 {
    transform: scaleX(-1) translateY(-50%) !important; }
  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"] [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 {
    transform: translateY(-50%) !important; }
  .lighttheme .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 {
    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%); }
  html[dir="rtl"] .lighttheme .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 {
    margin: 0 10px 10px 10px; }
    html[dir="rtl"] .lighttheme .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 {
      margin-right: 6px;
      margin-left: 0; }
    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"] [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 {
      transform: 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"], [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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    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");
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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"], [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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    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");
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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"], [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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    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");
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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, [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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    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");
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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, [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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    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");
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    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");
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    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");
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    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");
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    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");
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    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");
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  @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, [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 {
      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%); }
    .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, [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 {
      height: 24px;
      width: 24px; }
    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"] [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"] {
      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"] [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 {
        margin-right: 6px;
        margin-left: 0; }
      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"] [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 {
        transform: 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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      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");
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      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");
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      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");
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      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");
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      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");
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      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");
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      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");
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      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");
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      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");
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      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");
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ } }
  .lighttheme .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'] {
    background: #d83020;
    color: #ffffff; }
    .lighttheme .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 {
      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%); }
    html[dir="rtl"] .lighttheme .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'] {
      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"] [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 {
        margin-right: 6px;
        margin-left: 0; }
      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"] [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 {
        transform: 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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .lighttheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .lighttheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .lighttheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .lighttheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .lighttheme .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    @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, [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 {
        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%); }
      .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, [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 {
        height: 24px;
        width: 24px; }
      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"] [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"] {
        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"] [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 {
          margin-right: 6px;
          margin-left: 0; }
        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"] [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 {
          transform: 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"], [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"] {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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"], [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"] {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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"], [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"] {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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, [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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ } }
    .lighttheme .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 {
      background: #e65240; }

.lighttheme .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 {
  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, [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 {
    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%); }
  html[dir="rtl"] .lighttheme .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 {
    margin: 0 10px 10px 10px; }
    html[dir="rtl"] .lighttheme .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 {
      margin-right: 6px;
      margin-left: 0; }
    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"] [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 {
      transform: 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"], [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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    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");
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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"], [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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    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");
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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"], [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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    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");
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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, [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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    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");
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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, [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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    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");
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    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");
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    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");
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    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");
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    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");
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    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");
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .lighttheme .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 {
    position: relative !important;
    top: initial !important;
    transform: none !important; }
  html[dir="rtl"] .lighttheme .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 {
    transform: scaleX(-1) !important; }
  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"] [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 {
    transform: none !important; }
  .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, [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 {
    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, [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 {
      fill: #a82b1e; }
  .lighttheme .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 {
    color: #a82b1e;
    background-size: 100% 1px, 100% 1px; }
  .lighttheme .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 {
    fill: #a82b1e; }
  .lighttheme .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 {
    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, [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 {
      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%); }
    .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, [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 {
      height: 24px;
      width: 24px; }
    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"] [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"] {
      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"] [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 {
        margin-right: 6px;
        margin-left: 0; }
      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"] [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 {
        transform: 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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      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");
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      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");
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"], [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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      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");
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      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");
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      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");
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      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");
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      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");
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      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");
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      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");
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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, [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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      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");
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ } }

.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; }
  .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:after {
    transform: scaleX(-1) translateY(-50%) !important; }
  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%) !important; }
  .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%); }
  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; }
    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[href*="esri.com"]::after, .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="internal"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    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");
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    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");
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    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");
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    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");
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    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");
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="tel:"]::after {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    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");
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='internal']::after {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    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");
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='external']::after {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    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");
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']::after {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    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");
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='document']::after {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    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");
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  @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%); }
    .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; }
    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; }
      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: 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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      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");
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      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");
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      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");
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      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");
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      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");
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      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");
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      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");
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      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");
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      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");
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      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");
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ } }
  .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%); }
    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; }
      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: 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"] {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"] {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"] {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .cta-buttons.white-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after {
      /* new colors -000000  - small */
      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");
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    @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%); }
      .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; }
      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; }
        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: 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"] {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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"] {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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"] {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        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");
        /* new colors -000000  - blk-000 - large */
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ } }
    .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%); }
  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; }
    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: 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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    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");
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    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");
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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"] {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    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");
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary[href^="/"]::after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[href^=".."]::after {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    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");
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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 {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    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");
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary[href*="tel:"]::after {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    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");
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary[data-link-type='internal']::after {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    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");
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary[data-link-type='external']::after {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    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");
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary[data-link-type='video']::after {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    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");
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary[data-link-type='document']::after {
    /* new colors -000000  - small */
    /* new colors -000000  - large */
    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");
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.white-buttons .cta-buttons--actions-tertiary:after {
    position: relative !important;
    top: initial !important;
    transform: none !important; }
  html[dir="rtl"] .cta-buttons.white-buttons .cta-buttons--actions-tertiary:after {
    transform: scaleX(-1) !important; }
  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 !important; }
  .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%); }
    .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="l"]:after, .cta-buttons.white-buttons .cta-buttons--actions-tertiary[scale="xl"]:after {
      height: 24px;
      width: 24px; }
    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; }
      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: 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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      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");
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      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");
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      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");
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      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");
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      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");
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      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");
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      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");
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      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");
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      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");
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      /* new colors -000000  - blk-000 - large */
      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");
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ } }

.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; }
  .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:after {
    transform: scaleX(-1) translateY(-50%) !important; }
  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%) !important; }
  .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%); }
  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; }
    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[href*="esri.com"]::after, .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta [data-link-type="internal"] {
    /* new colors -000000  - small */
    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");
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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"] {
    /* new colors -000000  - small */
    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");
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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"] {
    /* new colors -000000  - small */
    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");
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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 {
    /* new colors -000000  - small */
    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");
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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 {
    /* new colors -000000  - small */
    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");
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[href*="tel:"]::after {
    /* new colors -000000  - small */
    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");
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='internal']::after {
    /* new colors -000000  - small */
    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");
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='external']::after {
    /* new colors -000000  - small */
    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");
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='video']::after {
    /* new colors -000000  - small */
    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");
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-link-type='document']::after {
    /* new colors -000000  - small */
    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");
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  @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%); }
    .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; }
    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; }
      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: 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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ } }
  .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%); }
    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; }
      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: 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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][href*="tel:"]::after {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='internal']::after {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='external']::after {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='video']::after {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .cta-buttons.black-buttons .cta-buttons--actions .cta-buttons--actions-cta[data-primary='true'][data-link-type='document']::after {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    @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%); }
      .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; }
      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; }
        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: 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"] {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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"] {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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"] {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ }
      .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 {
        /* new colors -000000  - small */
        /* new colors -000000  - large */
        /* new colors -000000  - blk-000 - large */
        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");
        /* new colors - 007AC2 - $esri-blue - large*/
        /* new colors - h-bb-060 - $esri-blue - large*/
        /* new colors - h-bb-070 - 00619b - $esri-blue */
        /* new colors - h-rr-070 - #a82b1e - red - large*/
        /* new colors -  - #3db8ff - red - large*/
        /* ew colors - #ff624d - v-rr-120 - large*/ } }
    .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%); }
  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; }
    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: 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"] {
    /* new colors -000000  - small */
    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");
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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"] {
    /* new colors -000000  - small */
    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");
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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"] {
    /* new colors -000000  - small */
    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");
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary[href^="/"]::after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[href^=".."]::after {
    /* new colors -000000  - small */
    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");
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .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 {
    /* new colors -000000  - small */
    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");
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary[href*="tel:"]::after {
    /* new colors -000000  - small */
    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");
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary[data-link-type='internal']::after {
    /* new colors -000000  - small */
    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");
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary[data-link-type='external']::after {
    /* new colors -000000  - small */
    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");
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary[data-link-type='video']::after {
    /* new colors -000000  - small */
    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");
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary[data-link-type='document']::after {
    /* new colors -000000  - small */
    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");
    /* new colors -000000  - large */
    /* new colors -000000  - blk-000 - large */
    /* new colors - 007AC2 - $esri-blue - large*/
    /* new colors - h-bb-060 - $esri-blue - large*/
    /* new colors - h-bb-070 - 00619b - $esri-blue */
    /* new colors - h-rr-070 - #a82b1e - red - large*/
    /* new colors -  - #3db8ff - red - large*/
    /* ew colors - #ff624d - v-rr-120 - large*/ }
  .cta-buttons.black-buttons .cta-buttons--actions-tertiary:after {
    position: relative !important;
    top: initial !important;
    transform: none !important; }
  html[dir="rtl"] .cta-buttons.black-buttons .cta-buttons--actions-tertiary:after {
    transform: scaleX(-1) !important; }
  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 !important; }
  .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%); }
    .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="l"]:after, .cta-buttons.black-buttons .cta-buttons--actions-tertiary[scale="xl"]:after {
      height: 24px;
      width: 24px; }
    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; }
      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: 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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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"] {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ }
    .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 {
      /* new colors -000000  - small */
      /* new colors -000000  - large */
      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");
      /* new colors -000000  - blk-000 - large */
      /* new colors - 007AC2 - $esri-blue - large*/
      /* new colors - h-bb-060 - $esri-blue - large*/
      /* new colors - h-bb-070 - 00619b - $esri-blue */
      /* new colors - h-rr-070 - #a82b1e - red - large*/
      /* new colors -  - #3db8ff - red - large*/
      /* ew colors - #ff624d - v-rr-120 - large*/ } }

.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'] {
  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 {
    box-shadow: none; }

.cookie-banner {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0px;
  width: 100%;
  z-index: 1000; }
  .cookie-banner.top {
    position: relative; }
  .cookie-banner.top[data-fixed] {
    position: fixed;
    bottom: unset;
    top: 60px; }
  .cookie-banner div.text-wrapper {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 60%; }
  .cookie-banner div.button-wrapper {
    display: inline-block;
    margin: 20px 0;
    float: right; }
  .cookie-banner p {
    margin-bottom: 0; }
  .cookie-banner.dark {
    background-color: rgba(50, 50, 50, 0.95);
    color: #efefef; }
  .cookie-banner.light {
    background-color: rgba(244, 244, 244, 0.95);
    color: #323232; }
  .cookie-banner.blue {
    background-color: rgba(0, 121, 193, 0.95);
    color: #ffffff; }
    .cookie-banner.blue div.button-wrapper a {
      color: #000000;
      background: rgba(255, 255, 255, 0.75); }

.cookie-text {
  display: inline-block; }

.toggle-switch, .cookie-radio-button label {
  display: inline-block;
  padding-left: 0.5rem; }

.intro-block p.font-size-8 {
  letter-spacing: -0.05em; }

@media screen and (max-width: 768px) {
  .feature-wrapper {
    margin: 20px 0; } }

.learn-more {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 20px; }

.learn-more-2 {
  box-sizing: border-box;
  position: relative;
  bottom: 0;
  padding: 0 20px; }

.white-bg {
  background: #fff; }

.white-bg.block {
  position: relative; }

.white-bg.block .padding-all-20 {
  min-height: 180px; }

@media screen and (max-width: 640px) {
  .white-bg.block {
    min-height: 350px;
    margin-bottom: 15px; } }

.transparent-bg {
  background: rgba(248, 248, 248, 0.95); }

.off-white-bg {
  background: #f8f8f8; }

.off-white-bg.block {
  position: relative; }

.lightest-gray-bg {
  background: #efefef; }

.lightest-gray-border {
  border: thin solid #ccc; }

.dark-bg {
  background: #323232; }

.dark-transparent-bg {
  background: rgba(39, 39, 39, 0.95); }

.darker-bg {
  background: #272727; }

.blue-bg {
  background: #0079c1; }

.blue-transparent-bg {
  background: rgba(0, 95, 150, 0.95); }

.dark-blue-bg {
  background: #005e95; }

.violet-bg {
  background: #7b00e0; }

.violet-transparent-bg {
  background: rgba(98, 0, 178, 0.95); }

.violet-dark-bg {
  background: #6200b2; }

.text-custom-gray {
  color: #bcbcbc; }

.text-custom-blue {
  color: #d7dde6; }

.text-custom-violet {
  color: #e3d7e6; }

.feature {
  box-sizing: border-box;
  padding-top: 85px;
  position: relative;
  width: 100%; }

@media screen and (max-width: 768px) {
  .feature {
    padding-top: 0; } }

@media screen and (max-width: 480px) {
  .feature .grid-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: 100%; } }

.feature-img {
  box-sizing: border-box;
  margin: auto;
  min-height: 400px;
  position: relative;
  width: 80%; }

@media screen and (max-width: 768px) {
  .feature-img {
    width: 100%; } }

.feature-img-info {
  box-sizing: border-box;
  padding: 50px 25px 25px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 60%; }

.feature-img-info p.font-size-5 {
  letter-spacing: -.04em; }

@media screen and (max-width: 768px) {
  .feature-img-info {
    width: 90%; } }

.feature-img.img-pro-auth {
  background: url("../../../content/dam/esrisites/en-us/industries/petroleum/Legend_Roadblock.svg") top center no-repeat;
  background-size: contain; }

.feature-img.img-adv-analytics {
  background: url("../../../content/dam/esrisites/en-us/industries/petroleum/Legend_Roadblock.svg") top center no-repeat;
  background-size: contain; }

.feature-img.img-data-management {
  background: url("../../../content/dam/esrisites/en-us/industries/petroleum/Legend_Roadblock.svg") top center no-repeat;
  background-size: contain; }

.feature-img.img-info-sharing {
  background: url("../../../content/dam/esrisites/en-us/industries/petroleum/Legend_Roadblock.svg") top center no-repeat;
  background-size: contain; }

.feature-img.img-processing {
  background: url("../../../content/dam/esrisites/en-us/industries/petroleum/Legend_Roadblock.svg") top center no-repeat;
  background-size: contain; }

.feature-img.img-3d {
  background: url("../../../content/dam/esrisites/en-us/industries/petroleum/Legend_Roadblock.svg") top center no-repeat;
  background-size: contain; }

.feature-desc {
  position: relative;
  padding: 80px 0;
  width: 100%; }

.columnsystem.web-article-case-study h3.cmp-contentfragment__title {
  color: #323232;
  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: #323232;
  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;
    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: #323232;
    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; } }

.contentbar {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 210px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 0.875rem;
  line-height: 1.55rem;
  font-weight: 300;
  font-style: normal; }
  .contentbar .aligncenter .separator {
    margin: 15px auto 20px; }
  .contentbar .richtext-container p {
    margin-bottom: 0;
    font-weight: 400; }
  .contentbar .richtext-container li {
    font-weight: 400; }
  .contentbar .primary-cta {
    margin: 0 20px 0 0; }
    html[dir="rtl"] .contentbar .primary-cta {
      margin: 0 0 0 20px; }
  .contentbar .divider-bar {
    height: 3px;
    width: 50px;
    border: none;
    margin: 20px auto 15px 0; }
    html[dir="rtl"] .contentbar .divider-bar {
      margin: 20px 0 15px auto; }
  .contentbar .btn-animated-border-bottom {
    padding: 0; }
  .contentbar .content-cta-icon {
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    margin: 0 5px;
    background-size: cover;
    height: 13px;
    width: 13px; }
  .contentbar.aligncenter {
    text-align: center; }
    .contentbar.aligncenter .divider-bar {
      margin: 20px auto 15px; }
      html[dir="rtl"] .contentbar.aligncenter .divider-bar {
        margin: 20px auto 15px; }
    .contentbar.aligncenter li {
      text-align: left; }
  .contentbar.lighttheme {
    background-color: #f8f8f8; }
    .contentbar.lighttheme .richtext-container div p, .contentbar.lighttheme .richtext-container div li {
      color: #323232; }
    .contentbar.lighttheme .richtext-container div a {
      color: #0079c1; }
    .contentbar.lighttheme .contentbar_heading {
      color: #323232; }
    .contentbar.lighttheme .contentbar_subhead {
      color: rgba(0, 0, 0, 0.7); }
    .contentbar.lighttheme .primary-cta {
      background: none;
      margin-right: 10px;
      border: thin solid #000000;
      color: #000000; }
      .contentbar.lighttheme .primary-cta:hover, .contentbar.lighttheme .primary-cta:focus {
        box-shadow: inset 0 0 0 2px #000000; }
      .contentbar.lighttheme .primary-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"] .contentbar.lighttheme .primary-cta {
        margin-left: 10px;
        margin-right: 0; }
        html[dir="rtl"] .contentbar.lighttheme .primary-cta:after {
          transform: scaleX(-1);
          margin-right: 6px;
          margin-left: 0; }
        html[dir="rtl"] .contentbar.lighttheme .primary-cta[href$=".mp4"]::after, html[dir="rtl"] .contentbar.lighttheme .primary-cta[href$=".mov"]::after, html[dir="rtl"] .contentbar.lighttheme .primary-cta[href^="https://www.esri.com/videos/"]::after {
          transform: none; }
      .contentbar.lighttheme .primary-cta[href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .contentbar.lighttheme .primary-cta:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .contentbar.lighttheme .primary-cta[href$=".pdf"]::after, .contentbar.lighttheme .primary-cta[href$=".doc"]::after, .contentbar.lighttheme .primary-cta[href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .contentbar.lighttheme .primary-cta[href^="/"]::after, .contentbar.lighttheme .primary-cta[href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .contentbar.lighttheme .primary-cta[href$=".mp4"]::after, .contentbar.lighttheme .primary-cta[href$=".mov"]::after, .contentbar.lighttheme .primary-cta[href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .contentbar.lighttheme .primary-cta[href*="tel:"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
    .contentbar.lighttheme .divider-bar {
      background: #0079c1; }
    .contentbar.lighttheme .content-cta {
      padding: 0.375rem 0;
      color: #000000;
      color: #323232; }
      .contentbar.lighttheme .content-cta:after {
        border-bottom: 1px solid #000000; }
      html[dir="rtl"] .contentbar.lighttheme .content-cta {
        margin-right: 0;
        margin-left: 10px; }
        html[dir="rtl"] .contentbar.lighttheme .content-cta[href$=".mp4"] span:after, html[dir="rtl"] .contentbar.lighttheme .content-cta[href$=".mov"] span:after, html[dir="rtl"] .contentbar.lighttheme .content-cta[href^="https://www.esri.com/videos/"] span:after {
          transform: none; }
      .contentbar.lighttheme .content-cta span {
        position: relative; }
        .contentbar.lighttheme .content-cta 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"] .contentbar.lighttheme .content-cta span:after {
            transform: scaleX(-1);
            margin-right: 2px; }
      .contentbar.lighttheme .content-cta:after {
        border-bottom: 1px solid #000000; }
      .contentbar.lighttheme .content-cta[href*="esri.com"] span:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .contentbar.lighttheme .content-cta:not([href*="esri.com"]) span:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .contentbar.lighttheme .content-cta[href$=".pdf"] span:after, .contentbar.lighttheme .content-cta[href$=".doc"] span:after, .contentbar.lighttheme .content-cta[href$=".zip"] span:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .contentbar.lighttheme .content-cta[href^="/"] span:after, .contentbar.lighttheme .content-cta[href^=".."] span:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .contentbar.lighttheme .content-cta[href$=".mp4"] span:after, .contentbar.lighttheme .content-cta[href$=".mov"] span:after, .contentbar.lighttheme .content-cta[href^="https://www.esri.com/videos/"] span:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .contentbar.lighttheme .content-cta[href*="tel:"] span:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .contentbar.darktheme {
    background-color: #4c4c4c; }
    .contentbar.darktheme .richtext-container div p,
    .contentbar.darktheme .richtext-container div li {
      color: #ffffff; }
    .contentbar.darktheme .richtext-container div a {
      color: #49b0f2; }
    .contentbar.darktheme .contentbar_heading {
      color: #ffffff; }
    .contentbar.darktheme .contentbar_subhead {
      color: rgba(255, 255, 255, 0.8); }
    .contentbar.darktheme .primary-cta {
      background: none;
      margin-right: 10px;
      border: thin solid #49b0f2;
      color: #49b0f2; }
      .contentbar.darktheme .primary-cta:hover, .contentbar.darktheme .primary-cta:focus {
        box-shadow: inset 0 0 0 2px #49b0f2; }
      .contentbar.darktheme .primary-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"] .contentbar.darktheme .primary-cta {
        margin-left: 10px;
        margin-right: 0; }
        html[dir="rtl"] .contentbar.darktheme .primary-cta:after {
          transform: scaleX(-1);
          margin-right: 6px;
          margin-left: 0; }
        html[dir="rtl"] .contentbar.darktheme .primary-cta[href$=".mp4"]::after, html[dir="rtl"] .contentbar.darktheme .primary-cta[href$=".mov"]::after, html[dir="rtl"] .contentbar.darktheme .primary-cta[href^="https://www.esri.com/videos/"]::after {
          transform: none; }
      .contentbar.darktheme .primary-cta[href*="esri.com"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .contentbar.darktheme .primary-cta:not([href*="esri.com"])::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .contentbar.darktheme .primary-cta[href$=".pdf"]::after, .contentbar.darktheme .primary-cta[href$=".doc"]::after, .contentbar.darktheme .primary-cta[href$=".zip"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .contentbar.darktheme .primary-cta[href^="/"]::after, .contentbar.darktheme .primary-cta[href^=".."]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .contentbar.darktheme .primary-cta[href$=".mp4"]::after, .contentbar.darktheme .primary-cta[href$=".mov"]::after, .contentbar.darktheme .primary-cta[href^="https://www.esri.com/videos/"]::after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .contentbar.darktheme .divider-bar {
      background: #49b0f2; }
    .contentbar.darktheme .content-cta {
      padding: 0.375rem 0;
      color: #49b0f2; }
      .contentbar.darktheme .content-cta:after {
        border-bottom: 1px solid #49b0f2; }
      html[dir="rtl"] .contentbar.darktheme .content-cta {
        margin-right: 0;
        margin-left: 10px; }
        html[dir="rtl"] .contentbar.darktheme .content-cta[href$=".mp4"] span:after, html[dir="rtl"] .contentbar.darktheme .content-cta[href$=".mov"] span:after, html[dir="rtl"] .contentbar.darktheme .content-cta[href^="https://www.esri.com/videos/"] span:after {
          transform: none; }
      .contentbar.darktheme .content-cta span {
        position: relative; }
        .contentbar.darktheme .content-cta 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"] .contentbar.darktheme .content-cta span:after {
            transform: scaleX(-1);
            margin-right: 2px; }
      .contentbar.darktheme .content-cta[href*="esri.com"] span:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .contentbar.darktheme .content-cta:not([href*="esri.com"]) span:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
      .contentbar.darktheme .content-cta[href$=".pdf"] span:after, .contentbar.darktheme .content-cta[href$=".doc"] span:after, .contentbar.darktheme .content-cta[href$=".zip"] span:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
      .contentbar.darktheme .content-cta[href^="/"] span:after, .contentbar.darktheme .content-cta[href^=".."] span:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .contentbar.darktheme .content-cta[href$=".mp4"] span:after, .contentbar.darktheme .content-cta[href$=".mov"] span:after, .contentbar.darktheme .content-cta[href^="https://www.esri.com/videos/"] span:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }

/* Right to Left */
html[dir="rtl"] .contentbar hr.separator {
  margin-right: 0;
  margin-left: auto; }

html[dir="rtl"] .contentbar .aligncenter hr.separator {
  margin: 15px auto 20px; }

html[dir="rtl"] .contentbar .aligncenter .richtext-container * {
  text-align: center !important; }

.padding-all-20 {
  padding: 20px; }

.margin-left-20 {
  margin-left: 20px; }

@media screen and (max-width: 480px) {
  .margin-left-20 {
    margin-left: 0; } }

.sm-img {
  background: #828282;
  height: 175px;
  width: 90%; }

.sm-block-group {
  width: 100%; }

.sm-block-group .sm-block {
  box-sizing: border-box;
  min-height: 250px;
  padding: 25px 30px;
  width: 50%; }

@media screen and (max-width: 1440px) {
  .sm-block-group .sm-block {
    width: 49.85%; } }

@media screen and (max-width: 480px) {
  .sm-block-group .sm-block {
    width: 100%; } }

@media screen and (max-width: 860px) {
  .sm-block-group .sm-block {
    width: 100%; } }

.sm-block-group .med-block {
  box-sizing: border-box;
  padding: 25px 30px;
  width: 100%; }

@media screen and (max-width: 480px) {
  .sm-block-group .med-block {
    padding: 20px 10px; } }

@media screen and (max-width: 860px) {
  .sm-block-group .med-block {
    padding: 20px 10px; } }

.bot-border-anim:before {
  content: "";
  background: url("../components/content/content-mosaic-mini/clientlibs/css/content/dam/esrisites/arcgis/products/Icon-Right-Arrow-White.svg") 0 0 no-repeat;
  height: 15px;
  opacity: 0;
  position: absolute;
  left: 95px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .15s ease-out, left .25s ease-out;
  width: 15px; }

.bot-border-anim::after {
  content: "";
  border-bottom: 1px solid #fff;
  width: 0%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all .15s ease-in-out; }

.bot-border-anim:hover {
  cursor: pointer;
  text-decoration: none; }

.bot-border-anim:hover:before {
  opacity: 1; }

.bot-border-anim:hover:before {
  left: 100px; }

.bot-border-anim:hover::after {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0; }

.bot-border-anim-blue {
  padding: 0 20px; }

.bot-border-anim-blue:before {
  content: "";
  background: url("../components/content/content-mosaic-mini/clientlibs/css/content/dam/esrisites/arcgis/products/Icon-Right-Arrow-White.svg") 0 0 no-repeat;
  height: 15px;
  opacity: 0;
  position: absolute;
  left: 95px;
  top: 50%;
  transform: translateY(-50%);
  transition: opacity .15s ease-out, left .25s ease-out;
  width: 15px; }

.bot-border-anim-blue::after {
  content: "";
  border-bottom: 1px solid #0079c1;
  width: 0%;
  height: 1px;
  position: absolute;
  left: 20px;
  bottom: 0px;
  transition: all .15s ease-in-out; }

.bot-border-anim-blue:hover {
  cursor: pointer;
  text-decoration: none; }

.bot-border-anim-blue:hover:before {
  opacity: 1; }

.bot-border-anim-blue:hover:before {
  left: 100px; }

.bot-border-anim-blue:hover::after {
  width: 100%;
  height: 1px;
  position: absolute;
  left: 20px;
  bottom: 0; }

.sm-img.arcgis {
  background-size: cover; }

.sm-img.arcmap {
  background-size: cover; }

.content-mosaic-mini .lg-block {
  width: 100%;
  margin-left: 0; }

.content-mosaic-mini .sm-block {
  /*width: 50%;*/
  margin-left: 0; }

.content-mosaic-mini .sm-block.right {
  /*border-left: none;*/ }

.content-mosaic-mini:after {
  content: "";
  display: table;
  clear: both; }

.contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass {
  left: auto;
  right: 0; }

.contact-us_location-search-input-container .contact-us_location-search-input-delete-x {
  left: auto;
  right: 32px; }

.contact-us_location-search-input-container .contact-us_location-search-input-measure-blueline {
  left: 0;
  right: auto; }

[dir=ltr] .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass {
  left: auto;
  right: 0; }

[dir=ltr] .contact-us_location-search-input-container .contact-us_location-search-input-delete-x {
  left: auto;
  right: 32px; }

[dir=ltr] .contact-us_location-search-input-container .contact-us_location-search-input-measure-blueline {
  left: 0;
  right: auto; }

[dir=rtl] .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass {
  left: 0;
  right: auto; }

[dir=rtl] .contact-us_location-search-input-container .contact-us_location-search-input-delete-x {
  left: 32px;
  right: auto; }

[dir=rtl] .contact-us_location-search-input-container .contact-us_location-search-input-measure-blueline {
  left: auto;
  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;
  -webkit-transition: margin 0.1s ease-in;
  transition: margin 0.1s 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_address-details,
.contact-us_address-details {
  text-align: left; }

[dir=rtl] .contact-us_tab-top-section {
  text-align: right; }

[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 {
    box-sizing: border-box;
    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 {
      box-sizing: border-box;
      content: '';
      display: block;
      border-bottom: 1px solid #0079c1;
      width: 0;
      position: absolute;
      z-index: 200;
      left: 0;
      bottom: 0;
      -webkit-transition: 0.15s ease;
      transition: 0.15s ease;
      background: transparent; }
  .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%;
    -webkit-transition: opacity 0.25s ease-in;
    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%;
    -webkit-transition: opacity 0.25s ease-in;
    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;
        text-align: left; }
    @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;
            text-align: left; } }
  .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_tab-bottom-section {
    width: 100%;
    padding-bottom: 30px; }
  @media (min-width: 790px) {
    .contact-us_tab-bottom-section {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex: 1;
      /* Safari 6.1+ */
      -ms-flex: 1;
      /* IE 10 */
      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;
    box-sizing: border-box; }
  .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 {
    box-sizing: border-box;
    margin: 0 0 16px 0;
    display: inline-block;
    width: calc( 100% - 16px);
    color: #666;
    background-color: white;
    text-align: center;
    overflow: hidden; }
  .contact-us_address-box-left {
    min-height: 216px; }
  .contact-us_cta-box-right, .contact-us_cta-box {
    height: 216px; }
  .contact-us_cta-box-bottom {
    text-align: center; }
  .contact-us_cta-box-right > .contact-us_cta-anchor,
  .contact-us_cta-box > .contact-us_cta-anchor {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    height: 100%;
    border: solid #cccccc 1px;
    box-shadow: gba(0, 0, 0, 0.075) 0px 1px 2px 0px inset;
    -webkit-transition: border 0.2s, color 0.15s ease-in-out;
    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 {
      text-decoration: none;
      border: solid #0079c1 1px; }
      .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 {
        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 {
        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 {
      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 {
      content: '';
      display: block;
      border-bottom: 1px solid #0079c1;
      width: 0;
      position: absolute;
      z-index: -1;
      left: 0;
      bottom: 0;
      -webkit-transition: 0.15s ease;
      transition: 0.15s ease;
      background: transparent; }
  .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;
    box-shadow: gba(0, 0, 0, 0.075) 0px 1px 2px 0px inset; }
  .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;
      -webkit-transition: fill 0.15s ease-in-out;
      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 {
    box-sizing: border-box;
    text-align: center;
    background-color: white;
    border: 1px solid #ccc; }
  .contact-us_address-box-right {
    padding: 40px 30px 40px 30px;
    margin: 0; }
  .contact-us_address-box-right {
    display: none; }
  @media (min-width: 790px) {
    .contact-us_address-box-left {
      display: none; }
    .contact-us_address-box-right {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex: 1;
      /* Safari 6.1+ */
      -ms-flex: 1;
      /* IE 10 */
      flex: 1;
      width: 100%;
      min-width: 300px;
      min-height: 216px; } }
  @media (min-width: 790px) {
    .contact-us_address-box-right {
      justify-content: left;
      padding-left: 90px; } }
  @media (min-width: 1340px) {
    .contact-us_address-box-right {
      justify-content: left;
      padding-left: 118px; } }
  .contact-us_address-details {
    display: inline-block;
    padding: 0;
    max-width: 400px; }
  @media (min-width: 790px) {
    .contact-us .contact-us_address-box-right .contact-us_address-details {
      max-width: 340px; } }
  .contact-us_address-detail-line {
    font-size: 20.4px;
    color: #595959; }
    @media (min-width: 790px) {
      .contact-us_address-detail-line {
        font-size: 20.4px; } }
  .contact-us_address-detail-line-company-name {
    font-size: 24px;
    color: #323232;
    padding-bottom: 8px; }
    @media (min-width: 790px) {
      .contact-us_address-detail-line-company-name {
        font-size: 24px; } }
  .contact-us_address-detail-line-1 {
    font-size: 24px;
    color: #323232; }
  .contact-us_address-detail-line {
    margin: 0;
    padding: 0;
    font-size: 20.4px;
    color: #595959;
    line-height: 1.6rem;
    text-align: inherit; }
  .contact-us_form-label-v-space, .contact-us_form-label {
    margin: 0 3px 8px 3px; }
  .contact-us_form-wrap {
    position: relative;
    padding: 0;
    top: 0;
    height: 100%;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    margin: 0;
    overflow: visible;
    -webkit-transition: all 0.3s ease-in-out;
    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;
            /* should match background, can't be transparent */
            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 {
            -webkit-transition: all 0.15s ease-in-out;
            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;
              /* should match background, can't be transparent */
              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: 890px; }
      .contact-us_form-wrap.customer-service iframe {
        min-height: 890px; }
    .contact-us_form-wrap.training {
      min-height: 806px; }
      .contact-us_form-wrap.training iframe {
        min-height: 806px; }
    @media (min-width: 790px) {
      .contact-us_form-wrap {
        top: -33px;
        max-width: 600px;
        text-align: left;
        margin: 0;
        width: 100%; } }
    .contact-us_form-wrap.pardot-form {
      padding-right: 10px; }
      @media (min-width: 790px) {
        .contact-us_form-wrap.pardot-form {
          padding-right: 6px; } }
      .contact-us_form-wrap.pardot-form iframe {
        width: 100%; }
      .contact-us_form-wrap.pardot-form.sales {
        min-height: 1180px;
        overflow: hidden; }
        .contact-us_form-wrap.pardot-form.sales iframe {
          min-height: 1180px; }
      .contact-us_form-wrap.pardot-form.consulting {
        min-height: 1150px; }
        .contact-us_form-wrap.pardot-form.consulting iframe {
          min-height: 1150px; }
      @media (min-width: 790px) {
        .contact-us_form-wrap.pardot-form {
          left: -10px; } }
    .contact-us_form-wrap .contact-us_form {
      position: relative;
      left: 0;
      top: 0;
      opacity: 1;
      z-index: 10;
      width: 100%;
      -webkit-transition: all 0.4s ease-in-out;
      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;
      -webkit-transition: all 0.4s ease-in-out;
      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;
        -webkit-transition: all 0.2s ease-in-out;
        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;
        box-shadow: gba(0, 127, 0, 0.075) 0px 1px 2px 0px inset; }
        .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;
      -webkit-transition: height 0.4s ease-in-out;
      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;
      -webkit-transition: top 0.4s, opacity 0.4s ease-in-out;
      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;
      box-sizing: border-box;
      width: calc( 100% - 6px);
      margin: 0 3px;
      -webkit-transition: top 0.4s ease-in-out;
      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: 20px;
    padding-bottom: 120px; }
    .contact-us_location-search h3, .contact-us_location-search h4 {
      text-align: center;
      color: #323232; }
  .contact-us_location-search-center {
    display: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    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;
      display: inline-block;
      z-index: 2010;
      top: 0;
      margin: 0;
      margin-top: 8px;
      padding: 0;
      width: 32px;
      height: 32px;
      background: transparent;
      -webkit-transition: all 0.2s ease-in-out;
      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.active:hover {
        cursor: pointer; }
        .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass.active:hover svg {
          fill: #0079c1; }
    .contact-us_location-search-input-container .contact-us_location-search-input-delete-x {
      position: absolute;
      display: inline-block;
      z-index: 2010;
      top: 0;
      margin: 0;
      margin-top: 8px;
      padding: 0;
      width: 32px;
      height: 32px;
      background: transparent;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      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;
    -webkit-transition: all 0.3s ease-in-out;
    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 {
    /* Chrome/Opera/Safari */
    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::-moz-placeholder {
    /* Firefox 19+ */
    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:-ms-input-placeholder {
    /* IE 10+ */
    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:-moz-placeholder {
    /* Firefox 18- */
    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;
    box-sizing: border-box;
    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;
    top: 50px;
    overflow-x: hidden;
    max-width: 84%;
    box-sizing: border-box;
    border: none;
    border-top: solid #0079c1 1px;
    display: inline-block;
    color: transparent;
    background: transparent;
    height: 3px;
    -webkit-transition: width 0.8s ease-in-out;
    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;
    -webkit-transition: all 0.12s ease-in-out;
    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 {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      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; }

.centered-content-switcher_slide[data-slide="1"] .centered-content-switcher_info {
  padding-top: 20px; }

.centered-content-switcher_slide[data-slide="1"] .centered-content-switcher_video-body {
  padding-bottom: 80px; }

.centered-content-switcher .tablet-column-10 {
  padding: 0; }

.centered-content-switcher .play-button {
  border: none;
  margin-top: 100px;
  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; }
  .centered-content-switcher .play-button:hover, .centered-content-switcher .play-button:focus {
    outline: none;
    cursor: pointer; }
  .centered-content-switcher .play-button:after {
    border-left: 12px solid #323232; }
    .centered-content-switcher .play-button:after:hover {
      border-left: 12px solid #323232; }
  .centered-content-switcher .play-button:hover, .centered-content-switcher .play-button:focus {
    background: #0079c1;
    border: none;
    outline: none; }
    .centered-content-switcher .play-button:hover:after, .centered-content-switcher .play-button:focus:after {
      border-left: 12px solid white; }
  .centered-content-switcher .play-button:focus {
    background: #0079c1;
    outline: none; }
    .centered-content-switcher .play-button:focus:after {
      border-left: 12px solid white; }
  .centered-content-switcher .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) {
    .centered-content-switcher .play-button {
      border: none;
      margin-top: 120px;
      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; }
      .centered-content-switcher .play-button:hover, .centered-content-switcher .play-button:focus {
        outline: none;
        cursor: pointer; }
      .centered-content-switcher .play-button:after {
        border-left: 15px solid #323232; }
        .centered-content-switcher .play-button:after:hover {
          border-left: 15px solid #323232; }
      .centered-content-switcher .play-button:hover, .centered-content-switcher .play-button:focus {
        background: #0079c1;
        border: none;
        outline: none; }
        .centered-content-switcher .play-button:hover:after, .centered-content-switcher .play-button:focus:after {
          border-left: 15px solid white; }
      .centered-content-switcher .play-button:focus {
        background: #0079c1;
        outline: none; }
        .centered-content-switcher .play-button:focus:after {
          border-left: 15px solid white; }
      .centered-content-switcher .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; } }

.centered-content-switcher_wrapper {
  position: relative;
  background: #323232; }
  .centered-content-switcher_wrapper > section.centered-content-switcher_slide:only-of-type .centered-content-switcher_nav {
    display: none; }

.centered-content-switcher_slide {
  transition: all, .5s;
  position: relative;
  background-color: #005e95;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  transition: opacity linear 0.5s; }
  .centered-content-switcher_slide[aria-hidden="true"] {
    visibility: hidden;
    opacity: 0.0;
    height: 0 !important;
    min-height: none;
    transition: opacity linear 0s; }
    .centered-content-switcher_slide[aria-hidden="true"]:not(.centered-content-switcher_slide--ghost) > * {
      display: none; }
  .centered-content-switcher_slide[aria-hidden="false"] {
    padding: 40px 0; }
    @media (min-width: 480px) {
      .centered-content-switcher_slide[aria-hidden="false"] {
        min-height: 500px;
        height: 55vh;
        max-height: 1100px; } }
    @media (min-width: 860px) {
      .centered-content-switcher_slide[aria-hidden="false"] {
        min-height: 800px;
        height: 80vh;
        max-height: 1100px;
        padding: 0; } }
  .centered-content-switcher_slide.centered-content-switcher_slide--ghost {
    height: auto !important;
    position: absolute; }
    .centered-content-switcher_slide.centered-content-switcher_slide--ghost > * {
      opacity: 0; }

.centered-content-switcher_call-out {
  position: relative;
  align-self: center;
  background: rgba(50, 50, 50, 0.9);
  padding: 0; }

.centered-content-switcher_time-stamp {
  display: block;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  z-index: 999;
  right: 0;
  top: 0;
  color: #4c4c4c;
  box-sizing: border-box;
  padding: 2px 9px; }

.centered-content-switcher_content {
  width: 100%;
  padding: 50px 10px;
  min-height: 350px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  box-sizing: border-box; }

.centered-content-switcher_info {
  width: 100% !important;
  text-align: center;
  color: white;
  position: relative;
  min-height: 167px;
  /* prevent siteCore styles */
  background-color: transparent;
  background-image: none;
  border-color: transparent;
  animation-name: fade-up;
  animation-duration: 0.3s;
  animation-fill-mode: forwards;
  animation-delay: 0.3s;
  opacity: 0; }

@keyframes fade-up {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-in {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fade-up {
  from {
    top: 50px;
    opacity: 0; }
  to {
    top: 0px;
    opacity: 1; } }

@keyframes fade-down {
  from {
    top: -50px;
    opacity: 0; }
  to {
    top: 0px;
    opacity: 1; } }

@keyframes fade-left {
  from {
    right: -50px;
    opacity: 0; }
  to {
    right: 0px;
    opacity: 1; } }

@keyframes fade-right {
  from {
    left: -50px;
    opacity: 0; }
  to {
    left: 0px;
    opacity: 1; } }

.centered-content-switcher_adjHeight {
  top: -16.66666667px; }
  @media screen and (min-width: 860px) {
    .centered-content-switcher_adjHeight {
      top: -30px; } }

.centered-content-switcher_category {
  color: #efefef;
  letter-spacing: .12em;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  margin-bottom: 0.55rem; }
  @media (min-width: 860px) {
    .centered-content-switcher_category {
      font-size: 0.8125rem;
      line-height: 1.55rem; } }

.centered-content-switcher_title {
  color: #FFFFFF;
  font-weight: 300;
  font-style: normal;
  font-size: 1.999396rem;
  line-height: 2.325rem;
  margin-bottom: 1.2rem; }
  @media screen and (max-width: 859px) {
    .centered-content-switcher_title {
      font-size: 1.7689rem; } }
  @media screen and (max-width: 479px) {
    .centered-content-switcher_title {
      font-size: 1.5625rem; } }

.centered-content-switcher_divider {
  height: 3px;
  width: 60px;
  background-color: #828282;
  margin: 0 auto 20px; }

.centered-content-switcher_thin-divider {
  height: 1px;
  width: 60px;
  background-color: #828282;
  margin: 0 auto 10px; }

.centered-content-switcher_body, .centered-content-switcher_testimonial, .centered-content-switcher_video-body, .centered-content-switcher_mega-body {
  font-size: 1.2019rem;
  line-height: 1.55rem;
  color: #FFFFFF;
  width: 680px;
  max-width: 90%;
  margin: 0 auto 1.85rem auto; }
  @media screen and (max-width: 859px) {
    .centered-content-switcher_body, .centered-content-switcher_testimonial, .centered-content-switcher_video-body, .centered-content-switcher_mega-body {
      font-size: 1.1305rem; } }
  @media screen and (max-width: 479px) {
    .centered-content-switcher_body, .centered-content-switcher_testimonial, .centered-content-switcher_video-body, .centered-content-switcher_mega-body {
      font-size: 1.0625rem; } }

.centered-content-switcher_testimonial {
  margin-bottom: 1.1rem; }

.centered-content-switcher_mega-body {
  font-size: 1rem;
  line-height: 1.55rem;
  font-weight: 300;
  font-style: normal;
  text-align: left; }

.centered-content-switcher_quote-mark {
  margin: 0 auto 20px; }

.centered-content-switcher_quotee-name {
  color: #FFFFFF;
  font-weight: 700;
  font-style: normal;
  font-size: 1rem;
  line-height: 1.55rem;
  margin-bottom: 0.1rem; }

.centered-content-switcher_quotee-title-company {
  color: #CCCCCC;
  font-weight: 300;
  font-style: normal;
  font-size: 0.9375rem;
  line-height: 1.55rem; }

.centered-content-switcher_cta.btn {
  border: 1px solid #49b0f2; }

.centered-content-switcher_cta.btn.btn-custom {
  background: rgba(255, 255, 255, 0.85);
  border-color: transparent;
  color: #000000; }
  .centered-content-switcher_cta.btn.btn-custom:hover, .centered-content-switcher_cta.btn.btn-custom:focus, .centered-content-switcher_cta.btn.btn-custom:active {
    background: #FFFFFF;
    border-color: #FFFFFF;
    box-shadow: inset 0 0 0 1px #FFFFFF; }
    .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='internal']:after, .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='internal']:after, .centered-content-switcher_cta.btn.btn-custom:active[aria-role='internal']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='external']:after, .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='external']:after, .centered-content-switcher_cta.btn.btn-custom:active[aria-role='external']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='video']:after, .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='video']:after, .centered-content-switcher_cta.btn.btn-custom:active[aria-role='video']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='document']:after, .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='document']:after, .centered-content-switcher_cta.btn.btn-custom:active[aria-role='document']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='phone']:after, .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='phone']:after, .centered-content-switcher_cta.btn.btn-custom:active[aria-role='phone']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .centered-content-switcher_cta.btn.btn-custom[aria-role]: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; }
  .centered-content-switcher_cta.btn.btn-custom[aria-role='internal']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .centered-content-switcher_cta.btn.btn-custom[aria-role='external']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
  .centered-content-switcher_cta.btn.btn-custom[aria-role='video']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  .centered-content-switcher_cta.btn.btn-custom[aria-role='document']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .centered-content-switcher_cta.btn.btn-custom[aria-role='phone']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }

.centered-content-switcher_nav {
  padding-left: 0 !important;
  padding-right: 0 !important;
  bottom: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  border-top: 1px solid #4c4c4c;
  position: relative; }
  @media (min-width: 1024px) {
    .centered-content-switcher_nav {
      display: block;
      padding: 0;
      border-top: none;
      color: #EFEFEF; }
      .centered-content-switcher_nav:hover, .centered-content-switcher_nav:focus, .centered-content-switcher_nav:active {
        color: #FFFFFF; } }

.centered-content-switcher [data-action-slide="prev"],
.centered-content-switcher [data-action-slide="next"] {
  background-color: transparent;
  border: 0;
  background-repeat: none;
  background-size: contain;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  outline: none;
  margin-top: -3px; }
  @media (min-width: 1024px) {
    .centered-content-switcher [data-action-slide="prev"],
    .centered-content-switcher [data-action-slide="next"] {
      display: none; } }
  @media (max-width: 480px) {
    .centered-content-switcher [data-action-slide="prev"],
    .centered-content-switcher [data-action-slide="next"] {
      position: relative;
      margin-left: 25px;
      margin-right: 25px;
      top: 2px; } }
  html[dir="rtl"] .centered-content-switcher [data-action-slide="prev"], html[dir="rtl"]
  .centered-content-switcher [data-action-slide="next"] {
    top: 0px;
    margin: 0 20px;
    transform: rotate(180deg);
    text-indent: 9999px; }

.centered-content-switcher [data-action-slide="prev"] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxzdHlsZT5wYXRoIHtmaWxsOiAjQ0NDQ0NDO308L3N0eWxlPjxwYXRoIGQ9Ik0yNSAyOGgtNUw4IDE2IDIwIDRoNUwxMyAxNmwxMiAxMnoiLz48L3N2Zz4=); }
  @media (min-width: 480px) {
    .centered-content-switcher [data-action-slide="prev"] {
      margin-right: 3%; } }

.centered-content-switcher [data-action-slide="next"] {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxzdHlsZT5wYXRoIHtmaWxsOiAjQ0NDQ0NDO308L3N0eWxlPjxwYXRoIGQ9Ik03IDRoNWwxMiAxMi0xMiAxMkg3bDEyLTEyTDcgNHoiLz48L3N2Zz4=); }
  @media (min-width: 480px) {
    .centered-content-switcher [data-action-slide="next"] {
      margin-left: 3%; } }

.centered-content-switcher_options {
  display: inline-block; }
  @media (min-width: 1024px) {
    .centered-content-switcher_options {
      display: block;
      width: 100%; } }
  .centered-content-switcher_options > .centered-content-switcher_nav-item {
    color: white;
    box-sizing: border-box;
    cursor: pointer !important;
    width: auto;
    display: inline-block;
    border: none;
    padding: 10px 8px 8px 8px;
    float: none;
    margin: 0; }
    @media (min-width: 1024px) {
      .centered-content-switcher_options > .centered-content-switcher_nav-item {
        float: left;
        display: block;
        border: 1px solid #595959;
        border-right: none;
        padding: 0; }
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(1) {
          width: 100%; }
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(2),
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(2) ~ .centered-content-switcher_nav-item {
          width: 50%; }
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(3),
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(3) ~ .centered-content-switcher_nav-item {
          width: 33.33333333333%; }
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(4),
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(4) ~ .centered-content-switcher_nav-item {
          width: 50%; }
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(5),
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(5) ~ .centered-content-switcher_nav-item {
          width: 33.33333333333%; }
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(5) + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item {
          border-right: 1px solid #595959; }
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(5) + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item,
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(5) + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item {
          width: 50%;
          border-top: none; }
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(6),
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(6) ~ .centered-content-switcher_nav-item {
          width: 33.33333333333%; }
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(6) + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item {
          border-right: 1px solid #595959; }
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(6) + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item,
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(6) + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item,
        .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(6) + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item {
          border-top: none; }
        .centered-content-switcher_options > .centered-content-switcher_nav-item:last-child {
          border-right: 1px solid #595959; }
          .centered-content-switcher_options > .centered-content-switcher_nav-item:last-child:hover, .centered-content-switcher_options > .centered-content-switcher_nav-item:last-child:focus, .centered-content-switcher_options > .centered-content-switcher_nav-item:last-child:active, .centered-content-switcher_options > .centered-content-switcher_nav-item:last-child[aria-hidden="false"] {
            border-right: 1px solid #595959; } }

.centered-content-switcher_nav-label-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 100px;
  display: none;
  padding-right: 10px;
  overflow: hidden; }
  @media (min-width: 1024px) {
    .centered-content-switcher_nav-label-container {
      display: flex; } }

.centered-content-switcher_nav-label {
  font-size: 1rem;
  line-height: 1.55rem;
  font-weight: 300;
  font-style: normal;
  display: none; }
  @media (min-width: 1024px) {
    .centered-content-switcher_nav-label {
      display: block; } }

.centered-content-switcher_nav-item {
  background: transparent;
  position: relative;
  text-align: left;
  outline: none; }
  .centered-content-switcher_nav-item::before {
    height: 10px;
    width: 10px;
    border-radius: 100%;
    border: 1px solid white;
    display: inline-block;
    content: ""; }
    @media (min-width: 1024px) {
      .centered-content-switcher_nav-item::before {
        display: none; } }
  @media (min-width: 1024px) {
    .centered-content-switcher_nav-item:hover, .centered-content-switcher_nav-item:focus, .centered-content-switcher_nav-item:active {
      background: #323232;
      position: relative;
      overflow: visible; }
      .centered-content-switcher_nav-item:hover::after, .centered-content-switcher_nav-item:focus::after, .centered-content-switcher_nav-item:active::after {
        border: 1px solid #49b0f2;
        content: "";
        display: block;
        position: absolute;
        top: -1px;
        right: -1px;
        bottom: -1px;
        left: -1px;
        z-index: 1; }
      .centered-content-switcher_nav-item:hover .centered-content-switcher_nav-label, .centered-content-switcher_nav-item:focus .centered-content-switcher_nav-label, .centered-content-switcher_nav-item:active .centered-content-switcher_nav-label {
        color: #FFFFFF; } }
  .centered-content-switcher_nav-item[data-selected="true"] {
    background: none;
    position: relative; }
    @media (min-width: 1024px) {
      .centered-content-switcher_nav-item[data-selected="true"] {
        background: #000000; }
        .centered-content-switcher_nav-item[data-selected="true"]::after {
          border: 1px solid #49b0f2;
          content: "";
          display: block;
          position: absolute;
          top: -1px;
          right: -1px;
          bottom: -1px;
          left: -1px;
          z-index: 1; } }
    .centered-content-switcher_nav-item[data-selected="true"]::before {
      border: 1px solid #49B0F2;
      background: #49B0F2; }
      @media (min-width: 1024px) {
        .centered-content-switcher_nav-item[data-selected="true"]::before {
          display: none; } }
    .centered-content-switcher_nav-item[data-selected="true"] .centered-content-switcher_nav-label {
      color: #FFFFFF; }

.centered-content-switcher_thumb {
  width: 60px;
  height: 60px;
  margin: 10px;
  display: none; }
  @media (min-width: 1024px) {
    .centered-content-switcher_thumb {
      display: block; } }

.centered-content-switcher .modal-overlay {
  display: none; }
  .centered-content-switcher .modal-overlay.is-active {
    display: block;
    z-index: 10000; }

.centered-content-switcher .modal-content {
  background-color: transparent; }

.centered-content-switcher .video_modal {
  max-width: 107%;
  height: 480px; }

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

.centered-content-switcher hr.separator {
  margin: 0 auto;
  margin-bottom: 20px; }

.lighttheme.centered-content-switcher .play-button {
  border: none;
  margin-top: 100px;
  background: rgba(50, 50, 50, 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; }
  .lighttheme.centered-content-switcher .play-button:hover, .lighttheme.centered-content-switcher .play-button:focus {
    outline: none;
    cursor: pointer; }
  .lighttheme.centered-content-switcher .play-button:after {
    border-left: 12px solid white; }
    .lighttheme.centered-content-switcher .play-button:after:hover {
      border-left: 12px solid white; }
  .lighttheme.centered-content-switcher .play-button:hover, .lighttheme.centered-content-switcher .play-button:focus {
    background: #0079c1;
    border: none;
    outline: none; }
  .lighttheme.centered-content-switcher .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) {
    .lighttheme.centered-content-switcher .play-button {
      border: none;
      margin-top: 120px;
      background: rgba(50, 50, 50, 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; }
      .lighttheme.centered-content-switcher .play-button:hover, .lighttheme.centered-content-switcher .play-button:focus {
        outline: none;
        cursor: pointer; }
      .lighttheme.centered-content-switcher .play-button:after {
        border-left: 15px solid white; }
        .lighttheme.centered-content-switcher .play-button:after:hover {
          border-left: 15px solid white; }
      .lighttheme.centered-content-switcher .play-button:hover, .lighttheme.centered-content-switcher .play-button:focus {
        background: #0079c1;
        border: none;
        outline: none; }
      .lighttheme.centered-content-switcher .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; } }

.lighttheme.centered-content-switcher .centered-content-switcher_wrapper {
  background: #f0f0f0; }

.lighttheme.centered-content-switcher .centered-content-switcher_slide {
  background-color: #005e95; }

.lighttheme.centered-content-switcher .centered-content-switcher_call-out {
  background: rgba(240, 240, 240, 0.9); }

.lighttheme.centered-content-switcher .centered-content-switcher_time-stamp {
  background-color: rgba(0, 0, 0, 0.9);
  color: #ddd; }

.lighttheme.centered-content-switcher .centered-content-switcher_info {
  color: #000; }

.lighttheme.centered-content-switcher .centered-content-switcher_category {
  color: #000; }

.lighttheme.centered-content-switcher .centered-content-switcher_title {
  color: #000; }

.lighttheme.centered-content-switcher .centered-content-switcher_divider {
  background-color: #ccc; }

.lighttheme.centered-content-switcher .centered-content-switcher_thin-divider {
  background-color: #ccc; }

.lighttheme.centered-content-switcher .centered-content-switcher_body,
.lighttheme.centered-content-switcher .centered-content-switcher_testimonial,
.lighttheme.centered-content-switcher .centered-content-switcher_video-body,
.lighttheme.centered-content-switcher .centered-content-switcher_mega-body {
  color: #000; }

.lighttheme.centered-content-switcher .centered-content-switcher_quotee-name {
  color: #000; }

.lighttheme.centered-content-switcher .centered-content-switcher_quotee-title-company {
  color: #000; }

.lighttheme.centered-content-switcher .centered-content-switcher_cta.btn {
  border: 1px solid #0079c1; }

.lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom {
  background: rgba(0, 0, 0, 0.85);
  color: #fff; }
  .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom:hover, .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom:focus, .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom:active {
    background: #000;
    border-color: #000;
    box-shadow: inset 0 0 0 1px #000; }
    .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='internal']:after, .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='internal']:after, .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom:active[aria-role='internal']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='external']:after, .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='external']:after, .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom:active[aria-role='external']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='video']:after, .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='video']:after, .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom:active[aria-role='video']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='document']:after, .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='document']:after, .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom:active[aria-role='document']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='phone']:after, .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='phone']:after, .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom:active[aria-role='phone']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }
  .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom[aria-role='internal']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
  .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom[aria-role='external']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
  .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom[aria-role='video']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
  .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom[aria-role='document']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .lighttheme.centered-content-switcher .centered-content-switcher_cta.btn.btn-custom[aria-role='phone']:after {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==); }

.lighttheme.centered-content-switcher .centered-content-switcher_nav {
  border-top: 1px solid #e1e1e1; }
  @media (min-width: 1024px) {
    .lighttheme.centered-content-switcher .centered-content-switcher_nav {
      color: #000; }
      .lighttheme.centered-content-switcher .centered-content-switcher_nav:hover, .lighttheme.centered-content-switcher .centered-content-switcher_nav:focus, .lighttheme.centered-content-switcher .centered-content-switcher_nav:active {
        color: #000; } }

.lighttheme.centered-content-switcher .centered-content-switcher_options > .centered-content-switcher_nav-item {
  color: #000; }
  @media (min-width: 1024px) {
    .lighttheme.centered-content-switcher .centered-content-switcher_options > .centered-content-switcher_nav-item {
      border: 1px solid #fff; }
      .lighttheme.centered-content-switcher .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(5) + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item {
        border-right: 1px solid #fff; }
      .lighttheme.centered-content-switcher .centered-content-switcher_options > .centered-content-switcher_nav-item:first-child:nth-last-child(6) + .centered-content-switcher_nav-item + .centered-content-switcher_nav-item {
        border-right: 1px solid #fff; }
      .lighttheme.centered-content-switcher .centered-content-switcher_options > .centered-content-switcher_nav-item:last-child {
        border-right: 1px solid #fff; }
        .lighttheme.centered-content-switcher .centered-content-switcher_options > .centered-content-switcher_nav-item:last-child:hover, .lighttheme.centered-content-switcher .centered-content-switcher_options > .centered-content-switcher_nav-item:last-child:focus, .lighttheme.centered-content-switcher .centered-content-switcher_options > .centered-content-switcher_nav-item:last-child:active, .lighttheme.centered-content-switcher .centered-content-switcher_options > .centered-content-switcher_nav-item:last-child[aria-hidden="false"] {
          border-right: 1px solid #fff; } }

.lighttheme.centered-content-switcher .centered-content-switcher_nav-item::before {
  border: 1px solid #000; }

@media (min-width: 1024px) {
  .lighttheme.centered-content-switcher .centered-content-switcher_nav-item:hover, .lighttheme.centered-content-switcher .centered-content-switcher_nav-item:focus, .lighttheme.centered-content-switcher .centered-content-switcher_nav-item:active {
    background: #efefef; }
    .lighttheme.centered-content-switcher .centered-content-switcher_nav-item:hover::after, .lighttheme.centered-content-switcher .centered-content-switcher_nav-item:focus::after, .lighttheme.centered-content-switcher .centered-content-switcher_nav-item:active::after {
      border: 1px solid #49b0f2; }
    .lighttheme.centered-content-switcher .centered-content-switcher_nav-item:hover .centered-content-switcher_nav-label, .lighttheme.centered-content-switcher .centered-content-switcher_nav-item:focus .centered-content-switcher_nav-label, .lighttheme.centered-content-switcher .centered-content-switcher_nav-item:active .centered-content-switcher_nav-label {
      color: #000; } }

@media (min-width: 1024px) {
  .lighttheme.centered-content-switcher .centered-content-switcher_nav-item[data-selected="true"] {
    background: #fff; }
    .lighttheme.centered-content-switcher .centered-content-switcher_nav-item[data-selected="true"]::after {
      border: 1px solid #0079c1; } }

.lighttheme.centered-content-switcher .centered-content-switcher_nav-item[data-selected="true"]::before {
  border: 1px solid #0079c1;
  background: #0079c1; }

.lighttheme.centered-content-switcher .centered-content-switcher_nav-item[data-selected="true"] .centered-content-switcher_nav-label {
  color: #000; }

/* Right to Left */
html[dir="rtl"] body .centered-content-switcher_nav[data-action-slide='prev'] {
  flex-direction: row-reverse; }

html[dir="rtl"] body .centered-content-switcher_nav-label-container {
  right: 100px;
  left: 0; }
  @media (min-width: 1024px) {
    html[dir="rtl"] body .centered-content-switcher_nav-label-container {
      text-align: right; } }

html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='internal']:after, html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='internal']:after, html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:active[aria-role='internal']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+);
  transform: rotate(180deg); }

html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='external']:after, html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='external']:after, html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:active[aria-role='external']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==);
  transform: scaleX(-1); }

html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='video']:after, html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='video']:after, html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:active[aria-role='video']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }

html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='document']:after, html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='document']:after, html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:active[aria-role='document']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+);
  transform: scaleX(-1); }

html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:hover[aria-role='phone']:after, html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:focus[aria-role='phone']:after, html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom:active[aria-role='phone']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==);
  transform: scaleX(-1); }

html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom[aria-role]:after {
  margin-left: 0px;
  margin-right: 4px; }

html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom[aria-role='internal']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+);
  transform: rotate(180deg); }

html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom[aria-role='external']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==);
  transform: scaleX(-1); }

html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom[aria-role='video']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }

html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom[aria-role='document']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+);
  transform: scaleX(-1); }

html[dir="rtl"] body .centered-content-switcher_cta.btn.btn-custom[aria-role='phone']:after {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik0xMC41MjEuMjE2YTE3LjE0NyAxNy4xNDcgMCAwIDAtNS4zNDYgNi42ODZjMS42MTMgNC4zMzIgMy41ODUgOC41OTIgNS45NzMgMTIuNzI5czUuMDkyIDcuOTc0IDguMDM3IDExLjUzN2MyLjgyLjI4NiA1LjcyNy0uMTIxIDguNDYzLTEuMjg3YTEuMDYgMS4wNiAwIDAgMCAuMzc1LTEuNjkgNzYuNTE3IDc2LjUxNyAwIDAgMS00LjMwNy01LjIzIDEuMDUgMS4wNSAwIDAgMC0xLjQ3NC0uMjEybC0xLjU5NiAxLjIwOGExLjAwMiAxLjAwMiAwIDAgMS0xLjQ3My0uMjk4bC03LjUwMi0xMi45OTRhMS4wMDMgMS4wMDMgMCAwIDEgLjQ3OC0xLjQyNWwxLjg0NC0uNzc4Yy41MzgtLjIyNy43ODItLjg0NS41NTMtMS4zODJBNzYuNTIgNzYuNTIgMCAwIDEgMTIuMTcxLjczNWExLjA2IDEuMDYgMCAwIDAtMS42NTEtLjUyeiIvPjwvc3ZnPg==);
  transform: scaleX(-1); }

@media (min-width: 860px) {
  .case-study-hero {
    margin-bottom: -7px; } }

.case-study-hero .ind-case_study_resource-details {
  margin-top: 0 !important;
  box-sizing: border-box;
  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 .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; }
  .case-study-hero .play-button:hover, .case-study-hero .play-button:focus {
    outline: none;
    cursor: pointer; }
  .case-study-hero .play-button:after {
    border-left: 12px solid #323232; }
    .case-study-hero .play-button:after:hover {
      border-left: 12px solid #323232; }
  .case-study-hero .play-button:hover, .case-study-hero .play-button:focus {
    background: #0079c1;
    border: none;
    outline: none; }
    .case-study-hero .play-button:hover:after, .case-study-hero .play-button:focus:after {
      border-left: 12px solid white; }
  .case-study-hero .play-button:focus {
    background: #0079c1;
    outline: none; }
    .case-study-hero .play-button:focus:after {
      border-left: 12px solid white; }
  .case-study-hero .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) {
    .case-study-hero .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; }
      .case-study-hero .play-button:hover, .case-study-hero .play-button:focus {
        outline: none;
        cursor: pointer; }
      .case-study-hero .play-button:after {
        border-left: 15px solid #323232; }
        .case-study-hero .play-button:after:hover {
          border-left: 15px solid #323232; }
      .case-study-hero .play-button:hover, .case-study-hero .play-button:focus {
        background: #0079c1;
        border: none;
        outline: none; }
        .case-study-hero .play-button:hover:after, .case-study-hero .play-button:focus:after {
          border-left: 15px solid white; }
      .case-study-hero .play-button:focus {
        background: #0079c1;
        outline: none; }
        .case-study-hero .play-button:focus:after {
          border-left: 15px solid white; }
      .case-study-hero .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; } }

.case-study-hero .modal-overlay {
  display: none; }
  .case-study-hero .modal-overlay.is-active {
    display: block;
    z-index: 10000; }

.case-study-hero .modal-content {
  background-color: transparent; }

.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%; }
  .ind-case_study_resource_time-stamp {
    display: block;
    background-color: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 999;
    bottom: 1px;
    right: 0;
    box-sizing: border-box;
    padding: 2px 9px; }
  .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 {
    box-sizing: border-box;
    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; }
    .ind-case_study_resource-video .colorbox-evlarge.cboxElement:focus .ind-doc-dark_play, .ind-case_study_resource-video .colorbox-evlarge.cboxElement:hover .ind-doc-dark_play {
      background-color: #0079c1; }
    .ind-case_study_resource-video:hover {
      cursor: pointer; }
      .ind-case_study_resource-video:hover .video_play {
        background: #0079c1; }
        .ind-case_study_resource-video:hover .video_play:after {
          border-left-color: #fff; }
    @media (min-width: 600px) {
      .ind-case_study_resource-video {
        min-height: 480px; } }
    .ind-case_study_resource-video:hover .ind-video-dark_play {
      background: #0079c1; }
      .ind-case_study_resource-video:hover .ind-video-dark_play:after {
        border-left: 13px solid #ffffff; }
    .ind-case_study_resource-video:hover .ind-video_play {
      background: #0079c1; }
      .ind-case_study_resource-video:hover .ind-video_play:after {
        border-left: 13px solid #ffffff; }
    .ind-case_study_resource-video .ind-video_placeholder {
      width: 100%;
      background-color: #005e95; }
    @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; }
    .ind-case_study_resource-details .left-arrow {
      width: 0;
      height: 0;
      top: -35px;
      transform: translateX(-50%);
      left: 48%;
      position: absolute;
      border-left: 35px solid transparent;
      border-right: 35px solid transparent;
      border-bottom: 35px solid #323232; }
    @media (min-width: 860px) {
      .ind-case_study_resource-details {
        float: left;
        margin-left: 1%; }
        .ind-case_study_resource-details .left-arrow {
          border-top: 35px solid transparent;
          border-bottom: 35px solid transparent;
          border-right: 35px solid #323232;
          border-left: none;
          top: 50%;
          transform: translateY(-50%);
          left: -42px;
          position: absolute;
          display: block; } }
    @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: #cccccc;
      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 {
      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; } }
      @media (min-width: 860px) {
        .ind-case_study_resource-details-title {
          line-height: 2rem;
          font-size: 1.7rem; } }
      @media (min-width: 1440px) {
        .ind-case_study_resource-details-title {
          line-height: 2.5rem;
          font-size: 1.9994rem; } }
    .ind-case_study_resource-details-body {
      font-size: calc(50% + .75vh);
      color: #bcbcbc;
      word-wrap: break-word; }
      @media (min-width: 768px) {
        .ind-case_study_resource-details-body {
          font-size: 1rem; } }

.lighttheme .value-prop {
  margin: 60px 0 60px 0; }
  .lighttheme .value-prop.borderbox-true {
    margin: 20px 0 20px 0;
    border: solid 1px #ccc;
    padding: 20px;
    background-color: #fff; }
    .lighttheme .value-prop.borderbox-true .group-title h2 {
      color: #333; }
    .lighttheme .value-prop.borderbox-true .group-title .card-text {
      color: #333; }
    .lighttheme .value-prop.borderbox-true .group-title .bottom-text {
      margin-bottom: 0; }
    .lighttheme .value-prop.borderbox-true .group-title .bottom-link {
      color: #333; }
  .lighttheme .value-prop .group-title h2 {
    font-weight: 400;
    margin-bottom: 0.775rem;
    font-size: 1.69949rem;
    line-height: 2.325rem;
    color: #fff; }
  .lighttheme .value-prop .group-title .card-text {
    color: #fff; }
  .lighttheme .value-prop .group-title .bottom-link {
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    padding-bottom: 0.31rem; }
  .lighttheme .value-prop .group-title .card-last {
    height: 70px;
    margin-bottom: 10px; }
  .lighttheme .value-prop .group-title .svg-icon {
    vertical-align: -0.03rem; }
  @media (min-width: 860px) {
    .lighttheme .value-prop {
      margin: 100px 0 100px 0; } }

.darktheme .value-prop {
  margin: 60px 0 60px 0; }
  .darktheme .value-prop.borderbox-true {
    margin: 20px 0 20px 0;
    border: solid 1px #ccc;
    padding: 20px;
    background-color: #fff; }
    .darktheme .value-prop.borderbox-true .group-title h2 {
      color: #333; }
    .darktheme .value-prop.borderbox-true .group-title .card-text {
      color: #333; }
    .darktheme .value-prop.borderbox-true .group-title .bottom-text {
      margin-bottom: 0; }
    .darktheme .value-prop.borderbox-true .group-title .bottom-link {
      color: #333; }
  .darktheme .value-prop .group-title h2 {
    font-weight: 400;
    margin-bottom: 0.775rem;
    font-size: 1.69949rem;
    line-height: 2.325rem;
    color: #4c4c4c; }
  .darktheme .value-prop .group-title .card-text {
    color: #595959; }
  .darktheme .value-prop .group-title .bottom-link {
    color: #0079c1;
    font-weight: 400;
    text-decoration: none;
    padding-bottom: 0.31rem; }
  .darktheme .value-prop .group-title .card-last {
    height: 70px;
    margin-bottom: 10px; }
  .darktheme .value-prop .group-title .svg-icon {
    vertical-align: -0.03rem; }
  @media (min-width: 860px) {
    .darktheme .value-prop {
      margin: 100px 0 100px 0; } }

.icon-ui-noicon {
  display: none; }

.cards-standard-series {
  /* start title/seperator/desc pattern */
  /* end title/seperator/desc pattern */ }
  .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;
    box-sizing: border-box; }
    .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; }
  .cards-standard-container:hover, .cards-standard-container:focus {
    cursor: pointer; }
    .cards-standard-container:hover .standardcard .csc-image .timestamp-container .play-button, .cards-standard-container:focus .standardcard .csc-image .timestamp-container .play-button {
      background: #0079c1; }
    .cards-standard-container:hover .ctaLinkIcon:after, .cards-standard-container:focus .ctaLinkIcon:after {
      opacity: 1;
      visibility: visible;
      margin-left: 5px; }
  .cards-standard-container .standardcard {
    position: relative;
    width: 100%;
    display: inline-block; }
    .cards-standard-container .standardcard .csc-image {
      width: 29vw;
      height: 100%;
      position: relative;
      float: left;
      overflow: hidden; }
      .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 .csc-overlaytext-video {
        display: none; }
      .cards-standard-container .standardcard .csc-image .time-stamp {
        display: block;
        position: absolute;
        z-index: 999;
        right: 0;
        top: 0;
        padding: 0px 6px;
        font-size: 12px;
        letter-spacing: 1px;
        line-height: 1.9; }
        @media screen and (max-width: 507px) {
          .cards-standard-container .standardcard .csc-image .time-stamp {
            font-size: 10px;
            line-height: 1.6; } }
      @media (max-width: 959px) {
        .cards-standard-container .standardcard .csc-image .modal-content {
          width: 90vw;
          background-color: transparent; }
          .cards-standard-container .standardcard .csc-image .modal-content iframe.video_content, .cards-standard-container .standardcard .csc-image .modal-content iframe.youtube {
            width: 100%; } }
    .cards-standard-container .standardcard .csc-overlaytext-desktop {
      display: none; }
    .cards-standard-container .standardcard .csc-rightcolumn {
      width: 67%;
      position: relative;
      float: right; }
      .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container {
        padding: 10px 20px 0 20px; }
        .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .csc-title {
          margin-bottom: 0.75rem; }
          .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .csc-title.nopaddingtop {
            padding-top: 0px; }
        .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .csc-context {
          margin-bottom: 1rem;
          line-height: 1.25rem; }
        .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .csc-more-text {
          margin-bottom: 1rem; }
        .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl {
          margin-bottom: 0; }
          .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl a, .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl span {
            display: block;
            padding: 0 20px 1.55rem 20px; }
            .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl a:hover, .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl a:focus, .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl span:hover, .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl span:focus {
              text-decoration: none; }
      .cards-standard-container .standardcard .csc-rightcolumn .csc-content .showdescription {
        margin-bottom: 0;
        z-index: 10;
        cursor: pointer; }
        .cards-standard-container .standardcard .csc-rightcolumn .csc-content .showdescription .icon-ui-down, .cards-standard-container .standardcard .csc-rightcolumn .csc-content .showdescription .icon-ui-up {
          position: relative; }
          .cards-standard-container .standardcard .csc-rightcolumn .csc-content .showdescription .icon-ui-down:before, .cards-standard-container .standardcard .csc-rightcolumn .csc-content .showdescription .icon-ui-up:before {
            position: absolute;
            right: -30px; }
        .cards-standard-container .standardcard .csc-rightcolumn .csc-content .showdescription span {
          display: inline-block;
          padding-left: 18px; }
          .cards-standard-container .standardcard .csc-rightcolumn .csc-content .showdescription span:focus, .cards-standard-container .standardcard .csc-rightcolumn .csc-content .showdescription span:hover {
            text-decoration: none;
            outline: 0; }
  .cards-standard-container.lighttheme {
    border: solid 1px #cccccc;
    background-color: #ffffff; }
    .cards-standard-container.lighttheme.nohoverborder:hover, .cards-standard-container.lighttheme.nohoverborder:focus {
      border: solid 1px #cccccc; }
    .cards-standard-container.lighttheme:hover, .cards-standard-container.lighttheme:focus {
      border: solid 1px #0079c1; }
      .cards-standard-container.lighttheme:hover .linkurl2-lighttheme a, .cards-standard-container.lighttheme:hover .linkurl2-lighttheme span, .cards-standard-container.lighttheme:focus .linkurl2-lighttheme a, .cards-standard-container.lighttheme:focus .linkurl2-lighttheme span {
        color: #0079c1; }
    .cards-standard-container.lighttheme .standardcard .csc-image .play-button {
      border: none;
      margin-top: 0px;
      background: rgba(50, 50, 50, 0.9);
      width: 40px;
      height: 40px;
      border-radius: 100%;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 5;
      transition: all .25s ease-out; }
      .cards-standard-container.lighttheme .standardcard .csc-image .play-button:hover, .cards-standard-container.lighttheme .standardcard .csc-image .play-button:focus {
        outline: none;
        cursor: pointer; }
      .cards-standard-container.lighttheme .standardcard .csc-image .play-button:after {
        border-left: 8px solid white; }
        .cards-standard-container.lighttheme .standardcard .csc-image .play-button:after:hover {
          border-left: 8px solid white; }
      .cards-standard-container.lighttheme .standardcard .csc-image .play-button:hover, .cards-standard-container.lighttheme .standardcard .csc-image .play-button:focus {
        background: #0079c1;
        border: none;
        outline: none; }
      .cards-standard-container.lighttheme .standardcard .csc-image .play-button:after {
        content: "";
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        left: 52.5%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 0;
        width: 0; }
      @media screen and (min-width: 506px) {
        .cards-standard-container.lighttheme .standardcard .csc-image .play-button {
          border: none;
          margin-top: 0px;
          background: rgba(50, 50, 50, 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; }
          .cards-standard-container.lighttheme .standardcard .csc-image .play-button:hover, .cards-standard-container.lighttheme .standardcard .csc-image .play-button:focus {
            outline: none;
            cursor: pointer; }
          .cards-standard-container.lighttheme .standardcard .csc-image .play-button:after {
            border-left: 15px solid white; }
            .cards-standard-container.lighttheme .standardcard .csc-image .play-button:after:hover {
              border-left: 15px solid white; }
          .cards-standard-container.lighttheme .standardcard .csc-image .play-button:hover, .cards-standard-container.lighttheme .standardcard .csc-image .play-button:focus {
            background: #0079c1;
            border: none;
            outline: none; }
          .cards-standard-container.lighttheme .standardcard .csc-image .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; } }
    .cards-standard-container.lighttheme .standardcard .csc-image .time-stamp {
      background-color: rgba(76, 76, 76, 0.9);
      color: #ffffff; }
    .cards-standard-container.lighttheme .standardcard .csc-rightcolumn .csc-content .csc-overlaytext {
      letter-spacing: .12em;
      font-size: 11px;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      box-sizing: border-box;
      width: 100%;
      position: relative;
      margin: 0;
      color: #4c4c4c;
      padding: 5px 20px;
      min-height: 27px;
      background-color: rgba(255, 255, 255, 0.9); }
      @media screen and (min-width: 640px) {
        .cards-standard-container.lighttheme .standardcard .csc-rightcolumn .csc-content .csc-overlaytext {
          font-size: 13px; } }
      @media (max-width: 507px) {
        .cards-standard-container.lighttheme .standardcard .csc-rightcolumn .csc-content .csc-overlaytext {
          background-color: transparent; } }
    .cards-standard-container.lighttheme .standardcard .csc-rightcolumn .csc-content .csc-text-container .csc-title {
      color: #323232 !important; }
    .cards-standard-container.lighttheme .standardcard .csc-rightcolumn .csc-content .csc-text-container .csc-context {
      color: #6e6e6e; }
    .cards-standard-container.lighttheme .standardcard .csc-rightcolumn .csc-content .csc-text-container .csc-more-text {
      color: #595959; }
    .cards-standard-container.lighttheme .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl a, .cards-standard-container.lighttheme .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl span {
      color: #0079c1; }
      .cards-standard-container.lighttheme .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl a:hover, .cards-standard-container.lighttheme .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl a:focus, .cards-standard-container.lighttheme .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl span:hover, .cards-standard-container.lighttheme .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl span:focus {
        color: #0079c1; }
    .cards-standard-container.lighttheme .standardcard .csc-rightcolumn .csc-content .showdescription {
      color: #6e6e6e;
      border-top: solid 1px #e0e0e0; }
      .cards-standard-container.lighttheme .standardcard .csc-rightcolumn .csc-content .showdescription span:focus, .cards-standard-container.lighttheme .standardcard .csc-rightcolumn .csc-content .showdescription span:hover {
        color: #0079c1; }
  .cards-standard-container.darktheme {
    border: solid 1px #595959;
    background-color: #323232; }
    .cards-standard-container.darktheme.nohoverborder:hover, .cards-standard-container.darktheme.nohoverborder:focus {
      border: solid 1px #595959; }
    .cards-standard-container.darktheme:hover, .cards-standard-container.darktheme:focus {
      border: solid 1px #49b0f2; }
      .cards-standard-container.darktheme:hover .csc-image .timestamp-container .play-button:after, .cards-standard-container.darktheme:focus .csc-image .timestamp-container .play-button:after {
        border-left: 15px solid #ffffff; }
      .cards-standard-container.darktheme:hover .linkurl2-darktheme a:hover, .cards-standard-container.darktheme:hover .linkurl2-darktheme a:focus, .cards-standard-container.darktheme:hover .linkurl2-darktheme span:hover, .cards-standard-container.darktheme:hover .linkurl2-darktheme span:focus, .cards-standard-container.darktheme:focus .linkurl2-darktheme a:hover, .cards-standard-container.darktheme:focus .linkurl2-darktheme a:focus, .cards-standard-container.darktheme:focus .linkurl2-darktheme span:hover, .cards-standard-container.darktheme:focus .linkurl2-darktheme span:focus {
        color: #49b0f2; }
    .cards-standard-container.darktheme .standardcard .csc-image .play-button {
      border: none;
      margin-top: 0px;
      background: rgba(255, 255, 255, 0.9);
      width: 40px;
      height: 40px;
      border-radius: 100%;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 5;
      transition: all .25s ease-out; }
      .cards-standard-container.darktheme .standardcard .csc-image .play-button:hover, .cards-standard-container.darktheme .standardcard .csc-image .play-button:focus {
        outline: none;
        cursor: pointer; }
      .cards-standard-container.darktheme .standardcard .csc-image .play-button:after {
        border-left: 8px solid #323232; }
        .cards-standard-container.darktheme .standardcard .csc-image .play-button:after:hover {
          border-left: 8px solid #323232; }
      .cards-standard-container.darktheme .standardcard .csc-image .play-button:hover, .cards-standard-container.darktheme .standardcard .csc-image .play-button:focus {
        background: #0079c1;
        border: none;
        outline: none; }
        .cards-standard-container.darktheme .standardcard .csc-image .play-button:hover:after, .cards-standard-container.darktheme .standardcard .csc-image .play-button:focus:after {
          border-left: 8px solid white; }
      .cards-standard-container.darktheme .standardcard .csc-image .play-button:focus {
        background: #0079c1;
        outline: none; }
        .cards-standard-container.darktheme .standardcard .csc-image .play-button:focus:after {
          border-left: 8px solid white; }
      .cards-standard-container.darktheme .standardcard .csc-image .play-button:after {
        content: "";
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        left: 52.5%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 0;
        width: 0; }
      @media screen and (min-width: 506px) {
        .cards-standard-container.darktheme .standardcard .csc-image .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; }
          .cards-standard-container.darktheme .standardcard .csc-image .play-button:hover, .cards-standard-container.darktheme .standardcard .csc-image .play-button:focus {
            outline: none;
            cursor: pointer; }
          .cards-standard-container.darktheme .standardcard .csc-image .play-button:after {
            border-left: 15px solid #323232; }
            .cards-standard-container.darktheme .standardcard .csc-image .play-button:after:hover {
              border-left: 15px solid #323232; }
          .cards-standard-container.darktheme .standardcard .csc-image .play-button:hover, .cards-standard-container.darktheme .standardcard .csc-image .play-button:focus {
            background: #0079c1;
            border: none;
            outline: none; }
            .cards-standard-container.darktheme .standardcard .csc-image .play-button:hover:after, .cards-standard-container.darktheme .standardcard .csc-image .play-button:focus:after {
              border-left: 15px solid white; }
          .cards-standard-container.darktheme .standardcard .csc-image .play-button:focus {
            background: #0079c1;
            outline: none; }
            .cards-standard-container.darktheme .standardcard .csc-image .play-button:focus:after {
              border-left: 15px solid white; }
          .cards-standard-container.darktheme .standardcard .csc-image .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; } }
    .cards-standard-container.darktheme .standardcard .csc-image .time-stamp {
      background-color: rgba(255, 255, 255, 0.9);
      color: #4c4c4c; }
    .cards-standard-container.darktheme .standardcard .csc-rightcolumn .csc-content .csc-overlaytext {
      letter-spacing: .12em;
      font-size: 11px;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      box-sizing: border-box;
      width: 100%;
      position: relative;
      margin: 0;
      color: #ffffff;
      padding: 5px 20px;
      min-height: 27px;
      background-color: rgba(76, 76, 76, 0.9); }
      @media screen and (min-width: 640px) {
        .cards-standard-container.darktheme .standardcard .csc-rightcolumn .csc-content .csc-overlaytext {
          font-size: 13px; } }
      @media (max-width: 507px) {
        .cards-standard-container.darktheme .standardcard .csc-rightcolumn .csc-content .csc-overlaytext {
          background-color: transparent; } }
    .cards-standard-container.darktheme .standardcard .csc-rightcolumn .csc-content .csc-text-container .csc-title {
      color: #ffffff; }
    .cards-standard-container.darktheme .standardcard .csc-rightcolumn .csc-content .csc-text-container .csc-context {
      color: #9f9f9f; }
    .cards-standard-container.darktheme .standardcard .csc-rightcolumn .csc-content .csc-text-container .csc-more-text {
      color: #bcbcbc; }
    .cards-standard-container.darktheme .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl a, .cards-standard-container.darktheme .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl span {
      color: #49b0f2; }
      .cards-standard-container.darktheme .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl a:hover, .cards-standard-container.darktheme .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl a:focus, .cards-standard-container.darktheme .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl span:hover, .cards-standard-container.darktheme .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl span:focus {
        color: #49b0f2; }
  @media (max-width: 506px) {
    .cards-standard-container .linkurl, .cards-standard-container .linkurl2-lighttheme, .cards-standard-container .linkurl2-darktheme {
      display: none; }
    .cards-standard-container .cards-standard-container .time-stamp {
      font-size: 11px !important;
      padding: 0, 5px !important; }
    .cards-standard-container [data-toggle-panel][aria-hidden="true"] {
      visibility: hidden;
      opacity: 0;
      height: 0;
      max-height: 0;
      transition: max-height 0.08s linear, opacity 0.25s linear; }
    .cards-standard-container [data-toggle-panel][aria-hidden="false"] {
      max-height: 500px;
      visibility: visible;
      opacity: 1.0;
      transition: max-height 0.6s linear, opacity 0.6s linear; } }
  @media (min-width: 507px) {
    .cards-standard-container .videoshowdescription {
      display: none; }
    .cards-standard-container .standardcard {
      padding-bottom: 60px; }
      .cards-standard-container .standardcard .csc-image {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%; }
      .cards-standard-container .standardcard .csc-overlaytext-desktop {
        display: block;
        position: absolute;
        bottom: 0;
        padding: 5px 20px 5px 20px;
        font-size: 11px;
        width: 100%;
        text-transform: uppercase;
        letter-spacing: 0.2rem;
        line-height: 1.6; }
      .cards-standard-container .standardcard .csc-overlaytext-video {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        font-size: 13px;
        padding: 0 5px 0 5px;
        z-index: 100; }
      .cards-standard-container .standardcard .csc-rightcolumn {
        width: 100%; }
        .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-overlaytext {
          display: none; }
        .cards-standard-container .standardcard .csc-rightcolumn .csc-content .csc-text-container .linkurl {
          display: none; }
        .cards-standard-container .standardcard .csc-rightcolumn .csc-content .showdescription {
          display: none; }
    .cards-standard-container .lighttheme .csc-image .csc-overlaytext-desktop {
      background-color: rgba(255, 255, 255, 0.9);
      color: #4c4c4c; }
    .cards-standard-container .lighttheme .csc-image .csc-overlaytext-video {
      background-color: rgba(255, 255, 255, 0.9);
      color: #4c4c4c; }
    .cards-standard-container .lighttheme .csc-rightcolumn .csc-content .csc-text-container .csc-title {
      color: #323232; }
    .cards-standard-container .darktheme .csc-image .csc-overlaytext-desktop {
      background-color: rgba(50, 50, 50, 0.85);
      color: #efefef; }
    .cards-standard-container .darktheme .csc-image .csc-overlaytext-video {
      background-color: rgba(50, 50, 50, 0.85);
      color: #efefef; }
    .cards-standard-container .darktheme .csc-rightcolumn .csc-content .csc-text-container .csc-title {
      color: #ffffff; }
    .cards-standard-container .linkurl2-lighttheme, .cards-standard-container .linkurl2-darktheme {
      padding: 0 20px 20px 20px;
      display: block;
      width: 100%;
      position: absolute;
      bottom: 0;
      right: 0; }
      .cards-standard-container .linkurl2-lighttheme a .circle-play-button, .cards-standard-container .linkurl2-lighttheme span .circle-play-button, .cards-standard-container .linkurl2-darktheme a .circle-play-button, .cards-standard-container .linkurl2-darktheme span .circle-play-button {
        width: 17px;
        height: 17px;
        display: inline-block;
        margin-left: -5px;
        margin-bottom: -3px;
        fill: #0079c1;
        visibility: hidden;
        opacity: 0;
        transition: all 0.15s ease-in-out; }
      .cards-standard-container .linkurl2-lighttheme a:hover, .cards-standard-container .linkurl2-lighttheme a:focus, .cards-standard-container .linkurl2-lighttheme span:hover, .cards-standard-container .linkurl2-lighttheme span:focus, .cards-standard-container .linkurl2-darktheme a:hover, .cards-standard-container .linkurl2-darktheme a:focus, .cards-standard-container .linkurl2-darktheme span:hover, .cards-standard-container .linkurl2-darktheme span:focus {
        text-decoration: none; }
    .cards-standard-container .linkurl2-lighttheme a, .cards-standard-container .linkurl2-lighttheme span {
      color: #0079c1; }
      .cards-standard-container .linkurl2-lighttheme a:hover, .cards-standard-container .linkurl2-lighttheme a:focus, .cards-standard-container .linkurl2-lighttheme span:hover, .cards-standard-container .linkurl2-lighttheme span:focus {
        color: #0079c1; }
    .cards-standard-container .linkurl2-lighttheme .ctaLinkIcon[data-link-type='internal']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .cards-standard-container .linkurl2-lighttheme .ctaLinkIcon[data-link-type='external']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
    .cards-standard-container .linkurl2-lighttheme .ctaLinkIcon[data-link-type='document']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .cards-standard-container .linkurl2-darktheme a, .cards-standard-container .linkurl2-darktheme span {
      color: #49b0f2; }
      .cards-standard-container .linkurl2-darktheme a:hover, .cards-standard-container .linkurl2-darktheme a:focus, .cards-standard-container .linkurl2-darktheme span:hover, .cards-standard-container .linkurl2-darktheme span:focus {
        color: #0079c1; }
    .cards-standard-container .linkurl2-darktheme .ctaLinkIcon[data-link-type='internal']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .cards-standard-container .linkurl2-darktheme .ctaLinkIcon[data-link-type='external']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .cards-standard-container .linkurl2-darktheme .ctaLinkIcon[data-link-type='video']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .cards-standard-container .linkurl2-darktheme .ctaLinkIcon[data-link-type='document']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); } }
  .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 .ctaLinkIcon::after {
    content: "";
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 50%;
    height: 13px;
    transition: all 0.15s ease-in-out;
    width: 13px;
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    margin-left: -5px; }
  .cards-standard-container .timestamp-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%; }

/* Right to Left */
html[dir="rtl"] .cards-standard-container .lighttheme .csc-image .csc-overlaytext-video, html[dir="rtl"] .cards-standard-container .darktheme .csc-image .csc-overlaytext-video {
  left: 0;
  right: auto; }

html[dir="rtl"] .cards-standard-container .right-arrow-blue, html[dir="rtl"] .cards-standard-container .ctaLinkIcon:after {
  margin-right: -5px;
  margin-left: 0px;
  transform: rotateY(180deg); }

html[dir="rtl"] .cards-standard-container:hover .right-arrow-blue, html[dir="rtl"] .cards-standard-container:hover .circle-play-button, html[dir="rtl"] .cards-standard-container:hover .ctaLinkIcon:after, html[dir="rtl"] .cards-standard-container:focus .right-arrow-blue, html[dir="rtl"] .cards-standard-container:focus .circle-play-button, html[dir="rtl"] .cards-standard-container:focus .ctaLinkIcon:after {
  margin-right: 5px; }

.card-container-v2 .block, .card-container-v3 .block {
  margin-bottom: -4px !important; }

.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 {
  /* start headercontainer text pattern */
  /* end headercontainer text pattern */
  /* start CTA button pattern */
  /* end CTA button pattern */ }
  .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;
    box-sizing: border-box; }
    .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: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; }
    .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 .nopadding {
    padding-left: 0;
    padding-right: 0; }
  .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 {
      -ms-flex-preferred-size: calc(100% - 1.5rem);
      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; } }

/* Right to Left */
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;
  box-sizing: border-box; }
  .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;
    box-sizing: border-box;
    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; }

.iconCommon[data-link-type]::after, .cards-simple a .card-content [data-link-type].card-title::after, .cards-simple a:hover .card-content [data-link-type].card-title::after {
  content: "";
  top: 50%;
  right: 0;
  width: 12px;
  height: 12px;
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat; }

.cards-simple a {
  color: #000;
  display: flex;
  flex: 1; }
  .cards-simple a .card-content .card-title[data-link-type]::after {
    opacity: 0;
    margin-left: -5px;
    transition: visibility .25s,opacity .25s linear,all .25s ease-in-out; }
  .cards-simple a:hover {
    text-decoration: none; }
    .cards-simple a:hover .card-content .card-title[data-link-type]::after {
      opacity: 1;
      margin-left: 5px;
      visibility: visible;
      transition: visibility .25s,opacity .25s linear,all .25s ease-in-out; }
    .cards-simple a:hover .card-content .card-title[data-link-type='internal']::after {
      margin-left: 5px; }
    .cards-simple a:hover .card-content .card-title[data-link-type='internal']::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwMCIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .cards-simple a:hover .card-content .card-title[data-link-type='external']::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzAwMDAwMCIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .cards-simple a:hover .card-content .card-title[data-link-type='video']::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .cards-simple a:hover .card-content .card-title[data-link-type='document']::after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDAiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }

.cards-simple .card-content {
  padding: 20px;
  width: 100%; }
  .cards-simple .card-content:hover {
    padding: 20px 20px 20px 18px; }
  .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 {
    margin-bottom: 0;
    line-height: 1.55rem;
    font-size: 0.9375rem;
    color: #f00; }
  .cards-simple .card-content .card-text {
    margin-top: 0.5rem; }
    .cards-simple .card-content .card-text p {
      margin-bottom: 0;
      font-size: 0.8125rem;
      color: #f00; }

.cards-simple.darktheme {
  background-color: #323232; }
  .cards-simple.darktheme a {
    border: solid 1px #595959;
    transition: border-color .25s linear; }
    .cards-simple.darktheme a:hover {
      border: solid 1px #49b0f2;
      transition: border-color .25s linear; }
      .cards-simple.darktheme a:hover .card-content {
        padding: 20px 20px 20px 18px;
        border-left: solid 3px #49b0f2;
        transition: border-color .25s linear; }
        .cards-simple.darktheme a:hover .card-content .card-title[data-link-type='internal']::after {
          margin-left: 4px; }
        .cards-simple.darktheme a:hover .card-content .card-title[data-link-type='internal']::after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
        .cards-simple.darktheme a:hover .card-content .card-title[data-link-type='external']::after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2ZmZmZmZiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
        .cards-simple.darktheme a:hover .card-content .card-title[data-link-type='video']::after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmZmZmYiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
        .cards-simple.darktheme a:hover .card-content .card-title[data-link-type='document']::after {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiNmZmYiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .cards-simple.darktheme a .card-content {
      border-left: solid 1px #323232; }
  .cards-simple.darktheme .card-content {
    padding: 20px; }
    .cards-simple.darktheme .card-content.card-border {
      border: solid 1px #595959; }
    .cards-simple.darktheme .card-content .card-title {
      color: #fff; }
      .cards-simple.darktheme .card-content .card-title .right-arrow {
        width: 12px;
        height: 12px;
        display: inline-block;
        margin-left: -5px;
        visibility: hidden;
        opacity: 0;
        transition: visibility .25s,opacity .25s linear,all .25s ease-in-out; }
    .cards-simple.darktheme .card-content .card-text {
      color: #bcbcbc; }
      .cards-simple.darktheme .card-content .card-text p {
        color: #bcbcbc; }

.cards-simple.lighttheme {
  background-color: #fff; }
  .cards-simple.lighttheme a {
    border: solid 1px #cccccc;
    transition: border-color .25s linear; }
    .cards-simple.lighttheme a:hover {
      border: solid 1px #0079c1;
      transition: border-color .25s linear; }
      .cards-simple.lighttheme a:hover .card-content {
        padding: 20px 20px 20px 18px;
        border-left: solid 3px #0079c1;
        transition: border-color .25s linear; }
        .cards-simple.lighttheme a:hover .card-content .card-title .right-arrow {
          fill: #000000;
          opacity: 1;
          visibility: visible;
          margin-left: 5px; }
    .cards-simple.lighttheme a .card-content {
      border-left: solid 1px white; }
  .cards-simple.lighttheme .card-content {
    padding: 20px; }
    .cards-simple.lighttheme .card-content.card-border {
      border: solid 1px #cccccc; }
    .cards-simple.lighttheme .card-content .card-title {
      color: #000; }
      .cards-simple.lighttheme .card-content .card-title .right-arrow {
        width: 12px;
        height: 12px;
        display: inline-block;
        margin-left: -5px;
        visibility: hidden;
        opacity: 0;
        transition: visibility .25s,opacity .25s linear,all .25s ease-in-out; }
    .cards-simple.lighttheme .card-content .card-text {
      color: #595959; }
      .cards-simple.lighttheme .card-content .card-text p {
        color: #595959; }

.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; }

/* Right to Left */
html[dir="rtl"] body .cards-simple.darktheme a:hover .card-content .card-title[data-link-type]::after, html[dir="rtl"] body .cards-simple.lighttheme a:hover .card-content .card-title[data-link-type]::after {
  margin-right: 6px;
  transform: scaleX(-1); }

html[dir="rtl"] body .cards-simple.darktheme a:hover .card-content .card-title[data-link-type='video']::after, html[dir="rtl"] body .cards-simple.lighttheme a:hover .card-content .card-title[data-link-type='video']::after {
  transform: scaleX(1);
  margin-right: 4px; }

html[dir="rtl"] body .cards-simple.darktheme a:hover .card-content .card-title[data-link-type='internal']::after, html[dir="rtl"] body .cards-simple.lighttheme a:hover .card-content .card-title[data-link-type='internal']::after {
  margin-right: 3px; }

html[dir="rtl"] body .cards-simple-series .cards-simple.lighttheme .card-content {
  border-right: solid 2px white;
  border-left: none; }
  html[dir="rtl"] body .cards-simple-series .cards-simple.lighttheme .card-content.card-border {
    border: solid 1px #cccccc; }
    html[dir="rtl"] body .cards-simple-series .cards-simple.lighttheme .card-content.card-border:hover {
      border: solid 1px #cccccc; }
  html[dir="rtl"] body .cards-simple-series .cards-simple.lighttheme .card-content:hover {
    border-right: solid 2px #0079c1;
    border-left: none; }
  html[dir="rtl"] body .cards-simple-series .cards-simple.lighttheme .card-content .card-title .right-arrow {
    margin-left: 0px;
    margin-right: -5px; }

html[dir="rtl"] body .cards-simple-series .cards-simple.lighttheme:hover .card-content .card-title .right-arrow {
  margin-left: 0px;
  margin-right: 5px; }

html[dir="rtl"] body .cards-simple-series .cards-simple.darktheme .card-content {
  border-right: solid 2px black;
  border-left: none; }
  html[dir="rtl"] body .cards-simple-series .cards-simple.darktheme .card-content.card-border {
    border: solid 1px #595959; }
    html[dir="rtl"] body .cards-simple-series .cards-simple.darktheme .card-content.card-border:hover {
      border: solid 1px #595959; }
  html[dir="rtl"] body .cards-simple-series .cards-simple.darktheme .card-content:hover {
    border-right: solid 2px #49b0f2;
    border-left: none; }
  html[dir="rtl"] body .cards-simple-series .cards-simple.darktheme .card-content .card-title .right-arrow {
    margin-left: 0px;
    margin-right: -5px; }

html[dir="rtl"] body .cards-simple-series .cards-simple.darktheme:hover .card-content .card-title .right-arrow {
  margin-left: 0px;
  margin-right: 5px; }

.unconfigured {
  justify-content: center;
  background-color: #c00;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 0; }

.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;
    box-sizing: border-box; }
    .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: 859px) {
        .shopping-card-container .block .cards-shopping__title {
          font-size: 1.7689rem; } }
      @media screen and (max-width: 479px) {
        .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;
        -webkit-padding-start: 0;
        -webkit-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: 859px) {
        .shopping-card-container .block .cards-shopping__price1 {
          font-size: 1.503565rem; } }
      @media screen and (max-width: 479px) {
        .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: #323232; }
  .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: #323232; }
  .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: #323232; }
  .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: 859px) {
      .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: 479px) {
      .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: 859px) {
      .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: 479px) {
      .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;
    box-sizing: border-box;
    float: left;
    display: inline-block;
    padding-top: 4px; }
  .shopping-card-container .qty-box .qty-right {
    width: 50%;
    text-align: left;
    padding-left: 10px;
    box-sizing: border-box;
    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,
.shopping-card-container .number-input * {
  box-sizing: border-box; }

.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; }

/* Right to Left */
html[dir="rtl"] .shopping-card-container .quantityTextHidden {
  margin-left: 7px;
  margin-right: 0; }

.unconfigured {
  justify-content: center;
  background-color: #c00;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 30px 0; }

.card-container-v2 .block, .card-container-v3 .block {
  display: flex;
  margin-bottom: 25px; }
  .card-container-v2 .block:last-child, .card-container-v3 .block:last-child {
    margin-bottom: 0; }
  .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;
    box-sizing: border-box;
    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;
        -webkit-padding-start: 0;
        -webkit-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: 859px) {
        .card-container-v2 .block .cards-pricing__title, .card-container-v3 .block .cards-pricing__title {
          font-size: 1.7689rem; } }
      @media screen and (max-width: 479px) {
        .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: 859px) {
        .card-container-v2 .block .cards-pricing__price1, .card-container-v3 .block .cards-pricing__price1 {
          font-size: 1.503565rem; } }
      @media screen and (max-width: 479px) {
        .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: #323232; }
  .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: #323232; }
  .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: #323232; }
  .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: 859px) {
      .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: 479px) {
      .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: 859px) {
      .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: 479px) {
      .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-series .block {
  margin-bottom: 20px;
  display: flex; }

.block-group-2-up .cards-list-container.darktheme .clc-rightcolumn .clc-content .clc-text-container .linkurl {
  text-align: left;
  padding-bottom: 10px; }

.block-group-2-up .cards-list-container.lighttheme .clc-rightcolumn .clc-content .linkurl {
  text-align: left;
  padding-bottom: 10px; }

.cards-list-container {
  width: 100%; }
  .cards-list-container a:hover {
    text-decoration: none; }
  .cards-list-container .clc-image {
    float: left;
    width: 24%;
    margin: 0;
    padding: 0;
    min-height: 70px; }
    .cards-list-container .clc-image img {
      width: 100%;
      display: block; }
    .cards-list-container .clc-image_time-stamp {
      display: block;
      background-color: rgba(255, 255, 255, 0.9);
      position: absolute;
      z-index: 999;
      right: 0;
      bottom: 0;
      color: #4c4c4c;
      box-sizing: border-box;
      padding: 0px 7px;
      font-size: 14px; }
    .cards-list-container .clc-image .play-button {
      border: none;
      margin-top: 0px;
      background: rgba(255, 255, 255, 0.9);
      width: 30px;
      height: 30px;
      border-radius: 100%;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 5;
      transition: all .25s ease-out; }
      .cards-list-container .clc-image .play-button:hover, .cards-list-container .clc-image .play-button:focus {
        outline: none;
        cursor: pointer; }
      .cards-list-container .clc-image .play-button:after {
        border-left: 8px solid #323232; }
        .cards-list-container .clc-image .play-button:after:hover {
          border-left: 8px solid #323232; }
      .cards-list-container .clc-image .play-button:hover, .cards-list-container .clc-image .play-button:focus {
        background: #0079c1;
        border: none;
        outline: none; }
        .cards-list-container .clc-image .play-button:hover:after, .cards-list-container .clc-image .play-button:focus:after {
          border-left: 8px solid white; }
      .cards-list-container .clc-image .play-button:focus {
        background: #0079c1;
        outline: none; }
        .cards-list-container .clc-image .play-button:focus:after {
          border-left: 8px solid white; }
      .cards-list-container .clc-image .play-button:after {
        content: "";
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        left: 52.5%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 0;
        width: 0; }
      @media screen and (min-width: 840px) {
        .cards-list-container .clc-image .play-button {
          border: none;
          margin-top: 0px;
          background: rgba(255, 255, 255, 0.9);
          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; }
          .cards-list-container .clc-image .play-button:hover, .cards-list-container .clc-image .play-button:focus {
            outline: none;
            cursor: pointer; }
          .cards-list-container .clc-image .play-button:after {
            border-left: 12px solid #323232; }
            .cards-list-container .clc-image .play-button:after:hover {
              border-left: 12px solid #323232; }
          .cards-list-container .clc-image .play-button:hover, .cards-list-container .clc-image .play-button:focus {
            background: #0079c1;
            border: none;
            outline: none; }
            .cards-list-container .clc-image .play-button:hover:after, .cards-list-container .clc-image .play-button:focus:after {
              border-left: 12px solid white; }
          .cards-list-container .clc-image .play-button:focus {
            background: #0079c1;
            outline: none; }
            .cards-list-container .clc-image .play-button:focus:after {
              border-left: 12px solid white; }
          .cards-list-container .clc-image .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; } }
    .cards-list-container .clc-image .modal-content {
      max-height: 540px; }
    .cards-list-container .clc-image .video_modal .video_placeholder {
      max-width: 100%;
      height: auto; }
    .cards-list-container .clc-image .modal-overlay {
      display: none; }
      .cards-list-container .clc-image .modal-overlay.is-active {
        display: block;
        z-index: 10000; }
    .cards-list-container .clc-image .modal-content {
      background-color: transparent; }
    @media (max-width: 959px) {
      .cards-list-container .clc-image .modal-content {
        width: 90vw;
        background-color: transparent; }
        .cards-list-container .clc-image .modal-content iframe.video_content, .cards-list-container .clc-image .modal-content iframe.youtube {
          width: 100%; } }
    @media (max-width: 1400px) {
      .cards-list-container .clc-image_time-stamp {
        padding: 0 4px;
        font-size: 12px; } }
    .cards-list-container .clc-image .warning {
      text-align: center;
      color: #f00;
      display: block;
      padding-top: 20px; }
  .cards-list-container .clc-rightcolumn .clc-content {
    float: right;
    width: 76%;
    position: relative;
    padding-top: 15px; }
    .cards-list-container .clc-rightcolumn .clc-content .clc-overlaytext {
      box-sizing: border-box;
      width: 100%;
      position: relative;
      top: 0;
      min-height: 27px;
      padding: 0 20px 0 20px;
      font-size: 13px; }
    .cards-list-container .clc-rightcolumn .clc-content .clc-title {
      margin-bottom: 0.35rem; }
    .cards-list-container .clc-rightcolumn .clc-content .clc-context, .cards-list-container .clc-rightcolumn .clc-content .clc-more-text {
      margin-bottom: 0.5rem; }
      .cards-list-container .clc-rightcolumn .clc-content .clc-context p, .cards-list-container .clc-rightcolumn .clc-content .clc-more-text p {
        margin-bottom: 0.5rem; }
    .cards-list-container .clc-rightcolumn .clc-content .linkurl {
      margin-right: 20px;
      margin-bottom: 0;
      width: 100%;
      text-align: right;
      margin-top: -5px; }
  .cards-list-container.lighttheme {
    background-color: #fff;
    border: solid 1px #ccc;
    transition: all .25s ease-out; }
    .cards-list-container.lighttheme:hover {
      border: solid 1px #0079c1;
      transition: all .25s ease-out; }
      .cards-list-container.lighttheme:hover .ctaLink[data-link-type]:after {
        opacity: 1;
        visibility: visible;
        margin-left: 5px; }
    .cards-list-container.lighttheme .ctaLink[data-link-type]:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 13px;
      transition: visibility .4s, opacity 0.4s linear, all .5s ease-in-out;
      width: 13px;
      display: inline-block;
      visibility: hidden;
      opacity: 0;
      margin-left: -5px; }
    .cards-list-container.lighttheme .ctaLink[data-link-type='internal']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .cards-list-container.lighttheme .ctaLink[data-link-type='external']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
    .cards-list-container.lighttheme .ctaLink[data-link-type='document']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .cards-list-container.lighttheme .clc-rightcolumn .clc-content .clc-overlaytext {
      background-color: rgba(255, 255, 255, 0.9);
      color: #4c4c4c; }
    .cards-list-container.lighttheme .clc-rightcolumn .clc-content .clc-text-container {
      padding: 0 20px 3px 20px; }
      .cards-list-container.lighttheme .clc-rightcolumn .clc-content .clc-text-container .clc-title {
        color: #000; }
      .cards-list-container.lighttheme .clc-rightcolumn .clc-content .clc-text-container .clc-context {
        color: #6e6e6e; }
      .cards-list-container.lighttheme .clc-rightcolumn .clc-content .clc-text-container .clc-more-text {
        color: #595959; }
      @media (max-width: 480px) {
        .cards-list-container.lighttheme .clc-rightcolumn .clc-content .clc-text-container .clc-title {
          color: #0079c1; } }
  .cards-list-container.darktheme {
    background-color: #000;
    border: solid 1px #595959;
    transition: all .25s ease-out; }
    .cards-list-container.darktheme:hover {
      border: solid 1px #49b0f2;
      transition: all .25s ease-out; }
      .cards-list-container.darktheme:hover .ctaLink[data-link-type]:after {
        opacity: 1;
        visibility: visible;
        margin-left: 5px; }
    .cards-list-container.darktheme .ctaLink[data-link-type]:after {
      content: "";
      background-repeat: no-repeat;
      background-size: contain;
      background-position: 50% 50%;
      height: 13px;
      transition: visibility .4s, opacity 0.4s linear, all .5s ease-in-out;
      width: 13px;
      display: inline-block;
      visibility: hidden;
      opacity: 0;
      margin-left: -5px; }
    .cards-list-container.darktheme .ctaLink[data-link-type='internal']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .cards-list-container.darktheme .ctaLink[data-link-type='external']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
    .cards-list-container.darktheme .ctaLink[data-link-type='video']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .cards-list-container.darktheme .ctaLink[data-link-type='document']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .cards-list-container.darktheme .clc-rightcolumn .clc-content .clc-overlaytext {
      background-color: transparent;
      color: #efefef; }
    .cards-list-container.darktheme .clc-rightcolumn .clc-content .clc-text-container {
      padding: 0 20px 3px 20px; }
      .cards-list-container.darktheme .clc-rightcolumn .clc-content .clc-text-container .clc-title {
        color: #fff; }
      .cards-list-container.darktheme .clc-rightcolumn .clc-content .clc-text-container .clc-context {
        color: #9f9f9f; }
      .cards-list-container.darktheme .clc-rightcolumn .clc-content .clc-text-container .clc-more-text {
        color: #bcbcbc; }
      @media (max-width: 480px) {
        .cards-list-container.darktheme .clc-rightcolumn .clc-content .clc-text-container .clc-title {
          color: #49b0f2; } }
      .cards-list-container.darktheme .clc-rightcolumn .clc-content .clc-text-container .linkurl a {
        color: #49b0f2; }
    .cards-list-container.darktheme .play-button {
      border: none;
      margin-top: 0px;
      background: rgba(50, 50, 50, 0.9);
      width: 30px;
      height: 30px;
      border-radius: 100%;
      left: 50%;
      position: absolute;
      top: 50%;
      transform: translate(-50%, -50%);
      z-index: 5;
      transition: all .25s ease-out; }
      .cards-list-container.darktheme .play-button:hover, .cards-list-container.darktheme .play-button:focus {
        outline: none;
        cursor: pointer; }
      .cards-list-container.darktheme .play-button:after {
        border-left: 8px solid white; }
        .cards-list-container.darktheme .play-button:after:hover {
          border-left: 8px solid white; }
      .cards-list-container.darktheme .play-button:hover, .cards-list-container.darktheme .play-button:focus {
        background: #0079c1;
        border: none;
        outline: none; }
      .cards-list-container.darktheme .play-button:after {
        content: "";
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        left: 52.5%;
        position: absolute;
        top: 50%;
        transform: translate(-50%, -50%);
        height: 0;
        width: 0; }
      @media screen and (min-width: 840px) {
        .cards-list-container.darktheme .play-button {
          border: none;
          margin-top: 0px;
          background: rgba(50, 50, 50, 0.9);
          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; }
          .cards-list-container.darktheme .play-button:hover, .cards-list-container.darktheme .play-button:focus {
            outline: none;
            cursor: pointer; }
          .cards-list-container.darktheme .play-button:after {
            border-left: 12px solid white; }
            .cards-list-container.darktheme .play-button:after:hover {
              border-left: 12px solid white; }
          .cards-list-container.darktheme .play-button:hover, .cards-list-container.darktheme .play-button:focus {
            background: #0079c1;
            border: none;
            outline: none; }
          .cards-list-container.darktheme .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; } }

/* Right to Left */
html[dir="rtl"] .cards-list-container .clc-image {
  float: right; }

html[dir="rtl"] .cards-list-container .clc-rightcolumn .clc-content {
  float: left; }
  html[dir="rtl"] .cards-list-container .clc-rightcolumn .clc-content .linkurl {
    margin-right: 0px;
    margin-left: 20px;
    margin-bottom: 0;
    width: 100%;
    text-align: left;
    margin-top: -5px; }

html[dir="rtl"] .cards-list-container.lighttheme:hover .right-arrow-blue, html[dir="rtl"] .cards-list-container.darktheme:hover .right-arrow-blue {
  visibility: visible;
  margin-left: 0px;
  margin-right: 5px; }

html[dir="rtl"] .cards-list-container.lighttheme .right-arrow-blue, html[dir="rtl"] .cards-list-container.darktheme .right-arrow-blue {
  margin-left: 0;
  margin-right: -5px;
  transform: rotateY(180deg); }

.editorial-categorytext_time-stamp {
  display: inline-block;
  position: absolute;
  bottom: 2px;
  right: 0;
  font-size: 13px;
  z-index: 999;
  padding: 2px 9px;
  letter-spacing: .12em;
  padding-right: 11px; }
  html[dir="rtl"] .editorial-categorytext_time-stamp {
    float: left;
    left: 0;
    padding-left: 20px;
    right: unset; }

.cards-editorial {
  margin-bottom: 20px;
  position: relative;
  height: 600px;
  overflow: hidden; }
  .cards-editorial.small-card {
    width: 100%; }
  .cards-editorial-lighttheme {
    border: solid 1px #cccccc;
    background-color: #ffffff; }
    .cards-editorial-lighttheme .editorial-image .featuredtext {
      background-color: rgba(255, 255, 255, 0.85);
      color: #4c4c4c; }
      .cards-editorial-lighttheme .editorial-image .featuredtext:before {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcgMTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE3IDE3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzAwNzlDMTt9PC9zdHlsZT48Zz48Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSI4LjUiIGN5PSI4LjUiIHI9IjguNSIvPjwvZz48L3N2Zz4=); }
    .cards-editorial-lighttheme .editorial-video {
      height: 50%;
      position: relative; }
      .cards-editorial-lighttheme .editorial-video .editorial-categorytext {
        letter-spacing: .12em;
        font-size: 11px;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        box-sizing: border-box;
        width: 100%;
        position: relative;
        margin: 0;
        color: #4c4c4c;
        padding: 5px 20px;
        min-height: 27px;
        background-color: rgba(255, 255, 255, 0.9);
        position: absolute;
        bottom: 0; }
        .cards-editorial-lighttheme .editorial-video .editorial-categorytext_time-stamp {
          color: #4c4c4c; }
        @media screen and (min-width: 640px) {
          .cards-editorial-lighttheme .editorial-video .editorial-categorytext {
            font-size: 13px; } }
      .cards-editorial-lighttheme .editorial-video .time-stamp {
        position: absolute;
        bottom: 0px;
        right: 0;
        font-size: 13px;
        z-index: 999;
        padding: 2px 9px;
        padding-right: 9px;
        letter-spacing: .12em; }
      .cards-editorial-lighttheme .editorial-video .video_modal {
        height: 100%; }
        .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge {
          position: relative;
          height: 100%; }
          .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .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; }
            .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus {
              outline: none;
              cursor: pointer; }
            .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:after {
              border-left: 12px solid #323232; }
              .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:after:hover {
                border-left: 12px solid #323232; }
            .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus {
              background: #0079c1;
              border: none;
              outline: none; }
              .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:hover:after, .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus:after {
                border-left: 12px solid white; }
            .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus {
              background: #0079c1;
              outline: none; }
              .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus:after {
                border-left: 12px solid white; }
            .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .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: 506px) {
              .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .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; }
                .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus {
                  outline: none;
                  cursor: pointer; }
                .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:after {
                  border-left: 15px solid #323232; }
                  .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:after:hover {
                    border-left: 15px solid #323232; }
                .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus {
                  background: #0079c1;
                  border: none;
                  outline: none; }
                  .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:hover:after, .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus:after {
                    border-left: 15px solid white; }
                .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus {
                  background: #0079c1;
                  outline: none; }
                  .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus:after {
                    border-left: 15px solid white; }
                .cards-editorial-lighttheme .editorial-video .video_modal .colorbox-evlarge .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; } }
      @media (max-width: 959px) {
        .cards-editorial-lighttheme .editorial-video .modal-content {
          width: 90vw;
          background-color: transparent; }
          .cards-editorial-lighttheme .editorial-video .modal-content iframe.video_content, .cards-editorial-lighttheme .editorial-video .modal-content iframe.youtube {
            width: 100%;
            height: 60vh; } }
  .cards-editorial-darktheme {
    border: solid 1px #595959;
    background-color: #323232; }
    .cards-editorial-darktheme .editorial-image .featuredtext {
      background-color: rgba(50, 50, 50, 0.85);
      color: #ffffff; }
      .cards-editorial-darktheme .editorial-image .featuredtext:before {
        background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMTcgMTciIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDE3IDE3OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHN0eWxlIHR5cGU9InRleHQvY3NzIj4uc3Qwe2ZpbGw6IzQ5QjBGMjt9PC9zdHlsZT48Zz48Y2lyY2xlIGNsYXNzPSJzdDAiIGN4PSI4LjUiIGN5PSI4LjUiIHI9IjguNSIvPjwvZz48L3N2Zz4=); }
    .cards-editorial-darktheme .editorial-video {
      height: 50%;
      position: relative; }
      .cards-editorial-darktheme .editorial-video .editorial-categorytext {
        letter-spacing: .12em;
        font-size: 11px;
        font-weight: 700;
        font-style: normal;
        text-transform: uppercase;
        box-sizing: border-box;
        width: 100%;
        position: relative;
        margin: 0;
        color: #ffffff;
        padding: 5px 20px;
        min-height: 27px;
        background-color: rgba(76, 76, 76, 0.9);
        position: absolute;
        bottom: 0; }
        .cards-editorial-darktheme .editorial-video .editorial-categorytext_time-stamp {
          color: #ffffff; }
        @media screen and (min-width: 640px) {
          .cards-editorial-darktheme .editorial-video .editorial-categorytext {
            font-size: 13px; } }
      .cards-editorial-darktheme .editorial-video .time-stamp {
        position: absolute;
        bottom: 0px;
        right: 0;
        z-index: 999;
        color: #4c4c4c;
        font-size: 13px;
        padding: 2px 9px;
        padding-right: 9px;
        letter-spacing: .12em; }
      .cards-editorial-darktheme .editorial-video .video_modal {
        height: 100%; }
        .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge {
          position: relative;
          height: 100%; }
          .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button {
            border: none;
            margin-top: 0px;
            background: rgba(50, 50, 50, 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; }
            .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus {
              outline: none;
              cursor: pointer; }
            .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:after {
              border-left: 12px solid white; }
              .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:after:hover {
                border-left: 12px solid white; }
            .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus {
              background: #0079c1;
              border: none;
              outline: none; }
            .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .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: 506px) {
              .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button {
                border: none;
                margin-top: 0px;
                background: rgba(50, 50, 50, 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; }
                .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus {
                  outline: none;
                  cursor: pointer; }
                .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:after {
                  border-left: 15px solid white; }
                  .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:after:hover {
                    border-left: 15px solid white; }
                .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .play-button:focus {
                  background: #0079c1;
                  border: none;
                  outline: none; }
                .cards-editorial-darktheme .editorial-video .video_modal .colorbox-evlarge .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; } }
      @media (max-width: 959px) {
        .cards-editorial-darktheme .editorial-video .modal-content {
          width: 90vw;
          background-color: transparent; }
          .cards-editorial-darktheme .editorial-video .modal-content iframe.video_content, .cards-editorial-darktheme .editorial-video .modal-content iframe.youtube {
            width: 100%;
            height: 60vh; } }
  .cards-editorial .editorial-image {
    height: 50%;
    position: relative; }
    .cards-editorial .editorial-image img {
      width: 100%;
      display: block; }
    .cards-editorial .editorial-image .featuredtext {
      position: absolute;
      top: 10px;
      left: 10px;
      padding: 3px 20px 3px 33px;
      text-transform: capitalize; }
      .cards-editorial .editorial-image .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 .editorial-image .editorial-categorytext-lighttheme {
      letter-spacing: .12em;
      font-size: 11px;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      box-sizing: border-box;
      width: 100%;
      position: relative;
      margin: 0;
      color: #4c4c4c;
      padding: 5px 20px;
      min-height: 27px;
      background-color: rgba(255, 255, 255, 0.9);
      position: absolute;
      bottom: 0; }
      @media screen and (min-width: 640px) {
        .cards-editorial .editorial-image .editorial-categorytext-lighttheme {
          font-size: 13px; } }
    .cards-editorial .editorial-image .editorial-categorytext-darktheme {
      letter-spacing: .12em;
      font-size: 11px;
      font-weight: 700;
      font-style: normal;
      text-transform: uppercase;
      box-sizing: border-box;
      width: 100%;
      position: relative;
      margin: 0;
      color: #ffffff;
      padding: 5px 20px;
      min-height: 27px;
      background-color: rgba(76, 76, 76, 0.9);
      position: absolute;
      bottom: 0; }
      @media screen and (min-width: 640px) {
        .cards-editorial .editorial-image .editorial-categorytext-darktheme {
          font-size: 13px; } }
    .cards-editorial .editorial-image .editorial-categorytext p {
      margin-bottom: 0; }
  .cards-editorial .editorial-content {
    position: relative; }
    .cards-editorial .editorial-content .lighttheme {
      clear: both; }
      .cards-editorial .editorial-content .lighttheme .editorial-image {
        width: 100%;
        height: 0;
        padding-bottom: 36.5%;
        position: relative; }
        .cards-editorial .editorial-content .lighttheme .editorial-image .featuredtext {
          position: absolute;
          top: 10px;
          left: 10px;
          background-color: rgba(255, 255, 255, 0.85);
          padding: 3px 20px;
          text-transform: capitalize; }
      .cards-editorial .editorial-content .lighttheme .editorial-text-container {
        position: relative;
        height: auto; }
        .cards-editorial .editorial-content .lighttheme .editorial-text-container .editorial-title-container {
          padding: 20px 40px 0 40px; }
          .cards-editorial .editorial-content .lighttheme .editorial-text-container .editorial-title-container .btn-animated-border-bottom-blk {
            overflow: hidden;
            position: relative;
            text-decoration: none;
            color: #4c4c4c; }
            .cards-editorial .editorial-content .lighttheme .editorial-text-container .editorial-title-container .btn-animated-border-bottom-blk: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 .editorial-content .lighttheme .editorial-text-container .editorial-title-container .btn-animated-border-bottom-blk:hover:after {
              width: 100%; }
        .cards-editorial .editorial-content .lighttheme .editorial-text-container .editorial-context-container {
          padding: 0 40px; }
          .cards-editorial .editorial-content .lighttheme .editorial-text-container .editorial-context-container p {
            margin-bottom: 0.75rem; }
        .cards-editorial .editorial-content .lighttheme .editorial-text-container .editorial-content-container p {
          margin-bottom: 1.35rem; }
    .cards-editorial .editorial-content .darktheme {
      clear: both; }
      .cards-editorial .editorial-content .darktheme .editorial-image {
        width: 100%;
        height: 0;
        padding-bottom: 36.5%;
        position: relative; }
        .cards-editorial .editorial-content .darktheme .editorial-image .featuredtext {
          position: absolute;
          top: 10px;
          left: 10px;
          background-color: rgba(50, 50, 50, 0.85);
          padding: 3px 20px;
          text-transform: capitalize; }
      .cards-editorial .editorial-content .darktheme .editorial-text-container {
        position: relative;
        height: auto; }
        .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-title-container {
          padding: 20px 40px 0 40px; }
          .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-title-container .btn-animated-border-bottom-blk {
            overflow: hidden;
            position: relative;
            text-decoration: none;
            color: #ffffff; }
            .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-title-container .btn-animated-border-bottom-blk:after {
              content: "";
              border-bottom: 1px solid #ffffff;
              width: 0%;
              height: 1px;
              position: absolute;
              left: 0;
              bottom: -2px;
              transition: all .15s ease-in-out; }
            .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-title-container .btn-animated-border-bottom-blk:hover:after {
              width: 100%; }
          .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-title-container h2 {
            margin-bottom: 0;
            color: #ffffff; }
        .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-context-container {
          padding: 0 40px; }
          .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-context-container p {
            margin-bottom: 0.75rem;
            color: #9f9f9f; }
        .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-content-container p {
          margin-bottom: 1.35rem;
          color: #bcbcbc; }
  .cards-editorial .editorial-content-container {
    padding: 0 40px 60px 40px; }
  .cards-editorial .editorial-links {
    border-top: 1px solid;
    padding: 3px 0;
    min-height: 30px;
    max-height: 55px; }
    .cards-editorial .editorial-links .primaryurl, .cards-editorial .editorial-links .secondaryurl {
      width: 100%;
      padding-left: 30px;
      float: none;
      text-align: left;
      box-sizing: border-box; }
      .cards-editorial .editorial-links .primaryurl a[data-link-type], .cards-editorial .editorial-links .secondaryurl a[data-link-type] {
        padding: 0;
        padding-right: 18px;
        border: none;
        background-color: transparent; }
        .cards-editorial .editorial-links .primaryurl a[data-link-type]::before, .cards-editorial .editorial-links .secondaryurl a[data-link-type]::before {
          content: "";
          display: inline-block;
          width: 12px;
          height: 12px;
          background-repeat: no-repeat;
          background-size: contain;
          background-position: 50% 50%;
          position: absolute;
          right: 0;
          top: 50%;
          transform: translateY(-50%); }
    .cards-editorial .editorial-links-lighttheme {
      border-top-color: #dedede; }
      .cards-editorial .editorial-links-lighttheme .secondaryurl a {
        color: #828282;
        /* svg color #49b0f2 */ }
        .cards-editorial .editorial-links-lighttheme .secondaryurl a:hover {
          text-decoration: none; }
        .cards-editorial .editorial-links-lighttheme .secondaryurl a[data-link-type='internal']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzgyODI4MiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
        .cards-editorial .editorial-links-lighttheme .secondaryurl a[data-link-type='external']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iIzgyODI4MiIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
        .cards-editorial .editorial-links-lighttheme .secondaryurl a[data-link-type='video']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgY2xhc3M9InN2Zy1pY29uIj48cGF0aCBmaWxsPSIjODI4MjgyIiBkPSJNNiAwbDIyIDE2LjAwMkw2IDMyVjB6Ii8+PC9zdmc+); }
        .cards-editorial .editorial-links-lighttheme .secondaryurl a[data-link-type='document']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgY2xhc3M9InN2Zy1pY29uIj48cGF0aCBmaWxsPSIjODI4MjgyIiBzdHJva2U9IiNmZmYiIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiIvPjwvc3ZnPg==); }
      .cards-editorial .editorial-links-lighttheme .secondaryurl .btn-animated-border-bottom:hover::after {
        border-bottom: 1px solid #828282; }
      .cards-editorial .editorial-links-lighttheme .secondaryurl .btn-animated-border-bottom::after {
        border-bottom: 1px solid #828282; }
      .cards-editorial .editorial-links-lighttheme .primaryurl a {
        color: #0079c1;
        /* svg color #49b0f2 */ }
        .cards-editorial .editorial-links-lighttheme .primaryurl a:hover {
          text-decoration: none; }
        .cards-editorial .editorial-links-lighttheme .primaryurl a[data-link-type='internal']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
        .cards-editorial .editorial-links-lighttheme .primaryurl a[data-link-type='external']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
        .cards-editorial .editorial-links-lighttheme .primaryurl a[data-link-type='video']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
        .cards-editorial .editorial-links-lighttheme .primaryurl a[data-link-type='document']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .cards-editorial .editorial-links-darktheme {
      border-top-color: #4f4f4f; }
      .cards-editorial .editorial-links-darktheme .secondaryurl a {
        color: #bcbcbc;
        /* svg color #49b0f2 */ }
        .cards-editorial .editorial-links-darktheme .secondaryurl a:hover {
          text-decoration: none; }
        .cards-editorial .editorial-links-darktheme .secondaryurl a[data-link-type='internal']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iI2JjYmNiYyIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
        .cards-editorial .editorial-links-darktheme .secondaryurl a[data-link-type='external']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMyIDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAzMiAzMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPiA8Zz4gPHBhdGggZmlsbD0iI2JjYmNiYyIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPiA8L2c+IDwvc3ZnPg==); }
        .cards-editorial .editorial-links-darktheme .secondaryurl a[data-link-type='video']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgY2xhc3M9InN2Zy1pY29uIj48cGF0aCBmaWxsPSIjYmNiY2JjIiBkPSJNNiAwbDIyIDE2LjAwMkw2IDMyVjB6Ii8+PC9zdmc+); }
        .cards-editorial .editorial-links-darktheme .secondaryurl a[data-link-type='document']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzMiAzMiIgY2xhc3M9InN2Zy1pY29uIj48cGF0aCBmaWxsPSIjYmNiY2JjIiBzdHJva2U9IiNmZmYiIGQ9Ik0yMiAyNGg0djJoLTR2LTJ6bTAtMTJoNHYyaC00di0yem0wIDRoNHYyaC00di0yek04IDZoMTB2Mkg4VjZ6bTE0IDE0aDR2MmgtNHYtMnpNOCAxMmgxMHYySDh2LTJ6bTAgNGgxMnYySDh2LTJ6TTIyLjgwMSAwSDR2MzJoMjZWNy4xOTlMMjIuODAxIDB6TTI4IDMwSDZWMmgxNHY4aDh2MjB6bTAtMjJoLTZWMmguNjIxTDI4IDcuMzc5Vjh6TTggMjBoMTJ2Mkg4di0yem0wIDRoMTB2Mkg4di0yeiIvPjwvc3ZnPg==); }
      .cards-editorial .editorial-links-darktheme .secondaryurl .btn-animated-border-bottom:hover::after {
        border-bottom: 1px solid #bcbcbc; }
      .cards-editorial .editorial-links-darktheme .secondaryurl .btn-animated-border-bottom::after {
        border-bottom: 1px solid #bcbcbc; }
      .cards-editorial .editorial-links-darktheme .primaryurl a {
        color: #49b0f2;
        /* svg color #49b0f2 */ }
        .cards-editorial .editorial-links-darktheme .primaryurl a:hover {
          text-decoration: none; }
        .cards-editorial .editorial-links-darktheme .primaryurl a[data-link-type='internal']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
        .cards-editorial .editorial-links-darktheme .primaryurl a[data-link-type='external']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIKCSB2aWV3Qm94PSIwIDAgMzIgMzIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMyIDMyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxnPgoJPHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTMxLDE2djE1SDFWMWgxNXYyLjFIMy4xdjI1LjdoMjUuN1YxNkgzMXogTTMxLDF2MTAuN2gtMi4xVjQuNkwxNC42LDE4LjlsLTEuNS0xLjVMMjcuNCwzLjFoLTcuMVYxSDMxeiIvPgo8L2c+Cjwvc3ZnPg==); }
        .cards-editorial .editorial-links-darktheme .primaryurl a[data-link-type='video']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
        .cards-editorial .editorial-links-darktheme .primaryurl a[data-link-type='document']::before {
          background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
  .cards-editorial .bottom-fade {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding-top: 30px; }
    .cards-editorial .bottom-fade-darktheme {
      background: linear-gradient(to bottom, rgba(50, 50, 50, 0) 0%, #323232 30%, #323232 100%); }
    .cards-editorial .bottom-fade-lighttheme {
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 30%, white 100%); }
  @media (min-width: 1101px) and (max-width: 1950px) {
    .cards-editorial .editorial-video .editorial-categorytext {
      padding: 5px 20px 3px 20px; }
      html[dir="rtl"] .cards-editorial .editorial-video .editorial-categorytext {
        padding: 5px 16px 3px 40px; }
    .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-title-container, .cards-editorial .editorial-content .lighttheme .editorial-text-container .editorial-title-container {
      padding: 20px 20px 0 20px; }
    .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-context-container, .cards-editorial .editorial-content .lighttheme .editorial-text-container .editorial-context-container {
      padding: 0 20px; }
    .cards-editorial .editorial-content .darktheme .editorial-text-container .editorial-content-container, .cards-editorial .editorial-content .lighttheme .editorial-text-container .editorial-content-container {
      padding: 0 20px; }
    .cards-editorial .editorial-links .primaryurl, .cards-editorial .editorial-links .secondaryurl {
      float: none;
      width: 100%;
      text-align: left;
      padding: 0 20px; } }
  @media (min-width: 1951px) {
    .cards-editorial .editorial-links .primaryurl {
      width: 50%;
      padding-left: 30px;
      float: left;
      text-align: left;
      box-sizing: border-box; }
    .cards-editorial .editorial-links .secondaryurl {
      width: 50%;
      padding-right: 30px;
      float: right;
      text-align: right;
      box-sizing: border-box; } }

.unconfigured {
  justify-content: center;
  background-color: #c00;
  color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center; }

html[dir="rtl"] .cards-editorial .editorial-links .primaryurl a[data-link-type], html[dir="rtl"] .cards-editorial .editorial-links .secondaryurl a[data-link-type] {
  padding-right: 0px;
  margin-right: 18px; }
  @media (min-width: 0px) and (max-width: 1100px) {
    html[dir="rtl"] .cards-editorial .editorial-links .primaryurl a[data-link-type], html[dir="rtl"] .cards-editorial .editorial-links .secondaryurl a[data-link-type] {
      float: right; } }
  html[dir="rtl"] .cards-editorial .editorial-links .primaryurl a[data-link-type]::before, html[dir="rtl"] .cards-editorial .editorial-links .secondaryurl a[data-link-type]::before {
    right: auto;
    transform: scaleX(-1);
    left: -16px;
    top: 5px; }

html[dir="rtl"] .cards-editorial .editorial-links .primaryurl a[data-link-type='video']::before, html[dir="rtl"] .cards-editorial .editorial-links .secondaryurl a[data-link-type='video']::before {
  transform: scaleX(1); }

html[dir="rtl"] .cards-editorial .editorial-links .primaryurl {
  float: right;
  text-align: right;
  padding-left: 0; }
  @media (min-width: 1951px) {
    html[dir="rtl"] .cards-editorial .editorial-links .primaryurl {
      padding-right: 20px; } }
  @media (max-width: 1950px) and (min-width: 1101px) {
    html[dir="rtl"] .cards-editorial .editorial-links .primaryurl {
      padding-right: 10px; } }

html[dir="rtl"] .cards-editorial .editorial-links .secondaryurl {
  float: left;
  text-align: left;
  padding-right: 0;
  padding-left: 45px; }
  @media (max-width: 1950px) and (min-width: 1101px) {
    html[dir="rtl"] .cards-editorial .editorial-links .secondaryurl {
      float: right;
      text-align: right;
      padding-right: 10px;
      padding-left: 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 {
        -ms-flex-preferred-size: calc(50% - 1.5rem);
        flex-basis: calc(50% - 1.5rem);
        width: calc(50% - 1.5rem);
        border: solid 1px #f00; } }

.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 {
    -ms-flex-preferred-size: calc(50% - 1.5rem);
    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;
    /* start video section */
    /* end video secton */ }
    .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 .textdark .hero-block .hero-video .video_modal {
          height: 100%; }
          .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge {
            position: relative;
            height: 100%;
            min-height: 300px; }
            .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .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; }
              .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus {
                outline: none;
                cursor: pointer; }
              .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:after {
                border-left: 12px solid #323232; }
                .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:after:hover {
                  border-left: 12px solid #323232; }
              .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus {
                background: #0079c1;
                border: none;
                outline: none; }
                .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:hover:after, .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus:after {
                  border-left: 12px solid white; }
              .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus {
                background: #0079c1;
                outline: none; }
                .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus:after {
                  border-left: 12px solid white; }
              .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .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: 506px) {
                .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .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; }
                  .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus {
                    outline: none;
                    cursor: pointer; }
                  .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:after {
                    border-left: 15px solid #323232; }
                    .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:after:hover {
                      border-left: 15px solid #323232; }
                  .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus {
                    background: #0079c1;
                    border: none;
                    outline: none; }
                    .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:hover:after, .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus:after {
                      border-left: 15px solid white; }
                  .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus {
                    background: #0079c1;
                    outline: none; }
                    .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus:after {
                      border-left: 15px solid white; }
                  .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .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; } }
            .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .time-stamp {
              position: absolute;
              bottom: 0px;
              right: 0;
              font-size: 13px;
              z-index: 999;
              padding: 2px 9px;
              padding-right: 9px;
              letter-spacing: .12em;
              background-color: rgba(255, 255, 255, 0.9); }
            .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .hero-categorytext-container {
              background-color: rgba(255, 255, 255, 0.82);
              bottom: 0;
              text-align: left; }
              .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .hero-categorytext-container p {
                font-size: 11px;
                margin-bottom: 0; }
                @media (min-width: 462px) {
                  .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .hero-categorytext-container p {
                    font-size: 12px; } }
              .cards-editorial-series .hero-container .textdark .hero-block .hero-video .video_modal .colorbox-evlarge .hero-categorytext-container_time-stamp {
                display: inline-block;
                position: absolute;
                right: 0;
                bottom: 2px;
                color: #4c4c4c;
                padding: 2px 9px;
                font-size: 13px;
                z-index: 999;
                letter-spacing: .12em; }
  .cards-editorial-series .hero-container .textlight {
    clear: both;
    background-color: #fff;
    height: 100%;
    position: relative;
    color: #fff;
    /* start video section */
    /* end video secton */ }
    .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 .textlight .hero-block .hero-video .video_modal {
          height: 100%; }
          .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge {
            position: relative;
            height: 100%;
            min-height: 300px; }
            .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button {
              border: none;
              margin-top: 0px;
              background: rgba(50, 50, 50, 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; }
              .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus {
                outline: none;
                cursor: pointer; }
              .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:after {
                border-left: 12px solid white; }
                .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:after:hover {
                  border-left: 12px solid white; }
              .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus {
                background: #0079c1;
                border: none;
                outline: none; }
              .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .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: 506px) {
                .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button {
                  border: none;
                  margin-top: 0px;
                  background: rgba(50, 50, 50, 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; }
                  .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus {
                    outline: none;
                    cursor: pointer; }
                  .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:after {
                    border-left: 15px solid white; }
                    .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:after:hover {
                      border-left: 15px solid white; }
                  .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:hover, .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .play-button:focus {
                    background: #0079c1;
                    border: none;
                    outline: none; }
                  .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .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; } }
            .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .time-stamp {
              position: absolute;
              bottom: 0px;
              right: 0;
              font-size: 13px;
              z-index: 999;
              color: #4c4c4c;
              padding: 2px 9px;
              padding-right: 9px;
              letter-spacing: .12em;
              background-color: rgba(255, 255, 255, 0.9); }
            .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .hero-categorytext-container {
              background-color: rgba(50, 50, 50, 0.8);
              bottom: 0;
              text-align: left; }
              .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .hero-categorytext-container p {
                font-size: 11px;
                margin-bottom: 0;
                color: #efefef; }
                @media (min-width: 462px) {
                  .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .hero-categorytext-container p {
                    font-size: 12px; } }
              .cards-editorial-series .hero-container .textlight .hero-block .hero-video .video_modal .colorbox-evlarge .hero-categorytext-container_time-stamp {
                display: inline-block;
                position: absolute;
                right: 0;
                bottom: 2px;
                color: #ffffff;
                padding: 2px 9px;
                font-size: 13px;
                z-index: 999;
                letter-spacing: .12em; }
  .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; }

.cards-editorial-series .nopadding {
  padding: 0; }

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; } }

.cta-container hr.separator {
  margin: 15px auto 20px; }

/* components */
.cta-questions {
  padding: 50px 0;
  /* -- THEMING -- 
	---------------- */ }
  .cta-questions .trial-arrow-circle {
    margin: 10px auto 40px auto; }
  .cta-questions .question-container {
    text-decoration: none; }
    .cta-questions .question-container .question {
      height: 100%; }
  .cta-questions .cta-primary_cta--secondary {
    font-size: 1rem; }
  .cta-questions .cta-questions_primary-contact-questions {
    margin-top: 5px; }
  @media (min-width: 480px) {
    .cta-questions .questions-contact.block-group-1-up {
      margin-left: auto;
      margin-right: auto;
      max-width: 65%; }
      .cta-questions .questions-contact.block-group-1-up > .block {
        margin-left: 0.15rem;
        margin-right: 0.15rem;
        -ms-flex-preferred-size: calc(100% - 0.3rem);
        flex-basis: calc(100% - 0.3rem);
        width: calc(100% - 0.3rem);
        display: inline-block; }
        .cta-questions .questions-contact.block-group-1-up > .block .question {
          height: 100%; } }
  @media (min-width: 700px) {
    .cta-questions .questions-contact.block-group-1-up {
      max-width: 55%; } }
  @media (min-width: 900px) {
    .cta-questions .questions-contact.block-group-1-up {
      max-width: 45%; } }
  @media (min-width: 1250px) {
    .cta-questions .questions-contact.block-group-1-up {
      max-width: 33.33333%; } }
  @media (min-width: 480px) {
    .cta-questions .questions-contact.block-group-2-up {
      margin-left: auto;
      margin-right: auto;
      max-width: 95%; }
      .cta-questions .questions-contact.block-group-2-up > .block {
        margin-left: 0.15rem;
        margin-right: 0.15rem;
        -ms-flex-preferred-size: calc(50% - 0.3rem);
        flex-basis: calc(50% - 0.3rem);
        width: calc(50% - 0.3rem);
        display: inline-block; }
        .cta-questions .questions-contact.block-group-2-up > .block .question {
          height: 100%; } }
  @media (min-width: 700px) {
    .cta-questions .questions-contact.block-group-2-up {
      max-width: 80%; } }
  @media (min-width: 900px) {
    .cta-questions .questions-contact.block-group-2-up {
      max-width: 70%; } }
  @media (min-width: 1250px) {
    .cta-questions .questions-contact.block-group-2-up {
      max-width: 66.66666%; } }
  @media (min-width: 480px) {
    .cta-questions .questions-contact.block-group-3-up {
      margin-left: -0.15rem;
      margin-right: -0.15rem; }
      .cta-questions .questions-contact.block-group-3-up > .block {
        margin-left: 0.15rem;
        margin-right: 0.15rem;
        -ms-flex-preferred-size: calc(33.33333% - 0.3rem);
        flex-basis: calc(33.33333% - 0.3rem);
        width: calc(33.33333% - 0.3rem);
        display: block; }
        .cta-questions .questions-contact.block-group-3-up > .block .question {
          height: 100%; } }
  @media (min-width: 860px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-1-up {
      -ms-flex-wrap: nowrap;
      margin-left: auto;
      margin-right: auto;
      max-width: 60%; }
      .cta-questions .cta-questions_primary-contact-questions.block-group-1-up > .block {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
        -ms-flex-preferred-size: calc(100% - 1.51rem);
        flex-basis: calc(100% - 1.51rem);
        width: calc(100% - 1.51rem);
        display: inline-block; } }
  @media (min-width: 1050px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-1-up {
      max-width: 50%; } }
  @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 {
      -ms-flex-wrap: nowrap;
      margin-left: auto;
      margin-right: auto;
      max-width: 90%; }
      .cta-questions .cta-questions_primary-contact-questions.block-group-2-up > .block {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
        -ms-flex-preferred-size: calc(50% - 1.51rem);
        flex-basis: calc(50% - 1.51rem);
        width: calc(50% - 1.51rem);
        display: inline-block; } }
  @media (min-width: 1050px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-2-up {
      max-width: 80%; } }
  @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%; } }
  @media (min-width: 860px) {
    .cta-questions .cta-questions_primary-contact-questions.block-group-3-up {
      margin-left: -0.75rem;
      margin-right: -0.75rem;
      -ms-flex-wrap: nowrap; }
      .cta-questions .cta-questions_primary-contact-questions.block-group-3-up > .block {
        margin-left: 0.75rem;
        margin-right: 0.75rem;
        -ms-flex-preferred-size: calc(33.33333% - 1.51rem);
        flex-basis: calc(33.33333% - 1.51rem);
        width: calc(33.33333% - 1.51rem);
        display: block; } }
  .cta-questions .svg-icon {
    height: auto;
    width: 48px; }
  @media screen and (max-width: 859px) {
    .cta-questions .block {
      margin-top: .75rem; } }
  .cta-questions .horz-pipe {
    display: block;
    height: 230px;
    margin: auto;
    width: 1px; }
    @media screen and (max-width: 859px) {
      .cta-questions .horz-pipe {
        width: 100%;
        height: 1px;
        margin-top: 1.55rem; } }
  .cta-questions_social-icons {
    width: 100%; }
    .cta-questions_social-icons .cta-questions-icons {
      display: block;
      flex-direction: row;
      margin: auto;
      width: auto; }
      .cta-questions_social-icons .cta-questions-icons .cta-questions-icon {
        flex-grow: 1;
        display: inline-block;
        padding: 0 5px 0 5px; }
        @media (min-width: 420px) {
          .cta-questions_social-icons .cta-questions-icons .cta-questions-icon {
            padding: 0 10px 0 10px; } }
    .cta-questions_social-icons .cta-questions-icon {
      flex-grow: 1; }
  @media (max-width: 479px) {
    .cta-questions .cta-questions_social > .column-11 {
      padding: 0; } }
  .cta-questions .question {
    min-height: 115px;
    padding: 0.5rem;
    padding: 1rem 0.5rem 0.5rem;
    margin: 10px auto; }
    @media (min-width: 380px) {
      .cta-questions .question:not(.large) {
        max-width: 90%; } }
    @media (min-width: 420px) {
      .cta-questions .question:not(.large) {
        max-width: 75%; } }
    @media (min-width: 480px) {
      .cta-questions .question:not(.large) {
        max-width: none; } }
    @media (min-width: 480px) {
      .cta-questions .question {
        max-width: none;
        margin: 10px 0;
        padding: 1rem 0.5rem 0.5rem; } }
    @media (min-width: 860px) {
      .cta-questions .question {
        min-height: 140px; }
        .cta-questions .question:not(.large) {
          margin: auto; } }
    .cta-questions .question.large {
      padding: 2rem;
      min-height: 250px; }
      @media (max-width: 859px) {
        .cta-questions .question.large {
          max-width: 600px;
          margin: 10px auto;
          padding: 0.75rem 2rem 0.75rem 2rem;
          min-height: 0; } }
      @media (max-width: 559px) {
        .cta-questions .question.large {
          max-width: 75%; } }
      @media (max-width: 419px) {
        .cta-questions .question.large {
          max-width: 90%; } }
      @media (max-width: 379px) {
        .cta-questions .question.large {
          max-width: 100%; } }
    .cta-questions .question .question-title_take-me-here {
      margin-top: 40px; }
      .cta-questions .question .question-title_take-me-here .cta-questions-icon {
        flex-grow: 1; }
        .cta-questions .question .question-title_take-me-here .cta-questions-icon a {
          display: block;
          padding: 20px 15px 1px 15px;
          text-decoration: none; }
    .cta-questions .question .question-title .questions-contact .question-container {
      outline: thin solid #595959;
      display: block; }
    .cta-questions .question .question-title .questions-contact .question {
      padding: 1.25rem 1rem;
      min-height: 140px; }
      .cta-questions .question .question-title .questions-contact .question.large {
        border: thin solid #595959; }
    .cta-questions .question .question-title .questions-contact .question-title {
      margin-bottom: 5px; }
    .cta-questions .question .question-title .questions-contact.large {
      padding: 2rem;
      min-height: 250px;
      height: 100%; }
  .cta-questions svg {
    height: auto;
    width: 48px;
    max-height: 48px; }
  @media screen and (max-width: 859px) {
    .cta-questions .ctasecondary {
      margin-top: 1.55rem; } }
  .cta-questions .ctasecondary svg {
    width: 24px; }
  .cta-questions .questions-contact_additional-cta[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: 0 4px; }
  .cta-questions .ctasecondary .cta-questions_take-me-here svg {
    max-width: 48px;
    width: 48px;
    max-height: 48px; }
  .cta-questions .ctasecondary .cta-questions_social-icons svg {
    max-width: 60px;
    width: 60px;
    max-height: 60px; }
  .cta-questions .cta-questions_social-trailer-text {
    margin-bottom: 0; }
  .cta-questions .btn-large {
    padding: 22px 42px; }
  .cta-questions .cta-primary-dbl-button_title {
    text-align: center;
    margin-bottom: 12px; }
  .cta-questions .cta-primary-dbl-button_tagline {
    text-align: center;
    color: #bcbcbc; }
    @media (min-width: 700px) {
      .cta-questions .cta-primary-dbl-button_tagline {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
  .cta-questions .cta-primary-button_title {
    margin-bottom: 1.75rem; }
  .cta-questions .cta-primary-button_tagline {
    text-align: center;
    color: #bcbcbc; }
    @media (min-width: 1200px) {
      .cta-questions .cta-primary-button_tagline {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
  .cta-questions .cta-primary-button_acknowledgement-wrapper {
    margin: 15px auto; }
  .cta-questions .cta-primary-button_acknowledgement-required {
    float: none;
    display: inline-block;
    position: relative;
    top: 2px; }
  .cta-questions .cta-primary-button_acknowledgement-prompt {
    text-align: center;
    margin-top: -13px;
    color: #bcbcbc; }
    @media (min-width: 1200px) {
      .cta-questions .cta-primary-button_acknowledgement-prompt {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto; } }
  .cta-questions .ctaprimary + .ctaprimary {
    margin-top: 10px;
    border-top: 1px solid #595959; }
    .cta-questions .ctaprimary + .ctaprimary .cta-questions_heading {
      font-size: 1.2019rem;
      line-height: 1.55rem;
      margin-bottom: 0; }
      @media (min-width: 860px) {
        .cta-questions .ctaprimary + .ctaprimary .cta-questions_heading {
          margin-bottom: 1.55rem; } }
  .cta-questions .ctaprimary + .ctasecondary {
    margin-top: 10px; }
  .cta-questions .ctaprimary {
    padding-bottom: 40px; }
    .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; } }
    @media (min-width: 860px) {
      .cta-questions .ctaprimary .cta-questions_primary-dbl-button-column-container {
        display: flex;
        padding: 0 0.5rem; } }
    .cta-questions .ctaprimary .cta-questions_primary-dbl-button-column-container .horz-pipe {
      height: calc(100% + 10px);
      margin-top: 40px;
      min-height: 1px; }
  .cta-questions .cta-questions_take-me-here .cta-questions-icon a:hover {
    text-decoration: none; }
  @media (min-width: 596px) {
    .cta-questions .tmh-block-group {
      display: flex;
      justify-content: center; } }
  .cta-questions .tmh-block {
    display: inline-block;
    text-align: center;
    min-width: 90px; }
    @media (min-width: 596px) {
      .cta-questions .tmh-block {
        flex: 0 0 33%; } }
    .cta-questions .tmh-block .cta-questions-icon a {
      display: block;
      padding: 0.6rem 0.8rem; }
      .cta-questions .tmh-block .cta-questions-icon a:hover {
        background: none; }
      .cta-questions .tmh-block .cta-questions-icon a .question-title {
        margin-bottom: 0; }
        @media (max-width: 509px) {
          .cta-questions .tmh-block .cta-questions-icon a .question-title {
            font-size: 12px; } }
  .cta-questions.dark {
    background: #323232; }
    .cta-questions.dark .horz-pipe {
      background: #595959; }
    .cta-questions.dark .cta-questions_heading,
    .cta-questions.dark h2 {
      color: #ffffff; }
    .cta-questions.dark .ctasecondary h2 {
      color: #bcbcbc; }
    .cta-questions.dark .question .question-cta {
      background: transparent;
      border: thin solid #49b0f2;
      color: #49b0f2;
      transition: all .25s ease-in-out; }
      .cta-questions.dark .question .question-cta:hover {
        background: transparent;
        box-shadow: inset 0 0 0 2px #49b0f2;
        color: #49b0f2;
        border: thin solid #49b0f2; }
    .cta-questions.dark .question-title {
      color: #ffffff; }
    .cta-questions.dark .question-sub-title {
      color: #a9a9a9; }
    .cta-questions.dark svg,
    .cta-questions.dark svg path {
      fill: #bcbcbc; }
    .cta-questions.dark .ctaprimary + .ctaprimary {
      border-top: 1px solid #595959; }
    .cta-questions.dark .question-large-phone-cta {
      color: #49B0F2; }
      .cta-questions.dark .question-large-phone-cta:hover {
        color: #74C6FF; }
      .cta-questions.dark .question-large-phone-cta span {
        color: #a9a9a9; }
    .cta-questions.dark .question-large-phone-description {
      color: #a9a9a9; }
    .cta-questions.dark .cta-questions_take-me-here .cta-questions-icon a:hover {
      background: #2b2b2b; }
      .cta-questions.dark .cta-questions_take-me-here .cta-questions-icon a:hover svg,
      .cta-questions.dark .cta-questions_take-me-here .cta-questions-icon a:hover svg path {
        fill: #49b0f2; }
    .cta-questions.dark .cta-questions_social-trailer-text {
      color: #bcbcbc; }
      .cta-questions.dark .cta-questions_social-trailer-text a {
        color: #49b0f2; }
    .cta-questions.dark .questions-contact .question-container:hover,
    .cta-questions.dark .questions-contact .question.large:hover {
      outline: 1px solid #49b0f2; }
    .cta-questions.dark .questions-contact .question-container:hover svg,
    .cta-questions.dark .questions-contact .question-container:hover svg path,
    .cta-questions.dark .questions-contact .question.large:hover svg,
    .cta-questions.dark .questions-contact .question.large:hover svg path {
      fill: #49b0f2; }
    .cta-questions.dark .questions-contact_additional-cta {
      color: #49B0F2; }
      html[dir="rtl"] .cta-questions.dark .questions-contact_additional-cta[data-link-type]:not([data-link-type='video']):after {
        transform: scaleX(-1); }
      .cta-questions.dark .questions-contact_additional-cta:hover {
        color: #74C6FF; }
      .cta-questions.dark .questions-contact_additional-cta[data-link-type='internal']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzQ5YjBmMiIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
      .cta-questions.dark .questions-contact_additional-cta[data-link-type='external']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4=); }
      .cta-questions.dark .questions-contact_additional-cta[data-link-type='video']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiM0OWIwZjIiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
      .cta-questions.dark .questions-contact_additional-cta[data-link-type='document']:after {
        background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .cta-questions.dark .cta-primary_cta--secondary:hover {
      background: transparent;
      box-shadow: inset 0 0 0 2px #74c6ff;
      border-color: #74c6ff;
      color: #74c6ff; }
    .cta-questions.dark .ctaprimary + .ctasecondary {
      border-top: 1px solid #595959; }
    .cta-questions.dark .question-container,
    .cta-questions.dark .question.large {
      outline: thin solid #595959; }
  .cta-questions.light {
    background: #ffffff; }
    .cta-questions.light .horz-pipe {
      background: #CCCCCC; }
    .cta-questions.light .ctaprimary + .ctaprimary {
      border-top: 1px solid #CCCCCC; }
    .cta-questions.light .cta-questions_heading,
    .cta-questions.light h2 {
      color: #323232; }
    .cta-questions.light .question .question-cta {
      background: transparent;
      border: thin solid #0079c1;
      color: #0079c1;
      transition: all .25s ease-in-out; }
      .cta-questions.light .question .question-cta:hover {
        background: transparent;
        box-shadow: inset 0 0 0 2px #0079c1;
        color: #0079c1;
        border: thin solid #0079c1; }
    .cta-questions.light .question-title {
      color: #323232; }
    .cta-questions.light .question-sub-title {
      color: #595959; }
    .cta-questions.light .cta-questions_social-heading {
      color: #595959; }
    .cta-questions.light svg,
    .cta-questions.light svg path {
      fill: #595959; }
    .cta-questions.light .cta-questions_take-me-here .cta-questions-icon a:hover {
      background: #f4f4f4; }
      .cta-questions.light .cta-questions_take-me-here .cta-questions-icon a:hover svg {
        fill: #0079c1; }
    .cta-questions.light .cta-questions_social-trailer-text {
      color: #595959; }
    .cta-questions.light .questions-contact .question-container:hover,
    .cta-questions.light .questions-contact .question.large:hover {
      outline: 1px solid #0079c1; }
    .cta-questions.light .questions-contact .question-container:hover svg,
    .cta-questions.light .questions-contact .question-container:hover svg path,
    .cta-questions.light .questions-contact .question.large:hover svg,
    .cta-questions.light .questions-contact .question.large:hover svg path {
      fill: #0079c1; }
    .cta-questions.light .questions-contact_additional-cta[data-link-type='internal']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNiAxNiI+PHBhdGggZmlsbD0iIzAwNzljMSIgZD0iTTggMTQuM0wxMy4zIDlIMFY4aDEzLjNMOCAyLjdWMS4zbDcuMiA3LjJMOCAxNS43di0xLjR6Ii8+PC9zdmc+); }
    .cta-questions.light .questions-contact_additional-cta[data-link-type='external']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik0yNiAzMEgyVjZoMTRWNEgwdjI4aDI4VjE4aC0yek0yMSA4QzEyLjcxNSA4IDYgMTQuNzE3IDYgMjNjMCAuMzM2LjAyOS42NjguMDUxIDFoNEExMS40NjQgMTEuNDY0IDAgMCAxIDEwIDIzYzAtNi4wNjUgNC45MzYtMTEgMTEtMTFoMy4wMDRsLTYgNmg0TDMwIDEwbC03Ljk5Ni04aC00bDYgNkgyMXoiLz48L3N2Zz4=); }
    .cta-questions.light .questions-contact_additional-cta[data-link-type='video']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMiIgaGVpZ2h0PSIzMiIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIGQ9Ik02IDBsMjIgMTYuMDAyTDYgMzJWMHoiLz48L3N2Zz4=); }
    .cta-questions.light .questions-contact_additional-cta[data-link-type='document']:after {
      background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDMyIDMyIiBjbGFzcz0ic3ZnLWljb24iPjxwYXRoIGZpbGw9IiMwMDc5YzEiIHN0cm9rZT0iI2ZmZiIgZD0iTTIyIDI0aDR2MmgtNHYtMnptMC0xMmg0djJoLTR2LTJ6bTAgNGg0djJoLTR2LTJ6TTggNmgxMHYySDhWNnptMTQgMTRoNHYyaC00di0yek04IDEyaDEwdjJIOHYtMnptMCA0aDEydjJIOHYtMnpNMjIuODAxIDBINHYzMmgyNlY3LjE5OUwyMi44MDEgMHpNMjggMzBINlYyaDE0djhoOHYyMHptMC0yMmgtNlYyaC42MjFMMjggNy4zNzlWOHpNOCAyMGgxMnYySDh2LTJ6bTAgNGgxMHYySDh2LTJ6Ii8+PC9zdmc+); }
    .cta-questions.light .ctaprimary + .ctasecondary {
      border-top: 1px solid #CCCCCC; }
    .cta-questions.light .question-container,
    .cta-questions.light .question.large {
      outline: thin solid #CCCCCC; }
    .cta-questions.light .cta-primary_cta--secondary {
      border-color: #0079c1;
      color: #0079c1; }
      .cta-questions.light .cta-primary_cta--secondary:hover {
        background: transparent;
        box-shadow: inset 0 0 0 2px #005e95;
        border-color: #005e95;
        color: #005e95; }

html[dir="rtl"] input[type='checkbox'] {
  float: none !important; }

.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 #cacaca; }
  .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: 859px) {
      .buy-cards-header {
        font-size: 1.503565rem; } }
    @media screen and (max-width: 479px) {
      .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: 859px) {
        .buy-cards-header.megatext {
          font-size: 1.99974145rem; } }
      @media screen and (max-width: 479px) {
        .buy-cards-header.megatext {
          font-size: 1.66015625rem;
          line-height: 2.325rem; } }
  .buy-cards-description p {
    color: #555555; }
  .buy-cards .buy-card-color-bar {
    padding: 12px;
    display: flex;
    flex-direction: row;
    align-items: baseline;
    justify-content: space-between;
    background: #005e95;
    min-height: 40px; }
    .buy-cards .buy-card-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; }
  .buy-cards [data-fullcards="false"] {
    justify-content: center; }
  .buy-cards [data-default-cta="true"].hidden {
    display: none !important; }

.transitionKind, .section-icon {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }

.fiftybox-container {
  background-color: #e04f1d;
  color: #ffffff;
  min-height: 1150px; }
  .fiftybox-container .left-column {
    min-height: 800px;
    background-color: #fff; }
    .fiftybox-container .left-column .content .header-title {
      margin-bottom: 10px;
      text-align: left;
      padding: 35px 0 0 15px; }
    .fiftybox-container .left-column .content P {
      margin-bottom: 10px; }
    .fiftybox-container .left-column .content P A {
      margin-bottom: 0; }
      .fiftybox-container .left-column .content P A:hover {
        color: inherit; }
  .fiftybox-container .right-column {
    min-height: 350px;
    display: table; }
    .fiftybox-container .right-column .hero-image-container {
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
      .fiftybox-container .right-column .hero-image-container .hero-image {
        width: 90%; }
      .fiftybox-container .right-column .hero-image-container a {
        color: #323232;
        font-size: 14px; }
        .fiftybox-container .right-column .hero-image-container a:hover {
          text-decoration: none; }
  @media screen and (min-width: 480px) {
    .fiftybox-container .left-column .content .header-title {
      padding-top: 50px;
      text-align: center; } }
  @media screen and (min-width: 490px) {
    .fiftybox-container {
      min-height: 1050px; }
      .fiftybox-container .left-column {
        min-height: 700px; }
        .fiftybox-container .left-column .content .header-title {
          padding-top: 50px;
          text-align: center; }
      .fiftybox-container .right-column .hero-image-container P a {
        font-size: 0.875rem;
        line-height: 1.55rem; } }
  @media screen and (min-width: 540px) {
    .fiftybox-container {
      min-height: 1010px; }
      .fiftybox-container .left-column {
        min-height: 600px; }
      .fiftybox-container .right-column {
        min-height: 410px; } }
  @media screen and (min-width: 660px) {
    .fiftybox-container {
      min-height: 1100px; }
      .fiftybox-container .left-column {
        min-height: 500px; }
      .fiftybox-container .right-column {
        min-height: 600px; } }
  @media screen and (min-width: 861px) {
    .fiftybox-container {
      min-height: 1650px; }
      .fiftybox-container .left-column {
        min-height: 800px; }
        .fiftybox-container .left-column .content {
          padding: 0 50px;
          box-sizing: border-box; }
          .fiftybox-container .left-column .content .header-title {
            text-align: left; }
      .fiftybox-container .right-column {
        min-height: 850px; } }
  @media screen and (min-width: 1024px) {
    .fiftybox-container {
      min-height: 950px; }
      .fiftybox-container .left-column {
        width: 50%;
        float: left;
        min-height: 950px;
        display: table; }
        .fiftybox-container .left-column .floater {
          display: table-cell;
          vertical-align: middle;
          height: 850px; }
        .fiftybox-container .left-column .content {
          width: 80%;
          float: right;
          padding: 0;
          box-sizing: border-box; }
          .fiftybox-container .left-column .content .header-title {
            padding-top: 0;
            font-size: 2.2rem; }
      .fiftybox-container .right-column {
        width: 50%;
        float: right;
        min-height: 950px; }
        .fiftybox-container .right-column .hero-image-container {
          height: 950px; } }
  @media screen and (min-width: 1440px) {
    .fiftybox-container .left-column .content {
      width: 664.58333px; }
      .fiftybox-container .left-column .content .header-title {
        font-size: 2.40307405rem;
        line-height: 3.1rem; } }
    @media screen and (min-width: 1440px) and (max-width: 859px) {
      .fiftybox-container .left-column .content .header-title {
        font-size: 1.99974145rem; } }
    @media screen and (min-width: 1440px) and (max-width: 479px) {
      .fiftybox-container .left-column .content .header-title {
        font-size: 1.66015625rem;
        line-height: 2.325rem; } }
  .fiftybox-container .panel {
    background-color: transparent;
    border: none;
    padding-left: 0; }
  .fiftybox-container .zero-margin {
    margin: 0; }

.content .header-title {
  color: #323232;
  font-size: 2.40307405rem;
  line-height: 3.1rem;
  letter-spacing: -2px; }
  @media screen and (max-width: 859px) {
    .content .header-title {
      font-size: 1.99974145rem; } }
  @media screen and (max-width: 479px) {
    .content .header-title {
      font-size: 1.66015625rem;
      line-height: 2.325rem; } }

.content P {
  color: #595959;
  font-size: 0.9375rem;
  line-height: 1.55rem; }

.section-icon {
  width: 64px;
  height: 64px;
  margin-bottom: 10px;
  background-position: -20% 50%;
  background-repeat-x: no-repeat;
  background-repeat-y: no-repeat; }

.anchor-navigation .bg-off-white {
  background: #f8f8f8; }

.anchor-navigation .anchor-nav__title {
  text-transform: uppercase;
  margin: 0;
  color: #4c4c4c;
  font-size: 12px;
  letter-spacing: .12em; }

.anchor-navigation .anchor-nav--wrapper {
  display: flex;
  flex-direction: column; }
  @media screen and (min-width: 768px) {
    .anchor-navigation .anchor-nav--wrapper {
      flex-direction: row; } }

@media screen and (min-width: 768px) {
  .anchor-navigation .content-section {
    margin-left: 20px;
    width: calc(100% - 280px); } }

@media screen and (min-width: 768px) {
  .anchor-navigation .content-section--offset {
    margin-left: 300px; } }

.anchor-navigation .anchor-nav__nav-section {
  position: relative; }
  @media screen and (min-width: 768px) {
    .anchor-navigation .anchor-nav__nav-section {
      min-width: 210px;
      width: 100%;
      max-width: 280px;
      flex: 1 0 auto; } }
  @media (min-width: 768px) {
    .anchor-navigation .anchor-nav__nav-section.anchor-nav--fixed {
      position: fixed;
      top: 10%;
      z-index: 10; } }
  .anchor-navigation .anchor-nav__nav-section.bottom-aligned {
    align-self: flex-end; }
  .anchor-navigation .anchor-nav__nav-section .btn-animated-border {
    background: transparent;
    transition: all .15s ease-in-out; }

.anchor-navigation .quad-nav {
  border: 1px solid #cccccc;
  border-width: 0 0 1px;
  margin-bottom: 10px; }
  @media screen and (min-width: 768px) {
    .anchor-navigation .quad-nav {
      border-width: 0 1px 0 0;
      margin-bottom: 0; } }
  .anchor-navigation .quad-nav--link {
    display: block;
    padding: 5px 20px;
    font-size: 0.9375rem;
    line-height: 1.25rem;
    text-decoration: none; }
    .anchor-navigation .quad-nav--link:hover {
      text-decoration: none;
      color: #000; }
    .anchor-navigation .quad-nav--link:focus {
      color: #0079c1; }
    @media screen and (min-width: 768px) {
      .anchor-navigation .quad-nav--link {
        padding: 10px 20px;
        color: #6e6e6e; } }
    @media screen and (min-width: 1024px) {
      .anchor-navigation .quad-nav--link {
        font-size: 1rem; } }
    @media screen and (min-width: 768px) {
      .anchor-navigation .quad-nav--link[aria-hidden="true"] {
        background-color: #efefef;
        color: #000; } }

@media screen and (min-width: 768px) {
  html[dir='rtl'] .content-section {
    margin-left: 0;
    margin-right: 20px; }
  html[dir='rtl'] .content-section--offset {
    margin-left: 0;
    margin-right: 300px; }
  html[dir='rtl'] .anchor-navigation .quad-nav {
    border-width: 0 0 0 1px; } }

.esri-week-agenda_container a:hover {
  text-decoration: none; }

.esri-week-agenda_container[data-theme='bg-light'] h2 {
  color: #f8f8f8; }

.esri-week-agenda_container[data-theme='bg-dark'] h2 {
  color: #4c4c4c; }

@media screen and (max-width: 479px) {
  .esri-week-agenda_container .grid-container {
    max-width: 100%;
    width: 100%; }
  .esri-week-agenda_container .phone-column-6, .esri-week-agenda_container .column-24 {
    max-width: 100vw;
    padding-right: 0;
    padding-left: 0; } }

@media screen and (max-width: 768px) {
  .agenda-at-a-glance {
    min-height: auto; } }

.agenda-at-a-glance h3 {
  line-height: 2.95rem; }

.agenda-at-a-glance h1 {
  margin: 0; }

.agenda-at-a-glance .esri-week-agenda-nav {
  overflow: hidden;
  text-align: center;
  position: relative;
  height: 113px; }
  .agenda-at-a-glance .esri-week-agenda-nav .tab-nav {
    display: flex;
    white-space: nowrap;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    transition: 0.3s; }
    .agenda-at-a-glance .esri-week-agenda-nav .tab-nav .tab-title {
      /*
        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: 112px;
        float:none;
        position: relative;
        */ }
      @media screen and (max-width: 480px) {
        .agenda-at-a-glance .esri-week-agenda-nav .tab-nav .tab-title {
          font-size: 0.85rem; } }
      .agenda-at-a-glance .esri-week-agenda-nav .tab-nav .tab-title img,
      .agenda-at-a-glance .esri-week-agenda-nav .tab-nav .tab-title svg,
      .agenda-at-a-glance .esri-week-agenda-nav .tab-nav .tab-title .icon-number {
        width: 50px;
        height: 50px;
        display: block;
        margin: 0 auto 10px auto;
        position: relative;
        z-index: -2; }
      .agenda-at-a-glance .esri-week-agenda-nav .tab-nav .tab-title .icon-number {
        font-size: 40px;
        line-height: 40px;
        font-style: normal; }
      .agenda-at-a-glance .esri-week-agenda-nav .tab-nav .tab-title span {
        display: block;
        position: relative;
        z-index: -1;
        margin-bottom: 9px; }
      .agenda-at-a-glance .esri-week-agenda-nav .tab-nav .tab-title:focus {
        background-image: none; }
      .agenda-at-a-glance .esri-week-agenda-nav .tab-nav .tab-title:hover {
        background-image: none; }
  .agenda-at-a-glance .esri-week-agenda-nav .esri-week-agenda-nav-left,
  .agenda-at-a-glance .esri-week-agenda-nav .esri-week-agenda-nav-right {
    width: 70px;
    padding: 60px 0 0 0;
    border: none;
    position: absolute;
    z-index: 1;
    height: 103px;
    outline: none; }
    .agenda-at-a-glance .esri-week-agenda-nav .esri-week-agenda-nav-left i,
    .agenda-at-a-glance .esri-week-agenda-nav .esri-week-agenda-nav-right i {
      font-size: 16px; }
  .agenda-at-a-glance .esri-week-agenda-nav .esri-week-agenda-nav-left {
    text-align: left;
    left: 0; }
  .agenda-at-a-glance .esri-week-agenda-nav .esri-week-agenda-nav-right {
    text-align: right;
    right: 0; }
  .agenda-at-a-glance .esri-week-agenda-nav.no-icon {
    height: 53px; }
    .agenda-at-a-glance .esri-week-agenda-nav.no-icon .tab-nav .tab-title {
      height: 52px; }
      .agenda-at-a-glance .esri-week-agenda-nav.no-icon .tab-nav .tab-title img,
      .agenda-at-a-glance .esri-week-agenda-nav.no-icon .tab-nav .tab-title svg {
        display: none; }
    .agenda-at-a-glance .esri-week-agenda-nav.no-icon .esri-week-agenda-nav-left {
      height: 52px;
      padding: 0; }
      .agenda-at-a-glance .esri-week-agenda-nav.no-icon .esri-week-agenda-nav-left .icon-ui-left {
        position: absolute;
        left: 10px; }
    .agenda-at-a-glance .esri-week-agenda-nav.no-icon .esri-week-agenda-nav-right {
      height: 52px;
      padding: 0;
      background: -moz-linear-gradient(left, rgba(50, 50, 50, 0) 0%, #1e1e1e 80%);
      background: -webkit-linear-gradient(left, rgba(50, 50, 50, 0) 0%, #1e1e1e 80%);
      background: linear-gradient(to right, rgba(50, 50, 50, 0) 0%, #1e1e1e 80%); }
      .agenda-at-a-glance .esri-week-agenda-nav.no-icon .esri-week-agenda-nav-right .icon-ui-right {
        position: absolute;
        right: 0; }

.agenda-at-a-glance .tab-contents {
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: -1px; }
  .agenda-at-a-glance .tab-contents .tab-section {
    padding-left: 0;
    padding-right: 0;
    padding: 20px 0 60px 0;
    opacity: 0;
    margin-top: 110px; }
    .agenda-at-a-glance .tab-contents .tab-section .tab-section-image {
      width: 100%;
      padding-bottom: 40px; }
      @media screen and (min-width: 800px) {
        .agenda-at-a-glance .tab-contents .tab-section .tab-section-image {
          width: 55%;
          float: left; } }
      @media screen and (min-width: 1440px) {
        .agenda-at-a-glance .tab-contents .tab-section .tab-section-image {
          font-size: 24px; } }
    .agenda-at-a-glance .tab-contents .tab-section .tab-section-content {
      width: 100%;
      text-align: left; }
      .agenda-at-a-glance .tab-contents .tab-section .tab-section-content .section-title {
        font-size: 1.69949rem;
        line-height: 2.325rem; }
      .agenda-at-a-glance .tab-contents .tab-section .tab-section-content .section-desc {
        font-size: 0.9375rem;
        line-height: 1.55rem;
        line-height: 1.4rem !important;
        margin-bottom: 0; }
      @media screen and (min-width: 800px) {
        .agenda-at-a-glance .tab-contents .tab-section .tab-section-content {
          width: 35%;
          float: left;
          padding-left: 30px;
          box-sizing: border-box; } }
      @media screen and (min-width: 850px) {
        .agenda-at-a-glance .tab-contents .tab-section .tab-section-content {
          width: 35%;
          float: left;
          text-align: left;
          padding-left: 30px;
          box-sizing: border-box;
          min-height: 300px;
          height: 300px;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -webkit-box-align: center;
          align-items: center; } }
      @media screen and (min-width: 1130px) {
        .agenda-at-a-glance .tab-contents .tab-section .tab-section-content {
          width: 35%;
          float: left;
          text-align: left;
          padding-left: 30px;
          box-sizing: border-box;
          min-height: 370px;
          height: 370px;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -webkit-box-align: center;
          align-items: center; } }
      @media screen and (min-width: 1440px) {
        .agenda-at-a-glance .tab-contents .tab-section .tab-section-content {
          width: 35%;
          float: left;
          text-align: left;
          padding-left: 30px;
          box-sizing: border-box;
          min-height: 450px;
          height: 450px;
          display: -ms-flexbox;
          display: -webkit-flex;
          display: flex;
          -ms-flex-align: center;
          -webkit-align-items: center;
          -webkit-box-align: center;
          align-items: center; } }
    .agenda-at-a-glance .tab-contents .tab-section.is-active {
      display: block;
      opacity: 1;
      margin-top: 10px; }

.agenda-at-a-glance .textCenter {
  text-align: center; }

.agenda-at-a-glance .textCenter {
  text-align: center; }

.agenda-at-a-glance.dark {
  background-color: #323232; }
  .agenda-at-a-glance.dark h2 {
    color: #FFFFFF; }
  .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title {
    border-bottom-color: #323232;
    color: #efefef;
    text-transform: capitalize; }
    .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title img,
    .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title svg,
    .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title svg *,
    .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title .icon-number {
      fill: #888888;
      color: #888888; }
    .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title:focus {
      color: #ffffff; }
    .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title:hover {
      border-bottom: 3px solid rgba(73, 176, 242, 0.5); }
      .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title:hover img,
      .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title:hover svg,
      .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title:hover svg *,
      .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title:hover .icon-number {
        fill: #E5E5E5;
        color: #E5E5E5; }
    .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title.is-active {
      border-bottom-color: #49b0f2;
      color: #fff; }
      .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title.is-active img,
      .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title.is-active svg,
      .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title.is-active svg *,
      .agenda-at-a-glance.dark .esri-week-agenda-nav .tab-nav .tab-title.is-active .icon-number {
        fill: #FFFFFF;
        color: #FFFFFF; }
  .agenda-at-a-glance.dark .esri-week-agenda-nav .esri-week-agenda-nav-left {
    background: -moz-linear-gradient(left, #323232 20%, rgba(50, 50, 50, 0) 100%);
    background: -webkit-linear-gradient(left, #323232 20%, rgba(50, 50, 50, 0) 100%);
    background: linear-gradient(to right, #323232 20%, rgba(50, 50, 50, 0) 100%);
    cursor: pointer; }
    .agenda-at-a-glance.dark .esri-week-agenda-nav .esri-week-agenda-nav-left .icon-ui-left {
      color: #FFFFFF; }
  .agenda-at-a-glance.dark .esri-week-agenda-nav .esri-week-agenda-nav-right {
    background: -moz-linear-gradient(left, rgba(50, 50, 50, 0) 0%, #323232 80%);
    background: -webkit-linear-gradient(left, rgba(50, 50, 50, 0) 0%, #323232 80%);
    background: linear-gradient(to right, rgba(50, 50, 50, 0) 0%, #323232 80%);
    cursor: pointer; }
    .agenda-at-a-glance.dark .esri-week-agenda-nav .esri-week-agenda-nav-right .icon-ui-right {
      color: #FFFFFF; }
  .agenda-at-a-glance.dark .tab-contents {
    border-top-color: #4c4c4c;
    color: #ffffff; }
    .agenda-at-a-glance.dark .tab-contents .tab-section .tab-section-content .section-desc {
      color: #bcbcbc; }

.agenda-at-a-glance.light {
  background-color: #FFFFFF; }
  .agenda-at-a-glance.light h2 {
    color: #323232; }
  .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title {
    border-bottom-color: #FFFFFF;
    color: #000000; }
    .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title img,
    .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title svg,
    .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title svg *,
    .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title .icon-number {
      fill: #6D6D6d;
      color: #6D6D6d; }
    .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title:focus {
      color: #0079C1; }
    .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title:hover {
      border-bottom: 3px solid rgba(0, 121, 193, 0.5); }
      .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title:hover img,
      .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title:hover svg,
      .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title:hover svg *,
      .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title:hover .icon-number {
        fill: #0079C1;
        color: #0079C1; }
    .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title.is-active {
      border-bottom-color: #0079C1;
      color: #000000; }
      .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title.is-active img,
      .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title.is-active svg,
      .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title.is-active svg *,
      .agenda-at-a-glance.light .esri-week-agenda-nav .tab-nav .tab-title.is-active .icon-number {
        fill: #0079C1;
        color: #0079C1; }
  .agenda-at-a-glance.light .esri-week-agenda-nav .esri-week-agenda-nav-left {
    background: -moz-linear-gradient(left, white 20%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, white 10%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, white 20%, rgba(255, 255, 255, 0) 100%); }
    .agenda-at-a-glance.light .esri-week-agenda-nav .esri-week-agenda-nav-left .icon-ui-left {
      color: #6E6E6E; }
  .agenda-at-a-glance.light .esri-week-agenda-nav .esri-week-agenda-nav-right {
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 80%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 80%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, white 80%); }
    .agenda-at-a-glance.light .esri-week-agenda-nav .esri-week-agenda-nav-right .icon-ui-right {
      color: #6E6E6E; }
  .agenda-at-a-glance.light .tab-contents {
    border-top-color: #CCCCCC;
    color: #ffffff; }
    .agenda-at-a-glance.light .tab-contents .tab-section .tab-section-content .section-title {
      color: #323232; }
    .agenda-at-a-glance.light .tab-contents .tab-section .tab-section-content .section-desc {
      color: #bcbcbc;
      color: #595959; }

.tabs-dark .tab-nav .tab-title {
  background-color: rgba(30, 30, 30, 0.95);
  color: #fff;
  padding: 15px 25px;
  width: 220px;
  min-width: 220px;
  letter-spacing: 1px;
  border-top: 1px solid rgba(30, 30, 30, 0.7);
  margin: 0;
  border-right: 1px solid #111111;
  text-align: center;
  transition: background,150ms linear; }
  @media only screen and (max-width: 859px) {
    .tabs-dark .tab-nav .tab-title {
      border-right: none; } }
  @media only screen and (min-width: 1405px) {
    .tabs-dark .tab-nav .tab-title {
      background-color: rgba(30, 30, 30, 0.7); } }
  .tabs-dark .tab-nav .tab-title:hover {
    background-color: rgba(30, 30, 30, 0.95);
    border-bottom: none !important; }
    @media only screen and (min-width: 480px) {
      .tabs-dark .tab-nav .tab-title:hover {
        border-top: 3px solid rgba(167, 219, 255, 0.5); } }
  .tabs-dark .tab-nav .tab-title.is-active {
    background-color: rgba(30, 30, 30, 0.95);
    padding: 13px 25px 15px 25px;
    border-bottom: none !important;
    border-top: 3px solid #74c6ff; }
    @media only screen and (max-width: 480px) {
      .tabs-dark .tab-nav .tab-title.is-active {
        border-top: 1px solid rgba(30, 30, 30, 0.7);
        padding: 15px 25px 12px 25px;
        border-bottom: 3px solid #74c6ff !important; } }

.tabs-dark .tab-contents-agenda {
  background: rgba(30, 30, 30, 0.95);
  min-height: 505px; }
  @media only screen and (min-width: 860px) {
    .tabs-dark .tab-contents-agenda {
      min-height: 495px; } }
  .tabs-dark .tab-contents-agenda .tab-section {
    background-color: transparent !important;
    color: #fff; }
    .tabs-dark .tab-contents-agenda .tab-section .block-group {
      padding: 0 20px; }
      .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot {
        margin-left: 0;
        margin-right: 0;
        flex-basis: 100%;
        width: 100%;
        border-bottom: 1px solid #393E42;
        padding-left: 4px; }
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot:last-child {
          border-bottom: none; }
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot:after {
          display: block;
          content: "";
          margin-bottom: 10px; }
        @media only screen and (max-width: 479px) {
          .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot p {
            line-height: 20px; } }
        @media only screen and (min-width: 860px) {
          .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot {
            margin-left: 0;
            margin-right: 0;
            flex-basis: 20%;
            width: 20%;
            border-bottom: none;
            padding-left: 0; }
            .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot:after {
              display: none; } }
        @media only screen and (min-width: 1440px) {
          .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot {
            margin-left: 0;
            margin-right: 0;
            flex-basis: 14.2857%;
            width: 14.2857%; } }
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot hr {
          display: none;
          position: relative;
          overflow: visible;
          border: none;
          border-top: 1px solid #585858;
          background: none;
          color: #585858;
          margin-bottom: 8px; }
          .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot hr:before {
            content: "\2022";
            position: absolute;
            top: -13px;
            left: -2px;
            display: block;
            border-color: #5E5E5E; }
          @media only screen and (min-width: 860px) {
            .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot hr {
              display: block; } }
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot .agenda-text {
          padding: 0 10px 0 0;
          margin-bottom: 0; }
          @media only screen and (max-width: 859px) {
            .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot .agenda-text {
              display: inline; }
              .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot .agenda-text br {
                display: none; } }
          @media only screen and (max-width: 479px) {
            .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot .agenda-text {
              font-size: 13px; } }
          .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot .agenda-text a {
            color: #49b0f2;
            transition: all,150ms linear; }
            .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot .agenda-text a:hover {
              color: #74c6ff; }
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot .agenda-time {
          white-space: nowrap;
          overflow: hidden;
          padding: 0 10px 0 0;
          text-overflow: ellipsis;
          margin-bottom: 8px;
          color: #CCCCCC; }
          @media only screen and (max-width: 859px) {
            .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot .agenda-time {
              display: inline; } }
          @media only screen and (max-width: 479px) {
            .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot .agenda-time {
              font-size: 13px; } }
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot:first-child hr:before {
          content: "|";
          position: absolute;
          top: -14px;
          left: -2px; }
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot:last-child hr:before {
          content: "\2022";
          position: absolute;
          top: -13px;
          left: -3px;
          display: block;
          border-color: #5E5E5E; }
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot:last-child hr:after {
          content: "|";
          position: absolute;
          top: -15px;
          right: -2px;
          display: block;
          border-color: #5E5E5E; }
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot-highlight:before {
          background-color: rgba(255, 255, 255, 0.07);
          content: '';
          position: absolute;
          top: -30px;
          left: 5px;
          height: 150%;
          width: 90%;
          z-index: 2; }
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot-highlight .agenda-time,
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot-highlight .agenda-text {
          margin-left: 10px; }
        .tabs-dark .tab-contents-agenda .tab-section .block-group .time-slot-highlight hr:before {
          display: none; }

.agenda-at-a-glance .tabs-dark {
  background: none; }
  @media only screen and (max-width: 479px) {
    .agenda-at-a-glance .tabs-dark .esri-week-agenda-nav {
      background-color: #1e1e1e; } }
  .agenda-at-a-glance .tabs-dark .esri-week-agenda-nav .esri-week-agenda-nav-right {
    background: -moz-linear-gradient(left, rgba(50, 50, 50, 0) 0%, #1e1e1e 80%);
    background: -webkit-linear-gradient(left, rgba(50, 50, 50, 0) 0%, #1e1e1e 80%);
    background: linear-gradient(to right, rgba(50, 50, 50, 0) 0%, #1e1e1e 80%);
    height: 60px; }
    .agenda-at-a-glance .tabs-dark .esri-week-agenda-nav .esri-week-agenda-nav-right .icon-ui-right {
      top: 22px;
      color: #fff; }
  .agenda-at-a-glance .tabs-dark .esri-week-agenda-nav .esri-week-agenda-nav-left {
    background: -moz-linear-gradient(left, #1e1e1e 20%, rgba(50, 50, 50, 0) 100%);
    background: -webkit-linear-gradient(left, #1e1e1e 20%, rgba(50, 50, 50, 0) 100%);
    background: linear-gradient(to right, #1e1e1e 20%, rgba(50, 50, 50, 0) 100%);
    height: 60px; }
    .agenda-at-a-glance .tabs-dark .esri-week-agenda-nav .esri-week-agenda-nav-left .icon-ui-left {
      top: 22px;
      color: #fff; }
  .agenda-at-a-glance .tabs-dark .esri-week-agenda-nav.no-icon {
    height: 61px; }
    @media only screen and (max-width: 479px) {
      .agenda-at-a-glance .tabs-dark .esri-week-agenda-nav.no-icon .tab-nav {
        border-bottom: 1px solid #595959; } }
    .agenda-at-a-glance .tabs-dark .esri-week-agenda-nav.no-icon .tab-nav .tab-title {
      height: 60px;
      padding: 18px 25px;
      text-transform: uppercase; }
      .agenda-at-a-glance .tabs-dark .esri-week-agenda-nav.no-icon .tab-nav .tab-title.is-active {
        padding: 16px 25px 20px 25px; }
        @media only screen and (max-width: 479px) {
          .agenda-at-a-glance .tabs-dark .esri-week-agenda-nav.no-icon .tab-nav .tab-title.is-active {
            padding: 18px 25px 20px 25px; } }
      .agenda-at-a-glance .tabs-dark .esri-week-agenda-nav.no-icon .tab-nav .tab-title:hover {
        padding: 16px 25px 20px 25px; }
  @media only screen and (min-width: 480px) {
    .agenda-at-a-glance .tabs-dark .tab-contents {
      border-top: none; } }
  .agenda-at-a-glance .tabs-dark .tab-contents .tab-section,
  .agenda-at-a-glance .tabs-dark .tab-contents .tab-section.is-active {
    padding: 0 0 90px 0;
    margin-top: 0; }
    @media only screen and (max-width: 859px) {
      .agenda-at-a-glance .tabs-dark .tab-contents .tab-section,
      .agenda-at-a-glance .tabs-dark .tab-contents .tab-section.is-active {
        padding: 0; } }
    .agenda-at-a-glance .tabs-dark .tab-contents .tab-section .block-group,
    .agenda-at-a-glance .tabs-dark .tab-contents .tab-section.is-active .block-group {
      margin: 0;
      padding: 0 45px; }
      @media only screen and (max-width: 859px) {
        .agenda-at-a-glance .tabs-dark .tab-contents .tab-section .block-group,
        .agenda-at-a-glance .tabs-dark .tab-contents .tab-section.is-active .block-group {
          padding: 8px 19px 10px 19px; } }



.accordion {
  border: none; }

.faq-accordion--outer .show-hide-all {
  float: right;
  height: 50px;
  margin: 0 10px 15px;
  background-color: transparent;
  border: none; }
  .faq-accordion--outer .show-hide-all span {
    display: inline-block;
    margin-right: 10px;
    margin-top: 9px; }
  .faq-accordion--outer .show-hide-all:active {
    border: none; }
  .faq-accordion--outer .show-hide-all .hideText {
    display: none; }

.faq-accordion--outer .show-hide-all-icon {
  border-radius: 100%;
  height: 44px;
  width: 44px;
  transition: all .25s ease-out;
  position: relative;
  float: right;
  transition: background .1s ease-in-out; }

.faq-accordion--outer .show-hide-caret {
  height: 17px;
  width: 14px;
  position: absolute;
  top: 38%;
  transform: translate(-50%, -50%);
  left: 47%;
  font-size: 16px; }

.faq-accordion--outer .accordion {
  border: none;
  background-color: #ffffff; }

.faq-accordion--outer .faq-accordion-item .accordion-content {
  padding: 0 0 0 46px;
  margin-right: 20px; }
  @media screen and (min-width: 479px) {
    .faq-accordion--outer .faq-accordion-item .accordion-content {
      padding: 0 46px 40px;
      width: 80%; } }
  @media screen and (min-width: 1366px) {
    .faq-accordion--outer .faq-accordion-item .accordion-content {
      padding: 0 46px 40px;
      width: 60%; } }
  .faq-accordion--outer .faq-accordion-item .accordion-content.richtext-container {
    outline: none; }
  .faq-accordion--outer .faq-accordion-item .accordion-content p {
    font-size: 0.8125rem;
    line-height: 1.55rem;
    font-weight: 300; }
    @media screen and (min-width: 768px) {
      .faq-accordion--outer .faq-accordion-item .accordion-content p {
        font-size: 0.875rem;
        line-height: 1.55rem; } }
    @media screen and (min-width: 1024px) {
      .faq-accordion--outer .faq-accordion-item .accordion-content p {
        font-size: 0.9375rem;
        line-height: 1.55rem; } }

.faq-accordion--outer .faq-accordion-item .accordion-section {
  transition: background 0.1s ease-in-out; }
  .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title-bottom {
    padding: 0px 46px 46px 46px; }
    .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title-bottom .is-hidden {
      display: none; }
    @media screen and (min-width: 768px) {
      .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title-bottom {
        display: none; } }
  .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title {
    padding: 46px; }
  .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title, .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title-bottom {
    padding: 46px;
    outline: none; }
    .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title h3, .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title-bottom h3 {
      font-size: 0.875rem;
      line-height: 1.55rem;
      font-weight: 400; }
      @media screen and (min-width: 768px) {
        .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title h3, .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title-bottom h3 {
          font-size: 0.9375rem;
          line-height: 1.55rem; } }
      @media screen and (min-width: 1024px) {
        .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title h3, .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title-bottom h3 {
          font-size: 1rem;
          line-height: 1.55rem; } }
    .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title svg, .faq-accordion--outer .faq-accordion-item .accordion-section .accordion-title-bottom svg {
      float: right;
      width: 17px;
      height: 14px;
      fill: #959595;
      transition: background 0.1s ease-in-out;
      transform: rotate(-360deg); }
  .faq-accordion--outer .faq-accordion-item .accordion-section.is-active .accordion-title svg, .faq-accordion--outer .faq-accordion-item .accordion-section.is-active .accordion-icon-bottom svg {
    transform: rotate(-180deg); }
  .faq-accordion--outer .faq-accordion-item .accordion-section.is-active .accordion-icon-bottom {
    display: block; }
    @media screen and (min-width: 768px) {
      .faq-accordion--outer .faq-accordion-item .accordion-section.is-active .accordion-icon-bottom {
        display: none; } }

.faq-accordion--outer[data-theme='darktheme'] {
  background: #4c4c4c; }
  .faq-accordion--outer[data-theme='darktheme'] .accordian {
    background: #323232; }
  .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item {
    border-top: 1px solid #595959;
    background: #323232; }
    .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item:first-child {
      border-top: 0; }
    .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item a {
      color: #49b0f2; }
  .faq-accordion--outer[data-theme='darktheme'] .faq-accordion--heading h2 {
    color: #4c4c4c; }
    .faq-accordion--outer[data-theme='darktheme'] .faq-accordion--heading h2[data-theme='lighttext'] {
      color: #ffffff; }
  .faq-accordion--outer[data-theme='darktheme'] .show-hide-all {
    color: #f8f8f8; }
    .faq-accordion--outer[data-theme='darktheme'] .show-hide-all[data-theme='darktext'] {
      color: #323232; }
    .faq-accordion--outer[data-theme='darktheme'] .show-hide-all .show-hide-all-icon {
      background: #323232; }
      .faq-accordion--outer[data-theme='darktheme'] .show-hide-all .show-hide-all-icon .show-hide-caret {
        color: #49b0f2; }
        .faq-accordion--outer[data-theme='darktheme'] .show-hide-all .show-hide-all-icon .show-hide-caret[data-theme='darktext'] {
          color: #0079c1; }
    .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:hover, .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:focus, .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:active {
      color: #ffffff;
      outline: none;
      cursor: pointer; }
      .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:hover[data-theme='darktext'], .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:focus[data-theme='darktext'], .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:active[data-theme='darktext'] {
        color: #191919; }
      .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:hover .show-hide-all-icon, .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:focus .show-hide-all-icon, .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:active .show-hide-all-icon {
        background: #252525; }
        .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:hover .show-hide-all-icon .show-hide-caret, .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:focus .show-hide-all-icon .show-hide-caret, .faq-accordion--outer[data-theme='darktheme'] .show-hide-all:active .show-hide-all-icon .show-hide-caret {
          color: #74c6ff; }
  .faq-accordion--outer[data-theme='darktheme'] .svg-icon {
    color: #56a5d8;
    transform: rotate(-360deg); }
  .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section {
    background-color: #323232;
    border-left: 3px solid #323232; }
    .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section .accordion-title {
      background-color: inherit;
      color: #ffffff;
      border-top: none; }
      .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section .accordion-title svg {
        fill: #959595; }
    .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section .accordion-content {
      color: #ffffff;
      background-color: #323232; }
    .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section:hover, .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section:focus, .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section:active {
      background-color: #252525;
      border-left: 3px solid transparent; }
      .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section:hover svg, .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section:focus svg, .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section:active svg {
        fill: #0079c1; }
    .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section.is-active {
      background-color: #323232;
      border-left: 3px solid #74c6ff; }
      .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section.is-active .accordion-content {
        border-left: 3px solid #74c6ff;
        margin-left: -3px; }
      .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section.is-active svg {
        fill: #959595; }

.faq-accordion--outer[data-theme='lighttheme'] {
  background: #efefef; }
  .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item {
    border-top: 1px solid #cccccc; }
    .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item:first-child {
      border-top: 0; }
  .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion--heading h2 {
    color: #4c4c4c; }
    .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion--heading h2[data-theme='lighttext'] {
      color: #ffffff; }
  .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all {
    color: #323232; }
    .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all[data-theme='lighttext'] {
      color: #f8f8f8; }
    .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all .show-hide-all-icon {
      background: #ffffff; }
      .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all .show-hide-all-icon .show-hide-caret {
        color: #0079c1; }
        .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all .show-hide-all-icon .show-hide-caret[data-theme='lighttext'] {
          color: #49b0f2; }
    .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:hover, .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:focus, .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:active {
      color: #191919;
      outline: none;
      cursor: pointer; }
      .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:hover[data-theme='lighttext'], .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:focus[data-theme='lighttext'], .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:active[data-theme='lighttext'] {
        color: #ffffff; }
      .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:hover .show-hide-all-icon, .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:focus .show-hide-all-icon, .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:active .show-hide-all-icon {
        background: #f8f8f8; }
        .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:hover .show-hide-all-icon .show-hide-caret, .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:focus .show-hide-all-icon .show-hide-caret, .faq-accordion--outer[data-theme='lighttheme'] .show-hide-all:active .show-hide-all-icon .show-hide-caret {
          color: #005e95; }
  .faq-accordion--outer[data-theme='lighttheme'] .svg-icon {
    color: #56a5d8; }
  .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section {
    background-color: #ffffff;
    border-left: 3px solid transparent; }
    .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section .accordion-title {
      background-color: inherit;
      color: #4c4c4c;
      border-top: none; }
      .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section .accordion-title svg {
        fill: #959595; }
    .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section .accordion-content {
      color: #4c4c4c; }
    .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section:hover, .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section:focus, .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section:active {
      background-color: #f8f8f8; }
      .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section:hover svg, .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section:focus svg, .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section:active svg {
        fill: #0079c1; }
    .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section.is-active {
      border-left: 3px solid #0079c1;
      background-color: #ffffff; }
      .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section.is-active .accordion-content {
        border-left: 3px solid #0079c1;
        margin-left: -3px; }
      .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section.is-active svg {
        fill: #a9a9a9; }

.faq-accordion .faq-accordion--outer .faq-accordion-item .accordion-section {
  transition: background .1s ease-in-out; }

html[dir="rtl"] body [class*='icon-ui-']:before {
  padding-right: 6px; }

html[dir="rtl"] body svg.svg-icon {
  position: relative;
  left: 0;
  right: 100%; }

html[dir="rtl"] body .faq-accordion--outer .show-hide-all {
  float: left; }
  html[dir="rtl"] body .faq-accordion--outer .show-hide-all span {
    margin-left: 10px; }

html[dir="rtl"] body .faq-accordion--outer .show-hide-all-icon {
  float: left; }
  html[dir="rtl"] body .faq-accordion--outer .show-hide-all-icon .show-hide-caret {
    top: 41%;
    left: 68%; }

html[dir="rtl"] body .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section .accordion-icon {
  float: left; }

html[dir="rtl"] body .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section.is-active {
  border-right: 3px solid #74c6ff;
  border-left: none;
  margin-right: -3px;
  margin-left: 0; }
  html[dir="rtl"] body .faq-accordion--outer[data-theme='darktheme'] .faq-accordion-item-section.accordion-section.is-active .accordion-content {
    border-left: none; }

html[dir="rtl"] body .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section .accordion-icon {
  float: left; }

html[dir="rtl"] body .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section.is-active {
  border-right: 3px solid #0079c1;
  border-left: none;
  margin-right: -3px;
  margin-left: 0; }
  html[dir="rtl"] body .faq-accordion--outer[data-theme='lighttheme'] .faq-accordion-item-section.accordion-section.is-active .accordion-content {
    border-left: none; }

/* Contents removed -- most css not used in codebase, and css that was, was moved to:
    /apps/esri-sites/clientlibs/components/css/esri-card.scss */

.contact-us-distributors {
  background-color: #f4f4f4;
  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 {
      color: #323232;
      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;
        box-sizing: border-box; }
        .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: #969696;
    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: #323232;
    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: #595959;
    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%; }

.contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass {
  left: auto;
  right: 0; }

.contact-us_location-search-input-container .contact-us_location-search-input-delete-x {
  left: auto;
  right: 32px; }

.contact-us_location-search-input-container .contact-us_location-search-input-measure-blueline {
  left: 0;
  right: auto; }

[dir=ltr] .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass {
  left: auto;
  right: 0; }

[dir=ltr] .contact-us_location-search-input-container .contact-us_location-search-input-delete-x {
  left: auto;
  right: 32px; }

[dir=ltr] .contact-us_location-search-input-container .contact-us_location-search-input-measure-blueline {
  left: 0;
  right: auto; }

[dir=rtl] .contact-us_location-search-input-container .contact-us_location-search-input-magnifying-glass {
  left: 0;
  right: auto; }

[dir=rtl] .contact-us_location-search-input-container .contact-us_location-search-input-delete-x {
  left: 32px;
  right: auto; }

[dir=rtl] .contact-us_location-search-input-container .contact-us_location-search-input-measure-blueline {
  left: auto;
  right: 0; }

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;
  /* Stay in place */
  overflow: hidden;
  z-index: -1;
  /* Sit on top */
  left: 0;
  top: 0;
  width: 100vw;
  /* Full width */
  height: 100vh;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4);
  /* Black w/ opacity */
  -webkit-transition: all 0.25s ease-in;
  transition: all 0.25s ease-in; }
  #contact-us_map-modal.show-modal {
    opacity: 1;
    z-index: 10000; }

/* Modal Content/Box */
.contact-us_map-modal-content {
  position: fixed;
  box-sizing: border-box;
  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%; } }

/* Modal Close X */
.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;
  -webkit-transition: all 0.1s ease-in;
  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;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    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;
  -webkit-transition: margin 0.1s ease-in, height 0.3s ease-in;
  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 {
    box-sizing: border-box;
    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 {
      box-sizing: border-box;
      content: '';
      display: block;
      border-bottom: 1px solid #0079c1;
      width: 0;
      position: absolute;
      z-index: 200;
      left: 0;
      bottom: 0;
      -webkit-transition: 0.15s ease;
      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%;
    -webkit-transition: opacity 0.25s ease-in;
    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%;
    -webkit-transition: opacity 0.25s ease-in;
    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;
    -webkit-transition: opacity 0.525s ease-in-out;
    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;
      -webkit-transition: all 0.15s ease-in-out;
      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;
      -webkit-transition: all 0.35s ease-in-out;
      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: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex: 1;
      /* Safari 6.1+ */
      -ms-flex: 1;
      /* IE 10 */
      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;
    box-sizing: border-box; }
  .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;
    box-sizing: border-box;
    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 {
    box-sizing: border-box;
    display: inline-block;
    overflow: hidden;
    width: 100%;
    -webkit-transition: border 0.2s, color 0.15s ease-in-out;
    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 #0079c1;
      width: 0;
      position: absolute;
      z-index: -1;
      left: 0;
      bottom: 0;
      -webkit-transition: 0.15s ease;
      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;
      -webkit-transition: fill 0.15s ease-in-out;
      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 {
    box-sizing: border-box;
    text-align: center;
    background-color: white;
    border: 1px solid #ccc;
    margin: 0;
    display: none;
    padding: 0;
    -webkit-transition: padding 0.3s ease-in-out;
    transition: padding 0.3s ease-in-out; }
  @media (min-width: 790px) {
    .contact-us_address-box-left {
      display: none; }
    .contact-us_address-box-right {
      display: -webkit-flex;
      /* Safari */
      display: flex;
      -webkit-flex: 1;
      /* Safari 6.1+ */
      -ms-flex: 1;
      /* IE 10 */
      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;
    box-sizing: border-box;
    overflow: hidden;
    background-position: 50% 50%;
    background-size: cover;
    background-color: transparent;
    height: 214px;
    width: 0;
    max-width: 0;
    -webkit-transition: opacity 0.32s ease-in-out 0s;
    transition: opacity 0.32s ease-in-out 0s; }
    .contact-us_office-thumbnail-container.contact-us_office-thumbnail-container-show {
      opacity: 1;
      -webkit-transition: opacity 0.2s ease-in-out;
      transition: opacity 0.2s ease-in-out; }
    .contact-us_office-thumbnail-container.contact-us_office-thumbnail-container-hide {
      opacity: 0;
      -webkit-transition: opacity 0.32s ease-in-out 0s;
      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;
      -webkit-transition: width 0.2s ease-in-out 0.3s;
      transition: width 0.2s ease-in-out 0.3s;
      -webkit-transition: max-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;
    -webkit-transition: opacity 0.32s ease-in-out 0s;
    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: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
    flex-direction: row;
    justify-content: center;
    display: inline-block;
    padding: 0;
    -webkit-transition: all 0.32s ease-in-out;
    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;
    padding: 0;
    width: 100%; }
  .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%;
    box-sizing: border-box;
    width: 100%;
    text-align: left;
    margin: 0;
    overflow: visible;
    -webkit-transition: all 0.3s ease-in-out;
    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;
            /* should match background, can't be transparent */
            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 {
            -webkit-transition: all 0.15s ease-in-out;
            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;
              /* should match background, can't be transparent */
              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%;
      -webkit-transition: all 0.4s ease-in-out;
      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;
      -webkit-transition: all 0.4s ease-in-out;
      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;
        -webkit-transition: all 0.2s ease-in-out;
        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;
      -webkit-transition: height 0.4s ease-in-out;
      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;
      -webkit-transition: top 0.4s, opacity 0.4s ease-in-out;
      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;
      box-sizing: border-box;
      width: calc( 100% - 6px);
      margin: 0 3px;
      -webkit-transition: top 0.4s ease-in-out;
      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: -webkit-flex;
    /* Safari */
    display: flex;
    -webkit-flex: 1;
    /* Safari 6.1+ */
    -ms-flex: 1;
    /* IE 10 */
    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;
      display: inline-block;
      z-index: 2010;
      top: 0;
      margin: 0;
      margin-top: 8px;
      padding: 0;
      width: 32px;
      height: 32px;
      background: transparent;
      -webkit-transition: all 0.2s ease-in-out;
      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: #0079c1; }
    .contact-us_location-search-input-container .contact-us_location-search-input-delete-x {
      position: absolute;
      display: inline-block;
      z-index: 2010;
      top: 0;
      margin: 0;
      margin-top: 8px;
      padding: 0;
      width: 32px;
      height: 32px;
      background: transparent;
      opacity: 0;
      -webkit-transition: all 0.2s ease-in-out;
      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;
    -webkit-transition: all 0.3s ease-in-out;
    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 {
    /* Chrome/Opera/Safari */
    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::-moz-placeholder {
    /* Firefox 19+ */
    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:-ms-input-placeholder {
    /* IE 10+ */
    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:-moz-placeholder {
    /* Firefox 18- */
    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;
    box-sizing: border-box;
    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;
    top: 50px;
    overflow-x: hidden;
    max-width: 84%;
    box-sizing: border-box;
    border: none;
    border-top: solid #0079c1 1px;
    display: inline-block;
    color: transparent;
    background: transparent;
    height: 3px;
    -webkit-transition: width 0.8s ease-in-out;
    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;
    -webkit-transition: all 0.12s ease-in-out;
    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 {
      -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
      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%;
    -webkit-transition: all 0.4s ease-in-out;
    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 {
      box-sizing: border-box;
      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; }

/*cu_modified 190212*/
.contact-us .contact-us_address-box-right .contact-us_address-details {
  max-width: 96%; }


.table-comparison {
  /* calcite is adding a border on mobile */ }
  .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: 859px) {
      .table-comparison_header {
        font-size: 1.503565rem; } }
    @media screen and (max-width: 479px) {
      .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: -moz-linear-gradient(left, white 20%, rgba(255, 255, 255, 0) 100%);
      background: -webkit-linear-gradient(left, white 10%, rgba(255, 255, 255, 0) 100%);
      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: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 80%);
      background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, white 80%);
      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: -ms-flexbox;
      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;
          box-sizing: border-box;
          margin-left: 0 !important;
          /* need to overwrite calcite */ }
        .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;
          /* need to overwrite calcite */ }
      .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;
        box-sizing: border-box; }
      .table-comparison_col-headers-tabs--1 .esritable_colheader_1.column-header {
        background-color: #fff;
        box-sizing: border-box; } }
  .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: 859px) {
    .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: 479px) {
    .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: 859px) {
    .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: 479px) {
    .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: 859px) {
    .table-comparison_col-header-tab-description {
      font-size: 1.1305rem; } }
  @media screen and (min-width: 480px) and (max-width: 479px) {
    .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: -ms-flexbox;
        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;
          box-sizing: border-box; }
        .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;
    box-sizing: border-box; }
  .table-comparison .table-comparison_mobile-tab.is-active {
    /* the bottom still needs to be defined dynamically */
    border-left: 1px solid transparent !important;
    border-top: 1px solid transparent !important;
    border-right: 1px solid transparent !important; }

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  40%,
  43% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0); }
  70% {
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -15px, 0);
    transform: translate3d(0, -15px, 0); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0); } }

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom; }

@-webkit-keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1; }
  25%,
  75% {
    opacity: 0; } }

.flash {
  -webkit-animation-name: flash;
  animation-name: flash; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse; }

@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@-webkit-keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

@keyframes shake {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

@-webkit-keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

@keyframes headShake {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  6.5% {
    -webkit-transform: translateX(-6px) rotateY(-9deg);
    transform: translateX(-6px) rotateY(-9deg); }
  18.5% {
    -webkit-transform: translateX(5px) rotateY(7deg);
    transform: translateX(5px) rotateY(7deg); }
  31.5% {
    -webkit-transform: translateX(-3px) rotateY(-5deg);
    transform: translateX(-3px) rotateY(-5deg); }
  43.5% {
    -webkit-transform: translateX(2px) rotateY(3deg);
    transform: translateX(2px) rotateY(3deg); }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }

.headShake {
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-name: headShake;
  animation-name: headShake; }

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg); }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg); }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg); }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg); }
  to {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg); } }

.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing; }

@-webkit-keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes tada {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg); }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg); }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.tada {
  -webkit-animation-name: tada;
  animation-name: tada; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes wobble {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg); }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg); }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg); }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg); }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble; }

@-webkit-keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg); }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg); }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg); }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg); }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg); }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg); }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg); } }

.jello {
  -webkit-animation-name: jello;
  animation-name: jello;
  -webkit-transform-origin: center;
  transform-origin: center; }

@-webkit-keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes heartBeat {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  14% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  28% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  42% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

.heartBeat {
  -webkit-animation-name: heartBeat;
  animation-name: heartBeat;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out; }

@-webkit-keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03); }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97); }
  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.bounceIn {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn; }

@-webkit-keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0); }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown; }

@-webkit-keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft; }

@-webkit-keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0); }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0); }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight; }

@-webkit-keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0); }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp; }

@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9); }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); } }

.bounceOut {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut; }

@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown; }

@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft; }

@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight; }

@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0); }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp; }

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

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

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown; }

@-webkit-keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig; }

@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft; }

@-webkit-keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig; }

@-webkit-keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight; }

@-webkit-keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig; }

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp; }

@-webkit-keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig; }

@-webkit-keyframes fadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

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

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut; }

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes fadeOutDown {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown; }

@-webkit-keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

@keyframes fadeOutDownBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0); } }

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig; }

@-webkit-keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes fadeOutLeft {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft; }

@-webkit-keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

@keyframes fadeOutLeftBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0); } }

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig; }

@-webkit-keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes fadeOutRight {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight; }

@-webkit-keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

@keyframes fadeOutRightBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0); } }

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig; }

@-webkit-keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes fadeOutUp {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp; }

@-webkit-keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

@keyframes fadeOutUpBig {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0); } }

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig; }

@-webkit-keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

@keyframes flip {
  from {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  40% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out; }
  50% {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  to {
    -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; } }

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip; }

@-webkit-keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInX {
  from {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX; }

@-webkit-keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

@keyframes flipInY {
  from {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
    opacity: 0; }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in; }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1; }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg); }
  to {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); } }

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY; }

@-webkit-keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutX {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0; } }

.flipOutX {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important; }

@-webkit-keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

@keyframes flipOutY {
  from {
    -webkit-transform: perspective(400px);
    transform: perspective(400px); }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1; }
  to {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0; } }

.flipOutY {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY; }

@-webkit-keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes lightSpeedIn {
  from {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0; }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1; }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out; }

@-webkit-keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

@keyframes lightSpeedOut {
  from {
    opacity: 1; }
  to {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0; } }

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in; }

@-webkit-keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateIn {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn; }

@-webkit-keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft; }

@-webkit-keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight; }

@-webkit-keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft; }

@-webkit-keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@keyframes rotateInUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight; }

@-webkit-keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

@keyframes rotateOut {
  from {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1; }
  to {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0; } }

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut; }

@-webkit-keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

@keyframes rotateOutDownLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0; } }

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft; }

@-webkit-keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutDownRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight; }

@-webkit-keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

@keyframes rotateOutUpLeft {
  from {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0; } }

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft; }

@-webkit-keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

@keyframes rotateOutUpRight {
  from {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1; }
  to {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0; } }

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight; }

@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out; }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1; }
  to {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0; } }

.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: hinge;
  animation-name: hinge; }

@-webkit-keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes jackInTheBox {
  from {
    opacity: 0;
    -webkit-transform: scale(0.1) rotate(30deg);
    transform: scale(0.1) rotate(30deg);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }
  50% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg); }
  70% {
    -webkit-transform: rotate(3deg);
    transform: rotate(3deg); }
  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

.jackInTheBox {
  -webkit-animation-name: jackInTheBox;
  animation-name: jackInTheBox; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes rollIn {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn; }

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

@keyframes rollOut {
  from {
    opacity: 1; }
  to {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg); } }

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut; }

@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  50% {
    opacity: 1; } }

.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn; }

@-webkit-keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInDown {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown; }

@-webkit-keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInLeft {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft; }

@-webkit-keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInRight {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight; }

@-webkit-keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomInUp {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp; }

@-webkit-keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

@keyframes zoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }

.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut; }

@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown; }

@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center; } }

.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft; }

@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0); }
  to {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center; } }

.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight; }

@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  to {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1); } }

.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp; }

@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown; }

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft; }

@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight; }

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible; }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp; }

@-webkit-keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

@keyframes slideOutDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0); } }

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown; }

@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft; }

@-webkit-keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

@keyframes slideOutRight {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0); } }

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight; }

@-webkit-keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

@keyframes slideOutUp {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    visibility: hidden;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0); } }

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp; }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.animated.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s; }

.animated.delay-2s {
  -webkit-animation-delay: 2s;
  animation-delay: 2s; }

.animated.delay-3s {
  -webkit-animation-delay: 3s;
  animation-delay: 3s; }

.animated.delay-4s {
  -webkit-animation-delay: 4s;
  animation-delay: 4s; }

.animated.delay-5s {
  -webkit-animation-delay: 5s;
  animation-delay: 5s; }

.animated.fast {
  -webkit-animation-duration: 800ms;
  animation-duration: 800ms; }

.animated.faster {
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms; }

.animated.slow {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

.animated.slower {
  -webkit-animation-duration: 3s;
  animation-duration: 3s; }

@media (print), (prefers-reduced-motion: reduce) {
  .animated {
    -webkit-animation-duration: 1ms !important;
    animation-duration: 1ms !important;
    -webkit-transition-duration: 1ms !important;
    transition-duration: 1ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important; } }

/* media queries */
/* colors */
#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 #de2900;
  border-left: 1px #ccc solid;
  border-right: 1px #ccc solid;
  border-bottom: 1px #ccc solid;
  background: #ffffff;
  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 #0079c0;
  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 #efefef;
    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: #efefef;
      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: white;
  padding: 20px 0;
  border-top: 1px solid #efefef;
  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 #efefef;
  padding: 15px 40px;
  align-items: baseline;
  position: sticky;
  top: 0;
  z-index: 100;
  background: white; }
  @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: #595959; }

.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;
  /* should match background, can't be transparent */
  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: 40%; } }

.shoppingCart {
  padding: 20px 15px;
  border: 1px #cccccc solid;
  background: #ffffff;
  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 #efefef; }
  .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 #efefef;
    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: #323232;
          font-size: 20px;
          font-weight: 700;
          font-style: normal; }
          .shoppingCart .cartheader .cartheader-text-productinfo .productTitle:hover {
            color: #323232;
            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 #de2900 !important; }
            .shoppingCart .cartheader .cartheader-text-orginfo .dropdown.not-selected .dropdown-btn svg {
              fill: #de2900; }
          .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 #a9a9a9;
            border-bottom: 1px solid #a9a9a9;
            border-left: 1px solid #a9a9a9;
            border-right: 1px solid #a9a9a9;
            width: 40px;
            text-align: center;
            box-shadow: none;
            color: #000;
            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: #ffffff;
              border: 1px solid #0079c1;
              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 #a9a9a9;
            background: transparent;
            font-size: 15px;
            color: #595959;
            outline: none;
            z-index: 1; }
            .shoppingCart .cartheader .cartheader-productpricing-qty .qtyLoader button:hover {
              background-color: #f4f4f4;
              border: 1px solid #6e6e6e;
              color: #000000; }
            .shoppingCart .cartheader .cartheader-productpricing-qty .qtyLoader button:active:hover {
              background-color: #ffffff;
              border: 1px solid #0079c1;
              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: #0079c1;
              margin-top: 20px; }
              .shoppingCart .cartheader .cartheader-productpricing-remove a:hover {
                color: #005e95; } }
  .shoppingCart h3 {
    padding: 60px 0; }
  .shoppingCart .cart-cta {
    font-weight: 300;
    color: #ffffff;
    background: #0079c1;
    padding: 22px 42px; }
    .shoppingCart .cart-cta:hover, .shoppingCart .cart-cta:focus {
      background: #005e95;
      border: 1px solid #005e95;
      box-shadow: inset 0 0 0 3px #005e95; }
    .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: #323232;
          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; }
    .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; }

.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 #efefef;
    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: #efefef;
        color: #323232; }
      .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: #ffffff;
  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 #de2900;
    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 #de2900;
    background: #ffffff;
    cursor: pointer;
    border-radius: 10px; }
    .cart-alert.er-tooltip:after {
      content: "";
      position: absolute;
      left: 50%;
      height: 20px;
      width: 20px;
      background: #ffffff;
      box-sizing: border-box;
      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: #de2900;
    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: #005e95; }
  .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 #cccccc;
  box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.1);
  width: 315px;
  max-width: 100%; }
  .subscription-dropdown .onlineLabel {
    text-transform: uppercase;
    color: #595959;
    margin: 0; }
  .subscription-dropdown .subscriptionTextLabel {
    color: #595959;
    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 #cccccc; }
    .subscription-dropdown .subscriptionTypeText .orgNameText {
      color: #4c4c4c;
      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 #a9a9a9;
  border-bottom: 1px solid #a9a9a9;
  border-left: 1px solid #a9a9a9;
  border-right: 1px solid #a9a9a9;
  width: 40px;
  text-align: center;
  box-shadow: none;
  color: #000;
  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: #fff;
  border: 1px solid #0079c1;
  color: #0079c1; }

@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 #a9a9a9;
  background: transparent;
  font-size: 15px;
  color: #595959;
  outline: none;
  z-index: 1; }

.qtyLoader button:hover {
  background-color: #f4f4f4;
  border: 1px solid #6e6e6e;
  color: #000; }

.qtyLoader button:active:hover {
  background-color: #fff;
  border: 1px solid #0079c1;
  color: #0079c1; }

@media screen and (max-width: 600) {
  .qtyLoader button {
    display: none; } }

/*--------------------
----General Styles----
--------------------*/
#sectionTopper_short {
  display: none; }

h1, h2, h3, h4, h5, h6, p, a, li, table, tr, td {
  font-family: "Avenir Next W01","Avenir Next W00","Avenir Next","Avenir","Helvetica Neue","Helvetica","Arial",sans-serif; }

.fileInfo {
  display: none; }

.fancybox-lock body {
  overflow: visible !important; }

#header-search .sa-mast-btn {
  top: 26px !important; }

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

.ind-svg-icon {
  height: auto;
  width: 48px; }

ul li, ol ul li {
  background: none;
  padding: 0; }

.clear {
  clear: both; }

.horz-pipe {
  background: #828282;
  height: 1px;
  margin: auto;
  width: 100%; }
  @media (min-width: 768px) {
    .horz-pipe {
      width: 400px;
      margin: auto;
      height: 1px; } }
  @media (min-width: 1024px) {
    .horz-pipe {
      height: 200px;
      margin: auto;
      width: 1px; } }

/*Petroleum Color Theme*/
.text-black {
  color: #323232; }

.text-white-alpha {
  color: rgba(255, 255, 255, 0.85); }

.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; } }

/*backgrounds*/
.darkBackground {
  background: #4c4c4c;
  display: inline-block; }

.blackBackground {
  background: #323232;
  display: inline-block; }

/*Universal Video Play Button*/
.ind-video_play {
  background: 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; }
  .ind-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; }

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

.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-size: 30px 30px; }

.ind-video-dark-sl_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; }
  .ind-video-dark-sl_play:after {
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid #ffffff;
    left: 52.5%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    height: 0;
    width: 0; }
  .ind-video-dark-sl_play:hover {
    background: #0079c1; }
    .ind-video-dark-sl_play:hover:after {
      border-left: 9px solid #ffffff !important; }

/*Video Length Indicator*/
.ind-video_length {
  background: #4c4c4c;
  bottom: 7px;
  color: #ffffff;
  display: none;
  font-size: 10px;
  right: 0;
  padding: 0 15px;
  position: absolute;
  text-align: center; }

/*Collapse Top Margin*/
@media (min-width: 1024px) {
  .collapse-top {
    margin-top: 0 !important; } }

/*arrow*/
.right-arrow {
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-left: 5px; }
  .right-arrow.blue {
    fill: #0079c1; }

/*defaults*/
.text-center {
  text-align: center; }

.icon-ui-blue {
  fill: #0079c1; }

.icon-ui-white {
  fill: #ffffff; }

/*Button Treatments*/
.btn-engage {
  background: transparent !important;
  color: #49b0f2 !important;
  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 #49b0f2;
    color: #49b0f2;
    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; } }

.svg-position {
  position: absolute;
  margin-left: 5px;
  margin-top: 6px; }

.learn-more-link.dbl-line {
  background: transparent;
  color: #0079c1; }

.learn-more-link.dbl-line:hover {
  text-decoration: none; }

.learn-more-link.dbl-line:hover span:after {
  width: 100% !important;
  left: 0; }

.learn-more-link.dbl-line span {
  display: inline-block;
  background: transparent;
  color: #0079c1;
  border: none;
  text-align: left;
  padding-left: 0;
  padding-right: 0; }

.learn-more-link.dbl-line span:after {
  content: "";
  border-bottom: 1px solid #0079c1;
  width: 0%;
  height: 1px;
  position: absolute;
  left: 10px;
  bottom: 0; }

.learn-more-link.dbl-line span.top:after {
  transition: all .15s ease-in-out; }

.learn-more-link.dbl-line span.bottom:after {
  transition: all .15s ease-in-out .19s; }

.cta-questions .cta-primary-button_tagline:before,
.cta-questions .cta-primary-dbl-button_tagline:before {
  background: var(--theme-color); }

.detailed-list-item .icon-ui-check-mark:before, .detailed-list-item .icon-ui-close:before {
  color: var(--theme-color); }

svg.theme-color path.cls-1 {
  fill: var(--theme-color); }

hr.separator {
  background: var(--theme-color); }

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

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

.es-nav {
  background-repeat: no-repeat;
  box-sizing: border-box;
  box-shadow: 0 1px 0 0 #222;
  color: #efefef;
  background-color: rgba(50, 50, 50, 0.95);
  display: flex;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  transition: background-color 75ms,min-height 75ms;
  user-select: none;
  z-index: 9000; }
  .es-nav * {
    background-repeat: no-repeat;
    box-sizing: border-box; }
  .es-nav:after {
    background-repeat: no-repeat;
    box-sizing: border-box; }
  .es-nav :after {
    background-repeat: no-repeat;
    box-sizing: border-box; }
  .es-nav:before {
    background-repeat: no-repeat;
    box-sizing: border-box; }
  .es-nav :before {
    background-repeat: no-repeat;
    box-sizing: border-box; }

@media (max-width: 975px) {
  .es-nav:not([data-expanded='false']) {
    background-color: #000; }
  .es-nav-submenu {
    right: 0; }
  .es-nav-sublink[aria-controls] {
    padding-right: 44px; }
    .es-nav-sublink[aria-controls]:after {
      right: 20px; }
  .es-nav-subitem-menu {
    padding-left: 35px; }
  .es-nav:not([data-expanded='false']) .es-nav-title:after {
    background-image: linear-gradient(90deg, transparent, #000); } }

@media (max-width: 975px) and (min-width: 0px) and (max-width: 975px) {
  .es-nav:not([data-expanded='false']) .es-nav-menu-title:after {
    transform: rotateX(180deg) translateY(1px); } }

@media (max-width: 975px) {
  .es-nav-menu-title:after {
    right: 20px; }
  [dir=rtl] .es-nav-submenu {
    left: 0;
    right: auto; }
  [dir=rtl] .es-nav-sublink[aria-controls] {
    padding-left: 44px;
    padding-right: 20px; }
    [dir=rtl] .es-nav-sublink[aria-controls]:after {
      left: 20px;
      right: auto; }
  [dir=rtl] .es-nav-subitem-menu {
    padding-left: 0;
    padding-right: 35px; }
  [dir=rtl] .es-nav[data-expanded] .es-nav-title:after {
    background-image: linear-gradient(-90deg, transparent, #000); }
  [dir=rtl] .es-nav-menu-title:after {
    left: 20px;
    right: auto; }
  .es-nav-menu-title {
    display: block;
    font-size: 16px;
    line-height: 20px;
    padding-right: 20px;
    padding-left: 20px; }
    .es-nav-menu-title:focus {
      outline: 0; }
    .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; }
  .es-nav-submenu {
    background-color: #222;
    top: 100%;
    position: absolute;
    overflow-y: auto; }
    .es-nav-submenu:not([aria-hidden=false]) {
      display: none; }
  .es-nav-sublink {
    font-size: 16px;
    line-height: 25px;
    outline-offset: -4px;
    padding: 17.5px 20px; }
  .es-nav-sublink[aria-controls] {
    position: relative; }
    .es-nav-sublink[aria-controls]: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='14'%3E%3Cpath d='M28 9v5L16 26 4 14V9l12 12L28 9z' fill='%23fff'/%3E%3C/svg%3E");
      top: 23px;
      position: absolute;
      transition: all .25s ease-out; }
  .es-nav-sublink[aria-controls][aria-tertiary] {
    position: relative; }
    .es-nav-sublink[aria-controls][aria-tertiary]:after {
      content: ""; }
  .es-nav-subitem-menu {
    font-size: 14px;
    overflow: hidden;
    transition: max-height .25s,visibility 0s .5s; }
    .es-nav-subitem-menu:not([aria-hidden=false]) {
      max-height: 0;
      visibility: hidden; }
  .es-nav-subitem-menu[aria-hidden=false] {
    max-height: 300vh;
    transition: max-height .25s; }
  .es-nav-menu-title[aria-expanded=true]:after {
    transform: rotateX(180deg) translateY(1px); }
  .es-nav-sublink[aria-current]:not([data-expanded=true]) {
    box-shadow: inset 3px 0 0 0 var(--theme-color);
    color: #ffffff; }
  .es-nav-sublink[aria-controls][data-expanded=true]:after {
    transform: rotateX(180deg) translateY(9.5px); }
  :last-child > .es-nav-terlink {
    margin-bottom: 15px; } }

@media (max-width: 615px) {
  .es-nav {
    min-height: 50px; }
  .es-nav-wrapper {
    min-height: 50px; }
  .es-nav-title {
    font-size: 14px;
    line-height: 20px;
    padding: 15px 20px;
    padding-left: 0px; }
  .es-nav-menu-title {
    color: transparent;
    overflow: hidden;
    padding-top: 15px;
    padding-bottom: 15px;
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100vw;
    height: 50px; }
    .es-nav-menu-title:hover {
      background: transparent;
      color: transparent; }
  .es-nav-submenu {
    height: calc(100vh - 50px);
    width: 100vw; }
  .es-nav-more {
    display: flex;
    justify-content: center; }
  .es-nav-more-button {
    display: none;
    margin-top: 40px;
    margin-bottom: 80px;
    text-align: center; }
  .es-nav-menu-title {
    left: 0; }
  [dir=rtl] .es-nav-menu-title {
    left: auto;
    right: 0; } }

@media (min-width: 616px) {
  .es-nav {
    min-height: 60px; }
  .es-nav-wrapper {
    min-height: 60px; }
  .es-nav-title {
    font-size: 20px;
    line-height: 25px;
    padding: 17.5px 25px;
    padding-left: 0; }
  .es-nav-more-button {
    display: block;
    margin-top: 10.5px;
    margin-bottom: 10.5px; }
    .es-nav-more-button:hover {
      color: #ffffff;
      text-decoration: none; } }

@media (min-width: 1456px) {
  .es-nav {
    padding-right: calc(50vw - 725px);
    padding-left: calc(50vw - 725px); } }

.es-nav[data-fixed] {
  top: 0;
  position: fixed;
  width: 100%; }

.es-nav-wrapper {
  transition: min-height 75ms; }

.es-nav-title {
  margin-top: 0;
  margin-bottom: 0;
  flex-grow: 1;
  font-weight: 400;
  max-width: 100vw;
  overflow-x: hidden;
  padding-left: 15px;
  position: relative;
  transition: font-size 75ms,line-height 75ms,padding 75ms;
  white-space: nowrap; }
  @media (min-width: 1440px) {
    .es-nav-title {
      padding-left: 17px; } }
  .es-nav-title:after {
    content: "";
    top: 0;
    bottom: 0;
    position: absolute;
    width: 100px; }

.es-nav-terlink {
  padding-right: 30px; }
  .es-nav-terlink:after {
    right: 20px; }
  .es-nav-terlink:focus:after {
    transform: translateX(10px); }
  .es-nav-terlink:hover:after {
    transform: translateX(10px); }

.es-nav-title:after {
  background-image: linear-gradient(90deg, rgba(60, 60, 60, 0), #3c3c3c);
  right: 0; }

[dir=rtl] .es-nav-terlink {
  padding-left: 30px;
  padding-right: 0; }
  [dir=rtl] .es-nav-terlink:after {
    left: 20px;
    right: auto;
    transform: scale(-1); }
  [dir=rtl] .es-nav-terlink:focus:after {
    transform: translateX(-10px) scale(-1); }
  [dir=rtl] .es-nav-terlink:hover:after {
    transform: translateX(-10px) scale(-1); }

[dir=rtl] .es-nav-terlink[aria-current] {
  left: auto;
  right: -25px; }

[dir=rtl] .es-nav-title:after {
  background-image: linear-gradient(-90deg, rgba(60, 60, 60, 0), "3c3c3c");
  left: 0;
  right: auto; }

.es-nav-title-link {
  text-decoration: none;
  color: inherit; }
  .es-nav-title-link:focus {
    color: var(--theme-color);
    text-decoration: none; }
  .es-nav-title-link:hover {
    color: var(--theme-color);
    text-decoration: none; }

.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; }

@media (max-width: 975px) and (max-width: 615px) {
  .es-nav-menu-title:after {
    top: 21.5px; } }

@media (max-width: 975px) and (min-width: 616px) and (max-width: 975px) {
  .es-nav-menu-title:after {
    top: 26.5px; } }

@media (min-width: 616px) and (max-width: 975px) {
  .es-nav-menu-title {
    color: inherit;
    padding-top: 20px;
    padding-bottom: 20px;
    left: auto;
    position: relative;
    width: auto; }
    .es-nav-menu-title:hover {
      background: transparent; }
  .es-nav-submenu {
    max-height: calc(100vh - 60px);
    width: 320px; }
  .es-nav-menu-title {
    padding-right: 45px; }
  [dir=rtl] .es-nav-menu-title {
    padding-left: 45px;
    padding-right: 20px; } }

@media (min-width: 976px) {
  .es-nav-menu-title {
    display: none; }
  .es-nav-sublist {
    display: flex; }
  .es-nav-sublink {
    box-shadow: inset 0 0 0 0 var(--theme-color);
    font-size: 16px;
    line-height: 25px;
    font-weight: 400;
    outline-offset: -3px;
    padding: 17.5px 25px;
    position: relative;
    user-select: none;
    white-space: nowrap; }
    .es-nav-sublink:hover {
      color: #ffffff; }
    .es-nav-sublink:not([aria-expanded=true]):hover {
      box-shadow: inset 0 -3px 0 0 var(--theme-color); }
  .es-nav-sublink[aria-current] {
    color: #ffffff;
    background-color: #000; }
    .es-nav-sublink[aria-current]:not([aria-expanded=true]) {
      box-shadow: inset 0 -3px 0 0 var(--theme-color); }
  .es-nav-sublink[aria-expanded=true] {
    color: #ffffff; }
  .es-nav-sublink[aria-controls] {
    padding-right: 45px; }
    .es-nav-sublink[aria-controls]:not([data-expanded='false']) {
      background: #222;
      box-shadow: inset 0 0 0 0 #222; }
      .es-nav-sublink[aria-controls]:not([data-expanded='false']):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 d='M 0 0 14 0 7 7' fill='%23var(--theme-color)'/%3E%3C/svg%3E"); }
    .es-nav-sublink[aria-controls]:after {
      right: 25px; }
  .es-nav-subitem-menu {
    padding-left: 25px;
    right: 0; }
  [dir=rtl] .es-nav-sublink[aria-controls] {
    padding-left: 45px;
    padding-right: 25px; }
    [dir=rtl] .es-nav-sublink[aria-controls]:after {
      left: 25px;
      right: auto; }
  [dir=rtl] .es-nav-subitem-menu {
    left: 0;
    padding-left: 0;
    padding-right: 25px;
    right: auto; }
  .es-nav-sublink[aria-controls][data-expanded=true] {
    background-color: #222; }
    .es-nav-sublink[aria-controls][data-expanded=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 d='M 0 0 14 0 7 7' fill='%23var(--theme-color)'/%3E%3C/svg%3E"); }
  .es-nav-subitem-menu {
    background-color: #222;
    max-height: calc(100vh - 60px);
    padding-bottom: 25px;
    top: 100%;
    position: absolute;
    width: 320px; }
    .es-nav-subitem-menu:not([aria-hidden=false]) {
      display: none; }
  .es-nav-subitem-menu[aria-hidden=false] {
    animation: es-nav-fadein .25s; }
  .es-nav-sublink[aria-controls]:after {
    position: absolute;
    width: 10px;
    height: 5px;
    top: 25px; } }

@media (min-width: 976px) and (max-width: 1250px) {
  .es-nav-sublink {
    font-size: 1.3vw; } }

@media (min-width: 976px) and (max-width: 1350px) {
  .es-nav-sublink {
    padding-left: 20px;
    padding-right: 20px; }
  .es-nav-sublink[aria-controls] {
    padding-right: 20px; }
  .es-nav-sublink[aria-controls]:after {
    right: 5px; } }

.es-nav-sublist {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  font-size: inherit;
  line-height: inherit;
  margin-left: 0; }
  .es-nav-sublist .es-nav-more-button {
    display: block;
    margin: 20px auto;
    width: 70%; }
    @media (min-width: 615px) {
      .es-nav-sublist .es-nav-more-button {
        display: none; } }

.es-nav-subitem {
  position: relative;
  margin: 0; }
  @media (min-width: 975px) {
    .es-nav-subitem:hover .es-nav-sublink[aria-controls]::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 d='M 0 0 14 0 7 7' fill='%23var(--theme-color)'/%3E%3C/svg%3E"); } }

.es-nav-sublink {
  text-decoration: none;
  color: #efefef;
  cursor: pointer;
  display: block; }
  .es-nav-sublink:hover {
    text-decoration: none; }

@media (max-width: 975px) and (hover) {
  .es-nav-sublink:hover {
    color: #ffffff;
    background-color: rgba(50, 50, 50, 0.95); } }

.es-nav-subitem-menu {
  overflow-y: auto;
  transform: scaleX(1); }

.es-nav-terlist {
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  padding-left: 0;
  font-size: inherit;
  line-height: inherit;
  margin-left: 0; }

.es-nav-terlink {
  text-decoration: none;
  background-image: linear-gradient(90deg, var(--theme-color) 50%, #3f3f3f 0);
  background-position: 100% 100%;
  background-size: 200% 1px;
  color: #bcbcbc;
  cursor: pointer;
  display: block;
  line-height: 25px;
  outline-offset: -3px;
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  transition: background-position .25s; }
  .es-nav-terlink:focus {
    background-position-x: 0;
    color: #ffffff; }
    .es-nav-terlink:focus:after {
      opacity: 1; }
  .es-nav-terlink:hover {
    background-position-x: 0;
    color: #ffffff;
    text-decoration: none; }
    .es-nav-terlink:hover:after {
      opacity: 1; }
  .es-nav-terlink:after {
    content: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' width='16' height='16'%3E%3Cpath d='M8 14.3l5.3-5.3H0V8h13.3L8 2.7V1.3L15.2 8.5 8 15.7V14.3z' fill='%23var(--theme-color)' /%3E%3C/svg%3E");
    opacity: 0;
    top: calc(50% - 8px);
    transition: all .25s ease-out;
    position: absolute;
    width: 16px;
    height: 16px; }

.es-nav-terlink[aria-current] {
  color: #ffffff; }
  .es-nav-terlink[aria-current]:before {
    background-color: var(--theme-color);
    content: "";
    top: 0;
    bottom: 0;
    left: -25px;
    position: absolute;
    width: 3px;
    height: 100%; }

.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; }
  .es-nav-more-button:focus {
    background-color: #005e95; }
  .es-nav-more-button:hover {
    background-color: #005e95; }

.es-nav-teritem {
  margin: 0; }

.tertiary-nav {
  background-color: #000; }
  .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: #000;
    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; }

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

@media screen and (min-width: 479px) {
  .anchor-container .quad-nav--link:hover {
    border-right: 3px solid var(--theme-color); } }

@media screen and (min-width: 479px) {
  .anchor-container .quad-nav--link[aria-hidden="true"] {
    border-right: 3px solid var(--theme-color); } }

