@font-face {
  font-family: "icon";
  src: url("icon.eot?t=1752662402255"); /* IE9*/
  src: url("icon.eot?t=1752662402255#iefix") format("embedded-opentype"), url("icon.woff2?t=1752662402255") format("woff2"), url("icon.woff?t=1752662402255") format("woff"), url("icon.ttf?t=1752662402255") format("truetype"), url("icon.svg?t=1752662402255") format("svg");
}
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "icon" !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-arrow-down::before {
  content: "\ea01";
}

.icon-arrow-left::before {
  content: "\ea02";
}

.icon-arrow-right::before {
  content: "\ea03";
}

.icon-bell::before {
  content: "\ea04";
}

.icon-booklet::before {
  content: "\ea05";
}

.icon-calendar::before {
  content: "\ea06";
}

.icon-camera::before {
  content: "\ea07";
}

.icon-check::before {
  content: "\ea08";
}

.icon-checkmark::before {
  content: "\ea09";
}

.icon-chevron-down::before {
  content: "\ea0a";
}

.icon-clipboard::before {
  content: "\ea0b";
}

.icon-copy::before {
  content: "\ea0c";
}

.icon-cross::before {
  content: "\ea0d";
}

.icon-details::before {
  content: "\ea0e";
}

.icon-embed-code::before {
  content: "\ea0f";
}

.icon-envelope::before {
  content: "\ea10";
}

.icon-external::before {
  content: "\ea11";
}

.icon-facebook-f::before {
  content: "\ea12";
}

.icon-facebook::before {
  content: "\ea13";
}

.icon-file-picture::before {
  content: "\ea14";
}

.icon-filter::before {
  content: "\ea15";
}

.icon-instagram::before {
  content: "\ea16";
}

.icon-linkedin-in::before {
  content: "\ea17";
}

.icon-linkedin::before {
  content: "\ea18";
}

.icon-logout::before {
  content: "\ea19";
}

.icon-magazine::before {
  content: "\ea1a";
}

.icon-magnifier::before {
  content: "\ea1b";
}

.icon-padlock::before {
  content: "\ea1c";
}

.icon-pause::before {
  content: "\ea1d";
}

.icon-person::before {
  content: "\ea1e";
}

.icon-phone::before {
  content: "\ea1f";
}

.icon-pinterest::before {
  content: "\ea20";
}

.icon-play::before {
  content: "\ea21";
}

.icon-puzzle::before {
  content: "\ea22";
}

.icon-question::before {
  content: "\ea23";
}

.icon-radio::before {
  content: "\ea24";
}

.icon-screen::before {
  content: "\ea25";
}

.icon-share::before {
  content: "\ea26";
}

.icon-speaker-active::before {
  content: "\ea27";
}

.icon-sphere::before {
  content: "\ea28";
}

.icon-star-outline::before {
  content: "\ea29";
}

.icon-star::before {
  content: "\ea2a";
}

.icon-text::before {
  content: "\ea2b";
}

.icon-tiktok::before {
  content: "\ea2c";
}

.icon-twitter::before {
  content: "\ea2d";
}

.icon-upload::before {
  content: "\ea2e";
}

.icon-user::before {
  content: "\ea2f";
}

.icon-warning::before {
  content: "\ea30";
}

.icon-whatsapp::before {
  content: "\ea31";
}

.icon-youtube::before {
  content: "\ea32";
}

.share {
  display: inline-block;
}
.share__menu {
  position: absolute;
  z-index: 1;
  left: -100vw;
  transition: opacity 0.2s ease 0s, transform 0.2s ease 0s, top 0s ease 0s;
  transform: translateX(-50%);
  transform-origin: 0 0;
  text-align: left;
  pointer-events: none;
  opacity: 0;
  border: 0.1rem solid #E5E5E5;
  box-shadow: 0.1rem 0.1rem 0.2rem rgba(0, 0, 0, 0.15);
}
@media (min-width: 576px) {
  .share__menu {
    transform: scale(0.95);
  }
}
.share__menu.is-active {
  top: calc(100% + 1rem);
  left: 50%;
  transition-delay: 0s, 0s, 0s;
  pointer-events: all;
  opacity: 1;
}
@media (min-width: 576px) {
  .share__menu.is-active {
    left: 0;
    transform: scale(1) translateX(0);
  }
}
.share__list {
  margin: 1rem 0;
  padding-left: 0;
  list-style: none;
}
.share__link {
  position: relative;
  display: block;
  padding: 0.6rem 5rem;
  white-space: nowrap;
  text-decoration: none;
}
.share__link::before {
  position: absolute;
  top: 50%;
  left: 2rem;
  transform: translateY(-50%);
}
.share__link::after {
  display: block;
  visibility: hidden;
  overflow: hidden;
  height: 0;
  content: attr(title);
  font-weight: bold;
}
.share__link:hover, .share__link:focus {
  text-decoration: none;
  color: #000;
  background-color: #F8F5F2;
  font-weight: bold;
}
@media (min-width: 768px) {
  .share__link--whatsapp {
    display: none;
  }
}
.share__url {
  position: absolute;
  left: -100vw;
}
.share__tick {
  position: absolute;
  top: 1rem;
  right: 2rem;
}