/*
 *  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.
 */
/* stylelint-disable-next-line selector-max-type */
.cmp-image img {
  width: 100%;
}

/*
 *  Copyright 2016 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-list {
  /* stylelint-disable-next-line selector-max-type */
}
.cmp-list ul {
  list-style: none;
  padding: 0;
}
.cmp-list--item-description {
  display: block;
}
.cmp-list--item-date:before {
  content: "\2013\00a0";
}

/*
 *  Copyright 2016 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.
 */
.breadcrumb {
  display: inline-block;
  list-style: none;
  padding: 0;
}
.breadcrumb .breadcrumb-item {
  float: left;
}
.breadcrumb .breadcrumb-item + .breadcrumb-item:before {
  display: inline-block;
  padding: 0 5px;
  content: "/\00a0";
}

/*
 *  Copyright 2016 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.
 */
.core-form-control {
  display: block;
  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 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 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-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;
}

@charset "UTF-8";
@font-face {
  font-family: "AmazonEmber-Bold";
  src: url(main/css/resources/fonts/AmazonEmber_Bd.ttf) format("truetype");
}
@font-face {
  font-family: "AmazonEmber-Regular";
  src: url(main/css/resources/fonts/AmazonEmber_Rg.ttf) format("truetype");
}
@font-face {
  font-family: "AmazonEmber-Medium";
  src: url(main/css/resources/fonts/AmazonEmber_Md.ttf) format("truetype");
}
@font-face {
  font-family: "AmazonEmber-Light";
  src: url(main/css/resources/fonts/AmazonEmber_Lt.ttf) format("truetype");
}
@font-face {
  font-family: "AmazonEmber-Theme";
  src: url(main/css/resources/fonts/AmazonEmber_Th.ttf) format("truetype");
}
@font-face {
  font-family: "AmazonEmberDisplay-Bold";
  src: url(main/css/resources/fonts/AmazonEmberDisplay_Bd.ttf) format("truetype");
}
@font-face {
  font-family: "AmazonEmberDisplay-Regular";
  src: url(main/css/resources/fonts/AmazonEmberDisplay_Rg.ttf) format("truetype");
}
@font-face {
  font-family: "AmazonEmberDisplay-Heavy";
  src: url(main/css/resources/fonts/AmazonEmberDisplay_He.ttf) format("truetype");
}
@font-face {
  font-family: "AmazonEmberDisplay-Light";
  src: url(main/css/resources/fonts/AmazonEmberDisplay_Lt.ttf) format("truetype");
}
@font-face {
  font-family: "AmazonEmberDisplay-Medium";
  src: url(main/css/resources/fonts/AmazonEmberDisplay_Md.ttf) format("truetype");
}
html {
  font-size: 62.5%;
}

.alexa-base-page {
  overflow-x: hidden;
}

#pardotForm-base {
  overflow-y: hidden;
}

.base-wrapper {
  font-family: "AmazonEmber-Light";
  word-wrap: break-word;
  font-size: 1.6rem;
  color: #2F2F2F;
}
.base-wrapper .px-3 {
  padding-left: 1.6rem !important;
  padding-right: 1.6rem !important;
}
.base-wrapper .columncontrol.aem-GridColumn {
  display: flex;
  flex-direction: column;
}
@media all and (-ms-high-contrast: none) {
  .base-wrapper .columncontrol.aem-GridColumn {
    display: flex;
    flex-direction: row;
  }
}
.base-wrapper .hero-banner_wrapper a:not([href]):not([tabindex]),
.base-wrapper .image-rte_wrapper a:not([href]):not([tabindex]),
.base-wrapper .text-comp_wrapper a:not([href]):not([tabindex]),
.base-wrapper .title-comp_wrapper a:not([href]):not([tabindex]) {
  color: #0066C0;
  text-decoration: none;
}
.base-wrapper .hero-banner_wrapper a:not([href]):not([tabindex]):hover,
.base-wrapper .image-rte_wrapper a:not([href]):not([tabindex]):hover,
.base-wrapper .text-comp_wrapper a:not([href]):not([tabindex]):hover,
.base-wrapper .title-comp_wrapper a:not([href]):not([tabindex]):hover {
  color: #E87825;
  text-decoration: none;
}
.base-wrapper .hero-banner_wrapper a,
.base-wrapper .image-rte_wrapper a,
.base-wrapper .text-comp_wrapper a,
.base-wrapper .title-comp_wrapper a {
  color: #0066C0;
  text-decoration: none;
}
.base-wrapper .hero-banner_wrapper a:hover,
.base-wrapper .image-rte_wrapper a:hover,
.base-wrapper .text-comp_wrapper a:hover,
.base-wrapper .title-comp_wrapper a:hover {
  color: #E87825;
  text-decoration: none;
}
.base-wrapper picture {
  display: block;
  height: 100%;
}
.base-wrapper a.cta-button {
  padding: 1rem 2rem;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
}
.base-wrapper a.cta-button:hover, .base-wrapper a.cta-button:active {
  text-decoration: underline;
}
.base-wrapper a.cta-button.btnStretch {
  width: 100%;
}
.base-wrapper h1 {
  font-size: 4rem;
  line-height: 4.8rem;
  font-family: "AmazonEmber-Light";
  word-spacing: -0.1rem;
  letter-spacing: -0.05rem;
}
.base-wrapper h1 strong {
  font-family: "AmazonEmber-Medium";
}
.base-wrapper h2 {
  font-size: 3.5rem;
  line-height: 4.2rem;
  font-family: "AmazonEmber-Light";
  word-spacing: -0.1rem;
  letter-spacing: -0.05rem;
}
.base-wrapper h2 strong {
  font-family: "AmazonEmber-Medium";
}
.base-wrapper h3 {
  font-size: 2.8rem;
  line-height: 3.3rem;
  font-family: "AmazonEmber-Light";
  word-spacing: -0.1rem;
  letter-spacing: -0.035rem;
}
.base-wrapper h3 strong {
  font-family: "AmazonEmber-Medium";
}
.base-wrapper h4 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-family: "AmazonEmber-Light";
  letter-spacing: -0.028rem;
}
.base-wrapper h4 strong {
  font-family: "AmazonEmber-Medium";
}
.base-wrapper h5 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-transform: none;
  font-family: "AmazonEmber-Medium";
  letter-spacing: -0.023rem;
}
.base-wrapper h6 {
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: none;
  font-family: "AmazonEmber-Bold";
  letter-spacing: -0.03rem;
}
.base-wrapper p {
  font-size: 1.6rem;
  line-height: 2rem;
  letter-spacing: -0.01rem;
}
.base-wrapper p strong {
  font-family: "AmazonEmber-Regular";
}
.base-wrapper p span.awegreen {
  color: #32CD32;
}
.base-wrapper p span.awered {
  color: #DC143C;
}
.base-wrapper p span.aweblue {
  color: #31c4f3;
}
.base-wrapper p:empty {
  display: none;
}
.base-wrapper .mt-none {
  margin-top: 0;
}
.base-wrapper .mt-extra-small {
  margin-top: 0.8rem;
}
.base-wrapper .mt-small {
  margin-top: 1.2rem;
}
.base-wrapper .mt-base {
  margin-top: 1.6rem;
}
.base-wrapper .mt-medium {
  margin-top: 2rem;
}
.base-wrapper .mt-large {
  margin-top: 2.4rem;
}
.base-wrapper .mt-extra-large {
  margin-top: 3.2rem;
}
.base-wrapper .mt-2x-large {
  margin-top: 4.8rem;
}
.base-wrapper .mb-none {
  margin-bottom: 0;
}
.base-wrapper .mb-extra-small {
  margin-bottom: 0.8rem;
}
.base-wrapper .mb-small {
  margin-bottom: 1.2rem;
}
.base-wrapper .mb-base {
  margin-bottom: 1.6rem;
}
.base-wrapper .mb-medium {
  margin-bottom: 2rem;
}
.base-wrapper .mb-large {
  margin-bottom: 2.4rem;
}
.base-wrapper .mb-extra-large {
  margin-bottom: 3.2rem;
}
.base-wrapper .mb-2x-large {
  margin-bottom: 4.8rem;
}
.base-wrapper .p-none {
  padding: 0;
}
.base-wrapper .p-small {
  padding: 1.6rem;
}
.base-wrapper .p-medium {
  padding: 2rem;
}
.base-wrapper .p-large {
  padding: 4.8rem;
}
.base-wrapper a.cta-royal-blue {
  color: #FFFFFF;
  background: #3366FF;
}
.base-wrapper a.cta-royal-blue:hover, .base-wrapper a.cta-royal-blue:active {
  color: #FFFFFF;
}
.base-wrapper a.cta-blue {
  color: #FFFFFF;
  background: #31C4F3;
}
.base-wrapper a.cta-blue:hover, .base-wrapper a.cta-blue:active {
  color: #FFFFFF;
}
.base-wrapper a.cta-green {
  color: #FFFFFF;
  background: #36C2B4;
}
.base-wrapper a.cta-green:hover, .base-wrapper a.cta-green:active {
  color: #FFFFFF;
}
.base-wrapper a.cta-yellow {
  color: #111111;
  background: #F0C14B;
}
.base-wrapper a.cta-yellow:hover, .base-wrapper a.cta-yellow:active {
  color: #111111;
}
.base-wrapper a.cta-orange {
  color: #2F2F2F;
  background: #FFA723;
  border-radius: 20px;
}
.base-wrapper a.cta-orange:hover, .base-wrapper a.cta-orange:active {
  color: #2F2F2F;
  background: #FEBA53;
  box-shadow: rgba(130, 78, 0, 0.5607843137) 0 0 2px 0 inset;
}
.base-wrapper a.cta-orange2 {
  font-family: "AmazonEmberDisplay-Regular";
  color: #000000;
  background: #FF9900;
  border-radius: 20px;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  width: auto;
  height: auto;
}
.base-wrapper a.cta-orange2:hover, .base-wrapper a.cta-orange2:active {
  color: #000000;
  background: #FEBA53;
  box-shadow: rgba(130, 78, 0, 0.5607843137) 0 0 2px 0 inset;
  text-decoration: none;
}
.base-wrapper a.cta-blue2 {
  color: #000000;
  background: #00CAFF;
  border-radius: 30px;
  font-family: "AmazonEmberDisplay-Regular";
  font-size: 14px;
  padding: 12px 18px;
}
.base-wrapper a.cta-blue2:hover, .base-wrapper a.cta-blue2:active {
  color: #000000;
  background: rgba(16, 77, 93, 0.7294117647);
  text-decoration: none;
}
.base-wrapper a.cta-transparent {
  font-family: "AmazonEmberDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  padding: 16px 20px;
  background-color: transparent;
  color: #FFFFFF;
  border-radius: 30px;
  border: 1px solid #FFFFFF;
  width: auto;
  height: auto;
}
.base-wrapper a.cta-transparent:hover, .base-wrapper a.cta-transparent:active {
  text-decoration: none;
}
.base-wrapper .modal {
  z-index: 10001;
}
.base-wrapper .d-none-horizon {
  display: none;
}

html:lang(ja-JP) .base-wrapper, html:lang(ja_JP) .base-wrapper {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}
html:lang(ja-JP) .base-wrapper h1, html:lang(ja_JP) .base-wrapper h1 {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}
html:lang(ja-JP) .base-wrapper h1 strong, html:lang(ja_JP) .base-wrapper h1 strong {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: bold;
}
html:lang(ja-JP) .base-wrapper h2, html:lang(ja_JP) .base-wrapper h2 {
  font-size: 3.5rem;
  line-height: 4.2rem;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  word-spacing: -0.1rem;
  letter-spacing: -0.05rem;
}
html:lang(ja-JP) .base-wrapper h2 strong, html:lang(ja_JP) .base-wrapper h2 strong {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: bold;
}
html:lang(ja-JP) .base-wrapper h3, html:lang(ja_JP) .base-wrapper h3 {
  font-size: 2.8rem;
  line-height: 3.3rem;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  word-spacing: -0.1rem;
  letter-spacing: -0.035rem;
}
html:lang(ja-JP) .base-wrapper h3 strong, html:lang(ja_JP) .base-wrapper h3 strong {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: bold;
}
html:lang(ja-JP) .base-wrapper h4, html:lang(ja_JP) .base-wrapper h4 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  letter-spacing: -0.028rem;
}
html:lang(ja-JP) .base-wrapper h4 strong, html:lang(ja_JP) .base-wrapper h4 strong {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: bold;
}
html:lang(ja-JP) .base-wrapper h5, html:lang(ja_JP) .base-wrapper h5 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-transform: none;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  letter-spacing: -0.023rem;
}
html:lang(ja-JP) .base-wrapper h6, html:lang(ja_JP) .base-wrapper h6 {
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: none;
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  letter-spacing: -0.03rem;
}
html:lang(ja-JP) .base-wrapper p strong, html:lang(ja_JP) .base-wrapper p strong {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: bold;
}

html:lang(zh-CN) .base-wrapper, html:lang(zh_CN) .base-wrapper {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
}
html:lang(zh-CN) .base-wrapper h1, html:lang(zh_CN) .base-wrapper h1 {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
}
html:lang(zh-CN) .base-wrapper h1 strong, html:lang(zh_CN) .base-wrapper h1 strong {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: bold;
}
html:lang(zh-CN) .base-wrapper h2, html:lang(zh_CN) .base-wrapper h2 {
  font-size: 3.5rem;
  line-height: 4.2rem;
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  word-spacing: -0.1rem;
  letter-spacing: -0.05rem;
}
html:lang(zh-CN) .base-wrapper h2 strong, html:lang(zh_CN) .base-wrapper h2 strong {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: bold;
}
html:lang(zh-CN) .base-wrapper h3, html:lang(zh_CN) .base-wrapper h3 {
  font-size: 2.8rem;
  line-height: 3.3rem;
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  word-spacing: -0.1rem;
  letter-spacing: -0.035rem;
}
html:lang(zh-CN) .base-wrapper h3 strong, html:lang(zh_CN) .base-wrapper h3 strong {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: bold;
}
html:lang(zh-CN) .base-wrapper h4, html:lang(zh_CN) .base-wrapper h4 {
  font-size: 2.2rem;
  line-height: 2.6rem;
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  letter-spacing: -0.028rem;
}
html:lang(zh-CN) .base-wrapper h4 strong, html:lang(zh_CN) .base-wrapper h4 strong {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: bold;
}
html:lang(zh-CN) .base-wrapper h5, html:lang(zh_CN) .base-wrapper h5 {
  font-size: 1.8rem;
  line-height: 2.2rem;
  text-transform: none;
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  letter-spacing: -0.023rem;
}
html:lang(zh-CN) .base-wrapper h6, html:lang(zh_CN) .base-wrapper h6 {
  font-size: 1.4rem;
  line-height: 2rem;
  text-transform: none;
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  letter-spacing: -0.03rem;
}
html:lang(zh-CN) .base-wrapper p strong, html:lang(zh_CN) .base-wrapper p strong {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .base-wrapper h1 {
    font-size: 3.6rem;
    line-height: 5rem;
    font-family: "AmazonEmber-Light";
  }
  .base-wrapper h2 {
    font-size: 2.8rem;
    line-height: 4rem;
    font-family: "AmazonEmber-Regular";
  }
  .base-wrapper h3 {
    font-size: 2.4rem;
    line-height: 3.4rem;
    font-family: "AmazonEmber-Regular";
  }
  .base-wrapper h4 {
    font-size: 2rem;
    line-height: 2.8rem;
    font-family: "AmazonEmber-Regular";
  }
  .base-wrapper h5 {
    font-size: 1.8rem;
    line-height: 2.5rem;
    font-family: "AmazonEmber-Bold";
  }
  .base-wrapper .inner-wrap {
    max-width: 140rem;
    position: relative;
    margin: auto;
  }
  .base-wrapper picture {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .base-wrapper .inner-wrap {
    max-width: 140rem;
    position: relative;
    margin: auto;
  }
  .base-wrapper .px-md-5 {
    padding-left: 4.8rem !important;
    padding-right: 4.8rem !important;
  }
}
@media screen and (max-width: 767px) {
  .hideMobile {
    display: none;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .hideTablet {
    display: none;
  }
}
@media all and (min-width: 992px) {
  .hideDesktop {
    display: none;
  }
}
.text-rtl {
  direction: rtl;
}

.hero-banner {
  position: relative;
  overflow: hidden;
}
.hero-banner.font-white {
  color: #FFFFFF;
}
.hero-banner.font-black {
  color: #2F2F2F;
}
.hero-banner .banner-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}
.hero-banner_wrapper {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
}
.hero-banner_wrapper_left, .hero-banner_wrapper_right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-banner_wrapper_left .image-pos picture, .hero-banner_wrapper_right .image-pos picture {
  position: relative;
  width: 100%;
}
.hero-banner_wrapper_left .image-pos img, .hero-banner_wrapper_right .image-pos img {
  position: relative;
  width: 100%;
}
.hero-banner_wrapper_left .image-pos .caption, .hero-banner_wrapper_right .image-pos .caption {
  margin-top: 1rem;
  font-family: "AmazonEmber-Regular";
  font-size: 1.4rem;
}
.hero-banner_wrapper_left .image-pos .caption.text-left, .hero-banner_wrapper_right .image-pos .caption.text-left {
  align-self: flex-start;
}
.hero-banner_wrapper_left .image-pos .caption.text-center, .hero-banner_wrapper_right .image-pos .caption.text-center {
  align-self: center;
}
.hero-banner_wrapper_left .video-pos, .hero-banner_wrapper_right .video-pos {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.hero-banner_wrapper_left .video-pos iframe, .hero-banner_wrapper_right .video-pos iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: none;
}
.hero-banner_wrapper_left .video-pos .video-overlay, .hero-banner_wrapper_right .video-pos .video-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.hero-banner_wrapper_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-banner_wrapper_center .text-pos {
  text-align: center;
  margin: auto;
  max-width: 75rem;
}
.hero-banner_wrapper_left .text-pos, .hero-banner_wrapper_right .text-pos, .hero-banner_wrapper_center .text-pos {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .hero-banner_wrapper .text-pos {
    text-align: center;
  }
  .hero-banner_wrapper .image-pos {
    margin-top: 2rem;
  }
  .hero-banner_wrapper .image-pos .caption {
    text-align: center !important;
  }
  .hero-banner_wrapper .video-pos {
    margin-top: 2rem;
  }
  .hero-banner_wrapper_left .video-pos .video-overlay, .hero-banner_wrapper_right .video-pos .video-overlay {
    display: none;
  }
  .hero-banner_wrapper .row.mobile-pref {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .hero-banner .inner-wrap {
    max-width: 130rem;
    position: relative;
    margin: auto;
  }
  .hero-banner .wrapper-left .hero-banner_wrapper_left {
    align-items: start;
  }
  .hero-banner .wrapper-right .hero-banner_wrapper_right {
    align-items: start;
  }
  .hero-banner_wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }
  .hero-banner_wrapper_left, .hero-banner_wrapper_right {
    min-height: 29rem;
  }
  .hero-banner_wrapper_left h4, .hero-banner_wrapper_right h4 {
    font-size: 2.4rem;
    line-height: 4rem;
    font-family: "AmazonEmber-Light";
  }
  .hero-banner_wrapper_left .text-pos, .hero-banner_wrapper_right .text-pos {
    max-height: 34rem;
    padding-top: 7.5rem;
    padding-bottom: 5.8rem;
  }
  .hero-banner_wrapper_center {
    min-height: 29rem;
  }
  .hero-banner_wrapper_center h4 {
    font-size: 2.4rem;
    line-height: 4rem;
    font-family: "AmazonEmber-Light";
  }
  .hero-banner_wrapper_center .text-pos {
    max-height: 34rem;
  }
  .hero-banner_wrapper_left .image-pos, .hero-banner_wrapper_right .image-pos {
    max-height: 34rem;
  }
  .col-lg-60 {
    flex: 0 0 60%;
    max-width: 60%;
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  .col-lg-40 {
    flex: 0 0 40%;
    max-width: 38%;
    position: relative;
    width: 100%;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }
  #video-modal {
    overflow: hidden;
  }
  #video-modal .modal-dialog {
    max-width: 75%;
    margin: 2.8rem auto;
    margin-top: 0;
  }
  #video-modal .modal-dialog.publish {
    position: relative;
    height: 100%;
    display: flex;
    align-items: center;
  }
  #video-modal .modal-dialog .modal-content {
    border-radius: 0.48rem;
  }
  #video-modal .modal-dialog .modal-content .modal-body {
    padding: 3.2rem 1.6rem 1.6rem 1.6rem;
  }
  #video-modal .modal-dialog .modal-content .modal-body .close {
    position: absolute;
    right: 1.5rem;
    top: 0.5rem;
    z-index: 999;
    font-size: 2.4rem;
  }
  html:lang(ja-JP) .hero-banner_wrapper_left h4, html:lang(ja-JP) .hero-banner_wrapper_right h4, html:lang(ja_JP) .hero-banner_wrapper_left h4, html:lang(ja_JP) .hero-banner_wrapper_right h4 {
    font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
    font-weight: lighter;
  }
  html:lang(ja-JP) .hero-banner_wrapper_center, html:lang(ja_JP) .hero-banner_wrapper_center {
    min-height: 29rem;
  }
  html:lang(ja-JP) .hero-banner_wrapper_center h4, html:lang(ja_JP) .hero-banner_wrapper_center h4 {
    font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
    font-weight: lighter;
  }
  html:lang(zh-CN) .hero-banner_wrapper_left h4, html:lang(zh-CN) .hero-banner_wrapper_right h4, html:lang(zh_CN) .hero-banner_wrapper_left h4, html:lang(zh_CN) .hero-banner_wrapper_right h4 {
    font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
    font-weight: lighter;
  }
  html:lang(zh-CN) .hero-banner_wrapper_center, html:lang(zh_CN) .hero-banner_wrapper_center {
    min-height: 29rem;
  }
  html:lang(zh-CN) .hero-banner_wrapper_center h4, html:lang(zh_CN) .hero-banner_wrapper_center h4 {
    font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
    font-weight: lighter;
  }
}
@media screen and (min-width: 1500px) {
  .hero-banner .inner-wrap {
    max-width: 140rem;
  }
}
@media screen and (min-width: 1400px) {
  #video-modal .modal-dialog {
    max-width: 50%;
  }
}
html:lang(ja-JP) .hero-banner_wrapper_left .image-pos .caption, html:lang(ja-JP) .hero-banner_wrapper_right .image-pos .caption, html:lang(ja_JP) .hero-banner_wrapper_left .image-pos .caption, html:lang(ja_JP) .hero-banner_wrapper_right .image-pos .caption {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}

html:lang(zh-CN) .hero-banner_wrapper_left .image-pos .caption, html:lang(zh-CN) .hero-banner_wrapper_right .image-pos .caption, html:lang(zh_CN) .hero-banner_wrapper_left .image-pos .caption, html:lang(zh_CN) .hero-banner_wrapper_right .image-pos .caption {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
}

div.column-control.bg-none, div.column-control.white {
  background-color: #FFFFFF;
}
div.column-control.bg-none, div.column-control.white, div.column-control.light-grey-1, div.column-control.light-grey-2 {
  color: #2F2F2F;
}
div.column-control.bg-none a, div.column-control.white a, div.column-control.light-grey-1 a, div.column-control.light-grey-2 a {
  color: #0066C0;
}
div.column-control.bg-none a:hover, div.column-control.white a:hover, div.column-control.light-grey-1 a:hover, div.column-control.light-grey-2 a:hover {
  color: #0066C0;
  text-decoration: underline;
}
div.column-control.dark-grey-1, div.column-control.dark-grey-2 {
  color: #FFFFFF;
}
div.column-control.dark-grey-1 a, div.column-control.dark-grey-2 a {
  color: #B6FFFF;
}
div.column-control.dark-grey-1 a:hover, div.column-control.dark-grey-2 a:hover {
  color: #B6FFFF;
  text-decoration: underline;
}
div.column-control.orange-1, div.column-control.orange-2, div.column-control.orange-3, div.column-control.teal-1, div.column-control.blue-2, div.column-control.blue-500 {
  color: #2F2F2F;
}
div.column-control.orange-1 a, div.column-control.orange-2 a, div.column-control.orange-3 a, div.column-control.teal-1 a, div.column-control.blue-2 a, div.column-control.blue-500 a {
  color: #00008B;
}
div.column-control.orange-1 a:hover, div.column-control.orange-2 a:hover, div.column-control.orange-3 a:hover, div.column-control.teal-1 a:hover, div.column-control.blue-2 a:hover, div.column-control.blue-500 a:hover {
  color: #00008B;
  text-decoration: underline;
}
div.column-control.blue-1, div.column-control.purple-1, div.column-control.squid-ink {
  color: #FFFFFF;
}
div.column-control.blue-1 a, div.column-control.purple-1 a, div.column-control.squid-ink a {
  color: #E0FFFF;
}
div.column-control.blue-1 a:hover, div.column-control.purple-1 a:hover, div.column-control.squid-ink a:hover {
  color: #E0FFFF;
  text-decoration: underline;
}

.column-control .gutter-none {
  margin: 0 0;
}
.column-control .inner-wrap {
  max-width: none;
}
.column-control.cardStyle {
  padding: 5px;
}
.column-control.cardStyle > .column-control_wrapper {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  padding: 20px;
  border-radius: 10px;
}
.column-control_wrapper {
  overflow: hidden;
  position: relative;
}
.column-control_wrapper .ccImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.column-control_wrapper [class*=column-control_wrapper_container] {
  position: relative;
}
.column-control_wrapper [class*=column-control_wrapper_container].gutter-small {
  margin: 0 -0.8rem;
}
.column-control_wrapper [class*=column-control_wrapper_container].gutter-medium {
  margin: 0 -1.2rem;
}
.column-control_wrapper [class*=column-control_wrapper_container].gutter-large {
  margin: 0 -2rem;
}
.column-control_wrapper [class*=column-control_wrapper_container].gutter-blog {
  margin: 0 -6rem;
}
.column-control_wrapper [class*=column-control_wrapper_container] .content-section:nth-child(n).gutter-small {
  margin: 0 0.8rem;
}
.column-control_wrapper [class*=column-control_wrapper_container] .content-section:nth-child(n).gutter-medium {
  margin: 0 1.2rem;
}
.column-control_wrapper [class*=column-control_wrapper_container] .content-section:nth-child(n).gutter-large {
  margin: 0 2rem;
}
.column-control_wrapper [class*=column-control_wrapper_container] .content-section:nth-child(n).gutter-blog {
  margin: 0 6rem;
}
.column-control_wrapper .content-section {
  float: left;
  min-height: 0.1rem;
  overflow: hidden;
}
.column-control_wrapper .content-section:empty {
  visibility: hidden;
}
.column-control_wrapper_container10-90 > .content-section {
  width: 10%;
}
.column-control_wrapper_container10-90 > .content-section.gutter-small {
  width: calc(10% - 1.6rem);
}
.column-control_wrapper_container10-90 > .content-section.gutter-medium {
  width: calc(10% - 2.4rem);
}
.column-control_wrapper_container10-90 > .content-section.gutter-large {
  width: calc(10% - 4rem);
}
.column-control_wrapper_container10-90 > .content-section.gutter-blog {
  width: calc(10% - 12rem);
}
.column-control_wrapper_container10-90 > .content-section.gutter-extra-large {
  width: calc(10% - 2rem);
}
.column-control_wrapper_container10-90 > .content-section.gutter-2x-large {
  width: calc(10% - 3rem);
}
.column-control_wrapper_container10-90 > .content-section:nth-child(2) {
  width: 90%;
}
.column-control_wrapper_container10-90 > .content-section:nth-child(2).gutter-small {
  width: calc(90% - 1.6rem);
}
.column-control_wrapper_container10-90 > .content-section:nth-child(2).gutter-medium {
  width: calc(90% - 2.4rem);
}
.column-control_wrapper_container10-90 > .content-section:nth-child(2).gutter-large {
  width: calc(90% - 4rem);
}
.column-control_wrapper_container10-90 > .content-section:nth-child(2).gutter-blog {
  width: calc(90% - 12rem);
}
.column-control_wrapper_container10-90 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(90% - 2rem);
}
.column-control_wrapper_container10-90 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(90% - 3rem);
}
.column-control_wrapper_container20-80 > .content-section {
  width: 20%;
}
.column-control_wrapper_container20-80 > .content-section.gutter-small {
  width: calc(20% - 1.6rem);
}
.column-control_wrapper_container20-80 > .content-section.gutter-medium {
  width: calc(20% - 2.4rem);
}
.column-control_wrapper_container20-80 > .content-section.gutter-large {
  width: calc(20% - 4rem);
}
.column-control_wrapper_container20-80 > .content-section.gutter-blog {
  width: calc(20% - 12rem);
}
.column-control_wrapper_container20-80 > .content-section.gutter-extra-large {
  width: calc(20% - 2rem);
}
.column-control_wrapper_container20-80 > .content-section.gutter-2x-large {
  width: calc(20% - 3rem);
}
.column-control_wrapper_container20-80 > .content-section:nth-child(2) {
  width: 80%;
}
.column-control_wrapper_container20-80 > .content-section:nth-child(2).gutter-small {
  width: calc(80% - 1.6rem);
}
.column-control_wrapper_container20-80 > .content-section:nth-child(2).gutter-medium {
  width: calc(80% - 2.4rem);
}
.column-control_wrapper_container20-80 > .content-section:nth-child(2).gutter-large {
  width: calc(80% - 4rem);
}
.column-control_wrapper_container20-80 > .content-section:nth-child(2).gutter-blog {
  width: calc(80% - 12rem);
}
.column-control_wrapper_container20-80 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(80% - 2rem);
}
.column-control_wrapper_container20-80 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(80% - 3rem);
}
.column-control_wrapper_container25-75 > .content-section {
  width: 25%;
}
.column-control_wrapper_container25-75 > .content-section.gutter-small {
  width: calc(25% - 1.6rem);
}
.column-control_wrapper_container25-75 > .content-section.gutter-medium {
  width: calc(25% - 2.4rem);
}
.column-control_wrapper_container25-75 > .content-section.gutter-large {
  width: calc(25% - 4rem);
}
.column-control_wrapper_container25-75 > .content-section.gutter-blog {
  width: calc(25% - 12rem);
}
.column-control_wrapper_container25-75 > .content-section.gutter-extra-large {
  width: calc(25% - 2rem);
}
.column-control_wrapper_container25-75 > .content-section.gutter-2x-large {
  width: calc(25% - 3rem);
}
.column-control_wrapper_container25-75 > .content-section:nth-child(2) {
  width: 75%;
}
.column-control_wrapper_container25-75 > .content-section:nth-child(2).gutter-small {
  width: calc(75% - 1.6rem);
}
.column-control_wrapper_container25-75 > .content-section:nth-child(2).gutter-medium {
  width: calc(75% - 2.4rem);
}
.column-control_wrapper_container25-75 > .content-section:nth-child(2).gutter-large {
  width: calc(75% - 4rem);
}
.column-control_wrapper_container25-75 > .content-section:nth-child(2).gutter-blog {
  width: calc(75% - 12rem);
}
.column-control_wrapper_container25-75 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(75% - 2rem);
}
.column-control_wrapper_container25-75 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(75% - 3rem);
}
.column-control_wrapper_container30-70 > .content-section {
  width: 30%;
}
.column-control_wrapper_container30-70 > .content-section.gutter-small {
  width: calc(30% - 1.6rem);
}
.column-control_wrapper_container30-70 > .content-section.gutter-medium {
  width: calc(30% - 2.4rem);
}
.column-control_wrapper_container30-70 > .content-section.gutter-large {
  width: calc(30% - 4rem);
}
.column-control_wrapper_container30-70 > .content-section.gutter-blog {
  width: calc(30% - 12rem);
}
.column-control_wrapper_container30-70 > .content-section.gutter-extra-large {
  width: calc(30% - 2rem);
}
.column-control_wrapper_container30-70 > .content-section.gutter-2x-large {
  width: calc(30% - 3rem);
}
.column-control_wrapper_container30-70 > .content-section:nth-child(2) {
  width: 70%;
}
.column-control_wrapper_container30-70 > .content-section:nth-child(2).gutter-small {
  width: calc(70% - 1.6rem);
}
.column-control_wrapper_container30-70 > .content-section:nth-child(2).gutter-medium {
  width: calc(70% - 2.4rem);
}
.column-control_wrapper_container30-70 > .content-section:nth-child(2).gutter-large {
  width: calc(70% - 4rem);
}
.column-control_wrapper_container30-70 > .content-section:nth-child(2).gutter-blog {
  width: calc(70% - 12rem);
}
.column-control_wrapper_container30-70 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(70% - 2rem);
}
.column-control_wrapper_container30-70 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(70% - 3rem);
}
.column-control_wrapper_container35-65 > .content-section {
  width: 35%;
}
.column-control_wrapper_container35-65 > .content-section.gutter-small {
  width: calc(35% - 1.6rem);
}
.column-control_wrapper_container35-65 > .content-section.gutter-medium {
  width: calc(35% - 2.4rem);
}
.column-control_wrapper_container35-65 > .content-section.gutter-large {
  width: calc(35% - 4rem);
}
.column-control_wrapper_container35-65 > .content-section.gutter-blog {
  width: calc(35% - 12rem);
}
.column-control_wrapper_container35-65 > .content-section.gutter-extra-large {
  width: calc(35% - 2rem);
}
.column-control_wrapper_container35-65 > .content-section.gutter-2x-large {
  width: calc(35% - 3rem);
}
.column-control_wrapper_container35-65 > .content-section:nth-child(2) {
  width: 65%;
}
.column-control_wrapper_container35-65 > .content-section:nth-child(2).gutter-small {
  width: calc(65% - 1.6rem);
}
.column-control_wrapper_container35-65 > .content-section:nth-child(2).gutter-medium {
  width: calc(65% - 2.4rem);
}
.column-control_wrapper_container35-65 > .content-section:nth-child(2).gutter-large {
  width: calc(65% - 4rem);
}
.column-control_wrapper_container35-65 > .content-section:nth-child(2).gutter-blog {
  width: calc(65% - 12rem);
}
.column-control_wrapper_container35-65 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(65% - 2rem);
}
.column-control_wrapper_container35-65 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(65% - 3rem);
}
.column-control_wrapper_container40-60 > .content-section {
  width: 40%;
}
.column-control_wrapper_container40-60 > .content-section.gutter-small {
  width: calc(40% - 1.6rem);
}
.column-control_wrapper_container40-60 > .content-section.gutter-medium {
  width: calc(40% - 2.4rem);
}
.column-control_wrapper_container40-60 > .content-section.gutter-large {
  width: calc(40% - 4rem);
}
.column-control_wrapper_container40-60 > .content-section.gutter-blog {
  width: calc(40% - 12rem);
}
.column-control_wrapper_container40-60 > .content-section.gutter-extra-large {
  width: calc(40% - 2rem);
}
.column-control_wrapper_container40-60 > .content-section.gutter-2x-large {
  width: calc(40% - 3rem);
}
.column-control_wrapper_container40-60 > .content-section:nth-child(2) {
  width: 60%;
}
.column-control_wrapper_container40-60 > .content-section:nth-child(2).gutter-small {
  width: calc(60% - 1.6rem);
}
.column-control_wrapper_container40-60 > .content-section:nth-child(2).gutter-medium {
  width: calc(60% - 2.4rem);
}
.column-control_wrapper_container40-60 > .content-section:nth-child(2).gutter-large {
  width: calc(60% - 4rem);
}
.column-control_wrapper_container40-60 > .content-section:nth-child(2).gutter-blog {
  width: calc(60% - 12rem);
}
.column-control_wrapper_container40-60 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(60% - 2rem);
}
.column-control_wrapper_container40-60 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(60% - 3rem);
}
.column-control_wrapper_container50-50 > .content-section {
  width: 50%;
}
.column-control_wrapper_container50-50 > .content-section.gutter-small {
  width: calc(50% - 1.6rem);
}
.column-control_wrapper_container50-50 > .content-section.gutter-medium {
  width: calc(50% - 2.4rem);
}
.column-control_wrapper_container50-50 > .content-section.gutter-large {
  width: calc(50% - 4rem);
}
.column-control_wrapper_container50-50 > .content-section.gutter-blog {
  width: calc(50% - 12rem);
}
.column-control_wrapper_container50-50 > .content-section.gutter-extra-large {
  width: calc(50% - 2rem);
}
.column-control_wrapper_container50-50 > .content-section.gutter-2x-large {
  width: calc(50% - 3rem);
}
.column-control_wrapper_container50-50 > .content-section:nth-child(2) {
  width: 50%;
}
.column-control_wrapper_container50-50 > .content-section:nth-child(2).gutter-small {
  width: calc(50% - 1.6rem);
}
.column-control_wrapper_container50-50 > .content-section:nth-child(2).gutter-medium {
  width: calc(50% - 2.4rem);
}
.column-control_wrapper_container50-50 > .content-section:nth-child(2).gutter-large {
  width: calc(50% - 4rem);
}
.column-control_wrapper_container50-50 > .content-section:nth-child(2).gutter-blog {
  width: calc(50% - 12rem);
}
.column-control_wrapper_container50-50 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(50% - 2rem);
}
.column-control_wrapper_container50-50 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(50% - 3rem);
}
.column-control_wrapper_container60-40 > .content-section {
  width: 60%;
}
.column-control_wrapper_container60-40 > .content-section.gutter-small {
  width: calc(60% - 1.6rem);
}
.column-control_wrapper_container60-40 > .content-section.gutter-medium {
  width: calc(60% - 2.4rem);
}
.column-control_wrapper_container60-40 > .content-section.gutter-large {
  width: calc(60% - 4rem);
}
.column-control_wrapper_container60-40 > .content-section.gutter-blog {
  width: calc(60% - 12rem);
}
.column-control_wrapper_container60-40 > .content-section.gutter-extra-large {
  width: calc(60% - 2rem);
}
.column-control_wrapper_container60-40 > .content-section.gutter-2x-large {
  width: calc(60% - 3rem);
}
.column-control_wrapper_container60-40 > .content-section:nth-child(2) {
  width: 40%;
}
.column-control_wrapper_container60-40 > .content-section:nth-child(2).gutter-small {
  width: calc(40% - 1.6rem);
}
.column-control_wrapper_container60-40 > .content-section:nth-child(2).gutter-medium {
  width: calc(40% - 2.4rem);
}
.column-control_wrapper_container60-40 > .content-section:nth-child(2).gutter-large {
  width: calc(40% - 4rem);
}
.column-control_wrapper_container60-40 > .content-section:nth-child(2).gutter-blog {
  width: calc(40% - 12rem);
}
.column-control_wrapper_container60-40 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(40% - 2rem);
}
.column-control_wrapper_container60-40 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(40% - 3rem);
}
.column-control_wrapper_container65-35 > .content-section {
  width: 65%;
}
.column-control_wrapper_container65-35 > .content-section.gutter-small {
  width: calc(65% - 1.6rem);
}
.column-control_wrapper_container65-35 > .content-section.gutter-medium {
  width: calc(65% - 2.4rem);
}
.column-control_wrapper_container65-35 > .content-section.gutter-large {
  width: calc(65% - 4rem);
}
.column-control_wrapper_container65-35 > .content-section.gutter-blog {
  width: calc(65% - 12rem);
}
.column-control_wrapper_container65-35 > .content-section.gutter-extra-large {
  width: calc(65% - 2rem);
}
.column-control_wrapper_container65-35 > .content-section.gutter-2x-large {
  width: calc(65% - 3rem);
}
.column-control_wrapper_container65-35 > .content-section:nth-child(2) {
  width: 35%;
}
.column-control_wrapper_container65-35 > .content-section:nth-child(2).gutter-small {
  width: calc(35% - 1.6rem);
}
.column-control_wrapper_container65-35 > .content-section:nth-child(2).gutter-medium {
  width: calc(35% - 2.4rem);
}
.column-control_wrapper_container65-35 > .content-section:nth-child(2).gutter-large {
  width: calc(35% - 4rem);
}
.column-control_wrapper_container65-35 > .content-section:nth-child(2).gutter-blog {
  width: calc(35% - 12rem);
}
.column-control_wrapper_container65-35 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(35% - 2rem);
}
.column-control_wrapper_container65-35 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(35% - 3rem);
}
.column-control_wrapper_container70-30 > .content-section {
  width: 70%;
}
.column-control_wrapper_container70-30 > .content-section.gutter-small {
  width: calc(70% - 1.6rem);
}
.column-control_wrapper_container70-30 > .content-section.gutter-medium {
  width: calc(70% - 2.4rem);
}
.column-control_wrapper_container70-30 > .content-section.gutter-large {
  width: calc(70% - 4rem);
}
.column-control_wrapper_container70-30 > .content-section.gutter-blog {
  width: calc(70% - 12rem);
}
.column-control_wrapper_container70-30 > .content-section.gutter-extra-large {
  width: calc(70% - 2rem);
}
.column-control_wrapper_container70-30 > .content-section.gutter-2x-large {
  width: calc(70% - 3rem);
}
.column-control_wrapper_container70-30 > .content-section:nth-child(2) {
  width: 30%;
}
.column-control_wrapper_container70-30 > .content-section:nth-child(2).gutter-small {
  width: calc(30% - 1.6rem);
}
.column-control_wrapper_container70-30 > .content-section:nth-child(2).gutter-medium {
  width: calc(30% - 2.4rem);
}
.column-control_wrapper_container70-30 > .content-section:nth-child(2).gutter-large {
  width: calc(30% - 4rem);
}
.column-control_wrapper_container70-30 > .content-section:nth-child(2).gutter-blog {
  width: calc(30% - 12rem);
}
.column-control_wrapper_container70-30 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(30% - 2rem);
}
.column-control_wrapper_container70-30 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(30% - 3rem);
}
.column-control_wrapper_container75-25 > .content-section {
  width: 75%;
}
.column-control_wrapper_container75-25 > .content-section.gutter-small {
  width: calc(75% - 1.6rem);
}
.column-control_wrapper_container75-25 > .content-section.gutter-medium {
  width: calc(75% - 2.4rem);
}
.column-control_wrapper_container75-25 > .content-section.gutter-large {
  width: calc(75% - 4rem);
}
.column-control_wrapper_container75-25 > .content-section.gutter-blog {
  width: calc(75% - 12rem);
}
.column-control_wrapper_container75-25 > .content-section.gutter-extra-large {
  width: calc(75% - 2rem);
}
.column-control_wrapper_container75-25 > .content-section.gutter-2x-large {
  width: calc(75% - 3rem);
}
.column-control_wrapper_container75-25 > .content-section:nth-child(2) {
  width: 25%;
}
.column-control_wrapper_container75-25 > .content-section:nth-child(2).gutter-small {
  width: calc(25% - 1.6rem);
}
.column-control_wrapper_container75-25 > .content-section:nth-child(2).gutter-medium {
  width: calc(25% - 2.4rem);
}
.column-control_wrapper_container75-25 > .content-section:nth-child(2).gutter-large {
  width: calc(25% - 4rem);
}
.column-control_wrapper_container75-25 > .content-section:nth-child(2).gutter-blog {
  width: calc(25% - 12rem);
}
.column-control_wrapper_container75-25 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(25% - 2rem);
}
.column-control_wrapper_container75-25 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(25% - 3rem);
}
.column-control_wrapper_container80-20 > .content-section {
  width: 80%;
}
.column-control_wrapper_container80-20 > .content-section.gutter-small {
  width: calc(80% - 1.6rem);
}
.column-control_wrapper_container80-20 > .content-section.gutter-medium {
  width: calc(80% - 2.4rem);
}
.column-control_wrapper_container80-20 > .content-section.gutter-large {
  width: calc(80% - 4rem);
}
.column-control_wrapper_container80-20 > .content-section.gutter-blog {
  width: calc(80% - 12rem);
}
.column-control_wrapper_container80-20 > .content-section.gutter-extra-large {
  width: calc(80% - 2rem);
}
.column-control_wrapper_container80-20 > .content-section.gutter-2x-large {
  width: calc(80% - 3rem);
}
.column-control_wrapper_container80-20 > .content-section:nth-child(2) {
  width: 20%;
}
.column-control_wrapper_container80-20 > .content-section:nth-child(2).gutter-small {
  width: calc(20% - 1.6rem);
}
.column-control_wrapper_container80-20 > .content-section:nth-child(2).gutter-medium {
  width: calc(20% - 2.4rem);
}
.column-control_wrapper_container80-20 > .content-section:nth-child(2).gutter-large {
  width: calc(20% - 4rem);
}
.column-control_wrapper_container80-20 > .content-section:nth-child(2).gutter-blog {
  width: calc(20% - 12rem);
}
.column-control_wrapper_container80-20 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(20% - 2rem);
}
.column-control_wrapper_container80-20 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(20% - 3rem);
}
.column-control_wrapper_container90-10 > .content-section {
  width: 90%;
}
.column-control_wrapper_container90-10 > .content-section.gutter-small {
  width: calc(90% - 1.6rem);
}
.column-control_wrapper_container90-10 > .content-section.gutter-medium {
  width: calc(90% - 2.4rem);
}
.column-control_wrapper_container90-10 > .content-section.gutter-large {
  width: calc(90% - 4rem);
}
.column-control_wrapper_container90-10 > .content-section.gutter-blog {
  width: calc(90% - 12rem);
}
.column-control_wrapper_container90-10 > .content-section.gutter-extra-large {
  width: calc(90% - 2rem);
}
.column-control_wrapper_container90-10 > .content-section.gutter-2x-large {
  width: calc(90% - 3rem);
}
.column-control_wrapper_container90-10 > .content-section:nth-child(2) {
  width: 10%;
}
.column-control_wrapper_container90-10 > .content-section:nth-child(2).gutter-small {
  width: calc(10% - 1.6rem);
}
.column-control_wrapper_container90-10 > .content-section:nth-child(2).gutter-medium {
  width: calc(10% - 2.4rem);
}
.column-control_wrapper_container90-10 > .content-section:nth-child(2).gutter-large {
  width: calc(10% - 4rem);
}
.column-control_wrapper_container90-10 > .content-section:nth-child(2).gutter-blog {
  width: calc(10% - 12rem);
}
.column-control_wrapper_container90-10 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(10% - 2rem);
}
.column-control_wrapper_container90-10 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(10% - 3rem);
}
.column-control_wrapper_container33-33-33 > .content-section {
  width: 33.33333%;
}
.column-control_wrapper_container33-33-33 > .content-section.gutter-small {
  width: calc(33.3333% - 1.6rem);
}
.column-control_wrapper_container33-33-33 > .content-section.gutter-medium {
  width: calc(33.3333% - 2.4rem);
}
.column-control_wrapper_container33-33-33 > .content-section.gutter-large {
  width: calc(33.3333% - 4rem);
}
.column-control_wrapper_container33-33-33 > .content-section.gutter-blog {
  width: calc(33.3333% - 12rem);
}
.column-control_wrapper_container33-33-33 > .content-section.gutter-extra-large {
  width: calc(33.3333% - 2rem);
}
.column-control_wrapper_container33-33-33 > .content-section.gutter-2x-large {
  width: calc(33.3333% - 3rem);
}
.column-control_wrapper_container50-25-25 > .content-section {
  width: 50%;
}
.column-control_wrapper_container50-25-25 > .content-section.gutter-small {
  width: calc(50% - 1.6rem);
}
.column-control_wrapper_container50-25-25 > .content-section.gutter-medium {
  width: calc(50% - 2.4rem);
}
.column-control_wrapper_container50-25-25 > .content-section.gutter-large {
  width: calc(50% - 4rem);
}
.column-control_wrapper_container50-25-25 > .content-section.gutter-blog {
  width: calc(50% - 12rem);
}
.column-control_wrapper_container50-25-25 > .content-section.gutter-extra-large {
  width: calc(50% - 2rem);
}
.column-control_wrapper_container50-25-25 > .content-section.gutter-2x-large {
  width: calc(50% - 3rem);
}
.column-control_wrapper_container50-25-25 > .content-section:nth-child(2) {
  width: 25%;
}
.column-control_wrapper_container50-25-25 > .content-section:nth-child(2).gutter-small {
  width: calc(25% - 1.6rem);
}
.column-control_wrapper_container50-25-25 > .content-section:nth-child(2).gutter-medium {
  width: calc(25% - 2.4rem);
}
.column-control_wrapper_container50-25-25 > .content-section:nth-child(2).gutter-large {
  width: calc(25% - 4rem);
}
.column-control_wrapper_container50-25-25 > .content-section:nth-child(2).gutter-blog {
  width: calc(25% - 12rem);
}
.column-control_wrapper_container50-25-25 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(25% - 2rem);
}
.column-control_wrapper_container50-25-25 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(25% - 3rem);
}
.column-control_wrapper_container50-25-25 > .content-section:nth-child(3) {
  width: 25%;
}
.column-control_wrapper_container50-25-25 > .content-section:nth-child(3).gutter-small {
  width: calc(25% - 1.6rem);
}
.column-control_wrapper_container50-25-25 > .content-section:nth-child(3).gutter-medium {
  width: calc(25% - 2.4rem);
}
.column-control_wrapper_container50-25-25 > .content-section:nth-child(3).gutter-large {
  width: calc(25% - 4rem);
}
.column-control_wrapper_container50-25-25 > .content-section:nth-child(3).gutter-blog {
  width: calc(25% - 12rem);
}
.column-control_wrapper_container50-25-25 > .content-section:nth-child(3).gutter-extra-large {
  width: calc(25% - 2rem);
}
.column-control_wrapper_container50-25-25 > .content-section:nth-child(3).gutter-2x-large {
  width: calc(25% - 3rem);
}
.column-control_wrapper_container25-50-25 > .content-section {
  width: 25%;
}
.column-control_wrapper_container25-50-25 > .content-section.gutter-small {
  width: calc(25% - 1.6rem);
}
.column-control_wrapper_container25-50-25 > .content-section.gutter-medium {
  width: calc(25% - 2.4rem);
}
.column-control_wrapper_container25-50-25 > .content-section.gutter-large {
  width: calc(25% - 4rem);
}
.column-control_wrapper_container25-50-25 > .content-section.gutter-blog {
  width: calc(25% - 12rem);
}
.column-control_wrapper_container25-50-25 > .content-section.gutter-extra-large {
  width: calc(25% - 2rem);
}
.column-control_wrapper_container25-50-25 > .content-section.gutter-2x-large {
  width: calc(25% - 3rem);
}
.column-control_wrapper_container25-50-25 > .content-section:nth-child(2) {
  width: 50%;
}
.column-control_wrapper_container25-50-25 > .content-section:nth-child(2).gutter-small {
  width: calc(50% - 1.6rem);
}
.column-control_wrapper_container25-50-25 > .content-section:nth-child(2).gutter-medium {
  width: calc(50% - 2.4rem);
}
.column-control_wrapper_container25-50-25 > .content-section:nth-child(2).gutter-large {
  width: calc(50% - 4rem);
}
.column-control_wrapper_container25-50-25 > .content-section:nth-child(2).gutter-blog {
  width: calc(50% - 12rem);
}
.column-control_wrapper_container25-50-25 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(50% - 2rem);
}
.column-control_wrapper_container25-50-25 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(50% - 3rem);
}
.column-control_wrapper_container25-50-25 > .content-section:nth-child(3) {
  width: 25%;
}
.column-control_wrapper_container25-50-25 > .content-section:nth-child(3).gutter-small {
  width: calc(25% - 1.6rem);
}
.column-control_wrapper_container25-50-25 > .content-section:nth-child(3).gutter-medium {
  width: calc(25% - 2.4rem);
}
.column-control_wrapper_container25-50-25 > .content-section:nth-child(3).gutter-large {
  width: calc(25% - 4rem);
}
.column-control_wrapper_container25-50-25 > .content-section:nth-child(3).gutter-blog {
  width: calc(25% - 12rem);
}
.column-control_wrapper_container25-50-25 > .content-section:nth-child(3).gutter-extra-large {
  width: calc(25% - 2rem);
}
.column-control_wrapper_container25-50-25 > .content-section:nth-child(3).gutter-2x-large {
  width: calc(25% - 3rem);
}
.column-control_wrapper_container25-25-50 > .content-section {
  width: 25%;
}
.column-control_wrapper_container25-25-50 > .content-section.gutter-small {
  width: calc(25% - 1.6rem);
}
.column-control_wrapper_container25-25-50 > .content-section.gutter-medium {
  width: calc(25% - 2.4rem);
}
.column-control_wrapper_container25-25-50 > .content-section.gutter-large {
  width: calc(25% - 4rem);
}
.column-control_wrapper_container25-25-50 > .content-section.gutter-blog {
  width: calc(25% - 12rem);
}
.column-control_wrapper_container25-25-50 > .content-section.gutter-extra-large {
  width: calc(25% - 2rem);
}
.column-control_wrapper_container25-25-50 > .content-section.gutter-2x-large {
  width: calc(25% - 3rem);
}
.column-control_wrapper_container25-25-50 > .content-section:nth-child(2) {
  width: 25%;
}
.column-control_wrapper_container25-25-50 > .content-section:nth-child(2).gutter-small {
  width: calc(25% - 1.6rem);
}
.column-control_wrapper_container25-25-50 > .content-section:nth-child(2).gutter-medium {
  width: calc(25% - 2.4rem);
}
.column-control_wrapper_container25-25-50 > .content-section:nth-child(2).gutter-large {
  width: calc(25% - 4rem);
}
.column-control_wrapper_container25-25-50 > .content-section:nth-child(2).gutter-blog {
  width: calc(25% - 12rem);
}
.column-control_wrapper_container25-25-50 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(25% - 2rem);
}
.column-control_wrapper_container25-25-50 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(25% - 3rem);
}
.column-control_wrapper_container25-25-50 > .content-section:nth-child(3) {
  width: 50%;
}
.column-control_wrapper_container25-25-50 > .content-section:nth-child(3).gutter-small {
  width: calc(50% - 1.6rem);
}
.column-control_wrapper_container25-25-50 > .content-section:nth-child(3).gutter-medium {
  width: calc(50% - 2.4rem);
}
.column-control_wrapper_container25-25-50 > .content-section:nth-child(3).gutter-large {
  width: calc(50% - 4rem);
}
.column-control_wrapper_container25-25-50 > .content-section:nth-child(3).gutter-blog {
  width: calc(50% - 12rem);
}
.column-control_wrapper_container25-25-50 > .content-section:nth-child(3).gutter-extra-large {
  width: calc(50% - 2rem);
}
.column-control_wrapper_container25-25-50 > .content-section:nth-child(3).gutter-2x-large {
  width: calc(50% - 3rem);
}
.column-control_wrapper_container70-15-15 > .content-section {
  width: 70%;
}
.column-control_wrapper_container70-15-15 > .content-section.gutter-small {
  width: calc(70% - 1.6rem);
}
.column-control_wrapper_container70-15-15 > .content-section.gutter-medium {
  width: calc(70% - 2.4rem);
}
.column-control_wrapper_container70-15-15 > .content-section.gutter-large {
  width: calc(70% - 4rem);
}
.column-control_wrapper_container70-15-15 > .content-section.gutter-blog {
  width: calc(70% - 12rem);
}
.column-control_wrapper_container70-15-15 > .content-section.gutter-extra-large {
  width: calc(70% - 2rem);
}
.column-control_wrapper_container70-15-15 > .content-section.gutter-2x-large {
  width: calc(70% - 3rem);
}
.column-control_wrapper_container70-15-15 > .content-section:nth-child(2) {
  width: 15%;
}
.column-control_wrapper_container70-15-15 > .content-section:nth-child(2).gutter-small {
  width: calc(15% - 1.6rem);
}
.column-control_wrapper_container70-15-15 > .content-section:nth-child(2).gutter-medium {
  width: calc(15% - 2.4rem);
}
.column-control_wrapper_container70-15-15 > .content-section:nth-child(2).gutter-large {
  width: calc(15% - 4rem);
}
.column-control_wrapper_container70-15-15 > .content-section:nth-child(2).gutter-blog {
  width: calc(15% - 12rem);
}
.column-control_wrapper_container70-15-15 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(15% - 2rem);
}
.column-control_wrapper_container70-15-15 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(15% - 3rem);
}
.column-control_wrapper_container70-15-15 > .content-section:nth-child(3) {
  width: 15%;
}
.column-control_wrapper_container70-15-15 > .content-section:nth-child(3).gutter-small {
  width: calc(15% - 1.6rem);
}
.column-control_wrapper_container70-15-15 > .content-section:nth-child(3).gutter-medium {
  width: calc(15% - 2.4rem);
}
.column-control_wrapper_container70-15-15 > .content-section:nth-child(3).gutter-large {
  width: calc(15% - 4rem);
}
.column-control_wrapper_container70-15-15 > .content-section:nth-child(3).gutter-blog {
  width: calc(15% - 12rem);
}
.column-control_wrapper_container70-15-15 > .content-section:nth-child(3).gutter-extra-large {
  width: calc(15% - 2rem);
}
.column-control_wrapper_container70-15-15 > .content-section:nth-child(3).gutter-2x-large {
  width: calc(15% - 3rem);
}
.column-control_wrapper_container15-70-15 > .content-section {
  width: 15%;
}
.column-control_wrapper_container15-70-15 > .content-section.gutter-small {
  width: calc(15% - 1.6rem);
}
.column-control_wrapper_container15-70-15 > .content-section.gutter-medium {
  width: calc(15% - 2.4rem);
}
.column-control_wrapper_container15-70-15 > .content-section.gutter-large {
  width: calc(15% - 4rem);
}
.column-control_wrapper_container15-70-15 > .content-section.gutter-blog {
  width: calc(15% - 12rem);
}
.column-control_wrapper_container15-70-15 > .content-section.gutter-extra-large {
  width: calc(15% - 2rem);
}
.column-control_wrapper_container15-70-15 > .content-section.gutter-2x-large {
  width: calc(15% - 3rem);
}
.column-control_wrapper_container15-70-15 > .content-section:nth-child(2) {
  width: 70%;
}
.column-control_wrapper_container15-70-15 > .content-section:nth-child(2).gutter-small {
  width: calc(70% - 1.6rem);
}
.column-control_wrapper_container15-70-15 > .content-section:nth-child(2).gutter-medium {
  width: calc(70% - 2.4rem);
}
.column-control_wrapper_container15-70-15 > .content-section:nth-child(2).gutter-large {
  width: calc(70% - 4rem);
}
.column-control_wrapper_container15-70-15 > .content-section:nth-child(2).gutter-blog {
  width: calc(70% - 12rem);
}
.column-control_wrapper_container15-70-15 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(70% - 2rem);
}
.column-control_wrapper_container15-70-15 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(70% - 3rem);
}
.column-control_wrapper_container15-70-15 > .content-section:nth-child(3) {
  width: 15%;
}
.column-control_wrapper_container15-70-15 > .content-section:nth-child(3).gutter-small {
  width: calc(15% - 1.6rem);
}
.column-control_wrapper_container15-70-15 > .content-section:nth-child(3).gutter-medium {
  width: calc(15% - 2.4rem);
}
.column-control_wrapper_container15-70-15 > .content-section:nth-child(3).gutter-large {
  width: calc(15% - 4rem);
}
.column-control_wrapper_container15-70-15 > .content-section:nth-child(3).gutter-blog {
  width: calc(15% - 12rem);
}
.column-control_wrapper_container15-70-15 > .content-section:nth-child(3).gutter-extra-large {
  width: calc(15% - 2rem);
}
.column-control_wrapper_container15-70-15 > .content-section:nth-child(3).gutter-2x-large {
  width: calc(15% - 3rem);
}
.column-control_wrapper_container15-15-70 > .content-section {
  width: 15%;
}
.column-control_wrapper_container15-15-70 > .content-section.gutter-small {
  width: calc(15% - 1.6rem);
}
.column-control_wrapper_container15-15-70 > .content-section.gutter-medium {
  width: calc(15% - 2.4rem);
}
.column-control_wrapper_container15-15-70 > .content-section.gutter-large {
  width: calc(15% - 4rem);
}
.column-control_wrapper_container15-15-70 > .content-section.gutter-blog {
  width: calc(15% - 12rem);
}
.column-control_wrapper_container15-15-70 > .content-section.gutter-extra-large {
  width: calc(15% - 2rem);
}
.column-control_wrapper_container15-15-70 > .content-section.gutter-2x-large {
  width: calc(15% - 3rem);
}
.column-control_wrapper_container15-15-70 > .content-section:nth-child(2) {
  width: 15%;
}
.column-control_wrapper_container15-15-70 > .content-section:nth-child(2).gutter-small {
  width: calc(15% - 1.6rem);
}
.column-control_wrapper_container15-15-70 > .content-section:nth-child(2).gutter-medium {
  width: calc(15% - 2.4rem);
}
.column-control_wrapper_container15-15-70 > .content-section:nth-child(2).gutter-large {
  width: calc(15% - 4rem);
}
.column-control_wrapper_container15-15-70 > .content-section:nth-child(2).gutter-blog {
  width: calc(15% - 12rem);
}
.column-control_wrapper_container15-15-70 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(15% - 2rem);
}
.column-control_wrapper_container15-15-70 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(15% - 3rem);
}
.column-control_wrapper_container15-15-70 > .content-section:nth-child(3) {
  width: 70%;
}
.column-control_wrapper_container15-15-70 > .content-section:nth-child(3).gutter-small {
  width: calc(70% - 1.6rem);
}
.column-control_wrapper_container15-15-70 > .content-section:nth-child(3).gutter-medium {
  width: calc(70% - 2.4rem);
}
.column-control_wrapper_container15-15-70 > .content-section:nth-child(3).gutter-large {
  width: calc(70% - 4rem);
}
.column-control_wrapper_container15-15-70 > .content-section:nth-child(3).gutter-blog {
  width: calc(70% - 12rem);
}
.column-control_wrapper_container15-15-70 > .content-section:nth-child(3).gutter-extra-large {
  width: calc(70% - 2rem);
}
.column-control_wrapper_container15-15-70 > .content-section:nth-child(3).gutter-2x-large {
  width: calc(70% - 3rem);
}
.column-control_wrapper_container40-30-30 > .content-section {
  width: 40%;
}
.column-control_wrapper_container40-30-30 > .content-section.gutter-small {
  width: calc(40% - 1.6rem);
}
.column-control_wrapper_container40-30-30 > .content-section.gutter-medium {
  width: calc(40% - 2.4rem);
}
.column-control_wrapper_container40-30-30 > .content-section.gutter-large {
  width: calc(40% - 4rem);
}
.column-control_wrapper_container40-30-30 > .content-section.gutter-blog {
  width: calc(40% - 12rem);
}
.column-control_wrapper_container40-30-30 > .content-section.gutter-extra-large {
  width: calc(40% - 2rem);
}
.column-control_wrapper_container40-30-30 > .content-section.gutter-2x-large {
  width: calc(40% - 3rem);
}
.column-control_wrapper_container40-30-30 > .content-section:nth-child(2) {
  width: 30%;
}
.column-control_wrapper_container40-30-30 > .content-section:nth-child(2).gutter-small {
  width: calc(30% - 1.6rem);
}
.column-control_wrapper_container40-30-30 > .content-section:nth-child(2).gutter-medium {
  width: calc(30% - 2.4rem);
}
.column-control_wrapper_container40-30-30 > .content-section:nth-child(2).gutter-large {
  width: calc(30% - 4rem);
}
.column-control_wrapper_container40-30-30 > .content-section:nth-child(2).gutter-blog {
  width: calc(30% - 12rem);
}
.column-control_wrapper_container40-30-30 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(30% - 2rem);
}
.column-control_wrapper_container40-30-30 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(30% - 3rem);
}
.column-control_wrapper_container40-30-30 > .content-section:nth-child(3) {
  width: 30%;
}
.column-control_wrapper_container40-30-30 > .content-section:nth-child(3).gutter-small {
  width: calc(30% - 1.6rem);
}
.column-control_wrapper_container40-30-30 > .content-section:nth-child(3).gutter-medium {
  width: calc(30% - 2.4rem);
}
.column-control_wrapper_container40-30-30 > .content-section:nth-child(3).gutter-large {
  width: calc(30% - 4rem);
}
.column-control_wrapper_container40-30-30 > .content-section:nth-child(3).gutter-blog {
  width: calc(30% - 12rem);
}
.column-control_wrapper_container40-30-30 > .content-section:nth-child(3).gutter-extra-large {
  width: calc(30% - 2rem);
}
.column-control_wrapper_container40-30-30 > .content-section:nth-child(3).gutter-2x-large {
  width: calc(30% - 3rem);
}
.column-control_wrapper_container20-10-70 > .content-section {
  width: 20%;
}
.column-control_wrapper_container20-10-70 > .content-section.gutter-small {
  width: calc(20% - 1.6rem);
}
.column-control_wrapper_container20-10-70 > .content-section.gutter-medium {
  width: calc(20% - 2.4rem);
}
.column-control_wrapper_container20-10-70 > .content-section.gutter-large {
  width: calc(20% - 4rem);
}
.column-control_wrapper_container20-10-70 > .content-section.gutter-blog {
  width: calc(20% - 12rem);
}
.column-control_wrapper_container20-10-70 > .content-section.gutter-extra-large {
  width: calc(20% - 2rem);
}
.column-control_wrapper_container20-10-70 > .content-section.gutter-2x-large {
  width: calc(20% - 3rem);
}
.column-control_wrapper_container20-10-70 > .content-section:nth-child(2) {
  width: 10%;
}
.column-control_wrapper_container20-10-70 > .content-section:nth-child(2).gutter-small {
  width: calc(10% - 1.6rem);
}
.column-control_wrapper_container20-10-70 > .content-section:nth-child(2).gutter-medium {
  width: calc(10% - 2.4rem);
}
.column-control_wrapper_container20-10-70 > .content-section:nth-child(2).gutter-large {
  width: calc(10% - 4rem);
}
.column-control_wrapper_container20-10-70 > .content-section:nth-child(2).gutter-blog {
  width: calc(10% - 12rem);
}
.column-control_wrapper_container20-10-70 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(10% - 2rem);
}
.column-control_wrapper_container20-10-70 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(10% - 3rem);
}
.column-control_wrapper_container20-10-70 > .content-section:nth-child(3) {
  width: 70%;
}
.column-control_wrapper_container20-10-70 > .content-section:nth-child(3).gutter-small {
  width: calc(70% - 1.6rem);
}
.column-control_wrapper_container20-10-70 > .content-section:nth-child(3).gutter-medium {
  width: calc(70% - 2.4rem);
}
.column-control_wrapper_container20-10-70 > .content-section:nth-child(3).gutter-large {
  width: calc(70% - 4rem);
}
.column-control_wrapper_container20-10-70 > .content-section:nth-child(3).gutter-blog {
  width: calc(70% - 12rem);
}
.column-control_wrapper_container20-10-70 > .content-section:nth-child(3).gutter-extra-large {
  width: calc(70% - 2rem);
}
.column-control_wrapper_container20-10-70 > .content-section:nth-child(3).gutter-2x-large {
  width: calc(70% - 3rem);
}
.column-control_wrapper_container70-10-20 > .content-section {
  width: 70%;
}
.column-control_wrapper_container70-10-20 > .content-section.gutter-small {
  width: calc(70% - 1.6rem);
}
.column-control_wrapper_container70-10-20 > .content-section.gutter-medium {
  width: calc(70% - 2.4rem);
}
.column-control_wrapper_container70-10-20 > .content-section.gutter-large {
  width: calc(70% - 4rem);
}
.column-control_wrapper_container70-10-20 > .content-section.gutter-blog {
  width: calc(70% - 12rem);
}
.column-control_wrapper_container70-10-20 > .content-section.gutter-extra-large {
  width: calc(70% - 2rem);
}
.column-control_wrapper_container70-10-20 > .content-section.gutter-2x-large {
  width: calc(70% - 3rem);
}
.column-control_wrapper_container70-10-20 > .content-section:nth-child(2) {
  width: 10%;
}
.column-control_wrapper_container70-10-20 > .content-section:nth-child(2).gutter-small {
  width: calc(10% - 1.6rem);
}
.column-control_wrapper_container70-10-20 > .content-section:nth-child(2).gutter-medium {
  width: calc(10% - 2.4rem);
}
.column-control_wrapper_container70-10-20 > .content-section:nth-child(2).gutter-large {
  width: calc(10% - 4rem);
}
.column-control_wrapper_container70-10-20 > .content-section:nth-child(2).gutter-blog {
  width: calc(10% - 12rem);
}
.column-control_wrapper_container70-10-20 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(10% - 2rem);
}
.column-control_wrapper_container70-10-20 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(10% - 3rem);
}
.column-control_wrapper_container70-10-20 > .content-section:nth-child(3) {
  width: 20%;
}
.column-control_wrapper_container70-10-20 > .content-section:nth-child(3).gutter-small {
  width: calc(20% - 1.6rem);
}
.column-control_wrapper_container70-10-20 > .content-section:nth-child(3).gutter-medium {
  width: calc(20% - 2.4rem);
}
.column-control_wrapper_container70-10-20 > .content-section:nth-child(3).gutter-large {
  width: calc(20% - 4rem);
}
.column-control_wrapper_container70-10-20 > .content-section:nth-child(3).gutter-blog {
  width: calc(20% - 12rem);
}
.column-control_wrapper_container70-10-20 > .content-section:nth-child(3).gutter-extra-large {
  width: calc(20% - 2rem);
}
.column-control_wrapper_container70-10-20 > .content-section:nth-child(3).gutter-2x-large {
  width: calc(20% - 3rem);
}
.column-control_wrapper_container25-25-25-25 > .content-section {
  width: 25%;
}
.column-control_wrapper_container25-25-25-25 > .content-section.gutter-small {
  width: calc(25% - 1.6rem);
}
.column-control_wrapper_container25-25-25-25 > .content-section.gutter-medium {
  width: calc(25% - 2.4rem);
}
.column-control_wrapper_container25-25-25-25 > .content-section.gutter-large {
  width: calc(25% - 4rem);
}
.column-control_wrapper_container25-25-25-25 > .content-section.gutter-blog {
  width: calc(25% - 12rem);
}
.column-control_wrapper_container25-25-25-25 > .content-section.gutter-extra-large {
  width: calc(25% - 2rem);
}
.column-control_wrapper_container25-25-25-25 > .content-section.gutter-2x-large {
  width: calc(25% - 3rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section {
  width: 50%;
}
.column-control_wrapper_container50-16-16-16 > .content-section.gutter-small {
  width: calc(50% - 1.6rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section.gutter-medium {
  width: calc(50% - 2.4rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section.gutter-large {
  width: calc(50% - 4rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section.gutter-blog {
  width: calc(50% - 12rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section.gutter-extra-large {
  width: calc(50% - 2rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section.gutter-2x-large {
  width: calc(50% - 3rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section:nth-child(2) {
  width: 16.66666%;
}
.column-control_wrapper_container50-16-16-16 > .content-section:nth-child(2).gutter-small {
  width: calc(16.6666% - 1.6rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section:nth-child(2).gutter-medium {
  width: calc(16.6666% - 2.4rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section:nth-child(2).gutter-large {
  width: calc(16.6666% - 4rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section:nth-child(2).gutter-blog {
  width: calc(16.6666% - 12rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section:nth-child(2).gutter-extra-large {
  width: calc(16.6666% - 2rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section:nth-child(2).gutter-2x-large {
  width: calc(16.6666% - 3rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section:nth-child(3) {
  width: 16.66666%;
}
.column-control_wrapper_container50-16-16-16 > .content-section:nth-child(3).gutter-small {
  width: calc(16.6666% - 1.6rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section:nth-child(3).gutter-medium {
  width: calc(16.6666% - 2.4rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section:nth-child(3).gutter-large {
  width: calc(16.6666% - 4rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section:nth-child(3).gutter-blog {
  width: calc(16.6666% - 12rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section:nth-child(3).gutter-extra-large {
  width: calc(16.6666% - 2rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section:nth-child(3).gutter-2x-large {
  width: calc(16.6666% - 3rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section:nth-child(4) {
  width: 16.66666%;
}
.column-control_wrapper_container50-16-16-16 > .content-section:nth-child(4).gutter-small {
  width: calc(16.6666% - 1.6rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section:nth-child(4).gutter-medium {
  width: calc(16.6666% - 2.4rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section:nth-child(4).gutter-large {
  width: calc(16.6666% - 4rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section:nth-child(4).gutter-blog {
  width: calc(16.6666% - 12rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section:nth-child(4).gutter-extra-large {
  width: calc(16.6666% - 2rem);
}
.column-control_wrapper_container50-16-16-16 > .content-section:nth-child(4).gutter-2x-large {
  width: calc(16.6666% - 3rem);
}
.column-control_wrapper_container20-20-20-20-20 > .content-section {
  width: 20%;
}
.column-control_wrapper_container20-20-20-20-20 > .content-section.gutter-small {
  width: calc(20% - 1.6rem);
}
.column-control_wrapper_container20-20-20-20-20 > .content-section.gutter-medium {
  width: calc(20% - 2.4rem);
}
.column-control_wrapper_container20-20-20-20-20 > .content-section.gutter-large {
  width: calc(20% - 4rem);
}
.column-control_wrapper_container20-20-20-20-20 > .content-section.gutter-blog {
  width: calc(20% - 12rem);
}
.column-control_wrapper_container20-20-20-20-20 > .content-section.gutter-extra-large {
  width: calc(20% - 2rem);
}
.column-control_wrapper_container20-20-20-20-20 > .content-section.gutter-2x-large {
  width: calc(20% - 3rem);
}
.column-control_wrapper_container16-16-16-16-16-16 > .content-section {
  width: 16.66666%;
}
.column-control_wrapper_container16-16-16-16-16-16 > .content-section.gutter-small {
  width: calc(16.6666% - 1.6rem);
}
.column-control_wrapper_container16-16-16-16-16-16 > .content-section.gutter-medium {
  width: calc(16.6666% - 2.4rem);
}
.column-control_wrapper_container16-16-16-16-16-16 > .content-section.gutter-large {
  width: calc(16.6666% - 4rem);
}
.column-control_wrapper_container16-16-16-16-16-16 > .content-section.gutter-blog {
  width: calc(16.6666% - 12rem);
}
.column-control_wrapper_container16-16-16-16-16-16 > .content-section.gutter-extra-large {
  width: calc(16.6666% - 2rem);
}
.column-control_wrapper_container16-16-16-16-16-16 > .content-section.gutter-2x-large {
  width: calc(16.6666% - 3rem);
}

@media screen and (max-width: 767px) {
  .column-control_wrapper [class*=column-control_wrapper_container].gutter-small, .column-control_wrapper [class*=column-control_wrapper_container].gutter-medium, .column-control_wrapper [class*=column-control_wrapper_container].gutter-large, .column-control_wrapper [class*=column-control_wrapper_container].gutter-blog {
    margin: 0;
  }
  .column-control_wrapper [class*=column-control_wrapper_container] .content-section:nth-child(n) {
    width: 100%;
    margin: 0 0 4.8rem;
  }
  .column-control_wrapper [class*=column-control_wrapper_container] .content-section:nth-child(n).gutter-small, .column-control_wrapper [class*=column-control_wrapper_container] .content-section:nth-child(n).gutter-medium, .column-control_wrapper [class*=column-control_wrapper_container] .content-section:nth-child(n).gutter-large, .column-control_wrapper [class*=column-control_wrapper_container] .content-section:nth-child(n).gutter-blog {
    width: 100%;
    margin: 0 0 4.8rem;
  }
  .column-control_wrapper .empty-section {
    display: none;
  }
  .column-control_wrapper .content-section {
    float: none;
    min-height: 0;
  }
}
.image-rte {
  position: relative;
}
.image-rte.font-white {
  color: #FFFFFF;
}
.image-rte.font-black {
  color: #2F2F2F;
}
.image-rte.font-true-black {
  color: #000000;
}
.image-rte.font-grey {
  color: #C4C4C4;
}
.image-rte.font-squidink {
  color: #232F3E;
}
.image-rte.cardStyle, .image-rte.cardStyleAlone {
  padding: 5px;
}
.image-rte.cardStyle .image-rte_wrapper, .image-rte.cardStyleAlone .image-rte_wrapper {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.image-rte.cardStyle .image-rte_wrapper .image-wrap {
  border-radius: 10px 10px 0 0;
}
.image-rte.cardStyle .image-rte_wrapper .textHold {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 1.8rem;
}
.image-rte.cardStyleAlone .image-rte_wrapper .image-wrap {
  border-radius: 10px;
}
.image-rte.image-float {
  padding-top: 24px;
}
.image-rte.image-float [class*=iFloat] {
  position: absolute;
  top: -24px;
}
.image-rte.image-float .iFloatLeft {
  left: 0;
}
.image-rte.image-float .iFloatCenter {
  width: 100%;
  text-align: center;
}
.image-rte.image-float .iFloatRight {
  right: 0;
}
.image-rte_wrapper a {
  font-size: 1.6rem;
}
.image-rte_wrapper table td {
  font-size: 1.6rem;
  font-family: "AmazonEmber-Light";
}
.image-rte_wrapper .image-pos {
  position: relative;
}
.image-rte_wrapper .rte-text ol,
.image-rte_wrapper .rte-text ul {
  list-style-position: outside;
  padding-left: 30px;
}
.image-rte_wrapper .rte-text .font-grey {
  color: #C4C4C4;
}
.image-rte_wrapper .textHold.yesTP {
  padding-top: 1.8rem;
}
.image-rte_wrapper .cta-link:hover {
  color: #E87825 !important;
  text-decoration-line: none;
}
.image-rte_wrapper .cta-link {
  color: #0066C0;
}
.image-rte_wrapper .image-wrap {
  overflow: hidden;
}
.image-rte_wrapper .image-wrap a {
  width: 100%;
}
.image-rte_wrapper .image-wrap picture {
  line-height: 0;
}
.image-rte_wrapper .image-wrap img {
  max-width: 100%;
}
.image-rte_wrapper .width100 {
  overflow: hidden;
  height: 100%;
  width: 100%;
}
.image-rte_wrapper .width100 picture, .image-rte_wrapper .width100 img {
  width: 100%;
}

html:lang(ja-JP) .image-rte_wrapper table td, html:lang(ja_JP) .image-rte_wrapper table td {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}

html:lang(zh-CN) .image-rte_wrapper table td, html:lang(zh_CN) .image-rte_wrapper table td {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
}

.hds-feature .image-rte.cardStyle, .hds-feature .image-rte.cardStyleAlone {
  padding: 0;
}
.hds-feature .image-rte .image-rte_wrapper {
  border-radius: 8px;
}
.hds-feature .image-rte .image-rte_wrapper .video-container, .hds-feature .image-rte .image-rte_wrapper .image-pos {
  padding-bottom: 61.25%;
}
.hds-feature .image-rte .image-rte_wrapper .video-container .image-wrap, .hds-feature .image-rte .image-rte_wrapper .image-pos .image-wrap {
  position: absolute;
  height: 100%;
  width: 100%;
}
.hds-feature .image-rte .image-rte_wrapper .video-container .image-wrap picture, .hds-feature .image-rte .image-rte_wrapper .video-container .image-wrap img, .hds-feature .image-rte .image-rte_wrapper .image-pos .image-wrap picture, .hds-feature .image-rte .image-rte_wrapper .image-pos .image-wrap img {
  width: 100%;
}
.hds-feature .image-rte .image-rte_wrapper .textHold .text-wrap {
  margin: 10px 0;
}
.hds-feature .image-rte .image-rte_wrapper .textHold .text-wrap * {
  margin: 0;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.hds-feature .image-rte .image-rte_wrapper .textHold .rte-text .font-grey {
  color: #6b6b6b;
}
.hds-feature .image-rte .image-rte_wrapper .textHold .rte-text p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.image-rte {
  height: 100%;
}
.image-rte.cardStyle .image-rte_wrapper {
  box-shadow: none;
}
.image-rte.cardStyle .image-rte_wrapper .video-container iframe {
  border-radius: 10px 10px 0 0;
}
.image-rte.cardStyleAlone .image-rte_wrapper {
  box-shadow: none;
}
.image-rte.cardStyleAlone .image-rte_wrapper .video-container iframe {
  border-radius: 10px;
}
.image-rte .video-rte-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
}
.image-rte .video-rte-overlay:before {
  background-image: url("main/css/resources/fonts/play_btn.svg");
  background-repeat: no-repeat;
  background-position: 55% 50%;
  background-size: 33%;
  background-color: rgba(0, 202, 255, 0.7);
  border-radius: 50%;
  content: "";
  position: absolute;
  left: 4.2%;
  right: 83.19%;
  top: 70.09%;
  bottom: 7.48%;
  z-index: 2;
}
.image-rte .video-rte-overlay img {
  border-radius: 8px 8px 0px 0px;
  width: 100%;
  height: 100%;
}
.image-rte .video-rte-overlay img.slide-item-thumbnail {
  border-radius: 8px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
}
.image-rte_wrapper {
  height: 100%;
}
.image-rte_wrapper .vidtx {
  padding-top: 1.8rem;
}
.image-rte_wrapper .vidtx .rte-text .font-grey {
  color: #C4C4C4;
}
.image-rte_wrapper .vidtx .video-date {
  margin-bottom: 20px;
  font-family: "AmazonEmber-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
  opacity: 0.6;
}
.image-rte_wrapper .vidtx .video-category {
  display: table;
  margin-left: -4px;
  padding: 0px;
  margin-top: 20px;
}
.image-rte_wrapper .vidtx .video-category-button {
  display: inline-grid;
  margin: 4px;
  padding: 4px 12px;
  height: auto;
  background: #AAAAAA;
  border-radius: 4px;
}
.image-rte_wrapper .vidtx .video-category-button p {
  font-family: "AmazonEmber-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #000000;
  margin: 0;
}

.video-rte-modal.modal {
  z-index: 10100;
}
.video-rte-modal .modal-dialog {
  max-width: 75%;
  width: auto;
  margin: 0 auto;
}
.video-rte-modal .modal-dialog .modal-content {
  background-color: transparent;
  box-shadow: none;
  border: none;
  border-radius: 0;
}
.video-rte-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.video-rte-modal .modal-dialog .modal-content .modal-body button.close {
  background-image: url("main/css/resources/fonts/close.svg");
  width: 52px;
  height: 52px;
  opacity: inherit;
  margin-bottom: 32px;
}
.video-rte-modal .modal-dialog .modal-content .modal-body iframe {
  border-radius: 0;
}

.video-modal-container .video-title h4 {
  font-family: "Amazon Ember", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 36px;
}
.video-modal-container .rte-text p {
  font-family: "Amazon Ember", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

@media (max-width: 767px) {
  .video-rte-modal {
    height: 100vh;
    background: black;
  }
  .video-rte-modal .modal-dialog {
    max-width: 100%;
    height: 100vh;
  }
  .video-rte-modal .modal-dialog button.close {
    top: 0;
    left: 8px;
    z-index: 1;
    position: absolute;
  }
  .video-rte-modal .modal-dialog iframe {
    position: fixed;
    top: 55px;
    height: 85%;
  }
  .video-modal-container .video-title h4 {
    font-size: 28px;
    line-height: 32px;
  }
  .video-modal-container .rte-text p {
    font-size: 12px;
    line-height: 130.7%;
  }
}
.hds-feature .image-rte .video-rte-overlay:before {
  left: 3.8%;
  right: 84%;
  top: 72.58%;
  bottom: 7.5%;
}

.title-comp {
  display: inline-block;
  width: 100%;
}
.title-comp.font-white {
  color: #FFFFFF;
}
.title-comp.font-white .title-link {
  color: #FFFFFF;
}
.title-comp.font-white .title-link:hover {
  color: #E87825;
  text-decoration: none;
}
.title-comp.font-white .title-link:not([href]):not([tabindex]) {
  color: #FFFFFF;
}
.title-comp.font-white .title-link:not([href]):not([tabindex]):hover {
  color: #E87825;
  text-decoration: none;
}
.title-comp.font-black {
  color: #2F2F2F;
}
.title-comp.font-black .title-link {
  color: #2F2F2F;
}
.title-comp.font-black .title-link:hover {
  color: #E87825;
  text-decoration: none;
}
.title-comp.font-black .title-link:not([href]):not([tabindex]) {
  color: #2F2F2F;
}
.title-comp.font-black .title-link:not([href]):not([tabindex]):hover {
  color: #E87825;
  text-decoration: none;
}
.title-comp_wrapper .title-link {
  text-decoration: none;
  color: #2F2F2F;
}
.title-comp_wrapper .title-link:not([href]):not([tabindex]) {
  color: #2F2F2F;
}
.title-comp .title-one {
  font-family: "Amazon Ember", Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 44px;
}
@media (max-width: 767px) {
  .title-comp .title-one {
    font-size: 28px;
    line-height: 32px;
  }
}

.text-comp {
  display: inline-block;
  width: 100%;
}
.text-comp.font-white {
  color: #FFFFFF;
}
.text-comp.font-black {
  color: #2f2f2f;
}
.text-comp.font-grey {
  color: #C4C4C4;
}
.text-comp.font-squidink {
  color: #232F3E;
}
.text-comp.font-true-black {
  color: #000000;
}
.text-comp_wrapper {
  /* table element styles within text component */
}
.text-comp_wrapper .description div {
  margin-bottom: 1.6rem;
}
.text-comp_wrapper .description table {
  margin: auto;
}
.text-comp_wrapper .description ol,
.text-comp_wrapper .description ul {
  list-style-position: outside;
  padding-left: 30px;
}
.text-comp_wrapper table {
  font-family: "AmazonEmber-Regular";
  color: #16191F;
  text-align: left;
  word-wrap: break-word;
  /* add horizontal scroll to mobile */
  display: block;
  overflow-x: auto;
}
.text-comp_wrapper tbody {
  display: block;
}
.text-comp_wrapper tr:nth-child(odd) {
  background-color: #F2F3F3;
}
.text-comp_wrapper tr:nth-child(even) {
  background-color: #FFFFFF;
}
.text-comp_wrapper tr th {
  color: #FFFFFF;
  background-color: #495159;
  font-family: "AmazonEmber-Bold";
}
.text-comp_wrapper td,
.text-comp_wrapper th {
  padding: 10px 20px;
  vertical-align: top;
  max-width: 540px;
}
.text-comp_wrapper th:not(:first-child):before {
  content: "";
  border-right: 1px solid #F6F6F6;
  position: relative;
  left: -20px;
}
.text-comp .subtitle-one {
  font-family: "Amazon Ember", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.text-comp .subtitle-two {
  font-family: "Amazon Ember", Arial, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .text-comp .subtitle-one {
    font-size: 20px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  .text-comp .subtitle-one {
    font-size: 16px;
    line-height: 23px;
  }
}

html:lang(ja-JP) .text-comp_wrapper table, html:lang(ja_JP) .text-comp_wrapper table {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}
html:lang(ja-JP) .text-comp_wrapper tr th, html:lang(ja_JP) .text-comp_wrapper tr th {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: bold;
}

html:lang(zh-CN) .text-comp_wrapper table, html:lang(zh_CN) .text-comp_wrapper table {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
}
html:lang(zh-CN) .text-comp_wrapper tr th, html:lang(zh_CN) .text-comp_wrapper tr th {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: bold;
}

.row-container {
  position: relative;
}
.row-container .rcImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top center;
}
.row-container .row-component_wrapper.p-none {
  padding: 0;
}
.row-container .row-component_wrapper.p-small {
  padding: 1.6rem 0;
}
.row-container .row-component_wrapper.p-medium {
  padding: 2rem 0;
}
.row-container .row-component_wrapper.p-large {
  padding: 4.8rem 0;
}
.row-container .inner-wrap-indent {
  max-width: 140rem;
  position: relative;
  margin: auto;
}
.row-container .inner-wrap-superindent {
  max-width: 91rem;
  position: relative;
  margin: auto;
}

.hds-rowComponent .row-container .inner-wrap-indent {
  max-width: 144rem;
}

.overlap-container {
  margin-top: 280px;
}
@media only screen and (max-width: 770px) {
  .overlap-container {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 415px) {
  .overlap-container {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
  }
}
.overlap-container .overlap-inner {
  position: relative;
  padding: 40px 48px;
}
@media only screen and (max-width: 770px) {
  .overlap-container .overlap-inner {
    padding: 20px;
  }
}
.overlap-container .cardStyle {
  border-radius: 10px;
}

.row-container .bg-height {
  max-height: 550px;
}
@media only screen and (max-width: 770px) {
  .row-container .bg-height {
    max-height: 268px;
  }
}
.row-container .overlap-row-container {
  position: relative;
  z-index: 1;
  border: 0.00001px solid transparent;
}

.image-width {
  max-width: 100%;
}

.image-picture {
  display: block;
}

.video-container {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
}
.video-container iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border: none;
}

.navigation-footer {
  background-color: #1A364C;
  color: #FFFFFF;
  font-family: "AmazonEmber-Regular";
  font-weight: 500;
  overflow: hidden;
}
.navigation-footer a:hover {
  text-decoration: none;
}
.navigation-footer .dpfWidth {
  max-width: 140rem;
  margin: 0 auto;
}
.navigation-footer .dpfBackToTopLink {
  color: #FFFFFF;
  display: block;
  line-height: 6rem;
  text-align: center;
  font-size: 1.7rem;
  max-width: 30rem;
  margin: 0 auto;
  text-decoration: none;
}
.navigation-footer .dpfNav {
  background-color: #152939;
  margin-bottom: 0.1rem;
  padding: 0.8rem 1.6rem 4rem;
}
.navigation-footer .dpfNav .dpfnHideRightMargin {
  margin-right: -4.8rem;
}
.navigation-footer .dpfNav .dpfnCol {
  width: 25%;
  padding-right: 4.8rem;
  float: left;
}
.navigation-footer .dpfNav .dpfnCol .dpfnGroup .dpIconArrow {
  padding: 1.6rem;
  display: none;
  margin-top: 0.4rem;
  position: absolute;
  right: 1.6rem;
}
.navigation-footer .dpfNav .dpfnCol .dpfnGroup.open .dpIconArrow:before {
  transform: rotateZ(90deg);
}
.navigation-footer .dpfNav .dpfnCol .dpfnGroup h3 {
  color: inherit;
  font-family: inherit;
  font-size: 1.6rem;
  margin-top: 3.2rem;
  margin-bottom: 0.8rem;
  font-weight: 600;
}
.navigation-footer .dpfNav .dpfnCol .dpfnGroup h3 a {
  color: inherit;
}
.navigation-footer .dpfNav .dpfnCol .dpfnGroup ul {
  padding-left: 0;
  color: #D0D4D7;
  font-size: 1.3rem;
  margin-left: 0;
}
.navigation-footer .dpfNav .dpfnCol .dpfnGroup ul li {
  list-style: none;
  margin: 0.5rem 0;
}
.navigation-footer .dpfNav .dpfnCol .dpfnGroup ul li a {
  color: inherit;
}
.navigation-footer .dpfSocialLocal {
  background-color: #152939;
  text-align: center;
  position: relative;
  min-height: 8rem;
  padding: 0 1.6rem;
  font-weight: 100;
}
.navigation-footer .dpfSocialLocal .dpfSocial {
  right: 0;
  float: right;
  margin: 2.2rem 0;
  vertical-align: middle;
  max-width: 29.7rem;
  text-align: left;
}
.navigation-footer .dpfSocialLocal .dpfSocialTitle {
  vertical-align: bottom;
  margin-right: 2rem;
  font-size: 1.5rem;
  font-family: "AmazonEmber-Light";
  float: left;
  margin-top: 0.7rem;
  display: block;
}
.navigation-footer .dpfSocialLocal .dpfSocial a {
  display: inline-block;
  vertical-align: text-bottom;
  margin: 0rem 0rem 0.4rem 0rem;
}
@media screen and (max-width: 992px) {
  .navigation-footer .dpfNav .dpfnCol {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .navigation-footer .dpfNav {
    padding: 0 1.6rem;
    margin-bottom: 0rem;
  }
  .navigation-footer .dpfNav .dpfnHideRightMargin {
    margin-right: 0rem;
  }
  .navigation-footer .dpfNav .dpfnColWrap {
    width: 100%;
  }
  .navigation-footer .dpfNav .dpfnCol {
    padding-right: 0;
  }
  .navigation-footer .dpfNav .dpfnCol .dpfnGroup {
    border-bottom: 0.1rem solid #1A364C;
    margin: 0 -1.6rem;
    padding: 0 1.6rem;
    padding-bottom: 0rem;
    transition: padding-bottom 0.4s;
    will-change: padding-bottom;
    position: relative;
  }
  .navigation-footer .dpfNav .dpfnCol .dpfnGroup.open {
    padding-bottom: 1.6rem;
  }
  .navigation-footer .dpfNav .dpfnCol .dpfnGroup .dpIconArrow {
    display: block;
  }
  .navigation-footer .dpfNav .dpfnCol .dpfnGroup h3 {
    font-size: 1.6rem;
    padding: 1.6rem 0;
    margin: 0;
    padding-right: 4.1rem;
  }
  .navigation-footer .dpfNav .dpfnCol .dpfnGroup ul {
    padding: 0 2.4rem;
    margin-top: 0;
    will-change: margin-top;
    transition: margin-top 0.4s;
  }
  .navigation-footer .dpfNav .dpfnCol .dpfnGroup.open ul {
    margin-top: -1.2rem;
  }
  .navigation-footer .dpfNav .dpfnCol .dpfnGroup ul li {
    margin: 0rem 0;
    opacity: 0;
    will-change: margin, opacity;
    transition: margin 0.4s, opacity 0.3s;
  }
  .navigation-footer .dpfNav .dpfnCol .dpfnGroup.open ul li {
    margin: 1.6rem 0;
    opacity: 1;
    transition: margin 0.4s, opacity 0.4s 0.2s;
  }
  .navigation-footer .dpfNav .dpfnCol .dpfnGroup ul li a {
    line-height: 0rem;
    display: block;
    transition: line-height 0.4s;
    will-change: line-height;
  }
  .navigation-footer .dpfNav .dpfnCol .dpfnGroup.open ul li a {
    line-height: 1.9rem;
  }
}
/* END FOOTER NAV */
/* SOCIAL/LOCALE BAR */
@media screen and (max-width: 1199px) {
  .navigation-footer .dpfSocialLocal {
    white-space: pre-line;
  }
  .navigation-footer .dpfSocialLocal .dpfSocial {
    float: none;
    position: relative;
    display: inline-block;
    white-space: normal;
    margin: 1.6rem 0;
  }
}
.dpIconArrow:before {
  content: " ";
  background-image: url(https://m.media-amazon.com/images/G/01/mobile-apps/dex/icons/iconSprite._V519597648_.svg);
  width: 0.9rem;
  height: 1.5rem;
  background-position: -6.5rem -2.1rem;
  background-repeat: no-repeat;
  z-index: 1;
  transform: rotateZ(0deg);
  transition: transform 0.4s;
  will-change: transform;
  transform-origin: 0.4rem 0.6rem;
  display: block;
}

/* END SOCIAL/LOCALE BAR */
html:lang(ja-JP) .navigation-footer, html:lang(ja_JP) .navigation-footer {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}
html:lang(ja-JP) .navigation-footer .dpfSocialLocal .dpfSocialTitle, html:lang(ja_JP) .navigation-footer .dpfSocialLocal .dpfSocialTitle {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: lighter;
}

html:lang(zh-CN) .navigation-footer, html:lang(zh_CN) .navigation-footer {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
}
html:lang(zh-CN) .navigation-footer .dpfSocialLocal .dpfSocialTitle, html:lang(zh_CN) .navigation-footer .dpfSocialLocal .dpfSocialTitle {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: lighter;
}

.navigation-header header {
  background-color: #152939;
  position: relative;
  font-family: "AmazonEmber-Light";
  font-weight: 300;
  font-size: 1.4rem;
  z-index: 3010;
  padding: 0 1.6rem;
  width: 100%;
  min-height: 4rem;
  top: 0;
  left: 0;
  border-bottom: 0.1rem solid #1A364C;
  transform: translateY(0);
  will-change: transform;
  transition: transform 0.4s;
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
}
.navigation-header header.scrollHidden {
  transform: translateY(-100%);
  pointer-events: none;
}
.navigation-header header a {
  text-decoration: none;
  color: inherit;
  position: relative;
}
.navigation-header header ul {
  color: inherit;
  margin-top: 0;
}
.navigation-header nav.dpPrimaryNav {
  max-width: 140rem;
  margin: 0;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems {
  margin: 0 -4rem 0 0;
  color: #2F2F2F;
  padding: 0;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem {
  display: inline-block;
  margin-right: 4rem;
  position: relative;
  padding-bottom: 1.4rem;
  margin-bottom: -0.4rem;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem:hover {
  z-index: 2;
  pointer-events: all;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem > .dppnLink {
  color: #FFFFFF;
  text-decoration: none;
  padding-bottom: 0.9rem;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem > span.dppnLink {
  cursor: default;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemCurrentWithChildren > a {
  transition: border-bottom 0.2s, padding-bottom 0.2s;
  will-change: border-bottom, padding-bottom;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemCurrentWithChildren:hover > a {
  border-bottom: 0rem solid #FFFFFF;
  padding-bottom: 1.4rem;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem .dppnFlyoutWrap {
  width: 45rem;
  position: absolute;
  overflow: hidden;
  height: calc(80vh - 40px);
  left: -0.5rem;
  top: 3.2rem;
  padding: 0rem 0.5rem;
  z-index: 1;
  pointer-events: none;
  margin-bottom: -999.9rem;
  opacity: 0;
  transition: opacity 0s 0.3s;
  will-change: opacity;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem:hover .dppnFlyoutWrap {
  opacity: 1;
  transition: opacity 0s 0s;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  margin: 0;
  left: 0.5rem;
  top: 0;
  padding: 1.6rem 0rem;
  width: 22rem;
  z-index: 0;
  transform: translateY(-2.5rem);
  transition: opacity 0.3s, transform 0.3s;
  will-change: opacity, transform;
  color: inherit;
  background-color: #FFFFFF;
  border: 0.1rem solid #CCCCCC;
  border-top: 0rem;
  box-shadow: 0rem 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
}
.navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem:hover ul.dppnFlyout {
  opacity: 1;
  pointer-events: all;
  transform: translateY(0rem);
}
.navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem {
  list-style: none;
  cursor: default;
  background-color: #FFFFFF;
  transition: background-color 0.3s;
  will-change: background-color;
  position: relative;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding-right: 0;
  box-sizing: content-box;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem:hover:before {
  padding-right: 0.5rem;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dppnfLink {
  display: block;
  padding: 0.8rem 4.8rem 0.8rem 3.2rem;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems .dpIconArrow {
  position: absolute;
  opacity: 0.75;
  padding: 0;
  top: 1.2rem;
  right: 3.2rem;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem > .dpIconArrow {
  display: block;
  width: 0rem;
  height: 0rem;
  border-bottom: 0rem solid #FFFFFF;
  border-left: 0rem solid transparent;
  border-right: 0rem solid transparent;
  position: absolute;
  left: 50%;
  bottom: -0.1rem;
  right: auto;
  top: auto;
  transform: translateX(-50%);
  opacity: 0;
  transition: border-bottom 0.3s, border-left 0.3s, border-right 0.3s, opacity 0.3s;
  will-change: border-bottom, border-left, border-right, opacity;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem > .dpIconArrow:before {
  display: none;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem:hover > .dpIconArrow {
  border-bottom: 1rem solid #FFFFFF;
  border-left: 1rem solid transparent;
  border-right: 1rem solid transparent;
  opacity: 1;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dpIconArrow {
  display: block;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dpIconArrow:before {
  background-position: -6.5rem -0.1rem;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dppnfTitle {
  color: inherit;
  display: block;
  font-family: "AmazonEmber-Regular";
}
.navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dppnfSubtitle {
  display: block;
  color: inherit;
  opacity: 0.5;
  font-family: "AmazonEmber-Light";
}
.navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem ul.dppnLevel3Nav {
  position: absolute;
  left: 100%;
  left: calc(100% + 1px);
  background-color: #FFFFFF;
  top: -1.7rem;
  z-index: -2;
  opacity: 0;
  pointer-events: none;
  overflow-y: auto;
  overflow-x: hidden;
  border: 0.1rem solid #CCCCCC;
  box-shadow: 0rem 0.2rem 0.4rem rgba(0, 0, 0, 0.2);
}
.navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem:hover ul.dppnLevel3Nav {
  pointer-events: all;
  opacity: 1;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnsnItem ul.dppnLevel3Nav li.dppnl3nItem {
  list-style: none;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemLimitedRightPartial .dppnFlyoutWrap {
  left: -22.5rem;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemLimitedRightPartial ul.dppnFlyout {
  left: auto;
  right: 0.5rem;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemLimitedRightPartial ul.dppnFlyout li.dppnfItem ul.dppnLevel3Nav {
  left: auto;
  right: 100%;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemLimitedRight .dppnFlyoutWrap {
  left: auto;
  right: -0.5rem;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemLimitedRight ul.dppnFlyout {
  left: auto;
  right: 0.5rem;
}
.navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemLimitedRight ul.dppnFlyout li.dppnfItem ul.dppnLevel3Nav {
  left: auto;
  right: 100%;
}
@media screen and (max-width: 992px) {
  .navigation-header nav.dpPrimaryNav ul.dppnItems {
    margin-right: 0;
    color: #FFFFFF;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem {
    display: block;
    border-bottom: 0.1rem solid #495C71;
    padding: 1.6rem 5.6rem 1.7rem 3.2rem;
    margin-right: 0;
    margin-bottom: 0;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemCurrentWithChildren:hover > a {
    padding-bottom: 1.7rem;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem .dppnLink {
    color: #FFFFFF;
    line-height: normal;
    padding-bottom: 0;
    border-bottom: 0;
    display: block;
    padding: 1.6rem 0 1.7rem 3.2rem;
    margin: -1.6rem 0 -1.7rem -3.2rem;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem ul .dppnfLink {
    line-height: 0rem;
    transition: line-height 0.4s;
    will-change: line-height;
    padding: 0 0 0 3.2rem;
    margin: 0 0 0 -3.2rem;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dppnfLink {
    padding: 0 0 0 3.2rem;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.open ul.dppnSecondaryNav > li.dppnfItem > .dppnfLink, .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.open ul.dppnSecondaryNav > li.dppnfItem.open .dppnfLink {
    line-height: 1.8rem;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem .dppnFlyoutWrap {
    position: initial;
    height: auto;
    width: 100%;
    margin-bottom: 0;
    opacity: 1;
    overflow: visible;
    padding: 0;
    margin-top: 1.6rem;
    margin-bottom: -1.7rem;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemLimitedRight .dppnFlyoutWrap, .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemLimitedRightPartial .dppnFlyoutWrap {
    left: -0.5rem;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems .dpIconArrow {
    top: -0.1rem;
    right: 1.6rem;
    padding: 1.6rem;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem > .dpIconArrow {
    width: auto;
    height: auto;
    opacity: 0.75;
    left: auto;
    right: 1.6rem;
    top: 0.3rem;
    transform: none;
    bottom: auto;
    border-bottom: 0rem;
    border-right: 0rem;
    border-left: 0rem;
    padding: 1.6rem;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem:hover > .dpIconArrow {
    border-bottom: 0rem;
    border-right: 0rem;
    border-left: 0rem;
    opacity: 0.75;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem > .dpIconArrow:before {
    display: block;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dpIconArrow:before {
    background-position: -6.5rem -2.1rem;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems li.accrItem.open > .dpIconArrow:before {
    transform: rotateZ(90deg);
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout {
    position: relative;
    opacity: 1;
    width: 100%;
    transform: translateY(0);
    background-color: #1A364C;
    border-top: 0rem solid #495C71;
    margin-left: -3.2rem;
    margin-right: -5.6rem;
    padding: 0;
    width: auto;
    z-index: initial;
    left: 0;
    overflow: hidden;
    transition: padding 0.4s;
    will-change: padding;
    border: 0;
    box-shadow: none;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems .accrItem.open ul.dppnFlyout:not(.dppnLevel3Nav) {
    padding: 0.8rem 0;
    border-top: 0.1rem solid #495C71;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemLimitedRight ul.dppnFlyout li.dppnfItem ul.dppnLevel3Nav {
    left: 0;
    right: auto;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemLimitedRightPartial ul.dppnFlyout {
    left: auto;
    right: auto;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemLimitedRightPartial ul.dppnFlyout li.dppnfItem ul.dppnLevel3Nav {
    left: 0;
    right: auto;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem ul.dppnFlyout:before {
    display: none;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem {
    background-color: transparent;
    opacity: 0;
    padding: 0rem 5.6rem 0rem 4.8rem;
    transition: padding 0.4s, opacity 0.3s;
    will-change: padding, opacity;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems .open ul.dppnFlyout.dppnSecondaryNav > li.dppnfItem {
    opacity: 1;
    padding: 1.2rem 5.6rem 1.2rem 4.8rem;
    transition: padding 0.4s, opacity 0.4s 0.2s;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout.dppnLevel3Nav > li.dppnfItem {
    padding: 0 0 0 1.6rem;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems .open ul.dppnFlyout li.dppnfItem.open ul.dppnLevel3Nav .dppnfItem {
    opacity: 1;
    padding: 1.2rem 0rem 1.2rem 1.6rem;
    transition: padding 0.4s, opacity 0.4s 0.2s;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dppnfSubtitle {
    opacity: 0.7;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem ul.dppnLevel3Nav {
    position: relative;
    left: auto;
    margin-left: 0;
    margin-right: 0;
    z-index: 40;
    transform: translate3d(0, 0, 0);
    pointer-events: all;
    opacity: 1;
    background-color: transparent;
    top: auto;
    bottom: auto;
    border-top: 0;
    transition: padding 0.4s;
    will-change: padding;
    border: 0;
    box-shadow: none;
    overflow: hidden;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems .open ul.dppnFlyout li.dppnfItem.open ul.dppnLevel3Nav {
    padding: 0.8rem 0;
  }
  .navigation-header header.dpHeader .dphTopBar {
    max-width: 140rem;
    top: -1.9rem;
    position: relative;
  }
  .navigation-header header.dpHeader .dphTopBar .dphLeft {
    float: left;
  }
  .navigation-header header.dpHeader .dphTopBar .dphMenuToggle .dphMenuIcon {
    background-image: url(https://m.media-amazon.com/images/G/01/mobile-apps/dex/icons/iconSprite._V519597648_.svg);
    background-position: -4.5rem -2.1rem;
    width: 2rem;
    margin-right: -2.4rem;
    height: 1.9rem;
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    transform: translateX(0px);
    opacity: 1;
    transition: transform 0.25s, opacity 0.25s;
    will-change: transform, opacity;
  }
  .navigation-header header.dpHeader .dphTopBar .dphMenuToggle .dphMenuBackIcon {
    background-image: url(https://m.media-amazon.com/images/G/01/mobile-apps/dex/icons/iconSprite._V519597648_.svg);
    background-position: -7.5rem -2.1rem;
    width: 1.6rem;
    height: 1.6rem;
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: middle;
    transform: translateX(-2rem);
    opacity: 0;
    transition: transform 0.25s, opacity 0.25s;
    will-change: transform, opacity;
  }
  .navigation-header header.dpHeader.navOpen .dphTopBar .dphMenuToggle .dphMenuBackIcon {
    transform: translateX(0);
    opacity: 1;
  }
  .navigation-header header.dpHeader.navOpen .dphTopBar .dphMenuToggle .dphMenuIcon {
    transform: translateX(2rem);
    opacity: 0;
  }
  .navigation-header header.dpHeader.scrollHidden {
    transform: translateY(0);
    pointer-events: all;
  }
  .navigation-header header.dpHeader .dphTopBar .dphMenuToggle {
    display: inline-block;
  }
  .navigation-header header.dpHeader .dphNavigation {
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 5rem;
    background-color: #31465F;
    width: 100%;
    max-width: 32.7rem;
    height: 100vh;
    z-index: -1;
    transform: translateX(-100%);
    pointer-events: none;
    transition: transform 0.4s;
    will-change: transform;
  }
  .navigation-header header.dpHeader.navOpen .dphNavigation {
    transform: translateX(0);
    pointer-events: all;
  }
  .navigation-header header.dpHeader .dphNavigation .dphnWrap {
    overflow: auto;
    width: 100%;
    height: 100%;
  }
}
@media screen and (min-width: 991px) {
  .navigation-header nav.dpPrimaryNav ul.dppnItems li.dppnItem.dppnItemCurrent > a {
    border-bottom: 0.5rem solid #FFFFFF;
  }
  .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem:hover {
    background-color: #E5E5E5;
  }
}
.navigation-header .dpIconArrow:before {
  content: " ";
  background-image: url(https://m.media-amazon.com/images/G/01/mobile-apps/dex/icons/iconSprite._V519597648_.svg);
  width: 0.9rem;
  height: 1.5rem;
  background-position: -6.5rem -2.1rem;
  background-repeat: no-repeat;
  z-index: 1;
  transform: rotateZ(0deg);
  transition: transform 0.4s;
  will-change: transform;
  transform-origin: 0.4rem 0.6rem;
  display: block;
}

html:lang(ja-JP) .navigation-header header, html:lang(ja_JP) .navigation-header header {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: lighter;
}
html:lang(ja-JP) .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dppnfTitle, html:lang(ja_JP) .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dppnfTitle {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}
html:lang(ja-JP) .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dppnfSubtitle, html:lang(ja_JP) .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dppnfSubtitle {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: lighter;
}

html:lang(zh-CN) .navigation-header header, html:lang(zh_CN) .navigation-header header {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: lighter;
}
html:lang(zh-CN) .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dppnfTitle, html:lang(zh_CN) .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dppnfTitle {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
}
html:lang(zh-CN) .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dppnfSubtitle, html:lang(zh_CN) .navigation-header nav.dpPrimaryNav ul.dppnItems ul.dppnFlyout li.dppnfItem .dppnfSubtitle {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: lighter;
}

.dropdown-component form {
  margin-bottom: 14px;
}
.dropdown-component input, .dropdown-component select, .dropdown-component textarea {
  transition: all 0.1s linear;
  line-height: 19px;
  color: black;
}
.dropdown-component button, .dropdown-component input, .dropdown-component select, .dropdown-component textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}

.feedback-component {
  background-image: url(https://m.media-amazon.com/images/G/01/mobile-apps/dex/alexa/alexa-voice-service/art/ux-assets/Feedback-A._CB496098006_.png);
  position: fixed;
  bottom: 60px;
  right: 0;
  height: 110px;
  width: 33px;
  z-index: 1;
}

.blog-post-component__wrapper {
  border: 0;
  margin-bottom: 2rem;
}

.base-wrapper h1.blog-post-component__title-text {
  font-size: 2.4rem;
  letter-spacing: 0.51px;
  line-height: 3.4rem;
}

.blog-post-component__date {
  font-size: 16px;
  letter-spacing: 0.2px;
  line-height: 22px;
}

.blog-post-component__video.href-btn,
.blog-post-component__code.href-btn,
.blog-post-component__video.href-btn a,
.blog-post-component__code.href-btn a {
  color: #111111;
  font-size: 11px;
  font-weight: 300;
  letter-spacing: -0.44px;
  line-height: 13px;
  background-color: #D8D8D8;
}
.blog-post-component__video.href-btn:hover,
.blog-post-component__code.href-btn:hover,
.blog-post-component__video.href-btn a:hover,
.blog-post-component__code.href-btn a:hover {
  text-decoration: none;
}

.share__icon {
  position: relative;
  width: 17px;
  height: 17px;
}
.share__icon img {
  width: 100%;
}
.share__icon iframe {
  width: 17px !important;
  height: 17px !important;
  position: absolute !important;
  top: 5px;
  left: 0;
  opacity: 0.001;
  z-index: 99;
  overflow: hidden;
}

.SubNavComponent {
  top: 0;
  z-index: 999;
}
.SubNavComponent.fixed-SubNavComponent {
  position: fixed;
  width: 100%;
}

.blog-sub-header-component {
  width: 100%;
}
.blog-sub-header-component .sub-nav-items {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  height: 5.7rem;
}
.blog-sub-header-component .sub-nav-items a:hover {
  text-decoration: none;
}
.blog-sub-header-component .sub-nav-items .sub-nav-item {
  display: inline-block;
  padding: 0 2.4rem;
}
.blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item {
  display: none;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out;
}
.blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.active {
  display: block;
}
.blog-sub-header-component .sub-nav-items .sub-nav-item span {
  position: relative;
  cursor: pointer;
  color: #555555;
  font-size: 1.6rem;
  font-weight: 500;
  display: block;
  padding: 12px 0;
  line-height: 32px;
  font-family: AmazonEmber-medium;
}
.blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.active span {
  cursor: pointer;
  color: #555555;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 20px;
  font-family: AmazonEmber-medium;
}
.blog-sub-header-component .sub-nav-items .sub-nav-item.active span, .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.selectedactive.active span {
  color: #16191F;
  font-size: 2rem;
  letter-spacing: 0.38px;
  line-height: 2.8rem;
  font-family: AmazonEmber-bold;
  padding: 1.4rem 0;
}
.blog-sub-header-component .sub-nav-items .sub-nav-item span:hover:after {
  position: absolute;
  content: "";
  height: 0.2rem;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: auto;
  background-color: #555555;
}
.blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item {
  line-height: 4rem;
}
.blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.active {
  line-height: 4rem;
}
.blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item a.cta-blue {
  line-height: 2rem;
}
.blog-sub-header-component .sub-nav-items .sub-nav-item.active span:after {
  position: absolute;
  content: "";
  height: 0.4rem;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: auto;
  background-color: #000000;
}
.blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.active.selectedactive span:after {
  position: absolute;
  content: "";
  height: 0.4rem;
  bottom: 0;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: auto;
  background-color: #000000;
}
.blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.active span:after {
  content: none;
}
.blog-sub-header-component .sub-nav-items .sub-nav-item button {
  height: 40px;
  border: 1px solid blue;
  background: blue;
  color: #fff;
  cursor: pointer;
  min-width: 120px;
  padding: 10px;
  border-radius: 5px;
}
.blog-sub-header-component .sub-nav-items .sub-nav-item:last-child {
  padding-right: 0;
}
.blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item-right, .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item-next:not(.carousel-item-left) {
  transform: translateX(100%);
}
.blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item-left, .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item-prev:not(.carousel-item-right) {
  transform: translateX(-100%);
}

html:lang(ja-JP) .blog-sub-header-component .sub-nav-items .sub-nav-item span, html:lang(ja_JP) .blog-sub-header-component .sub-nav-items .sub-nav-item span {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: 300;
}
html:lang(ja-JP) .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.active span, html:lang(ja_JP) .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.active span {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: 300;
}
html:lang(ja-JP) .blog-sub-header-component .sub-nav-items .sub-nav-item.active span, html:lang(ja-JP) .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.selectedactive.active span, html:lang(ja_JP) .blog-sub-header-component .sub-nav-items .sub-nav-item.active span, html:lang(ja_JP) .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.selectedactive.active span {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: bold;
}

html:lang(zh-CN) .blog-sub-header-component .sub-nav-items .sub-nav-item span, html:lang(zh_CN) .blog-sub-header-component .sub-nav-items .sub-nav-item span {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: 300;
}
html:lang(zh-CN) .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.active span, html:lang(zh_CN) .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.active span {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: 300;
}
html:lang(zh-CN) .blog-sub-header-component .sub-nav-items .sub-nav-item.active span, html:lang(zh-CN) .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.selectedactive.active span, html:lang(zh_CN) .blog-sub-header-component .sub-nav-items .sub-nav-item.active span, html:lang(zh_CN) .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.selectedactive.active span {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: bold;
}

.margin-sl {
  margin: 5px 20px;
}

.blog-filter-component .blog-filter-component-header {
  text-align: center;
  background-color: #E6E6E6;
  color: #111;
  font-family: AmazonEmber-Regular;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.58px;
  line-height: 2rem;
  position: relative;
  z-index: 99;
  cursor: pointer;
}
.blog-filter-component .blog-filter-component-header .blog-filter-component-title {
  position: relative;
  cursor: pointer;
}

html:lang(ja-JP) .blog-filter-component .blog-filter-component-header, html:lang(ja_JP) .blog-filter-component .blog-filter-component-header {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}

html:lang(zh-CN) .blog-filter-component .blog-filter-component-header, html:lang(zh_CN) .blog-filter-component .blog-filter-component-header {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
}

.blog-filter-component-data .blog-filter-data-column .filter-data-title {
  margin-bottom: 0.75rem;
  color: #16191F;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 0.3px;
  line-height: 28px;
  font-family: AmazonEmber-regular;
}
.blog-filter-component-data .blog-filter-data-column .filter-data {
  font-size: 16px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  text-transform: capitalize;
}
.blog-filter-component-data .blog-filter-data-column .filter-data .checkbox-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}
.blog-filter-component-data .blog-filter-data-column .filter-data input[type=checkbox] {
  height: 15px;
  width: 15px;
  border: 1px solid #979797;
  border-radius: 2px;
  background-color: rgba(216, 216, 216, 0.8);
  margin-right: 1rem;
}

html:lang(ja-JP) .blog-filter-component-data .blog-filter-data-column .filter-data-title, html:lang(ja_JP) .blog-filter-component-data .blog-filter-data-column .filter-data-title {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}

html:lang(zh-CN) .blog-filter-component-data .blog-filter-data-column .filter-data-title, html:lang(zh_CN) .blog-filter-component-data .blog-filter-data-column .filter-data-title {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
}

.blog-filter-component .caret {
  bottom: auto;
  border: 6px solid transparent;
  display: inline-block;
  height: 0;
  margin-left: 20px;
  position: absolute;
  top: 0;
  width: 0;
}
.blog-filter-component .caret.down {
  bottom: 0;
  border-top-color: #111;
  top: auto;
}
.blog-filter-component .caret.up {
  border-bottom-color: #111111;
}
.blog-filter-component .crear-filter {
  color: #BDBDBD;
  cursor: pointer;
  display: inline-block;
  font-size: 13px;
  line-height: 19px;
  text-decoration: underline;
}

.filter-label-item {
  background-color: #B3B3B3;
  display: inline-block;
  padding: 0 5px;
  margin-right: 5px;
  border-radius: 5px;
  font-size: 12px;
  cursor: pointer;
}
.filter-label-item::after {
  content: "x";
  color: #000000;
  font-weight: 300;
  font-family: Arial, sans-serif;
  margin-left: 5px;
}

.blog-filter-component__wrapper {
  border-bottom: 1px solid #555555;
  border-top: 1px solid #555555;
  padding: 2rem 0 1rem;
  margin-bottom: 1rem;
}

.blog__wrapper {
  margin: auto;
}

.blog__wrapper-list {
  display: flex;
  padding: 1rem 0;
}
.blog__wrapper-list .blog__wrapper-img {
  margin-right: 1rem;
  width: 280px;
  min-width: 280px;
}
.blog__wrapper-list .blog__wrapper-img img {
  width: 100%;
}

.blog__desc-item--title a {
  color: #16191F;
  text-decoration: none;
  font-size: 20px;
  letter-spacing: 0.38px;
  line-height: 28px;
  margin: 5px 0;
  font-family: AmazonEmber-regular;
  display: inline-block;
}

html:lang(ja-JP) blog__desc-item--title a, html:lang(ja_JP) blog__desc-item--title a {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}

html:lang(zh-CN) blog__desc-item--title a, html:lang(zh_CN) blog__desc-item--title a {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
}

.blog__desc-item--category span,
.blog__desc-item--category a {
  background-color: #D8D8D8;
  border-radius: 8px;
  color: #16191F;
  cursor: pointer;
  display: inline-block;
  font-size: 11px;
  line-height: 13px;
  padding: 0.15rem 1rem;
  margin-right: 0.25rem;
  text-decoration: none;
}
.blog__desc-item--category span:hover,
.blog__desc-item--category a:hover {
  text-decoration: none;
}

.blog__desc-item--author span,
.blog__desc-item--author a {
  color: #1774c6;
  cursor: pointer;
  display: inline-block;
  text-transform: capitalize;
  text-decoration: none;
  font-family: AmazonEmber-regular;
}

html:lang(ja-JP) .blog__desc-item--author span, html:lang(ja_JP) .blog__desc-item--author span, html:lang(ja-JP) .blog__desc-item--author a, html:lang(ja_JP) .blog__desc-item--author a {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}

html:lang(zh-CN) .blog__desc-item--author span, html:lang(zh_CN) .blog__desc-item--author span, html:lang(zh-CN) .blog__desc-item--author a, html:lang(zh_CN) .blog__desc-item--author a {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
}

.blog__desc-item--date {
  color: #000000;
  font-size: 14px;
  font-weight: 300;
  line-height: 17px;
}

.blog-filter-component-data {
  margin-top: 1rem;
  visibility: visible;
}

.blog-sub-header-component .sub-nav-items .sub-nav-item .font-white span {
  color: #ffffff !important;
}
.blog-sub-header-component .sub-nav-items .sub-nav-item .font-black span {
  color: #000000 !important;
}
.blog-sub-header-component .sub-nav-items .sub-nav-item.active .font-white span:after, .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.active.selectedactive .font-white span:after {
  position: absolute;
  content: "";
  height: 0.4rem;
  bottom: -1px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: auto;
  background-color: #FFFFFF;
}
.blog-sub-header-component .sub-nav-items .sub-nav-item.active .font-white span {
  color: #FFFFFF !important;
}
.blog-sub-header-component .sub-nav-items .sub-nav-item .font-white span:hover:after {
  position: absolute;
  content: "";
  height: 0.2rem;
  bottom: -1px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: auto;
  background-color: #FFFFFF;
}

.IN-widget {
  width: 17px !important;
  height: 17px !important;
  position: absolute !important;
  top: 5px;
  left: 0;
  opacity: 0.001;
  z-index: 99;
  overflow: hidden;
}

.sub-nav-items .carousel-control-prev, .sub-nav-items .carousel-control-next {
  opacity: 0.8 !important;
  width: 8% !important;
}
.sub-nav-items .carousel-control-prev img, .sub-nav-items .carousel-control-next img {
  width: 30px;
}

.fixheader {
  position: fixed;
  width: 100%;
  top: 0;
}

.blog-sub-header-component .sub-nav-items .sub-nav-item .btn-section {
  line-height: 2.4rem;
}

.twitter-timeline-widget {
  height: 500px;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
  margin: 2px;
}

@media only screen and (max-width: 1020px) and (min-width: 768px) {
  .blog-sub-header-component .sub-nav-items .sub-nav-item.active span, .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.selectedactive.active span {
    font-size: 1.7rem;
  }
  .blog-sub-header-component .sub-nav-items .sub-nav-item span {
    font-size: 1.5rem;
  }
  .blog-sub-header-component .sub-nav-items .sub-nav-item {
    padding: 0 1.2rem;
  }
  .blog-sub-header-component .sub-nav-items .sub-nav-item .btn-section a.cta-button {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .blog-sub-header-component .sub-nav-items {
    text-align: center;
  }
  .blog-sub-header-component .sub-nav-items .sub-nav-item.active .font-white span:after {
    content: none;
  }
  .blog-sub-header-component .sub-nav-items .sub-nav-item a {
    display: inline-block;
  }
  .blog-sub-header-component .sub-nav-items .sub-nav-item.carousel-item.active span {
    line-height: 2.9rem !important;
  }
  .blog-post-component__wrapper {
    margin: 0;
  }
  .blog-post-component__wrapper .card-img-overlay {
    position: static;
    background: transparent;
  }
  .blog-post-component__text-wrapper {
    position: static;
    background: unset;
    opacity: unset;
    color: #000000;
    padding: 0 0.75rem;
  }
  .blog-post-component__date {
    color: #000000;
  }
  .blog-post-component__title-text {
    color: #000000 !important;
    font-size: 2rem;
    line-height: 2.8rem;
  }
  .blog-filter-component-data {
    margin-bottom: 1rem;
    visibility: visible;
  }
  .blog-filter-component-data .blog-filter-data-column .filter-data-title {
    font-size: 2rem;
    line-height: 2.8rem;
    background-color: #E6E6E6;
    padding: 0 5px;
  }
  .blog__wrapper-list {
    padding: 1rem 2rem 0;
  }
  .blog__wrapper-list .blog__wrapper-img,
  .blog__wrapper-list .blog__desc {
    width: 50%;
    min-width: auto;
  }
  .blog__desc-item--category-m {
    margin: 0 2rem;
  }
  .blog__desc-item--date {
    font-size: 11px;
    line-height: 17px;
  }
  .blog__desc-item--title a {
    font-size: 14px;
    line-height: 2rem;
    margin-bottom: 0;
  }
  .blog-filter-component__wrapper {
    margin: 0 2rem;
  }
  .blog-filter-component__wrapper .collapse,
  .blog-filter-component__wrapper .collapsing {
    position: absolute;
    background: #FFF;
    width: calc(100% - 4rem);
    z-index: 9;
  }
  .blog-filter-component__wrapper .blog-filter-data-column .collapse,
  .blog-filter-component__wrapper .blog-filter-data-column .collapsing {
    position: static;
    padding-left: 1.5rem;
  }
  .margin-sl {
    margin: 5px 0;
  }
  .blog-filter-data-column {
    padding: 0;
  }
  .iconMinus:after {
    content: "-";
    float: right;
    margin: 0 5px;
    font-size: 3rem;
    line-height: 2.8rem;
  }
  .collapsed .iconMinus:after {
    content: "+";
    font-size: 2rem;
  }
  .twitter-timeline-widget {
    margin: 0 1rem;
    width: calc(100% - 2rem);
  }
}
.fb-share-button {
  width: 17px !important;
  height: 17px !important;
  position: absolute !important;
  top: -2px;
  left: 0;
  opacity: 1;
  z-index: 99;
}

.blog-featured-overlay {
  top: auto;
  bottom: 1rem;
  padding: 1rem 2rem;
  background: rgba(0, 0, 0, 0.5);
}
.blog-featured-overlay .blog-post-component__title-text {
  font-size: 2rem;
  line-height: 2.8rem;
  font-weight: bold;
  margin: 0;
  color: inherit;
}
.blog-featured-overlay .blog-post-component__title-text:hover {
  text-decoration: none;
}
.blog-featured-overlay .blog-post-component__date {
  font-size: 14px;
  line-height: 17px;
}

#blog__pagination-items {
  display: inline-block !important;
}

/*
***
* MARKETO FORM STYLES
***
* These styles overwrite embeded
* marketo style sheets in the head.
* Be careful when editing that you
* do not cause issues on other
* marketo forms across the site
***
*/
#mktoForm_3474 {
  /* Fixing validation styles */
}
#mktoForm_3474.mktoForm {
  width: 100% !important;
}
#mktoForm_3474.mktoForm input[type=url],
#mktoForm_3474.mktoForm input[type=text],
#mktoForm_3474.mktoForm input[type=date],
#mktoForm_3474.mktoForm input[type=tel],
#mktoForm_3474.mktoForm input[type=email],
#mktoForm_3474.mktoForm input[type=number],
#mktoForm_3474.mktoForm textarea.mktoField,
#mktoForm_3474.mktoForm select.mktoField,
#mktoForm_3474.mktoForm label.mktoLabel {
  width: 100% !important;
  padding-bottom: 5px;
  font-weight: bold;
}
#mktoForm_3474.mktoForm select#Country,
#mktoForm_3474.mktoForm input#Company {
  min-height: 33px;
  font-size: unset;
  min-height: 35px;
  border: 1px solid #A6A6A6;
  border-radius: 3px;
}
#mktoForm_3474.mktoForm input {
  border: 1px solid #A6A6A6;
  border-radius: 3px;
}
#mktoForm_3474.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: bold;
  color: black;
  font-size: 1.5rem;
}
#mktoForm_3474.mktoForm select {
  height: 35px !important;
  border-color: #A6A6A6 !important;
  border-radius: 3px;
}
#mktoForm_3474.mktoForm button.mktoButton {
  background: #F0C14B !important;
  border-width: 0 !important;
  padding: 1rem 2rem !important;
  border-radius: 0.4rem;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  float: left;
  width: 100%;
}
#mktoForm_3474.mktoForm button.mktoButton:hover {
  color: white;
  background-color: #1382E0 !important;
  transition: 0.5s ease-in-out;
}
#mktoForm_3474.mktoForm input[type=email]:focus {
  box-shadow: none !important;
  border: 2px solid #005FCC !important;
}
#mktoForm_3474.mktoForm input:not([type=checkbox]) {
  margin: 0;
  height: 35px;
}
#mktoForm_3474.mktoForm select {
  margin-top: 3px;
  height: 35px;
}
#mktoForm_3474.mktoForm .mktoRadioList > label,
#mktoForm_3474.mktoForm .mktoCheckboxList > label {
  margin-bottom: 0.9em !important;
}
#mktoForm_3474 .mktoFormRow,
#mktoForm_3474 .mktoFieldWrap,
#mktoForm_3474 .mktoFormCol,
#mktoForm_3474 .mktoButtonRow {
  width: 100%;
}
#mktoForm_3474 .mktoFormRow select.mktoField {
  padding: 6px 3px !important;
}
#mktoForm_3474 .mktoLogicalField {
  width: 100% !important;
}
#mktoForm_3474 .mktoLogicalField.mktoCheckboxList {
  margin-top: -15px;
}
#mktoForm_3474 #LblExplicit_Opt_In__c {
  padding: 0;
  top: 5px;
  position: absolute;
}
#mktoForm_3474.mktoForm .mktoError .mktoErrorArrowWrap {
  display: none;
}
#mktoForm_3474 .mktoError {
  right: unset !important;
}
#mktoForm_3474.mktoForm div.mktoError .mktoErrorMsg {
  background-color: transparent !important;
  background-image: none;
  color: black !important;
  display: inline;
  min-width: 200px;
  display: block;
  position: absolute;
  top: -33px !important;
  left: 0;
  margin-top: 7px;
  background-color: rgba(229, 27, 0, 0);
  background-image: -webkit-linear-gradient(rgba(229, 27, 0, 0) 43%, rgba(255, 255, 255, 0) 100%) !important;
  background-image: -moz-linear-gradient(rgba(229, 27, 0, 0) 43%, rgba(186, 22, 0, 0) 100%) !important;
  background-image: none;
  background-image: -ms-linear-gradient(rgba(229, 27, 0, 0) 43%, rgba(186, 22, 0, 0) 100%) !important;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  box-shadow: none;
  color: #000000;
  border: 1px solid #BF0000 !important;
  background-color: #FFE6E6 !important;
  border-radius: 3px !important;
  font-size: 1em;
  line-height: 1.2em;
  max-width: 16em;
  padding: 0.4em 0.6em;
  margin-left: 0;
  text-shadow: none;
}
#mktoForm_3474.mktoForm div.mktoError #ValidMsgEmail.mktoErrorMsg {
  top: -54px !important;
  position: absolute;
}
#mktoForm_3474 .mktoErrorDetail {
  display: inline;
}

/*
***
* APPSTORE BLOG STYLES
***
* These styles overwrite ASK
* blog template styles and
* apply only to appstore
***
*/
.appstore-feed .twitter-timeline-widget,
.appstore-blog .twitter-timeline-widget {
  box-shadow: none;
}

.appstore-feed .blog__wrapper-list .blog__wrapper-img,
.appstore-feed .blog__wrapper-img img,
.appstore-feed .card-img,
.appstore-feed .blog__desc {
  width: 100%;
  border-radius: 10px;
}
@media only screen and (max-width: 1200px) {
  .appstore-feed .card-img {
    height: 190px;
    object-fit: cover;
  }
}
@media only screen and (max-width: 1000px) {
  .appstore-feed .blog__wrapper-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0;
  }
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .appstore-feed .pardotform.aem-GridColumn.aem-GridColumn--default--12 {
    margin: auto -25px;
  }
}
@media only screen and (max-width: 767px) {
  .appstore-feed .card-img {
    height: unset;
  }
  .appstore-feed .blog__wrapper-img img {
    object-fit: cover;
    height: 200px;
    border-radius: 10px;
  }
  .appstore-feed .blog-post-component__wrapper {
    border: 1px solid #E6E6E6;
    border-radius: 10px;
  }
  .appstore-feed .blog-filter-component__wrapper,
  .appstore-feed .blog__desc-item--category-m {
    margin: unset;
  }
  .appstore-feed .blog__wrapper-list {
    padding: unset;
    margin-top: 30px;
  }
  .appstore-feed .blog__wrapper-list .blog__wrapper-img {
    margin-right: unset;
  }
  .appstore-feed .blog__wrapper-list .twitter-timeline-widget {
    margin: 0;
    width: 100%;
  }
}

.appstore-blog img {
  border-radius: 10px;
}
@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .appstore-blog .pardotform.aem-GridColumn.aem-GridColumn--default--12 {
    margin: auto -25px;
  }
}
@media only screen and (max-width: 768px) {
  .appstore-blog h3,
  .appstore-blog h5 {
    text-align: left;
  }
  .appstore-blog img.banner-image {
    object-fit: cover;
    width: 100%;
    height: 200px;
  }
  .appstore-blog .image-rte_wrapper picture {
    width: 100%;
  }
}

.cdp {
  position: relative;
  text-align: center;
  padding: 20px 0;
  font-size: 0;
  z-index: 6;
  margin: 50px 0;
}
.cdp .caret {
  position: static;
  margin: 0.45rem 1.5rem;
}
.cdp .right {
  border-left-color: inherit;
}
.cdp .left {
  border-right-color: inherit;
}
.cdp_i {
  font-size: 16px;
  text-decoration: none;
  display: inline-block;
  text-transform: capitalize;
  line-height: 20px;
  padding: 0 1rem;
  display: none;
  color: #0066C7;
  font-family: AmazonEmber-Regular;
}
.cdp_i:last-child, .cdp_i:nth-child(2), .cdp_i:nth-last-child(2) {
  display: inline-block;
}
.cdp_i.cdp_prev_inactive, .cdp_i.cdp_next_inactive {
  color: #999999 !important;
  display: inline-block !important;
}
.cdp_i.cdp_prev_inactive[href], .cdp_i.cdp_next_inactive[href] {
  color: #0066C7 !important;
}
.cdp_i:hover {
  text-decoration: none;
}
.cdp:not([actpage="1"]) .cdp_i:nth-child(1) {
  display: inline-block;
}

.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="1"] .cdp_i:nth-child(-1):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="1"] .cdp_i:nth-child(0):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(2) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(3):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="1"] .cdp_i:nth-child(5):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="2"] .cdp_i:nth-child(0):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="2"] .cdp_i:nth-child(1):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(3) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(4):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="2"] .cdp_i:nth-child(6):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="3"] .cdp_i:nth-child(1):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="3"] .cdp_i:nth-child(2):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(4) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(5):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="3"] .cdp_i:nth-child(7):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="4"] .cdp_i:nth-child(2):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="4"] .cdp_i:nth-child(3):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(5) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(6):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="4"] .cdp_i:nth-child(8):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="5"] .cdp_i:nth-child(3):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="5"] .cdp_i:nth-child(4):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(6) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(7):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="5"] .cdp_i:nth-child(9):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="6"] .cdp_i:nth-child(4):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="6"] .cdp_i:nth-child(5):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(7) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(8):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="6"] .cdp_i:nth-child(10):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="7"] .cdp_i:nth-child(5):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="7"] .cdp_i:nth-child(6):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(8) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(9):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="7"] .cdp_i:nth-child(11):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="8"] .cdp_i:nth-child(6):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="8"] .cdp_i:nth-child(7):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(9) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(10):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="8"] .cdp_i:nth-child(12):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="9"] .cdp_i:nth-child(7):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="9"] .cdp_i:nth-child(8):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(10) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(11):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="9"] .cdp_i:nth-child(13):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="10"] .cdp_i:nth-child(8):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="10"] .cdp_i:nth-child(9):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(11) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(12):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="10"] .cdp_i:nth-child(14):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="11"] .cdp_i:nth-child(9):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="11"] .cdp_i:nth-child(10):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(12) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(13):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="11"] .cdp_i:nth-child(15):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="12"] .cdp_i:nth-child(10):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="12"] .cdp_i:nth-child(11):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(13) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(14):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="12"] .cdp_i:nth-child(16):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="13"] .cdp_i:nth-child(11):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="13"] .cdp_i:nth-child(12):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(14) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(15):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="13"] .cdp_i:nth-child(17):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="14"] .cdp_i:nth-child(12):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="14"] .cdp_i:nth-child(13):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(15) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(16):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="14"] .cdp_i:nth-child(18):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="15"] .cdp_i:nth-child(13):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="15"] .cdp_i:nth-child(14):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(16) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(17):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="15"] .cdp_i:nth-child(19):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="16"] .cdp_i:nth-child(14):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="16"] .cdp_i:nth-child(15):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(17) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(18):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="16"] .cdp_i:nth-child(20):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="17"] .cdp_i:nth-child(15):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="17"] .cdp_i:nth-child(16):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(18) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(19):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="17"] .cdp_i:nth-child(21):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="18"] .cdp_i:nth-child(16):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="18"] .cdp_i:nth-child(17):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(19) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(20):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="18"] .cdp_i:nth-child(22):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="19"] .cdp_i:nth-child(17):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="19"] .cdp_i:nth-child(18):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(20) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(21):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="19"] .cdp_i:nth-child(23):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="20"] .cdp_i:nth-child(18):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="20"] .cdp_i:nth-child(19):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(21) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(22):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="20"] .cdp_i:nth-child(24):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="21"] .cdp_i:nth-child(19):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="21"] .cdp_i:nth-child(20):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(22) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(23):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="21"] .cdp_i:nth-child(25):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="22"] .cdp_i:nth-child(20):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="22"] .cdp_i:nth-child(21):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(23) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(24):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="22"] .cdp_i:nth-child(26):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="23"] .cdp_i:nth-child(21):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="23"] .cdp_i:nth-child(22):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(24) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(25):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="23"] .cdp_i:nth-child(27):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="24"] .cdp_i:nth-child(22):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="24"] .cdp_i:nth-child(23):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(25) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(26):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="24"] .cdp_i:nth-child(28):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="25"] .cdp_i:nth-child(23):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="25"] .cdp_i:nth-child(24):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(26) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(27):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="25"] .cdp_i:nth-child(29):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="26"] .cdp_i:nth-child(24):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="26"] .cdp_i:nth-child(25):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(27) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(28):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="26"] .cdp_i:nth-child(30):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="27"] .cdp_i:nth-child(25):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="27"] .cdp_i:nth-child(26):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(28) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(29):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="27"] .cdp_i:nth-child(31):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="28"] .cdp_i:nth-child(26):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="28"] .cdp_i:nth-child(27):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(29) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(30):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="28"] .cdp_i:nth-child(32):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="29"] .cdp_i:nth-child(27):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="29"] .cdp_i:nth-child(28):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(30) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(31):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="29"] .cdp_i:nth-child(33):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="30"] .cdp_i:nth-child(28):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="30"] .cdp_i:nth-child(29):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(31) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(32):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="30"] .cdp_i:nth-child(34):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="31"] .cdp_i:nth-child(29):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="31"] .cdp_i:nth-child(30):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(32) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(33):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="31"] .cdp_i:nth-child(35):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="32"] .cdp_i:nth-child(30):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="32"] .cdp_i:nth-child(31):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(33) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(34):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="32"] .cdp_i:nth-child(36):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="33"] .cdp_i:nth-child(31):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="33"] .cdp_i:nth-child(32):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(34) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(35):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="33"] .cdp_i:nth-child(37):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="34"] .cdp_i:nth-child(32):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="34"] .cdp_i:nth-child(33):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(35) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(36):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="34"] .cdp_i:nth-child(38):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="35"] .cdp_i:nth-child(33):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="35"] .cdp_i:nth-child(34):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(36) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(37):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="35"] .cdp_i:nth-child(39):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="36"] .cdp_i:nth-child(34):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="36"] .cdp_i:nth-child(35):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(37) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(38):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="36"] .cdp_i:nth-child(40):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="37"] .cdp_i:nth-child(35):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="37"] .cdp_i:nth-child(36):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(38) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(39):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="37"] .cdp_i:nth-child(41):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="38"] .cdp_i:nth-child(36):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="38"] .cdp_i:nth-child(37):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(39) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(40):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="38"] .cdp_i:nth-child(42):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="39"] .cdp_i:nth-child(37):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="39"] .cdp_i:nth-child(38):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(40) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(41):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="39"] .cdp_i:nth-child(43):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="40"] .cdp_i:nth-child(38):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="40"] .cdp_i:nth-child(39):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(41) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(42):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="40"] .cdp_i:nth-child(44):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="41"] .cdp_i:nth-child(39):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="41"] .cdp_i:nth-child(40):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(42) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(43):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="41"] .cdp_i:nth-child(45):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="42"] .cdp_i:nth-child(40):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="42"] .cdp_i:nth-child(41):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(43) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(44):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="42"] .cdp_i:nth-child(46):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="43"] .cdp_i:nth-child(41):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="43"] .cdp_i:nth-child(42):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(44) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(45):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="43"] .cdp_i:nth-child(47):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="44"] .cdp_i:nth-child(42):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="44"] .cdp_i:nth-child(43):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(45) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(46):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="44"] .cdp_i:nth-child(48):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="45"] .cdp_i:nth-child(43):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="45"] .cdp_i:nth-child(44):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(46) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(47):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="45"] .cdp_i:nth-child(49):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="46"] .cdp_i:nth-child(44):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="46"] .cdp_i:nth-child(45):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(47) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(48):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="46"] .cdp_i:nth-child(50):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="47"] .cdp_i:nth-child(45):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="47"] .cdp_i:nth-child(46):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(48) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(49):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="47"] .cdp_i:nth-child(51):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="48"] .cdp_i:nth-child(46):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="48"] .cdp_i:nth-child(47):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(49) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(50):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="48"] .cdp_i:nth-child(52):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="49"] .cdp_i:nth-child(47):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="49"] .cdp_i:nth-child(48):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(50) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(51):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="49"] .cdp_i:nth-child(53):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="50"] .cdp_i:nth-child(48):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="50"] .cdp_i:nth-child(49):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(51) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(52):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="50"] .cdp_i:nth-child(54):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="51"] .cdp_i:nth-child(49):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="51"] .cdp_i:nth-child(50):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(52) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(53):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="51"] .cdp_i:nth-child(55):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="52"] .cdp_i:nth-child(50):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="52"] .cdp_i:nth-child(51):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(53) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(54):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="52"] .cdp_i:nth-child(56):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="53"] .cdp_i:nth-child(51):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="53"] .cdp_i:nth-child(52):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(54) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(55):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="53"] .cdp_i:nth-child(57):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="54"] .cdp_i:nth-child(52):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="54"] .cdp_i:nth-child(53):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(55) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(56):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="54"] .cdp_i:nth-child(58):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="55"] .cdp_i:nth-child(53):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="55"] .cdp_i:nth-child(54):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(56) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(57):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="55"] .cdp_i:nth-child(59):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="56"] .cdp_i:nth-child(54):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="56"] .cdp_i:nth-child(55):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(57) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(58):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="56"] .cdp_i:nth-child(60):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="57"] .cdp_i:nth-child(55):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="57"] .cdp_i:nth-child(56):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(58) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(59):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="57"] .cdp_i:nth-child(61):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="58"] .cdp_i:nth-child(56):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="58"] .cdp_i:nth-child(57):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(59) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(60):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="58"] .cdp_i:nth-child(62):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="59"] .cdp_i:nth-child(57):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="59"] .cdp_i:nth-child(58):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(60) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(61):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="59"] .cdp_i:nth-child(63):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="60"] .cdp_i:nth-child(58):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="60"] .cdp_i:nth-child(59):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(61) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(62):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="60"] .cdp_i:nth-child(64):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="61"] .cdp_i:nth-child(59):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="61"] .cdp_i:nth-child(60):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(62) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(63):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="61"] .cdp_i:nth-child(65):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="62"] .cdp_i:nth-child(60):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="62"] .cdp_i:nth-child(61):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(63) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(64):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="62"] .cdp_i:nth-child(66):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="63"] .cdp_i:nth-child(61):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="63"] .cdp_i:nth-child(62):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(64) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(65):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="63"] .cdp_i:nth-child(67):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="64"] .cdp_i:nth-child(62):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="64"] .cdp_i:nth-child(63):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(65) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(66):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="64"] .cdp_i:nth-child(68):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="65"] .cdp_i:nth-child(63):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="65"] .cdp_i:nth-child(64):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(66) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(67):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="65"] .cdp_i:nth-child(69):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="66"] .cdp_i:nth-child(64):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="66"] .cdp_i:nth-child(65):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(67) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(68):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="66"] .cdp_i:nth-child(70):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="67"] .cdp_i:nth-child(65):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="67"] .cdp_i:nth-child(66):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(68) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(69):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="67"] .cdp_i:nth-child(71):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="68"] .cdp_i:nth-child(66):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="68"] .cdp_i:nth-child(67):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(69) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(70):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="68"] .cdp_i:nth-child(72):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="69"] .cdp_i:nth-child(67):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="69"] .cdp_i:nth-child(68):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(70) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(71):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="69"] .cdp_i:nth-child(73):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="70"] .cdp_i:nth-child(68):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="70"] .cdp_i:nth-child(69):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(71) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(72):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="70"] .cdp_i:nth-child(74):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="71"] .cdp_i:nth-child(69):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="71"] .cdp_i:nth-child(70):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(72) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(73):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="71"] .cdp_i:nth-child(75):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="72"] .cdp_i:nth-child(70):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="72"] .cdp_i:nth-child(71):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(73) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(74):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="72"] .cdp_i:nth-child(76):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="73"] .cdp_i:nth-child(71):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="73"] .cdp_i:nth-child(72):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(74) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(75):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="73"] .cdp_i:nth-child(77):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="74"] .cdp_i:nth-child(72):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="74"] .cdp_i:nth-child(73):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(75) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(76):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="74"] .cdp_i:nth-child(78):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="75"] .cdp_i:nth-child(73):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="75"] .cdp_i:nth-child(74):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(76) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(77):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="75"] .cdp_i:nth-child(79):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="76"] .cdp_i:nth-child(74):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="76"] .cdp_i:nth-child(75):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(77) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(78):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="76"] .cdp_i:nth-child(80):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="77"] .cdp_i:nth-child(75):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="77"] .cdp_i:nth-child(76):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(78) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(79):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="77"] .cdp_i:nth-child(81):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="78"] .cdp_i:nth-child(76):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="78"] .cdp_i:nth-child(77):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(79) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(80):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="78"] .cdp_i:nth-child(82):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="79"] .cdp_i:nth-child(77):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="79"] .cdp_i:nth-child(78):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(80) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(81):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="79"] .cdp_i:nth-child(83):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="80"] .cdp_i:nth-child(78):not(:first-child):not(:nth-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}
.cdp[actpage="80"] .cdp_i:nth-child(79):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(80):not(:first-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(81) {
  color: #111111;
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(82):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(83):not(:last-child) {
  display: inline-block;
}
.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)) {
  display: inline-block;
  pointer-events: none;
  color: transparent;
}
.cdp[actpage="80"] .cdp_i:nth-child(84):not(:last-child):not(:nth-last-child(2)):after {
  color: #111111;
  content: "...";
  margin-left: -8px;
}

html:lang(ja-JP) .cdp_i, html:lang(ja_JP) .cdp_i {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

.base-wrapper .docs iframe {
  width: 560px !important;
  height: 315px !important;
}

.docs .alert {
  display: block;
}

@media (min-width: 992px) {
  .dp-content-slot {
    overflow: hidden;
    clear: both;
  }
}
.dp-content-pixel-tracker-slot {
  line-height: 0;
}

.dp-content-slot--transparent {
  opacity: 0.8;
}

.dp-content-slot-inner > .dp-content-slot--buffet-component:-moz-only-whitespace,
.dp-content-slot-inner > .dp-content-slot--buffet-component:empty {
  margin: 0;
}

@media (min-width: 992px) {
  .dp-content-slot-inner > .dp-content-slot--buffet-component:-moz-only-whitespace,
  .dp-content-slot-inner > .dp-content-slot--buffet-component:empty {
    margin: 0;
  }
}
.dp-content-slot-inner > .dp-content-slot--buffet-component:first-child:not(:empty) {
  margin-top: 50px;
}

.dp-content-slot-inner > .dp-content-slot--buffet-component:last-child:not(:empty) {
  margin-bottom: 50px;
}

.dp-content-slot-inner > .dp-content-slot--buffet-component {
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .dp-content-slot-inner > .dp-content-slot--buffet-component {
    margin-bottom: 50px;
  }
}
.dp-content-slot:nth-child(odd) {
  background: #f6f6f6;
}

.dp-content-slot--left .dp-content-slot-img-wrapper {
  right: -2%;
  left: auto;
}

.dp-content-slot--right .dp-content-slot-img-wrapper {
  left: -2%;
  right: auto;
}

.dp-content-slot--right .dp-content-slot-copy-wrapper {
  float: right;
}

@media (min-width: 992px) {
  .dp-content-slot-inner {
    max-width: 1400px;
    padding: 0 50px;
    position: relative;
  }
}
.dp-content-slot-img-wrapper {
  max-width: 600px;
  position: absolute;
  bottom: 0;
  display: none;
}

@media (min-width: 992px) {
  .dp-content-slot-img-wrapper {
    display: block;
  }
}
.dp-content-slot-category {
  color: inherit;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 14px;
}

@media (min-width: 992px) {
  .dp-content-slot-category {
    font-size: 16px;
  }
}
.dp-content-slot-title-wrapper {
  overflow: hidden;
}

.dp-content-slot-title-img {
  float: left;
  max-width: 32px;
  margin-right: 8px;
}

@media (min-width: 992px) {
  .dp-content-slot-title-img {
    max-width: 48px;
  }
}
@media (min-width: 992px) {
  .dp-content-slot-title-img--large {
    max-width: 60px;
    margin-right: 16px;
    margin-bottom: 14px;
  }
}
.dp-content-slot-title {
  color: inherit;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 28px;
}

@media (min-width: 992px) {
  .dp-content-slot-title {
    font-size: 48px;
    font-weight: 300;
  }
}
.dp-content-slot-title--small {
  color: inherit;
  font-size: 28px;
  font-weight: 400;
}

@media (min-width: 992px) {
  .dp-content-slot-title--small {
    font-size: 34px;
    font-weight: 300;
  }
}
.dp-content-slot a,
.dp-content-slot li,
.dp-content-slot p {
  line-height: 150%;
}

.dp-content-slot p a {
  text-decoration: none;
}

.dp-content-slot ul {
  color: inherit;
  font-weight: 300;
}

.dp-callout-list {
  margin: 24px 0;
  padding: 0;
}

.dp-callout-list li {
  list-style-type: none;
  padding: 16px 0;
}

@media (max-width: 991px) {
  .dp-content-slot-aside {
    margin-top: 16px;
  }
}
.dp-content-slot-aside-img {
  width: 100%;
}

@media (min-width: 992px) {
  .dp-content-slot {
    display: table;
    width: 100%;
  }
}
.dp-content-slot--l2-component h1,
.dp-content-slot--l2-component h2,
.dp-content-slot--l2-component h3 {
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .dp-content-slot--l2-component h1,
  .dp-content-slot--l2-component h2,
  .dp-content-slot--l2-component h3 {
    margin-bottom: 16px;
  }
}
.dp-content-slot--l2-component p:last-child {
  margin-bottom: 14px;
}

@media (min-width: 992px) {
  .dp-content-slot--l2-component p:last-child {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .dp-content-slot--l2-component p {
    margin-bottom: 24px;
  }
}
.dp-content-slot--l2-component .media-wrapper {
  margin-bottom: 24px;
}

.dp-content-slot--l2-component .media-wrapper--video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}

.dp-content-slot--l2-component .media-wrapper--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.dp-content-slot--l2-component img {
  width: 100%;
}

.dp-content-slot-background-white {
  background-color: #FFFFFF;
}

.dp-content-slot-background-light-font,
.dp-content-slot-background-light-grey,
.dp-content-slot-background-white {
  color: #111111;
}

.dp-content-slot-background-alexa-blue,
.dp-content-slot-background-amazon-orange,
.dp-content-slot-background-dark-font, .dp-content-slot-background-dark-grey1,
.dp-content-slot-background-dark-grey2,
.dp-content-slot-background-devportal-orange,
.dp-content-slot-background-drs-cyan,
.dp-content-slot-background-fireos-orange, .dp-content-slot-background-twitch-purple {
  color: #FFFFFF;
}

.dp-content-slot-background-light-grey a:link,
.dp-content-slot-background-light-grey a:visited,
.dp-content-slot-background-light-link a:link,
.dp-content-slot-background-light-link a:visited,
.dp-content-slot-background-white a:link,
.dp-content-slot-background-white a:visited {
  color: #0066c0;
}

.dp-content-slot-background-light-grey a:hover,
.dp-content-slot-background-light-link a:hover,
.dp-content-slot-background-white a:hover {
  color: #e37825;
}

.dp-content-slot-background-alexa-blue a:link,
.dp-content-slot-background-alexa-blue a:visited,
.dp-content-slot-background-amazon-orange a:link,
.dp-content-slot-background-amazon-orange a:visited,
.dp-content-slot-background-dark-grey1 a:link,
.dp-content-slot-background-dark-grey1 a:visited,
.dp-content-slot-background-dark-grey2 a:link,
.dp-content-slot-background-dark-grey2 a:visited,
.dp-content-slot-background-dark-link a:link,
.dp-content-slot-background-dark-link a:visited,
.dp-content-slot-background-devportal-orange a:link,
.dp-content-slot-background-devportal-orange a:visited,
.dp-content-slot-background-drs-cyan a:link,
.dp-content-slot-background-drs-cyan a:visited,
.dp-content-slot-background-fireos-orange a:link,
.dp-content-slot-background-fireos-orange a:visited,
.dp-content-slot-background-twitch-purple a:link,
.dp-content-slot-background-twitch-purple a:visited {
  color: #00c2e0;
}

.dp-content-slot-background-alexa-blue a:hover,
.dp-content-slot-background-amazon-orange a:hover,
.dp-content-slot-background-dark-grey1 a:hover,
.dp-content-slot-background-dark-grey2 a:hover,
.dp-content-slot-background-dark-link a:hover,
.dp-content-slot-background-devportal-orange a:hover,
.dp-content-slot-background-drs-cyan a:hover,
.dp-content-slot-background-fireos-orange a:hover,
.dp-content-slot-background-twitch-purple a:hover {
  color: #e37825;
}

.dp-content-slot-background-light-grey {
  background-color: #f6f6f6 !important;
}

.dp-content-slot-background-dark-grey1 {
  background-color: #404951 !important;
}

.dp-content-slot-background-dark-grey2 {
  background-color: #495159 !important;
}

.dp-content-slot-background-devportal-orange {
  background-color: #e37825 !important;
}

.dp-content-slot-background-fireos-orange {
  background-color: #ef6426 !important;
}

.dp-content-slot-background-alexa-blue {
  background-color: #0068a8 !important;
}

.dp-content-slot-background-twitch-purple {
  background-color: #6441a5 !important;
}

.dp-content-slot-background-drs-cyan {
  background-color: #07cbda !important;
}

.dp-content-slot-background-amazon-orange {
  background-color: #f90 !important;
}

.dp-content-slot .h1,
.dp-content-slot .h2,
.dp-content-slot .h3,
.dp-content-slot .h4,
.dp-content-slot .h5,
.dp-content-slot .h6,
.dp-content-slot h1,
.dp-content-slot h2,
.dp-content-slot h3,
.dp-content-slot h4,
.dp-content-slot h5,
.dp-content-slot h6 {
  color: inherit;
  line-height: 125%;
}
.dp-content-slot h1 .link-style,
.dp-content-slot .h1 a,
.dp-content-slot .h1 a:active,
.dp-content-slot .h1 a:hover,
.dp-content-slot .h1 a:link,
.dp-content-slot .h1 a:visited,
.dp-content-slot .h2 .link-style,
.dp-content-slot .h2 a,
.dp-content-slot .h2 a:active,
.dp-content-slot .h2 a:hover,
.dp-content-slot .h2 a:link,
.dp-content-slot .h2 a:visited,
.dp-content-slot .h3 .link-style,
.dp-content-slot .h3 a,
.dp-content-slot .h3 a:active,
.dp-content-slot .h3 a:hover,
.dp-content-slot .h3 a:link,
.dp-content-slot .h3 a:visited,
.dp-content-slot .h4 .link-style,
.dp-content-slot .h4 a,
.dp-content-slot .h4 a:active,
.dp-content-slot .h4 a:hover,
.dp-content-slot .h4 a:link,
.dp-content-slot .h4 a:visited,
.dp-content-slot .h5 .link-style,
.dp-content-slot .h5 a,
.dp-content-slot .h5 a:active,
.dp-content-slot .h5 a:hover,
.dp-content-slot .h5 a:link,
.dp-content-slot .h5 a:visited,
.dp-content-slot .h6 .link-style,
.dp-content-slot .h6 a,
.dp-content-slot .h6 a:active,
.dp-content-slot .h6 a:hover,
.dp-content-slot .h6 a:link,
.dp-content-slot .h6 a:visited,
.dp-content-slot h1 .link-style,
.dp-content-slot h1 a,
.dp-content-slot h1 a:active,
.dp-content-slot h1 a:hover,
.dp-content-slot h1 a:link,
.dp-content-slot h1 a:visited,
.dp-content-slot h2 .link-style,
.dp-content-slot h2 a,
.dp-content-slot h2 a:active,
.dp-content-slot h2 a:hover,
.dp-content-slot h2 a:link,
.dp-content-slot h2 a:visited,
.dp-content-slot h3 .link-style,
.dp-content-slot h3 a,
.dp-content-slot h3 a:active,
.dp-content-slot h3 a:hover,
.dp-content-slot h3 a:link,
.dp-content-slot h3 a:visited,
.dp-content-slot h4 .link-style,
.dp-content-slot h4 a,
.dp-content-slot h4 a:active,
.dp-content-slot h4 a:hover,
.dp-content-slot h4 a:link,
.dp-content-slot h4 a:visited,
.dp-content-slot h5 .link-style,
.dp-content-slot h5 a,
.dp-content-slot h5 a:active,
.dp-content-slot h5 a:hover,
.dp-content-slot h5 a:link,
.dp-content-slot h5 a:visited,
.dp-content-slot h6 .link-style,
.dp-content-slot h6 a,
.dp-content-slot h6 a:active,
.dp-content-slot h6 a:hover,
.dp-content-slot h6 a:link,
.dp-content-slot h6 a:visited {
  color: inherit;
  text-decoration: none;
}
.dp-content-slot .h1,
.dp-content-slot .h2,
.dp-content-slot .h3,
.dp-content-slot .h4,
.dp-content-slot h1,
.dp-content-slot h2,
.dp-content-slot h3,
.dp-content-slot h4 {
  padding-bottom: 16px;
}

.car-control {
  width: 50px;
  height: 90px;
  margin-top: -263px;
  z-index: 2;
  position: relative;
  background-color: #eee;
}

.error .content-section {
  color: grey;
  max-width: 1400px;
  margin: auto;
  width: 75%;
  padding-top: 5%;
  padding-bottom: 8%;
  padding-left: 5%;
}
.error .error-title {
  font-size: 300%;
  margin-bottom: 2%;
  line-height: 1em;
}
.error .error-description {
  font-size: 160%;
  line-height: 1.25em;
  padding-left: 0.1em;
  font-weight: 300;
}

@media screen and (max-width: 992px) {
  .error .error-title {
    font-size: 250%;
  }
  .error .error-description {
    font-size: 140%;
  }
}
@media screen and (max-width: 600px) {
  .error .error-title {
    font-size: 200%;
  }
  .error .error-description {
    font-size: 120%;
  }
}
@font-face {
  font-family: icomoon;
  src: url(https://m.media-amazon.com/images/G/01/AUIClients/DeXWebsiteAUIAssets-icomoon-cff8550da8b280dec7eb0b2ec4bcd6bee7450574._V2_.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
.alert.alert-warning, .alert.alert-warning-message {
  padding-left: 50px;
  border-color: #8b6e00;
}

.alert {
  padding: 11.25px 15px;
  margin-bottom: 30px;
  border: 1px solid #f7f7f7;
  border-radius: 3px;
}

.dp-content-slot--buffet-component nav.product-nav {
  margin: -50px -1999px;
  padding: 0 1999px;
}

.dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title .link-style, .dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title a, .dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title a:active, .dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title a:hover, .dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title a:link, .dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title a:visited {
  color: inherit;
  text-decoration: none;
}

.single-field-form-subtext {
  margin-top: 12px;
  margin-bottom: 0;
  font-weight: 300;
}

.single-field-form-error-msg-area {
  display: none;
  margin-bottom: 6px !important;
  text-align: left;
  height: auto;
}

.a-icon.a-icon-alert.single-field-form-error-icon {
  top: 17px;
}

.single-field-form-error-msg {
  font-size: 14px;
}

.single-field-form-input-area {
  margin-top: 12px;
  display: inline-block;
}

.single-field-form-email-input {
  width: 360px;
  margin-right: 12px;
}

input.single-field-form-email-input {
  height: 35px;
}

.single-field-form-submit-button-text {
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width: 991px) {
  .single-field-form-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
  .single-field-form-input-area {
    display: block;
  }
  .single-field-form-email-input, .single-field-form-error-msg-area, .single-field-form-submit-button {
    width: 100%;
  }
  .a-icon.a-icon-alert.single-field-form-error-icon {
    top: 11px;
  }
  .single-field-form-submit-button {
    margin-top: 8px;
  }
}
.docs {
  font-family: AmazonEmber-Regular, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  line-height: 1.3em;
  padding-top: 85px;
  margin-top: -60px;
}
.docs .alert,
.docs .bs-callout,
.docs div.legend,
.docs dl dd,
.docs dt,
.docs li,
.docs p {
  font-family: AmazonEmber-Regular, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.docs .alert,
.docs .bs-callout,
.docs a.editButton,
.docs .subheading,
.docs dd,
.docs dt,
.docs figcaption,
.docs li,
.docs ol,
.docs p,
.docs table,
.docs ul,
.docs span.githubButton {
  color: #111111;
  line-height: 1.5em;
  font-weight: 400;
}
.docs .productTitle,
.docs .relatedResources,
.docs h1,
.docs h2,
.docs h3,
.docs h4,
.docs h5,
.docs h6 {
  color: #111111;
  line-height: 1.3em;
}
.docs dt[id],
.docs h1[id],
.docs h2[id],
.docs h3[id],
.docs h4[id],
.docs h5[id],
.docs h6[id] {
  padding-top: 85px;
  margin-top: -60px;
}
.docs a {
  color: #0066c0;
}
.docs i.fa {
  font-family: FontAwesome;
}
.docs a:hover {
  color: #e87825;
}
.docs p a:hover {
  text-decoration: underline;
  color: #e87825 !important;
}
.docs p a {
  text-decoration: none;
}
.docs .a-ordered-list, .docs .a-unordered-list, .docs ol, .docs ul {
  padding: 0;
  margin-left: 18px;
}
.docs p {
  margin-bottom: 20px;
}
.docs h2, .docs h3, .docs h4, .docs h5, .docs h6 {
  padding-top: 25px;
}
.docs h1, .docs h1 code.highlighter-rouge {
  font-size: 48px;
  margin-bottom: 30px;
  font-weight: 300;
  background-color: transparent;
}
.docs h2, .docs h2 code.highlighter-rouge {
  font-size: 42px;
  font-weight: 300;
  background-color: transparent;
}
.docs h3, .docs h3 code.highlighter-rouge {
  font-size: 28px;
  font-weight: 300;
  background-color: transparent;
}
.docs h4, .docs h4 code.highlighter-rouge {
  font-size: 21px;
  font-weight: 300;
  background-color: transparent;
}
.docs h5, .docs h5 code.highlighter-rouge {
  font-size: 18px;
  font-weight: 400;
  background-color: transparent;
}
.docs .h6, .docs h6 code.highlighter-rouge {
  font-size: 16em;
  font-weight: 300;
  background-color: transparent;
}
.docs .mydocsidebar {
  height: 100%;
  overflow-y: auto;
  background-color: #f7f7f7;
  padding: 24px 24px 32px 24px;
  margin: 34px 50px 50px 10px;
  width: 270px;
}
.docs .mydocsidebar ul {
  padding-left: 15px;
  padding-right: 5px;
  margin-left: 0;
  margin-right: -5px;
}
.docs .mydocsidebar a, .docs .mydocsidebar a:hover {
  text-decoration: none;
}
.docs p.external {
  font-size: 10px;
  margin-top: 10px;
}
.docs .docnav ul {
  padding-left: 15px;
}
.docs .docnav li {
  list-style: none;
  font: 400 12px "Open Sans", "Lucida Grande", "Helvetica Neue", Arial;
  border-bottom: 0;
}
.docs .docnav li a:active,
.docs .docnav li a:hover {
  text-decoration: none;
  color: #666;
}
.docs .docnav li.level1 > a > span:after, .docs .docnav li.level2 > a > span:after, .docs .docnav li.level3 > a > span:after {
  content: "\f0fe";
  font-family: FontAwesome;
  color: #e47911;
  font-size: 14px;
  padding-right: 13px;
  text-decoration: none;
}
.docs .docnav li.level1items > a:before, .docs .docnav li.level2items > a:before, .docs .docnav li.level3items > a:before {
  content: "\f096";
  font-family: FontAwesome;
  color: #e47911;
  padding-right: 8px;
  text-decoration: none;
}
.docs .docnav li.open > a > span:after {
  content: "\f146";
  font-family: FontAwesome;
  color: #e47911;
  padding-right: 13px;
}
.docs .docnav li.level3, .docs .docnav li.level3items {
  padding-left: 10px;
}
.docs .docnav li.level2, .docs .docnav li.level2items {
  padding-left: 10px;
}
.docs .docnav li.level1, .docs .docnav li.level1items {
  padding-left: 10px;
}
.docs .docnav li {
  margin: 7px 0;
}
.docs ul#docnavsidebar li a:focus {
  text-decoration: none;
}
.docs li.level1.open > ul > li.level1items.open a, .docs li.level2.open > ul > li.level2items.open a, .docs li.level3.open > ul > li.level3items.open a {
  color: #000000;
  font-weight: 700;
}
.docs li.level1.open > ul > li.level1items.open > a:before, .docs li.level2.open > ul > li.level2items.open > a:before, .docs li.level3.open > ul > li.level3items.open > a:before {
  color: #000000;
}
.docs li.level1.open > ul > li.level1items a, .docs li.level2.open > ul > li.level2items a, .docs li.level3.open > ul > li.level3items a {
  font-weight: 400;
  color: #0066c0;
}
.docs li.level1.open > ul > li.level1items > a:before, .docs li.level2.open > ul > li.level2items > a:before, .docs li.level3.open > ul > li.level3items > a:before {
  font-weight: 400;
  color: #0066c0;
}

.docnav li.level1, .docnav li.level1items, .docs .docnav ul li {
  list-style: none;
}

li.folderTitle.current.open > a.subfoldersTitle {
  font-weight: 700;
  color: #000000;
}

.docs .productTitle {
  font-size: 18px;
  color: #333;
  display: block;
  margin-right: 8px;
}
.docs .docnav li a {
  line-height: 18px;
  display: table;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  text-indent: -20px;
}
@media (max-width: 600px) {
  .docs .docnav li a {
    max-width: 180px;
  }
  .docs .githubButton {
    display: none;
  }
}

@media (min-width: 600px) {
  .docnav li a {
    max-width: 240px;
  }
}
.docs {
  font-family: AmazonEmber-Regular, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #111111;
  line-height: 1.3em;
  padding-top: 85px;
  margin-top: -60px;
}
.docs ul#entrypages li {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 3px;
}
.docs .relatedResources {
  font-size: 15px;
  color: #000000;
  margin: 10px 0;
}
.docs hr.resourceSeparator {
  display: block;
  margin-top: 1.7em;
  margin-bottom: 1.7em;
  margin-left: 0;
  border-width: 1px;
  color: #000000;
  max-width: 80%;
}
.docs ul#markdown-toc::before {
  content: "Table of Contents";
}
.docs ul.onPageSectiontoc::before {
  content: "Pages in This Section";
}
.docs ul#docnavsidebar, .docs ul#entrypages, .docs ul#markdown-toc {
  margin-left: 0;
}
.docs ol ol, .docs ol ul, .docs ul ol, .docs ul ul {
  padding-left: 15px;
}
.docs li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.docs ol li, .docs ul li {
  margin-left: 10px;
}
.docs ul li {
  list-style-type: disc;
}
.docs ol li ol li {
  list-style-type: lower-latin;
}
.docs ol li ol li ul li {
  list-style-type: disc;
}
.docs ol li ol li ol li {
  list-style-type: lower-roman;
}
.docs code {
  font-family: Monaco, Consolas, Courier, monospace;
  font-weight: 400;
  font-size: 14px;
}
.docs a code {
  color: #337ab7;
}
.docs pre {
  background-color: #000000;
  border: 0;
  color: #d7d9db;
  font-family: Monaco, Consolas, Courier, monospace;
  font-weight: 400;
  font-size: 14px;
  padding: 15px;
}
.docs p > code {
  padding: 2px 4px;
  color: #C7254E;
  border-radius: 4px;
  background-color: #F5F5F5;
  font-family: Monaco, Consolas, Courier, monospace;
  font-weight: 400;
  font-size: 14px;
}
.docs .highlight, .docs pre {
  white-space: pre;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #202020;
  color: #d7d9db;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 13px;
  line-height: 1.5em;
  font-family: Monaco, Consolas, Courier, monospace;
  font-weight: 400;
  margin-bottom: 20px;
}
.docs .parameter,
.docs .red {
  color: #f92672;
}
.docs .highlight {
  padding: 10px 10px 1px 10px;
}
.docs .highlight .hll {
  background-color: #202020;
}
.docs .highlight .c,
.docs .highlight .cm,
.docs .highlight .cp,
.docs .highlight .c1,
.docs .highlight .cs,
.docs .highlight .gu {
  color: #75715e;
}
.docs .highlight .k,
.docs .highlight .kc,
.docs .highlight .kd,
.docs .highlight .kp,
.docs .highlight .kr,
.docs .highlight .kt,
.docs .highlight .no {
  color: #66d9ef;
}
.docs .highlight .l,
.docs .highlight .m,
.docs .highlight .mf,
.docs .highlight .mh,
.docs .highlight .mi,
.docs .highlight .mo,
.docs .highlight .se,
.docs .highlight .il {
  color: #ae81ff;
}
.docs .highlight .n,
.docs .highlight .p,
.docs .highlight .np,
.docs .highlight .ni,
.docs .highlight .nl,
.docs .highlight .nn,
.docs .highlight .py,
.docs .highlight .nv {
  color: #f8f8f2;
}
.docs .highlight .w,
.docs .highlight .bp,
.docs .highlight .vc,
.docs .highlight .vg,
.docs .highlight .vi {
  color: #f8f8f2;
}
.docs .highlight .o,
.docs .highlight .kn,
.docs .highlight .nt,
.docs .highlight .ow,
.docs .highlight .gd {
  color: #f92672;
}
.docs .highlight .ge {
  font-style: italic;
}
.docs .highlight .gs {
  font-weight: 700;
}
.docs .highlight .ld,
.docs .highlight .sb,
.docs .highlight .sc,
.docs .highlight .sd,
.docs .highlight .s2,
.docs .highlight .sh,
.docs .highlight .si,
.docs .highlight .sx,
.docs .highlight .sr,
.docs .highlight .s1,
.docs .highlight .ss,
.docs .highlight .s {
  color: #e6db74;
}
.docs .highlight .na,
.docs .highlight .nc,
.docs .highlight .nd,
.docs .highlight .ne,
.docs .highlight .nf,
.docs .highlight .nx,
.docs .highlight .gi {
  color: #a6e22e;
}
.docs .highlight .err {
  color: #F5F5F5;
  background-color: transparent !important;
}
.docs ul#entrypages li {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 3px;
}
.docs .relatedResources {
  font-size: 15px;
  color: #000000;
  margin: 10px 0;
}
.docs hr.resourceSeparator {
  display: block;
  margin-top: 1.7em;
  margin-bottom: 1.7em;
  margin-left: 0;
  border-width: 1px;
  color: #000000;
  max-width: 80%;
}
.docs ul#markdown-toc::before {
  content: "Table of Contents";
}
.docs ul.onPageSectiontoc::before {
  content: "Pages in This Section";
}
.docs ul#docnavsidebar,
.docs ul#entrypages,
.docs ul#markdown-toc {
  margin-left: 0;
}
.docs ol ol,
.docs ol ul,
.docs ul ol,
.docs ul ul {
  padding-left: 15px;
}
.docs li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.docs ol li,
.docs ul li {
  margin-left: 10px;
}
.docs ul li {
  list-style-type: disc;
}
.docs ol li ol li {
  list-style-type: lower-latin;
}
.docs ol li ol li ul li {
  list-style-type: disc;
}
.docs ol li ol li ol li {
  list-style-type: lower-roman;
}
.docs code {
  font-family: Monaco, Consolas, Courier, monospace;
  font-weight: 400;
  font-size: 14px;
}
.docs a code {
  color: #337ab7;
}
.docs pre {
  background-color: #000000;
  border: 0;
  color: #d7d9db;
  font-family: Monaco, Consolas, Courier, monospace;
  font-weight: 400;
  font-size: 14px;
  padding: 15px;
}
.docs p > code {
  padding: 2px 4px;
  color: #C7254E;
  border-radius: 4px;
  background-color: #F5F5F5;
  font-family: Monaco, Consolas, Courier, monospace;
  font-weight: 400;
  font-size: 14px;
}
.docs .highlight,
.docs pre {
  white-space: pre;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #202020;
  color: #d7d9db;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 1.5em;
  font-family: Monaco, Consolas, Courier, monospace;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 20px;
}
.docs video {
  border: 1px solid #444;
  max-width: 100%;
  margin: 20px 0;
}
.docs audio {
  margin: 20px 0;
}
.docs .bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.docs .bs-callout p:last-child {
  margin-bottom: 0;
}
.docs .bs-callout code {
  border-radius: 3px;
}
.docs .bs-callout + .bs-callout {
  margin-top: -5px;
}
.docs .calloutTitle {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
}
.docs .bs-callout-default {
  border-left-color: #777;
}
.docs .bs-callout-default .calloutTitle {
  color: #777;
}
.docs .bs-callout-primary {
  border-left-color: #428bca;
}
.docs .bs-callout-primary .calloutTitle {
  color: #428bca;
}
.docs .bs-callout-success {
  border-left-color: #5cb85c;
}
.docs .bs-callout-success .calloutTitle {
  color: #5cb85c;
}
.docs .bs-callout-danger {
  border-left-color: #d9534f;
}
.docs .bs-callout-danger .calloutTitle {
  color: #d9534f;
}
.docs .bs-callout-warning {
  border-left-color: #f0ad4e;
}
.docs .bs-callout-warning .calloutTitle {
  color: #f0ad4e;
}
.docs .bs-callout-info {
  border-left-color: #5bc0de;
}
.docs .bs-callout-info .calloutTitle {
  color: #5bc0de;
}
.docs .alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 11.25px 15px;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #f7f7f7;
  border-radius: 3px;
}
.docs .alert.alert-warning {
  padding-left: 15px !important;
  border-color: #f5e79e !important;
}
.docs .alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="##dff0d8", endColorstr="#c8e5bc", GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.docs .alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9edf7", endColorstr="#b9def0", GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.docs .alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcf8e3", endColorstr="#f8efc0", GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.docs .alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2dede", endColorstr="#e7c3c3", GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.docs img.docimage {
  max-width: 100%;
  margin-bottom: 20px;
}
.docs img.border {
  border: 1px solid #dedede;
}
.docs img.inline {
  vertical-align: text-bottom;
}
.docs figcaption {
  padding-bottom: 12px;
  margin-bottom: 20px;
  color: gray;
  font-size: 14px;
  font-style: italic;
}
.docs .number_legend {
  margin-bottom: 10px;
  margin-top: 10px;
}
.docs .number_legend > img.inline {
  margin-bottom: 2px;
}
.docs .legend {
  margin-bottom: 12px;
  margin-top: 12px;
}
.docs .legend img {
  margin-bottom: 0;
}
.docs figure {
  margin: 1em 0;
}
.docs table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dedede;
  background-color: transparent;
  border-collapse: collapse;
  word-wrap: break-word;
  table-layout: auto;
}
.docs table th {
  font-weight: 400;
  font-size: 18px;
}
.docs table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.docs table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
.docs table tr td {
  hyphens: auto;
}
.docs table.data table thead {
  background-color: #444;
}
.docs table td {
  hyphens: auto;
}
.docs table code {
  background-color: transparent;
  word-wrap: break-word;
}
.docs td.white {
  background-color: #FFFFFF;
}
.docs td.gray {
  background-color: #f7f7f7;
}
.docs dt {
  font-weight: 700;
}
.docs dl dd {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}
.docs dd {
  margin-left: 30px;
}
.docs dd pre {
  margin-top: 12px;
  margin-bottom: 12px;
}
.docs a.editButton {
  color: #666;
  text-decoration: none;
}
.docs a.editButton:hover {
  text-decoration: none;
  color: #000000;
}
.docs .githubButton {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #dedede;
  padding: 5px;
  border-radius: 5px;
  margin: 20px 0 10px;
  font-size: 14px;
}
.docs .githubButton:hover {
  background-color: #fefefe;
  color: #444;
  text-decoration: none;
}
.docs .githubFeedback {
  margin-bottom: 20px;
  margin-top: 20px;
}
.docs button {
  overflow: visible;
}
.docs .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.docs .btn-default {
  color: #777;
  background-color: #FFFFFF;
  border-color: #CCCCCC;
}
.docs .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.docs .btn-default .badge {
  color: #FFFFFF;
  background-color: #333;
}
.docs .btn-primary {
  color: #FFFFFF;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.docs .btn-primary:hover {
  color: #FFFFFF;
  background-color: #286090;
  border-color: #204d74;
}
.docs .btn-primary .badge {
  color: #337ab7;
  background-color: #FFFFFF;
}
.docs .btn-success {
  color: #FFFFFF;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.docs .btn-success:hover {
  color: #FFFFFF;
  background-color: #449d44;
  border-color: #398439;
}
.docs .btn-success .badge {
  color: #5cb85c;
  background-color: #FFFFFF;
}
.docs .btn-info {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-info:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-info .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-warning {
  color: #FFFFFF;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.docs .btn-warning:hover {
  color: #FFFFFF;
  background-color: #ec971f;
  border-color: #d58512;
}
.docs .btn-warning .badge {
  color: #f0ad4e;
  background-color: #FFFFFF;
}
.docs .btn-danger {
  color: #FFFFFF;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.docs .btn-danger:hover {
  color: #FFFFFF;
  background-color: #c9302c;
  border-color: #ac2925;
}
.docs .btn-danger .badge {
  color: #d9534f;
  background-color: #FFFFFF;
}
.docs .btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0;
}
.docs .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.docs .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.docs .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.docs .btn-block {
  display: block;
  width: 100%;
}
.docs .btn-block + .btn-block {
  margin-top: 5px;
}
.docs .expandTitle {
  font-weight: 700;
  vertical-align: -webkit-baseline-middle;
}
.docs .collapse {
  display: none;
  visibility: hidden;
}
.docs .collapse.in {
  display: block;
  visibility: visible;
}
.docs .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.docs .btn-expand1 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand1:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand1 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand2 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand2:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand2 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
  padding: 3px 6px;
}
.docs .btn-expand3 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand3:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand3 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand4 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand4:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand4 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand5 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand5:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand5 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand6 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand6:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand6 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand7 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand7:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand7 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand8 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand8:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand8 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand9 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand9:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand9 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand10 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand10:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand10 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.docs .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.docs .dropdown-toggle:focus {
  outline: 0;
}
.docs .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.docs .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.docs .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #E5E5E5;
}
.docs .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.docs .open > .dropdown-menu {
  display: block;
}
.docs .open > a {
  outline: 0;
}
.docs .dropdown-menu-right {
  left: auto;
  right: 0;
}
.docs .dropdown-menu-left {
  left: 0;
  right: auto;
}
.docs .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.docs .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.docs .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.docs table > tbody > tr > td,
.docs table > tfoot > tr > td,
.docs table > thead > tr > td {
  padding: 8px;
  line-height: 1.5em;
  vertical-align: top;
}
.docs table > tbody > tr > td ol > li,
.docs table > tbody > tr > td ul > li,
.docs table > tbody > tr > td > p {
  padding: 0;
}
.docs table > tbody > tr > th,
.docs table > tfoot > tr > th,
.docs table > thead > tr > th {
  border-bottom: 2px solid #ddd;
  text-transform: none;
  background-color: #777;
  color: #FFFFFF;
  padding: 8px;
  line-height: 1.5em;
  vertical-align: top;
  text-align: left;
}
.docs table > caption + thead > tr:first-child > td,
.docs table > caption + thead > tr:first-child > th,
.docs table > colgroup + thead > tr:first-child > td,
.docs table > colgroup + thead > tr:first-child > th,
.docs table > thead:first-child > tr:first-child > td,
.docs table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.docs table td[class*=col-],
.docs table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
.docs pre,
.docs table code {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.docs a.githubButton.noExtIcon:hover,
.docs i.fa.fa-github.fa-lg:hover {
  color: #000000;
  text-decoration: none;
}
.docs button,
.docs select {
  text-transform: none;
}
.docs button,
.docs html input[type=button],
.docs input[type=reset],
.docs input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.docs button[disabled],
.docs html input[disabled] {
  cursor: default;
}
.docs button::-moz-focus-inner,
.docs input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.docs .btn.active.focus,
.docs .btn.active:focus,
.docs .btn.focus,
.docs .btn:active.focus,
.docs .btn:active:focus,
.docs .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.docs .btn.focus,
.docs .btn:focus,
.docs .btn:hover {
  color: #333;
  text-decoration: none;
}
.docs .btn.active,
.docs .btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.docs .btn.disabled,
.docs .btn[disabled], .docs fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.docs a.btn.disabled, .docs fieldset[disabled] a.btn {
  pointer-events: none;
}
.docs .btn-default.focus,
.docs .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.docs .btn-default.active,
.docs .btn-default:active, .docs .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
}
.docs .btn-default.active.focus,
.docs .btn-default.active:focus,
.docs .btn-default.active:hover,
.docs .btn-default:active.focus,
.docs .btn-default:active:focus,
.docs .btn-default:active:hover, .docs .open > .dropdown-toggle.btn-default.focus, .docs .open > .dropdown-toggle.btn-default:focus, .docs .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.docs .btn-default.disabled.focus,
.docs .btn-default.disabled:focus,
.docs .btn-default.disabled:hover,
.docs .btn-default[disabled].focus,
.docs .btn-default[disabled]:focus,
.docs .btn-default[disabled]:hover, .docs fieldset[disabled] .btn-default.focus, .docs fieldset[disabled] .btn-default:focus, .docs fieldset[disabled] .btn-default:hover {
  background-color: #FFFFFF;
  border-color: #CCCCCC;
}
.docs .btn-primary.focus,
.docs .btn-primary:focus {
  color: #FFFFFF;
  background-color: #286090;
  border-color: #122b40;
}
.docs .btn-primary.active,
.docs .btn-primary:active, .docs .open > .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #286090;
  border-color: #204d74;
  background-image: none;
}
.docs .btn-primary.active.focus,
.docs .btn-primary.active:focus,
.docs .btn-primary.active:hover,
.docs .btn-primary:active.focus,
.docs .btn-primary:active:focus,
.docs .btn-primary:active:hover, .docs .open > .dropdown-toggle.btn-primary.focus, .docs .open > .dropdown-toggle.btn-primary:focus, .docs .open > .dropdown-toggle.btn-primary:hover {
  color: #FFFFFF;
  background-color: #204d74;
  border-color: #122b40;
}
.docs .btn-primary.disabled.focus,
.docs .btn-primary.disabled:focus,
.docs .btn-primary.disabled:hover,
.docs .btn-primary[disabled].focus,
.docs .btn-primary[disabled]:focus,
.docs .btn-primary[disabled]:hover, .docs fieldset[disabled] .btn-primary.focus, .docs fieldset[disabled] .btn-primary:focus, .docs fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.docs .btn-success.focus,
.docs .btn-success:focus {
  color: #FFFFFF;
  background-color: #449d44;
  border-color: #255625;
}
.docs .btn-success.active,
.docs .btn-success:active, .docs .open > .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #449d44;
  border-color: #398439;
  background-image: none;
}
.docs .btn-success.active.focus,
.docs .btn-success.active:focus,
.docs .btn-success.active:hover,
.docs .btn-success:active.focus,
.docs .btn-success:active:focus,
.docs .btn-success:active:hover, .docs .open > .dropdown-toggle.btn-success.focus, .docs .open > .dropdown-toggle.btn-success:focus, .docs .open > .dropdown-toggle.btn-success:hover {
  color: #FFFFFF;
  background-color: #398439;
  border-color: #255625;
}
.docs .btn-success.disabled.focus,
.docs .btn-success.disabled:focus,
.docs .btn-success.disabled:hover,
.docs .btn-success[disabled].focus,
.docs .btn-success[disabled]:focus,
.docs .btn-success[disabled]:hover, .docs fieldset[disabled] .btn-success.focus, .docs fieldset[disabled] .btn-success:focus, .docs fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.docs .btn-info.focus,
.docs .btn-info:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-info.active,
.docs .btn-info:active, .docs .open > .dropdown-toggle.btn-info {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-info.active.focus,
.docs .btn-info.active:focus,
.docs .btn-info.active:hover,
.docs .btn-info:active.focus,
.docs .btn-info:active:focus,
.docs .btn-info:active:hover, .docs .open > .dropdown-toggle.btn-info.focus, .docs .open > .dropdown-toggle.btn-info:focus, .docs .open > .dropdown-toggle.btn-info:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-info.disabled.focus,
.docs .btn-info.disabled:focus,
.docs .btn-info.disabled:hover,
.docs .btn-info[disabled].focus,
.docs .btn-info[disabled]:focus,
.docs .btn-info[disabled]:hover, .docs fieldset[disabled] .btn-info.focus, .docs fieldset[disabled] .btn-info:focus, .docs fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-warning.focus,
.docs .btn-warning:focus {
  color: #FFFFFF;
  background-color: #ec971f;
  border-color: #985f0d;
}
.docs .btn-warning.active,
.docs .btn-warning:active, .docs .open > .dropdown-toggle.btn-warning {
  color: #FFFFFF;
  background-color: #ec971f;
  border-color: #d58512;
  background-image: none;
}
.docs .btn-warning.active.focus,
.docs .btn-warning.active:focus,
.docs .btn-warning.active:hover,
.docs .btn-warning:active.focus,
.docs .btn-warning:active:focus,
.docs .btn-warning:active:hover, .docs .open > .dropdown-toggle.btn-warning.focus, .docs .open > .dropdown-toggle.btn-warning:focus, .docs .open > .dropdown-toggle.btn-warning:hover {
  color: #FFFFFF;
  background-color: #d58512;
  border-color: #985f0d;
}
.docs .btn-warning.disabled.focus,
.docs .btn-warning.disabled:focus,
.docs .btn-warning.disabled:hover,
.docs .btn-warning[disabled].focus,
.docs .btn-warning[disabled]:focus,
.docs .btn-warning[disabled]:hover, .docs fieldset[disabled] .btn-warning.focus, .docs fieldset[disabled] .btn-warning:focus, .docs fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.docs .btn-danger.focus,
.docs .btn-danger:focus {
  color: #FFFFFF;
  background-color: #c9302c;
  border-color: #761c19;
}
.docs .btn-danger.active,
.docs .btn-danger:active, .docs .open > .dropdown-toggle.btn-danger {
  color: #FFFFFF;
  background-color: #c9302c;
  border-color: #ac2925;
  background-image: none;
}
.docs .btn-danger.active.focus,
.docs .btn-danger.active:focus,
.docs .btn-danger.active:hover,
.docs .btn-danger:active.focus,
.docs .btn-danger:active:focus,
.docs .btn-danger:active:hover, .docs .open > .dropdown-toggle.btn-danger.focus, .docs .open > .dropdown-toggle.btn-danger:focus, .docs .open > .dropdown-toggle.btn-danger:hover {
  color: #FFFFFF;
  background-color: #ac2925;
  border-color: #761c19;
}
.docs .btn-danger.disabled.focus,
.docs .btn-danger.disabled:focus,
.docs .btn-danger.disabled:hover,
.docs .btn-danger[disabled].focus,
.docs .btn-danger[disabled]:focus,
.docs .btn-danger[disabled]:hover, .docs fieldset[disabled] .btn-danger.focus, .docs fieldset[disabled] .btn-danger:focus, .docs fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.docs .btn-link,
.docs .btn-link.active,
.docs .btn-link:active,
.docs .btn-link[disabled], .docs fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.docs .btn-link,
.docs .btn-link:active,
.docs .btn-link:focus,
.docs .btn-link:hover {
  border-color: transparent;
}
.docs .btn-link:focus,
.docs .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.docs .btn-link[disabled]:focus,
.docs .btn-link[disabled]:hover, .docs fieldset[disabled] .btn-link:focus, .docs fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.docs input[type=button].btn-block, .docs input[type=reset].btn-block, .docs input[type=submit].btn-block {
  width: 100%;
}
.docs #expand1, .docs #expand10, .docs #expand2, .docs #expand3, .docs #expand4, .docs #expand5, .docs #expand6, .docs #expand7, .docs #expand8 {
  margin: 25px;
}
.docs .btn-expand1.focus,
.docs .btn-expand1:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand1.active,
.docs .btn-expand1:active, .docs .open > .dropdown-toggle.btn-expand1 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand1.active.focus,
.docs .btn-expand1.active:focus,
.docs .btn-expand1.active:hover,
.docs .btn-expand1:active.focus,
.docs .btn-expand1:active:focus,
.docs .btn-expand1:active:hover, .docs .open > .dropdown-toggle.btn-expand1.focus, .docs .open > .dropdown-toggle.btn-expand1:focus, .docs .open > .dropdown-toggle.btn-expand1:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand1.disabled.focus,
.docs .btn-expand1.disabled:focus,
.docs .btn-expand1.disabled:hover,
.docs .btn-expand1[disabled].focus,
.docs .btn-expand1[disabled]:focus,
.docs .btn-expand1[disabled]:hover, .docs fieldset[disabled] .btn-expand1.focus, .docs fieldset[disabled] .btn-expand1:focus, .docs fieldset[disabled] .btn-expand1:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand2.focus,
.docs .btn-expand2:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand2.active,
.docs .btn-expand2:active, .docs .open > .dropdown-toggle.btn-expand2 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand2.active.focus,
.docs .btn-expand2.active:focus,
.docs .btn-expand2.active:hover,
.docs .btn-expand2:active.focus,
.docs .btn-expand2:active:focus,
.docs .btn-expand2:active:hover, .docs .open > .dropdown-toggle.btn-expand2.focus, .docs .open > .dropdown-toggle.btn-expand2:focus, .docs .open > .dropdown-toggle.btn-expand2:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand2.disabled.focus,
.docs .btn-expand2.disabled:focus,
.docs .btn-expand2.disabled:hover,
.docs .btn-expand2[disabled].focus,
.docs .btn-expand2[disabled]:focus,
.docs .btn-expand2[disabled]:hover, .docs fieldset[disabled] .btn-expand2.focus, .docs fieldset[disabled] .btn-expand2:focus, .docs fieldset[disabled] .btn-expand2:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand3.focus,
.docs .btn-expand3:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand3.active,
.docs .btn-expand3:active, .docs .open > .dropdown-toggle.btn-expand3 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand3.active.focus,
.docs .btn-expand3.active:focus,
.docs .btn-expand3.active:hover,
.docs .btn-expand3:active.focus,
.docs .btn-expand3:active:focus,
.docs .btn-expand3:active:hover, .docs .open > .dropdown-toggle.btn-expand3.focus, .docs .open > .dropdown-toggle.btn-expand3:focus, .docs .open > .dropdown-toggle.btn-expand3:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand3.disabled.focus,
.docs .btn-expand3.disabled:focus,
.docs .btn-expand3.disabled:hover,
.docs .btn-expand3[disabled].focus,
.docs .btn-expand3[disabled]:focus,
.docs .btn-expand3[disabled]:hover, .docs fieldset[disabled] .btn-expand3.focus, .docs fieldset[disabled] .btn-expand3:focus, .docs fieldset[disabled] .btn-expand3:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand4.focus,
.docs .btn-expand4:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand4.active,
.docs .btn-expand4:active, .docs .open > .dropdown-toggle.btn-expand4 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand4.active.focus,
.docs .btn-expand4.active:focus,
.docs .btn-expand4.active:hover,
.docs .btn-expand4:active.focus,
.docs .btn-expand4:active:focus,
.docs .btn-expand4:active:hover, .docs .open > .dropdown-toggle.btn-expand4.focus, .docs .open > .dropdown-toggle.btn-expand4:focus, .docs .open > .dropdown-toggle.btn-expand4:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand4.disabled.focus,
.docs .btn-expand4.disabled:focus,
.docs .btn-expand4.disabled:hover,
.docs .btn-expand4[disabled].focus,
.docs .btn-expand4[disabled]:focus,
.docs .btn-expand4[disabled]:hover, .docs fieldset[disabled] .btn-expand4.focus, .docs fieldset[disabled] .btn-expand4:focus, .docs fieldset[disabled] .btn-expand4:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand5.focus,
.docs .btn-expand5:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand5.active,
.docs .btn-expand5:active, .docs .open > .dropdown-toggle.btn-expand5 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand5.active.focus,
.docs .btn-expand5.active:focus,
.docs .btn-expand5.active:hover,
.docs .btn-expand5:active.focus,
.docs .btn-expand5:active:focus,
.docs .btn-expand5:active:hover, .docs .open > .dropdown-toggle.btn-expand5.focus, .docs .open > .dropdown-toggle.btn-expand5:focus, .docs .open > .dropdown-toggle.btn-expand5:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand5.disabled.focus,
.docs .btn-expand5.disabled:focus,
.docs .btn-expand5.disabled:hover,
.docs .btn-expand5[disabled].focus,
.docs .btn-expand5[disabled]:focus,
.docs .btn-expand5[disabled]:hover, .docs fieldset[disabled] .btn-expand5.focus, .docs fieldset[disabled] .btn-expand5:focus, .docs fieldset[disabled] .btn-expand5:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand6.focus,
.docs .btn-expand6:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand6.active,
.docs .btn-expand6:active, .docs .open > .dropdown-toggle.btn-expand6 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand6.active.focus,
.docs .btn-expand6.active:focus,
.docs .btn-expand6.active:hover,
.docs .btn-expand6:active.focus,
.docs .btn-expand6:active:focus,
.docs .btn-expand6:active:hover, .docs .open > .dropdown-toggle.btn-expand6.focus, .docs .open > .dropdown-toggle.btn-expand6:focus, .docs .open > .dropdown-toggle.btn-expand6:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand6.disabled.focus,
.docs .btn-expand6.disabled:focus,
.docs .btn-expand6.disabled:hover,
.docs .btn-expand6[disabled].focus,
.docs .btn-expand6[disabled]:focus,
.docs .btn-expand6[disabled]:hover, .docs fieldset[disabled] .btn-expand6.focus, .docs fieldset[disabled] .btn-expand6:focus, .docs fieldset[disabled] .btn-expand6:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand7.focus,
.docs .btn-expand7:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand7.active,
.docs .btn-expand7:active, .docs .open > .dropdown-toggle.btn-expand7 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand7.active.focus,
.docs .btn-expand7.active:focus,
.docs .btn-expand7.active:hover,
.docs .btn-expand7:active.focus,
.docs .btn-expand7:active:focus,
.docs .btn-expand7:active:hover, .docs .open > .dropdown-toggle.btn-expand7.focus, .docs .open > .dropdown-toggle.btn-expand7:focus, .docs .open > .dropdown-toggle.btn-expand7:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand7.disabled.focus,
.docs .btn-expand7.disabled:focus,
.docs .btn-expand7.disabled:hover,
.docs .btn-expand7[disabled].focus,
.docs .btn-expand7[disabled]:focus,
.docs .btn-expand7[disabled]:hover, .docs fieldset[disabled] .btn-expand7.focus, .docs fieldset[disabled] .btn-expand7:focus, .docs fieldset[disabled] .btn-expand7:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand8.focus,
.docs .btn-expand8:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand8.active,
.docs .btn-expand8:active, .docs .open > .dropdown-toggle.btn-expand8 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand8.active.focus,
.docs .btn-expand8.active:focus,
.docs .btn-expand8.active:hover,
.docs .btn-expand8:active.focus,
.docs .btn-expand8:active:focus,
.docs .btn-expand8:active:hover, .docs .open > .dropdown-toggle.btn-expand8.focus, .docs .open > .dropdown-toggle.btn-expand8:focus, .docs .open > .dropdown-toggle.btn-expand8:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand8.disabled.focus,
.docs .btn-expand8.disabled:focus,
.docs .btn-expand8.disabled:hover,
.docs .btn-expand8[disabled].focus,
.docs .btn-expand8[disabled]:focus,
.docs .btn-expand8[disabled]:hover, .docs fieldset[disabled] .btn-expand8.focus, .docs fieldset[disabled] .btn-expand8:focus, .docs fieldset[disabled] .btn-expand8:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand9.focus,
.docs .btn-expand9:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand9.active,
.docs .btn-expand9:active, .docs .open > .dropdown-toggle.btn-expand9 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand9.active.focus,
.docs .btn-expand9.active:focus,
.docs .btn-expand9.active:hover,
.docs .btn-expand9:active.focus,
.docs .btn-expand9:active:focus,
.docs .btn-expand9:active:hover, .docs .open > .dropdown-toggle.btn-expand9.focus, .docs .open > .dropdown-toggle.btn-expand9:focus, .docs .open > .dropdown-toggle.btn-expand9:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand9.disabled.focus,
.docs .btn-expand9.disabled:focus,
.docs .btn-expand9.disabled:hover,
.docs .btn-expand9[disabled].focus,
.docs .btn-expand9[disabled]:focus,
.docs .btn-expand9[disabled]:hover, .docs fieldset[disabled] .btn-expand9.focus, .docs fieldset[disabled] .btn-expand9:focus, .docs fieldset[disabled] .btn-expand9:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand10.focus,
.docs .btn-expand10:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand10.active,
.docs .btn-expand10:active, .docs .open > .dropdown-toggle.btn-expand10 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand10.active.focus,
.docs .btn-expand10.active:focus,
.docs .btn-expand10.active:hover,
.docs .btn-expand10:active.focus,
.docs .btn-expand10:active:focus,
.docs .btn-expand10:active:hover, .docs .open > .dropdown-toggle.btn-expand10.focus, .docs .open > .dropdown-toggle.btn-expand10:focus, .docs .open > .dropdown-toggle.btn-expand10:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand10.disabled.focus,
.docs .btn-expand10.disabled:focus,
.docs .btn-expand10.disabled:hover,
.docs .btn-expand10[disabled].focus,
.docs .btn-expand10[disabled]:focus,
.docs .btn-expand10[disabled]:hover, .docs fieldset[disabled] .btn-expand10.focus, .docs fieldset[disabled] .btn-expand10:focus, .docs fieldset[disabled] .btn-expand10:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .dropdown,
.docs .dropup {
  position: relative;
}
.docs .dropdown-menu > li > a:focus,
.docs .dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #F5F5F5;
}
.docs .dropdown-menu > .active > a,
.docs .dropdown-menu > .active > a:focus,
.docs .dropdown-menu > .active > a:hover {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.docs .dropdown-menu > .disabled > a,
.docs .dropdown-menu > .disabled > a:focus,
.docs .dropdown-menu > .disabled > a:hover {
  color: #777;
}
.docs .dropdown-menu > .disabled > a:focus,
.docs .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.docs .dropup .caret,
.docs .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.docs .dropup .dropdown-menu,
.docs .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.docs video {
  border: 1px solid #444;
  max-width: 100%;
  margin: 20px 0;
}
.docs audio {
  margin: 20px 0;
}
.docs .bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.docs .bs-callout p:last-child {
  margin-bottom: 0;
}
.docs .bs-callout code {
  border-radius: 3px;
}
.docs .bs-callout + .bs-callout {
  margin-top: -5px;
}
.docs .calloutTitle {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
}
.docs .bs-callout-default {
  border-left-color: #777;
}
.docs .bs-callout-default .calloutTitle {
  color: #777;
}
.docs .bs-callout-primary {
  border-left-color: #428bca;
}
.docs .bs-callout-primary .calloutTitle {
  color: #428bca;
}
.docs .bs-callout-success {
  border-left-color: #5cb85c;
}
.docs .bs-callout-success .calloutTitle {
  color: #5cb85c;
}
.docs .bs-callout-danger {
  border-left-color: #d9534f;
}
.docs .bs-callout-danger .calloutTitle {
  color: #d9534f;
}
.docs .bs-callout-warning {
  border-left-color: #f0ad4e;
}
.docs .bs-callout-warning .calloutTitle {
  color: #f0ad4e;
}
.docs .bs-callout-info {
  border-left-color: #5bc0de;
}
.docs .bs-callout-info .calloutTitle {
  color: #5bc0de;
}
.docs .alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 11.25px 15px;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #f7f7f7;
  border-radius: 3px;
}
.docs .alert.alert-warning {
  padding-left: 15px !important;
  border-color: #f5e79e !important;
}
.docs .alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="##dff0d8", endColorstr="#c8e5bc", GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.docs .alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9edf7", endColorstr="#b9def0", GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.docs .alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcf8e3", endColorstr="#f8efc0", GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.docs .alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2dede", endColorstr="#e7c3c3", GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.docs img.docimage {
  max-width: 100%;
  margin-bottom: 20px;
}
.docs img.border {
  border: 1px solid #dedede;
}
.docs img.inline {
  vertical-align: text-bottom;
}
.docs figcaption {
  padding-bottom: 12px;
  margin-bottom: 20px;
  color: gray;
  font-size: 14px;
  font-style: italic;
}
.docs .number_legend {
  margin-bottom: 10px;
  margin-top: 10px;
}
.docs .number_legend > img.inline {
  margin-bottom: 2px;
}
.docs .legend {
  margin-bottom: 12px;
  margin-top: 12px;
}
.docs .legend img {
  margin-bottom: 0;
}
.docs figure {
  margin: 1em 0;
}
.docs table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dedede;
  background-color: transparent;
  border-collapse: collapse;
  word-wrap: break-word;
  table-layout: auto;
}
.docs table th {
  font-weight: 400;
  font-size: 18px;
}
.docs table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.docs table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
.docs table tr td {
  hyphens: auto;
}
.docs table.data table thead {
  background-color: #444;
}
.docs table td {
  hyphens: auto;
}
.docs table code {
  background-color: transparent;
  word-wrap: break-word;
}
.docs td.white {
  background-color: #FFFFFF;
}
.docs td.gray {
  background-color: #f7f7f7;
}
.docs dt {
  font-weight: 700;
}
.docs dl dd {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}
.docs dd {
  margin-left: 30px;
}
.docs dd pre {
  margin-top: 12px;
  margin-bottom: 12px;
}
.docs a.editButton {
  color: #666;
  text-decoration: none;
}
.docs a.editButton:hover {
  text-decoration: none;
  color: #000000;
}
.docs .githubButton {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #dedede;
  padding: 5px;
  border-radius: 5px;
  margin: 20px 0 10px;
  font-size: 14px;
}
.docs .githubButton:hover {
  background-color: #fefefe;
  color: #444;
  text-decoration: none;
}
.docs .githubFeedback {
  margin-bottom: 20px;
  margin-top: 20px;
}
.docs button {
  overflow: visible;
}
.docs .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.docs .btn-default {
  color: #777;
  background-color: #FFFFFF;
  border-color: #CCCCCC;
}
.docs .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.docs .btn-default .badge {
  color: #FFFFFF;
  background-color: #333;
}
.docs .btn-primary {
  color: #FFFFFF;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.docs .btn-primary:hover {
  color: #FFFFFF;
  background-color: #286090;
  border-color: #204d74;
}
.docs .btn-primary .badge {
  color: #337ab7;
  background-color: #FFFFFF;
}
.docs .btn-success {
  color: #FFFFFF;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.docs .btn-success:hover {
  color: #FFFFFF;
  background-color: #449d44;
  border-color: #398439;
}
.docs .btn-success .badge {
  color: #5cb85c;
  background-color: #FFFFFF;
}
.docs .btn-info {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-info:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-info .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-warning {
  color: #FFFFFF;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.docs .btn-warning:hover {
  color: #FFFFFF;
  background-color: #ec971f;
  border-color: #d58512;
}
.docs .btn-warning .badge {
  color: #f0ad4e;
  background-color: #FFFFFF;
}
.docs .btn-danger {
  color: #FFFFFF;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.docs .btn-danger:hover {
  color: #FFFFFF;
  background-color: #c9302c;
  border-color: #ac2925;
}
.docs .btn-danger .badge {
  color: #d9534f;
  background-color: #FFFFFF;
}
.docs .btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0;
}
.docs .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.docs .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.docs .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.docs .btn-block {
  display: block;
  width: 100%;
}
.docs .btn-block + .btn-block {
  margin-top: 5px;
}
.docs .expandTitle {
  font-weight: 700;
  vertical-align: -webkit-baseline-middle;
}
.docs .collapse {
  display: none;
  visibility: hidden;
}
.docs .collapse.in {
  display: block;
  visibility: visible;
}
.docs .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.docs .btn-expand1 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand1:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand1 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand2 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand2:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand2 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
  padding: 3px 6px;
}
.docs .btn-expand3 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand3:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand3 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand4 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand4:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand4 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand5 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand5:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand5 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand6 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand6:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand6 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand7 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand7:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand7 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand8 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand8:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand8 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand9 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand9:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand9 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand10 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand10:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand10 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.docs .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.docs .dropdown-toggle:focus {
  outline: 0;
}
.docs .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.docs .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.docs .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #E5E5E5;
}
.docs .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.docs .open > .dropdown-menu {
  display: block;
}
.docs .open > a {
  outline: 0;
}
.docs .dropdown-menu-right {
  left: auto;
  right: 0;
}
.docs .dropdown-menu-left {
  left: 0;
  right: auto;
}
.docs .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.docs .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.docs .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.docs table > tbody > tr > td,
.docs table > tfoot > tr > td,
.docs table > thead > tr > td {
  padding: 8px;
  line-height: 1.5em;
  vertical-align: top;
}
.docs table > tbody > tr > td ol > li,
.docs table > tbody > tr > td ul > li,
.docs table > tbody > tr > td > p {
  padding: 0;
}
.docs table > tbody > tr > th,
.docs table > tfoot > tr > th,
.docs table > thead > tr > th {
  border-bottom: 2px solid #ddd;
  text-transform: none;
  background-color: #777;
  color: #FFFFFF;
  padding: 8px;
  line-height: 1.5em;
  vertical-align: top;
  text-align: left;
}
.docs table > caption + thead > tr:first-child > td,
.docs table > caption + thead > tr:first-child > th,
.docs table > colgroup + thead > tr:first-child > td,
.docs table > colgroup + thead > tr:first-child > th,
.docs table > thead:first-child > tr:first-child > td,
.docs table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.docs table td[class*=col-],
.docs table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
.docs pre,
.docs table code {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.docs a.githubButton.noExtIcon:hover,
.docs i.fa.fa-github.fa-lg:hover {
  color: #000000;
  text-decoration: none;
}
.docs button,
.docs select {
  text-transform: none;
}
.docs button,
.docs html input[type=button],
.docs input[type=reset],
.docs input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.docs button[disabled],
.docs html input[disabled] {
  cursor: default;
}
.docs button::-moz-focus-inner,
.docs input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.docs .btn.active.focus,
.docs .btn.active:focus,
.docs .btn.focus,
.docs .btn:active.focus,
.docs .btn:active:focus,
.docs .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.docs .btn.focus,
.docs .btn:focus,
.docs .btn:hover {
  color: #333;
  text-decoration: none;
}
.docs .btn.active,
.docs .btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.docs .btn.disabled,
.docs .btn[disabled], .docs fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.docs a.btn.disabled, .docs fieldset[disabled] a.btn {
  pointer-events: none;
}
.docs .btn-default.focus,
.docs .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.docs .btn-default.active,
.docs .btn-default:active, .docs .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
}
.docs .btn-default.active.focus,
.docs .btn-default.active:focus,
.docs .btn-default.active:hover,
.docs .btn-default:active.focus,
.docs .btn-default:active:focus,
.docs .btn-default:active:hover, .docs .open > .dropdown-toggle.btn-default.focus, .docs .open > .dropdown-toggle.btn-default:focus, .docs .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.docs .btn-default.disabled.focus,
.docs .btn-default.disabled:focus,
.docs .btn-default.disabled:hover,
.docs .btn-default[disabled].focus,
.docs .btn-default[disabled]:focus,
.docs .btn-default[disabled]:hover, .docs fieldset[disabled] .btn-default.focus, .docs fieldset[disabled] .btn-default:focus, .docs fieldset[disabled] .btn-default:hover {
  background-color: #FFFFFF;
  border-color: #CCCCCC;
}
.docs .btn-primary.focus,
.docs .btn-primary:focus {
  color: #FFFFFF;
  background-color: #286090;
  border-color: #122b40;
}
.docs .btn-primary.active,
.docs .btn-primary:active, .docs .open > .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #286090;
  border-color: #204d74;
  background-image: none;
}
.docs .btn-primary.active.focus,
.docs .btn-primary.active:focus,
.docs .btn-primary.active:hover,
.docs .btn-primary:active.focus,
.docs .btn-primary:active:focus,
.docs .btn-primary:active:hover, .docs .open > .dropdown-toggle.btn-primary.focus, .docs .open > .dropdown-toggle.btn-primary:focus, .docs .open > .dropdown-toggle.btn-primary:hover {
  color: #FFFFFF;
  background-color: #204d74;
  border-color: #122b40;
}
.docs .btn-primary.disabled.focus,
.docs .btn-primary.disabled:focus,
.docs .btn-primary.disabled:hover,
.docs .btn-primary[disabled].focus,
.docs .btn-primary[disabled]:focus,
.docs .btn-primary[disabled]:hover, .docs fieldset[disabled] .btn-primary.focus, .docs fieldset[disabled] .btn-primary:focus, .docs fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.docs .btn-success.focus,
.docs .btn-success:focus {
  color: #FFFFFF;
  background-color: #449d44;
  border-color: #255625;
}
.docs .btn-success.active,
.docs .btn-success:active, .docs .open > .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #449d44;
  border-color: #398439;
  background-image: none;
}
.docs .btn-success.active.focus,
.docs .btn-success.active:focus,
.docs .btn-success.active:hover,
.docs .btn-success:active.focus,
.docs .btn-success:active:focus,
.docs .btn-success:active:hover, .docs .open > .dropdown-toggle.btn-success.focus, .docs .open > .dropdown-toggle.btn-success:focus, .docs .open > .dropdown-toggle.btn-success:hover {
  color: #FFFFFF;
  background-color: #398439;
  border-color: #255625;
}
.docs .btn-success.disabled.focus,
.docs .btn-success.disabled:focus,
.docs .btn-success.disabled:hover,
.docs .btn-success[disabled].focus,
.docs .btn-success[disabled]:focus,
.docs .btn-success[disabled]:hover, .docs fieldset[disabled] .btn-success.focus, .docs fieldset[disabled] .btn-success:focus, .docs fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.docs .btn-info.focus,
.docs .btn-info:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-info.active,
.docs .btn-info:active, .docs .open > .dropdown-toggle.btn-info {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-info.active.focus,
.docs .btn-info.active:focus,
.docs .btn-info.active:hover,
.docs .btn-info:active.focus,
.docs .btn-info:active:focus,
.docs .btn-info:active:hover, .docs .open > .dropdown-toggle.btn-info.focus, .docs .open > .dropdown-toggle.btn-info:focus, .docs .open > .dropdown-toggle.btn-info:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-info.disabled.focus,
.docs .btn-info.disabled:focus,
.docs .btn-info.disabled:hover,
.docs .btn-info[disabled].focus,
.docs .btn-info[disabled]:focus,
.docs .btn-info[disabled]:hover, .docs fieldset[disabled] .btn-info.focus, .docs fieldset[disabled] .btn-info:focus, .docs fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-warning.focus,
.docs .btn-warning:focus {
  color: #FFFFFF;
  background-color: #ec971f;
  border-color: #985f0d;
}
.docs .btn-warning.active,
.docs .btn-warning:active, .docs .open > .dropdown-toggle.btn-warning {
  color: #FFFFFF;
  background-color: #ec971f;
  border-color: #d58512;
  background-image: none;
}
.docs .btn-warning.active.focus,
.docs .btn-warning.active:focus,
.docs .btn-warning.active:hover,
.docs .btn-warning:active.focus,
.docs .btn-warning:active:focus,
.docs .btn-warning:active:hover, .docs .open > .dropdown-toggle.btn-warning.focus, .docs .open > .dropdown-toggle.btn-warning:focus, .docs .open > .dropdown-toggle.btn-warning:hover {
  color: #FFFFFF;
  background-color: #d58512;
  border-color: #985f0d;
}
.docs .btn-warning.disabled.focus,
.docs .btn-warning.disabled:focus,
.docs .btn-warning.disabled:hover,
.docs .btn-warning[disabled].focus,
.docs .btn-warning[disabled]:focus,
.docs .btn-warning[disabled]:hover, .docs fieldset[disabled] .btn-warning.focus, .docs fieldset[disabled] .btn-warning:focus, .docs fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.docs .btn-danger.focus,
.docs .btn-danger:focus {
  color: #FFFFFF;
  background-color: #c9302c;
  border-color: #761c19;
}
.docs .btn-danger.active,
.docs .btn-danger:active, .docs .open > .dropdown-toggle.btn-danger {
  color: #FFFFFF;
  background-color: #c9302c;
  border-color: #ac2925;
  background-image: none;
}
.docs .btn-danger.active.focus,
.docs .btn-danger.active:focus,
.docs .btn-danger.active:hover,
.docs .btn-danger:active.focus,
.docs .btn-danger:active:focus,
.docs .btn-danger:active:hover, .docs .open > .dropdown-toggle.btn-danger.focus, .docs .open > .dropdown-toggle.btn-danger:focus, .docs .open > .dropdown-toggle.btn-danger:hover {
  color: #FFFFFF;
  background-color: #ac2925;
  border-color: #761c19;
}
.docs .btn-danger.disabled.focus,
.docs .btn-danger.disabled:focus,
.docs .btn-danger.disabled:hover,
.docs .btn-danger[disabled].focus,
.docs .btn-danger[disabled]:focus,
.docs .btn-danger[disabled]:hover, .docs fieldset[disabled] .btn-danger.focus, .docs fieldset[disabled] .btn-danger:focus, .docs fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.docs .btn-link,
.docs .btn-link.active,
.docs .btn-link:active,
.docs .btn-link[disabled], .docs fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.docs .btn-link,
.docs .btn-link:active,
.docs .btn-link:focus,
.docs .btn-link:hover {
  border-color: transparent;
}
.docs .btn-link:focus,
.docs .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.docs .btn-link[disabled]:focus,
.docs .btn-link[disabled]:hover, .docs fieldset[disabled] .btn-link:focus, .docs fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.docs input[type=button].btn-block, .docs input[type=reset].btn-block, .docs input[type=submit].btn-block {
  width: 100%;
}
.docs #expand1, .docs #expand10, .docs #expand2, .docs #expand3, .docs #expand4, .docs #expand5, .docs #expand6, .docs #expand7, .docs #expand8 {
  margin: 25px;
}
.docs .btn-expand1.focus,
.docs .btn-expand1:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand1.active,
.docs .btn-expand1:active, .docs .open > .dropdown-toggle.btn-expand1 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand1.active.focus,
.docs .btn-expand1.active:focus,
.docs .btn-expand1.active:hover,
.docs .btn-expand1:active.focus,
.docs .btn-expand1:active:focus,
.docs .btn-expand1:active:hover, .docs .open > .dropdown-toggle.btn-expand1.focus, .docs .open > .dropdown-toggle.btn-expand1:focus, .docs .open > .dropdown-toggle.btn-expand1:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand1.disabled.focus,
.docs .btn-expand1.disabled:focus,
.docs .btn-expand1.disabled:hover,
.docs .btn-expand1[disabled].focus,
.docs .btn-expand1[disabled]:focus,
.docs .btn-expand1[disabled]:hover, .docs fieldset[disabled] .btn-expand1.focus, .docs fieldset[disabled] .btn-expand1:focus, .docs fieldset[disabled] .btn-expand1:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand2.focus,
.docs .btn-expand2:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand2.active,
.docs .btn-expand2:active, .docs .open > .dropdown-toggle.btn-expand2 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand2.active.focus,
.docs .btn-expand2.active:focus,
.docs .btn-expand2.active:hover,
.docs .btn-expand2:active.focus,
.docs .btn-expand2:active:focus,
.docs .btn-expand2:active:hover, .docs .open > .dropdown-toggle.btn-expand2.focus, .docs .open > .dropdown-toggle.btn-expand2:focus, .docs .open > .dropdown-toggle.btn-expand2:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand2.disabled.focus,
.docs .btn-expand2.disabled:focus,
.docs .btn-expand2.disabled:hover,
.docs .btn-expand2[disabled].focus,
.docs .btn-expand2[disabled]:focus,
.docs .btn-expand2[disabled]:hover, .docs fieldset[disabled] .btn-expand2.focus, .docs fieldset[disabled] .btn-expand2:focus, .docs fieldset[disabled] .btn-expand2:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand3.focus,
.docs .btn-expand3:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand3.active,
.docs .btn-expand3:active, .docs .open > .dropdown-toggle.btn-expand3 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand3.active.focus,
.docs .btn-expand3.active:focus,
.docs .btn-expand3.active:hover,
.docs .btn-expand3:active.focus,
.docs .btn-expand3:active:focus,
.docs .btn-expand3:active:hover, .docs .open > .dropdown-toggle.btn-expand3.focus, .docs .open > .dropdown-toggle.btn-expand3:focus, .docs .open > .dropdown-toggle.btn-expand3:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand3.disabled.focus,
.docs .btn-expand3.disabled:focus,
.docs .btn-expand3.disabled:hover,
.docs .btn-expand3[disabled].focus,
.docs .btn-expand3[disabled]:focus,
.docs .btn-expand3[disabled]:hover, .docs fieldset[disabled] .btn-expand3.focus, .docs fieldset[disabled] .btn-expand3:focus, .docs fieldset[disabled] .btn-expand3:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand4.focus,
.docs .btn-expand4:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand4.active,
.docs .btn-expand4:active, .docs .open > .dropdown-toggle.btn-expand4 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand4.active.focus,
.docs .btn-expand4.active:focus,
.docs .btn-expand4.active:hover,
.docs .btn-expand4:active.focus,
.docs .btn-expand4:active:focus,
.docs .btn-expand4:active:hover, .docs .open > .dropdown-toggle.btn-expand4.focus, .docs .open > .dropdown-toggle.btn-expand4:focus, .docs .open > .dropdown-toggle.btn-expand4:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand4.disabled.focus,
.docs .btn-expand4.disabled:focus,
.docs .btn-expand4.disabled:hover,
.docs .btn-expand4[disabled].focus,
.docs .btn-expand4[disabled]:focus,
.docs .btn-expand4[disabled]:hover, .docs fieldset[disabled] .btn-expand4.focus, .docs fieldset[disabled] .btn-expand4:focus, .docs fieldset[disabled] .btn-expand4:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand5.focus,
.docs .btn-expand5:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand5.active,
.docs .btn-expand5:active, .docs .open > .dropdown-toggle.btn-expand5 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand5.active.focus,
.docs .btn-expand5.active:focus,
.docs .btn-expand5.active:hover,
.docs .btn-expand5:active.focus,
.docs .btn-expand5:active:focus,
.docs .btn-expand5:active:hover, .docs .open > .dropdown-toggle.btn-expand5.focus, .docs .open > .dropdown-toggle.btn-expand5:focus, .docs .open > .dropdown-toggle.btn-expand5:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand5.disabled.focus,
.docs .btn-expand5.disabled:focus,
.docs .btn-expand5.disabled:hover,
.docs .btn-expand5[disabled].focus,
.docs .btn-expand5[disabled]:focus,
.docs .btn-expand5[disabled]:hover, .docs fieldset[disabled] .btn-expand5.focus, .docs fieldset[disabled] .btn-expand5:focus, .docs fieldset[disabled] .btn-expand5:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand6.focus,
.docs .btn-expand6:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand6.active,
.docs .btn-expand6:active, .docs .open > .dropdown-toggle.btn-expand6 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand6.active.focus,
.docs .btn-expand6.active:focus,
.docs .btn-expand6.active:hover,
.docs .btn-expand6:active.focus,
.docs .btn-expand6:active:focus,
.docs .btn-expand6:active:hover, .docs .open > .dropdown-toggle.btn-expand6.focus, .docs .open > .dropdown-toggle.btn-expand6:focus, .docs .open > .dropdown-toggle.btn-expand6:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand6.disabled.focus,
.docs .btn-expand6.disabled:focus,
.docs .btn-expand6.disabled:hover,
.docs .btn-expand6[disabled].focus,
.docs .btn-expand6[disabled]:focus,
.docs .btn-expand6[disabled]:hover, .docs fieldset[disabled] .btn-expand6.focus, .docs fieldset[disabled] .btn-expand6:focus, .docs fieldset[disabled] .btn-expand6:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand7.focus,
.docs .btn-expand7:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand7.active,
.docs .btn-expand7:active, .docs .open > .dropdown-toggle.btn-expand7 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand7.active.focus,
.docs .btn-expand7.active:focus,
.docs .btn-expand7.active:hover,
.docs .btn-expand7:active.focus,
.docs .btn-expand7:active:focus,
.docs .btn-expand7:active:hover, .docs .open > .dropdown-toggle.btn-expand7.focus, .docs .open > .dropdown-toggle.btn-expand7:focus, .docs .open > .dropdown-toggle.btn-expand7:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand7.disabled.focus,
.docs .btn-expand7.disabled:focus,
.docs .btn-expand7.disabled:hover,
.docs .btn-expand7[disabled].focus,
.docs .btn-expand7[disabled]:focus,
.docs .btn-expand7[disabled]:hover, .docs fieldset[disabled] .btn-expand7.focus, .docs fieldset[disabled] .btn-expand7:focus, .docs fieldset[disabled] .btn-expand7:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand8.focus,
.docs .btn-expand8:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand8.active,
.docs .btn-expand8:active, .docs .open > .dropdown-toggle.btn-expand8 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand8.active.focus,
.docs .btn-expand8.active:focus,
.docs .btn-expand8.active:hover,
.docs .btn-expand8:active.focus,
.docs .btn-expand8:active:focus,
.docs .btn-expand8:active:hover, .docs .open > .dropdown-toggle.btn-expand8.focus, .docs .open > .dropdown-toggle.btn-expand8:focus, .docs .open > .dropdown-toggle.btn-expand8:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand8.disabled.focus,
.docs .btn-expand8.disabled:focus,
.docs .btn-expand8.disabled:hover,
.docs .btn-expand8[disabled].focus,
.docs .btn-expand8[disabled]:focus,
.docs .btn-expand8[disabled]:hover, .docs fieldset[disabled] .btn-expand8.focus, .docs fieldset[disabled] .btn-expand8:focus, .docs fieldset[disabled] .btn-expand8:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand9.focus,
.docs .btn-expand9:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand9.active,
.docs .btn-expand9:active, .docs .open > .dropdown-toggle.btn-expand9 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand9.active.focus,
.docs .btn-expand9.active:focus,
.docs .btn-expand9.active:hover,
.docs .btn-expand9:active.focus,
.docs .btn-expand9:active:focus,
.docs .btn-expand9:active:hover, .docs .open > .dropdown-toggle.btn-expand9.focus, .docs .open > .dropdown-toggle.btn-expand9:focus, .docs .open > .dropdown-toggle.btn-expand9:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand9.disabled.focus,
.docs .btn-expand9.disabled:focus,
.docs .btn-expand9.disabled:hover,
.docs .btn-expand9[disabled].focus,
.docs .btn-expand9[disabled]:focus,
.docs .btn-expand9[disabled]:hover, .docs fieldset[disabled] .btn-expand9.focus, .docs fieldset[disabled] .btn-expand9:focus, .docs fieldset[disabled] .btn-expand9:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand10.focus,
.docs .btn-expand10:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand10.active,
.docs .btn-expand10:active, .docs .open > .dropdown-toggle.btn-expand10 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand10.active.focus,
.docs .btn-expand10.active:focus,
.docs .btn-expand10.active:hover,
.docs .btn-expand10:active.focus,
.docs .btn-expand10:active:focus,
.docs .btn-expand10:active:hover, .docs .open > .dropdown-toggle.btn-expand10.focus, .docs .open > .dropdown-toggle.btn-expand10:focus, .docs .open > .dropdown-toggle.btn-expand10:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand10.disabled.focus,
.docs .btn-expand10.disabled:focus,
.docs .btn-expand10.disabled:hover,
.docs .btn-expand10[disabled].focus,
.docs .btn-expand10[disabled]:focus,
.docs .btn-expand10[disabled]:hover, .docs fieldset[disabled] .btn-expand10.focus, .docs fieldset[disabled] .btn-expand10:focus, .docs fieldset[disabled] .btn-expand10:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .dropdown,
.docs .dropup {
  position: relative;
}
.docs .dropdown-menu > li > a:focus,
.docs .dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #F5F5F5;
}
.docs .dropdown-menu > .active > a,
.docs .dropdown-menu > .active > a:focus,
.docs .dropdown-menu > .active > a:hover {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.docs .dropdown-menu > .disabled > a,
.docs .dropdown-menu > .disabled > a:focus,
.docs .dropdown-menu > .disabled > a:hover {
  color: #777;
}
.docs .dropdown-menu > .disabled > a:focus,
.docs .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.docs .dropup .caret,
.docs .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid \9 ;
  content: "";
}
.docs .dropup .dropdown-menu,
.docs .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .docs .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .docs .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.docs .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.docs .nav > li {
  position: relative;
  display: block;
}
.docs .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.docs .nav > li > a > img {
  max-width: none;
}
.docs .nav > li.disabled > a {
  color: #777;
}
.docs .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #E5E5E5;
}
.docs .nav-tabs {
  margin-bottom: -3px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
.docs .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  border-radius: 0;
}
.docs .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
}
.docs .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  color: #e77600;
}
.docs .nav-tabs li a:hover {
  background-color: transparent;
}
.docs .nav-tabs .nav-justified {
  width: 100%;
}
.docs .nav-tabs .nav-justified > li {
  float: none;
}
.docs .nav-tabs .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.docs .nav-tabs .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.docs .nav > li > a:focus,
.docs .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.docs .nav > li.disabled > a:focus,
.docs .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.docs .nav .open > a,
.docs .nav .open > a:focus,
.docs .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.docs .nav-tabs a,
.docs .nav-tabs a:active,
.docs .nav-tabs a:hover,
.docs .nav-tabs a:visited {
  text-decoration: none;
  color: #000000;
  border-radius: 0;
}
.docs .nav-tabs > li.active > a,
.docs .nav-tabs > li.active > a:focus,
.docs .nav-tabs > li.active > a:hover {
  background-color: #FFFFFF;
  color: #e77600;
  color: #555;
  background-color: #FFFFFF;
  cursor: default;
}
@media (min-width: 768px) {
  .docs .nav-tabs .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .docs .nav-tabs .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.docs .nav-tabs .nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.docs .nav-tabs .nav-justified > .active > a,
.docs .nav-tabs .nav-justified > .active > a:focus,
.docs .nav-tabs .nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .docs .nav-tabs .nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .docs .nav-tabs .nav-justified > .active > a,
  .docs .nav-tabs .nav-justified > .active > a:focus,
  .docs .nav-tabs .nav-justified > .active > a:hover {
    border-bottom-color: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .docs .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .docs .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.docs .nav-tabs-justified {
  border-bottom: 0;
}
.docs .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.docs .nav-tabs-justified > .active > a,
.docs .nav-tabs-justified > .active > a:focus,
.docs .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .docs .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .docs .nav-tabs-justified > .active > a,
  .docs .nav-tabs-justified > .active > a:focus,
  .docs .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #FFFFFF;
  }
}
.docs .tab-content > .tab-pane {
  display: none;
}
.docs .tab-content > .active {
  display: block;
}
.docs .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.docs .nav-tabs > li.active > a,
.docs .nav-tabs > li.active > a:focus,
.docs .nav-tabs > li.active > a:hover {
  background-color: #EEE;
  color: orange;
}
.docs li a[data-toggle=tab] {
  margin-bottom: -15px;
}
.docs a[data-toggle=tab]:hover {
  color: #000000;
}
.docs .tab-content {
  margin-left: 0;
  margin-bottom: 50px;
}
.docs .nav-tabs li {
  padding-right: 5px;
  padding-left: 5px;
}
.docs .nav-tabs > li.active > a,
.docs .nav-tabs > li.active > a:focus,
.docs .nav-tabs > li.active > a:hover {
  background-color: #FFFFFF;
  color: #444;
}
.docs ul.nav-tabs {
  margin-left: 0;
  padding-bottom: 15px;
  width: 100%;
}
.docs .subheading {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
  margin-top: 30px;
  font-weight: 400;
  color: #e77600;
}
.docs .tab-content .tab-pane.active {
  padding: 15px;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.docs .nav-tabs li.active a {
  color: #e77600 !important;
}
.docs .nav-pills > li {
  float: left;
}
.docs .nav-pills > li > a {
  border-radius: 4px;
}
.docs .nav-pills > li + li {
  margin-left: 2px;
}
.docs .nav-pills > li.active > a,
.docs .nav-pills > li.active > a:focus,
.docs .nav-pills > li.active > a:hover {
  color: #FFFFFF;
  background-color: #337ab7;
}
.docs .nav-stacked > li {
  float: none;
}
.docs .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.docs .nav-justified {
  width: 100%;
}
.docs .nav-justified > li {
  float: none;
}
.docs .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.docs .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .docs .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .docs .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.docs .nav-tabs-justified {
  border-bottom: 0;
}
.docs .nav-tabs-justified > li > a {
  margin-right: 0;
}
.docs .nav-tabs-justified > .active > a,
.docs .nav-tabs-justified > .active > a:focus,
.docs .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .docs .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .docs .nav-tabs-justified > .active > a,
  .docs .nav-tabs-justified > .active > a:focus,
  .docs .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #FFFFFF;
  }
}
.docs .tab-content > .tab-pane {
  display: none;
}
.docs .tab-content > .active {
  display: block;
}
.docs .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.docs .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.docs a.label:focus,
.docs a.label:hover {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
.docs .label:empty {
  display: none;
}
.docs .btn .label {
  position: relative;
  top: -1px;
}
.docs .label-default {
  background-color: #777;
}
.docs .label-default[href]:focus,
.docs .label-default[href]:hover {
  background-color: #5e5e5e;
}
.docs .label-primary {
  background-color: #337ab7;
}
.docs .label-primary[href]:focus,
.docs .label-primary[href]:hover {
  background-color: #286090;
}
.docs .label-success {
  background-color: #5cb85c;
}
.docs .label-success[href]:focus,
.docs .label-success[href]:hover {
  background-color: #449d44;
}
.docs .label-info {
  background-color: #5bc0de;
}
.docs .label-info[href]:focus,
.docs .label-info[href]:hover {
  background-color: #31b0d5;
}
.docs .label-warning {
  background-color: #f0ad4e;
}
.docs .label-warning[href]:focus,
.docs .label-warning[href]:hover {
  background-color: #ec971f;
}
.docs .label-danger {
  background-color: #d9534f;
}
.docs .label-danger[href]:focus,
.docs .label-danger[href]:hover {
  background-color: #c9302c;
}
.docs .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #F5F5F5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.docs .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.docs .progress-bar-striped,
.docs .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.docs .progress-bar.active,
.docs .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.docs .progress-bar-success {
  background-color: #5cb85c;
}
.docs .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.docs .progress-bar-info {
  background-color: #5bc0de;
}
.docs .progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.docs .progress-bar-warning {
  background-color: #f0ad4e;
}
.docs .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.docs .progress-bar-danger {
  background-color: #d9534f;
}
.docs .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.docs .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.docs .tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.docs .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.docs .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.docs .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.docs .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.docs .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.docs .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.docs .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.docs .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.docs .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.docs .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.docs .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.docs .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.docs .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.docs .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.docs a[data-toggle=tooltip],
.docs a[data-toggle=popover] {
  color: green;
  border-bottom: 1px dashed gray;
  font-style: italic;
}
.docs .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.docs .pull-right {
  float: right !important;
}
.docs .pull-left {
  float: left !important;
}
.docs .hide {
  display: none !important;
}
.docs .show {
  display: block !important;
}
.docs .invisible {
  visibility: hidden;
}
.docs .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.docs .hidden {
  display: none !important;
}
.docs .affix {
  position: fixed;
}
.docs ul#markdown-toc {
  border: 1px solid #dedede;
  border-radius: 5px;
  max-width: 400px;
  padding: 20px 10px 20px 0;
  margin: 30px 0;
  padding-left: 30px;
  color: gray;
  background-color: #f7f7f7;
}
.docs ul#markdown-toc::before {
  font-size: 18px;
  padding-top: 30px;
  margin: 20px 0 20px -10px;
}
.docs ul#markdown-toc li ul {
  color: gray;
}
.docs ul#markdown-toc ul li {
  margin-left: 5px;
}
.docs ul.onPageSectiontoc {
  border: 1px solid #dedede;
  border-radius: 5px;
  max-width: 400px;
  margin-top: 30px;
  color: gray;
  background-color: #f7f7f7;
  padding: 10px 50px 50px;
  font-size: 14px;
}
.docs ul.onPageSectiontoc::before {
  font-size: 18px;
  padding-top: 30px;
  margin: 20px 10px 20px -20px;
}
.docs .container {
  max-width: 1300px;
}
.docs #sidebar {
  float: left;
  margin-right: 50px;
  width: 275px;
}
.docs .mainColumn {
  overflow: hidden;
  max-width: 800px;
  margin-bottom: 50px;
}
.docs .box {
  padding: 10px;
  border: 1px solid #888;
  box-shadow: 2px 2px 4px #dedede;
  width: 100px;
  height: 90px;
  background-color: #F5F5F5;
  hyphens: auto;
  float: left;
  font-size: 12px;
}
.docs .box:hover {
  background-color: #f0f0f0;
}
.docs .userMap {
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 20px;
  min-width: 550px;
  margin-bottom: 30px;
}
.docs div.box {
  line-height: 17px;
}
.docs .userMap .active {
  background-color: #d6f5d6;
  border: 1px solid #555;
  color: #000000;
  cursor: default;
}
.docs h2.userMapTitle {
  font-family: AmazonEmber-Regular, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.docs .userMap a:hover {
  text-decoration: none;
}
.docs div.arrow {
  max-width: 50px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 20px;
}
.docs div.content {
  max-width: 110px;
}
.docs .userMap div.arrow, .docs .userMap div.content {
  float: left;
}
.docs .userMap div.arrow {
  position: relative;
  top: 30px;
}
.docs button.btn.btn-default.btn-lg.modalButton1 {
  margin-left: -20px;
}
.docs .userMap .btn-lg {
  width: 100px;
  height: 80px;
}
.docs .userMap .complexArrow {
  font-size: 22px;
  margin: 0 10px;
}
.docs .userMap .btn-lg .active {
  background-color: #d6f5d6;
}
.docs .userMap .btn-lg {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 14px;
}
.docs h3.popover-title {
  background-color: #f1f1f1;
  font-family: "AmazonEmber-Bold";
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
}
.docs a[data-toggle=popover] {
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .docs h1 {
    font-size: 36px;
  }
  .docs h2 {
    font-size: 28px;
  }
  .docs h3 {
    font-size: 24px;
  }
  .docs #sidebar {
    float: none;
  }
  .docs ul#markdown-toc {
    padding-left: 26px;
  }
  .docs ol ol,
  .docs ol ul,
  .docs ul ol,
  .docs ul ul {
    margin: 0;
  }
  .docs .highlight,
  .docs pre {
    overflow: auto;
  }
}
.docs span.muted {
  color: #d8d8d8;
}
.docs a[data-toggle=popover]:hover {
  text-decoration: none;
}
.docs .alert code {
  background-color: transparent;
}
.docs .container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 16px;
  padding-right: 16px;
}
.docs .hide {
  display: none !important;
}
.docs .show {
  display: block !important;
}
.docs .invisible {
  visibility: hidden;
}
.docs .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.docs .hidden {
  display: none !important;
}
.docs .affix {
  position: fixed;
}
@media (min-width: 992px) {
  .docs .dp-content-slot {
    overflow: hidden;
    clear: both;
  }
}
.docs .dp-content-pixel-tracker-slot {
  line-height: 0;
}
.docs .dp-content-slot--transparent {
  opacity: 0.8;
}
.docs .dp-content-slot-inner > .dp-content-slot--buffet-component:-moz-only-whitespace,
.docs .dp-content-slot-inner > .dp-content-slot--buffet-component:empty {
  margin: 0;
}
@media (min-width: 992px) {
  .docs .dp-content-slot-inner > .dp-content-slot--buffet-component:-moz-only-whitespace,
  .docs .dp-content-slot-inner > .dp-content-slot--buffet-component:empty {
    margin: 0;
  }
}
.docs .dp-content-slot-inner > .dp-content-slot--buffet-component:first-child:not(:empty) {
  margin-top: 50px;
}
.docs .dp-content-slot-inner > .dp-content-slot--buffet-component:last-child:not(:empty) {
  margin-bottom: 50px;
}
.docs .dp-content-slot-inner > .dp-content-slot--buffet-component {
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .docs .dp-content-slot-inner > .dp-content-slot--buffet-component {
    margin-bottom: 50px;
  }
}
.docs .dp-content-slot:nth-child(odd) {
  background: #f6f6f6;
}
.docs .dp-content-slot--left .dp-content-slot-img-wrapper {
  right: -2%;
  left: auto;
}
.docs .dp-content-slot--right .dp-content-slot-img-wrapper {
  left: -2%;
  right: auto;
}
.docs .dp-content-slot--right .dp-content-slot-copy-wrapper {
  float: right;
}
@media (min-width: 992px) {
  .docs .dp-content-slot-inner {
    max-width: 1400px;
    padding: 0 50px;
    position: relative;
  }
}
.docs .dp-content-slot-img-wrapper {
  max-width: 600px;
  position: absolute;
  bottom: 0;
  display: none;
}
@media (min-width: 992px) {
  .docs .dp-content-slot-img-wrapper {
    display: block;
  }
}
.docs .dp-content-slot-category {
  color: inherit;
  text-transform: uppercase;
  font-weight: 300;
  margin-bottom: 8px;
  display: inline-block;
  font-size: 14px;
}
@media (min-width: 992px) {
  .docs .dp-content-slot-category {
    font-size: 16px;
  }
}
.docs .dp-content-slot-title-wrapper {
  overflow: hidden;
}
.docs .dp-content-slot-title-img {
  float: left;
  max-width: 32px;
  margin-right: 8px;
}
@media (min-width: 992px) {
  .docs .dp-content-slot-title-img {
    max-width: 48px;
  }
}
@media (min-width: 992px) {
  .docs .dp-content-slot-title-img--large {
    max-width: 60px;
    margin-right: 16px;
    margin-bottom: 14px;
  }
}
.docs .dp-content-slot-title {
  color: inherit;
  margin-bottom: 10px;
  padding-bottom: 0;
  font-size: 28px;
}
@media (min-width: 992px) {
  .docs .dp-content-slot-title {
    font-size: 48px;
    font-weight: 300;
  }
}
.docs .dp-content-slot-title--small {
  color: inherit;
  font-size: 28px;
  font-weight: 400;
}
@media (min-width: 992px) {
  .docs .dp-content-slot-title--small {
    font-size: 34px;
    font-weight: 300;
  }
}
.docs .dp-content-slot a,
.docs .dp-content-slot li,
.docs .dp-content-slot p {
  line-height: 150%;
}
.docs .dp-content-slot p a {
  text-decoration: none;
}
.docs .dp-content-slot ul {
  color: inherit;
  font-weight: 300;
}
.docs .dp-callout-list {
  margin: 24px 0;
  padding: 0;
}
.docs .dp-callout-list li {
  list-style-type: none;
  padding: 16px 0;
}
@media (max-width: 991px) {
  .docs .dp-content-slot-aside {
    margin-top: 16px;
  }
}
.docs .dp-content-slot-aside-img {
  width: 100%;
}
@media (min-width: 992px) {
  .docs .dp-content-slot {
    display: table;
    width: 100%;
  }
}
.docs .dp-content-slot--l2-component h1,
.docs .dp-content-slot--l2-component h2,
.docs .dp-content-slot--l2-component h3 {
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .docs .dp-content-slot--l2-component h1,
  .docs .dp-content-slot--l2-component h2,
  .docs .dp-content-slot--l2-component h3 {
    margin-bottom: 16px;
  }
}
.docs .dp-content-slot--l2-component p:last-child {
  margin-bottom: 14px;
}
@media (min-width: 992px) {
  .docs .dp-content-slot--l2-component p:last-child {
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .docs .dp-content-slot--l2-component p {
    margin-bottom: 24px;
  }
}
.docs .dp-content-slot--l2-component .media-wrapper {
  margin-bottom: 24px;
}
.docs .dp-content-slot--l2-component .media-wrapper--video {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 25px;
  height: 0;
}
.docs .dp-content-slot--l2-component .media-wrapper--video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.docs .dp-content-slot--l2-component img {
  width: 100%;
}
.docs .dp-content-slot-background-white {
  background-color: #FFFFFF !important;
}
.docs .dp-content-slot-background-light-font,
.docs .dp-content-slot-background-light-grey,
.docs .dp-content-slot-background-white {
  color: #111111;
}
.docs .dp-content-slot-background-alexa-blue,
.docs .dp-content-slot-background-amazon-orange,
.docs .dp-content-slot-background-dark-font, .docs .dp-content-slot-background-dark-grey1,
.docs .dp-content-slot-background-dark-grey2,
.docs .dp-content-slot-background-devportal-orange,
.docs .dp-content-slot-background-drs-cyan,
.docs .dp-content-slot-background-fireos-orange, .docs .dp-content-slot-background-twitch-purple {
  color: #FFFFFF;
}
.docs .dp-content-slot-background-light-grey a:link,
.docs .dp-content-slot-background-light-grey a:visited,
.docs .dp-content-slot-background-light-link a:link,
.docs .dp-content-slot-background-light-link a:visited,
.docs .dp-content-slot-background-white a:link,
.docs .dp-content-slot-background-white a:visited {
  color: #0066c0;
}
.docs .dp-content-slot-background-light-grey a:hover,
.docs .dp-content-slot-background-light-link a:hover,
.docs .dp-content-slot-background-white a:hover {
  color: #e37825;
}
.docs .dp-content-slot-background-alexa-blue a:link,
.docs .dp-content-slot-background-alexa-blue a:visited,
.docs .dp-content-slot-background-amazon-orange a:link,
.docs .dp-content-slot-background-amazon-orange a:visited,
.docs .dp-content-slot-background-dark-grey1 a:link,
.docs .dp-content-slot-background-dark-grey1 a:visited,
.docs .dp-content-slot-background-dark-grey2 a:link,
.docs .dp-content-slot-background-dark-grey2 a:visited,
.docs .dp-content-slot-background-dark-link a:link,
.docs .dp-content-slot-background-dark-link a:visited,
.docs .dp-content-slot-background-devportal-orange a:link,
.docs .dp-content-slot-background-devportal-orange a:visited,
.docs .dp-content-slot-background-drs-cyan a:link,
.docs .dp-content-slot-background-drs-cyan a:visited,
.docs .dp-content-slot-background-fireos-orange a:link,
.docs .dp-content-slot-background-fireos-orange a:visited,
.docs .dp-content-slot-background-twitch-purple a:link,
.docs .dp-content-slot-background-twitch-purple a:visited {
  color: #00c2e0;
}
.docs .dp-content-slot-background-alexa-blue a:hover,
.docs .dp-content-slot-background-amazon-orange a:hover,
.docs .dp-content-slot-background-dark-grey1 a:hover,
.docs .dp-content-slot-background-dark-grey2 a:hover,
.docs .dp-content-slot-background-dark-link a:hover,
.docs .dp-content-slot-background-devportal-orange a:hover,
.docs .dp-content-slot-background-drs-cyan a:hover,
.docs .dp-content-slot-background-fireos-orange a:hover,
.docs .dp-content-slot-background-twitch-purple a:hover {
  color: #e37825;
}
.docs .dp-content-slot-background-light-grey {
  background-color: #f6f6f6 !important;
}
.docs .dp-content-slot-background-dark-grey1 {
  background-color: #404951 !important;
}
.docs .dp-content-slot-background-dark-grey2 {
  background-color: #495159 !important;
}
.docs .dp-content-slot-background-devportal-orange {
  background-color: #e37825 !important;
}
.docs .dp-content-slot-background-fireos-orange {
  background-color: #ef6426 !important;
}
.docs .dp-content-slot-background-alexa-blue {
  background-color: #0068a8 !important;
}
.docs .dp-content-slot-background-twitch-purple {
  background-color: #6441a5 !important;
}
.docs .dp-content-slot-background-drs-cyan {
  background-color: #07cbda !important;
}
.docs .dp-content-slot-background-amazon-orange {
  background-color: #f90 !important;
}
.docs .dp-content-slot .h1,
.docs .dp-content-slot .h2,
.docs .dp-content-slot .h3,
.docs .dp-content-slot .h4,
.docs .dp-content-slot .h5,
.docs .dp-content-slot .h6,
.docs .dp-content-slot h1,
.docs .dp-content-slot h2,
.docs .dp-content-slot h3,
.docs .dp-content-slot h4,
.docs .dp-content-slot h5,
.docs .dp-content-slot h6 {
  color: inherit;
  line-height: 125%;
}
.docs .dp-content-slot h1 .link-style,
.docs .dp-content-slot .h1 a,
.docs .dp-content-slot .h1 a:active,
.docs .dp-content-slot .h1 a:hover,
.docs .dp-content-slot .h1 a:link,
.docs .dp-content-slot .h1 a:visited,
.docs .dp-content-slot .h2 .link-style,
.docs .dp-content-slot .h2 a,
.docs .dp-content-slot .h2 a:active,
.docs .dp-content-slot .h2 a:hover,
.docs .dp-content-slot .h2 a:link,
.docs .dp-content-slot .h2 a:visited,
.docs .dp-content-slot .h3 .link-style,
.docs .dp-content-slot .h3 a,
.docs .dp-content-slot .h3 a:active,
.docs .dp-content-slot .h3 a:hover,
.docs .dp-content-slot .h3 a:link,
.docs .dp-content-slot .h3 a:visited,
.docs .dp-content-slot .h4 .link-style,
.docs .dp-content-slot .h4 a,
.docs .dp-content-slot .h4 a:active,
.docs .dp-content-slot .h4 a:hover,
.docs .dp-content-slot .h4 a:link,
.docs .dp-content-slot .h4 a:visited,
.docs .dp-content-slot .h5 .link-style,
.docs .dp-content-slot .h5 a,
.docs .dp-content-slot .h5 a:active,
.docs .dp-content-slot .h5 a:hover,
.docs .dp-content-slot .h5 a:link,
.docs .dp-content-slot .h5 a:visited,
.docs .dp-content-slot .h6 .link-style,
.docs .dp-content-slot .h6 a,
.docs .dp-content-slot .h6 a:active,
.docs .dp-content-slot .h6 a:hover,
.docs .dp-content-slot .h6 a:link,
.docs .dp-content-slot .h6 a:visited,
.docs .dp-content-slot h1 .link-style,
.docs .dp-content-slot h1 a,
.docs .dp-content-slot h1 a:active,
.docs .dp-content-slot h1 a:hover,
.docs .dp-content-slot h1 a:link,
.docs .dp-content-slot h1 a:visited,
.docs .dp-content-slot h2 .link-style,
.docs .dp-content-slot h2 a,
.docs .dp-content-slot h2 a:active,
.docs .dp-content-slot h2 a:hover,
.docs .dp-content-slot h2 a:link,
.docs .dp-content-slot h2 a:visited,
.docs .dp-content-slot h3 .link-style,
.docs .dp-content-slot h3 a,
.docs .dp-content-slot h3 a:active,
.docs .dp-content-slot h3 a:hover,
.docs .dp-content-slot h3 a:link,
.docs .dp-content-slot h3 a:visited,
.docs .dp-content-slot h4 .link-style,
.docs .dp-content-slot h4 a,
.docs .dp-content-slot h4 a:active,
.docs .dp-content-slot h4 a:hover,
.docs .dp-content-slot h4 a:link,
.docs .dp-content-slot h4 a:visited,
.docs .dp-content-slot h5 .link-style,
.docs .dp-content-slot h5 a,
.docs .dp-content-slot h5 a:active,
.docs .dp-content-slot h5 a:hover,
.docs .dp-content-slot h5 a:link,
.docs .dp-content-slot h5 a:visited,
.docs .dp-content-slot h6 .link-style,
.docs .dp-content-slot h6 a,
.docs .dp-content-slot h6 a:active,
.docs .dp-content-slot h6 a:hover,
.docs .dp-content-slot h6 a:link,
.docs .dp-content-slot h6 a:visited {
  color: inherit;
  text-decoration: none;
}
.docs .dp-content-slot .h1,
.docs .dp-content-slot .h2,
.docs .dp-content-slot .h3,
.docs .dp-content-slot .h4,
.docs .dp-content-slot h1,
.docs .dp-content-slot h2,
.docs .dp-content-slot h3,
.docs .dp-content-slot h4 {
  padding-bottom: 16px;
}
.docs .car-control {
  width: 50px;
  height: 90px;
  margin-top: -263px;
  z-index: 2;
  position: relative;
  background-color: #eee;
}
.docs .error .content-section {
  color: grey;
  max-width: 1400px;
  margin: auto;
  width: 75%;
  padding-top: 5%;
  padding-bottom: 8%;
  padding-left: 5%;
}
.docs .error .error-title {
  font-size: 300%;
  margin-bottom: 2%;
  line-height: 1em;
}
.docs .error .error-description {
  font-size: 160%;
  line-height: 1.25em;
  padding-left: 0.1em;
  font-weight: 300;
}
@media screen and (max-width: 992px) {
  .docs .error .error-title {
    font-size: 250%;
  }
  .docs .error .error-description {
    font-size: 140%;
  }
}
@media screen and (max-width: 600px) {
  .docs .error .error-title {
    font-size: 200%;
  }
  .docs .error .error-description {
    font-size: 120%;
  }
}
@font-face {
  font-family: icomoon;
  src: url(https://m.media-amazon.com/images/G/01/AUIClients/DeXWebsiteAUIAssets-icomoon-cff8550da8b280dec7eb0b2ec4bcd6bee7450574._V2_.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
.docs .dp-content-slot--buffet-component nav.product-nav {
  margin: -50px -1999px;
  padding: 0 1999px;
}
.docs .dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title .link-style, .docs .dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title a, .docs .dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title a:active, .docs .dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title a:hover, .docs .dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title a:link, .docs .dp-content-slot--buffet-component:not(:empty):only-child span.single-field-form-title a:visited {
  color: inherit;
  text-decoration: none;
}
.docs .single-field-form-subtext {
  margin-top: 12px;
  margin-bottom: 0;
  font-weight: 300;
}
.docs .single-field-form-error-msg-area {
  display: none;
  margin-bottom: 6px !important;
  text-align: left;
  height: auto;
}
.docs .a-icon.a-icon-alert.single-field-form-error-icon {
  top: 17px;
}
.docs .single-field-form-error-msg {
  font-size: 14px;
}
.docs .single-field-form-input-area {
  margin-top: 12px;
  display: inline-block;
}
.docs .single-field-form-email-input {
  width: 360px;
  margin-right: 12px;
}
.docs input.single-field-form-email-input {
  height: 35px;
}
.docs .single-field-form-submit-button-text {
  margin-left: 20px;
  margin-right: 20px;
}
@media (max-width: 991px) {
  .docs .single-field-form-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }
  .docs .single-field-form-input-area {
    display: block;
  }
  .docs .single-field-form-email-input, .docs .single-field-form-error-msg-area, .docs .single-field-form-submit-button {
    width: 100%;
  }
  .docs .a-icon.a-icon-alert.single-field-form-error-icon {
    top: 11px;
  }
  .docs .single-field-form-submit-button {
    margin-top: 8px;
  }
}
.docs .alert,
.docs .bs-callout,
.docs div.legend,
.docs dl dd,
.docs dt,
.docs li,
.docs p {
  font-family: AmazonEmber-Regular, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
}
.docs .alert,
.docs .bs-callout,
.docs a.editButton,
.docs .subheading,
.docs dd,
.docs dt,
.docs figcaption,
.docs li,
.docs ol,
.docs p,
.docs table,
.docs ul,
.docs span.githubButton {
  color: #111111;
  line-height: 1.5em;
  font-weight: 400;
}
.docs .productTitle,
.docs .relatedResources,
.docs h1,
.docs h2,
.docs h3,
.docs h4,
.docs h5,
.docs h6 {
  color: #111111;
  line-height: 1.3em;
}
.docs dt[id],
.docs h1[id],
.docs h2[id],
.docs h3[id],
.docs h4[id],
.docs h5[id],
.docs h6[id] {
  padding-top: 85px;
  margin-top: -60px;
}
.docs a {
  color: #0066c0;
}
.docs i.fa {
  font-family: FontAwesome;
}
.docs a:hover {
  color: #e87825;
}
.docs p a:hover {
  text-decoration: underline;
  color: #e87825 !important;
}
.docs p a {
  text-decoration: none;
}
.docs .a-ordered-list, .docs .a-unordered-list, .docs ol, .docs ul {
  padding: 0;
  margin-left: 18px;
}
.docs p {
  margin-bottom: 20px;
}
.docs h2, .docs h3, .docs h4, .docs h5, .docs h6 {
  padding-top: 25px;
}
.docs h1, .docs h1 code.highlighter-rouge {
  font-size: 48px;
  margin-bottom: 30px;
  font-weight: 300;
  background-color: transparent;
}
.docs h2, .docs h2 code.highlighter-rouge {
  font-size: 42px;
  font-weight: 300;
  background-color: transparent;
}
.docs h3, .docs h3 code.highlighter-rouge {
  font-size: 28px;
  font-weight: 300;
  background-color: transparent;
}
.docs h4, .docs h4 code.highlighter-rouge {
  font-size: 21px;
  font-weight: 300;
  background-color: transparent;
}
.docs h5, .docs h5 code.highlighter-rouge {
  font-size: 18px;
  font-weight: 400;
  background-color: transparent;
}
.docs .h6, .docs h6 code.highlighter-rouge {
  font-size: 16em;
  font-weight: 300;
  background-color: transparent;
}
.docs .mydocsidebar {
  height: 100%;
  overflow-y: auto;
  background-color: #f7f7f7;
  padding: 24px 24px 32px 24px;
  margin: 34px 50px 50px 10px;
  width: 270px;
}
.docs .mydocsidebar ul {
  padding-left: 15px;
  padding-right: 5px;
  margin-left: 0;
  margin-right: -5px;
}
.docs .mydocsidebar a, .docs .mydocsidebar a:hover {
  text-decoration: none;
}
.docs p.external {
  font-size: 10px;
  margin-top: 10px;
}
.docs .docnav ul {
  padding-left: 15px;
}
.docs .docnav li {
  list-style: none;
  font: 400 12px "Open Sans", "Lucida Grande", "Helvetica Neue", Arial;
  border-bottom: 0;
}
.docs .docnav li a:active,
.docs .docnav li a:hover {
  text-decoration: none;
  color: #666;
}
.docs .docnav li.level1 > a > span:after, .docs .docnav li.level2 > a > span:after, .docs .docnav li.level3 > a > span:after {
  content: "\f0fe";
  font-family: FontAwesome;
  color: #e47911;
  font-size: 14px;
  padding-right: 13px;
  text-decoration: none;
}
.docs .docnav li.level1items > a:before, .docs .docnav li.level2items > a:before, .docs .docnav li.level3items > a:before {
  content: "\f096";
  font-family: FontAwesome;
  color: #e47911;
  padding-right: 8px;
  text-decoration: none;
}
.docs .docnav li.open > a > span:after {
  content: "\f146";
  font-family: FontAwesome;
  color: #e47911;
  padding-right: 13px;
}
.docs .docnav li.level3, .docs .docnav li.level3items {
  padding-left: 10px;
}
.docs .docnav li.level2, .docs .docnav li.level2items {
  padding-left: 10px;
}
.docs .docnav li.level1, .docs .docnav li.level1items {
  padding-left: 10px;
}
.docs .docnav li {
  margin: 7px 0;
}
.docs ul#docnavsidebar li a:focus {
  text-decoration: none;
}
.docs li.level1.open > ul > li.level1items.open a, .docs li.level2.open > ul > li.level2items.open a, .docs li.level3.open > ul > li.level3items.open a {
  color: #000000;
  font-weight: 700;
}
.docs li.level1.open > ul > li.level1items.open > a:before, .docs li.level2.open > ul > li.level2items.open > a:before, .docs li.level3.open > ul > li.level3items.open > a:before {
  color: #000000;
}
.docs li.level1.open > ul > li.level1items a, .docs li.level2.open > ul > li.level2items a, .docs li.level3.open > ul > li.level3items a {
  font-weight: 400;
  color: #0066c0;
}
.docs li.level1.open > ul > li.level1items > a:before, .docs li.level2.open > ul > li.level2items > a:before, .docs li.level3.open > ul > li.level3items > a:before {
  font-weight: 400;
  color: #0066c0;
}
.docs .docnav li.level1, .docs .docnav li.level1items, .docs .docnav ul li {
  list-style: none;
}
.docs li.folderTitle.current.open > a.subfoldersTitle {
  font-weight: 700;
  color: #000000;
}
.docs .productTitle {
  font-size: 18px;
  color: #333;
  display: block;
  margin-right: 8px;
}
.docs .docnav li a {
  line-height: 18px;
  display: table;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  text-indent: -20px;
}
@media (max-width: 600px) {
  .docs .docnav li a {
    max-width: 180px;
  }
  .docs .githubButton {
    display: none;
  }
}
@media (min-width: 600px) {
  .docs .docnav li a {
    max-width: 240px;
  }
}
.docs ul#entrypages li {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 3px;
}
.docs .relatedResources {
  font-size: 15px;
  color: #000000;
  margin: 10px 0;
}
.docs hr.resourceSeparator {
  display: block;
  margin-top: 1.7em;
  margin-bottom: 1.7em;
  margin-left: 0;
  border-width: 1px;
  color: #000000;
  max-width: 80%;
}
.docs ul#markdown-toc::before {
  content: "Table of Contents";
}
.docs ul.onPageSectiontoc::before {
  content: "Pages in This Section";
}
.docs ul#docnavsidebar, .docs ul#entrypages, .docs ul#markdown-toc {
  margin-left: 0;
}
.docs ol ol, .docs ol ul, .docs ul ol, .docs ul ul {
  padding-left: 15px;
}
.docs li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.docs ol li, .docs ul li {
  margin-left: 10px;
}
.docs ul li {
  list-style-type: disc;
}
.docs ol li ol li {
  list-style-type: lower-latin;
}
.docs ol li ol li ul li {
  list-style-type: disc;
}
.docs ol li ol li ol li {
  list-style-type: lower-roman;
}
.docs code {
  font-family: Monaco, Consolas, Courier, monospace;
  font-weight: 400;
  font-size: 14px;
}
.docs a code {
  color: #337ab7;
}
.docs pre {
  background-color: #000000;
  border: 0;
  color: #d7d9db;
  font-family: Monaco, Consolas, Courier, monospace;
  font-weight: 400;
  font-size: 14px;
  padding: 15px;
}
.docs p > code {
  padding: 2px 4px;
  font-size: 85%;
  color: #C7254E;
  border-radius: 4px;
  background-color: #F5F5F5;
  font-family: Monaco, Consolas, Courier, monospace;
  font-weight: 400;
  font-size: 14px;
}
.docs .highlight, .docs pre {
  white-space: pre;
  word-wrap: normal;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #202020;
  color: #d7d9db;
  word-break: break-all;
  word-wrap: break-word;
  font-size: 13px;
  line-height: 1.5em;
  font-family: Monaco, Consolas, Courier, monospace;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 20px;
}
.docs .parameter,
.docs .red {
  color: #f92672;
}
.docs .highlight {
  padding: 10px 10px 1px 10px;
}
.docs .highlight .hll {
  background-color: #202020;
}
.docs .highlight .c,
.docs .highlight .cm,
.docs .highlight .cp,
.docs .highlight .c1,
.docs .highlight .cs,
.docs .highlight .gu {
  color: #75715e;
}
.docs .highlight .k,
.docs .highlight .kc,
.docs .highlight .kd,
.docs .highlight .kp,
.docs .highlight .kr,
.docs .highlight .kt,
.docs .highlight .no {
  color: #66d9ef;
}
.docs .highlight .l,
.docs .highlight .m,
.docs .highlight .mf,
.docs .highlight .mh,
.docs .highlight .mi,
.docs .highlight .mo,
.docs .highlight .se,
.docs .highlight .il {
  color: #ae81ff;
}
.docs .highlight .n,
.docs .highlight .p,
.docs .highlight .np,
.docs .highlight .ni,
.docs .highlight .nl,
.docs .highlight .nn,
.docs .highlight .py,
.docs .highlight .nv {
  color: #f8f8f2;
}
.docs .highlight .w,
.docs .highlight .bp,
.docs .highlight .vc,
.docs .highlight .vg,
.docs .highlight .vi {
  color: #f8f8f2;
}
.docs .highlight .o,
.docs .highlight .kn,
.docs .highlight .nt,
.docs .highlight .ow,
.docs .highlight .gd {
  color: #f92672;
}
.docs .highlight .ge {
  font-style: italic;
}
.docs .highlight .gs {
  font-weight: 700;
}
.docs .highlight .ld,
.docs .highlight .sb,
.docs .highlight .sc,
.docs .highlight .sd,
.docs .highlight .s2,
.docs .highlight .sh,
.docs .highlight .si,
.docs .highlight .sx,
.docs .highlight .sr,
.docs .highlight .s1,
.docs .highlight .ss,
.docs .highlight .s {
  color: #e6db74;
}
.docs .highlight .na,
.docs .highlight .nc,
.docs .highlight .nd,
.docs .highlight .ne,
.docs .highlight .nf,
.docs .highlight .nx,
.docs .highlight .gi {
  color: #a6e22e;
}
.docs .highlight .err {
  color: #F5F5F5;
  background-color: transparent !important;
}
.docs .highlight ul#entrypages li {
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 3px;
}
.docs .highlight .relatedResources {
  font-size: 15px;
  color: #000000;
  margin: 10px 0;
}
.docs .highlight hr.resourceSeparator {
  display: block;
  margin-top: 1.7em;
  margin-bottom: 1.7em;
  margin-left: 0;
  border-width: 1px;
  color: #000000;
  max-width: 80%;
}
.docs .highlight ul#markdown-toc::before {
  content: "Table of Contents";
}
.docs .highlight ul.onPageSectiontoc::before {
  content: "Pages in This Section";
}
.docs .highlight ul#docnavsidebar,
.docs .highlight ul#entrypages,
.docs .highlight ul#markdown-toc {
  margin-left: 0;
}
.docs .highlight ol ol,
.docs .highlight ol ul,
.docs .highlight ul ol,
.docs .highlight ul ul {
  padding-left: 15px;
}
.docs .highlight li {
  margin-top: 10px;
  margin-bottom: 10px;
}
.docs .highlight ol li,
.docs .highlight ul li {
  margin-left: 10px;
}
.docs .highlight ul li {
  list-style-type: disc;
}
.docs .highlight ol li ol li {
  list-style-type: lower-latin;
}
.docs .highlight ol li ol li ul li {
  list-style-type: disc;
}
.docs .highlight ol li ol li ol li {
  list-style-type: lower-roman;
}
.docs .highlight code {
  font-family: Monaco, Consolas, Courier, monospace;
  font-weight: 400;
  font-size: 14px;
}
.docs .highlight a code {
  color: #337ab7;
}
.docs .highlight pre {
  background-color: #000000;
  border: 0;
  color: #d7d9db;
  font-family: Monaco, Consolas, Courier, monospace;
  font-weight: 400;
  font-size: 14px;
  padding: 15px;
}
.docs .highlight p > code {
  padding: 2px 4px;
  color: #C7254E;
  border-radius: 4px;
  background-color: #F5F5F5;
  font-family: Monaco, Consolas, Courier, monospace;
  font-weight: 400;
  font-size: 14px;
}
.docs .highlight .highlight,
.docs .highlight pre {
  white-space: pre;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #202020;
  color: #d7d9db;
  word-break: break-all;
  word-wrap: break-word;
  line-height: 1.5em;
  font-family: Monaco, Consolas, Courier, monospace;
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 20px;
}
.docs .highlight video {
  border: 1px solid #444;
  max-width: 100%;
  margin: 20px 0;
}
.docs .highlight audio {
  margin: 20px 0;
}
.docs .highlight .bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.docs .highlight .bs-callout p:last-child {
  margin-bottom: 0;
}
.docs .highlight .bs-callout code {
  border-radius: 3px;
}
.docs .highlight .bs-callout + .bs-callout {
  margin-top: -5px;
}
.docs .highlight .calloutTitle {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
}
.docs .highlight .bs-callout-default {
  border-left-color: #777;
}
.docs .highlight .bs-callout-default .calloutTitle {
  color: #777;
}
.docs .highlight .bs-callout-primary {
  border-left-color: #428bca;
}
.docs .highlight .bs-callout-primary .calloutTitle {
  color: #428bca;
}
.docs .highlight .bs-callout-success {
  border-left-color: #5cb85c;
}
.docs .highlight .bs-callout-success .calloutTitle {
  color: #5cb85c;
}
.docs .highlight .bs-callout-danger {
  border-left-color: #d9534f;
}
.docs .highlight .bs-callout-danger .calloutTitle {
  color: #d9534f;
}
.docs .highlight .bs-callout-warning {
  border-left-color: #f0ad4e;
}
.docs .highlight .bs-callout-warning .calloutTitle {
  color: #f0ad4e;
}
.docs .highlight .bs-callout-info {
  border-left-color: #5bc0de;
}
.docs .highlight .bs-callout-info .calloutTitle {
  color: #5bc0de;
}
.docs .highlight .alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 11.25px 15px;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #f7f7f7;
  border-radius: 3px;
}
.docs .highlight .alert.alert-warning {
  padding-left: 15px !important;
  border-color: #f5e79e !important;
}
.docs .highlight .alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="##dff0d8", endColorstr="#c8e5bc", GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.docs .highlight .alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9edf7", endColorstr="#b9def0", GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.docs .highlight .alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcf8e3", endColorstr="#f8efc0", GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.docs .highlight .alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2dede", endColorstr="#e7c3c3", GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.docs .highlight img.docimage {
  max-width: 100%;
  margin-bottom: 20px;
}
.docs .highlight img.border {
  border: 1px solid #dedede;
}
.docs .highlight img.inline {
  vertical-align: text-bottom;
}
.docs .highlight figcaption {
  padding-bottom: 12px;
  margin-bottom: 20px;
  color: gray;
  font-size: 14px;
  font-style: italic;
}
.docs .highlight .number_legend {
  margin-bottom: 10px;
  margin-top: 10px;
}
.docs .highlight .number_legend > img.inline {
  margin-bottom: 2px;
}
.docs .highlight .legend {
  margin-bottom: 12px;
  margin-top: 12px;
}
.docs .highlight .legend img {
  margin-bottom: 0;
}
.docs .highlight figure {
  margin: 1em 0;
}
.docs .highlight table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dedede;
  background-color: transparent;
  border-collapse: collapse;
  word-wrap: break-word;
  table-layout: auto;
}
.docs .highlight table th {
  font-weight: 400;
  font-size: 18px;
}
.docs .highlight table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.docs .highlight table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
.docs .highlight table tr td {
  hyphens: auto;
}
.docs .highlight table.data table thead {
  background-color: #444;
}
.docs .highlight table td {
  hyphens: auto;
}
.docs .highlight table code {
  background-color: transparent;
  word-wrap: break-word;
}
.docs .highlight td.white {
  background-color: #FFFFFF;
}
.docs .highlight td.gray {
  background-color: #f7f7f7;
}
.docs .highlight dt {
  font-weight: 700;
}
.docs .highlight dl dd {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}
.docs .highlight dd {
  margin-left: 30px;
}
.docs .highlight dd pre {
  margin-top: 12px;
  margin-bottom: 12px;
}
.docs .highlight a.editButton {
  color: #666;
  text-decoration: none;
}
.docs .highlight a.editButton:hover {
  text-decoration: none;
  color: #000000;
}
.docs .highlight .githubButton {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #dedede;
  padding: 5px;
  border-radius: 5px;
  margin: 20px 0 10px;
  font-size: 14px;
}
.docs .highlight .githubButton:hover {
  background-color: #fefefe;
  color: #444;
  text-decoration: none;
}
.docs .highlight .githubFeedback {
  margin-bottom: 20px;
  margin-top: 20px;
}
.docs .highlight button {
  overflow: visible;
}
.docs .highlight .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.docs .highlight .btn-default {
  color: #777;
  background-color: #FFFFFF;
  border-color: #CCCCCC;
}
.docs .highlight .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.docs .highlight .btn-default .badge {
  color: #FFFFFF;
  background-color: #333;
}
.docs .highlight .btn-primary {
  color: #FFFFFF;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.docs .highlight .btn-primary:hover {
  color: #FFFFFF;
  background-color: #286090;
  border-color: #204d74;
}
.docs .highlight .btn-primary .badge {
  color: #337ab7;
  background-color: #FFFFFF;
}
.docs .highlight .btn-success {
  color: #FFFFFF;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.docs .highlight .btn-success:hover {
  color: #FFFFFF;
  background-color: #449d44;
  border-color: #398439;
}
.docs .highlight .btn-success .badge {
  color: #5cb85c;
  background-color: #FFFFFF;
}
.docs .highlight .btn-info {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .highlight .btn-info:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .highlight .btn-info .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .highlight .btn-warning {
  color: #FFFFFF;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.docs .highlight .btn-warning:hover {
  color: #FFFFFF;
  background-color: #ec971f;
  border-color: #d58512;
}
.docs .highlight .btn-warning .badge {
  color: #f0ad4e;
  background-color: #FFFFFF;
}
.docs .highlight .btn-danger {
  color: #FFFFFF;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.docs .highlight .btn-danger:hover {
  color: #FFFFFF;
  background-color: #c9302c;
  border-color: #ac2925;
}
.docs .highlight .btn-danger .badge {
  color: #d9534f;
  background-color: #FFFFFF;
}
.docs .highlight .btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0;
}
.docs .highlight .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.docs .highlight .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.docs .highlight .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.docs .highlight .btn-block {
  display: block;
  width: 100%;
}
.docs .highlight .btn-block + .btn-block {
  margin-top: 5px;
}
.docs .highlight .expandTitle {
  font-weight: 700;
  vertical-align: -webkit-baseline-middle;
}
.docs .highlight .collapse {
  display: none;
  visibility: hidden;
}
.docs .highlight .collapse.in {
  display: block;
  visibility: visible;
}
.docs .highlight .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.docs .highlight .btn-expand1 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .highlight .btn-expand1:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .highlight .btn-expand1 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .highlight .btn-expand2 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .highlight .btn-expand2:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .highlight .btn-expand2 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
  padding: 3px 6px;
}
.docs .highlight .btn-expand3 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .highlight .btn-expand3:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .highlight .btn-expand3 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .highlight .btn-expand4 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .highlight .btn-expand4:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .highlight .btn-expand4 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .highlight .btn-expand5 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .highlight .btn-expand5:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .highlight .btn-expand5 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .highlight .btn-expand6 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .highlight .btn-expand6:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .highlight .btn-expand6 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .highlight .btn-expand7 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .highlight .btn-expand7:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .highlight .btn-expand7 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .highlight .btn-expand8 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .highlight .btn-expand8:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .highlight .btn-expand8 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .highlight .btn-expand9 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .highlight .btn-expand9:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .highlight .btn-expand9 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .highlight .btn-expand10 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .highlight .btn-expand10:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .highlight .btn-expand10 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .highlight hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.docs .highlight .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid \9 ;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.docs .highlight .dropdown-toggle:focus {
  outline: 0;
}
.docs .highlight .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.docs .highlight .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.docs .highlight .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #E5E5E5;
}
.docs .highlight .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.docs .highlight .open > .dropdown-menu {
  display: block;
}
.docs .highlight .open > a {
  outline: 0;
}
.docs .highlight .dropdown-menu-right {
  left: auto;
  right: 0;
}
.docs .highlight .dropdown-menu-left {
  left: 0;
  right: auto;
}
.docs .highlight .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.docs .highlight .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.docs .highlight .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.docs table > tbody > tr > td,
.docs table > tfoot > tr > td,
.docs table > thead > tr > td {
  padding: 8px;
  line-height: 1.5em;
  vertical-align: top;
}
.docs table > tbody > tr > td ol > li,
.docs table > tbody > tr > td ul > li,
.docs table > tbody > tr > td > p {
  padding: 0;
}
.docs table > tbody > tr > th,
.docs table > tfoot > tr > th,
.docs table > thead > tr > th {
  border-bottom: 2px solid #ddd;
  text-transform: none;
  background-color: #777;
  color: #FFFFFF;
  padding: 8px;
  line-height: 1.5em;
  vertical-align: top;
  text-align: left;
}
.docs table > caption + thead > tr:first-child > td,
.docs table > caption + thead > tr:first-child > th,
.docs table > colgroup + thead > tr:first-child > td,
.docs table > colgroup + thead > tr:first-child > th,
.docs table > thead:first-child > tr:first-child > td,
.docs table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.docs table td[class*=col-],
.docs table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
.docs pre,
.docs table code {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.docs a.githubButton.noExtIcon:hover,
.docs i.fa.fa-github.fa-lg:hover {
  color: #000000;
  text-decoration: none;
}
.docs button,
.docs select {
  text-transform: none;
}
.docs button,
.docs html input[type=button],
.docs input[type=reset],
.docs input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.docs button[disabled],
.docs html input[disabled] {
  cursor: default;
}
.docs button::-moz-focus-inner,
.docs input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.docs .btn.active.focus,
.docs .btn.active:focus,
.docs .btn.focus,
.docs .btn:active.focus,
.docs .btn:active:focus,
.docs .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.docs .btn.focus,
.docs .btn:focus,
.docs .btn:hover {
  color: #333;
  text-decoration: none;
}
.docs .btn.active,
.docs .btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.docs .btn.disabled,
.docs .btn[disabled], .docs fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.docs a.btn.disabled, .docs fieldset[disabled] a.btn {
  pointer-events: none;
}
.docs .btn-default.focus,
.docs .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.docs .btn-default.active,
.docs .btn-default:active, .docs .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
}
.docs .btn-default.active.focus,
.docs .btn-default.active:focus,
.docs .btn-default.active:hover,
.docs .btn-default:active.focus,
.docs .btn-default:active:focus,
.docs .btn-default:active:hover, .docs .open > .dropdown-toggle.btn-default.focus, .docs .open > .dropdown-toggle.btn-default:focus, .docs .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.docs .btn-default.disabled.focus,
.docs .btn-default.disabled:focus,
.docs .btn-default.disabled:hover,
.docs .btn-default[disabled].focus,
.docs .btn-default[disabled]:focus,
.docs .btn-default[disabled]:hover, .docs fieldset[disabled] .btn-default.focus, .docs fieldset[disabled] .btn-default:focus, .docs fieldset[disabled] .btn-default:hover {
  background-color: #FFFFFF;
  border-color: #CCCCCC;
}
.docs .btn-primary.focus,
.docs .btn-primary:focus {
  color: #FFFFFF;
  background-color: #286090;
  border-color: #122b40;
}
.docs .btn-primary.active,
.docs .btn-primary:active, .docs .open > .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #286090;
  border-color: #204d74;
  background-image: none;
}
.docs .btn-primary.active.focus,
.docs .btn-primary.active:focus,
.docs .btn-primary.active:hover,
.docs .btn-primary:active.focus,
.docs .btn-primary:active:focus,
.docs .btn-primary:active:hover, .docs .open > .dropdown-toggle.btn-primary.focus, .docs .open > .dropdown-toggle.btn-primary:focus, .docs .open > .dropdown-toggle.btn-primary:hover {
  color: #FFFFFF;
  background-color: #204d74;
  border-color: #122b40;
}
.docs .btn-primary.disabled.focus,
.docs .btn-primary.disabled:focus,
.docs .btn-primary.disabled:hover,
.docs .btn-primary[disabled].focus,
.docs .btn-primary[disabled]:focus,
.docs .btn-primary[disabled]:hover, .docs fieldset[disabled] .btn-primary.focus, .docs fieldset[disabled] .btn-primary:focus, .docs fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.docs .btn-success.focus,
.docs .btn-success:focus {
  color: #FFFFFF;
  background-color: #449d44;
  border-color: #255625;
}
.docs .btn-success.active,
.docs .btn-success:active, .docs .open > .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #449d44;
  border-color: #398439;
  background-image: none;
}
.docs .btn-success.active.focus,
.docs .btn-success.active:focus,
.docs .btn-success.active:hover,
.docs .btn-success:active.focus,
.docs .btn-success:active:focus,
.docs .btn-success:active:hover, .docs .open > .dropdown-toggle.btn-success.focus, .docs .open > .dropdown-toggle.btn-success:focus, .docs .open > .dropdown-toggle.btn-success:hover {
  color: #FFFFFF;
  background-color: #398439;
  border-color: #255625;
}
.docs .btn-success.disabled.focus,
.docs .btn-success.disabled:focus,
.docs .btn-success.disabled:hover,
.docs .btn-success[disabled].focus,
.docs .btn-success[disabled]:focus,
.docs .btn-success[disabled]:hover, .docs fieldset[disabled] .btn-success.focus, .docs fieldset[disabled] .btn-success:focus, .docs fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.docs .btn-info.focus,
.docs .btn-info:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-info.active,
.docs .btn-info:active, .docs .open > .dropdown-toggle.btn-info {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-info.active.focus,
.docs .btn-info.active:focus,
.docs .btn-info.active:hover,
.docs .btn-info:active.focus,
.docs .btn-info:active:focus,
.docs .btn-info:active:hover, .docs .open > .dropdown-toggle.btn-info.focus, .docs .open > .dropdown-toggle.btn-info:focus, .docs .open > .dropdown-toggle.btn-info:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-info.disabled.focus,
.docs .btn-info.disabled:focus,
.docs .btn-info.disabled:hover,
.docs .btn-info[disabled].focus,
.docs .btn-info[disabled]:focus,
.docs .btn-info[disabled]:hover, .docs fieldset[disabled] .btn-info.focus, .docs fieldset[disabled] .btn-info:focus, .docs fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-warning.focus,
.docs .btn-warning:focus {
  color: #FFFFFF;
  background-color: #ec971f;
  border-color: #985f0d;
}
.docs .btn-warning.active,
.docs .btn-warning:active, .docs .open > .dropdown-toggle.btn-warning {
  color: #FFFFFF;
  background-color: #ec971f;
  border-color: #d58512;
  background-image: none;
}
.docs .btn-warning.active.focus,
.docs .btn-warning.active:focus,
.docs .btn-warning.active:hover,
.docs .btn-warning:active.focus,
.docs .btn-warning:active:focus,
.docs .btn-warning:active:hover, .docs .open > .dropdown-toggle.btn-warning.focus, .docs .open > .dropdown-toggle.btn-warning:focus, .docs .open > .dropdown-toggle.btn-warning:hover {
  color: #FFFFFF;
  background-color: #d58512;
  border-color: #985f0d;
}
.docs .btn-warning.disabled.focus,
.docs .btn-warning.disabled:focus,
.docs .btn-warning.disabled:hover,
.docs .btn-warning[disabled].focus,
.docs .btn-warning[disabled]:focus,
.docs .btn-warning[disabled]:hover, .docs fieldset[disabled] .btn-warning.focus, .docs fieldset[disabled] .btn-warning:focus, .docs fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.docs .btn-danger.focus,
.docs .btn-danger:focus {
  color: #FFFFFF;
  background-color: #c9302c;
  border-color: #761c19;
}
.docs .btn-danger.active,
.docs .btn-danger:active, .docs .open > .dropdown-toggle.btn-danger {
  color: #FFFFFF;
  background-color: #c9302c;
  border-color: #ac2925;
  background-image: none;
}
.docs .btn-danger.active.focus,
.docs .btn-danger.active:focus,
.docs .btn-danger.active:hover,
.docs .btn-danger:active.focus,
.docs .btn-danger:active:focus,
.docs .btn-danger:active:hover, .docs .open > .dropdown-toggle.btn-danger.focus, .docs .open > .dropdown-toggle.btn-danger:focus, .docs .open > .dropdown-toggle.btn-danger:hover {
  color: #FFFFFF;
  background-color: #ac2925;
  border-color: #761c19;
}
.docs .btn-danger.disabled.focus,
.docs .btn-danger.disabled:focus,
.docs .btn-danger.disabled:hover,
.docs .btn-danger[disabled].focus,
.docs .btn-danger[disabled]:focus,
.docs .btn-danger[disabled]:hover, .docs fieldset[disabled] .btn-danger.focus, .docs fieldset[disabled] .btn-danger:focus, .docs fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.docs .btn-link,
.docs .btn-link.active,
.docs .btn-link:active,
.docs .btn-link[disabled], .docs fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.docs .btn-link,
.docs .btn-link:active,
.docs .btn-link:focus,
.docs .btn-link:hover {
  border-color: transparent;
}
.docs .btn-link:focus,
.docs .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.docs .btn-link[disabled]:focus,
.docs .btn-link[disabled]:hover, .docs fieldset[disabled] .btn-link:focus, .docs fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.docs input[type=button].btn-block, .docs input[type=reset].btn-block, .docs input[type=submit].btn-block {
  width: 100%;
}
.docs #expand1, .docs #expand10, .docs #expand2, .docs #expand3, .docs #expand4, .docs #expand5, .docs #expand6, .docs #expand7, .docs #expand8 {
  margin: 25px;
}
.docs .btn-expand1.focus,
.docs .btn-expand1:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand1.active,
.docs .btn-expand1:active, .docs .open > .dropdown-toggle.btn-expand1 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand1.active.focus,
.docs .btn-expand1.active:focus,
.docs .btn-expand1.active:hover,
.docs .btn-expand1:active.focus,
.docs .btn-expand1:active:focus,
.docs .btn-expand1:active:hover, .docs .open > .dropdown-toggle.btn-expand1.focus, .docs .open > .dropdown-toggle.btn-expand1:focus, .docs .open > .dropdown-toggle.btn-expand1:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand1.disabled.focus,
.docs .btn-expand1.disabled:focus,
.docs .btn-expand1.disabled:hover,
.docs .btn-expand1[disabled].focus,
.docs .btn-expand1[disabled]:focus,
.docs .btn-expand1[disabled]:hover, .docs fieldset[disabled] .btn-expand1.focus, .docs fieldset[disabled] .btn-expand1:focus, .docs fieldset[disabled] .btn-expand1:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand2.focus,
.docs .btn-expand2:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand2.active,
.docs .btn-expand2:active, .docs .open > .dropdown-toggle.btn-expand2 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand2.active.focus,
.docs .btn-expand2.active:focus,
.docs .btn-expand2.active:hover,
.docs .btn-expand2:active.focus,
.docs .btn-expand2:active:focus,
.docs .btn-expand2:active:hover, .docs .open > .dropdown-toggle.btn-expand2.focus, .docs .open > .dropdown-toggle.btn-expand2:focus, .docs .open > .dropdown-toggle.btn-expand2:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand2.disabled.focus,
.docs .btn-expand2.disabled:focus,
.docs .btn-expand2.disabled:hover,
.docs .btn-expand2[disabled].focus,
.docs .btn-expand2[disabled]:focus,
.docs .btn-expand2[disabled]:hover, .docs fieldset[disabled] .btn-expand2.focus, .docs fieldset[disabled] .btn-expand2:focus, .docs fieldset[disabled] .btn-expand2:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand3.focus,
.docs .btn-expand3:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand3.active,
.docs .btn-expand3:active, .docs .open > .dropdown-toggle.btn-expand3 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand3.active.focus,
.docs .btn-expand3.active:focus,
.docs .btn-expand3.active:hover,
.docs .btn-expand3:active.focus,
.docs .btn-expand3:active:focus,
.docs .btn-expand3:active:hover, .docs .open > .dropdown-toggle.btn-expand3.focus, .docs .open > .dropdown-toggle.btn-expand3:focus, .docs .open > .dropdown-toggle.btn-expand3:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand3.disabled.focus,
.docs .btn-expand3.disabled:focus,
.docs .btn-expand3.disabled:hover,
.docs .btn-expand3[disabled].focus,
.docs .btn-expand3[disabled]:focus,
.docs .btn-expand3[disabled]:hover, .docs fieldset[disabled] .btn-expand3.focus, .docs fieldset[disabled] .btn-expand3:focus, .docs fieldset[disabled] .btn-expand3:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand4.focus,
.docs .btn-expand4:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand4.active,
.docs .btn-expand4:active, .docs .open > .dropdown-toggle.btn-expand4 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand4.active.focus,
.docs .btn-expand4.active:focus,
.docs .btn-expand4.active:hover,
.docs .btn-expand4:active.focus,
.docs .btn-expand4:active:focus,
.docs .btn-expand4:active:hover, .docs .open > .dropdown-toggle.btn-expand4.focus, .docs .open > .dropdown-toggle.btn-expand4:focus, .docs .open > .dropdown-toggle.btn-expand4:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand4.disabled.focus,
.docs .btn-expand4.disabled:focus,
.docs .btn-expand4.disabled:hover,
.docs .btn-expand4[disabled].focus,
.docs .btn-expand4[disabled]:focus,
.docs .btn-expand4[disabled]:hover, .docs fieldset[disabled] .btn-expand4.focus, .docs fieldset[disabled] .btn-expand4:focus, .docs fieldset[disabled] .btn-expand4:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand5.focus,
.docs .btn-expand5:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand5.active,
.docs .btn-expand5:active, .docs .open > .dropdown-toggle.btn-expand5 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand5.active.focus,
.docs .btn-expand5.active:focus,
.docs .btn-expand5.active:hover,
.docs .btn-expand5:active.focus,
.docs .btn-expand5:active:focus,
.docs .btn-expand5:active:hover, .docs .open > .dropdown-toggle.btn-expand5.focus, .docs .open > .dropdown-toggle.btn-expand5:focus, .docs .open > .dropdown-toggle.btn-expand5:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand5.disabled.focus,
.docs .btn-expand5.disabled:focus,
.docs .btn-expand5.disabled:hover,
.docs .btn-expand5[disabled].focus,
.docs .btn-expand5[disabled]:focus,
.docs .btn-expand5[disabled]:hover, .docs fieldset[disabled] .btn-expand5.focus, .docs fieldset[disabled] .btn-expand5:focus, .docs fieldset[disabled] .btn-expand5:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand6.focus,
.docs .btn-expand6:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand6.active,
.docs .btn-expand6:active, .docs .open > .dropdown-toggle.btn-expand6 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand6.active.focus,
.docs .btn-expand6.active:focus,
.docs .btn-expand6.active:hover,
.docs .btn-expand6:active.focus,
.docs .btn-expand6:active:focus,
.docs .btn-expand6:active:hover, .docs .open > .dropdown-toggle.btn-expand6.focus, .docs .open > .dropdown-toggle.btn-expand6:focus, .docs .open > .dropdown-toggle.btn-expand6:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand6.disabled.focus,
.docs .btn-expand6.disabled:focus,
.docs .btn-expand6.disabled:hover,
.docs .btn-expand6[disabled].focus,
.docs .btn-expand6[disabled]:focus,
.docs .btn-expand6[disabled]:hover, .docs fieldset[disabled] .btn-expand6.focus, .docs fieldset[disabled] .btn-expand6:focus, .docs fieldset[disabled] .btn-expand6:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand7.focus,
.docs .btn-expand7:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand7.active,
.docs .btn-expand7:active, .docs .open > .dropdown-toggle.btn-expand7 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand7.active.focus,
.docs .btn-expand7.active:focus,
.docs .btn-expand7.active:hover,
.docs .btn-expand7:active.focus,
.docs .btn-expand7:active:focus,
.docs .btn-expand7:active:hover, .docs .open > .dropdown-toggle.btn-expand7.focus, .docs .open > .dropdown-toggle.btn-expand7:focus, .docs .open > .dropdown-toggle.btn-expand7:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand7.disabled.focus,
.docs .btn-expand7.disabled:focus,
.docs .btn-expand7.disabled:hover,
.docs .btn-expand7[disabled].focus,
.docs .btn-expand7[disabled]:focus,
.docs .btn-expand7[disabled]:hover, .docs fieldset[disabled] .btn-expand7.focus, .docs fieldset[disabled] .btn-expand7:focus, .docs fieldset[disabled] .btn-expand7:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand8.focus,
.docs .btn-expand8:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand8.active,
.docs .btn-expand8:active, .docs .open > .dropdown-toggle.btn-expand8 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand8.active.focus,
.docs .btn-expand8.active:focus,
.docs .btn-expand8.active:hover,
.docs .btn-expand8:active.focus,
.docs .btn-expand8:active:focus,
.docs .btn-expand8:active:hover, .docs .open > .dropdown-toggle.btn-expand8.focus, .docs .open > .dropdown-toggle.btn-expand8:focus, .docs .open > .dropdown-toggle.btn-expand8:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand8.disabled.focus,
.docs .btn-expand8.disabled:focus,
.docs .btn-expand8.disabled:hover,
.docs .btn-expand8[disabled].focus,
.docs .btn-expand8[disabled]:focus,
.docs .btn-expand8[disabled]:hover, .docs fieldset[disabled] .btn-expand8.focus, .docs fieldset[disabled] .btn-expand8:focus, .docs fieldset[disabled] .btn-expand8:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand9.focus,
.docs .btn-expand9:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand9.active,
.docs .btn-expand9:active, .docs .open > .dropdown-toggle.btn-expand9 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand9.active.focus,
.docs .btn-expand9.active:focus,
.docs .btn-expand9.active:hover,
.docs .btn-expand9:active.focus,
.docs .btn-expand9:active:focus,
.docs .btn-expand9:active:hover, .docs .open > .dropdown-toggle.btn-expand9.focus, .docs .open > .dropdown-toggle.btn-expand9:focus, .docs .open > .dropdown-toggle.btn-expand9:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand9.disabled.focus,
.docs .btn-expand9.disabled:focus,
.docs .btn-expand9.disabled:hover,
.docs .btn-expand9[disabled].focus,
.docs .btn-expand9[disabled]:focus,
.docs .btn-expand9[disabled]:hover, .docs fieldset[disabled] .btn-expand9.focus, .docs fieldset[disabled] .btn-expand9:focus, .docs fieldset[disabled] .btn-expand9:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand10.focus,
.docs .btn-expand10:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand10.active,
.docs .btn-expand10:active, .docs .open > .dropdown-toggle.btn-expand10 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand10.active.focus,
.docs .btn-expand10.active:focus,
.docs .btn-expand10.active:hover,
.docs .btn-expand10:active.focus,
.docs .btn-expand10:active:focus,
.docs .btn-expand10:active:hover, .docs .open > .dropdown-toggle.btn-expand10.focus, .docs .open > .dropdown-toggle.btn-expand10:focus, .docs .open > .dropdown-toggle.btn-expand10:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand10.disabled.focus,
.docs .btn-expand10.disabled:focus,
.docs .btn-expand10.disabled:hover,
.docs .btn-expand10[disabled].focus,
.docs .btn-expand10[disabled]:focus,
.docs .btn-expand10[disabled]:hover, .docs fieldset[disabled] .btn-expand10.focus, .docs fieldset[disabled] .btn-expand10:focus, .docs fieldset[disabled] .btn-expand10:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .dropdown,
.docs .dropup {
  position: relative;
}
.docs .dropdown-menu > li > a:focus,
.docs .dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #F5F5F5;
}
.docs .dropdown-menu > .active > a,
.docs .dropdown-menu > .active > a:focus,
.docs .dropdown-menu > .active > a:hover {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.docs .dropdown-menu > .disabled > a,
.docs .dropdown-menu > .disabled > a:focus,
.docs .dropdown-menu > .disabled > a:hover {
  color: #777;
}
.docs .dropdown-menu > .disabled > a:focus,
.docs .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.docs .dropup .caret,
.docs .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid;
  content: "";
}
.docs .dropup .dropdown-menu,
.docs .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
.docs video {
  border: 1px solid #444;
  max-width: 100%;
  margin: 20px 0;
}
.docs audio {
  margin: 20px 0;
}
.docs .bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
}
.docs .bs-callout p:last-child {
  margin-bottom: 0;
}
.docs .bs-callout code {
  border-radius: 3px;
}
.docs .bs-callout + .bs-callout {
  margin-top: -5px;
}
.docs .calloutTitle {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
}
.docs .bs-callout-default {
  border-left-color: #777;
}
.docs .bs-callout-default .calloutTitle {
  color: #777;
}
.docs .bs-callout-primary {
  border-left-color: #428bca;
}
.docs .bs-callout-primary .calloutTitle {
  color: #428bca;
}
.docs .bs-callout-success {
  border-left-color: #5cb85c;
}
.docs .bs-callout-success .calloutTitle {
  color: #5cb85c;
}
.docs .bs-callout-danger {
  border-left-color: #d9534f;
}
.docs .bs-callout-danger .calloutTitle {
  color: #d9534f;
}
.docs .bs-callout-warning {
  border-left-color: #f0ad4e;
}
.docs .bs-callout-warning .calloutTitle {
  color: #f0ad4e;
}
.docs .bs-callout-info {
  border-left-color: #5bc0de;
}
.docs .bs-callout-info .calloutTitle {
  color: #5bc0de;
}
.docs .alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  padding: 11.25px 15px;
  margin-bottom: 20px;
  margin-top: 20px;
  border: 1px solid #f7f7f7;
  border-radius: 3px;
}
.docs .alert.alert-warning {
  padding-left: 15px !important;
  border-color: #f5e79e !important;
}
.docs .alert-success {
  background-image: -webkit-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -o-linear-gradient(top, #dff0d8 0, #c8e5bc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
  background-image: linear-gradient(to bottom, #dff0d8 0, #c8e5bc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="##dff0d8", endColorstr="#c8e5bc", GradientType=0);
  background-repeat: repeat-x;
  border-color: #b2dba1;
}
.docs .alert-info {
  background-image: -webkit-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -o-linear-gradient(top, #d9edf7 0, #b9def0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#b9def0));
  background-image: linear-gradient(to bottom, #d9edf7 0, #b9def0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d9edf7", endColorstr="#b9def0", GradientType=0);
  background-repeat: repeat-x;
  border-color: #9acfea;
}
.docs .alert-warning {
  background-image: -webkit-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -o-linear-gradient(top, #fcf8e3 0, #f8efc0 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#f8efc0));
  background-image: linear-gradient(to bottom, #fcf8e3 0, #f8efc0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fcf8e3", endColorstr="#f8efc0", GradientType=0);
  background-repeat: repeat-x;
  border-color: #f5e79e;
}
.docs .alert-danger {
  background-image: -webkit-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -o-linear-gradient(top, #f2dede 0, #e7c3c3 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
  background-image: linear-gradient(to bottom, #f2dede 0, #e7c3c3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f2dede", endColorstr="#e7c3c3", GradientType=0);
  background-repeat: repeat-x;
  border-color: #dca7a7;
}
.docs img.docimage {
  max-width: 100%;
  margin-bottom: 20px;
}
.docs img.border {
  border: 1px solid #dedede;
}
.docs img.inline {
  vertical-align: text-bottom;
}
.docs figcaption {
  padding-bottom: 12px;
  margin-bottom: 20px;
  color: gray;
  font-size: 14px;
  font-style: italic;
}
.docs .number_legend {
  margin-bottom: 10px;
  margin-top: 10px;
}
.docs .number_legend > img.inline {
  margin-bottom: 2px;
}
.docs .legend {
  margin-bottom: 12px;
  margin-top: 12px;
}
.docs .legend img {
  margin-bottom: 0;
}
.docs figure {
  margin: 1em 0;
}
.docs table {
  width: 100%;
  margin-bottom: 20px;
  border: 1px solid #dedede;
  background-color: transparent;
  border-collapse: collapse;
  word-wrap: break-word;
  table-layout: auto;
}
.docs table th {
  font-weight: 400;
  font-size: 18px;
}
.docs table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.docs table col[class*=col-] {
  position: static;
  display: table-column;
  float: none;
}
.docs table tr td {
  hyphens: auto;
}
.docs table.data table thead {
  background-color: #444;
}
.docs table td {
  hyphens: auto;
}
.docs table code {
  background-color: transparent;
  word-wrap: break-word;
}
.docs td.white {
  background-color: #FFFFFF;
}
.docs td.gray {
  background-color: #f7f7f7;
}
.docs dt {
  font-weight: 700;
}
.docs dl dd {
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 400;
}
.docs dd {
  margin-left: 30px;
}
.docs dd pre {
  margin-top: 12px;
  margin-bottom: 12px;
}
.docs a.editButton {
  color: #666;
  text-decoration: none;
}
.docs a.editButton:hover {
  text-decoration: none;
  color: #000000;
}
.docs .githubButton {
  color: #000000;
  background-color: #FFFFFF;
  border: 1px solid #dedede;
  padding: 5px;
  border-radius: 5px;
  margin: 20px 0 10px;
  font-size: 14px;
}
.docs .githubButton:hover {
  background-color: #fefefe;
  color: #444;
  text-decoration: none;
}
.docs .githubFeedback {
  margin-bottom: 20px;
  margin-top: 20px;
}
.docs button {
  overflow: visible;
}
.docs .btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.docs .btn-default {
  color: #777;
  background-color: #FFFFFF;
  border-color: #CCCCCC;
}
.docs .btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.docs .btn-default .badge {
  color: #FFFFFF;
  background-color: #333;
}
.docs .btn-primary {
  color: #FFFFFF;
  background-color: #337ab7;
  border-color: #2e6da4;
}
.docs .btn-primary:hover {
  color: #FFFFFF;
  background-color: #286090;
  border-color: #204d74;
}
.docs .btn-primary .badge {
  color: #337ab7;
  background-color: #FFFFFF;
}
.docs .btn-success {
  color: #FFFFFF;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.docs .btn-success:hover {
  color: #FFFFFF;
  background-color: #449d44;
  border-color: #398439;
}
.docs .btn-success .badge {
  color: #5cb85c;
  background-color: #FFFFFF;
}
.docs .btn-info {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-info:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-info .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-warning {
  color: #FFFFFF;
  background-color: #f0ad4e;
  border-color: #eea236;
}
.docs .btn-warning:hover {
  color: #FFFFFF;
  background-color: #ec971f;
  border-color: #d58512;
}
.docs .btn-warning .badge {
  color: #f0ad4e;
  background-color: #FFFFFF;
}
.docs .btn-danger {
  color: #FFFFFF;
  background-color: #d9534f;
  border-color: #d43f3a;
}
.docs .btn-danger:hover {
  color: #FFFFFF;
  background-color: #c9302c;
  border-color: #ac2925;
}
.docs .btn-danger .badge {
  color: #d9534f;
  background-color: #FFFFFF;
}
.docs .btn-link {
  color: #337ab7;
  font-weight: 400;
  border-radius: 0;
}
.docs .btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}
.docs .btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.docs .btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}
.docs .btn-block {
  display: block;
  width: 100%;
}
.docs .btn-block + .btn-block {
  margin-top: 5px;
}
.docs .expandTitle {
  font-weight: 700;
  vertical-align: -webkit-baseline-middle;
}
.docs .collapse {
  display: none;
  visibility: hidden;
}
.docs .collapse.in {
  display: block;
  visibility: visible;
}
.docs .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
  -webkit-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-property: height, visibility;
  -o-transition-property: height, visibility;
  transition-property: height, visibility;
}
.docs .btn-expand1 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand1:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand1 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand2 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand2:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand2 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
  padding: 3px 6px;
}
.docs .btn-expand3 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand3:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand3 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand4 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand4:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand4 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand5 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand5:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand5 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand6 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand6:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand6 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand7 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand7:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand7 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand8 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand8:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand8 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand9 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand9:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand9 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs .btn-expand10 {
  color: #FFFFFF;
  background-color: #5bc0de;
  border-color: #46b8da;
  padding: 3px 6px;
}
.docs .btn-expand10:hover {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
}
.docs .btn-expand10 .badge {
  color: #5bc0de;
  background-color: #FFFFFF;
}
.docs hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}
.docs .caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
.docs .dropdown-toggle:focus {
  outline: 0;
}
.docs .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  font-size: 14px;
  text-align: left;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.docs .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
.docs .dropdown-menu .divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #E5E5E5;
}
.docs .dropdown-menu > li > a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.docs .open > .dropdown-menu {
  display: block;
}
.docs .open > a {
  outline: 0;
}
.docs .dropdown-menu-right {
  left: auto;
  right: 0;
}
.docs .dropdown-menu-left {
  left: 0;
  right: auto;
}
.docs .dropdown-header {
  display: block;
  padding: 3px 20px;
  font-size: 12px;
  line-height: 1.42857143;
  color: #777;
  white-space: nowrap;
}
.docs .dropdown-backdrop {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 990;
}
.docs .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
.docs table > tbody > tr > td,
.docs table > tfoot > tr > td,
.docs table > thead > tr > td {
  padding: 8px;
  line-height: 1.5em;
  vertical-align: top;
}
.docs table > tbody > tr > td ol > li,
.docs table > tbody > tr > td ul > li,
.docs table > tbody > tr > td > p {
  padding: 0;
}
.docs table > tbody > tr > th,
.docs table > tfoot > tr > th,
.docs table > thead > tr > th {
  border-bottom: 2px solid #ddd;
  text-transform: none;
  background-color: #777;
  color: #FFFFFF;
  padding: 8px;
  line-height: 1.5em;
  vertical-align: top;
  text-align: left;
}
.docs table > caption + thead > tr:first-child > td,
.docs table > caption + thead > tr:first-child > th,
.docs table > colgroup + thead > tr:first-child > td,
.docs table > colgroup + thead > tr:first-child > th,
.docs table > thead:first-child > tr:first-child > td,
.docs table > thead:first-child > tr:first-child > th {
  border-top: 0;
}
.docs table td[class*=col-],
.docs table th[class*=col-] {
  position: static;
  display: table-cell;
  float: none;
}
.docs pre,
.docs table code {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
}
.docs a.githubButton.noExtIcon:hover,
.docs i.fa.fa-github.fa-lg:hover {
  color: #000000;
  text-decoration: none;
}
.docs button,
.docs select {
  text-transform: none;
}
.docs button,
.docs html input[type=button],
.docs input[type=reset],
.docs input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
.docs button[disabled],
.docs html input[disabled] {
  cursor: default;
}
.docs button::-moz-focus-inner,
.docs input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.docs .btn.active.focus,
.docs .btn.active:focus,
.docs .btn.focus,
.docs .btn:active.focus,
.docs .btn:active:focus,
.docs .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.docs .btn.focus,
.docs .btn:focus,
.docs .btn:hover {
  color: #333;
  text-decoration: none;
}
.docs .btn.active,
.docs .btn:active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.docs .btn.disabled,
.docs .btn[disabled], .docs fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.docs a.btn.disabled, .docs fieldset[disabled] a.btn {
  pointer-events: none;
}
.docs .btn-default.focus,
.docs .btn-default:focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}
.docs .btn-default.active,
.docs .btn-default:active, .docs .open > .dropdown-toggle.btn-default {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
  background-image: none;
}
.docs .btn-default.active.focus,
.docs .btn-default.active:focus,
.docs .btn-default.active:hover,
.docs .btn-default:active.focus,
.docs .btn-default:active:focus,
.docs .btn-default:active:hover, .docs .open > .dropdown-toggle.btn-default.focus, .docs .open > .dropdown-toggle.btn-default:focus, .docs .open > .dropdown-toggle.btn-default:hover {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.docs .btn-default.disabled.focus,
.docs .btn-default.disabled:focus,
.docs .btn-default.disabled:hover,
.docs .btn-default[disabled].focus,
.docs .btn-default[disabled]:focus,
.docs .btn-default[disabled]:hover, .docs fieldset[disabled] .btn-default.focus, .docs fieldset[disabled] .btn-default:focus, .docs fieldset[disabled] .btn-default:hover {
  background-color: #FFFFFF;
  border-color: #CCCCCC;
}
.docs .btn-primary.focus,
.docs .btn-primary:focus {
  color: #FFFFFF;
  background-color: #286090;
  border-color: #122b40;
}
.docs .btn-primary.active,
.docs .btn-primary:active, .docs .open > .dropdown-toggle.btn-primary {
  color: #FFFFFF;
  background-color: #286090;
  border-color: #204d74;
  background-image: none;
}
.docs .btn-primary.active.focus,
.docs .btn-primary.active:focus,
.docs .btn-primary.active:hover,
.docs .btn-primary:active.focus,
.docs .btn-primary:active:focus,
.docs .btn-primary:active:hover, .docs .open > .dropdown-toggle.btn-primary.focus, .docs .open > .dropdown-toggle.btn-primary:focus, .docs .open > .dropdown-toggle.btn-primary:hover {
  color: #FFFFFF;
  background-color: #204d74;
  border-color: #122b40;
}
.docs .btn-primary.disabled.focus,
.docs .btn-primary.disabled:focus,
.docs .btn-primary.disabled:hover,
.docs .btn-primary[disabled].focus,
.docs .btn-primary[disabled]:focus,
.docs .btn-primary[disabled]:hover, .docs fieldset[disabled] .btn-primary.focus, .docs fieldset[disabled] .btn-primary:focus, .docs fieldset[disabled] .btn-primary:hover {
  background-color: #337ab7;
  border-color: #2e6da4;
}
.docs .btn-success.focus,
.docs .btn-success:focus {
  color: #FFFFFF;
  background-color: #449d44;
  border-color: #255625;
}
.docs .btn-success.active,
.docs .btn-success:active, .docs .open > .dropdown-toggle.btn-success {
  color: #FFFFFF;
  background-color: #449d44;
  border-color: #398439;
  background-image: none;
}
.docs .btn-success.active.focus,
.docs .btn-success.active:focus,
.docs .btn-success.active:hover,
.docs .btn-success:active.focus,
.docs .btn-success:active:focus,
.docs .btn-success:active:hover, .docs .open > .dropdown-toggle.btn-success.focus, .docs .open > .dropdown-toggle.btn-success:focus, .docs .open > .dropdown-toggle.btn-success:hover {
  color: #FFFFFF;
  background-color: #398439;
  border-color: #255625;
}
.docs .btn-success.disabled.focus,
.docs .btn-success.disabled:focus,
.docs .btn-success.disabled:hover,
.docs .btn-success[disabled].focus,
.docs .btn-success[disabled]:focus,
.docs .btn-success[disabled]:hover, .docs fieldset[disabled] .btn-success.focus, .docs fieldset[disabled] .btn-success:focus, .docs fieldset[disabled] .btn-success:hover {
  background-color: #5cb85c;
  border-color: #4cae4c;
}
.docs .btn-info.focus,
.docs .btn-info:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-info.active,
.docs .btn-info:active, .docs .open > .dropdown-toggle.btn-info {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-info.active.focus,
.docs .btn-info.active:focus,
.docs .btn-info.active:hover,
.docs .btn-info:active.focus,
.docs .btn-info:active:focus,
.docs .btn-info:active:hover, .docs .open > .dropdown-toggle.btn-info.focus, .docs .open > .dropdown-toggle.btn-info:focus, .docs .open > .dropdown-toggle.btn-info:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-info.disabled.focus,
.docs .btn-info.disabled:focus,
.docs .btn-info.disabled:hover,
.docs .btn-info[disabled].focus,
.docs .btn-info[disabled]:focus,
.docs .btn-info[disabled]:hover, .docs fieldset[disabled] .btn-info.focus, .docs fieldset[disabled] .btn-info:focus, .docs fieldset[disabled] .btn-info:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-warning.focus,
.docs .btn-warning:focus {
  color: #FFFFFF;
  background-color: #ec971f;
  border-color: #985f0d;
}
.docs .btn-warning.active,
.docs .btn-warning:active, .docs .open > .dropdown-toggle.btn-warning {
  color: #FFFFFF;
  background-color: #ec971f;
  border-color: #d58512;
  background-image: none;
}
.docs .btn-warning.active.focus,
.docs .btn-warning.active:focus,
.docs .btn-warning.active:hover,
.docs .btn-warning:active.focus,
.docs .btn-warning:active:focus,
.docs .btn-warning:active:hover, .docs .open > .dropdown-toggle.btn-warning.focus, .docs .open > .dropdown-toggle.btn-warning:focus, .docs .open > .dropdown-toggle.btn-warning:hover {
  color: #FFFFFF;
  background-color: #d58512;
  border-color: #985f0d;
}
.docs .btn-warning.disabled.focus,
.docs .btn-warning.disabled:focus,
.docs .btn-warning.disabled:hover,
.docs .btn-warning[disabled].focus,
.docs .btn-warning[disabled]:focus,
.docs .btn-warning[disabled]:hover, .docs fieldset[disabled] .btn-warning.focus, .docs fieldset[disabled] .btn-warning:focus, .docs fieldset[disabled] .btn-warning:hover {
  background-color: #f0ad4e;
  border-color: #eea236;
}
.docs .btn-danger.focus,
.docs .btn-danger:focus {
  color: #FFFFFF;
  background-color: #c9302c;
  border-color: #761c19;
}
.docs .btn-danger.active,
.docs .btn-danger:active, .docs .open > .dropdown-toggle.btn-danger {
  color: #FFFFFF;
  background-color: #c9302c;
  border-color: #ac2925;
  background-image: none;
}
.docs .btn-danger.active.focus,
.docs .btn-danger.active:focus,
.docs .btn-danger.active:hover,
.docs .btn-danger:active.focus,
.docs .btn-danger:active:focus,
.docs .btn-danger:active:hover, .docs .open > .dropdown-toggle.btn-danger.focus, .docs .open > .dropdown-toggle.btn-danger:focus, .docs .open > .dropdown-toggle.btn-danger:hover {
  color: #FFFFFF;
  background-color: #ac2925;
  border-color: #761c19;
}
.docs .btn-danger.disabled.focus,
.docs .btn-danger.disabled:focus,
.docs .btn-danger.disabled:hover,
.docs .btn-danger[disabled].focus,
.docs .btn-danger[disabled]:focus,
.docs .btn-danger[disabled]:hover, .docs fieldset[disabled] .btn-danger.focus, .docs fieldset[disabled] .btn-danger:focus, .docs fieldset[disabled] .btn-danger:hover {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.docs .btn-link,
.docs .btn-link.active,
.docs .btn-link:active,
.docs .btn-link[disabled], .docs fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.docs .btn-link,
.docs .btn-link:active,
.docs .btn-link:focus,
.docs .btn-link:hover {
  border-color: transparent;
}
.docs .btn-link:focus,
.docs .btn-link:hover {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}
.docs .btn-link[disabled]:focus,
.docs .btn-link[disabled]:hover, .docs fieldset[disabled] .btn-link:focus, .docs fieldset[disabled] .btn-link:hover {
  color: #777;
  text-decoration: none;
}
.docs input[type=button].btn-block, .docs input[type=reset].btn-block, .docs input[type=submit].btn-block {
  width: 100%;
}
.docs #expand1, .docs #expand10, .docs #expand2, .docs #expand3, .docs #expand4, .docs #expand5, .docs #expand6, .docs #expand7, .docs #expand8 {
  margin: 25px;
}
.docs .btn-expand1.focus,
.docs .btn-expand1:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand1.active,
.docs .btn-expand1:active, .docs .open > .dropdown-toggle.btn-expand1 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand1.active.focus,
.docs .btn-expand1.active:focus,
.docs .btn-expand1.active:hover,
.docs .btn-expand1:active.focus,
.docs .btn-expand1:active:focus,
.docs .btn-expand1:active:hover, .docs .open > .dropdown-toggle.btn-expand1.focus, .docs .open > .dropdown-toggle.btn-expand1:focus, .docs .open > .dropdown-toggle.btn-expand1:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand1.disabled.focus,
.docs .btn-expand1.disabled:focus,
.docs .btn-expand1.disabled:hover,
.docs .btn-expand1[disabled].focus,
.docs .btn-expand1[disabled]:focus,
.docs .btn-expand1[disabled]:hover, .docs fieldset[disabled] .btn-expand1.focus, .docs fieldset[disabled] .btn-expand1:focus, .docs fieldset[disabled] .btn-expand1:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand2.focus,
.docs .btn-expand2:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand2.active,
.docs .btn-expand2:active, .docs .open > .dropdown-toggle.btn-expand2 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand2.active.focus,
.docs .btn-expand2.active:focus,
.docs .btn-expand2.active:hover,
.docs .btn-expand2:active.focus,
.docs .btn-expand2:active:focus,
.docs .btn-expand2:active:hover, .docs .open > .dropdown-toggle.btn-expand2.focus, .docs .open > .dropdown-toggle.btn-expand2:focus, .docs .open > .dropdown-toggle.btn-expand2:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand2.disabled.focus,
.docs .btn-expand2.disabled:focus,
.docs .btn-expand2.disabled:hover,
.docs .btn-expand2[disabled].focus,
.docs .btn-expand2[disabled]:focus,
.docs .btn-expand2[disabled]:hover, .docs fieldset[disabled] .btn-expand2.focus, .docs fieldset[disabled] .btn-expand2:focus, .docs fieldset[disabled] .btn-expand2:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand3.focus,
.docs .btn-expand3:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand3.active,
.docs .btn-expand3:active, .docs .open > .dropdown-toggle.btn-expand3 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand3.active.focus,
.docs .btn-expand3.active:focus,
.docs .btn-expand3.active:hover,
.docs .btn-expand3:active.focus,
.docs .btn-expand3:active:focus,
.docs .btn-expand3:active:hover, .docs .open > .dropdown-toggle.btn-expand3.focus, .docs .open > .dropdown-toggle.btn-expand3:focus, .docs .open > .dropdown-toggle.btn-expand3:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand3.disabled.focus,
.docs .btn-expand3.disabled:focus,
.docs .btn-expand3.disabled:hover,
.docs .btn-expand3[disabled].focus,
.docs .btn-expand3[disabled]:focus,
.docs .btn-expand3[disabled]:hover, .docs fieldset[disabled] .btn-expand3.focus, .docs fieldset[disabled] .btn-expand3:focus, .docs fieldset[disabled] .btn-expand3:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand4.focus,
.docs .btn-expand4:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand4.active,
.docs .btn-expand4:active, .docs .open > .dropdown-toggle.btn-expand4 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand4.active.focus,
.docs .btn-expand4.active:focus,
.docs .btn-expand4.active:hover,
.docs .btn-expand4:active.focus,
.docs .btn-expand4:active:focus,
.docs .btn-expand4:active:hover, .docs .open > .dropdown-toggle.btn-expand4.focus, .docs .open > .dropdown-toggle.btn-expand4:focus, .docs .open > .dropdown-toggle.btn-expand4:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand4.disabled.focus,
.docs .btn-expand4.disabled:focus,
.docs .btn-expand4.disabled:hover,
.docs .btn-expand4[disabled].focus,
.docs .btn-expand4[disabled]:focus,
.docs .btn-expand4[disabled]:hover, .docs fieldset[disabled] .btn-expand4.focus, .docs fieldset[disabled] .btn-expand4:focus, .docs fieldset[disabled] .btn-expand4:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand5.focus,
.docs .btn-expand5:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand5.active,
.docs .btn-expand5:active, .docs .open > .dropdown-toggle.btn-expand5 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand5.active.focus,
.docs .btn-expand5.active:focus,
.docs .btn-expand5.active:hover,
.docs .btn-expand5:active.focus,
.docs .btn-expand5:active:focus,
.docs .btn-expand5:active:hover, .docs .open > .dropdown-toggle.btn-expand5.focus, .docs .open > .dropdown-toggle.btn-expand5:focus, .docs .open > .dropdown-toggle.btn-expand5:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand5.disabled.focus,
.docs .btn-expand5.disabled:focus,
.docs .btn-expand5.disabled:hover,
.docs .btn-expand5[disabled].focus,
.docs .btn-expand5[disabled]:focus,
.docs .btn-expand5[disabled]:hover, .docs fieldset[disabled] .btn-expand5.focus, .docs fieldset[disabled] .btn-expand5:focus, .docs fieldset[disabled] .btn-expand5:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand6.focus,
.docs .btn-expand6:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand6.active,
.docs .btn-expand6:active, .docs .open > .dropdown-toggle.btn-expand6 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand6.active.focus,
.docs .btn-expand6.active:focus,
.docs .btn-expand6.active:hover,
.docs .btn-expand6:active.focus,
.docs .btn-expand6:active:focus,
.docs .btn-expand6:active:hover, .docs .open > .dropdown-toggle.btn-expand6.focus, .docs .open > .dropdown-toggle.btn-expand6:focus, .docs .open > .dropdown-toggle.btn-expand6:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand6.disabled.focus,
.docs .btn-expand6.disabled:focus,
.docs .btn-expand6.disabled:hover,
.docs .btn-expand6[disabled].focus,
.docs .btn-expand6[disabled]:focus,
.docs .btn-expand6[disabled]:hover, .docs fieldset[disabled] .btn-expand6.focus, .docs fieldset[disabled] .btn-expand6:focus, .docs fieldset[disabled] .btn-expand6:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand7.focus,
.docs .btn-expand7:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand7.active,
.docs .btn-expand7:active, .docs .open > .dropdown-toggle.btn-expand7 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand7.active.focus,
.docs .btn-expand7.active:focus,
.docs .btn-expand7.active:hover,
.docs .btn-expand7:active.focus,
.docs .btn-expand7:active:focus,
.docs .btn-expand7:active:hover, .docs .open > .dropdown-toggle.btn-expand7.focus, .docs .open > .dropdown-toggle.btn-expand7:focus, .docs .open > .dropdown-toggle.btn-expand7:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand7.disabled.focus,
.docs .btn-expand7.disabled:focus,
.docs .btn-expand7.disabled:hover,
.docs .btn-expand7[disabled].focus,
.docs .btn-expand7[disabled]:focus,
.docs .btn-expand7[disabled]:hover, .docs fieldset[disabled] .btn-expand7.focus, .docs fieldset[disabled] .btn-expand7:focus, .docs fieldset[disabled] .btn-expand7:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand8.focus,
.docs .btn-expand8:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand8.active,
.docs .btn-expand8:active, .docs .open > .dropdown-toggle.btn-expand8 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand8.active.focus,
.docs .btn-expand8.active:focus,
.docs .btn-expand8.active:hover,
.docs .btn-expand8:active.focus,
.docs .btn-expand8:active:focus,
.docs .btn-expand8:active:hover, .docs .open > .dropdown-toggle.btn-expand8.focus, .docs .open > .dropdown-toggle.btn-expand8:focus, .docs .open > .dropdown-toggle.btn-expand8:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand8.disabled.focus,
.docs .btn-expand8.disabled:focus,
.docs .btn-expand8.disabled:hover,
.docs .btn-expand8[disabled].focus,
.docs .btn-expand8[disabled]:focus,
.docs .btn-expand8[disabled]:hover, .docs fieldset[disabled] .btn-expand8.focus, .docs fieldset[disabled] .btn-expand8:focus, .docs fieldset[disabled] .btn-expand8:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand9.focus,
.docs .btn-expand9:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand9.active,
.docs .btn-expand9:active, .docs .open > .dropdown-toggle.btn-expand9 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand9.active.focus,
.docs .btn-expand9.active:focus,
.docs .btn-expand9.active:hover,
.docs .btn-expand9:active.focus,
.docs .btn-expand9:active:focus,
.docs .btn-expand9:active:hover, .docs .open > .dropdown-toggle.btn-expand9.focus, .docs .open > .dropdown-toggle.btn-expand9:focus, .docs .open > .dropdown-toggle.btn-expand9:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand9.disabled.focus,
.docs .btn-expand9.disabled:focus,
.docs .btn-expand9.disabled:hover,
.docs .btn-expand9[disabled].focus,
.docs .btn-expand9[disabled]:focus,
.docs .btn-expand9[disabled]:hover, .docs fieldset[disabled] .btn-expand9.focus, .docs fieldset[disabled] .btn-expand9:focus, .docs fieldset[disabled] .btn-expand9:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .btn-expand10.focus,
.docs .btn-expand10:focus {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #1b6d85;
}
.docs .btn-expand10.active,
.docs .btn-expand10:active, .docs .open > .dropdown-toggle.btn-expand10 {
  color: #FFFFFF;
  background-color: #31b0d5;
  border-color: #269abc;
  background-image: none;
}
.docs .btn-expand10.active.focus,
.docs .btn-expand10.active:focus,
.docs .btn-expand10.active:hover,
.docs .btn-expand10:active.focus,
.docs .btn-expand10:active:focus,
.docs .btn-expand10:active:hover, .docs .open > .dropdown-toggle.btn-expand10.focus, .docs .open > .dropdown-toggle.btn-expand10:focus, .docs .open > .dropdown-toggle.btn-expand10:hover {
  color: #FFFFFF;
  background-color: #269abc;
  border-color: #1b6d85;
}
.docs .btn-expand10.disabled.focus,
.docs .btn-expand10.disabled:focus,
.docs .btn-expand10.disabled:hover,
.docs .btn-expand10[disabled].focus,
.docs .btn-expand10[disabled]:focus,
.docs .btn-expand10[disabled]:hover, .docs fieldset[disabled] .btn-expand10.focus, .docs fieldset[disabled] .btn-expand10:focus, .docs fieldset[disabled] .btn-expand10:hover {
  background-color: #5bc0de;
  border-color: #46b8da;
}
.docs .dropdown,
.docs .dropup {
  position: relative;
}
.docs .dropdown-menu > li > a:focus,
.docs .dropdown-menu > li > a:hover {
  text-decoration: none;
  color: #262626;
  background-color: #F5F5F5;
}
.docs .dropdown-menu > .active > a,
.docs .dropdown-menu > .active > a:focus,
.docs .dropdown-menu > .active > a:hover {
  color: #FFFFFF;
  text-decoration: none;
  outline: 0;
  background-color: #337ab7;
}
.docs .dropdown-menu > .disabled > a,
.docs .dropdown-menu > .disabled > a:focus,
.docs .dropdown-menu > .disabled > a:hover {
  color: #777;
}
.docs .dropdown-menu > .disabled > a:focus,
.docs .dropdown-menu > .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  cursor: not-allowed;
}
.docs .dropup .caret,
.docs .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px dashed;
  border-bottom: 4px solid;
  content: "";
}
.docs .dropup .dropdown-menu,
.docs .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 2px;
}
@media (min-width: 768px) {
  .docs .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .docs .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
.docs .nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.docs .nav > li {
  position: relative;
  display: block;
}
.docs .nav > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
}
.docs .nav > li > a > img {
  max-width: none;
}
.docs .nav > li.disabled > a {
  color: #777;
}
.docs .nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #E5E5E5;
}
.docs .nav-tabs {
  margin-bottom: -3px;
  background-color: #f3f3f3;
  border-bottom: 1px solid #f3f3f3;
}
.docs .nav-tabs > li {
  float: left;
  margin-bottom: -1px;
  border-radius: 0;
}
.docs .nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.42857143;
  border: none;
}
.docs .nav-tabs > li > a:hover {
  border-color: #eee #eee #ddd;
  border-bottom: 0;
  border-left: 0;
  border-right: 0;
  color: #e77600;
}
.docs .nav-tabs li a:hover {
  background-color: transparent;
}
.docs .nav-tabs .nav-justified {
  width: 100%;
}
.docs .nav-tabs .nav-justified > li {
  float: none;
}
.docs .nav-tabs .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.docs .nav-tabs .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.docs .nav > li > a:focus,
.docs .nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}
.docs .nav > li.disabled > a:focus,
.docs .nav > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.docs .nav .open > a,
.docs .nav .open > a:focus,
.docs .nav .open > a:hover {
  background-color: #eee;
  border-color: #337ab7;
}
.docs .nav-tabs a,
.docs .nav-tabs a:active,
.docs .nav-tabs a:hover,
.docs .nav-tabs a:visited {
  text-decoration: none;
  color: #000000;
  border-radius: 0;
}
.docs .nav-tabs > li.active > a,
.docs .nav-tabs > li.active > a:focus,
.docs .nav-tabs > li.active > a:hover {
  background-color: #FFFFFF;
  color: #e77600;
  color: #555;
  background-color: #FFFFFF;
  cursor: default;
}
@media (min-width: 768px) {
  .docs .nav-tabs .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .docs .nav-tabs .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.docs .nav-tabs .nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.docs .nav-tabs .nav-justified > .active > a,
.docs .nav-tabs .nav-justified > .active > a:focus,
.docs .nav-tabs .nav-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .docs .nav-tabs .nav-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .docs .nav-tabs .nav-justified > .active > a,
  .docs .nav-tabs .nav-justified > .active > a:focus,
  .docs .nav-tabs .nav-justified > .active > a:hover {
    border-bottom-color: #FFFFFF;
  }
}
@media (min-width: 768px) {
  .docs .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .docs .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.docs .nav-tabs-justified {
  border-bottom: 0;
}
.docs .nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.docs .nav-tabs-justified > .active > a,
.docs .nav-tabs-justified > .active > a:focus,
.docs .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .docs .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .docs .nav-tabs-justified > .active > a,
  .docs .nav-tabs-justified > .active > a:focus,
  .docs .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #FFFFFF;
  }
}
.docs .tab-content > .tab-pane {
  display: none;
}
.docs .tab-content > .active {
  display: block;
}
.docs .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.docs .nav-tabs > li.active > a,
.docs .nav-tabs > li.active > a:focus,
.docs .nav-tabs > li.active > a:hover {
  background-color: #EEE;
  color: orange;
}
.docs li a[data-toggle=tab] {
  margin-bottom: -15px;
}
.docs a[data-toggle=tab]:hover {
  color: #000000;
}
.docs .tab-content {
  margin-left: 0;
  margin-bottom: 50px;
}
.docs .nav-tabs li {
  padding-right: 5px;
  padding-left: 5px;
}
.docs .nav-tabs > li.active > a,
.docs .nav-tabs > li.active > a:focus,
.docs .nav-tabs > li.active > a:hover {
  background-color: #FFFFFF;
  color: #444;
}
.docs ul.nav-tabs {
  margin-left: 0;
  padding-bottom: 15px;
  width: 100%;
}
.docs .subheading {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 16px;
  margin-top: 30px;
  font-weight: 400;
  color: #e77600;
}
.docs .tab-content .tab-pane.active {
  padding: 15px;
  border-right: 1px solid #dedede;
  border-left: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
}
.docs .nav-tabs li.active a {
  color: #e77600 !important;
}
.docs .nav-pills > li {
  float: left;
}
.docs .nav-pills > li > a {
  border-radius: 4px;
}
.docs .nav-pills > li + li {
  margin-left: 2px;
}
.docs .nav-pills > li.active > a,
.docs .nav-pills > li.active > a:focus,
.docs .nav-pills > li.active > a:hover {
  color: #FFFFFF;
  background-color: #337ab7;
}
.docs .nav-stacked > li {
  float: none;
}
.docs .nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.docs .nav-justified {
  width: 100%;
}
.docs .nav-justified > li {
  float: none;
}
.docs .nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.docs .nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .docs .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .docs .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.docs .nav-tabs-justified {
  border-bottom: 0;
}
.docs .nav-tabs-justified > li > a {
  margin-right: 0;
}
.docs .nav-tabs-justified > .active > a,
.docs .nav-tabs-justified > .active > a:focus,
.docs .nav-tabs-justified > .active > a:hover {
  border: 1px solid #ddd;
}
@media (min-width: 768px) {
  .docs .nav-tabs-justified > li > a {
    border-bottom: 1px solid #ddd;
    border-radius: 4px 4px 0 0;
  }
  .docs .nav-tabs-justified > .active > a,
  .docs .nav-tabs-justified > .active > a:focus,
  .docs .nav-tabs-justified > .active > a:hover {
    border-bottom-color: #FFFFFF;
  }
}
.docs .tab-content > .tab-pane {
  display: none;
}
.docs .tab-content > .active {
  display: block;
}
.docs .nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.docs .label {
  display: inline;
  padding: 0.2em 0.6em 0.3em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  color: #FFFFFF;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25em;
}
.docs a.label:focus,
.docs a.label:hover {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
}
.docs .label:empty {
  display: none;
}
.docs .btn .label {
  position: relative;
  top: -1px;
}
.docs .label-default {
  background-color: #777;
}
.docs .label-default[href]:focus,
.docs .label-default[href]:hover {
  background-color: #5e5e5e;
}
.docs .label-primary {
  background-color: #337ab7;
}
.docs .label-primary[href]:focus,
.docs .label-primary[href]:hover {
  background-color: #286090;
}
.docs .label-success {
  background-color: #5cb85c;
}
.docs .label-success[href]:focus,
.docs .label-success[href]:hover {
  background-color: #449d44;
}
.docs .label-info {
  background-color: #5bc0de;
}
.docs .label-info[href]:focus,
.docs .label-info[href]:hover {
  background-color: #31b0d5;
}
.docs .label-warning {
  background-color: #f0ad4e;
}
.docs .label-warning[href]:focus,
.docs .label-warning[href]:hover {
  background-color: #ec971f;
}
.docs .label-danger {
  background-color: #d9534f;
}
.docs .label-danger[href]:focus,
.docs .label-danger[href]:hover {
  background-color: #c9302c;
}
.docs .progress {
  overflow: hidden;
  height: 20px;
  margin-bottom: 20px;
  background-color: #F5F5F5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
.docs .progress-bar {
  float: left;
  width: 0;
  height: 100%;
  font-size: 12px;
  line-height: 20px;
  color: #FFFFFF;
  text-align: center;
  background-color: #337ab7;
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease;
}
.docs .progress-bar-striped,
.docs .progress-striped .progress-bar {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  -webkit-background-size: 40px 40px;
  background-size: 40px 40px;
}
.docs .progress-bar.active,
.docs .progress.active .progress-bar {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
.docs .progress-bar-success {
  background-color: #5cb85c;
}
.docs .progress-striped .progress-bar-success {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.docs .progress-bar-info {
  background-color: #5bc0de;
}
.docs .progress-striped .progress-bar-info {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.docs .progress-bar-warning {
  background-color: #f0ad4e;
}
.docs .progress-striped .progress-bar-warning {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.docs .progress-bar-danger {
  background-color: #d9534f;
}
.docs .progress-striped .progress-bar-danger {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.docs .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;
  line-break: auto;
}
.docs .tooltip.in {
  filter: alpha(opacity=90);
  opacity: 0.9;
}
.docs .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
.docs .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
.docs .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
.docs .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
.docs .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #FFFFFF;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.docs .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.docs .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.docs .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.docs .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.docs .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.docs .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.docs .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.docs .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.docs .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.docs a[data-toggle=tooltip],
.docs a[data-toggle=popover] {
  color: green;
  border-bottom: 1px dashed gray;
  font-style: italic;
}
.docs .center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.docs .pull-right {
  float: right !important;
}
.docs .pull-left {
  float: left !important;
}
.docs .hide {
  display: none !important;
}
.docs .show {
  display: block !important;
}
.docs .invisible {
  visibility: hidden;
}
.docs .text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.docs .hidden {
  display: none !important;
}
.docs .affix {
  position: fixed;
}
.docs ul#markdown-toc {
  border: 1px solid #dedede;
  border-radius: 5px;
  max-width: 400px;
  padding: 20px 10px 20px 0;
  margin: 30px 0;
  padding-left: 30px;
  color: gray;
  background-color: #f7f7f7;
}
.docs ul#markdown-toc::before {
  font-size: 18px;
  padding-top: 30px;
  margin: 20px 0 20px -10px;
}
.docs ul#markdown-toc li ul {
  color: gray;
}
.docs ul#markdown-toc ul li {
  margin-left: 5px;
}
.docs ul.onPageSectiontoc {
  border: 1px solid #dedede;
  border-radius: 5px;
  max-width: 400px;
  padding-top: 5px;
  margin-top: 30px;
  color: gray;
  padding-right: 20px;
  background-color: #f7f7f7;
  padding: 10px 50px 50px;
  font-size: 14px;
}
.docs ul.onPageSectiontoc::before {
  font-size: 18px;
  padding-top: 30px;
  margin: 20px 10px 20px -20px;
}
.docs .container {
  max-width: 1300px;
}
.docs #sidebar {
  float: left;
  margin-right: 50px;
  width: 275px;
}
.docs .mainColumn {
  overflow: hidden;
  max-width: 800px;
  margin-bottom: 50px;
}
.docs .box {
  padding: 10px;
  border: 1px solid #888;
  box-shadow: 2px 2px 4px #dedede;
  width: 100px;
  height: 90px;
  background-color: #F5F5F5;
  font-size: 12px;
  hyphens: auto;
  float: left;
}
.docs .box:hover {
  background-color: #f0f0f0;
}
.docs .userMap {
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 20px;
  min-width: 550px;
  margin-bottom: 30px;
}
.docs div.box {
  line-height: 17px;
}
.docs .userMap .active {
  background-color: #d6f5d6;
  border: 1px solid #555;
  color: #000000;
  cursor: default;
}
.docs h2.userMapTitle {
  font-family: AmazonEmber-Regular, Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.docs .userMap a:hover {
  text-decoration: none;
}
.docs div.arrow {
  max-width: 50px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 20px;
}
.docs div.content {
  max-width: 110px;
}
.docs .userMap div.arrow, .docs .userMap div.content {
  float: left;
}
.docs .userMap div.arrow {
  position: relative;
  top: 30px;
}
.docs button.btn.btn-default.btn-lg.modalButton1 {
  margin-left: -20px;
}
.docs .userMap .btn-lg {
  width: 100px;
  height: 80px;
}
.docs .userMap .complexArrow {
  font-size: 22px;
  margin: 0 10px;
}
.docs .userMap .btn-lg .active {
  background-color: #d6f5d6;
}
.docs .userMap .btn-lg {
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  word-wrap: break-word;
  font-size: 14px;
}
.docs a[data-toggle=popover] {
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .docs h1 {
    font-size: 36px;
  }
  .docs h2 {
    font-size: 28px;
  }
  .docs h3 {
    font-size: 24px;
  }
  .docs #sidebar {
    float: none;
  }
  .docs ul#markdown-toc {
    padding-left: 26px;
  }
  .docs ol ol,
  .docs ol ul,
  .docs ul ol,
  .docs ul ul {
    margin: 0;
  }
  .docs .highlight,
  .docs pre {
    overflow: auto;
  }
}
.docs span.muted {
  color: #d8d8d8;
}
.docs a[data-toggle=popover]:hover {
  text-decoration: none;
}
.docs .alert code {
  background-color: transparent;
}

@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-o-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.codeBlock pre {
  background: #F8F8F8;
  border-radius: 5px;
  display: flex;
  margin: 0 0 1rem;
  padding: 0;
}
.codeBlock .container {
  background: #F8F8F8;
}
.codeBlock .copybtn {
  border-radius: 3px;
  color: #777;
  background-color: #FFF;
  border: 1px solid #CCC;
  margin-bottom: 10px;
  font-size: small;
  font-weight: normal;
  padding: 5px 10px;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.codeBlock .copybtn .icopy {
  font-size: 20px;
  padding-right: 4px;
  line-height: 0.8;
}
.codeBlock .copybtn:hover {
  color: #333;
  background-color: #E6E6E6;
  border-color: #ADADAD;
  cursor: pointer;
}
.codeBlock .tooltip {
  display: none;
  background: #000000;
  font-size: 12px;
  padding: 7px;
  margin-left: 3px;
  color: #FFFFFF;
  z-index: 99;
  border-radius: 15px;
  opacity: 0.8;
}

.mkhide {
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
}

.hljs {
  display: block;
  padding: 0.5em;
  background: #F0F0F0;
}

.hljs,
.hljs-subst,
.hljs-tag .hljs-title,
.lisp .hljs-title,
.clojure .hljs-built_in,
.nginx .hljs-title {
  color: black;
}

.hljs-string,
.hljs-title,
.hljs-constant,
.hljs-parent,
.hljs-tag .hljs-value,
.hljs-rules .hljs-value,
.hljs-rules .hljs-value .hljs-number,
.hljs-preprocessor,
.hljs-pragma,
.haml .hljs-symbol,
.ruby .hljs-symbol,
.ruby .hljs-symbol .hljs-string,
.hljs-aggregate,
.hljs-template_tag,
.django .hljs-variable,
.smalltalk .hljs-class,
.hljs-addition,
.hljs-flow,
.hljs-stream,
.bash .hljs-variable,
.apache .hljs-tag,
.apache .hljs-cbracket,
.tex .hljs-command,
.tex .hljs-special,
.erlang_repl .hljs-function_or_atom,
.asciidoc .hljs-header,
.markdown .hljs-header,
.coffeescript .hljs-attribute {
  color: #800;
}

.smartquote,
.hljs-comment,
.hljs-annotation,
.hljs-template_comment,
.diff .hljs-header,
.hljs-chunk,
.asciidoc .hljs-blockquote,
.markdown .hljs-blockquote {
  color: #888;
}

.hljs-number,
.hljs-date,
.hljs-regexp,
.hljs-literal,
.hljs-hexcolor,
.smalltalk .hljs-symbol,
.smalltalk .hljs-char,
.go .hljs-constant,
.hljs-change,
.lasso .hljs-variable,
.makefile .hljs-variable,
.asciidoc .hljs-bullet,
.markdown .hljs-bullet,
.asciidoc .hljs-link_url,
.markdown .hljs-link_url {
  color: #080;
}

.hljs-label,
.hljs-javadoc,
.ruby .hljs-string,
.hljs-decorator,
.hljs-filter .hljs-argument,
.hljs-localvars,
.hljs-array,
.hljs-attr_selector,
.hljs-important,
.hljs-pseudo,
.hljs-pi,
.haml .hljs-bullet,
.hljs-doctype,
.hljs-deletion,
.hljs-envvar,
.hljs-shebang,
.apache .hljs-sqbracket,
.nginx .hljs-built_in,
.tex .hljs-formula,
.erlang_repl .hljs-reserved,
.hljs-prompt,
.asciidoc .hljs-link_label,
.markdown .hljs-link_label,
.vhdl .hljs-attribute,
.clojure .hljs-attribute,
.asciidoc .hljs-attribute,
.lasso .hljs-attribute,
.coffeescript .hljs-property,
.hljs-phony {
  color: #88F;
}

.hljs-keyword,
.hljs-id,
.hljs-title,
.hljs-built_in,
.hljs-aggregate,
.css .hljs-tag,
.hljs-javadoctag,
.hljs-phpdoc,
.hljs-yardoctag,
.smalltalk .hljs-class,
.hljs-winutils,
.bash .hljs-variable,
.apache .hljs-tag,
.go .hljs-typename,
.tex .hljs-command,
.asciidoc .hljs-strong,
.markdown .hljs-strong,
.hljs-request,
.hljs-status {
  font-weight: bold;
}

.asciidoc .hljs-emphasis,
.markdown .hljs-emphasis {
  font-style: italic;
}

.nginx .hljs-built_in {
  font-weight: normal;
}

.coffeescript .javascript,
.javascript .xml,
.lasso .markup,
.tex .hljs-formula,
.xml .javascript,
.xml .vbscript,
.xml .css,
.xml .hljs-cdata {
  opacity: 0.5;
}

.cmp-accordion {
  padding: 2rem;
  margin: auto;
  flex: 0 0 100%;
  max-width: 100%;
  text-align: right;
}
.cmp-accordion .cmp-accordion__header {
  margin: 0;
}
.cmp-accordion .cmp-accordion__button {
  display: block;
  width: 100%;
  text-align: left;
}
.cmp-accordion .cmp-accordion__panel {
  text-align: left !important;
}
.cmp-accordion .cmp-accordion__panel--hidden {
  display: none;
}
.cmp-accordion .cmp-accordion__panel--expanded {
  display: block;
}
.cmp-accordion .exp-col-all {
  cursor: pointer;
  text-align: right;
  color: #0166C0;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 10px;
}
.cmp-accordion .exp-col-all:hover {
  text-decoration: underline;
}
.cmp-accordion .expand-all {
  margin-right: 10px;
}
.cmp-accordion .cmp-accordion__item {
  margin-bottom: 10px;
}
.cmp-accordion .cmp-accordion__item__default {
  border-bottom: 1px solid;
}
.cmp-accordion .cmp-accordion__item__card {
  box-shadow: 1px 1px 5px gray;
  border-radius: 10px;
}
.cmp-accordion .cmp-accordion__item__card button {
  background-color: #FFFFFF;
}
.cmp-accordion .cmp-accordion__item__card .cmp-accordion__panel {
  background-color: #FFFFFF;
  border-radius: 0 0 10px 10px;
}
.cmp-accordion div:first-of-type .cmp-accordion__item {
  margin-top: 5px;
}
.cmp-accordion .font-white {
  color: #FFFFFF !important;
}
.cmp-accordion .font-black {
  color: #000000 !important;
}
.cmp-accordion button {
  width: 100%;
  border: none;
  line-height: 2.2rem;
  height: 100%;
}
.cmp-accordion .cmp-accordion__item__card .cmp-accordion__button {
  border-radius: 10px;
}
.cmp-accordion .cmp-accordion__item__card .cmp-accordion__button.cmp-accordion__button--expanded {
  border-radius: 10px 10px 0 0;
}
.cmp-accordion .cmp-accordion__item__default .cmp-accordion__button {
  border-radius: 0;
}
.cmp-accordion .cmp-accordion__button, .cmp-accordion .cmp-accordion__button--shrinked {
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 15px;
  padding: 10px 20px 10px;
  background-color: transparent;
}
.cmp-accordion .cmp-accordion__button:hover, .cmp-accordion .cmp-accordion__button--shrinked:hover {
  cursor: pointer;
}
.cmp-accordion .cmp-accordion__button:focus, .cmp-accordion .cmp-accordion__button--shrinked:focus {
  outline: none !important;
}
.cmp-accordion .cmp-accordion__button--expanded {
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 15px;
}
.cmp-accordion .cmp-accordion__title {
  font-size: 16px;
  font-family: "AmazonEmber-Regular";
}
.cmp-accordion .cmp-accordion__panel {
  padding: 2.4rem 1.6rem 2.4rem 2.4rem;
}
@media screen and (max-width: 970px) {
  .cmp-accordion button {
    min-height: 40px;
  }
}

html:lang(ja-JP) .cmp-accordion .cmp-accordion__title, html:lang(ja_JP) .cmp-accordion .cmp-accordion__title {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}

html:lang(zh-CN) .cmp-accordion .cmp-accordion__title, html:lang(zh_CH) .cmp-accordion .cmp-accordion__title {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
}

.outer-container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  position: relative;
}
.outer-container_gutter-small {
  margin: 0 -0.8rem;
}
.outer-container_gutter-medium {
  margin: 0 -1.2rem;
}
.outer-container_gutter-large {
  margin: 0 -2rem;
}
.outer-container_gutter-blog {
  margin: 0 -6rem;
}
.outer-container .gutter-none {
  margin: 0 0;
}
.outer-container .gutter-small {
  margin: 0 0.8rem;
}
.outer-container .gutter-medium {
  margin: 0 1.2rem;
  margin-bottom: 20px;
}
.outer-container .gutter-large {
  margin: 0 2rem;
}
.outer-container .gutter-blog {
  margin: 0 6rem;
}
@media (min-width: 1024px) {
  .outer-container .gutter-large_grid-no-6,
  .outer-container .gutter-medium_grid-no-6,
  .outer-container .gutter-small_grid-no-6,
  .outer-container .gutter-none_grid-no-6,
  .outer-container .gutter-blog_grid-no-6 {
    width: 16.6%;
  }
  .outer-container .gutter-large_grid-no-6.gutter-small,
  .outer-container .gutter-medium_grid-no-6.gutter-small,
  .outer-container .gutter-small_grid-no-6.gutter-small,
  .outer-container .gutter-none_grid-no-6.gutter-small,
  .outer-container .gutter-blog_grid-no-6.gutter-small {
    width: calc(16.6% - 1.6rem);
  }
  .outer-container .gutter-large_grid-no-6.gutter-medium,
  .outer-container .gutter-medium_grid-no-6.gutter-medium,
  .outer-container .gutter-small_grid-no-6.gutter-medium,
  .outer-container .gutter-none_grid-no-6.gutter-medium,
  .outer-container .gutter-blog_grid-no-6.gutter-medium {
    width: calc(16.6% - 2.4rem);
  }
  .outer-container .gutter-large_grid-no-6.gutter-large,
  .outer-container .gutter-medium_grid-no-6.gutter-large,
  .outer-container .gutter-small_grid-no-6.gutter-large,
  .outer-container .gutter-none_grid-no-6.gutter-large,
  .outer-container .gutter-blog_grid-no-6.gutter-large {
    width: calc(16.6% - 4rem);
  }
  .outer-container .gutter-large_grid-no-6.gutter-blog,
  .outer-container .gutter-medium_grid-no-6.gutter-blog,
  .outer-container .gutter-small_grid-no-6.gutter-blog,
  .outer-container .gutter-none_grid-no-6.gutter-blog,
  .outer-container .gutter-blog_grid-no-6.gutter-blog {
    width: calc(16.6% - 12rem);
  }
  .outer-container .gutter-large_grid-no-6.gutter-extra-large,
  .outer-container .gutter-medium_grid-no-6.gutter-extra-large,
  .outer-container .gutter-small_grid-no-6.gutter-extra-large,
  .outer-container .gutter-none_grid-no-6.gutter-extra-large,
  .outer-container .gutter-blog_grid-no-6.gutter-extra-large {
    width: calc(16.6% - 2rem);
  }
  .outer-container .gutter-large_grid-no-6.gutter-2x-large,
  .outer-container .gutter-medium_grid-no-6.gutter-2x-large,
  .outer-container .gutter-small_grid-no-6.gutter-2x-large,
  .outer-container .gutter-none_grid-no-6.gutter-2x-large,
  .outer-container .gutter-blog_grid-no-6.gutter-2x-large {
    width: calc(16.6% - 3rem);
  }
  .outer-container .gutter-large_grid-no-5,
  .outer-container .gutter-medium_grid-no-5,
  .outer-container .gutter-small_grid-no-5,
  .outer-container .gutter-none_grid-no-5,
  .outer-container .gutter-blog_grid-no-5 {
    width: 20%;
  }
  .outer-container .gutter-large_grid-no-5.gutter-small,
  .outer-container .gutter-medium_grid-no-5.gutter-small,
  .outer-container .gutter-small_grid-no-5.gutter-small,
  .outer-container .gutter-none_grid-no-5.gutter-small,
  .outer-container .gutter-blog_grid-no-5.gutter-small {
    width: calc(20% - 1.6rem);
  }
  .outer-container .gutter-large_grid-no-5.gutter-medium,
  .outer-container .gutter-medium_grid-no-5.gutter-medium,
  .outer-container .gutter-small_grid-no-5.gutter-medium,
  .outer-container .gutter-none_grid-no-5.gutter-medium,
  .outer-container .gutter-blog_grid-no-5.gutter-medium {
    width: calc(20% - 2.4rem);
  }
  .outer-container .gutter-large_grid-no-5.gutter-large,
  .outer-container .gutter-medium_grid-no-5.gutter-large,
  .outer-container .gutter-small_grid-no-5.gutter-large,
  .outer-container .gutter-none_grid-no-5.gutter-large,
  .outer-container .gutter-blog_grid-no-5.gutter-large {
    width: calc(20% - 4rem);
  }
  .outer-container .gutter-large_grid-no-5.gutter-blog,
  .outer-container .gutter-medium_grid-no-5.gutter-blog,
  .outer-container .gutter-small_grid-no-5.gutter-blog,
  .outer-container .gutter-none_grid-no-5.gutter-blog,
  .outer-container .gutter-blog_grid-no-5.gutter-blog {
    width: calc(20% - 12rem);
  }
  .outer-container .gutter-large_grid-no-5.gutter-extra-large,
  .outer-container .gutter-medium_grid-no-5.gutter-extra-large,
  .outer-container .gutter-small_grid-no-5.gutter-extra-large,
  .outer-container .gutter-none_grid-no-5.gutter-extra-large,
  .outer-container .gutter-blog_grid-no-5.gutter-extra-large {
    width: calc(20% - 2rem);
  }
  .outer-container .gutter-large_grid-no-5.gutter-2x-large,
  .outer-container .gutter-medium_grid-no-5.gutter-2x-large,
  .outer-container .gutter-small_grid-no-5.gutter-2x-large,
  .outer-container .gutter-none_grid-no-5.gutter-2x-large,
  .outer-container .gutter-blog_grid-no-5.gutter-2x-large {
    width: calc(20% - 3rem);
  }
  .outer-container .gutter-large_grid-no-4,
  .outer-container .gutter-medium_grid-no-4,
  .outer-container .gutter-small_grid-no-4,
  .outer-container .gutter-none_grid-no-4,
  .outer-container .gutter-blog_grid-no-4 {
    width: 25%;
  }
  .outer-container .gutter-large_grid-no-4.gutter-small,
  .outer-container .gutter-medium_grid-no-4.gutter-small,
  .outer-container .gutter-small_grid-no-4.gutter-small,
  .outer-container .gutter-none_grid-no-4.gutter-small,
  .outer-container .gutter-blog_grid-no-4.gutter-small {
    width: calc(25% - 1.6rem);
  }
  .outer-container .gutter-large_grid-no-4.gutter-medium,
  .outer-container .gutter-medium_grid-no-4.gutter-medium,
  .outer-container .gutter-small_grid-no-4.gutter-medium,
  .outer-container .gutter-none_grid-no-4.gutter-medium,
  .outer-container .gutter-blog_grid-no-4.gutter-medium {
    width: calc(25% - 2.4rem);
  }
  .outer-container .gutter-large_grid-no-4.gutter-large,
  .outer-container .gutter-medium_grid-no-4.gutter-large,
  .outer-container .gutter-small_grid-no-4.gutter-large,
  .outer-container .gutter-none_grid-no-4.gutter-large,
  .outer-container .gutter-blog_grid-no-4.gutter-large {
    width: calc(25% - 4rem);
  }
  .outer-container .gutter-large_grid-no-4.gutter-blog,
  .outer-container .gutter-medium_grid-no-4.gutter-blog,
  .outer-container .gutter-small_grid-no-4.gutter-blog,
  .outer-container .gutter-none_grid-no-4.gutter-blog,
  .outer-container .gutter-blog_grid-no-4.gutter-blog {
    width: calc(25% - 12rem);
  }
  .outer-container .gutter-large_grid-no-4.gutter-extra-large,
  .outer-container .gutter-medium_grid-no-4.gutter-extra-large,
  .outer-container .gutter-small_grid-no-4.gutter-extra-large,
  .outer-container .gutter-none_grid-no-4.gutter-extra-large,
  .outer-container .gutter-blog_grid-no-4.gutter-extra-large {
    width: calc(25% - 2rem);
  }
  .outer-container .gutter-large_grid-no-4.gutter-2x-large,
  .outer-container .gutter-medium_grid-no-4.gutter-2x-large,
  .outer-container .gutter-small_grid-no-4.gutter-2x-large,
  .outer-container .gutter-none_grid-no-4.gutter-2x-large,
  .outer-container .gutter-blog_grid-no-4.gutter-2x-large {
    width: calc(25% - 3rem);
  }
  .outer-container .gutter-large_grid-no-3,
  .outer-container .gutter-medium_grid-no-3,
  .outer-container .gutter-small_grid-no-3,
  .outer-container .gutter-none_grid-no-3,
  .outer-container .gutter-blog_grid-no-3 {
    width: 33.3%;
  }
  .outer-container .gutter-large_grid-no-3.gutter-small,
  .outer-container .gutter-medium_grid-no-3.gutter-small,
  .outer-container .gutter-small_grid-no-3.gutter-small,
  .outer-container .gutter-none_grid-no-3.gutter-small,
  .outer-container .gutter-blog_grid-no-3.gutter-small {
    width: calc(33.3% - 1.6rem);
  }
  .outer-container .gutter-large_grid-no-3.gutter-medium,
  .outer-container .gutter-medium_grid-no-3.gutter-medium,
  .outer-container .gutter-small_grid-no-3.gutter-medium,
  .outer-container .gutter-none_grid-no-3.gutter-medium,
  .outer-container .gutter-blog_grid-no-3.gutter-medium {
    width: calc(33.3% - 2.4rem);
  }
  .outer-container .gutter-large_grid-no-3.gutter-large,
  .outer-container .gutter-medium_grid-no-3.gutter-large,
  .outer-container .gutter-small_grid-no-3.gutter-large,
  .outer-container .gutter-none_grid-no-3.gutter-large,
  .outer-container .gutter-blog_grid-no-3.gutter-large {
    width: calc(33.3% - 4rem);
  }
  .outer-container .gutter-large_grid-no-3.gutter-blog,
  .outer-container .gutter-medium_grid-no-3.gutter-blog,
  .outer-container .gutter-small_grid-no-3.gutter-blog,
  .outer-container .gutter-none_grid-no-3.gutter-blog,
  .outer-container .gutter-blog_grid-no-3.gutter-blog {
    width: calc(33.3% - 12rem);
  }
  .outer-container .gutter-large_grid-no-3.gutter-extra-large,
  .outer-container .gutter-medium_grid-no-3.gutter-extra-large,
  .outer-container .gutter-small_grid-no-3.gutter-extra-large,
  .outer-container .gutter-none_grid-no-3.gutter-extra-large,
  .outer-container .gutter-blog_grid-no-3.gutter-extra-large {
    width: calc(33.3% - 2rem);
  }
  .outer-container .gutter-large_grid-no-3.gutter-2x-large,
  .outer-container .gutter-medium_grid-no-3.gutter-2x-large,
  .outer-container .gutter-small_grid-no-3.gutter-2x-large,
  .outer-container .gutter-none_grid-no-3.gutter-2x-large,
  .outer-container .gutter-blog_grid-no-3.gutter-2x-large {
    width: calc(33.3% - 3rem);
  }
  .outer-container .gutter-large_grid-no-2,
  .outer-container .gutter-medium_grid-no-2,
  .outer-container .gutter-small_grid-no-2,
  .outer-container .gutter-none_grid-no-2,
  .outer-container .gutter-blog_grid-no-2 {
    width: 50%;
  }
  .outer-container .gutter-large_grid-no-2.gutter-small,
  .outer-container .gutter-medium_grid-no-2.gutter-small,
  .outer-container .gutter-small_grid-no-2.gutter-small,
  .outer-container .gutter-none_grid-no-2.gutter-small,
  .outer-container .gutter-blog_grid-no-2.gutter-small {
    width: calc(50% - 1.6rem);
  }
  .outer-container .gutter-large_grid-no-2.gutter-medium,
  .outer-container .gutter-medium_grid-no-2.gutter-medium,
  .outer-container .gutter-small_grid-no-2.gutter-medium,
  .outer-container .gutter-none_grid-no-2.gutter-medium,
  .outer-container .gutter-blog_grid-no-2.gutter-medium {
    width: calc(50% - 2.4rem);
  }
  .outer-container .gutter-large_grid-no-2.gutter-large,
  .outer-container .gutter-medium_grid-no-2.gutter-large,
  .outer-container .gutter-small_grid-no-2.gutter-large,
  .outer-container .gutter-none_grid-no-2.gutter-large,
  .outer-container .gutter-blog_grid-no-2.gutter-large {
    width: calc(50% - 4rem);
  }
  .outer-container .gutter-large_grid-no-2.gutter-blog,
  .outer-container .gutter-medium_grid-no-2.gutter-blog,
  .outer-container .gutter-small_grid-no-2.gutter-blog,
  .outer-container .gutter-none_grid-no-2.gutter-blog,
  .outer-container .gutter-blog_grid-no-2.gutter-blog {
    width: calc(50% - 12rem);
  }
  .outer-container .gutter-large_grid-no-2.gutter-extra-large,
  .outer-container .gutter-medium_grid-no-2.gutter-extra-large,
  .outer-container .gutter-small_grid-no-2.gutter-extra-large,
  .outer-container .gutter-none_grid-no-2.gutter-extra-large,
  .outer-container .gutter-blog_grid-no-2.gutter-extra-large {
    width: calc(50% - 2rem);
  }
  .outer-container .gutter-large_grid-no-2.gutter-2x-large,
  .outer-container .gutter-medium_grid-no-2.gutter-2x-large,
  .outer-container .gutter-small_grid-no-2.gutter-2x-large,
  .outer-container .gutter-none_grid-no-2.gutter-2x-large,
  .outer-container .gutter-blog_grid-no-2.gutter-2x-large {
    width: calc(50% - 3rem);
  }
  .outer-container .gutter-large_grid-no-1,
  .outer-container .gutter-medium_grid-no-1,
  .outer-container .gutter-small_grid-no-1,
  .outer-container .gutter-none_grid-no-1,
  .outer-container .gutter-blog_grid-no-1 {
    width: 100%;
  }
  .outer-container .gutter-large_grid-no-1.gutter-small,
  .outer-container .gutter-medium_grid-no-1.gutter-small,
  .outer-container .gutter-small_grid-no-1.gutter-small,
  .outer-container .gutter-none_grid-no-1.gutter-small,
  .outer-container .gutter-blog_grid-no-1.gutter-small {
    width: calc(100% - 1.6rem);
  }
  .outer-container .gutter-large_grid-no-1.gutter-medium,
  .outer-container .gutter-medium_grid-no-1.gutter-medium,
  .outer-container .gutter-small_grid-no-1.gutter-medium,
  .outer-container .gutter-none_grid-no-1.gutter-medium,
  .outer-container .gutter-blog_grid-no-1.gutter-medium {
    width: calc(100% - 2.4rem);
  }
  .outer-container .gutter-large_grid-no-1.gutter-large,
  .outer-container .gutter-medium_grid-no-1.gutter-large,
  .outer-container .gutter-small_grid-no-1.gutter-large,
  .outer-container .gutter-none_grid-no-1.gutter-large,
  .outer-container .gutter-blog_grid-no-1.gutter-large {
    width: calc(100% - 4rem);
  }
  .outer-container .gutter-large_grid-no-1.gutter-blog,
  .outer-container .gutter-medium_grid-no-1.gutter-blog,
  .outer-container .gutter-small_grid-no-1.gutter-blog,
  .outer-container .gutter-none_grid-no-1.gutter-blog,
  .outer-container .gutter-blog_grid-no-1.gutter-blog {
    width: calc(100% - 12rem);
  }
  .outer-container .gutter-large_grid-no-1.gutter-extra-large,
  .outer-container .gutter-medium_grid-no-1.gutter-extra-large,
  .outer-container .gutter-small_grid-no-1.gutter-extra-large,
  .outer-container .gutter-none_grid-no-1.gutter-extra-large,
  .outer-container .gutter-blog_grid-no-1.gutter-extra-large {
    width: calc(100% - 2rem);
  }
  .outer-container .gutter-large_grid-no-1.gutter-2x-large,
  .outer-container .gutter-medium_grid-no-1.gutter-2x-large,
  .outer-container .gutter-small_grid-no-1.gutter-2x-large,
  .outer-container .gutter-none_grid-no-1.gutter-2x-large,
  .outer-container .gutter-blog_grid-no-1.gutter-2x-large {
    width: calc(100% - 3rem);
  }
}

.grid-layout {
  margin-top: 12.5px;
}

.min-width {
  min-width: 100px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .gutter-none_grid-no-tablet-6,
  .gutter-small_grid-no-tablet-6,
  .gutter-medium_grid-no-tablet-6,
  .gutter-large_grid-no-tablet-6,
  .gutter-blog_grid-no-tablet-6 {
    width: 16.6%;
  }
  .gutter-none_grid-no-tablet-6.gutter-small,
  .gutter-small_grid-no-tablet-6.gutter-small,
  .gutter-medium_grid-no-tablet-6.gutter-small,
  .gutter-large_grid-no-tablet-6.gutter-small,
  .gutter-blog_grid-no-tablet-6.gutter-small {
    width: calc(16.6% - 1.6rem);
  }
  .gutter-none_grid-no-tablet-6.gutter-medium,
  .gutter-small_grid-no-tablet-6.gutter-medium,
  .gutter-medium_grid-no-tablet-6.gutter-medium,
  .gutter-large_grid-no-tablet-6.gutter-medium,
  .gutter-blog_grid-no-tablet-6.gutter-medium {
    width: calc(16.6% - 2.4rem);
  }
  .gutter-none_grid-no-tablet-6.gutter-large,
  .gutter-small_grid-no-tablet-6.gutter-large,
  .gutter-medium_grid-no-tablet-6.gutter-large,
  .gutter-large_grid-no-tablet-6.gutter-large,
  .gutter-blog_grid-no-tablet-6.gutter-large {
    width: calc(16.6% - 4rem);
  }
  .gutter-none_grid-no-tablet-6.gutter-blog,
  .gutter-small_grid-no-tablet-6.gutter-blog,
  .gutter-medium_grid-no-tablet-6.gutter-blog,
  .gutter-large_grid-no-tablet-6.gutter-blog,
  .gutter-blog_grid-no-tablet-6.gutter-blog {
    width: calc(16.6% - 12rem);
  }
  .gutter-none_grid-no-tablet-6.gutter-extra-large,
  .gutter-small_grid-no-tablet-6.gutter-extra-large,
  .gutter-medium_grid-no-tablet-6.gutter-extra-large,
  .gutter-large_grid-no-tablet-6.gutter-extra-large,
  .gutter-blog_grid-no-tablet-6.gutter-extra-large {
    width: calc(16.6% - 2rem);
  }
  .gutter-none_grid-no-tablet-6.gutter-2x-large,
  .gutter-small_grid-no-tablet-6.gutter-2x-large,
  .gutter-medium_grid-no-tablet-6.gutter-2x-large,
  .gutter-large_grid-no-tablet-6.gutter-2x-large,
  .gutter-blog_grid-no-tablet-6.gutter-2x-large {
    width: calc(16.6% - 3rem);
  }
  .gutter-none_grid-no-tablet-5,
  .gutter-small_grid-no-tablet-5,
  .gutter-medium_grid-no-tablet-5,
  .gutter-large_grid-no-tablet-5,
  .gutter-blog_grid-no-tablet-5 {
    width: 20%;
  }
  .gutter-none_grid-no-tablet-5.gutter-small,
  .gutter-small_grid-no-tablet-5.gutter-small,
  .gutter-medium_grid-no-tablet-5.gutter-small,
  .gutter-large_grid-no-tablet-5.gutter-small,
  .gutter-blog_grid-no-tablet-5.gutter-small {
    width: calc(20% - 1.6rem);
  }
  .gutter-none_grid-no-tablet-5.gutter-medium,
  .gutter-small_grid-no-tablet-5.gutter-medium,
  .gutter-medium_grid-no-tablet-5.gutter-medium,
  .gutter-large_grid-no-tablet-5.gutter-medium,
  .gutter-blog_grid-no-tablet-5.gutter-medium {
    width: calc(20% - 2.4rem);
  }
  .gutter-none_grid-no-tablet-5.gutter-large,
  .gutter-small_grid-no-tablet-5.gutter-large,
  .gutter-medium_grid-no-tablet-5.gutter-large,
  .gutter-large_grid-no-tablet-5.gutter-large,
  .gutter-blog_grid-no-tablet-5.gutter-large {
    width: calc(20% - 4rem);
  }
  .gutter-none_grid-no-tablet-5.gutter-blog,
  .gutter-small_grid-no-tablet-5.gutter-blog,
  .gutter-medium_grid-no-tablet-5.gutter-blog,
  .gutter-large_grid-no-tablet-5.gutter-blog,
  .gutter-blog_grid-no-tablet-5.gutter-blog {
    width: calc(20% - 12rem);
  }
  .gutter-none_grid-no-tablet-5.gutter-extra-large,
  .gutter-small_grid-no-tablet-5.gutter-extra-large,
  .gutter-medium_grid-no-tablet-5.gutter-extra-large,
  .gutter-large_grid-no-tablet-5.gutter-extra-large,
  .gutter-blog_grid-no-tablet-5.gutter-extra-large {
    width: calc(20% - 2rem);
  }
  .gutter-none_grid-no-tablet-5.gutter-2x-large,
  .gutter-small_grid-no-tablet-5.gutter-2x-large,
  .gutter-medium_grid-no-tablet-5.gutter-2x-large,
  .gutter-large_grid-no-tablet-5.gutter-2x-large,
  .gutter-blog_grid-no-tablet-5.gutter-2x-large {
    width: calc(20% - 3rem);
  }
  .gutter-none_grid-no-tablet-4,
  .gutter-small_grid-no-tablet-4,
  .gutter-medium_grid-no-tablet-4,
  .gutter-large_grid-no-tablet-4,
  .gutter-blog_grid-no-tablet-4 {
    width: 25%;
  }
  .gutter-none_grid-no-tablet-4.gutter-small,
  .gutter-small_grid-no-tablet-4.gutter-small,
  .gutter-medium_grid-no-tablet-4.gutter-small,
  .gutter-large_grid-no-tablet-4.gutter-small,
  .gutter-blog_grid-no-tablet-4.gutter-small {
    width: calc(25% - 1.6rem);
  }
  .gutter-none_grid-no-tablet-4.gutter-medium,
  .gutter-small_grid-no-tablet-4.gutter-medium,
  .gutter-medium_grid-no-tablet-4.gutter-medium,
  .gutter-large_grid-no-tablet-4.gutter-medium,
  .gutter-blog_grid-no-tablet-4.gutter-medium {
    width: calc(25% - 2.4rem);
  }
  .gutter-none_grid-no-tablet-4.gutter-large,
  .gutter-small_grid-no-tablet-4.gutter-large,
  .gutter-medium_grid-no-tablet-4.gutter-large,
  .gutter-large_grid-no-tablet-4.gutter-large,
  .gutter-blog_grid-no-tablet-4.gutter-large {
    width: calc(25% - 4rem);
  }
  .gutter-none_grid-no-tablet-4.gutter-blog,
  .gutter-small_grid-no-tablet-4.gutter-blog,
  .gutter-medium_grid-no-tablet-4.gutter-blog,
  .gutter-large_grid-no-tablet-4.gutter-blog,
  .gutter-blog_grid-no-tablet-4.gutter-blog {
    width: calc(25% - 12rem);
  }
  .gutter-none_grid-no-tablet-4.gutter-extra-large,
  .gutter-small_grid-no-tablet-4.gutter-extra-large,
  .gutter-medium_grid-no-tablet-4.gutter-extra-large,
  .gutter-large_grid-no-tablet-4.gutter-extra-large,
  .gutter-blog_grid-no-tablet-4.gutter-extra-large {
    width: calc(25% - 2rem);
  }
  .gutter-none_grid-no-tablet-4.gutter-2x-large,
  .gutter-small_grid-no-tablet-4.gutter-2x-large,
  .gutter-medium_grid-no-tablet-4.gutter-2x-large,
  .gutter-large_grid-no-tablet-4.gutter-2x-large,
  .gutter-blog_grid-no-tablet-4.gutter-2x-large {
    width: calc(25% - 3rem);
  }
  .gutter-none_grid-no-tablet-3,
  .gutter-small_grid-no-tablet-3,
  .gutter-medium_grid-no-tablet-3,
  .gutter-large_grid-no-tablet-3,
  .gutter-blog_grid-no-tablet-3 {
    width: 33.3%;
  }
  .gutter-none_grid-no-tablet-3.gutter-small,
  .gutter-small_grid-no-tablet-3.gutter-small,
  .gutter-medium_grid-no-tablet-3.gutter-small,
  .gutter-large_grid-no-tablet-3.gutter-small,
  .gutter-blog_grid-no-tablet-3.gutter-small {
    width: calc(33.3% - 1.6rem);
  }
  .gutter-none_grid-no-tablet-3.gutter-medium,
  .gutter-small_grid-no-tablet-3.gutter-medium,
  .gutter-medium_grid-no-tablet-3.gutter-medium,
  .gutter-large_grid-no-tablet-3.gutter-medium,
  .gutter-blog_grid-no-tablet-3.gutter-medium {
    width: calc(33.3% - 2.4rem);
  }
  .gutter-none_grid-no-tablet-3.gutter-large,
  .gutter-small_grid-no-tablet-3.gutter-large,
  .gutter-medium_grid-no-tablet-3.gutter-large,
  .gutter-large_grid-no-tablet-3.gutter-large,
  .gutter-blog_grid-no-tablet-3.gutter-large {
    width: calc(33.3% - 4rem);
  }
  .gutter-none_grid-no-tablet-3.gutter-blog,
  .gutter-small_grid-no-tablet-3.gutter-blog,
  .gutter-medium_grid-no-tablet-3.gutter-blog,
  .gutter-large_grid-no-tablet-3.gutter-blog,
  .gutter-blog_grid-no-tablet-3.gutter-blog {
    width: calc(33.3% - 12rem);
  }
  .gutter-none_grid-no-tablet-3.gutter-extra-large,
  .gutter-small_grid-no-tablet-3.gutter-extra-large,
  .gutter-medium_grid-no-tablet-3.gutter-extra-large,
  .gutter-large_grid-no-tablet-3.gutter-extra-large,
  .gutter-blog_grid-no-tablet-3.gutter-extra-large {
    width: calc(33.3% - 2rem);
  }
  .gutter-none_grid-no-tablet-3.gutter-2x-large,
  .gutter-small_grid-no-tablet-3.gutter-2x-large,
  .gutter-medium_grid-no-tablet-3.gutter-2x-large,
  .gutter-large_grid-no-tablet-3.gutter-2x-large,
  .gutter-blog_grid-no-tablet-3.gutter-2x-large {
    width: calc(33.3% - 3rem);
  }
  .gutter-none_grid-no-tablet-2,
  .gutter-small_grid-no-tablet-2,
  .gutter-medium_grid-no-tablet-2,
  .gutter-large_grid-no-tablet-2,
  .gutter-blog_grid-no-tablet-2 {
    width: 50%;
  }
  .gutter-none_grid-no-tablet-2.gutter-small,
  .gutter-small_grid-no-tablet-2.gutter-small,
  .gutter-medium_grid-no-tablet-2.gutter-small,
  .gutter-large_grid-no-tablet-2.gutter-small,
  .gutter-blog_grid-no-tablet-2.gutter-small {
    width: calc(50% - 1.6rem);
  }
  .gutter-none_grid-no-tablet-2.gutter-medium,
  .gutter-small_grid-no-tablet-2.gutter-medium,
  .gutter-medium_grid-no-tablet-2.gutter-medium,
  .gutter-large_grid-no-tablet-2.gutter-medium,
  .gutter-blog_grid-no-tablet-2.gutter-medium {
    width: calc(50% - 2.4rem);
  }
  .gutter-none_grid-no-tablet-2.gutter-large,
  .gutter-small_grid-no-tablet-2.gutter-large,
  .gutter-medium_grid-no-tablet-2.gutter-large,
  .gutter-large_grid-no-tablet-2.gutter-large,
  .gutter-blog_grid-no-tablet-2.gutter-large {
    width: calc(50% - 4rem);
  }
  .gutter-none_grid-no-tablet-2.gutter-blog,
  .gutter-small_grid-no-tablet-2.gutter-blog,
  .gutter-medium_grid-no-tablet-2.gutter-blog,
  .gutter-large_grid-no-tablet-2.gutter-blog,
  .gutter-blog_grid-no-tablet-2.gutter-blog {
    width: calc(50% - 12rem);
  }
  .gutter-none_grid-no-tablet-2.gutter-extra-large,
  .gutter-small_grid-no-tablet-2.gutter-extra-large,
  .gutter-medium_grid-no-tablet-2.gutter-extra-large,
  .gutter-large_grid-no-tablet-2.gutter-extra-large,
  .gutter-blog_grid-no-tablet-2.gutter-extra-large {
    width: calc(50% - 2rem);
  }
  .gutter-none_grid-no-tablet-2.gutter-2x-large,
  .gutter-small_grid-no-tablet-2.gutter-2x-large,
  .gutter-medium_grid-no-tablet-2.gutter-2x-large,
  .gutter-large_grid-no-tablet-2.gutter-2x-large,
  .gutter-blog_grid-no-tablet-2.gutter-2x-large {
    width: calc(50% - 3rem);
  }
  .gutter-none_grid-no-tablet-1,
  .gutter-small_grid-no-tablet-1,
  .gutter-medium_grid-no-tablet-1,
  .gutter-large_grid-no-tablet-1,
  .gutter-blog_grid-no-tablet-1 {
    width: 100%;
  }
  .gutter-none_grid-no-tablet-1.gutter-small,
  .gutter-small_grid-no-tablet-1.gutter-small,
  .gutter-medium_grid-no-tablet-1.gutter-small,
  .gutter-large_grid-no-tablet-1.gutter-small,
  .gutter-blog_grid-no-tablet-1.gutter-small {
    width: calc(100% - 1.6rem);
  }
  .gutter-none_grid-no-tablet-1.gutter-medium,
  .gutter-small_grid-no-tablet-1.gutter-medium,
  .gutter-medium_grid-no-tablet-1.gutter-medium,
  .gutter-large_grid-no-tablet-1.gutter-medium,
  .gutter-blog_grid-no-tablet-1.gutter-medium {
    width: calc(100% - 2.4rem);
  }
  .gutter-none_grid-no-tablet-1.gutter-large,
  .gutter-small_grid-no-tablet-1.gutter-large,
  .gutter-medium_grid-no-tablet-1.gutter-large,
  .gutter-large_grid-no-tablet-1.gutter-large,
  .gutter-blog_grid-no-tablet-1.gutter-large {
    width: calc(100% - 4rem);
  }
  .gutter-none_grid-no-tablet-1.gutter-blog,
  .gutter-small_grid-no-tablet-1.gutter-blog,
  .gutter-medium_grid-no-tablet-1.gutter-blog,
  .gutter-large_grid-no-tablet-1.gutter-blog,
  .gutter-blog_grid-no-tablet-1.gutter-blog {
    width: calc(100% - 12rem);
  }
  .gutter-none_grid-no-tablet-1.gutter-extra-large,
  .gutter-small_grid-no-tablet-1.gutter-extra-large,
  .gutter-medium_grid-no-tablet-1.gutter-extra-large,
  .gutter-large_grid-no-tablet-1.gutter-extra-large,
  .gutter-blog_grid-no-tablet-1.gutter-extra-large {
    width: calc(100% - 2rem);
  }
  .gutter-none_grid-no-tablet-1.gutter-2x-large,
  .gutter-small_grid-no-tablet-1.gutter-2x-large,
  .gutter-medium_grid-no-tablet-1.gutter-2x-large,
  .gutter-large_grid-no-tablet-1.gutter-2x-large,
  .gutter-blog_grid-no-tablet-1.gutter-2x-large {
    width: calc(100% - 3rem);
  }
}
@media (max-width: 767px) {
  .gutter-none_grid-no-mobile-6,
  .gutter-small_grid-no-mobile-6,
  .gutter-medium_grid-no-mobile-6,
  .gutter-large_grid-no-mobile-6,
  .gutter-blog_grid-no-mobile-6 {
    width: 16.6%;
  }
  .gutter-none_grid-no-mobile-6.gutter-small,
  .gutter-small_grid-no-mobile-6.gutter-small,
  .gutter-medium_grid-no-mobile-6.gutter-small,
  .gutter-large_grid-no-mobile-6.gutter-small,
  .gutter-blog_grid-no-mobile-6.gutter-small {
    width: calc(16.6% - 1.6rem);
  }
  .gutter-none_grid-no-mobile-6.gutter-medium,
  .gutter-small_grid-no-mobile-6.gutter-medium,
  .gutter-medium_grid-no-mobile-6.gutter-medium,
  .gutter-large_grid-no-mobile-6.gutter-medium,
  .gutter-blog_grid-no-mobile-6.gutter-medium {
    width: calc(16.6% - 2.4rem);
  }
  .gutter-none_grid-no-mobile-6.gutter-large,
  .gutter-small_grid-no-mobile-6.gutter-large,
  .gutter-medium_grid-no-mobile-6.gutter-large,
  .gutter-large_grid-no-mobile-6.gutter-large,
  .gutter-blog_grid-no-mobile-6.gutter-large {
    width: calc(16.6% - 4rem);
  }
  .gutter-none_grid-no-mobile-6.gutter-blog,
  .gutter-small_grid-no-mobile-6.gutter-blog,
  .gutter-medium_grid-no-mobile-6.gutter-blog,
  .gutter-large_grid-no-mobile-6.gutter-blog,
  .gutter-blog_grid-no-mobile-6.gutter-blog {
    width: calc(16.6% - 12rem);
  }
  .gutter-none_grid-no-mobile-6.gutter-extra-large,
  .gutter-small_grid-no-mobile-6.gutter-extra-large,
  .gutter-medium_grid-no-mobile-6.gutter-extra-large,
  .gutter-large_grid-no-mobile-6.gutter-extra-large,
  .gutter-blog_grid-no-mobile-6.gutter-extra-large {
    width: calc(16.6% - 2rem);
  }
  .gutter-none_grid-no-mobile-6.gutter-2x-large,
  .gutter-small_grid-no-mobile-6.gutter-2x-large,
  .gutter-medium_grid-no-mobile-6.gutter-2x-large,
  .gutter-large_grid-no-mobile-6.gutter-2x-large,
  .gutter-blog_grid-no-mobile-6.gutter-2x-large {
    width: calc(16.6% - 3rem);
  }
  .gutter-none_grid-no-mobile-5,
  .gutter-small_grid-no-mobile-5,
  .gutter-medium_grid-no-mobile-5,
  .gutter-large_grid-no-mobile-5,
  .gutter-blog_grid-no-mobile-5 {
    width: 20%;
  }
  .gutter-none_grid-no-mobile-5.gutter-small,
  .gutter-small_grid-no-mobile-5.gutter-small,
  .gutter-medium_grid-no-mobile-5.gutter-small,
  .gutter-large_grid-no-mobile-5.gutter-small,
  .gutter-blog_grid-no-mobile-5.gutter-small {
    width: calc(20% - 1.6rem);
  }
  .gutter-none_grid-no-mobile-5.gutter-medium,
  .gutter-small_grid-no-mobile-5.gutter-medium,
  .gutter-medium_grid-no-mobile-5.gutter-medium,
  .gutter-large_grid-no-mobile-5.gutter-medium,
  .gutter-blog_grid-no-mobile-5.gutter-medium {
    width: calc(20% - 2.4rem);
  }
  .gutter-none_grid-no-mobile-5.gutter-large,
  .gutter-small_grid-no-mobile-5.gutter-large,
  .gutter-medium_grid-no-mobile-5.gutter-large,
  .gutter-large_grid-no-mobile-5.gutter-large,
  .gutter-blog_grid-no-mobile-5.gutter-large {
    width: calc(20% - 4rem);
  }
  .gutter-none_grid-no-mobile-5.gutter-blog,
  .gutter-small_grid-no-mobile-5.gutter-blog,
  .gutter-medium_grid-no-mobile-5.gutter-blog,
  .gutter-large_grid-no-mobile-5.gutter-blog,
  .gutter-blog_grid-no-mobile-5.gutter-blog {
    width: calc(20% - 12rem);
  }
  .gutter-none_grid-no-mobile-5.gutter-extra-large,
  .gutter-small_grid-no-mobile-5.gutter-extra-large,
  .gutter-medium_grid-no-mobile-5.gutter-extra-large,
  .gutter-large_grid-no-mobile-5.gutter-extra-large,
  .gutter-blog_grid-no-mobile-5.gutter-extra-large {
    width: calc(20% - 2rem);
  }
  .gutter-none_grid-no-mobile-5.gutter-2x-large,
  .gutter-small_grid-no-mobile-5.gutter-2x-large,
  .gutter-medium_grid-no-mobile-5.gutter-2x-large,
  .gutter-large_grid-no-mobile-5.gutter-2x-large,
  .gutter-blog_grid-no-mobile-5.gutter-2x-large {
    width: calc(20% - 3rem);
  }
  .gutter-none_grid-no-mobile-4,
  .gutter-small_grid-no-mobile-4,
  .gutter-medium_grid-no-mobile-4,
  .gutter-large_grid-no-mobile-4,
  .gutter-blog_grid-no-mobile-4 {
    width: 25%;
  }
  .gutter-none_grid-no-mobile-4.gutter-small,
  .gutter-small_grid-no-mobile-4.gutter-small,
  .gutter-medium_grid-no-mobile-4.gutter-small,
  .gutter-large_grid-no-mobile-4.gutter-small,
  .gutter-blog_grid-no-mobile-4.gutter-small {
    width: calc(25% - 1.6rem);
  }
  .gutter-none_grid-no-mobile-4.gutter-medium,
  .gutter-small_grid-no-mobile-4.gutter-medium,
  .gutter-medium_grid-no-mobile-4.gutter-medium,
  .gutter-large_grid-no-mobile-4.gutter-medium,
  .gutter-blog_grid-no-mobile-4.gutter-medium {
    width: calc(25% - 2.4rem);
  }
  .gutter-none_grid-no-mobile-4.gutter-large,
  .gutter-small_grid-no-mobile-4.gutter-large,
  .gutter-medium_grid-no-mobile-4.gutter-large,
  .gutter-large_grid-no-mobile-4.gutter-large,
  .gutter-blog_grid-no-mobile-4.gutter-large {
    width: calc(25% - 4rem);
  }
  .gutter-none_grid-no-mobile-4.gutter-blog,
  .gutter-small_grid-no-mobile-4.gutter-blog,
  .gutter-medium_grid-no-mobile-4.gutter-blog,
  .gutter-large_grid-no-mobile-4.gutter-blog,
  .gutter-blog_grid-no-mobile-4.gutter-blog {
    width: calc(25% - 12rem);
  }
  .gutter-none_grid-no-mobile-4.gutter-extra-large,
  .gutter-small_grid-no-mobile-4.gutter-extra-large,
  .gutter-medium_grid-no-mobile-4.gutter-extra-large,
  .gutter-large_grid-no-mobile-4.gutter-extra-large,
  .gutter-blog_grid-no-mobile-4.gutter-extra-large {
    width: calc(25% - 2rem);
  }
  .gutter-none_grid-no-mobile-4.gutter-2x-large,
  .gutter-small_grid-no-mobile-4.gutter-2x-large,
  .gutter-medium_grid-no-mobile-4.gutter-2x-large,
  .gutter-large_grid-no-mobile-4.gutter-2x-large,
  .gutter-blog_grid-no-mobile-4.gutter-2x-large {
    width: calc(25% - 3rem);
  }
  .gutter-none_grid-no-mobile-3,
  .gutter-small_grid-no-mobile-3,
  .gutter-medium_grid-no-mobile-3,
  .gutter-large_grid-no-mobile-3,
  .gutter-blog_grid-no-mobile-3 {
    width: 33.3%;
  }
  .gutter-none_grid-no-mobile-3.gutter-small,
  .gutter-small_grid-no-mobile-3.gutter-small,
  .gutter-medium_grid-no-mobile-3.gutter-small,
  .gutter-large_grid-no-mobile-3.gutter-small,
  .gutter-blog_grid-no-mobile-3.gutter-small {
    width: calc(33.3% - 1.6rem);
  }
  .gutter-none_grid-no-mobile-3.gutter-medium,
  .gutter-small_grid-no-mobile-3.gutter-medium,
  .gutter-medium_grid-no-mobile-3.gutter-medium,
  .gutter-large_grid-no-mobile-3.gutter-medium,
  .gutter-blog_grid-no-mobile-3.gutter-medium {
    width: calc(33.3% - 2.4rem);
  }
  .gutter-none_grid-no-mobile-3.gutter-large,
  .gutter-small_grid-no-mobile-3.gutter-large,
  .gutter-medium_grid-no-mobile-3.gutter-large,
  .gutter-large_grid-no-mobile-3.gutter-large,
  .gutter-blog_grid-no-mobile-3.gutter-large {
    width: calc(33.3% - 4rem);
  }
  .gutter-none_grid-no-mobile-3.gutter-blog,
  .gutter-small_grid-no-mobile-3.gutter-blog,
  .gutter-medium_grid-no-mobile-3.gutter-blog,
  .gutter-large_grid-no-mobile-3.gutter-blog,
  .gutter-blog_grid-no-mobile-3.gutter-blog {
    width: calc(33.3% - 12rem);
  }
  .gutter-none_grid-no-mobile-3.gutter-extra-large,
  .gutter-small_grid-no-mobile-3.gutter-extra-large,
  .gutter-medium_grid-no-mobile-3.gutter-extra-large,
  .gutter-large_grid-no-mobile-3.gutter-extra-large,
  .gutter-blog_grid-no-mobile-3.gutter-extra-large {
    width: calc(33.3% - 2rem);
  }
  .gutter-none_grid-no-mobile-3.gutter-2x-large,
  .gutter-small_grid-no-mobile-3.gutter-2x-large,
  .gutter-medium_grid-no-mobile-3.gutter-2x-large,
  .gutter-large_grid-no-mobile-3.gutter-2x-large,
  .gutter-blog_grid-no-mobile-3.gutter-2x-large {
    width: calc(33.3% - 3rem);
  }
  .gutter-none_grid-no-mobile-2,
  .gutter-small_grid-no-mobile-2,
  .gutter-medium_grid-no-mobile-2,
  .gutter-large_grid-no-mobile-2,
  .gutter-blog_grid-no-mobile-2 {
    width: 50%;
  }
  .gutter-none_grid-no-mobile-2.gutter-small,
  .gutter-small_grid-no-mobile-2.gutter-small,
  .gutter-medium_grid-no-mobile-2.gutter-small,
  .gutter-large_grid-no-mobile-2.gutter-small,
  .gutter-blog_grid-no-mobile-2.gutter-small {
    width: calc(50% - 1.6rem);
  }
  .gutter-none_grid-no-mobile-2.gutter-medium,
  .gutter-small_grid-no-mobile-2.gutter-medium,
  .gutter-medium_grid-no-mobile-2.gutter-medium,
  .gutter-large_grid-no-mobile-2.gutter-medium,
  .gutter-blog_grid-no-mobile-2.gutter-medium {
    width: calc(50% - 2.4rem);
  }
  .gutter-none_grid-no-mobile-2.gutter-large,
  .gutter-small_grid-no-mobile-2.gutter-large,
  .gutter-medium_grid-no-mobile-2.gutter-large,
  .gutter-large_grid-no-mobile-2.gutter-large,
  .gutter-blog_grid-no-mobile-2.gutter-large {
    width: calc(50% - 4rem);
  }
  .gutter-none_grid-no-mobile-2.gutter-blog,
  .gutter-small_grid-no-mobile-2.gutter-blog,
  .gutter-medium_grid-no-mobile-2.gutter-blog,
  .gutter-large_grid-no-mobile-2.gutter-blog,
  .gutter-blog_grid-no-mobile-2.gutter-blog {
    width: calc(50% - 12rem);
  }
  .gutter-none_grid-no-mobile-2.gutter-extra-large,
  .gutter-small_grid-no-mobile-2.gutter-extra-large,
  .gutter-medium_grid-no-mobile-2.gutter-extra-large,
  .gutter-large_grid-no-mobile-2.gutter-extra-large,
  .gutter-blog_grid-no-mobile-2.gutter-extra-large {
    width: calc(50% - 2rem);
  }
  .gutter-none_grid-no-mobile-2.gutter-2x-large,
  .gutter-small_grid-no-mobile-2.gutter-2x-large,
  .gutter-medium_grid-no-mobile-2.gutter-2x-large,
  .gutter-large_grid-no-mobile-2.gutter-2x-large,
  .gutter-blog_grid-no-mobile-2.gutter-2x-large {
    width: calc(50% - 3rem);
  }
  .gutter-none_grid-no-mobile-1,
  .gutter-small_grid-no-mobile-1,
  .gutter-medium_grid-no-mobile-1,
  .gutter-large_grid-no-mobile-1,
  .gutter-blog_grid-no-mobile-1 {
    width: 100%;
  }
  .gutter-none_grid-no-mobile-1.gutter-small,
  .gutter-small_grid-no-mobile-1.gutter-small,
  .gutter-medium_grid-no-mobile-1.gutter-small,
  .gutter-large_grid-no-mobile-1.gutter-small,
  .gutter-blog_grid-no-mobile-1.gutter-small {
    width: calc(100% - 1.6rem);
  }
  .gutter-none_grid-no-mobile-1.gutter-medium,
  .gutter-small_grid-no-mobile-1.gutter-medium,
  .gutter-medium_grid-no-mobile-1.gutter-medium,
  .gutter-large_grid-no-mobile-1.gutter-medium,
  .gutter-blog_grid-no-mobile-1.gutter-medium {
    width: calc(100% - 2.4rem);
  }
  .gutter-none_grid-no-mobile-1.gutter-large,
  .gutter-small_grid-no-mobile-1.gutter-large,
  .gutter-medium_grid-no-mobile-1.gutter-large,
  .gutter-large_grid-no-mobile-1.gutter-large,
  .gutter-blog_grid-no-mobile-1.gutter-large {
    width: calc(100% - 4rem);
  }
  .gutter-none_grid-no-mobile-1.gutter-blog,
  .gutter-small_grid-no-mobile-1.gutter-blog,
  .gutter-medium_grid-no-mobile-1.gutter-blog,
  .gutter-large_grid-no-mobile-1.gutter-blog,
  .gutter-blog_grid-no-mobile-1.gutter-blog {
    width: calc(100% - 12rem);
  }
  .gutter-none_grid-no-mobile-1.gutter-extra-large,
  .gutter-small_grid-no-mobile-1.gutter-extra-large,
  .gutter-medium_grid-no-mobile-1.gutter-extra-large,
  .gutter-large_grid-no-mobile-1.gutter-extra-large,
  .gutter-blog_grid-no-mobile-1.gutter-extra-large {
    width: calc(100% - 2rem);
  }
  .gutter-none_grid-no-mobile-1.gutter-2x-large,
  .gutter-small_grid-no-mobile-1.gutter-2x-large,
  .gutter-medium_grid-no-mobile-1.gutter-2x-large,
  .gutter-large_grid-no-mobile-1.gutter-2x-large,
  .gutter-blog_grid-no-mobile-1.gutter-2x-large {
    width: calc(100% - 3rem);
  }
}
.table-component {
  padding: 2rem;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.table-component table, .table-component table p {
  font-family: "AmazonEmber-Regular";
  font-size: 1.4rem;
  color: #16191f;
  text-align: left;
  word-wrap: break-word;
  /* add horizontal scroll to mobile */
  overflow-x: auto;
}
.table-component .table-bordered th,
.table-component .table-bordered td {
  border: 0px solid #dee2e6 !important;
  min-width: 130px;
  max-width: 50rem;
}
.table-component .th-inner {
  white-space: normal !important;
  border-right: 1px solid;
  padding: 0 !important;
  line-height: 2rem;
  word-wrap: break-word;
}
.table-component th:last-of-type .th-inner {
  border-right: 0px !important;
}
.table-component .down-arrow {
  margin-right: 10px;
}
.table-component .down-arrow img {
  background-color: white;
  border-radius: 3px;
  height: 16px;
  width: 20px;
}
.table-component tr:nth-child(odd) {
  background-color: #f2f3f3;
}
.table-component tr:nth-child(even) {
  background-color: #FFFFFF;
}
.table-component tr th {
  color: #FFFFFF;
  background-color: #495159;
  font-family: "AmazonEmber-Bold";
}
.table-component td a {
  color: #0066c0 !important;
  font-size: 1.4rem;
  line-height: 20px;
}
.table-component td p {
  margin-bottom: 0rem !important;
}
.table-component td,
.table-component th {
  padding: 10px 20px !important;
  vertical-align: top;
  max-width: 540px;
}
.table-component .displayHead {
  display: none;
}
.table-component .add-filter-icon {
  background-image: url("assets/fonts/chevron-down-primary.svg");
  background-repeat: no-repeat;
  background-position: 98% 50%;
  background-size: 15px;
}
.table-component .form-control {
  font-size: 16px;
  border-radius: 0.25rem 0 0 0.25rem;
  border-right: 0;
  height: 3.35rem;
}
.table-component .form-control:focus {
  border-color: #ced4da !important;
  box-shadow: none !important;
}
.table-component .reset-search {
  float: left;
  border: 1px solid #ced4da;
  border-left: 0px;
  border-radius: 0 0.25rem 0.25rem 0;
  margin-top: 10px;
  padding: 0.375rem 0.75rem;
  cursor: pointer;
}
.table-component .fixed-table-container .table thead th .th-inner {
  overflow: inherit;
}
.table-component .fixed-table-body {
  min-height: 300px;
}
.table-component .reset-link {
  cursor: pointer;
  color: #0066c7 !important;
  text-decoration: underline !important;
  margin-left: 24px;
}
.table-component .drop-label {
  margin-left: 10px;
  vertical-align: top;
  font: menu;
  font-size: 1.3rem !important;
  display: -webkit-inline-box;
  width: 70%;
}
.table-component .drop-label a {
  text-decoration: none;
  color: #16191f;
  font: menu;
  font-size: 1.3rem !important;
}
.table-component .drop-label strong, .table-component .drop-label p {
  font: menu;
  font-size: 1.3rem !important;
}
.table-component .dropbtn {
  background-color: #4caf50;
  color: white;
  padding: 16px;
  font-size: 16px;
  border: none;
}
.table-component .dropdown {
  position: relative;
  display: inline-block;
  float: right;
}
.table-component .dropdown-content {
  display: none;
  right: 0;
  position: absolute;
  background-color: #ffffff;
  min-width: 210px;
  font-weight: 100;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
  max-height: 250px;
  overflow-y: auto;
}
.table-component .dropdown-content input {
  cursor: pointer;
  vertical-align: baseline;
}
.table-component .dropdown-content span {
  color: #16191f;
  padding: 5px;
  padding-left: 10px;
  text-decoration: none;
  display: block;
}
.table-component .dropdown-content span:first-of-type {
  padding-top: 10px;
}
.table-component .dropdown-content span:last-of-type {
  padding-bottom: 10px;
  border-top: 1px solid lightgray;
}
.table-component .dropdown-content span:hover {
  background-color: #ddd;
}
.table-component .dropdown:hover .dropdown-content {
  display: block;
}
.table-component .dropdown-content p {
  margin-bottom: 0 !important;
}
.table-component .filter-header {
  color: #16191f;
  padding: 10px;
  border-bottom: 1px solid lightgray;
}
.table-component .fixed-table-toolbar {
  display: inline-block;
  width: 25%;
  float: left;
}
.table-component .fixed-table-toolbar .search {
  width: 100%;
}
.table-component .pagination-info {
  display: none;
}
.table-component .page-list {
  visibility: collapse;
}
.table-component .page-list span {
  visibility: visible;
}
.table-component .page-list .btn-group {
  float: right;
}
.table-component .page-link {
  border: none !important;
  color: #0066c7 !important;
  font-weight: bold;
}
.table-component .page-item.active .page-link {
  color: #16191f !important;
  background-color: transparent;
}
.table-component .float-left {
  float: none !important;
}
.table-component .width-change {
  width: 0;
  height: 0;
  overflow: hidden;
}
.table-component .display-font {
  font-weight: bolder;
  margin-right: 10px;
}
.table-component .row-text {
  margin-left: 5px;
}
.table-component .pagination ul.pagination {
  margin: auto !important;
}
.table-component .pagination-detail {
  margin-bottom: 0 !important;
}
.table-component .btn-secondary,
.table-component .btn-secondary:active {
  color: #16191f;
  background-color: transparent;
  border-color: #6c757d;
  font-size: 1.4rem;
  width: fit-content;
}
.table-component .btn-secondary .page-size,
.table-component .btn-secondary:active .page-size {
  float: left;
}
.table-component .dropdown-menu {
  min-width: 80px;
  font-size: 1.4rem !important;
}
.table-component .dropdown-item.active,
.table-component .dropdown-item:active {
  background-color: #6c757d !important;
}
.table-component ::-webkit-scrollbar {
  width: 8px;
}
.table-component ::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table-component ::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 8px;
}
.table-component ::-webkit-scrollbar-thumb:hover {
  background: rgb(151, 148, 148);
}
@media screen and (max-width: 970px) and (min-width: 601px) {
  .table-component .fixed-table-toolbar .search {
    width: 50%;
  }
}
@media screen and (max-width: 600px) {
  .table-component .fixed-table-toolbar .search {
    width: 100%;
  }
}

html:lang(ja-JP) .table-component table, html:lang(ja-JP) .table-component table p, html:lang(ja_JP) .table-component table, html:lang(ja_JP) .table-component table p {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}
html:lang(ja-JP) .table-component tr th, html:lang(ja_JP) .table-component tr th {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: bold;
}

html:lang(zh-CN) .table-component table, html:lang(zh-CN) .table-component table p, html:lang(zh_CN) .table-component table, html:lang(zh_CN) .table-component table p {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
}
html:lang(zh-CN) .table-component tr th, html:lang(zh_CN) .table-component tr th {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: bold;
}

.cmp-tabs {
  padding: 2rem;
  margin: auto;
}
.cmp-tabs .cmp-tabs__tab {
  font-family: "AmazonEmber-Bold";
  font-size: 14px;
  font-weight: bold;
  padding: 10px 16px;
  border-bottom: 0px !important;
  min-width: 152px;
  word-break: break-word;
  max-width: 200px;
  outline: none;
  margin-bottom: -1px;
  color: #16191f;
}
.cmp-tabs .cmp-tabs__tab span {
  font-family: "AmazonEmber-Light";
  font-size: 12px;
  font-weight: 400;
  width: 120px;
  display: block;
}
.cmp-tabs .cmp-tabs__tab__default {
  box-shadow: none;
}
.cmp-tabs .cmp-tabs__tab__card {
  background-color: #e6e6e6;
  margin-right: 10px;
  box-shadow: 0px -2px 4px -1px grey;
  border-radius: 7px 7px 0 0;
  color: #555555;
}
.cmp-tabs .tab-separator {
  width: 2px;
  height: 20px;
  background: #16191f;
  margin-top: auto;
  margin-bottom: auto;
}
.cmp-tabs .cmp-tabs__tab--active {
  color: #16191f;
}
.cmp-tabs .cmp-tabs__tab--active__default {
  border-bottom: 4px solid #16191f !important;
}
.cmp-tabs .cmp-tabs__tab--active__card {
  background-color: #FFFFFF;
  margin-bottom: -5px;
  box-shadow: -1px -5px 7px -2px grey;
}
.cmp-tabs .cmp-tabs__tabpanel--active {
  padding: 24px;
  min-height: 64px;
  width: 100%;
  word-break: break-word;
  outline: none;
}
.cmp-tabs .cmp-tabs__tabpanel--active__card {
  box-shadow: 2px 1px 6px grey;
  border-radius: 0 7px 7px 7px;
  background-color: #FFFFFF;
}
.cmp-tabs .cmp-tabs__tablist {
  margin-bottom: 1px;
}
@media screen and (min-width: 971px) {
  .cmp-tabs .no-description {
    height: fit-content;
    margin-top: auto;
  }
}
@media screen and (max-width: 970px) {
  .cmp-tabs .cmp-tabs__tab {
    min-width: 10%;
    width: 20%;
  }
  .cmp-tabs .cmp-tabs__tab span {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .cmp-tabs .cmp-tabs__tab {
    min-width: 10%;
    width: 25%;
  }
}

html:lang(ja-JP) .cmp-tabs .cmp-tabs__tab, html:lang(ja_JP) .cmp-tabs .cmp-tabs__tab {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: bold;
}
html:lang(ja-JP) .cmp-tabs .cmp-tabs__tab span, html:lang(ja_JP) .cmp-tabs .cmp-tabs__tab span {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: lighter;
}

html:lang(zh-CN) .cmp-tabs .cmp-tabs__tab, html:lang(zh_CN) .cmp-tabs .cmp-tabs__tab {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: bold;
}
html:lang(zh-CN) .cmp-tabs .cmp-tabs__tab span, html:lang(zh_CN) .cmp-tabs .cmp-tabs__tab span {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: lighter;
}

.jn-publish {
  position: absolute;
  left: 50px;
  width: 200px;
  z-index: 1;
  opacity: 1;
  transition: opacity 0.3s ease-out;
}

div.jn-rowchange .inner-wrap-indent {
  position: relative;
  margin: auto;
  margin-right: 0;
  margin-left: 250px;
}

.jump-nav .fixed {
  position: fixed;
}
.jump-nav .disappear {
  z-index: 1;
  top: 95px;
  opacity: 0;
}
.jump-nav .jn-container {
  padding: 10px 10px 0 10px;
}
.jump-nav .nav-link {
  display: block;
  padding: 0;
}
.jump-nav .nest {
  margin: 10px 0 0 16px;
}
.jump-nav .nest .active::before {
  content: "•";
  position: absolute;
  left: 10px;
  line-height: 15px;
  font-size: 18px;
}
.jump-nav .nav {
  display: block;
}
.jump-nav h6 {
  margin-bottom: 16px;
}
.jump-nav a.black,
.jump-nav h6.black,
.jump-nav .nest .black.active {
  color: #16191f;
}
.jump-nav a.white,
.jump-nav h6.white,
.jump-nav .nest .white.active {
  color: #FFFFFF;
}
.jump-nav a.active-blue1.active,
.jump-nav .nest a.active-blue1::before {
  color: #00A8E1;
}
.jump-nav a.active-orange.active,
.jump-nav .nest a.active-orange::before {
  color: #E37825;
}
.jump-nav a.active-dkorange.active,
.jump-nav .nest a.active-dkorange::before {
  color: #EF6424;
}
.jump-nav a.active-blue.active,
.jump-nav .nest a.active-blue::before {
  color: #0068A8;
}
.jump-nav a.active-purple.active,
.jump-nav .nest a.active-purple::before {
  color: #6441A5;
}
.jump-nav a.active-turquoise.active,
.jump-nav .nest a.active-turquoise::before {
  color: #07CBDA;
}
.jump-nav a.active-yellow.active,
.jump-nav .nest a.active-yellow::before {
  color: #FF9900;
}
.jump-nav a.active-dkgray1.active,
.jump-nav .nest a.active-dkgray1::before {
  color: #495159;
}
.jump-nav a.active-dkgray2.active,
.jump-nav .nest a.active-dkgray2::before {
  color: #404951;
}
.jump-nav a.active-ltgray1.active,
.jump-nav .nest a.active-ltgray1::before {
  color: #F6F6F6;
}
.jump-nav a.active-ltgray2.active,
.jump-nav .nest a.active-ltgray2::before {
  color: #E6E6E6;
}
.jump-nav a.active-deepskyblue.active,
.jump-nav .nest a.active-deepskyblue::before {
  color: #00B6FF;
}
.jump-nav a.active-white.active,
.jump-nav .nest a.active-white::before {
  color: #FFFFFF;
}
.jump-nav .jn-container.none {
  background-color: initial;
}
.jump-nav .jn-container.white {
  background-color: rgba(255, 255, 255, 0.9);
}
.jump-nav .jn-container.gray {
  background-color: rgba(229, 229, 229, 0.9);
}
.jump-nav .jn-container.blue {
  background-color: rgba(35, 47, 62, 0.9);
}
.jump-nav li {
  font-size: 12px;
  font-family: "AmazonEmber-Light";
  letter-spacing: 0;
  margin: 0 0 10px 0;
}
.jump-nav .active {
  font-family: "AmazonEmber-Bold";
  letter-spacing: -0.356px;
}
.jump-nav .anchor-link.active {
  background-color: initial;
}
@media (max-width: 1200px) {
  .jump-nav {
    display: none;
  }
}

html:lang(ja-JP) .jump-nav li, html:lang(ja_JP) .jump-nav li {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: lighter;
}
html:lang(ja-JP) .jump-nav .active, html:lang(ja_JP) .jump-nav .active {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: bold;
}

html:lang(zh-CN) .jump-nav li, html:lang(zh_CN) .jump-nav li {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: lighter;
}
html:lang(zh-CN) .jump-nav .active, html:lang(zh_CN) .jump-nav .active {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: bold;
}

.componentcarousel {
  position: relative;
}

.swiper-container {
  width: 100%;
  /* opacity: 0; */
  position: initial;
}
.swiper-container .swiper-wrapper {
  -webkit-transition-timing-function: linear !important;
  -o-transition-timing-function: linear !important;
  transition-timing-function: linear !important;
}
.swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-button-prev.outside {
  left: -30px;
}

.swiper-button-next.outside {
  right: -30px;
}

.swiper-button-prev.sw-white, .swiper-button-next.sw-white {
  color: #FFFFFF;
}
.swiper-button-prev.sw-black, .swiper-button-next.sw-black {
  color: #111111;
}
.swiper-button-prev.sw-gray, .swiper-button-next.sw-gray {
  color: #404951;
}

/* take away position: relative from the slider container, add position: relative to the imagecarousel container, and then position the arrows. */
.breadcrumb-mk a {
  color: #0066C0;
}
.breadcrumb-mk a:hover {
  color: #E87825;
}
.breadcrumb-mk .crumbHold {
  font-size: 1.2rem;
  font-family: AmazonEmber-Regular;
  padding: 20px 0;
}
.breadcrumb-mk .crumbHold span:not(:last-child) {
  margin-right: 10px;
}
.breadcrumb-mk .crumbHold span:not(:first-child) {
  margin-left: 10px;
}
.breadcrumb-mk .crumbHold span.endCrumb {
  font-family: AmazonEmber-Medium;
}

html:lang(ja-JP) .breadcrumb-mk .crumbhold, html:lang(ja_JP) .breadcrumb-mk .crumbhold {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}

html:lang(zh-CN) .breadcrumb-mk .crumbhold, html:lang(zh_CN) .breadcrumb-mk .crumbhold {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
}

.datetime-counter.timer-center {
  text-align: center;
}
.datetime-counter.timer-right {
  text-align: right;
}
.datetime-counter.font-black ul {
  color: #2F2F2F;
}
.datetime-counter.font-white ul {
  color: #FFFFFF;
}

#dt-counter {
  padding: 0;
  margin: 0;
}
#dt-counter li {
  display: inline-block;
  padding: 0 16px;
}
#dt-counter li span.dtNumber {
  display: block;
  font-family: "AmazonEmber-Light";
  font-size: 7.2rem;
  letter-spacing: 0.3rem;
  line-height: 8.6rem;
  text-align: center;
}
#dt-counter li span.dtLabel {
  display: block;
  font-family: "AmazonEmber-Light";
  font-size: 1.6rem;
  letter-spacing: 0.1rem;
  line-height: 2rem;
  text-align: center;
}

#dtMessage {
  font-size: 2.8rem;
  font-family: "AmazonEmber-Light";
  line-height: 3.3rem;
  word-spacing: -0.1rem;
  letter-spacing: -0.035rem;
  display: none;
  margin-top: 1rem;
}

html:lang(ja-JP) #dt-counter li span.dtNumber, html:lang(ja_JP) #dt-counter li span.dtNumber {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: lighter;
}
html:lang(ja-JP) #dt-counter li span.dtLabel, html:lang(ja_JP) #dt-counter li span.dtLabel {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: lighter;
}

html:lang(zh-CN) #dt-counter li span.dtNumber, html:lang(zh_CN) #dt-counter li span.dtNumber {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: lighter;
}
html:lang(zh-CN) #dt-counter li span.dtLabel, html:lang(zh_CN) #dt-counter li span.dtLabel {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: lighter;
}

div.tableHold {
  overflow: hidden;
  overflow-x: scroll;
}

table.cmp_scheduler_table {
  border-collapse: separate;
  border-spacing: 10px;
}
table.cmp_scheduler_table.colWd-1 {
  width: 305px;
}
@media screen and (min-width: 768px) {
  table.cmp_scheduler_table.colWd-1 {
    width: 405px;
  }
}
table.cmp_scheduler_table.colWd-2 {
  width: 510px;
}
@media screen and (min-width: 768px) {
  table.cmp_scheduler_table.colWd-2 {
    width: 660px;
  }
}
table.cmp_scheduler_table.colWd-3 {
  width: 715px;
}
@media screen and (min-width: 768px) {
  table.cmp_scheduler_table.colWd-3 {
    width: 915px;
  }
}
table.cmp_scheduler_table.colWd-4 {
  width: 920px;
}
@media screen and (min-width: 768px) {
  table.cmp_scheduler_table.colWd-4 {
    width: 1170px;
  }
}
table.cmp_scheduler_table.colWd-5 {
  width: 1125px;
}
@media screen and (min-width: 768px) {
  table.cmp_scheduler_table.colWd-5 {
    width: 1425px;
  }
}
table.cmp_scheduler_table.colWd-6 {
  width: 1330px;
}
@media screen and (min-width: 768px) {
  table.cmp_scheduler_table.colWd-6 {
    width: 1680px;
  }
}
table.cmp_scheduler_table th {
  min-width: 200px;
}
@media screen and (min-width: 768px) {
  table.cmp_scheduler_table th {
    min-width: 250px;
  }
}
table.cmp_scheduler_table th.schedNoTH {
  min-width: 100px;
}
@media screen and (min-width: 768px) {
  table.cmp_scheduler_table th.schedNoTH {
    min-width: 110px;
  }
}
table.cmp_scheduler_table th:not(.schedNoTH) span.colTitle {
  font-family: "AmazonEmber-Medium";
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.3px;
}
table.cmp_scheduler_table th:not(.schedNoTH) span.colDesc {
  font-family: "AmazonEmber-Regular";
  font-size: 14px;
  line-height: 17px;
  letter-spacing: -0.23px;
}
table.cmp_scheduler_table th.font-white {
  color: #FFFFFF;
}
table.cmp_scheduler_table th.font-black {
  color: #000000;
}
table.cmp_scheduler_table td, table.cmp_scheduler_table th {
  vertical-align: top;
  padding: 10px;
  min-height: 70px;
}
table.cmp_scheduler_table td {
  border: 1px solid #DDDDDD;
  position: relative;
  padding-bottom: 30px;
}
table.cmp_scheduler_table td.schedTimeTD {
  padding: 5px 0 12px 5px;
}
table.cmp_scheduler_table td.schedTimeTD span.schedTime {
  font-family: "AmazonEmber-Medium";
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.46px;
}
@media screen and (min-width: 992px) {
  table.cmp_scheduler_table td.schedTimeTD span.schedTime {
    font-size: 16px;
    line-height: 22px;
  }
}
table.cmp_scheduler_table td.schedSessTD:hover {
  cursor: pointer;
}
table.cmp_scheduler_table td.schedSessTD.specialTD {
  text-align: center;
  vertical-align: middle;
  font-family: "AmazonEmber-Medium";
  font-size: 18px;
  border-top: 1px solid #DDDDDD;
  padding-bottom: 10px;
}
table.cmp_scheduler_table td.schedSessTD span.dT {
  font-family: "AmazonEmber-Light";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.3px;
}
table.cmp_scheduler_table td.schedSessTD span.sessTitle {
  font-family: "AmazonEmber-Medium";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.23px;
}
table.cmp_scheduler_table td.schedSessTD span.sessDet {
  font-family: "AmazonEmber-Regular";
  font-size: 12px;
  line-height: 14px;
  letter-spacing: -0.01px;
  position: absolute;
  bottom: 10px;
  color: #0066C0;
}

.schedModal {
  display: none;
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0, 0, 0); /* Fallback color */
  background-color: rgba(0, 0, 0, 0.4); /* Black w/ opacity */
}
.schedModal .modCon {
  background-color: #fefefe;
  margin: 15% auto;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 1px solid #888;
  max-width: 480px;
  pointer-events: auto;
}
.schedModal .modHead {
  padding: 10px 20px;
  border-radius: 10px 10px 0 0;
  font-family: "AmazonEmber-Medium";
  font-size: 18px;
  line-height: 22px;
  letter-spacing: -0.23px;
}
.schedModal .modHead .closer {
  display: inline-block;
  width: 20px;
  float: right;
  font-size: 16px;
  font-family: "AmazonEmber-Light";
}
.schedModal .modHead .closer:hover,
.schedModal .modHead .closer:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.schedModal .modBody {
  padding: 10px 20px 20px 20px;
}
.schedModal .modBody h4 {
  font-family: "AmazonEmber-Bold";
}
.schedModal .modBody .cta-button {
  margin-top: 20px;
  display: inline-block;
}
.schedModal .modFoot {
  position: relative;
}
.schedModal .modFoot .addCal {
  position: absolute;
  bottom: 0;
  right: 0;
  margin-top: 20px;
}
.schedModal .modFoot .addCal .calFlyout {
  width: fit-content;
  position: absolute;
  top: 0px;
  left: 0px;
  height: fit-content;
  opacity: 0%;
  padding-left: 0;
}
.schedModal .modFoot .addCal .calFlyout .calHold {
  position: relative;
  background-color: #FFFFFF;
  left: 22px;
  bottom: -30px;
  padding: 10px;
  border-radius: 5px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3137254902);
  width: fit-content;
}
.schedModal .modFoot .addCal .calFlyout .calHold ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.schedModal .modFoot .addCal .calFlyout .calHold ul li {
  padding: 5px 0;
}
.schedModal .modFoot .addCal .calFlyout .calHold ul li a {
  color: #2F2F2F;
  font-family: "AmazonEmber-Medium";
}
.schedModal .modFoot .addCal .calFlyout .calHold ul li a:hover {
  text-decoration: none;
}
.schedModal .modFoot .addCal .calFlyout .calHold ul li a img.calLogo {
  margin-right: 5px;
}
@media screen and (min-width: 768px) {
  .schedModal .modFoot .addCal .calFlyout .calHold {
    left: 145px;
    bottom: 0px;
  }
}

i.fa-calendar {
  width: 20px;
}

table.cmp_scheduler_table th:not(.schedNoTH) span.colTitle {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: 300;
}
table.cmp_scheduler_table th:not(.schedNoTH) span.colDesc {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}
table.cmp_scheduler_table td.schedTimeTD span.schedTime {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: 300;
}
table.cmp_scheduler_table td.schedSessTD.specialTD {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: 300;
}
table.cmp_scheduler_table td.schedSessTD span.dT {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: lighter;
}
table.cmp_scheduler_table td.schedSessTD span.sessTitle {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: 300;
}
table.cmp_scheduler_table td.schedSessTD span.sessDet {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
}

html:lang(ja-JP) .schedModal .modHead, html:lang(ja_JP) .schedModal .modHead {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: 300;
}
html:lang(ja-JP) .schedModal .modHead .closer, html:lang(ja_JP) .schedModal .modHead .closer {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: lighter;
}
html:lang(ja-JP) .schedModal .modBody h4, html:lang(ja_JP) .schedModal .modBody h4 {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: bold;
}
html:lang(ja-JP) .schedModal .modFoot .addCal .calFlyout .calHold ul li a, html:lang(ja_JP) .schedModal .modFoot .addCal .calFlyout .calHold ul li a {
  font-family: "Hiragino Kaku Gothic Pro W3", "Hiragino Kaku Gothic ProN", "Meiryo", "sans-serif";
  font-weight: 300;
}

html:lang(zh-CN) .schedModal .modHead, html:lang(zh_CN) .schedModal .modHead {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: 300;
}
html:lang(zh-CN) .schedModal .modHead .closer, html:lang(zh_CN) .schedModal .modHead .closer {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: lighter;
}
html:lang(zh-CN) .schedModal .modBody h4, html:lang(zh_CN) .schedModal .modBody h4 {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: bold;
}
html:lang(zh-CN) .schedModal .modFoot .addCal .calFlyout .calHold ul li a, html:lang(zh_CN) .schedModal .modFoot .addCal .calFlyout .calHold ul li a {
  font-family: "微软雅黑", "Microsoft yahei", "宋体", "SimSun", "SimSong", "PingFang SC", sans-serif;
  font-weight: 300;
}

.alexa-live-navigation-footer {
  justify-content: space-between;
  font-family: "AmazonEmberDisplay-Regular";
  font-weight: 500;
  overflow: hidden;
}
.alexa-live-navigation-footer p {
  color: #FFFFFF;
}
.alexa-live-navigation-footer a:hover {
  text-decoration: none;
}
.alexa-live-navigation-footer .footerLogo p {
  opacity: 0.5;
  margin: 10px 0px;
}

.aLFooterLinks {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-family: "AmazonEmberDisplay-Regular";
  font-weight: 500;
  overflow: hidden;
  color: #FFFFFF;
}
.aLFooterLinks a:hover {
  text-decoration: none;
}
.aLFooterLinks .aLNavText {
  display: inline-block;
  min-width: 50px;
  line-height: 16px;
  letter-spacing: -0.005em;
}

/** Mobile styles */
@media screen and (max-width: 767px) {
  .alexa-live-navigation-footer {
    display: inline-block;
    text-align: center;
  }
  .alexa-live-navigation-footer p {
    color: #FFFFFF;
  }
  .alexa-live-navigation-footer .footerLogo p {
    opacity: 0.5;
    margin: 5px 0px;
  }
  .alexa-live-navigation-footer .followUs {
    margin-top: 50px;
  }
  .alexa-live-navigation-footer .followUs p {
    opacity: 0.5;
    margin: 10px 0px;
  }
  .alexa-live-navigation-footer .followUs .followUs-icons {
    display: block;
    justify-content: space-between;
    flex-direction: row;
  }
  .alexa-live-navigation-footer .followUs .followUs-icons > a {
    max-width: 50px;
  }
}
/* Desktop styles */
@media all and (min-width: 992px) {
  .alexa-live-navigation-footer {
    width: 100%;
  }
  .alexa-live-navigation-footer .followUs {
    justify-content: left;
  }
  .alexa-live-navigation-footer .followUs p {
    opacity: 0.5;
    margin: 10px 0px;
  }
  .alexa-live-navigation-footer .followUs .followUs-icons {
    display: flex;
    flex-direction: row;
    justify-content: left;
  }
  .alexa-live-navigation-footer .followUs .followUs-icons img {
    margin: auto 50px auto 0;
  }
  .aLFooterLinks {
    float: none;
    position: relative;
    display: flex;
    justify-content: space-between;
    white-space: normal;
    margin: 1.6rem 0;
    color: #FFFFFF;
  }
}
/* Tablet styles */
@media all and (min-width: 768px) and (max-width: 991px) {
  .alexa-live-navigation-footer {
    display: flex;
  }
  .alexa-live-navigation-footer p {
    color: #FFFFFF;
  }
  .alexa-live-navigation-footer .footerLogo p {
    opacity: 0.5;
    margin: 5px 0px;
  }
  .alexa-live-navigation-footer .followUs {
    margin-top: 10px;
  }
  .alexa-live-navigation-footer .followUs p {
    opacity: 0.5;
  }
  .alexa-live-navigation-footer .followUs .followUs-icons {
    display: flex;
    justify-content: space-around;
    flex-direction: row;
    max-width: 90%;
  }
  .aLFooterLinks {
    position: relative;
    display: flex;
    white-space: normal;
    padding: 0 1.6rem;
    margin-bottom: 0rem;
    color: #FFFFFF;
  }
}
.borderLine {
  border: 0.5px solid #4D4D4D;
}

.alexa-live-header {
  font-family: "AmazonEmberDisplay-Regular";
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 9999;
  /* Navbar Toggle */
  /* Desktop styles */
  /*Tablet styles*/
  /** Mobile styles */
}
.alexa-live-header .nav-item {
  color: #F5F5F5;
}
.alexa-live-header .nav-item-description {
  color: #929595;
}
.alexa-live-header ul {
  list-style-type: none;
}
.alexa-live-header ul.menu li:last-of-type {
  margin-left: auto;
}
.alexa-live-header a {
  color: white;
  text-decoration: none;
}
.alexa-live-header a:hover {
  text-decoration: underline;
}
.alexa-live-header .logo a:hover {
  text-decoration: none;
}
.alexa-live-header .secondaryLogo a:hover {
  text-decoration: none;
}
.alexa-live-header .logo a,
.alexa-live-header .aLHeadertoggle a,
.alexa-live-header .secondaryLogo a {
  font-size: 20px;
}
.alexa-live-header .button.secondary {
  border-bottom: 1px #444 solid;
}
.alexa-live-header .item.button {
  order: 2;
}
.alexa-live-header .item {
  width: 100%;
  text-align: center;
  order: 3;
}
.alexa-live-header .item.active {
  padding-bottom: 10px;
  display: block;
}
.alexa-live-header .aLHeadertoggle {
  cursor: pointer;
  order: 0;
  height: 40px;
}
.alexa-live-header .menu-icon {
  float: left;
  position: relative;
  cursor: pointer;
  height: inherit;
  padding: 10px;
}
.alexa-live-header .menu-icon .nav-icon {
  background: #FFFFFF;
  display: block;
  height: 2px;
  width: 18px;
  position: relative;
  transition: background 0.2s ease-out;
  top: 10px;
}
.alexa-live-header .menu-icon .nav-icon:before {
  background: #FFFFFF;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  content: "";
  top: 5px;
  transition: all 0.2s ease-out;
}
.alexa-live-header .menu-icon .nav-icon:after {
  background: #FFFFFF;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  content: "";
  top: -5px;
  transition: all 0.2s ease-out;
}
.alexa-live-header .menu-btn {
  display: none;
}
.alexa-live-header .menu-btn:checked ~ .menu-icon .nav-icon {
  background: transparent;
}
.alexa-live-header .menu-btn:checked ~ .menu-icon .nav-icon:before {
  transform: rotate(-45deg);
  top: 0;
}
.alexa-live-header .menu-btn:checked ~ .menu-icon .nav-icon:after {
  transform: rotate(45deg);
  top: 0;
}
@media all and (min-width: 992px) {
  .alexa-live-header {
    /* Menu */
  }
  .alexa-live-header .navigation-wrapper {
    display: flex;
    justify-content: center;
    min-height: 200px;
    background: #182425;
    padding: 50px 10%;
  }
  .alexa-live-header .navigation-wrapper .item:not(:last-child).nav-link {
    border-right: 2px solid black;
  }
  .alexa-live-header nav {
    padding: 5px 20px;
  }
  .alexa-live-header .item {
    display: block;
    width: 400px;
  }
  .alexa-live-header .aLHeadertoggle {
    order: 0;
  }
  .alexa-live-header .logo {
    order: 1;
    max-width: 76%;
  }
  .alexa-live-header .buttonItem {
    order: 2;
    opacity: 0;
    visibility: hidden;
  }
  .alexa-live-header .secondaryLogo {
    order: 3;
  }
  .alexa-live-header .menu li {
    font-size: 16px;
    padding: 15px 5px;
    white-space: nowrap;
  }
  .alexa-live-header .menu li.button {
    padding-right: 0;
  }
  .alexa-live-header .buttonItem.buttonVisibility {
    opacity: 1;
    visibility: visible;
    margin-left: 50%;
  }
  .alexa-live-header .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
  }
  .alexa-live-header .buttonItem.buttonToggle {
    opacity: 0;
    visibility: hidden;
  }
}
@media all and (min-width: 768px) and (max-width: 991px) {
  .alexa-live-header {
    /* Menu */
  }
  .alexa-live-header .navigation-wrapper {
    display: flex;
    justify-content: center;
    min-height: 200px;
    background: #182425;
    padding: 50px 10%;
  }
  .alexa-live-header .navigation-wrapper .item:not(:last-child).nav-link {
    border-right: 2px solid black;
  }
  .alexa-live-header nav {
    padding: 5px 20px;
  }
  .alexa-live-header .item {
    display: block;
    width: auto;
  }
  .alexa-live-header .aLHeadertoggle {
    order: 0;
  }
  .alexa-live-header .logo {
    order: 1;
    max-width: 76%;
  }
  .alexa-live-header .buttonItem {
    order: 2;
    opacity: 0;
    visibility: hidden;
  }
  .alexa-live-header .secondaryLogo {
    order: 3;
  }
  .alexa-live-header .menu li {
    font-size: 16px;
    padding: 15px 5px;
    white-space: nowrap;
  }
  .alexa-live-header .menu li.button {
    padding-right: 0;
  }
  .alexa-live-header .buttonItem.buttonVisibility {
    opacity: 0;
    visibility: hidden;
  }
  .alexa-live-header .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
  }
  .alexa-live-header .buttonItem.buttonToggle {
    opacity: 0;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  .alexa-live-header {
    /*Menu */
  }
  .alexa-live-header .navigation-wrapper .item:not(:last-child).nav-link {
    border-bottom: 2px solid black;
  }
  .alexa-live-header .navigation-wrapper li.item.nav-link {
    padding-bottom: 10%;
    padding-top: 10%;
  }
  .alexa-live-header .navigation-wrapper {
    display: block;
    min-height: 200px;
    background: #182425;
    padding: 20px 10%;
  }
  .alexa-live-header .buttonItem.buttonVisibility {
    display: none;
  }
  .alexa-live-header .buttonItem {
    display: none;
  }
  .alexa-live-header .menu {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-left: 0;
  }
  .alexa-live-header .menu li {
    font-size: 16px;
    padding: 10px 10px;
    white-space: nowrap;
  }
  .alexa-live-header .buttonItem.buttonToggle {
    display: none;
  }
  .alexa-live-header .logo {
    max-width: 76%;
  }
}

.alexa-live-header.sticky {
  background: #182425;
}

.card {
  background-color: transparent;
}
.card .comp-card {
  padding: 30px 44px 10px;
  height: 100%;
  border-radius: 4px;
}
.card .comp-card .card-comp {
  height: 100%;
}
.card .comp-card .card-comp_box {
  display: contents;
}
.card .comp-card .card-comp_box .box-border {
  position: relative;
  width: 100%;
  height: 100%;
}
.card .comp-card .card-comp_box .box-border-image {
  height: 100px;
}
.card .comp-card .card-comp_box .box-border-image .image-or-icon {
  display: block;
  max-width: 80%;
  max-height: 74px;
  margin-bottom: 116px;
}
.card .comp-card .card-comp_box .box-border-content .heading {
  font-family: "AmazonEmberDisplay-Regular";
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0.02em;
  color: #000000;
  margin: 20px 0 1pc;
}
.card .comp-card .card-comp_box .box-border-content .show-line {
  height: 1px;
  color: #fff;
  background-color: #fff;
  margin-bottom: 1pc;
}
.card .comp-card .card-comp_box .box-border-content .body-copy p {
  font-family: "AmazonEmberDisplay-Regular";
  font-weight: 400;
  font-size: 14px;
  line-height: 126.7%;
  color: #000000;
  opacity: 0.75;
  margin-bottom: 0;
}
@media (min-width: 1024px) and (max-width: 1439px) {
  .card .comp-card {
    padding: 30px 29px 10px 34px;
  }
}
.card a:link, .card a:visited, .card a:hover, .card a:active {
  text-decoration: none;
}

@media (max-width: 767px) {
  .outer-container .gutter-small {
    margin-bottom: 20px;
  }
}
.hds-card.card.w-100 {
  background-color: rgba(255, 255, 255, 0.95);
  border-radius: 5px;
  border: 7px solid rgba(255, 255, 255, 0.95);
}
.hds-card.card.w-100 .comp-card {
  opacity: 0.9;
  padding: 4px 20px;
}
.hds-card.card.w-100 .comp-card:hover {
  background: rgba(242, 242, 242, 0.95);
}
.hds-card.card.w-100 .comp-card:active {
  background: rgba(107, 107, 107, 0.95);
}
.hds-card.card.w-100 .comp-card .card-comp_box .box-border {
  display: flex;
  align-items: center;
}
.hds-card.card.w-100 .comp-card .card-comp_box .box-border-image {
  position: relative;
  height: 70px;
  width: 70px;
}
.hds-card.card.w-100 .comp-card .card-comp_box .box-border-image .image-or-icon {
  margin: auto 0;
  position: absolute;
  top: 50%;
  bottom: 50%;
}
@media (max-width: 768px) {
  .hds-card.card.w-100 .comp-card .card-comp_box .box-border-image .image-or-icon {
    max-width: 70px;
  }
}
.hds-card.card.w-100 .comp-card .card-comp_box .box-border-content .body-copy p, .hds-card.card.w-100 .comp-card .card-comp_box .box-border-content h6 {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  opacity: 1;
  color: #000000;
}
.hds-card.card.w-100 .comp-card .card-comp_box .box-border-content .heading {
  font-family: "AmazonEmber-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  margin: 0;
}
.hds-card.card.w-100 .comp-card .card-comp_box .box-border-content .heading-hds {
  color: #000000;
  margin: 0;
}
@media (min-width: 769px) {
  .hds-card.card.w-100 {
    border-radius: 8px;
  }
  .hds-card.card.w-100 .comp-card {
    padding: 20px 32px;
    border-radius: 0px;
  }
  .hds-card.card.w-100 .comp-card .card-comp_box .box-border {
    display: block;
  }
  .hds-card.card.w-100 .comp-card .card-comp_box .box-border-image {
    height: 140px;
    width: auto;
  }
  .hds-card.card.w-100 .comp-card .card-comp_box .box-border-image .image-or-icon {
    margin: auto;
    position: absolute;
    top: unset;
    bottom: 0;
    max-height: 96px;
  }
  .hds-card.card.w-100 .comp-card .card-comp_box .box-border-content .heading {
    margin: 24px 0;
  }
  .hds-card.card.w-100 .comp-card .card-comp_box .box-border-content .heading-hds {
    margin: 24px 0;
  }
}
@media (max-width: 768px) {
  .hds-card.card.w-100 .box-border-content {
    width: calc(100% - 70px);
    padding-left: 20px;
  }
}

.comp-newsfeed .newsfeed-img-container img {
  width: 100%;
  margin-bottom: 53px;
  border-radius: 8px;
}
.comp-newsfeed .newsfeed-desc-container {
  color: #FFFFFF;
}
.comp-newsfeed .newsfeed-desc {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding-top: 40px;
  padding-bottom: 40px;
}
.comp-newsfeed .newsfeed-desc:first-child {
  padding-top: 0 !important;
}
.comp-newsfeed .newsfeed-desc:last-child {
  border-bottom: 0 !important;
}
.comp-newsfeed .newsfeed-desc-item-date {
  color: #FFFFFF;
  opacity: 0.4;
  margin-bottom: 12px;
}
.comp-newsfeed .newsfeed-desc-item-title {
  margin-bottom: 36px;
}
.comp-newsfeed .newsfeed-desc-item-title a, .comp-newsfeed .newsfeed-desc-item-title h4, .comp-newsfeed .newsfeed-desc-item-title h5 {
  color: #FFFFFF;
}
.comp-newsfeed .newsfeed-desc-item-category {
  margin-left: -4px;
  display: table;
}
.comp-newsfeed .newsfeed-desc-item-category-button {
  display: inline-grid;
  padding: 4px 13px;
  background: #FFFFFF;
  border-radius: 4px;
  margin: 4px;
}
.comp-newsfeed .newsfeed-desc-item-category-button a {
  font-family: "AmazonEmberDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  text-align: center;
  text-transform: uppercase;
}
.comp-newsfeed .newsfeed .btn-section {
  display: block;
  padding-top: 20px;
}
.comp-newsfeed .title-text-cta-container {
  max-width: 85%;
}
.comp-newsfeed .title-text-cta-container .title, .comp-newsfeed .title-text-cta-container .description {
  margin-bottom: 24px;
  color: #FFFFFF;
}
.comp-newsfeed .title-text-cta-container .btn-section {
  display: none;
}
@media (min-width: 769px) {
  .comp-newsfeed {
    display: flex;
  }
  .comp-newsfeed .container-25 {
    width: 33%;
    margin-right: 5%;
  }
  .comp-newsfeed .container-75 {
    width: 67%;
    margin-left: 10%;
  }
  .comp-newsfeed .title-text-cta-container .btn-section {
    display: block;
  }
  .comp-newsfeed .newsfeed .btn-section {
    display: none;
  }
}
@media (min-width: 992px) {
  .comp-newsfeed .container-25 {
    width: 30%;
  }
  .comp-newsfeed .container-75 {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .comp-newsfeed .container-25 {
    margin-right: 10%;
  }
}
@media (min-width: 1441px) {
  .comp-newsfeed .container-25 {
    width: 25%;
  }
  .comp-newsfeed .container-75 {
    width: 75%;
  }
}
@media (max-width: 600px) {
  .comp-newsfeed .comp-newsfeed .title-text-cta-container {
    max-width: 100%;
  }
}

.light-mode .comp-newsfeed .newsfeed-img-container img {
  margin-bottom: 24px;
}
.light-mode .comp-newsfeed .newsfeed-desc {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-top: 24px;
  padding-bottom: 24px;
  margin-bottom: 24px;
}
.light-mode .comp-newsfeed .newsfeed-desc:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
.light-mode .comp-newsfeed .newsfeed-desc-item-date {
  color: #000000;
  opacity: 1;
  margin-bottom: 24px;
}
.light-mode .comp-newsfeed .newsfeed-desc-item-title {
  margin-bottom: 0;
}
.light-mode .comp-newsfeed .newsfeed-desc-item-title a, .light-mode .comp-newsfeed .newsfeed-desc-item-title h4, .light-mode .comp-newsfeed .newsfeed-desc-item-title h5 {
  color: #000000;
}
.light-mode .comp-newsfeed .newsfeed-desc-item-category {
  margin-top: 24px;
}
.light-mode .comp-newsfeed .newsfeed-desc-item-category-button {
  background: #000000;
}
.light-mode .comp-newsfeed .newsfeed-desc-item-category-button a {
  color: #FFFFFF;
}
.light-mode .comp-newsfeed .title-text-cta-container .title, .light-mode .comp-newsfeed .title-text-cta-container .description {
  color: #000000;
}
@media (max-width: 600px) {
  .light-mode .comp-newsfeed .newsfeed-desc {
    margin-bottom: 12px;
  }
}

.filter-container {
  position: relative;
  width: 100%;
}
.filter-container-title {
  color: #FFFFFF;
  margin: 0 0 40px;
}
.filter-container .filter-options-container {
  position: relative;
  display: -webkit-inline-box;
  width: 100%;
  margin-bottom: 80px;
  overflow: visible;
  z-index: 1;
  white-space: nowrap;
}
.filter-container .filter-options-container.shifting {
  transition: left 0.2s ease-out;
}
.filter-container .filter-options-container .filter-options-item {
  cursor: pointer;
}
.filter-container .filter-options-container .filter-options-item .filter-option__underline {
  display: none;
  height: 2px;
  width: 100%;
  border-radius: 1px;
  background: linear-gradient(to right, #00CAFF, #00CCBC, #DDFFB8, #FFC772, #007FAC);
}
.filter-container .filter-options-container .filter-options-item a {
  text-decoration: none;
}
.filter-container .filter-options-container .filter-options-item p, .filter-container .filter-options-container .filter-options-item h4, .filter-container .filter-options-container .filter-options-item h5 {
  color: #FFFFFF;
  opacity: 0.5;
}
.filter-container .filter-options-container .filter-options-item.active p, .filter-container .filter-options-container .filter-options-item.active h4, .filter-container .filter-options-container .filter-options-item.active h5 {
  opacity: 1;
}
.filter-container .filter-options-container .filter-options-item.active .filter-option__underline {
  display: block;
}
.filter-container .filter-options-container .filter-options-item:not(:first-child) {
  padding-left: 23px;
}
.filter-container .filter-options-container .filter-options-item:not(:last-child) {
  padding-right: 23px;
}

.light-mode .video-filter-wrapper .filter-container-title {
  color: #000000;
}
.light-mode .video-filter-wrapper .filter-container .filter-options-item .filter-option__underline {
  background: #000000;
}
.light-mode .video-filter-wrapper .filter-container .filter-options-item p, .light-mode .video-filter-wrapper .filter-container .filter-options-item h4, .light-mode .video-filter-wrapper .filter-container .filter-options-item h5 {
  color: #6b6b6b;
  opacity: 1;
}
.light-mode .video-filter-wrapper .filter-container .filter-options-item.active p, .light-mode .video-filter-wrapper .filter-container .filter-options-item.active h4, .light-mode .video-filter-wrapper .filter-container .filter-options-item.active h5 {
  color: #000000;
}

.HDS-videoFilter .video-filter-wrapper .filter-container-title {
  text-align: left;
  margin-bottom: 24px;
}
.HDS-videoFilter .video-filter-wrapper .filter-container .filter-options-container {
  margin-bottom: 16px;
}

.legacy-videoFilter .video-filter-wrapper .filter-container {
  margin: 40px 0;
}
.legacy-videoFilter .video-filter-wrapper .filter-container-title {
  font-size: 36px;
  font-weight: 300;
  line-height: 42px;
}
.legacy-videoFilter .video-filter-wrapper .filter-container .filter-options-container p, .legacy-videoFilter .video-filter-wrapper .filter-container .filter-options-container h4, .legacy-videoFilter .video-filter-wrapper .filter-container .filter-options-container h5 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .legacy-videoFilter .video-filter-wrapper .filter-container-title {
    font-size: 28px;
    line-height: 32px;
    text-align: center;
  }
}

.video-carousel-container {
  position: relative;
}
.video-carousel-container .video-carousel-item-count p {
  margin-bottom: 12px;
  color: #FFFFFF;
}
.video-carousel-container .video-carousel-slider {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  overflow: visible;
  width: 100%;
}
.video-carousel-container .video-carousel-slider > * + * {
  margin-left: 60px;
}
.video-carousel-container .video-carousel-slider::-webkit-scrollbar {
  display: none; /* Chrome, Safari and Opera */
}
.video-carousel-container .video-carousel-slider.shifting {
  transition: left 0.2s ease-out;
}
.video-carousel-container .video-carousel-slider .video-carousel-slide {
  display: grid;
  float: left;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  transition: left 0.6s ease-out;
  visibility: visible;
}
.video-carousel-container .video-carousel-slider .video-carousel-slide.active {
  opacity: 1;
}
.video-carousel-container .video-carousel-slider .video-carousel-slide .slide-item .image-rte {
  height: max-content;
}
.video-carousel-container .video-carousel-slider .video-carousel-slide .slide-item .videofilter-modal-container .video-title {
  margin: 10px 0;
  color: #FFFFFF;
}
.video-carousel-container .video-carousel-slider .video-carousel-slide .slide-item .videofilter-modal-container .video-title * {
  margin: 0;
  padding: 0;
}
.video-carousel-container .video-carousel-slider .video-carousel-slide .slide-item .videofilter-modal-container .rte-text p {
  color: #C4C4C4;
}
.video-carousel-container .video-carousel-slider .video-carousel-slide:first-of-type {
  padding-left: 0;
}
.video-carousel-container .button {
  position: absolute;
  background-image: url("main/css/resources/fonts/white_arrow.svg");
  background-size: 16px 32px;
  top: 416px;
  cursor: pointer;
  z-index: 2;
  opacity: 0.5;
  width: 16px;
  height: 32px;
}
.video-carousel-container .button.disabled {
  pointer-events: none;
  cursor: default;
}
.video-carousel-container .button:hover {
  opacity: 1;
}
.video-carousel-container .button.prev {
  left: -60px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.video-carousel-container .button.next {
  right: -60px;
}
@media (min-width: 769px) {
  .video-carousel-container .video-carousel-slider-container {
    overflow: hidden;
  }
  .video-carousel-container .video-carousel-slider-container .video-carousel-slider .video-carousel-slide {
    height: 0;
  }
  .video-carousel-container .video-carousel-slider-container .video-carousel-slider .video-carousel-slide.active {
    height: 100%;
  }
}
@media (max-width: 768px) {
  .video-carousel-container .video-carousel-slider > * + * {
    margin-left: 60px;
  }
  .video-carousel-container .video-carousel-slider .button.prev {
    left: -30px;
  }
  .video-carousel-container .video-carousel-slider .button.next {
    right: -30px;
  }
}
@media (max-width: 600px) {
  .video-carousel-container .video-carousel-slider > * + * {
    margin-left: 24px;
  }
  .video-carousel-container .button {
    display: none;
  }
}

.light-mode .video-carousel-container .video-carousel-item-count p {
  color: #000000;
}
.light-mode .video-carousel-container .button {
  background-image: url("main/css/resources/fonts/grey_arrow.svg");
}
.light-mode .video-carousel-container .video-carousel-slider .video-carousel-slide .slide-item .videofilter-modal-container .rte-text p {
  color: #6b6b6b;
}
.light-mode .video-carousel-container .video-carousel-slider .video-carousel-slide .slide-item .videofilter-modal-container .video-title * {
  color: #000000;
}
.light-mode .video-carousel-container .video-carousel-slider .video-carousel-slide .slide-item .videofilter-modal-container .video-date {
  color: #000000;
}
.light-mode .video-carousel-container .video-carousel-slider .video-carousel-slide .slide-item .videofilter-modal-container .video-category-button {
  background: #6b6b6b;
}
.light-mode .video-carousel-container .video-carousel-slider .video-carousel-slide .slide-item .videofilter-modal-container .video-category-button p {
  color: #FFFFFF;
}

.HDS-videoFilter .video-carousel-container .button.prev {
  left: -3.5%;
}
.HDS-videoFilter .video-carousel-container .button.next {
  right: -3.5%;
}
.HDS-videoFilter .video-carousel-container .video-carousel-slider .video-carousel-slide .slide-item .videofilter-modal-container .textHold.vidtx {
  padding-top: 24px;
}
.HDS-videoFilter .video-carousel-container .video-carousel-slider .video-carousel-slide .slide-item .videofilter-modal-container .textHold.vidtx .rte-text p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  margin: 0;
}
.HDS-videoFilter .video-carousel-container .video-carousel-slider .video-carousel-slide .slide-item .videofilter-modal-container .textHold.vidtx .video-title * {
  margin: 0 0 10px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}
.HDS-videoFilter .video-carousel-container .video-carousel-slider .video-carousel-slide .slide-item .videofilter-modal-container .textHold.vidtx .video-date {
  margin: 0 0 10px;
  opacity: 1;
  font-family: "AmazonEmberDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.HDS-videoFilter .video-carousel-container .video-carousel-slider .video-carousel-slide .slide-item .videofilter-modal-container .textHold.vidtx .video-category {
  margin-top: 16px;
}
.HDS-videoFilter .video-carousel-container .video-carousel-slider .video-carousel-slide .slide-item .videofilter-modal-container .textHold.vidtx .video-category-button p {
  font-family: "AmazonEmberDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
@media (max-width: 1440px) {
  .HDS-videoFilter .video-carousel-container .video-carousel-slider > * + * {
    margin-left: 40px;
  }
}
@media (max-width: 768px) {
  .HDS-videoFilter .video-carousel-container .video-carousel-slider > * + * {
    margin-left: 20px;
  }
  .HDS-videoFilter .video-carousel-container .button {
    display: none;
  }
}
@media (max-width: 600px) {
  .HDS-videoFilter .video-carousel-container .video-carousel-slider .video-carousel-slide {
    max-width: 320px;
  }
}

.legacy-videoFilter .video-carousel-container .video-carousel-slider .video-carousel-slide .slide-item .videofilter-modal-container {
  font-style: normal;
}
.legacy-videoFilter .video-carousel-container .video-carousel-slider .video-carousel-slide .slide-item .videofilter-modal-container .video-title * {
  font-family: "Amazon Ember", Arial, sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.legacy-videoFilter .video-carousel-container .video-carousel-slider .video-carousel-slide .slide-item .videofilter-modal-container .rte-text p {
  font-family: "Amazon Ember", Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

/*
***
* MARKETO FORM STYLES
***
* These styles overwrite embeded
* marketo style sheets in the head.
* Be careful when editing that you
* do not cause issues on other
* marketo forms across the site
***
*/
.horizon-marketoform div {
  height: 100%;
}
.horizon-marketoform div #marketoFormEmbedCS {
  background: #232F3E;
  border-radius: 8px;
  color: #FFFFFF;
  height: 100%;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos {
  padding: 32px 32px 32px 52px;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .heading {
  margin-top: 0px;
  margin-bottom: 12px;
  max-width: 515px;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .subheading {
  margin-bottom: 32px;
  max-width: 515px;
  color: #F2F2F2;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm {
  max-width: 550px;
  margin: 0 !important;
  padding: 0;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoFormRow {
  display: none;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoFormRow ~ .mktoFormRow {
  display: block;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoFormCol {
  margin-bottom: 16px !important;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoEmailField, .horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm #Country, .horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoLogicalField label::before {
  background: rgba(241, 241, 241, 0.1);
  border-radius: 2px;
  color: #FFFFFF !important;
  opacity: 0.8;
  max-width: 377px;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoEmailField {
  padding: 0 20px;
  font-family: "AmazonEmber-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  border: 1px solid transparent;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoEmailField.caption {
  font-size: 12px;
  line-height: 16px;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoEmailField.light-font {
  font-weight: 300;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoEmailField.mktoInvalid {
  border: 1px solid #AC0E0E;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoEmailField::-webkit-input-placeholder {
  color: #FFFFFF !important;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoEmailField::-moz-placeholder {
  color: #FFFFFF !important;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoEmailField::-ms-placeholder {
  color: #FFFFFF !important;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoEmailField::placeholder {
  color: #FFFFFF !important;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoFieldWrap:has(> .mktoInvalid.mktoEmailField):before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 5px;
  height: 100%;
  background: #AC0E0E;
  border-radius: 2px 0px 0px 2px;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .country-dropdown {
  max-width: 377px;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .country-dropdown .mktoFieldWrap:after {
  content: "";
  position: absolute;
  right: 12px;
  top: 12px;
  width: 10px;
  height: 10px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  transform: rotate(45deg);
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .country-dropdown .mktoFieldWrap:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 5px;
  height: 100%;
  background: transparent;
  border-radius: 2px 0px 0px 2px;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .country-dropdown .mktoFieldWrap:has(> .mktoInvalid):after {
  border-right: 2px solid #AC0E0E;
  border-bottom: 2px solid #AC0E0E;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .country-dropdown .mktoFieldWrap:has(> .mktoInvalid)::before {
  background: #AC0E0E;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm #Country {
  font-family: "AmazonEmber-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 0 20px;
  color: #4D4D4D;
  border: 1px solid transparent;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm #Country.caption {
  font-size: 12px;
  line-height: 16px;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm #Country.light-font {
  font-weight: 300;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm #Country.mktoInvalid {
  background: #F1F1F1;
  color: #AC0E0E !important;
  border: 1px solid #AC0E0E;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm #Country option {
  color: #4D4D4D;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoLogicalField {
  padding: 0;
  max-width: 469px;
  margin-top: 8px;
  border: 1px solid transparent;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoLogicalField label {
  font-family: "AmazonEmber-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.8;
  margin-left: 30px;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoLogicalField label.caption {
  font-size: 12px;
  line-height: 16px;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoLogicalField label.light-font {
  font-weight: 300;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoLogicalField label::before {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoLogicalField.mktoInvalid {
  border: 1px solid #AC0E0E;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoButtonRow {
  text-align: left !important;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoButtonRow .mktoButtonWrap button {
  color: #000000 !important;
  background: #FF9900 !important;
  border: 2px solid #FF9900 !important;
  font-size: 16px !important;
  padding: 10px 26px !important;
  border-radius: 150px;
  font-family: "AmazonEmber-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 26px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 600px) {
  .horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoButtonRow .mktoButtonWrap button {
    font-size: 14px;
  }
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoButtonRow .mktoButtonWrap button:hover {
  background: #FFCB74 !important;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoButtonRow .mktoButtonWrap button:focus {
  background: #E8B96B !important;
}
.horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoButtonRow .mktoButtonWrap button:active {
  background: #D5A14C !important;
}
.horizon-marketoform div #marketoFormEmbedCS .success-message {
  padding: 0 52px;
  display: flex;
  align-items: center;
  height: 100%;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .horizon-marketoform div #marketoFormEmbedCS .text-pos {
    padding: 28px;
  }
}
@media screen and (max-width: 600px) {
  .horizon-marketoform div #marketoFormEmbedCS .text-pos {
    padding: 32px 28px;
  }
  .horizon-marketoform div #marketoFormEmbedCS .text-pos .subheading {
    margin-bottom: 16px;
  }
  .horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm {
    max-width: 100%;
  }
  .horizon-marketoform div #marketoFormEmbedCS .text-pos .mktoForm .mktoButtonRow .mktoButtonWrap button {
    padding: 8px 22px !important;
    font-size: 14px !important;
  }
}

.hero-horizon {
  position: relative;
  min-height: 500px;
  height: 100%;
  max-width: 2048px;
  margin: 0 auto;
}
.hero-horizon.font-black, .hero-horizon .font-black {
  color: #000000;
}
.hero-horizon.font-white, .hero-horizon .font-white {
  color: #FFFFFF;
}
.hero-horizon.font-grey, .hero-horizon .font-grey {
  color: #E5E5E5;
}
.hero-horizon.font-squidink, .hero-horizon .font-squidink {
  color: #232F3E;
}
.hero-horizon.hero-hidden {
  visibility: hidden;
  min-height: 0;
  max-height: 0;
  margin: 0;
}
.hero-horizon .picture-hero {
  position: absolute;
  width: 100%;
}
.hero-horizon .hero-image {
  position: absolute;
}
.hero-horizon .hero-image, .hero-horizon .right-hero-image {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.hero-horizon .inner-wrap {
  position: relative;
}
.hero-horizon .wrapper-left .hero-horizon_wrapper_left {
  align-items: start;
}
.hero-horizon_wrapper {
  padding: 0;
}
.hero-horizon_wrapper .text-pos {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 500px;
}
.hero-horizon_wrapper .text-pos h1.hero-heading, .hero-horizon_wrapper .text-pos display.d1, .hero-horizon_wrapper .text-pos h2.hero-heading, .hero-horizon_wrapper .text-pos display.d2, .hero-horizon_wrapper .text-pos h3.hero-heading, .hero-horizon_wrapper .text-pos display.d3 {
  max-width: 578px;
  width: 80%;
  margin: 0;
}
.hero-horizon_wrapper .text-pos h1.hero-heading, .hero-horizon_wrapper .text-pos display.d1 {
  font-family: "AmazonEmber-Light";
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 68px;
}
.hero-horizon_wrapper .text-pos h2.hero-heading, .hero-horizon_wrapper .text-pos display.d2 {
  font-family: "AmazonEmber-Light";
  font-style: normal;
  font-weight: 300;
  font-size: 44px;
  line-height: 48px;
}
.hero-horizon_wrapper .text-pos h3.hero-heading, .hero-horizon_wrapper .text-pos display.d3 {
  font-family: "AmazonEmber-Light";
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
  line-height: 40px;
}
.hero-horizon_wrapper .text-pos .hero-subheading {
  max-width: 452px;
  width: 80%;
  margin: 0;
}
.hero-horizon_wrapper .text-pos .btn-section {
  display: inline-flex;
}
.hero-horizon_wrapper .text-pos .content-full {
  width: 100%;
  margin: 0;
}
.hero-horizon_wrapper .text-pos .btns-right {
  padding-top: 36px;
}
.hero-horizon_wrapper .text-pos .left-button {
  padding: 0 10px 10px 0;
}
.hero-horizon_wrapper .text-pos .additional-button {
  padding: 0 10px 0 0;
}
.hero-horizon_wrapper .text-pos .content-right {
  margin: 0;
  width: 100%;
}
.hero-horizon_wrapper .text-pos .content-right .text-content {
  padding: 0;
}
.hero-horizon_wrapper .text-pos .content-right .text-content .border-image {
  border: 12px solid #000000;
  box-sizing: border-box;
}
.hero-horizon_wrapper .text-pos .content-right .text-content .hero-image-right {
  opacity: 0.9;
  width: 85%;
}
.hero-horizon_wrapper .text-pos .content-right .text-content .btns-right {
  display: flex;
  justify-content: flex-start;
  flex-direction: row;
  margin: 0;
}
.hero-horizon_wrapper .text-pos .content-right .image-right {
  text-align: right;
}
.hero-horizon_wrapper .text-pos .content-right .image-center {
  text-align: center;
}
.hero-horizon_wrapper .text-pos .content-right .image-left {
  text-align: left;
}

.herohorizon .container-style {
  min-height: auto;
}

@media screen and (min-width: 1441px) {
  .herohorizon .hero-horizon.container-style picture.hero-image {
    margin-top: 50px;
    border-radius: 10px;
    height: 500px;
  }
  .herohorizon .hero-horizon.container-style picture.hero-image.nomarginandradius {
    height: auto;
    margin-top: 0px;
    border-radius: 0px;
  }
  .herohorizon .hero-horizon.container-style .inner-wrap {
    padding: 0 0 0 116px;
  }
  .herohorizon .hero-horizon.container-style .text-pos {
    padding-top: 102px;
  }
  .herohorizon .hero-horizon.container-style .text-pos .hero-heading, .herohorizon .hero-horizon.container-style .text-pos display.d1, .herohorizon .hero-horizon.container-style .text-pos display.d2, .herohorizon .hero-horizon.container-style .text-pos display.d3 {
    margin-bottom: 0;
    width: 482px;
  }
  .herohorizon .hero-horizon.container-style .text-pos .content-full {
    padding-top: 40px;
  }
  .hero-horizon_wrapper .text-pos .content-full {
    padding-top: 28px;
  }
  .hero-horizon_wrapper .text-pos .hero-subheading {
    max-width: 480px;
    padding-top: 10px;
  }
  .hero-horizon_wrapper .text-pos .content-right .text-content .hero-heading, .hero-horizon_wrapper .text-pos .content-right .text-content display.d1, .hero-horizon_wrapper .text-pos .content-right .text-content display.d2, .hero-horizon_wrapper .text-pos .content-right .text-content display.d3 {
    max-width: 480px;
  }
  .hero-horizon_wrapper .text-pos .content-right .text-content .hero-subheading {
    width: 584px;
  }
  .hero-horizon_wrapper .text-pos .content-right .text-content .hero-image-right {
    width: 452px;
    height: 260px;
  }
  .horizon-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .herohorizon .hero-horizon.container-style picture.hero-image {
    margin-top: 52px;
    border-radius: 10px;
    height: 460px;
  }
  .herohorizon .hero-horizon.container-style picture.hero-image.nomarginandradius {
    height: auto;
    margin-top: 0px;
    border-radius: 0px;
  }
  .herohorizon .hero-horizon.container-style .inner-wrap {
    padding: 0 0 0 64px;
  }
  .herohorizon .hero-horizon.container-style .text-pos {
    padding-top: 102px;
  }
  .herohorizon .hero-horizon.container-style .text-pos .hero-heading, .herohorizon .hero-horizon.container-style .text-pos display.d1, .herohorizon .hero-horizon.container-style .text-pos display.d2, .herohorizon .hero-horizon.container-style .text-pos display.d3 {
    margin-bottom: 0;
    width: 65%;
  }
  .herohorizon .hero-horizon.container-style .text-pos .hero-subheading {
    width: 49%;
  }
  .herohorizon .hero-horizon.container-style .text-pos .content-full {
    padding-top: 40px;
  }
  .hero-horizon .wrapper-left .hero-horizon_wrapper_left {
    align-items: start;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .hero-heading, .hero-horizon_wrapper.wrapper-left .text-pos display.d1, .hero-horizon_wrapper.wrapper-left .text-pos display.d2, .hero-horizon_wrapper.wrapper-left .text-pos display.d3 {
    font-family: "AmazonEmber-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 48px;
    max-width: 570px;
    display: block;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .content-full {
    padding-top: 28px;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .hero-subheading {
    padding-top: 12px;
    max-width: 430px;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .content-right {
    width: 100%;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .content-right .text-content {
    margin: 0;
    padding-left: 0;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .content-right .text-content .hero-heading, .hero-horizon_wrapper.wrapper-left .text-pos .content-right .text-content display.d1, .hero-horizon_wrapper.wrapper-left .text-pos .content-right .text-content display.d2, .hero-horizon_wrapper.wrapper-left .text-pos .content-right .text-content display.d3 {
    font-family: "AmazonEmber-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 48px;
    max-width: 480px;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .content-right .text-content .hero-subheading {
    max-width: 480px;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .content-right .text-content .hero-image-right {
    width: 404px;
    height: 232px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) and (max-width: 991px) {
  .hero-horizon_wrapper.wrapper-left .text-pos .content-right .text-content .hero-image-right {
    width: 303px;
    height: 174px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1440px) {
  .horizon-col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .herohorizon .hero-horizon.container-style {
    width: 111%;
    margin-left: -5%;
    height: auto;
    max-height: none;
  }
  .herohorizon .hero-horizon.container-style .hero-image {
    position: inherit;
    height: 40vw;
    min-height: 306px;
    background-position: center;
  }
  .herohorizon .hero-horizon.container-style .inner-wrap {
    min-height: auto;
    padding: 0 33px 0 33px;
  }
  .herohorizon .hero-horizon.container-style .inner-wrap .text-pos {
    height: auto;
    padding: 5vw 0;
  }
  .herohorizon .hero-horizon.container-style .inner-wrap .text-pos .hero-heading, .herohorizon .hero-horizon.container-style .inner-wrap .text-pos display.d1, .herohorizon .hero-horizon.container-style .inner-wrap .text-pos display.d2, .herohorizon .hero-horizon.container-style .inner-wrap .text-pos display.d3 {
    width: 100%;
    margin-bottom: 0;
    max-width: 100%;
  }
  .herohorizon .hero-horizon.container-style .inner-wrap .text-pos .hero-subheading {
    width: 100%;
  }
  .herohorizon .hero-horizon.container-style .inner-wrap .text-pos .content-full {
    padding-top: 16px;
  }
  .hero-horizon .wrapper-left .hero-horizon_wrapper_left {
    align-items: start;
  }
  .hero-horizon .picture-hero {
    position: absolute;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .hero-heading, .hero-horizon_wrapper.wrapper-left .text-pos display.d1, .hero-horizon_wrapper.wrapper-left .text-pos display.d2, .hero-horizon_wrapper.wrapper-left .text-pos display.d3 {
    font-family: "AmazonEmber-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    max-width: 420px;
    display: block;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .content-full {
    padding-top: 28px;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .hero-subheading {
    padding-top: 16px;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .content-right {
    width: 100%;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .content-right .text-content {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    flex-basis: 100%;
    order: 2;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .content-right .text-content .hero-heading, .hero-horizon_wrapper.wrapper-left .text-pos .content-right .text-content display.d1, .hero-horizon_wrapper.wrapper-left .text-pos .content-right .text-content display.d2, .hero-horizon_wrapper.wrapper-left .text-pos .content-right .text-content display.d3 {
    font-family: "AmazonEmber-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    max-width: 480px;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .content-right .text-content .hero-subheading {
    max-width: 100%;
    width: 100%;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .content-right .text-content .hero-image-right {
    width: 280px;
    height: 156px;
    opacity: 0.9;
    margin: auto auto 60px;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .content-right .text-content.image-content {
    order: 1;
  }
}
@media screen and (max-width: 600px) {
  .herohorizon .hero-horizon.right {
    max-height: fit-content;
  }
  .herohorizon .hero-horizon.right .inner-wrap .hero-horizon_wrapper .text-pos {
    height: auto;
  }
  .herohorizon .hero-horizon.right .inner-wrap .hero-horizon_wrapper .text-pos .content-right {
    margin-top: 0;
    width: auto;
  }
  .herohorizon .hero-horizon.container-style {
    width: 111%;
    margin-left: -5%;
    height: auto;
    max-height: none;
  }
  .herohorizon .hero-horizon.container-style .hero-image {
    position: inherit;
    height: 40vw;
    min-height: 194px;
    background-position: center;
  }
  .herohorizon .hero-horizon.container-style .inner-wrap {
    min-height: auto;
    padding: 0 36px 0 36px;
    display: flex;
    align-items: center;
  }
  .herohorizon .hero-horizon.container-style .inner-wrap .text-pos {
    height: auto;
    padding: 5vw 0;
  }
  .herohorizon .hero-horizon.container-style .inner-wrap .text-pos .hero-heading, .herohorizon .hero-horizon.container-style .inner-wrap .text-pos display.d1, .herohorizon .hero-horizon.container-style .inner-wrap .text-pos display.d2, .herohorizon .hero-horizon.container-style .inner-wrap .text-pos display.d3 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
  .herohorizon .hero-horizon.container-style .inner-wrap .text-pos .hero-subheading {
    width: 100%;
  }
  .herohorizon .hero-horizon.container-style .inner-wrap .text-pos .content-full {
    padding-top: 16px;
  }
  .hero-horizon {
    position: relative;
  }
  .hero-horizon .wrapper-left .hero-horizon_wrapper_left {
    align-items: start;
  }
  .hero-horizon .hero-image {
    height: 100%;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .hero-heading, .hero-horizon_wrapper.wrapper-left .text-pos display.d1, .hero-horizon_wrapper.wrapper-left .text-pos display.d2, .hero-horizon_wrapper.wrapper-left .text-pos display.d3 {
    font-family: "AmazonEmber-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    max-width: 371px;
    width: 90%;
    display: block;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .content-full {
    padding-top: 28px;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .hero-subheading {
    padding-top: 16px;
    width: 100%;
    margin: 0;
    max-width: 100%;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .content-right {
    margin-top: -96px;
    width: 100%;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .content-right .text-content {
    display: flex;
    flex-direction: column;
    margin-left: 4px;
    max-width: 100%;
    flex-basis: 100%;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .content-right .text-content .hero-heading, .hero-horizon_wrapper.wrapper-left .text-pos .content-right .text-content display.d1, .hero-horizon_wrapper.wrapper-left .text-pos .content-right .text-content display.d2, .hero-horizon_wrapper.wrapper-left .text-pos .content-right .text-content display.d3 {
    font-family: "AmazonEmber-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    max-width: 90%;
    width: 90%;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .content-right .text-content .hero-image-right {
    width: 270px;
    height: 156px;
    opacity: 0.9;
    box-sizing: border-box;
    margin: auto auto 60px;
  }
  .hero-horizon_wrapper.wrapper-left .text-pos .content-right .image-content {
    order: 1;
    max-width: 100%;
    flex-basis: 100%;
  }
}
/*ADDED OLDEST PADDINGS TO SHOW THE SAME DISTANCE WITH ROW CONTAINER*/
.legacy .hero-horizon .content-right {
  width: 100%;
}
.legacy .hero-horizon .content-right .text-content .hero-image-right {
  opacity: 0.9;
  width: 85%;
}
@media screen and (min-width: 1441px) {
  .legacy .hero-horizon .inner-wrap {
    max-width: 100%;
    position: relative;
    margin-left: 0;
    padding: 0 4.8rem;
  }
  .legacy .hero-horizon .content-right .text-content .hero-image-right {
    width: 477px;
    height: 300px;
  }
  .legacy .hero-horizon .content-right .text-content .hero-subheading {
    padding-top: 20px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
  .legacy .hero-horizon .inner-wrap {
    padding: 0 4.8rem;
  }
  .legacy .hero-horizon .content-right {
    width: 100%;
  }
  .legacy .hero-horizon .content-right .text-content {
    padding-left: 0;
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
  }
  .legacy .hero-horizon .content-right .text-content .hero-heading, .legacy .hero-horizon .content-right .text-content display.d1, .legacy .hero-horizon .content-right .text-content display.d2, .legacy .hero-horizon .content-right .text-content display.d3 {
    font-family: "AmazonEmber-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 44px;
    line-height: 48px;
    width: 70%;
  }
  .legacy .hero-horizon .content-right .text-content .hero-subheading {
    width: 52%;
    padding-top: 20px;
  }
  .legacy .hero-horizon .content-right .text-content .hero-image-right {
    width: 477px;
    height: 300px;
    opacity: 0.9;
    margin: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .legacy .hero-horizon .inner-wrap {
    padding: 0 4.8rem;
  }
  .legacy .hero-horizon .content-right {
    width: 100%;
  }
  .legacy .hero-horizon .content-right .text-content {
    padding-left: 0;
    flex: 0 0 50%;
    max-width: 50%;
    order: 2;
  }
  .legacy .hero-horizon .content-right .text-content .hero-heading, .legacy .hero-horizon .content-right .text-content display.d1, .legacy .hero-horizon .content-right .text-content display.d2, .legacy .hero-horizon .content-right .text-content display.d3 {
    font-family: "AmazonEmber-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    width: 92%;
  }
  .legacy .hero-horizon .content-right .text-content .hero-subheading {
    width: 100%;
    padding-top: 24px;
  }
  .legacy .hero-horizon .content-right .text-content .btns-right {
    padding-top: 44px;
  }
  .legacy .hero-horizon .content-right .text-content .hero-image-right {
    width: 92%;
    height: 92%;
    opacity: 0.9;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .legacy .hero-horizon {
    max-height: 100%;
  }
  .legacy .hero-horizon .inner-wrap {
    padding: 0 1.6rem;
  }
  .legacy .hero-horizon .text-pos {
    padding-top: 10%;
    height: 100%;
  }
  .legacy .hero-horizon .text-pos .content-right {
    width: 100%;
  }
  .legacy .hero-horizon .text-pos .content-right .text-content {
    display: flex;
    flex-direction: column;
    margin-left: 3px;
    max-width: 100%;
    flex-basis: 100%;
  }
  .legacy .hero-horizon .text-pos .content-right .text-content .hero-heading, .legacy .hero-horizon .text-pos .content-right .text-content display.d1, .legacy .hero-horizon .text-pos .content-right .text-content display.d2, .legacy .hero-horizon .text-pos .content-right .text-content display.d3 {
    font-family: "AmazonEmber-Light";
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 40px;
    max-width: 80%;
    width: 80%;
  }
  .legacy .hero-horizon .text-pos .content-right .text-content .hero-subheading {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    max-width: 80%;
    padding-top: 15px;
    width: 80%;
  }
  .legacy .hero-horizon .text-pos .content-right .text-content .btns-right {
    padding: 16px 0 24px 0;
  }
  .legacy .hero-horizon .text-pos .content-right .text-content .hero-image-right {
    width: 100%;
    height: 100%;
    opacity: 0.9;
    margin-bottom: 4.8rem;
  }
  .legacy .hero-horizon .text-pos .content-right .image-content {
    order: 1;
    max-width: 100%;
    flex-basis: 100%;
  }
}
@media screen and (max-width: 599px) {
  .legacy .hero-horizon .inner-wrap .text-pos .content-right .text-content .hero-heading, .legacy .hero-horizon .inner-wrap .text-pos .content-right .text-content display.d1, .legacy .hero-horizon .inner-wrap .text-pos .content-right .text-content display.d2, .legacy .hero-horizon .inner-wrap .text-pos .content-right .text-content display.d3, .legacy .hero-horizon .inner-wrap .text-pos .content-right .text-content .hero-subheading {
    max-width: 100%;
    width: 100%;
  }
}

.event-container-component {
  border-radius: 12px;
  background-color: #FFFFFF;
  padding: 0 12px;
}
.event-container-component.mx-overflow {
  margin: 0 clamp(-28px, -2%, -6px);
}
.event-container-component .event-container__row {
  padding: 32px 20px;
}
.event-container-component .event-container__title {
  margin-top: 0;
  margin-bottom: 24px;
  color: #000000;
}
.event-container-component .event-container__events {
  display: flex;
}
.event-container-component .event-container__primary-event {
  position: relative;
  width: 100%;
  max-width: 620px;
}
.event-container-component .event-container__primary-event .event-container__primary-event__content-container {
  position: relative;
}
.event-container-component .event-container__primary-event .event-container__primary-event__content-container.event-container__primary-event--pointer {
  cursor: pointer;
}
.event-container-component .event-container__primary-event .event-container__primary-event__image {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 8px;
  min-height: 295px;
}
.event-container-component .event-container__primary-event .event-container__primary-event__image.dark-overlay--show:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #000000;
  opacity: 0.4;
  border-radius: 8px;
}
.event-container-component .event-container__primary-event .event-container__primary-event__info {
  position: absolute;
  height: calc(100% - 64px);
  width: calc(100% - 80px);
  margin: 24px 40px 40px 40px;
  top: 0;
  left: 0;
}
.event-container-component .event-container__primary-event .event-container__primary-event--color-white {
  color: #FFFFFF;
}
.event-container-component .event-container__primary-event .event-container__primary-event--color-black {
  color: #000000;
}
.event-container-component .event-container__primary-event .event-container__primary-event__datetime {
  margin: 0;
}
.event-container-component .event-container__primary-event .event-container__primary-event__data-container {
  position: absolute;
  width: 100%;
  bottom: 0;
}
.event-container-component .event-container__primary-event .event-container__primary-event__data-container .event-container__primary-event__button-container {
  width: 100%;
}
.event-container-component .event-container__primary-event .event-container__primary-event__headline {
  margin-bottom: 10px;
}
.event-container-component .event-container__primary-event .event-container__primary-event__subheading {
  max-width: 442px;
  margin-bottom: 40px;
}
.event-container-component .event-container__sub-event-list {
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  flex: 1;
  padding-left: 40px;
}
.event-container-component .event-container__sub-event-list .event-container__sub-event {
  display: flex;
  flex-direction: row;
}
.event-container-component .event-container__sub-event-list .event-container__sub-event:not(:last-child) {
  padding-bottom: 52px;
  border-bottom: 2px solid #D0D4D7;
}
.event-container-component .event-container__sub-event-list .event-container__sub-event:not(:first-child) {
  margin-top: 52px;
}
.event-container-component .event-container__sub-event-list .event-container__sub-event .event-container__sub-event__image-link {
  height: max-content;
}
.event-container-component .event-container__sub-event-list .event-container__sub-event .event-container__sub-event__image-link .event-container__sub-event__image {
  width: 120px;
  height: 120px;
  border-radius: 8px;
}
.event-container-component .event-container__sub-event-list .event-container__sub-event .event-container__sub-event__data-container {
  width: 100%;
  margin-left: 40px;
}
.event-container-component .event-container__sub-event-list .event-container__sub-event .event-container__sub-event__data-container .event-container__sub-event__datetime {
  margin: 0 0 4px 0;
  color: #000000;
}
.event-container-component .event-container__sub-event-list .event-container__sub-event .event-container__sub-event__data-container .event-container__sub-event__headline {
  margin: 0 0 12px 0;
  color: #000000;
}
.event-container-component .event-container__sub-event-list .event-container__sub-event .event-container__sub-event__data-container .event-container__sub-event__headline :hover {
  color: #000000;
}
.event-container-component .event-container__sub-event-list .event-container__sub-event .event-container__sub-event__data-container .event-container__sub-event__subheading {
  margin-bottom: 0;
  max-width: 265px;
  color: #000000;
}

/* desktop */
@media only screen and (max-width: 1200px) {
  .event-container-component .event-container__events {
    display: block;
  }
  .event-container-component .event-container__events .event-container__primary-event {
    width: 100%;
    max-width: unset;
    margin-bottom: 38px;
  }
  .event-container-component .event-container__events .event-container__primary-event .event-container__primary-event__info {
    height: calc(100% - 72px);
    width: calc(100% - 80px);
    margin: 32px 40px 40px 40px;
  }
  .event-container-component .event-container__events .event-container__primary-event .event-container__primary-event__subheading {
    max-width: 530px;
    margin-bottom: 30px;
  }
  .event-container-component .event-container__events .event-container__sub-event-list {
    width: 100%;
    padding-left: 0;
  }
  .event-container-component .event-container__events .event-container__sub-event-list .event-container__sub-event .event-container__sub-event__image {
    width: 100px;
    height: 100px;
  }
  .event-container-component .event-container__events .event-container__sub-event-list .event-container__sub-event .event-container__sub-event__data-container {
    margin-left: 22px;
  }
  .event-container-component .event-container__events .event-container__sub-event-list .event-container__sub-event .event-container__sub-event__data-container .event-container__sub-event__subheading {
    max-width: 250px;
  }
}
/* only desktop */
@media (min-width: 769px) and (max-width: 1200px) {
  .event-container-component .event-container__events .event-container__sub-event-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .event-container-component .event-container__events .event-container__sub-event-list .event-container__sub-event {
    width: 50%;
  }
  .event-container-component .event-container__events .event-container__sub-event-list .event-container__sub-event:not(:last-child) {
    border-bottom: none;
  }
  .event-container-component .event-container__events .event-container__sub-event-list .event-container__sub-event:not(:first-child) {
    margin-top: 0;
  }
  .event-container-component .event-container__events .event-container__sub-event-list .event-container__sub-event .event-container__sub-event__data-container {
    padding-right: 20px;
  }
}
/* tablet */
@media only screen and (max-width: 768px) {
  .event-container-component .event-container__row {
    padding: 28px 16px;
  }
  .event-container-component .event-container__events .event-container__primary-event .event-container__primary-event__info {
    height: calc(100% - 48px);
    width: calc(100% - 60px);
    margin: 24px 30px;
  }
  .event-container-component .event-container__events .event-container__primary-event .event-container__primary-event__subheading {
    max-width: 398px;
    margin-bottom: 20px;
  }
  .event-container-component .event-container__events .event-container__sub-event-list .event-container__sub-event:not(:last-child) {
    padding-bottom: 30px;
  }
  .event-container-component .event-container__events .event-container__sub-event-list .event-container__sub-event:not(:first-child) {
    margin-top: 30px;
  }
  .event-container-component .event-container__events .event-container__sub-event-list .event-container__sub-event .event-container__sub-event__data-container .event-container__sub-event__subheading {
    max-width: 100%;
  }
}
/* mobile */
@media only screen and (max-width: 600px) {
  .event-container-component .event-container__row {
    padding: 28px 10px;
  }
  .event-container-component .event-container__events .event-container__primary-event .event-container__primary-event__info {
    height: calc(100% - 36px);
    width: calc(100% - 36px);
    margin: 18px;
  }
  .event-container-component .event-container__events .event-container__primary-event .event-container__primary-event__info .d-block-md {
    font-family: "AmazonEmber-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
  }
  .event-container-component .event-container__events .event-container__primary-event .event-container__primary-event__info .d-block-md.caption {
    font-size: 12px;
    line-height: 16px;
  }
  .event-container-component .event-container__events .event-container__primary-event .event-container__primary-event__info .d-block-md.light-font {
    font-weight: 300;
  }
  .event-container-component .event-container__events .event-container__primary-event .event-container__primary-event__info .event-container__primary-event__data-container .event-container__primary-event__headline {
    font-family: "AmazonEmber-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    line-height: 36px;
  }
  .event-container-component .event-container__events .event-container__sub-event-list .event-container__sub-event .event-container__sub-event__data-container .event-container__sub-event__heading {
    font-family: "AmazonEmber-Regular";
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
  }
}
.social-community {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  color: #000000;
}
.social-community .inner-wrap .social-community_wrapper {
  padding: 32px 32px 32px 52px;
  width: 100%;
  margin: 0px;
}
.social-community .inner-wrap .social-community_wrapper .heading {
  padding: 0;
  margin: 0 0 12px 0;
  max-width: 471px;
}
.social-community .inner-wrap .social-community_wrapper .subheading {
  padding: 0px;
  margin: 0px;
  padding-bottom: 52px;
}
.social-community .inner-wrap .social-community_wrapper .ico-container {
  width: 524px;
  height: 114px;
  margin-left: 0px;
  margin-bottom: 56px;
}
.social-community .inner-wrap .social-community_wrapper .ico-container .ico-item:hover {
  background: #F2F2F2;
}
.social-community .inner-wrap .social-community_wrapper .ico-container .ico-item {
  max-width: 114px;
  background: #FFFFFF;
  width: 114px;
  height: 114px;
  margin-right: 16px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 4px 16px rgba(154, 154, 154, 0.25);
  border-radius: 8px;
}
.social-community .inner-wrap .social-community_wrapper .ico-container .ico-item .ico-img {
  width: 45px;
  height: 45px;
  display: block;
  margin-bottom: 15px;
}
.social-community .inner-wrap .social-community_wrapper .ico-container .ico-item .ico-img-gray {
  display: none;
}
.social-community .inner-wrap .social-community_wrapper .ico-container .ico-item .title-ico {
  color: #000000;
}

@media screen and (min-width: 769px) and (max-width: 1440px) {
  .social-community .inner-wrap .social-community_wrapper .heading {
    display: block;
  }
  .social-community .inner-wrap .social-community_wrapper .subheading {
    padding-bottom: 52px;
    max-width: 456px;
  }
  .social-community .inner-wrap .social-community_wrapper .ico-container .ico-item .ico-img {
    display: none;
  }
  .social-community .inner-wrap .social-community_wrapper .ico-container .ico-item .ico-img-gray {
    width: 54px;
    height: 54px;
    margin-bottom: 5px;
    background: #FFFFFF;
    display: block;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .social-community .inner-wrap .social-community_wrapper {
    padding: 28px;
  }
  .social-community .inner-wrap .social-community_wrapper .heading {
    max-width: 477px;
    display: block;
  }
  .social-community .inner-wrap .social-community_wrapper .subheading {
    padding-bottom: 52px;
    max-width: 477px;
  }
  .social-community .inner-wrap .social-community_wrapper .ico-container .ico-item {
    margin-right: 12px;
  }
  .social-community .inner-wrap .social-community_wrapper .ico-container .ico-item .ico-img {
    display: none;
  }
  .social-community .inner-wrap .social-community_wrapper .ico-container .ico-item .ico-img-gray {
    width: 54px;
    height: 54px;
    margin-bottom: 5px;
    background: #FFFFFF;
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .social-community .inner-wrap .social-community_wrapper {
    padding: 32px 28px;
  }
  .social-community .inner-wrap .social-community_wrapper .heading {
    max-width: 390px;
    display: block;
  }
  .social-community .inner-wrap .social-community_wrapper .subheading {
    padding-bottom: 40px;
    max-width: 390px;
  }
  .social-community .inner-wrap .social-community_wrapper .ico-container {
    width: 260px;
    height: 100%;
    margin: auto;
  }
  .social-community .inner-wrap .social-community_wrapper .ico-container .ico-item {
    max-width: 114px;
    width: 114px;
    height: 114px;
    margin: 8px;
  }
  .social-community .inner-wrap .social-community_wrapper .ico-container .ico-item .ico-img {
    display: none;
  }
  .social-community .inner-wrap .social-community_wrapper .ico-container .ico-item .ico-img-gray {
    width: 54px;
    height: 54px;
    margin-bottom: 5px;
    background: #FFFFFF;
    display: block;
  }
}
.feature-carousel .feature-carousel__title {
  margin: 0 0 24px;
  color: #000000;
}
.feature-carousel .feature-carousel__description {
  max-width: 586px;
  margin-bottom: 34px;
  color: #000000;
}
.feature-carousel .feature-carousel__slider {
  position: relative;
  /* grid for parsys in edit mode */
}
.feature-carousel .feature-carousel__slider .feature-carousel__slide-list {
  position: relative;
  overflow: visible;
  width: 100%;
  display: inline-block;
  display: -webkit-inline-box;
}
.feature-carousel .feature-carousel__slider .feature-carousel__slide-list::-webkit-scrollbar {
  display: none;
}
.feature-carousel .feature-carousel__slider .feature-carousel__slide-list .feature-carousel__slide {
  display: grid;
  float: left;
  gap: 16px;
  margin-right: 16px;
  transition: left 0.6s ease-out;
}
.feature-carousel .feature-carousel__slider .feature-carousel__slide-list .feature-carousel__slide:first-of-type {
  padding-left: 0;
}
.feature-carousel .feature-carousel__slider .feature-carousel__slide-list .feature-carousel__slide .feature-carousel__slide-item .video-rte {
  height: 100%;
}
.feature-carousel .feature-carousel__slider .feature-carousel__slide-list.shifting {
  transition: left 0.2s ease-out;
}
.feature-carousel .feature-carousel__slider .feature-carousel__slider__button {
  position: absolute;
  width: 16px;
  height: 32px;
  background-size: 16px 32px;
  cursor: pointer;
  z-index: 2;
  opacity: 0.5;
  top: calc(50% - 16px);
}
.feature-carousel .feature-carousel__slider .feature-carousel__slider__button:hover {
  opacity: 1;
}
.feature-carousel .feature-carousel__slider .feature-carousel__slider__button.left {
  left: -3.5%;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.feature-carousel .feature-carousel__slider .feature-carousel__slider__button.right {
  right: -3.5%;
}
.feature-carousel .feature-carousel__slider .feature-carousel__slider__button.button--white {
  background-image: url("main/css/resources/fonts/white_arrow.svg");
}
.feature-carousel .feature-carousel__slider .feature-carousel__slider__button.button--dark {
  background-image: url("main/css/resources/fonts/grey_arrow.svg");
}
.feature-carousel .feature-carousel__slider .aem-Grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: unset;
}
.feature-carousel .feature-carousel__slider .aem-Grid .newpar {
  height: 150px;
}
.feature-carousel .feature-carousel__slider .aem-Grid > * {
  width: 33.3333%;
}
.feature-carousel .feature-carousel__pagination {
  display: flex;
  justify-content: center;
  margin: 28px 0 0;
  list-style-type: none;
}
.feature-carousel .feature-carousel__pagination .pagination__item {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: #D0D4D7;
  border-radius: 5px;
  margin: 0 5px;
  cursor: pointer;
}
.feature-carousel .feature-carousel__pagination .pagination__item.selected {
  background: #111111;
}

/* Large desktop */
@media only screen and (min-width: 1440px) {
  .feature-carousel__slider__overlay-container {
    overflow: hidden;
  }
}
/* desktop */
@media only screen and (max-width: 1440px) {
  .feature-carousel .feature-carousel__title {
    margin-bottom: 18px;
  }
  .feature-carousel .feature-carousel__description {
    margin-bottom: 18px;
  }
  .feature-carousel .feature-carousel__slider {
    position: relative;
  }
}
/* tablet */
@media only screen and (max-width: 768px) {
  .feature-carousel .feature-carousel__title {
    margin-bottom: 12px;
  }
  .feature-carousel .feature-carousel__description {
    max-width: 100%;
    margin-bottom: 32px;
  }
  .feature-carousel .feature-carousel__pagination {
    margin: 20px 0 0;
  }
  .feature-carousel .feature-carousel__slider .feature-carousel__slider__button {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1440px) {
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-6,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-6,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-6,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-6,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-6 {
    width: 16.6%;
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-6.gutter-small,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-6.gutter-small,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-6.gutter-small,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-6.gutter-small,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-6.gutter-small {
    width: calc(16.6% - 1.6rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-6.gutter-medium,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-6.gutter-medium,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-6.gutter-medium,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-6.gutter-medium,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-6.gutter-medium {
    width: calc(16.6% - 2.4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-6.gutter-large,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-6.gutter-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-6.gutter-large,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-6.gutter-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-6.gutter-large {
    width: calc(16.6% - 4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-6.gutter-blog,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-6.gutter-blog,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-6.gutter-blog,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-6.gutter-blog,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-6.gutter-blog {
    width: calc(16.6% - 12rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-6.gutter-extra-large,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-6.gutter-extra-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-6.gutter-extra-large,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-6.gutter-extra-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-6.gutter-extra-large {
    width: calc(16.6% - 2rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-6.gutter-2x-large,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-6.gutter-2x-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-6.gutter-2x-large,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-6.gutter-2x-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-6.gutter-2x-large {
    width: calc(16.6% - 3rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-5,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-5,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-5,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-5,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-5 {
    width: 20%;
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-5.gutter-small,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-5.gutter-small,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-5.gutter-small,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-5.gutter-small,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-5.gutter-small {
    width: calc(20% - 1.6rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-5.gutter-medium,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-5.gutter-medium,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-5.gutter-medium,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-5.gutter-medium,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-5.gutter-medium {
    width: calc(20% - 2.4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-5.gutter-large,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-5.gutter-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-5.gutter-large,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-5.gutter-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-5.gutter-large {
    width: calc(20% - 4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-5.gutter-blog,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-5.gutter-blog,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-5.gutter-blog,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-5.gutter-blog,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-5.gutter-blog {
    width: calc(20% - 12rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-5.gutter-extra-large,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-5.gutter-extra-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-5.gutter-extra-large,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-5.gutter-extra-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-5.gutter-extra-large {
    width: calc(20% - 2rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-5.gutter-2x-large,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-5.gutter-2x-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-5.gutter-2x-large,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-5.gutter-2x-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-5.gutter-2x-large {
    width: calc(20% - 3rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-4,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-4,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-4,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-4,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-4 {
    width: 25%;
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-4.gutter-small,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-4.gutter-small,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-4.gutter-small,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-4.gutter-small,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-4.gutter-small {
    width: calc(25% - 1.6rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-4.gutter-medium,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-4.gutter-medium,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-4.gutter-medium,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-4.gutter-medium,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-4.gutter-medium {
    width: calc(25% - 2.4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-4.gutter-large,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-4.gutter-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-4.gutter-large,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-4.gutter-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-4.gutter-large {
    width: calc(25% - 4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-4.gutter-blog,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-4.gutter-blog,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-4.gutter-blog,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-4.gutter-blog,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-4.gutter-blog {
    width: calc(25% - 12rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-4.gutter-extra-large,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-4.gutter-extra-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-4.gutter-extra-large,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-4.gutter-extra-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-4.gutter-extra-large {
    width: calc(25% - 2rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-4.gutter-2x-large,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-4.gutter-2x-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-4.gutter-2x-large,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-4.gutter-2x-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-4.gutter-2x-large {
    width: calc(25% - 3rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-3,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-3,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-3,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-3,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-3 {
    width: 33.3%;
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-3.gutter-small,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-3.gutter-small,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-3.gutter-small,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-3.gutter-small,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-3.gutter-small {
    width: calc(33.3% - 1.6rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-3.gutter-medium,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-3.gutter-medium,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-3.gutter-medium,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-3.gutter-medium,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-3.gutter-medium {
    width: calc(33.3% - 2.4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-3.gutter-large,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-3.gutter-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-3.gutter-large,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-3.gutter-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-3.gutter-large {
    width: calc(33.3% - 4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-3.gutter-blog,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-3.gutter-blog,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-3.gutter-blog,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-3.gutter-blog,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-3.gutter-blog {
    width: calc(33.3% - 12rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-3.gutter-extra-large,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-3.gutter-extra-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-3.gutter-extra-large,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-3.gutter-extra-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-3.gutter-extra-large {
    width: calc(33.3% - 2rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-3.gutter-2x-large,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-3.gutter-2x-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-3.gutter-2x-large,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-3.gutter-2x-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-3.gutter-2x-large {
    width: calc(33.3% - 3rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-2,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-2,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-2,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-2,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-2 {
    width: 50%;
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-2.gutter-small,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-2.gutter-small,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-2.gutter-small,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-2.gutter-small,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-2.gutter-small {
    width: calc(50% - 1.6rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-2.gutter-medium,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-2.gutter-medium,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-2.gutter-medium,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-2.gutter-medium,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-2.gutter-medium {
    width: calc(50% - 2.4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-2.gutter-large,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-2.gutter-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-2.gutter-large,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-2.gutter-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-2.gutter-large {
    width: calc(50% - 4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-2.gutter-blog,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-2.gutter-blog,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-2.gutter-blog,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-2.gutter-blog,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-2.gutter-blog {
    width: calc(50% - 12rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-2.gutter-extra-large,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-2.gutter-extra-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-2.gutter-extra-large,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-2.gutter-extra-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-2.gutter-extra-large {
    width: calc(50% - 2rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-2.gutter-2x-large,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-2.gutter-2x-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-2.gutter-2x-large,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-2.gutter-2x-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-2.gutter-2x-large {
    width: calc(50% - 3rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-1,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-1,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-1,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-1,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-1 {
    width: 100%;
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-1.gutter-small,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-1.gutter-small,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-1.gutter-small,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-1.gutter-small,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-1.gutter-small {
    width: calc(100% - 1.6rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-1.gutter-medium,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-1.gutter-medium,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-1.gutter-medium,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-1.gutter-medium,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-1.gutter-medium {
    width: calc(100% - 2.4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-1.gutter-large,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-1.gutter-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-1.gutter-large,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-1.gutter-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-1.gutter-large {
    width: calc(100% - 4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-1.gutter-blog,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-1.gutter-blog,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-1.gutter-blog,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-1.gutter-blog,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-1.gutter-blog {
    width: calc(100% - 12rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-1.gutter-extra-large,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-1.gutter-extra-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-1.gutter-extra-large,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-1.gutter-extra-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-1.gutter-extra-large {
    width: calc(100% - 2rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-smdesktop-1.gutter-2x-large,
  .horizon-grid.outer-container .gutter-small_grid-no-smdesktop-1.gutter-2x-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-smdesktop-1.gutter-2x-large,
  .horizon-grid.outer-container .gutter-large_grid-no-smdesktop-1.gutter-2x-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-smdesktop-1.gutter-2x-large {
    width: calc(100% - 3rem);
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-6,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-6,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-6,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-6,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-6 {
    width: 16.6%;
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-6.gutter-small,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-6.gutter-small,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-6.gutter-small,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-6.gutter-small,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-6.gutter-small {
    width: calc(16.6% - 1.6rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-6.gutter-medium,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-6.gutter-medium,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-6.gutter-medium,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-6.gutter-medium,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-6.gutter-medium {
    width: calc(16.6% - 2.4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-6.gutter-large,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-6.gutter-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-6.gutter-large,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-6.gutter-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-6.gutter-large {
    width: calc(16.6% - 4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-6.gutter-blog,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-6.gutter-blog,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-6.gutter-blog,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-6.gutter-blog,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-6.gutter-blog {
    width: calc(16.6% - 12rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-6.gutter-extra-large,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-6.gutter-extra-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-6.gutter-extra-large,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-6.gutter-extra-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-6.gutter-extra-large {
    width: calc(16.6% - 2rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-6.gutter-2x-large,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-6.gutter-2x-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-6.gutter-2x-large,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-6.gutter-2x-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-6.gutter-2x-large {
    width: calc(16.6% - 3rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-5,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-5,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-5,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-5,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-5 {
    width: 20%;
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-5.gutter-small,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-5.gutter-small,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-5.gutter-small,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-5.gutter-small,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-5.gutter-small {
    width: calc(20% - 1.6rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-5.gutter-medium,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-5.gutter-medium,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-5.gutter-medium,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-5.gutter-medium,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-5.gutter-medium {
    width: calc(20% - 2.4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-5.gutter-large,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-5.gutter-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-5.gutter-large,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-5.gutter-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-5.gutter-large {
    width: calc(20% - 4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-5.gutter-blog,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-5.gutter-blog,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-5.gutter-blog,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-5.gutter-blog,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-5.gutter-blog {
    width: calc(20% - 12rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-5.gutter-extra-large,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-5.gutter-extra-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-5.gutter-extra-large,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-5.gutter-extra-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-5.gutter-extra-large {
    width: calc(20% - 2rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-5.gutter-2x-large,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-5.gutter-2x-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-5.gutter-2x-large,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-5.gutter-2x-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-5.gutter-2x-large {
    width: calc(20% - 3rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-4,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-4,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-4,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-4,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-4 {
    width: 25%;
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-4.gutter-small,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-4.gutter-small,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-4.gutter-small,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-4.gutter-small,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-4.gutter-small {
    width: calc(25% - 1.6rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-4.gutter-medium,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-4.gutter-medium,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-4.gutter-medium,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-4.gutter-medium,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-4.gutter-medium {
    width: calc(25% - 2.4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-4.gutter-large,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-4.gutter-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-4.gutter-large,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-4.gutter-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-4.gutter-large {
    width: calc(25% - 4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-4.gutter-blog,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-4.gutter-blog,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-4.gutter-blog,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-4.gutter-blog,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-4.gutter-blog {
    width: calc(25% - 12rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-4.gutter-extra-large,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-4.gutter-extra-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-4.gutter-extra-large,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-4.gutter-extra-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-4.gutter-extra-large {
    width: calc(25% - 2rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-4.gutter-2x-large,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-4.gutter-2x-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-4.gutter-2x-large,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-4.gutter-2x-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-4.gutter-2x-large {
    width: calc(25% - 3rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-3,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-3,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-3,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-3,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-3 {
    width: 33.3%;
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-3.gutter-small,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-3.gutter-small,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-3.gutter-small,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-3.gutter-small,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-3.gutter-small {
    width: calc(33.3% - 1.6rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-3.gutter-medium,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-3.gutter-medium,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-3.gutter-medium,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-3.gutter-medium,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-3.gutter-medium {
    width: calc(33.3% - 2.4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-3.gutter-large,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-3.gutter-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-3.gutter-large,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-3.gutter-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-3.gutter-large {
    width: calc(33.3% - 4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-3.gutter-blog,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-3.gutter-blog,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-3.gutter-blog,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-3.gutter-blog,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-3.gutter-blog {
    width: calc(33.3% - 12rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-3.gutter-extra-large,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-3.gutter-extra-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-3.gutter-extra-large,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-3.gutter-extra-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-3.gutter-extra-large {
    width: calc(33.3% - 2rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-3.gutter-2x-large,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-3.gutter-2x-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-3.gutter-2x-large,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-3.gutter-2x-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-3.gutter-2x-large {
    width: calc(33.3% - 3rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-2,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-2,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-2,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-2,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-2 {
    width: 50%;
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-2.gutter-small,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-2.gutter-small,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-2.gutter-small,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-2.gutter-small,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-2.gutter-small {
    width: calc(50% - 1.6rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-2.gutter-medium,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-2.gutter-medium,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-2.gutter-medium,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-2.gutter-medium,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-2.gutter-medium {
    width: calc(50% - 2.4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-2.gutter-large,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-2.gutter-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-2.gutter-large,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-2.gutter-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-2.gutter-large {
    width: calc(50% - 4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-2.gutter-blog,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-2.gutter-blog,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-2.gutter-blog,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-2.gutter-blog,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-2.gutter-blog {
    width: calc(50% - 12rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-2.gutter-extra-large,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-2.gutter-extra-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-2.gutter-extra-large,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-2.gutter-extra-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-2.gutter-extra-large {
    width: calc(50% - 2rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-2.gutter-2x-large,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-2.gutter-2x-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-2.gutter-2x-large,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-2.gutter-2x-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-2.gutter-2x-large {
    width: calc(50% - 3rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-1,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-1,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-1,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-1,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-1 {
    width: 100%;
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-1.gutter-small,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-1.gutter-small,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-1.gutter-small,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-1.gutter-small,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-1.gutter-small {
    width: calc(100% - 1.6rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-1.gutter-medium,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-1.gutter-medium,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-1.gutter-medium,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-1.gutter-medium,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-1.gutter-medium {
    width: calc(100% - 2.4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-1.gutter-large,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-1.gutter-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-1.gutter-large,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-1.gutter-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-1.gutter-large {
    width: calc(100% - 4rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-1.gutter-blog,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-1.gutter-blog,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-1.gutter-blog,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-1.gutter-blog,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-1.gutter-blog {
    width: calc(100% - 12rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-1.gutter-extra-large,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-1.gutter-extra-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-1.gutter-extra-large,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-1.gutter-extra-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-1.gutter-extra-large {
    width: calc(100% - 2rem);
  }
  .horizon-grid.outer-container .gutter-none_grid-no-tablet-1.gutter-2x-large,
  .horizon-grid.outer-container .gutter-small_grid-no-tablet-1.gutter-2x-large,
  .horizon-grid.outer-container .gutter-medium_grid-no-tablet-1.gutter-2x-large,
  .horizon-grid.outer-container .gutter-large_grid-no-tablet-1.gutter-2x-large,
  .horizon-grid.outer-container .gutter-blog_grid-no-tablet-1.gutter-2x-large {
    width: calc(100% - 3rem);
  }
}

.feature-container .feature-container__title {
  color: #000000;
  margin: 0 0 20px 0;
}
.feature-container .feature-container__description {
  color: #000000;
  margin: 0 0 20px 0;
}
.feature-container .feature-container__cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 36px 44px;
}
.feature-container .feature-container__cards .feature-card {
  height: 100%;
}
.feature-container .feature-container__cards .feature-card .feature-card__selector {
  height: 100%;
}
.feature-container .feature-container__button-container {
  margin-top: 36px;
}

@media (max-width: 1200px) {
  .feature-container .feature-container__cards {
    grid-template-columns: 1fr 1fr;
    gap: 32px 16px;
  }
  .feature-container .feature-container__button-container {
    margin-top: 32px;
  }
}
@media (max-width: 600px) {
  .feature-container .feature-container__cards {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .feature-container .feature-container__button-container {
    margin-top: 20px;
  }
}
.feature-card {
  padding: 8px;
  border-radius: 8px;
  background: #FFFFFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.feature-card .feature-card__selector {
  display: flex;
  padding: 13px;
  border-radius: 2px;
}
.feature-card .feature-card__selector:hover, .feature-card .feature-card__selector:focus {
  text-decoration: none;
  background-color: #F2F2F2;
}
.feature-card .feature-card__selector .feature-card__image-container {
  width: 48px;
  margin: auto;
  text-align: center;
}
.feature-card .feature-card__selector .feature-card__image-container .feature-card__image {
  max-width: 48px;
  max-height: 48px;
}
.feature-card .feature-card__selector .feature-card__text-container {
  width: 100%;
  padding-left: 16px;
}
.feature-card .feature-card__selector .feature-card__text-container .feature-container__headline {
  color: #000000;
  margin: 0 0 4px 0;
}
.feature-card .feature-card__selector .feature-card__text-container .feature-container__subtext {
  color: #232F3E;
  margin: 4px 0 0 0;
  text-decoration: none;
}

#oneClickRegistration .hds-button .btn-section a {
  color: #000000 !important;
  background: #00CAFF !important;
  border: 2px solid #00CAFF !important;
  border-radius: 150px;
  box-shadow: unset;
  font-size: 16px;
  padding: 0.6em 3em;
}
#oneClickRegistration .hds-button .btn-section a:hover {
  background: #00CAFF !important;
}
#oneClickRegistration .hds-button .btn-section a:focus {
  background: #00CAFF !important;
}
#oneClickRegistration .hds-button .btn-section a:active {
  background: #00CAFF !important;
  opacity: 0.75;
}
#oneClickRegistration .text-pos .heading {
  font-style: normal;
  font-weight: 400;
  font-size: 44px;
  letter-spacing: -0.02em;
  margin: 0 0 1em;
}
#oneClickRegistration .text-pos .one-click-reg-subheading {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  margin-right: 11em;
}
#oneClickRegistration .text-pos .one-click-reg-conf-subheading {
  font-style: normal;
  font-weight: 800;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.0727273px;
  margin-right: 7em;
}
#oneClickRegistration .one-click-anchor {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #00CAFF;
}
#oneClickRegistration #oneClickSubtext p {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.05em;
  margin: 3em 15em 1em 0;
}
#oneClickRegistration #oneClickSubtext a {
  color: #74BCFF;
}
#oneClickRegistration .error {
  display: flex;
  margin-bottom: 1em;
}
#oneClickRegistration .error img {
  width: 30px;
  height: 30px;
}
#oneClickRegistration .error p {
  color: #FF5B32;
  padding: 0 12em 0 1em;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.06px;
}

#oneClickSuccessMessageContainer .success-message {
  font-style: normal;
  font-weight: 300;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -0.02em;
  margin: -1rem 0 3rem;
  padding-right: 3em;
}
#oneClickSuccessMessageContainer .success-message-subheading {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.015em;
  padding-right: 6em;
}
#oneClickSuccessMessageContainer .event-description {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
  margin: 4rem 0 2rem;
  padding-right: 7em;
}
#oneClickSuccessMessageContainer .nav-items {
  display: flex;
}
#oneClickSuccessMessageContainer .nav-items a {
  color: #00CAFF;
  text-decoration: none;
  padding-right: 2em;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}

@media screen and (min-width: 601px) and (max-width: 1200px) {
  #oneClickRegistration .text-pos .one-click-reg-subheading {
    margin-right: 2em;
  }
  #oneClickRegistration .text-pos .one-click-reg-conf-subheading {
    margin-right: 3em;
  }
  #oneClickRegistration #oneClickSubtext p {
    font-size: 10px;
    line-height: 12px;
    margin: 3em 3em 1em 0;
  }
  #oneClickRegistration .error p {
    padding: 0 2em 0 1em;
  }
  #oneClickSuccessMessageContainer .success-message {
    font-size: 44px;
    line-height: 60px;
    padding-right: 2em;
  }
  #oneClickSuccessMessageContainer .success-message-subheading {
    font-size: 20px;
    padding-right: 3em;
  }
  #oneClickSuccessMessageContainer .event-description {
    padding-right: 1em;
  }
  #oneClickSuccessMessageContainer .nav-items {
    display: flex;
  }
  #oneClickSuccessMessageContainer .nav-items a {
    padding-right: 1em;
  }
}
@media screen and (max-width: 600px) {
  #oneClickRegistration .text-pos .heading {
    font-size: 36px;
    line-height: 60px;
    letter-spacing: -0.02em;
    margin: 0 0 1em;
  }
  #oneClickRegistration .text-pos .one-click-reg-subheading {
    margin-right: 3em;
  }
  #oneClickRegistration .text-pos .one-click-reg-conf-subheading {
    margin-right: 2em;
  }
  #oneClickRegistration #oneClickSubtext p {
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.05em;
    margin: 3em 3em 1em 0;
  }
  #oneClickRegistration .error p {
    padding: 0 3em 0 1em;
  }
  #oneClickSuccessMessageContainer .success-message {
    font-size: 36px;
    line-height: 60px;
    padding-right: 1em;
  }
  #oneClickSuccessMessageContainer .success-message-subheading {
    font-size: 20px;
    padding-right: 3em;
  }
  #oneClickSuccessMessageContainer .event-description {
    padding-right: 3em;
  }
  #oneClickSuccessMessageContainer .nav-items {
    display: flex;
  }
  #oneClickSuccessMessageContainer .nav-items a {
    padding-right: 1.5em;
  }
}
.hds-accordion .cmp-accordion .hds-accordion-border {
  position: absolute;
  height: 65px;
  width: 5px;
  background-color: #ffffff;
  border-radius: 5px;
}
.hds-accordion .cmp-accordion .hds-accordion-border-bottom {
  border-bottom: 1px solid #FFFFFF;
  opacity: 0.3;
}
.hds-accordion .cmp-accordion .exp-col-all {
  display: none;
}
.hds-accordion .cmp-accordion .collapse-all {
  display: none;
}
.hds-accordion .cmp-accordion .cmp-accordion__item {
  margin-bottom: 15px;
}
.hds-accordion .cmp-accordion .cmp-accordion__button {
  border-radius: 0;
  padding-left: 10rem;
  padding-right: 10rem;
}
.hds-accordion .cmp-accordion .cmp-accordion__button {
  background-image: url("main/css/resources/fonts/caret-down.svg");
  background-size: 30px;
  min-height: 75px;
}
.hds-accordion .cmp-accordion .cmp-accordion__button--expanded {
  background-image: url("main/css/resources/fonts/caret-up.svg");
  background-size: 30px;
  display: flex;
  min-height: unset;
}
.hds-accordion .cmp-accordion .cmp-accordion__title {
  font-family: "AmazonEmber-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  margin-top: -10px;
}
.hds-accordion .cmp-accordion .cmp-accordion__panel {
  padding: 1rem 10rem;
}
.hds-accordion .cmp-accordion .description {
  color: #AAAAAA;
  font-family: "AmazonEmber-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 23px;
}
@media screen and (max-width: 767px) {
  .hds-accordion .cmp-accordion {
    padding: 0 0 2rem 0;
  }
  .hds-accordion .cmp-accordion .cmp-accordion__button--expanded {
    background-position: 98% 20%;
  }
  .hds-accordion .cmp-accordion .cmp-accordion__button {
    border-radius: 0;
    padding-left: 4rem;
    padding-right: 5rem;
  }
  .hds-accordion .cmp-accordion .cmp-accordion__title {
    font-family: "AmazonEmber-Light";
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    margin-top: -10px;
  }
  .hds-accordion .cmp-accordion .cmp-accordion__panel {
    padding: 1rem 4rem;
  }
}

.horizon-marketoform-alexalive div #marketoFormEmbedCS {
  background: transparent;
  border-radius: 8px;
  color: #FFFFFF;
  height: 100% !important;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos {
  padding: 0 15px 15px 0;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm {
  max-width: 550px;
  margin: 0 !important;
  padding: 0;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .mktoFormRow {
  display: none;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .mktoFormRow ~ .mktoFormRow {
  display: block;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .mktoFormCol {
  margin-bottom: 16px !important;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=text],
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=url],
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=email],
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=tel],
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=number],
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=date],
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm select.mktoField,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm textarea.mktoField {
  font-family: "AmazonEmber-Regular";
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  display: flex;
  align-items: center;
  letter-spacing: 0.02em;
  background-color: unset;
  box-shadow: unset;
  padding: 0;
  max-width: 100%;
  opacity: unset;
  border-width: 0;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #FFFFFF, #FFFFFF) 1;
  color: rgba(255, 255, 255, 0.6705882353) !important;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=text].mktoValid,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=url].mktoValid,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=email].mktoValid,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=tel].mktoValid,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=number].mktoValid,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=date].mktoValid,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm select.mktoField.mktoValid,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm textarea.mktoField.mktoValid {
  border-width: 0;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #00CAFF, #00CCBC, #DDFFB8, #FFC772, #DDFFB8, #007FAC) 1;
  color: #FFFFFF !important;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=text].mktoInvalid,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=url].mktoInvalid,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=email].mktoInvalid,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=tel].mktoInvalid,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=number].mktoInvalid,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=date].mktoInvalid,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm select.mktoField.mktoInvalid,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm textarea.mktoField.mktoInvalid {
  border-width: 0;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #AC0E0E, #AC0E0E) 1;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=text]::-webkit-input-placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=url]::-webkit-input-placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=email]::-webkit-input-placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=tel]::-webkit-input-placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=number]::-webkit-input-placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=date]::-webkit-input-placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm select.mktoField::-webkit-input-placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm textarea.mktoField::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.6705882353) !important;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=text]::-moz-placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=url]::-moz-placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=email]::-moz-placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=tel]::-moz-placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=number]::-moz-placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=date]::-moz-placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm select.mktoField::-moz-placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm textarea.mktoField::-moz-placeholder {
  color: rgba(255, 255, 255, 0.6705882353) !important;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=text]::-ms-placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=url]::-ms-placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=email]::-ms-placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=tel]::-ms-placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=number]::-ms-placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=date]::-ms-placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm select.mktoField::-ms-placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm textarea.mktoField::-ms-placeholder {
  color: rgba(255, 255, 255, 0.6705882353) !important;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=text]::placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=url]::placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=email]::placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=tel]::placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=number]::placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=date]::placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm select.mktoField::placeholder,
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm textarea.mktoField::placeholder {
  color: rgba(255, 255, 255, 0.6705882353) !important;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=checkbox] + label:before {
  border: 1px solid #FFFFFF !important;
  background: unset;
  box-shadow: unset;
  border-radius: 1px;
  margin-top: 0.5rem;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm input[type=checkbox]:checked + label:before {
  border: none !important;
  color: #2F2F2F !important;
  background: #00CAFF;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .mktoEmailField, .horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm #Country, .horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .mktoLogicalField label::before {
  background: none;
  border-radius: 2px;
  color: #FFFFFF !important;
  opacity: unset;
  max-width: 100%;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .mktoFieldWrap:has(> .mktoInvalid.mktoEmailField):before {
  background: unset;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm #Country {
  font-family: "AmazonEmber-Regular";
  font-style: normal;
  font-size: 20px;
  line-height: 28px;
  padding: 0;
  border-width: 0;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #FFFFFF, #FFFFFF) 1;
  color: rgba(255, 255, 255, 0.6705882353) !important;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm #Country.mktoValid {
  border-width: 0;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #00CAFF, #00CCBC, #DDFFB8, #FFC772, #DDFFB8, #007FAC) 1;
  color: #FFFFFF !important;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm #Country.mktoInvalid {
  background: unset;
  border-width: 0;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #00CAFF, #00CCBC, #DDFFB8, #FFC772, #DDFFB8, #007FAC) 1;
  color: rgba(255, 255, 255, 0.6705882353) !important;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm #Country option {
  color: #555555;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .country-dropdown {
  max-width: 100%;
  border-width: 0;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #FFFFFF #FFFFFF) 1;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .country-dropdown .mktoFieldWrap:after {
  content: "";
  position: absolute;
  right: 0.5rem;
  top: 2.5rem;
  width: 15px;
  height: 15px;
  border-right: 3px solid #00CAFF;
  border-bottom: 3px solid #00CAFF;
  transform: rotate(45deg);
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .country-dropdown .mktoFieldWrap:before {
  content: "";
  position: absolute;
  top: 0;
  z-index: 1;
  width: 5px;
  height: 100%;
  background: transparent;
  border-radius: 2px 0 0 2px;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .country-dropdown .mktoFieldWrap:has(> .mktoInvalid):after {
  border-right: 3px solid #00CAFF;
  border-bottom: 3px solid #00CAFF;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .country-dropdown .mktoFieldWrap:has(> .mktoInvalid)::before {
  background: unset;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .mktoHtmlText {
  color: #FFFFFF !important;
  font-family: "AmazonEmber-Light";
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .mktoHtmlText a {
  padding: 0 !important;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .mktoLogicalField {
  padding: 0;
  max-width: 469px;
  margin-top: 8px;
  border: 1px solid transparent;
  display: contents;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .mktoLogicalField label {
  font-family: "AmazonEmber-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  opacity: 0.8;
  margin: 1em 0 0 2em;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .mktoLogicalField label.caption {
  font-size: 12px;
  line-height: 16px;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .mktoLogicalField label.light-font {
  font-weight: 300;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .mktoLogicalField label::before {
  width: 20px;
  height: 20px;
  font-size: 20px;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .mktoLogicalField.mktoInvalid {
  border: 1px solid #AC0E0E;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .mktoButtonRow {
  text-align: left !important;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .mktoButtonRow .mktoButtonWrap button {
  color: #000000 !important;
  background: #00CAFF !important;
  border: 2px solid #00CAFF !important;
  font-size: 16px !important;
  box-shadow: unset;
  padding: 10px 26px !important;
  border-radius: 150px;
  font-family: "AmazonEmber-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 26px;
  width: auto;
  height: auto;
}
@media screen and (max-width: 600px) {
  .horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .mktoButtonRow .mktoButtonWrap button {
    font-size: 14px;
  }
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .mktoButtonRow .mktoButtonWrap button:hover {
  background: #00CAFF !important;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .mktoButtonRow .mktoButtonWrap button:focus {
  background: #00CAFF !important;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .mktoButtonRow .mktoButtonWrap button:active {
  background: #00CAFF !important;
  opacity: 0.75;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .success-message-container {
  padding: 0 27rem 0 0;
  color: #FFFFFF !important;
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .success-message-container h1.success-message {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-size: 60px;
  line-height: 70px;
  letter-spacing: -0.02em;
  font-family: "AmazonEmber-Light";
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .success-message-container h5.success-message-subheading {
  padding: 2rem 0 0;
  font-style: normal;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: -0.015em;
  font-family: "AmazonEmber-Light";
}
.horizon-marketoform-alexalive div #marketoFormEmbedCS .success-message-container p.event-description {
  padding: 2rem 0 0;
  font-style: normal;
  font-size: 16px;
  line-height: 23px;
  font-family: "AmazonEmber-Light";
}
@media screen and (min-width: 601px) and (max-width: 1200px) {
  .horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos {
    padding: 0 15px 15px 0;
  }
  .horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoHtmlText {
    width: 100% !important;
  }
  .horizon-marketoform-alexalive div #marketoFormEmbedCS .success-message-container {
    padding: 0 3rem 0 0;
  }
}
@media screen and (max-width: 600px) {
  .horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos {
    padding: 10px 5px;
  }
  .horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm {
    max-width: 100%;
  }
  .horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .country-dropdown {
    max-width: 100%;
    border-width: 0;
    border-bottom: 1px solid;
    border-image: linear-gradient(to right, #00CAFF, #00CCBC, #DDFFB8, #FFC772, #DDFFB8, #007FAC) 1;
  }
  .horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .country-dropdown .mktoFieldWrap:after {
    top: 1rem;
  }
  .horizon-marketoform-alexalive div #marketoFormEmbedCS .text-pos .mktoForm .mktoButtonRow .mktoButtonWrap button {
    padding: 8px 22px !important;
    font-size: 14px !important;
  }
  .horizon-marketoform-alexalive div #marketoFormEmbedCS .success-message-container {
    padding: 0 5rem 2rem 0;
  }
}

.eventSchedule .cmp-accordion {
  padding: 2rem 0;
}
.eventSchedule .cmp-accordion .hds-accordion-border {
  position: absolute;
  height: 65px;
  width: 5px;
  border-radius: 5px;
}
.eventSchedule .cmp-accordion .hds-accordion-border-bottom {
  border-bottom: 1px solid #ffffff;
  opacity: 0.3;
}
.eventSchedule .cmp-accordion .event-schedule-time-container {
  font-family: "AmazonEmberDisplay-Light";
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.015em;
  color: #FFFFFF;
  width: 20%;
  padding-left: 10px;
  padding-right: 5px;
  display: flex;
  flex-direction: column;
}
.eventSchedule .cmp-accordion .event-schedule-type {
  font-family: "AmazonEmberDisplay-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.015em;
  color: #FFFFFF;
  opacity: 0.7;
  width: 15%;
  padding-right: 10px;
}
.eventSchedule .cmp-accordion .exp-col-all {
  display: none;
}
.eventSchedule .cmp-accordion .collapse-all {
  display: none;
}
.eventSchedule .cmp-accordion .cmp-accordion__button {
  border-radius: 0;
}
.eventSchedule .cmp-accordion .cmp-accordion__button {
  background-image: url("main/css/resources/fonts/caret-down.svg");
  background-size: 30px;
  min-height: 75px;
  background-position: 98% 50%;
  display: flex;
  align-items: center;
}
.eventSchedule .cmp-accordion .cmp-accordion__button--expanded {
  background-image: url("main/css/resources/fonts/caret-up.svg");
  background-size: 30px;
  background-position: 98% 50%;
}
.eventSchedule .cmp-accordion .cmp-accordion__title {
  font-family: "AmazonEmber-Light";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  width: 60%;
}
.eventSchedule .cmp-accordion .cmp-accordion__panel {
  padding: 0%;
}
.eventSchedule .cmp-accordion .cmp-accordion__panel .hds-rowComponent .row-container .inner-wrap-indent.h-px-md-5 {
  padding: 0px;
}
.eventSchedule .cmp-accordion .column-control_wrapper h6 {
  color: #AAAAAA;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-top: 0px;
  margin-bottom: 0px;
}
.eventSchedule .cmp-accordion .text-comp p {
  margin-bottom: 0px;
}
.eventSchedule .cmp-accordion .text-comp .description {
  padding: 0px 5px 0px 0px;
}
.eventSchedule .cmp-accordion .text-comp .subtitle-one {
  font-size: 14px;
}
@media screen and (min-width: 1350px) {
  .eventSchedule .cmp-accordion .text-comp .description {
    padding: 0px 5px 0px 5px;
  }
}
.eventSchedule .cmp-accordion .columncontrol {
  padding-left: 34%;
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .eventSchedule .cmp-accordion .event-schedule-type {
    padding-right: 5px;
  }
  .eventSchedule .cmp-accordion .event-schedule-time-container {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130.7%;
    color: #FFFFFF;
    padding-right: 5%;
    padding-left: 10px;
  }
  .eventSchedule .cmp-accordion .cmp-accordion__button {
    padding-top: 0;
    background-position: 98% 40%;
  }
  .eventSchedule .cmp-accordion .cmp-accordion__button--expanded {
    background-position: 98% 40%;
  }
  .eventSchedule .cmp-accordion .cmp-accordion__button {
    border-radius: 0;
  }
  .eventSchedule .cmp-accordion .cmp-accordion__title {
    font-family: "AmazonEmber-Light";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    width: auto;
    text-align: center;
  }
  .eventSchedule .cmp-accordion .cmp-accordion__panel {
    padding-left: 0%;
  }
  .eventSchedule .cmp-accordion .cmp-accordion__panel .column-control_wrapper .content-section {
    margin: 0%;
    padding-bottom: 0px;
    padding-top: 0px;
  }
  .eventSchedule .cmp-accordion .cmp-accordion__panel .column-control_wrapper .content-section .text {
    padding-bottom: 10px;
  }
  .eventSchedule .cmp-accordion .columncontrol {
    width: 80%;
    padding-left: 33.5%;
  }
}
@media screen and (max-width: 600px) {
  .eventSchedule .cmp-accordion .event-schedule-time-container {
    font-family: "AmazonEmber-Light";
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 130.7%;
    color: #FFFFFF;
    padding-left: 10px;
    padding-right: 20px;
    width: auto;
  }
  .eventSchedule .cmp-accordion .event-schedule-type {
    display: none;
  }
  .eventSchedule .cmp-accordion .cmp-accordion__button {
    padding-top: 0;
    background-position: 98% 40%;
  }
  .eventSchedule .cmp-accordion .cmp-accordion__button--expanded {
    background-position: 98% 40%;
  }
  .eventSchedule .cmp-accordion .cmp-accordion__button {
    border-radius: 0;
  }
  .eventSchedule .cmp-accordion .cmp-accordion__title {
    font-family: "AmazonEmber-Light";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
  }
  .eventSchedule .cmp-accordion .cmp-accordion__panel {
    padding: 0px;
  }
  .eventSchedule .cmp-accordion .cmp-accordion__panel .column-control_wrapper .content-section {
    padding-top: 0px;
    padding-bottom: 5px;
  }
  .eventSchedule .cmp-accordion .cmp-accordion__panel .column-control_wrapper [class*=column-control_wrapper_container].gutter-small, .eventSchedule .cmp-accordion .cmp-accordion__panel .column-control_wrapper [class*=column-control_wrapper_container].gutter-medium, .eventSchedule .cmp-accordion .cmp-accordion__panel .column-control_wrapper [class*=column-control_wrapper_container].gutter-large, .eventSchedule .cmp-accordion .cmp-accordion__panel .column-control_wrapper [class*=column-control_wrapper_container].gutter-blog {
    margin: 0;
  }
  .eventSchedule .cmp-accordion .cmp-accordion__panel .column-control_wrapper [class*=column-control_wrapper_container] .content-section:nth-child(n) {
    margin-bottom: 5px;
  }
  .eventSchedule .cmp-accordion .columncontrol {
    width: 80%;
    padding-left: 100px;
  }
}
@font-face {
  font-family: "AmazonEmber-Bold";
  src: url(main/css/resources/fonts/AmazonEmber_Bd.ttf) format("truetype");
}
@font-face {
  font-family: "AmazonEmber-Regular";
  src: url(main/css/resources/fonts/AmazonEmber_Rg.ttf) format("truetype");
}
@font-face {
  font-family: "AmazonEmber-Medium";
  src: url(main/css/resources/fonts/AmazonEmber_Md.ttf) format("truetype");
}
@font-face {
  font-family: "AmazonEmber-Light";
  src: url(main/css/resources/fonts/AmazonEmber_Lt.ttf) format("truetype");
}
@font-face {
  font-family: "AmazonEmber-Theme";
  src: url(main/css/resources/fonts/AmazonEmber_Th.ttf) format("truetype");
}
@font-face {
  font-family: "AmazonEmberDisplay-Bold";
  src: url(main/css/resources/fonts/AmazonEmberDisplay_Bd.ttf) format("truetype");
}
@font-face {
  font-family: "AmazonEmberDisplay-Regular";
  src: url(main/css/resources/fonts/AmazonEmberDisplay_Rg.ttf) format("truetype");
}
@font-face {
  font-family: "AmazonEmberDisplay-Heavy";
  src: url(main/css/resources/fonts/AmazonEmberDisplay_He.ttf) format("truetype");
}
@font-face {
  font-family: "AmazonEmberDisplay-Light";
  src: url(main/css/resources/fonts/AmazonEmberDisplay_Lt.ttf) format("truetype");
}
@font-face {
  font-family: "AmazonEmberDisplay-Medium";
  src: url(main/css/resources/fonts/AmazonEmberDisplay_Md.ttf) format("truetype");
}
/***************************
****************************
Alexa Live Site Styles
****************************
***************************/
/*----------------------- Registration Page Styles --------------------------*/
#alexaLiveFormTemplate #form-wrapper .inner-wrap-indent.px-3.px-md-5 {
  max-width: 1000px;
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm {
  max-width: unset;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm a {
  padding: unset;
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm .mktoFormRow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (min-width: 451px) {
  #alexaLiveFormTemplate #mktoForm_4661.mktoForm .mktoFormRow:nth-child(15) > .mktoFormCol:first-child {
    margin-right: 8%;
  }
}
@media screen and (max-width: 450px) {
  #alexaLiveFormTemplate #mktoForm_4661.mktoForm .mktoFormRow:nth-child(15) {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm .mktoFormRow .mktoFormCol {
  border-width: 0;
  border-bottom: 1px solid;
  border-image: linear-gradient(to right, #00CAFF, #00CCBC, #DDFFB8, #FFC772, #DDFFB8, #007FAC) 1;
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm .mktoFormRow:nth-child(20) .mktoFormCol {
  border-bottom: 0 !important;
  flex-basis: fit-content;
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm .mktoFormRow:nth-child(20) .mktoFormCol:nth-child(1) {
  max-width: 30px;
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm .mktoFormRow:nth-child(20) .mktoFormCol:nth-child(2) {
  margin-top: 19px;
}
@media screen and (max-width: 480px) {
  #alexaLiveFormTemplate #mktoForm_4661.mktoForm .mktoFormRow:nth-child(20) > .mktoFormCol:first-child {
    margin-top: 10px;
  }
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm input[type=checkbox] + label:before {
  border: 1px solid #FFFFFF !important;
  background: unset;
  box-shadow: unset;
  border-radius: 1px;
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm input[type=checkbox]:checked + label:before {
  border: none !important;
  color: white;
  background: #00CAFF;
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm .mktoFormRow:nth-child(21) .mktoFormCol {
  border-bottom: 0 !important;
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm .mktoFormRow:nth-child(21) > .mktoFormCol:first-child {
  display: none;
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm .mktoButtonRow {
  text-align: left !important;
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm button.mktoButton {
  color: #000000 !important;
  background: #00CAFF !important;
  border: unset;
  box-shadow: unset;
  padding: 12px 18px !important;
  font-size: 18px !important;
  border-radius: 27px;
  font-family: "AmazonEmberDisplay-Regular";
  font-size: 14px !important;
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm button.mktoButton:hover, #alexaLiveFormTemplate #mktoForm_4661.mktoForm button.mktoButton:visited {
  background: rgba(16, 77, 93, 0.7294117647) !important;
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm .mktoLabel {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: rgba(255, 255, 255, 0.6705882353) !important;
  font-size: 11px;
  font-family: "AmazonEmberDisplay-Regular";
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm input::placeholder {
  color: rgba(255, 255, 255, 0.6705882353) !important;
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm .mktoHtmlText {
  width: unset !important;
  color: #FFFFFF;
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm input[type=text],
#alexaLiveFormTemplate #mktoForm_4661.mktoForm input[type=url],
#alexaLiveFormTemplate #mktoForm_4661.mktoForm input[type=email],
#alexaLiveFormTemplate #mktoForm_4661.mktoForm input[type=tel],
#alexaLiveFormTemplate #mktoForm_4661.mktoForm input[type=number],
#alexaLiveFormTemplate #mktoForm_4661.mktoForm input[type=date],
#alexaLiveFormTemplate #mktoForm_4661.mktoForm select.mktoField,
#alexaLiveFormTemplate #mktoForm_4661.mktoForm textarea.mktoField {
  background-color: unset;
  border: unset;
  box-shadow: unset;
  color: rgba(255, 255, 255, 0.6705882353) !important;
  font-size: 16px;
  font-family: "AmazonEmberDisplay-Regular";
  padding: 0;
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm select option {
  color: #2F2F2F !important;
  background-color: #E5E5E5;
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm select.mktoField:hover {
  cursor: pointer;
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm input[type=email],
#alexaLiveFormTemplate #mktoForm_4661.mktoForm select {
  border: unset;
  border-top-color: unset;
  box-shadow: none;
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm input::-webkit-input-placeholder,
#alexaLiveFormTemplate #mktoForm_4661.mktoForm input::-moz-placeholder,
#alexaLiveFormTemplate #mktoForm_4661.mktoForm input:-ms-input-placeholder,
#alexaLiveFormTemplate #mktoForm_4661.mktoForm input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.6705882353) !important;
}
#alexaLiveFormTemplate #mktoForm_4661.mktoForm select.mktoField {
  background: url("main/css/resources/fonts/caret-down.svg") center right no-repeat;
  background-size: 25px;
}
/***************************
****************************
Horizon Site Styles
****************************
***************************/
.horizon-styles .dante-header .container-fluid::before, .horizon-styles .dante-header .container-fluid::after {
  display: none;
  content: none;
}
.horizon-styles .dante-header .container-fluid .navbar {
  margin: 0;
  min-height: unset;
  border: none;
}
.horizon-styles .dante-header .container-fluid .navbar::before, .horizon-styles .dante-header .container-fluid .navbar::after {
  display: none;
  content: none;
}
.horizon-styles .dante-header .container-fluid .navbar .navbar-nav {
  margin: 0;
}

.base-wrapper .horizon-styles h1, .base-wrapper .horizon-styles h2 {
  font-family: "AmazonEmber-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 36px;
  line-height: 44px;
}
.base-wrapper .horizon-styles h3 {
  font-family: "AmazonEmber-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 28px;
  line-height: 36px;
}
.base-wrapper .horizon-styles h4 {
  font-family: "AmazonEmber-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
}
.base-wrapper .horizon-styles h5, .base-wrapper .horizon-styles .title-five {
  font-family: "AmazonEmber-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
}
.base-wrapper .horizon-styles h6, .base-wrapper .horizon-styles p {
  font-family: "AmazonEmber-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
}
.base-wrapper .horizon-styles h6.caption, .base-wrapper .horizon-styles p.caption {
  font-size: 12px;
  line-height: 16px;
}
.base-wrapper .horizon-styles h6.light-font, .base-wrapper .horizon-styles p.light-font {
  font-weight: 300;
}
.base-wrapper .horizon-styles .caption {
  font-family: "AmazonEmberDisplay-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 16px;
}
.base-wrapper .horizon-styles .title-ico {
  font-family: "AmazonEmber-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 17px;
}
.base-wrapper .horizon-styles .h-color-inherit {
  color: inherit;
  opacity: 1;
}
.base-wrapper .horizon-styles .inner-wrap {
  max-width: 144rem;
}
.base-wrapper .horizon-styles.font-black, .base-wrapper .horizon-styles .font-black {
  color: #000000;
}
.base-wrapper .horizon-styles.font-white, .base-wrapper .horizon-styles .font-white {
  color: #FFFFFF;
}
.base-wrapper .horizon-styles.font-grey, .base-wrapper .horizon-styles .font-grey {
  color: #E5E5E5;
}
.base-wrapper .horizon-styles.font-squidink, .base-wrapper .horizon-styles .font-squidink {
  color: #232F3E;
}
.base-wrapper .horizon-styles .h-px-md-5 {
  padding: 0 clamp(12px, 4%, 56px);
}
@media screen and (min-width: 769px) {
  .base-wrapper .horizon-styles .hideDesktop {
    display: none;
  }
}
@media screen and (min-width: 601px) and (max-width: 768px) {
  .base-wrapper .horizon-styles .hideTablet {
    display: none;
  }
}
@media screen and (max-width: 600px) {
  .base-wrapper .horizon-styles .hideMobile {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .base-wrapper .horizon-styles .h-px-sm-5 {
    padding: 0 clamp(6px, 2%, 28px);
  }
  .base-wrapper .horizon-styles .d-none-md {
    display: none;
  }
  .base-wrapper .horizon-styles .d-block-md {
    display: block;
  }
}
@media screen and (max-width: 376px) {
  .base-wrapper .horizon-styles .h-px-md-5 {
    padding: 0 clamp(12px, 3%, 56px);
  }
  .base-wrapper .horizon-styles .h-px-sm-5 {
    padding: 0 clamp(6px, 1.5%, 28px);
  }
}

.permaLink-navBar {
  display: flex;
  justify-content: flex-end;
  background-color: #152939;
  margin-bottom: 0;
  border-bottom: 0.1rem solid #1A364C;
}
.permaLink-navBar .permaLink-a {
  color: #FFFFFF;
  padding: 1rem 3rem 1rem 0;
}

.hds-button .btn-section {
  width: 100%;
}
.hds-button .btn-section a.cta-button {
  border-radius: 150px;
  font-family: "AmazonEmber-Regular";
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 26px;
  width: auto;
  height: auto;
  color: #000000;
  border: 2px solid;
}
@media screen and (max-width: 600px) {
  .hds-button .btn-section a.cta-button {
    font-size: 14px;
  }
}
.hds-button .btn-section a.cta-button.font-black, .hds-button .btn-section a.cta-button .font-black {
  color: #000000;
}
.hds-button .btn-section a.cta-button.font-white, .hds-button .btn-section a.cta-button .font-white {
  color: #FFFFFF;
}
.hds-button .btn-section a.cta-button.font-grey, .hds-button .btn-section a.cta-button .font-grey {
  color: #E5E5E5;
}
.hds-button .btn-section a.cta-button.font-squidink, .hds-button .btn-section a.cta-button .font-squidink {
  color: #232F3E;
}
.hds-button .btn-section a.cta-button.icon-left::before, .hds-button .btn-section a.cta-button.icon-right::after {
  content: "";
  position: relative;
  width: 7px;
  height: 7px;
  border-right: 2px solid;
  border-top: 2px solid;
  transform: rotate(45deg);
}
.hds-button .btn-section a.cta-button.icon-left::before {
  right: 10px;
}
.hds-button .btn-section a.cta-button.icon-right::after {
  left: 8px;
}
.hds-button .btn-section a.cta-button.large-button {
  padding: 12px 30px;
}
.hds-button .btn-section a.cta-button.disabled, .hds-button .btn-section a.cta-button:not([href]) {
  opacity: 0.5;
  pointer-events: none;
}
.hds-button .btn-section a.cta-button:hover, .hds-button .btn-section a.cta-button:active, .hds-button .btn-section a.cta-button:focus {
  text-decoration: none;
  outline: none;
  outline-offset: 0;
}
.hds-button .btn-section a.cta-button.cta-transparent {
  background-color: transparent;
}
.hds-button .btn-section a.cta-button.cta-transparent.font-white:hover, .hds-button .btn-section a.cta-button.cta-transparent.font-grey:hover {
  background: #6b6b6b;
}
.hds-button .btn-section a.cta-button.cta-transparent.font-white:focus, .hds-button .btn-section a.cta-button.cta-transparent.font-grey:focus {
  background: #555555;
}
.hds-button .btn-section a.cta-button.cta-transparent.font-white:active, .hds-button .btn-section a.cta-button.cta-transparent.font-grey:active {
  background: #464646;
}
.hds-button .btn-section a.cta-button.cta-transparent:hover {
  background: #F2F2F2;
}
.hds-button .btn-section a.cta-button.cta-transparent:focus {
  background: #D9D9D9;
}
.hds-button .btn-section a.cta-button.cta-transparent:active {
  background: #C9CBCC;
}
.hds-button .btn-section a.cta-button.cta-orange2 {
  background: #FF9900;
  border: 2px solid #FF9900;
}
.hds-button .btn-section a.cta-button.cta-orange2:hover {
  background: #FFCB74;
}
.hds-button .btn-section a.cta-button.cta-orange2:focus {
  background: #E8B96B;
}
.hds-button .btn-section a.cta-button.cta-orange2:active {
  background: #D5A14C;
}

.hds-button.dark-mode .btn-section a.cta-button.cta-transparent {
  color: #FFFFFF;
}
.hds-button.dark-mode .btn-section a.cta-button.cta-transparent:hover {
  background: #6b6b6b;
}
.hds-button.dark-mode .btn-section a.cta-button.cta-transparent:focus {
  background: #555555;
}
.hds-button.dark-mode .btn-section a.cta-button.cta-transparent:active {
  background: #464646;
}

.hds-button.light-mode .btn-section a.cta-button.cta-transparent {
  color: #000000;
}

@media (max-width: 600px) {
  .hds-button .btn-section a.cta-button {
    padding: 8px 22px;
  }
}
/***************************
Horizon Site Margin Top
***************************/
.h-mt-0 {
  margin-top: 0;
}

.h-mt-8 {
  margin-top: 8px;
}

.h-mt-12 {
  margin-top: 12px;
}

.h-mt-16 {
  margin-top: 16px;
}

.h-mt-20 {
  margin-top: 20px;
}

.h-mt-28 {
  margin-top: 28px;
}

.h-mt-40 {
  margin-top: 40px;
}

.h-mt-60 {
  margin-top: 60px;
}

/***************************
Horizon Site Margin Bottom
***************************/
.h-mb-0 {
  margin-bottom: 0;
}

.h-mb-8 {
  margin-bottom: 8px;
}

.h-mb-12 {
  margin-bottom: 12px;
}

.h-mb-16 {
  margin-bottom: 16px;
}

.h-mb-20 {
  margin-bottom: 20px;
}

.h-mb-28 {
  margin-bottom: 28px;
}

.h-mb-40 {
  margin-bottom: 40px;
}

.h-mb-60 {
  margin-bottom: 60px;
}

/***************************
Horizon Site Padding
***************************/
.h-p-0 {
  padding: 0;
}

.h-p-8 {
  padding: 8px;
}

.h-p-12 {
  padding: 12px;
}

.h-p-16 {
  padding: 16px;
}

.h-p-20 {
  padding: 20px;
}

.h-p-28 {
  padding: 28px;
}

.h-p-40 {
  padding: 40px;
}

.h-p-60 {
  padding: 60px;
}

/***************************
Horizon Site Top/Bottom Padding
***************************/
.h-py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.h-py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.h-py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.h-py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.h-py-20 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.h-py-28 {
  padding-top: 28px;
  padding-bottom: 28px;
}

.h-py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.h-py-60 {
  padding-top: 60px;
  padding-bottom: 60px;
}
.highlight-text {
  color: #c7254e;
  background: #f5f5f5;
  font-style: italic;
  font-family: Monaco, Consolas, Courier, monospace;
  font-size: 1.4rem;
}
.font-amazon-ember-light {
  font-family: AmazonEmber-Light !important;;
}
.font-amazon-ember-regular {
  font-family: AmazonEmber-Regular !important;;
}
