/*!*********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./cartridges/app_custom_interceramic/cartridge/client/default/scss/experience/components/customAssets/microsite.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************/
.menu-container-mobile {
  display: none;
}
@media (max-width: 991px) {
  .menu-container-mobile {
    display: block;
  }
}

.menu {
  display: block;
  position: relative;
}
@media (max-width: 991px) {
  .menu {
    display: none;
  }
}

.menu .row {
  display: flex;
  gap: 10px;
  margin-left: 0;
}

.active {
  border-bottom: solid 2px red;
}

td a {
  color: #818181;
  font-size: 12px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 14px;
}
@media (min-width: 769px) {
  td a {
    color: #818181;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}

p a {
  color: #818181;
}

.content-menu-r1 a {
  color: #818181;
  text-decoration: none;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: white;
  border: 1.3px solid #B8BBC2;
  z-index: 1000;
  width: -webkit-fill-available; /* stylelint-disable-line value-no-vendor-prefix */
}

.submenu a {
  display: block;
  padding: 10px;
  text-align: left;
  text-decoration: none;
  color: #818181;
  font-size: 11px;
  font-family: Poppins, sans-serif;
}

.content-link-blank a {
  color: red;
}

.experience-custom_assets-linkBlank a {
  color: #818181;
  text-decoration: underline;
}
@media (max-width: 991.98px) {
  .experience-custom_assets-linkBlank a {
    font-size: 12px;
  }
}

.title-grid-1 .content-link-blank {
  color: #818181;
  font-size: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 2rem !important;
}

@media (max-width: 768px) {
  .experience-custom_assets-textTableThreeTitles a,
  .experience-custom_assets-textTable a {
    color: #818181;
    text-decoration: underline;
  }
}
td a:hover {
  color: #818181;
}

.title-grid-2 .experience-commerce_assets-editorialRichText a {
  color: red;
  text-decoration: underline;
}
.title-grid-2 .experience-component.experience-custom_assets-linkBlank {
  color: #818181;
  font-size: 16px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 18px;
}
@media (max-width: 991.98px) {
  .title-grid-2 .experience-component.experience-custom_assets-linkBlank {
    font-size: 12px;
  }
  .title-grid-2 .experience-component.experience-custom_assets-linkBlank:last-child {
    margin-bottom: 7rem !important;
  }
}

.submenu a:hover {
  background-color: #f0f0f0;
}

.menu a:not(.active):hover {
  color: #818181;
  text-decoration: none;
}

.menu-icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: var(--drop-icon) no-repeat center;
  transition: transform 0.3s ease, color 0.3s ease;
  margin-left: 5px;
}

.submenu-toggle {
  position: relative;
}
.submenu-toggle .submenu {
  display: none;
}
.submenu-toggle .component-menu-text.active:not(.btn-menu) {
  border-bottom: none;
}
.submenu-toggle.activeFlag .menu-icon {
  transform: rotate(180deg);
  color: red;
}

.btn-menu {
  padding: 10px 20px;
  border: 1px solid gray;
  border-radius: 8px;
  background-color: white;
  text-decoration: none;
  cursor: pointer;
  outline: none;
}
.btn-menu.active {
  border-color: red;
  color: red;
  text-decoration: none;
}
.btn-menu.active .menu-icon {
  filter: invert(23%) sepia(95%) saturate(4977%) hue-rotate(359deg) brightness(97%) contrast(119%);
}

.component-menu-text {
  color: #818181;
  font-size: 11px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

th {
  color: #818181;
  font-size: 12px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 14px;
}
@media (min-width: 769px) {
  th {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
  }
}

td {
  color: #818181;
  font-size: 12px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 14px;
}
@media (min-width: 769px) {
  td {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
}

p {
  color: #818181;
  font-size: 12px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 14px;
}
@media (min-width: 769px) {
  p {
    font-size: 18px;
    font-weight: 600;
    line-height: 27px;
  }
}

.editorialRichText-component-container {
  margin-top: 4rem;
}
.editorialRichText-component-container p,
.editorialRichText-component-container ul,
.editorialRichText-component-container ol {
  color: #818181;
  font-size: 12px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 14px;
}
@media (min-width: 769px) {
  .editorialRichText-component-container p,
  .editorialRichText-component-container ul,
  .editorialRichText-component-container ol {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }
}
.editorialRichText-component-container h4 {
  color: #818181;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
}
@media (min-width: 769px) {
  .editorialRichText-component-container h4 {
    font-size: 20px;
    font-weight: 400;
    line-height: 18px;
  }
}

.menu-header {
  font-family: Poppins, sans-serif;
  color: #818181;
  line-height: 18px;
  font-size: 12px;
  margin-bottom: 10px;
  font-weight: 500;
}

.dropdown-menu-microsite {
  max-width: 100%;
  display: block;
  background-blend-mode: difference;
}

.experience-commerce_assets-photoTile {
  margin-bottom: 10rem;
  margin-top: 3rem;
}

.experience-custom_layouts-imageLayoutContainer {
  margin-bottom: 10rem;
  margin-top: 3rem;
}
.experience-custom_layouts-imageLayoutContainer .photo-tile-container-microsite a:hover {
  color: #818181;
  text-decoration: none;
}
.experience-custom_layouts-imageLayoutContainer .content-name {
  color: #818181;
  font-size: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 15px;
}
@media (min-width: 769px) {
  .experience-custom_layouts-imageLayoutContainer .content-name {
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
  }
}

.experience-custom_layouts-titleContent {
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.experience-custom_layouts-titleContent .gray-section {
  color: #CFD8DC;
  background: #CFD8DC;
  height: 1px;
  margin-top: 0.5px;
  width: calc(100% - 35px);
}
.experience-custom_layouts-titleContent hr {
  color: #CFD8DC;
}
@media (max-width: 991.98px) {
  .experience-custom_layouts-titleContent .textUnderline-component-container .red-section {
    width: 100%;
  }
  .experience-custom_layouts-titleContent .textUnderline-component-container .gray-section {
    width: 0;
  }
}
.experience-custom_layouts-titleContent .red-section {
  width: 35px;
  -webkit-box-flex: 0;
  border-radius: 50px;
  background: #E23A29;
  height: 2px;
}
.experience-custom_layouts-titleContent .experience-custom_assets-textTable p {
  color: #818181;
  font-size: 12px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 14px;
}
@media (min-width: 769px) {
  .experience-custom_layouts-titleContent .experience-custom_assets-textTable p {
    font-size: 16px;
    font-weight: 400;
    line-height: 18px;
  }
}
.experience-custom_layouts-titleContent .experience-custom_assets-textUnderline p {
  color: #818181;
  font-size: 14px;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 24px;
}
@media (max-width: 991.98px) {
  .experience-custom_layouts-titleContent .experience-custom_assets-textUnderline p {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
}
.experience-custom_layouts-titleContent .content-menu-r1 .experience-custom_assets-textUnderline p {
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
}
@media (max-width: 991.98px) {
  .experience-custom_layouts-titleContent .content-menu-r1 .experience-custom_assets-textUnderline p {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
  }
}
.experience-custom_layouts-titleContent .content-item {
  text-align-last: left;
}
.experience-custom_layouts-titleContent .content-table-r2 {
  padding-left: 2.7rem;
}

@media (max-width: 991.98px) {
  .content-menu-mobile {
    margin-bottom: 2rem;
  }
  .content-menu-mobile .region {
    display: -webkit-box;
    overflow: auto;
    width: 100%;
    scrollbar-color: transparent transparent;
  }
  .content-menu-mobile .region .experience-component {
    max-width: 266px;
    padding-right: 16px;
  }
  .content-menu-mobile .region hr {
    display: none;
  }
}

.region .experience-component:first-of-type .content-icon {
  display: none;
}

.icon-pdf-download {
  background-image: var(--icon-pdf-download);
  width: 24px;
  height: 28.37px;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 991.98px) {
  .icon-pdf-download {
    margin-top: 4px;
  }
}

.experience-custom_layouts-heading .gray-section {
  color: #CFD8DC;
  background: #CFD8DC;
  height: 1px;
  margin-top: 0.5px;
  width: calc(100% - 35px);
}
.experience-custom_layouts-heading .red-section {
  width: 35px;
  -webkit-box-flex: 0;
  border-radius: 50px;
  background: #E23A29;
  height: 2px;
}
.experience-custom_layouts-heading .article-title {
  margin-top: 4rem;
}
.experience-custom_layouts-heading .article-title-grid .editorialRichText-component-container a {
  color: #818181;
}
.experience-custom_layouts-heading .article-title-grid .editorialRichText-component-container p a:hover {
  color: #818181;
  text-decoration: none;
}
.experience-custom_layouts-heading .editorialRichText-component-container {
  margin-top: 2rem;
}
.experience-custom_layouts-heading .experience-custom_assets-linkBlank {
  margin-bottom: 2rem !important;
}

.experience-custom_layouts-headingWithArrow .gray-section {
  color: #CFD8DC;
  background: #CFD8DC;
  height: 1px;
  margin-top: 0.5px;
  width: calc(100% - 35px);
}
.experience-custom_layouts-headingWithArrow .red-section {
  width: 35px;
  -webkit-box-flex: 0;
  border-radius: 50px;
  background: #E23A29;
  height: 2px;
}
.experience-custom_layouts-headingWithArrow button.back-arrow {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDYgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01LjIyNDk3IDEyLjgyMTdDNS4zMjg4NyAxMi42NTU3IDUuMzg4OTUgMTIuNDQ5MyA1LjM5NjA1IDEyLjIzMzhDNS4zOTk4NiAxMi4xMjk1IDUuMzg2NTMgMTIuMDI1MyA1LjM1NyAxMS45Mjg0QzUuMzI3NDcgMTEuODMxNSA1LjI4MjQyIDExLjc0NDIgNS4yMjQ5NyAxMS42NzI3TDEuNjc0NDMgNi45Njk0NEw1LjI0NTE1IDIuMjM5NUM1LjI5OTg4IDIuMTYzNTEgNS4zNDE2OCAyLjA3Mjg2IDUuMzY3NzEgMS45NzM2NUM1LjM5Mzc0IDEuODc0NDUgNS40MDM0IDEuNzY5IDUuMzk2MDUgMS42NjQ0MkM1LjM5NzY4IDEuNDUwNTUgNS4zMzYzMSAxLjI0NDI2IDUuMjI0OTcgMS4wODkzNUM1LjE3MDYgMS4wMDgyOCA1LjEwMzY4IDAuOTQzNjk0IDUuMDI4NzYgMC44OTk5NzhDNC45NTM4NCAwLjg1NjI2MSA0Ljg3MjcgMC44MzQ0NDYgNC43OTA4NCAwLjgzNjAxN0M0LjYzMzYgMC44NDY2NzUgNC40ODU1NyAwLjkzNzQ0NyA0LjM3NzY5IDEuMDg5MzVMMC4zNjMxNTMgNi40MDcxOUMwLjMwMjk2IDYuNDgyNzQgMC4yNTQ5MjUgNi41NzM2NCAwLjIyMTkzOCA2LjY3NDQyQzAuMTY4MTIzIDYuODYzOSAwLjE2ODEyMyA3LjA3MjgzIDAuMjIxOTM4IDcuMjYyMzJDMC4yNTQ5MjUgNy4zNjMxIDAuMzAyOTYgNy40NTQgMC4zNjMxNTMgNy41Mjk1NUw0LjM1NzUxIDEyLjgyMDdDNC40MTE1NiAxMi44OTY4IDQuNDc3NDIgMTIuOTU2NCA0LjU1MDU2IDEyLjk5NTZDNC42MjM3IDEzLjAzNDcgNC43MDIzNyAxMy4wNTIzIDQuNzgxMTYgMTMuMDQ3M0M0Ljk0MzggMTMuMDM3OSA1LjA5OTY4IDEyLjk1OTQgNS4yMjQ5NyAxMi44MjE3WiIgZmlsbD0iIzcwNzA3MCIvPgo8L3N2Zz4K");
  cursor: pointer;
  background-repeat: no-repeat;
  margin: auto;
  width: 30px;
  height: 20px;
  background-position: center;
  margin-bottom: 15px;
  opacity: 1;
}
.experience-custom_layouts-headingWithArrow .experience-commerce_assets-photoTile {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.experience-custom_layouts-articleGrid .experience-custom_layouts-imageLayoutContainer {
  margin-bottom: 0;
  margin-top: 0;
}
.experience-custom_layouts-articleGrid .experience-custom_layouts-grid1Rowx2Col .bottoms {
  margin-bottom: 0;
}
.experience-custom_layouts-articleGrid .experience-commerce_assets-editorialRichText .editorialRichText-component-container {
  margin-top: 0;
}
.experience-custom_layouts-articleGrid .experience-commerce_assets-photoTile {
  margin: 0 auto;
}
.experience-custom_layouts-articleGrid .experience-custom_layouts-grid2Col .items-flex {
  display: grid;
}
.experience-custom_layouts-articleGrid .experience-custom_layouts-grid2Col .photo-tile-figure {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 991.98px) {
  .experience-custom_layouts-articleGrid .experience-custom_layouts-grid2Col .photo-tile-figure {
    width: 55%;
  }
}
.experience-custom_layouts-articleGrid .experience-custom_layouts-heading .region {
  display: flex;
  flex-wrap: wrap;
}
.experience-custom_layouts-articleGrid .experience-custom_layouts-heading .region img {
  height: auto;
  width: auto;
  padding-right: 20px;
}

.form-group-microsite {
  position: relative;
}

.form-group-microsite select, .form-group-microsite select.form-control, .form-group-microsite select.form-control.is-invalid {
  appearance: none;
  background-image: url("../../../../images/select-arrow.svg");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 10px 6px;
  width: 100%;
  background-color: #FFF;
  border-radius: 50px;
}

.select-microsite-option {
  height: 32px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  text-align: left;
  padding-left: 10px;
  padding-top: 0;
  padding-bottom: 0;
  color: #818181;
}
@media (min-width: 544px) {
  .select-microsite-option {
    height: 40px;
  }
}
@media (min-width: 769px) {
  .select-microsite-option {
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 400px) {
  .select-microsite-option {
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/*# sourceMappingURL=default\css\experience\components\customAssets\microsite.css.map*/