@-webkit-keyframes fly-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-25rem);
            transform: translate(-25rem);
    width: 150%;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 150%;
  }
}

@keyframes fly-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-25rem);
            transform: translate(-25rem);
    width: 150%;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 150%;
  }
}

@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.svg-icon {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  vertical-align: middle;
  width: 1em;
}

.svg-icon--inline {
  position: relative;
  top: -.0625em;
}

.svg-icon--dark {
  fill: #2c3643;
}

.svg-icon--gray {
  fill: rgba(0, 0, 0, 0.6);
}

.svg-icon--light-gray {
  fill: rgba(0, 0, 0, 0.25);
}

.svg-icon--spin {
  -webkit-animation: spin 500ms linear infinite;
          animation: spin 500ms linear infinite;
}

.svg-icon--fit {
  height: 100%;
  width: 100%;
}

.svg-icon--small {
  height: 1.6rem;
  width: 1.6rem;
}

.svg-icon--tiny {
  height: .6rem;
  width: .6rem;
}
@keyframes fly-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-25rem);
            transform: translate(-25rem);
    width: 150%;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 150%;
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.lp-global-header {
  position: relative;
  z-index: 100;
}

@media (max-width: 44.9375em) {
  .lp-global-header {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
  }
}

.lp-global-header--narrow {
  background-color: #fff;
}

@media (max-width: 44.9375em) {
  .lp-global-header--narrow {
    border-bottom: 0;
  }
}

@media (max-width: 44.9375em) {
  .lp-global-header--no-images.lp-global-header--narrow {
    border-bottom: 0.1rem solid #e4e4e4;
  }
}

.lp-global-header--normal {
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), transparent);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), transparent);
  left: 0;
  position: relative;
  right: 0;
  top: 0;
  z-index: 100;
}

.lp-global-header__container {
  max-width: 129rem;
  margin-left: auto;
  margin-right: auto;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.lp-global-header__container:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 45em) {
  .lp-global-header__container {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media (min-width: 67.5em) {
  .lp-global-header__container {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

@media (min-width: 88.125em) {
  .lp-global-header__container {
    margin-left: auto;
    margin-right: auto;
  }
}

.lp-global-header__inner {
  height: 5rem;
  -webkit-perspective: 800px;
          perspective: 800px;
  position: relative;
}

@media (min-width: 45em) {
  .lp-global-header__inner {
    border-bottom: 0.1rem solid rgba(255, 255, 255, 0.3);
    height: 13rem;
  }
}

@media (min-width: 45em) {
  .lp-global-header--narrow .lp-global-header__inner {
    border-bottom-color: transparent;
  }
}

@media (min-width: 45em) {
  .lp-global-header--no-images.lp-global-header--narrow .lp-global-header__inner {
    border-bottom-color: #e4e4e4;
  }
}

.lp-global-header__search {
  display: none;
}

@media (min-width: 75em) {
  .lp-global-header__search {
    background-color: transparent;
    border: 0;
    color: rgba(255, 255, 255, 0.38);
    cursor: pointer;
    display: block;
    font-size: 2.4rem;
    font-weight: 100;
    height: 13rem;
    left: 0;
    line-height: 13rem;
    margin-top: -6.5rem;
    overflow: hidden;
    padding: 0;
    position: absolute;
    text-align: left;
    text-overflow: ellipsis;
    top: 50%;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    white-space: nowrap;
    width: 38.7013%;
  }
}

@media (min-width: 80.625em) {
  .lp-global-header__search {
    text-align: center;
    width: auto;
  }
}

.lp-global-header__search--fade {
  -webkit-mask-image: -webkit-gradient(linear, 70% 0, 100% 0, left, right);
  width: 42%;
}

.lp-global-header__search .svg-icon {
  color: #fff;
  font-size: 1.8rem;
  margin-right: 1.4rem;
  -webkit-transition: margin 400ms;
          transition: margin 400ms;
  vertical-align: 0;
}

.lp-global-header__search:hover .svg-icon, .lp-global-header__search:active .svg-icon, .lp-global-header__search:focus .svg-icon {
  margin-right: 1.1rem;
}

.lp-global-header__search:focus {
  outline: 0;
}

.lp-global-header__search-text {
  color: #fff;
  -webkit-transition: color 400ms;
          transition: color 400ms;
}

.lp-global-header__search:hover .lp-global-header__search-text,
.lp-global-header__search:active .lp-global-header__search-text,
.lp-global-header__search:focus .lp-global-header__search-text {
  color: rgba(255, 255, 255, 0.38);
}

.lp-global-header--narrow .lp-global-header__search,
.lp-global-header--narrow .lp-global-header__search:hover .lp-global-header__search-text,
.lp-global-header--narrow .lp-global-header__search:active .lp-global-header__search-text,
.lp-global-header--narrow .lp-global-header__search:focus .lp-global-header__search-text {
  color: rgba(59, 68, 79, 0.38);
}

.lp-global-header--narrow .lp-global-header__search .svg-icon,
.lp-global-header--narrow .lp-global-header__search-text {
  color: #3b444f;
}

.lp-global-header__navigation {
  bottom: 0;
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
}

@media (min-width: 45em) {
  .lp-global-header__navigation {
    display: block;
  }
}

.lp-global-header__mobile {
  bottom: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 400ms;
          transition: opacity 400ms;
}

.lp-global-header__mobile--left {
  left: -1.3rem;
}

.lp-global-header__mobile--right {
  right: -1.3rem;
}

.lp-global-header__mobile--hidden {
  opacity: 0;
  pointer-events: 0;
}

@media (min-width: 45em) {
  .lp-global-header__mobile {
    display: none;
  }
}

.lp-global-header__mobile-search, .lp-global-header__mobile-menu, .lp-global-header__mobile-cart {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  display: block;
  padding: 0;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.lp-global-header__mobile-search, .lp-global-header__mobile-menu {
  font-size: 2.4rem;
  line-height: 1;
}

.lp-global-header__mobile-cart {
  line-height: 5rem;
  text-indent: -9999rem;
}

.lp-global-header__mobile-cart::before {
  bottom: 0;
  display: block;
  font-size: 2.3rem;
  left: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 0;
  top: 0;
}

.lp-global-header--narrow .lp-global-header__mobile-search,
.lp-global-header--narrow .lp-global-header__mobile-menu,
.lp-global-header--narrow .lp-global-header__mobile-cart {
  color: #2c3643;
}

.lp-global-header__mobile-search, .lp-global-header__mobile-menu {
  height: 5rem;
  padding: 1.3rem;
  top: 0;
  width: 5rem;
}

.lp-global-header__mobile-menu .menu-icon {
  left: 1.3rem;
  right: 1.3rem;
  top: 2.5rem;
}

.lp-global-header__mobile-menu .menu-icon, .lp-global-header__mobile-menu .menu-icon::before, .lp-global-header__mobile-menu .menu-icon::after {
  background-color: #fff;
  display: block;
  height: .2rem;
  position: absolute;
  width: 2.4rem;
}

.lp-global-header__mobile-menu .menu-icon::before, .lp-global-header__mobile-menu .menu-icon::after {
  content: "";
  left: 0;
  right: 0;
}

.lp-global-header__mobile-menu .menu-icon::before {
  top: -.7rem;
}

.lp-global-header__mobile-menu .menu-icon::after {
  top: .7rem;
}

.lp-global-header--narrow .lp-global-header__mobile-menu .menu-icon, .lp-global-header--narrow .lp-global-header__mobile-menu .menu-icon::before, .lp-global-header--narrow .lp-global-header__mobile-menu .menu-icon::after {
  background-color: #2c3643;
}
@keyframes fly-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-25rem);
            transform: translate(-25rem);
    width: 150%;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 150%;
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.lp-logo {
  display: block;
  width: 7.2rem;
}

.lp-global-header .lp-logo {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: 50%;
  -ms-transform: translateY(-50%);
      -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}

@media (min-width: 45em) and (max-width: 74.9375em) {
  .lp-global-header .lp-logo {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 45em) {
  .lp-global-header .lp-logo {
    width: 14.2rem;
  }
}

.ie9 .lp-global-header .lp-logo,
.no-csstransforms .lp-global-header .lp-logo {
  height: 100%;
  top: 0;
}

.lp-global-footer .lp-logo {
  width: 9.3rem;
}

@media (max-width: 59.9375em) {
  .lp-global-footer .lp-logo {
    float: left;
    margin-bottom: 1.5rem;
    margin-left: 1.5rem;
  }
}

@media (min-width: 60em) {
  .lp-global-footer .lp-logo {
    left: 0;
    position: absolute;
    top: 1.7rem;
  }
}

.lp-logo--white,
.lp-logo--normal {
  color: #fff;
}

.lp-logo--blue,
.lp-logo--narrow {
  color: #297cbb;
}

.lp-logo--gray {
  color: #cccccc;
  -webkit-transition: color 200ms;
          transition: color 200ms;
}

.lp-logo--gray:hover, .lp-logo--gray:active, .lp-logo--gray:focus {
  color: #297cbb;
}
@keyframes fly-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-25rem);
            transform: translate(-25rem);
    width: 150%;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 150%;
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.navigation {
  font-size: 0;
  line-height: 13rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.navigation__list, .navigation__item {
  list-style: none;
  margin: 0;
  padding: 0;
}

.navigation__item {
  display: inline-block;
  margin-left: 1.7rem;
  position: relative;
}

.navigation__item:not(:last-child) {
  margin-right: 1.7rem;
}

.navigation__item:first-child {
  display: none;
}

@media (min-width: 45em) and (max-width: 74.9375em) {
  .navigation__item:first-child {
    display: inline-block;
  }
}

.navigation__item--active {
  border-bottom: 0.4rem solid #fff;
  height: 13rem;
}

.navigation__item--user > .navigation__link {
  border: 0.1rem solid rgba(255, 255, 255, 0.6);
  border-radius: 1.7rem;
  line-height: 0;
  padding: 1.7rem 2rem 1.5rem;
  -webkit-transition: background-color 400ms, border-color 400ms;
          transition: background-color 400ms, border-color 400ms;
}

.navigation__item--user > .navigation__link:hover, .navigation__item--user > .navigation__link:active, .navigation__item--user > .navigation__link:focus {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.38);
  color: #fff;
}

.navigation--narrow .navigation__item--user > .navigation__link {
  border-color: rgba(59, 68, 79, 0.6);
}

.navigation--narrow .navigation__item--user > .navigation__link:hover, .navigation--narrow .navigation__item--user > .navigation__link:active, .navigation--narrow .navigation__item--user > .navigation__link:focus {
  background-color: rgba(59, 68, 79, 0.02);
  border-color: rgba(59, 68, 79, 0.15);
  color: #3b444f;
}

.navigation--narrow .navigation__item--active {
  border-bottom-color: transparent;
}

.navigation__link {
  color: #fff;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  -webkit-transition: color 400ms;
          transition: color 400ms;
}

.navigation__link:hover, .navigation__link:active, .navigation__link:focus {
  color: rgba(255, 255, 255, 0.6);
}

.navigation__item--active .navigation__link:hover, .navigation__item--active .navigation__link:active, .navigation__item--active .navigation__link:focus {
  color: #fff;
}

.navigation--narrow .navigation__link {
  color: #3b444f;
}

.navigation--narrow .navigation__link:hover, .navigation--narrow .navigation__link:active, .navigation--narrow .navigation__link:focus {
  color: rgba(59, 68, 79, 0.38);
}

.navigation--narrow .navigation__item--active .navigation__link {
  color: #297cbb;
}

.navigation__counter {
  background: #dc221a;
  border-radius: 50%;
  box-shadow: 0 0.1rem 0.2rem rgba(0, 0, 0, 0.2);
  color: #fff;
  font-family: "Benton Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  font-size: 1.3rem;
  font-weight: 600;
  height: 1.7rem;
  line-height: 1;
  margin-top: -1.7rem;
  position: absolute;
  right: -0.56667rem;
  text-align: center;
  text-indent: 0;
  top: 50%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1.7rem;
}

.sub-navigation {
  background-color: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 -1rem 2rem transparent;
  color: #3b444f;
  display: block;
  font-size: 1.8rem;
  left: 50%;
  line-height: 1.5;
  margin-left: -14.5rem;
  opacity: 0;
  padding-top: 0;
  pointer-events: none;
  position: absolute;
  top: 10rem;
  -ms-transform: translateY(1rem);
      -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: opacity 400ms, -webkit-transform 400ms, box-shadow 1200ms, visibility 400ms;
          transition: opacity 400ms, transform 400ms, box-shadow 1200ms, visibility 400ms;
  visibility: hidden;
  width: 29rem;
  z-index: 101;
}

.sub-navigation::before {
  border: 0.8rem solid transparent;
  border-bottom-color: #fff;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -0.8rem;
  position: absolute;
  top: -1.6rem;
  width: 0;
}

@media (max-width: 95.625em) {
  .navigation__item:last-child .sub-navigation {
    left: auto;
    margin-left: 0;
    right: 0;
  }
  .navigation__item:last-child .sub-navigation::before {
    left: auto;
    right: 1.6rem;
  }
}

.sub-navigation--visible,
.navigation__item:hover .sub-navigation {
  box-shadow: 0 3rem 9rem rgba(0, 0, 0, 0.4);
  opacity: 1;
  pointer-events: all;
  -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.sub-navigation__list {
  padding-bottom: 2.8rem;
  padding-top: 2.8rem;
}

.mobile-sub-navigation .sub-navigation__list {
  padding: 0;
}

.sub-navigation-feature + .sub-navigation__list {
  padding-top: 0;
}

.sub-navigation__item {
  font-size: 1.6rem;
  line-height: 1;
  margin-left: 3rem;
  margin-right: 3rem;
  position: relative;
}

.mobile-sub-navigation .sub-navigation__item {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
}

.sub-navigation__item:not(:first-child) {
  border-top: 0.1rem solid rgba(228, 234, 248, 0.5);
}

.sub-navigation__item--current::before {
  background-color: #dc221a;
  border-radius: 100%;
  bottom: 0;
  content: "";
  display: block;
  height: .4rem;
  left: -1.7rem;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
  width: .4rem;
  z-index: 1;
}

.sub-navigation__link {
  color: #2c3643;
  display: block;
  padding-bottom: .8rem;
  padding-top: 1rem;
  position: relative;
}

.mobile-sub-navigation .sub-navigation__link {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.sub-navigation__item--current .sub-navigation__link:hover::after,
.sub-navigation__item--current .sub-navigation__link:active::after,
.sub-navigation__item--current .sub-navigation__link:focus::after {
  background-color: transparent;
}

.sub-navigation__link::after {
  background-color: transparent;
  content: "";
  height: calc(100% + .2rem);
  left: -3rem;
  position: absolute;
  right: -3rem;
  top: -.1rem;
  -webkit-transition: background-color 200ms linear;
          transition: background-color 200ms linear;
  width: calc(100% + 3rem + 3rem);
  z-index: -1;
}

.sub-navigation__link:hover::after, .sub-navigation__link:active::after, .sub-navigation__link:focus::after {
  background-color: #f4f5f8;
}

.sub-navigation__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 0;
  border-radius: 2.2rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  outline: none;
  padding: 1.8rem 3rem 1.4rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 400ms, border 400ms, background-color 400ms;
          transition: color 400ms, border 400ms, background-color 400ms;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #297cbb;
  color: #fff;
  border-radius: 0 0 0.2rem 0.2rem;
  display: block;
  padding-bottom: 1.9rem;
  padding-top: 2.3rem;
}

.sub-navigation__button [class*="icon-"] {
  display: inline-block;
  font-size: 6px;
  margin-left: .6rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 500ms;
          transition: transform 500ms;
  vertical-align: 20%;
}

.sub-navigation__button:hover, .sub-navigation__button:focus {
  text-decoration: none;
  background-color: #388bca;
  color: #fff;
}

.sub-navigation__button:hover [class*="icon-"], .sub-navigation__button:focus [class*="icon-"] {
  -webkit-transform: translate3d(-0.4rem, 0, 0);
          transform: translate3d(-0.4rem, 0, 0);
}

.sub-navigation__button:hover .icon-chevron-right, .sub-navigation__button:focus .icon-chevron-right {
  -webkit-transform: translate3d(0.4rem, 0, 0);
          transform: translate3d(0.4rem, 0, 0);
}

.sub-navigation__button:hover .icon-chevron-down, .sub-navigation__button:focus .icon-chevron-down {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.sub-navigation-feature {
  border-bottom: 0.1rem solid #e4e4e4;
  display: block;
  overflow: hidden;
  padding: 3rem 3rem 2rem;
  position: relative;
}

.mobile-sub-navigation .sub-navigation-feature {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}

.sub-navigation-feature__image {
  display: block;
  float: left;
  height: auto;
  margin-right: 2.6rem;
  width: 8rem;
}

.mobile-sub-navigation .sub-navigation-feature__image {
  margin-right: 1.4rem;
  width: 6rem;
}

.sub-navigation-feature__text {
  float: left;
  line-height: 1;
  padding-top: 1.5rem;
}

.mobile-sub-navigation .sub-navigation-feature__text {
  padding-top: .8rem;
}

.sub-navigation-feature__title {
  color: #2c3643;
  font-size: 1.6rem;
  -webkit-transition: color 400ms linear;
          transition: color 400ms linear;
}

.sub-navigation-feature:hover .sub-navigation-feature__title {
  color: #297cbb;
}

.sub-navigation-feature__subtitle {
  color: #898e95;
  font-size: 1.1rem;
  font-weight: 600;
  margin-top: .4rem;
  text-transform: uppercase;
}

.mobile-sub-navigation {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 300ms;
          transition: max-height 300ms;
}

.mobile-sub-navigation.is-expanded {
  max-height: 700px;
}
@keyframes fly-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-25rem);
            transform: translate(-25rem);
    width: 150%;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 150%;
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.mobile-navigation {
  background-color: #fff;
  bottom: 0;
  height: 100vh;
  max-width: 75vw;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  padding: 3rem;
  position: fixed;
  right: 0;
  top: 0;
  width: 25rem;
  z-index: 10000;
}

.mobile-navigation, .mobile-navigation__list {
  opacity: 0;
  -ms-transform: translateX(30%);
      -webkit-transform: translateX(30%);
          transform: translateX(30%);
  -webkit-transition: -webkit-transform 200ms, opacity 200ms;
          transition: transform 200ms, opacity 200ms;
}

.mobile-navigation--hidden {
  z-index: -1;
}

.mobile-navigation--visible,
.mobile-navigation--visible .mobile-navigation__list {
  opacity: 1;
  -ms-transform: translateX(0);
      -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile-navigation__close {
  color: #3b444f;
  cursor: pointer;
  display: none;
  height: 5rem;
  line-height: 5rem;
  position: absolute;
  right: 1.5rem;
  text-align: center;
  text-indent: -9999px;
  top: 1.5rem;
  width: 5rem;
}

.mobile-navigation__close::before {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  text-indent: 0;
  top: 0;
}

.mobile-navigation__list {
  -webkit-transition: -webkit-transform 400ms 100ms, opacity 400ms 100ms;
          transition: transform 400ms 100ms, opacity 400ms 100ms;
}

.mobile-navigation__item {
  border-bottom: 0.1rem solid #e4e4e4;
  position: relative;
}

.mobile-navigation__item:first-child {
  display: none;
}

.mobile-navigation__item:last-child {
  border-bottom: 0;
}

.mobile-navigation__item--active > .mobile-navigation__link {
  color: #297cbb;
}

.mobile-navigation__item .icon {
  float: right;
  height: 1.3rem;
  margin-top: .6rem;
  -webkit-transition: -webkit-transform 400ms linear;
          transition: transform 400ms linear;
  width: 1.3rem;
}

.mobile-navigation__item.clicked .icon {
  -ms-transform: rotate(180deg);
      -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

.mobile-navigation__link {
  color: #3b444f;
  display: block;
  padding: 1.6rem 0 1.1rem;
  position: relative;
}
@keyframes fly-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-25rem);
            transform: translate(-25rem);
    width: 150%;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 150%;
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.user-panel {
  background-color: #fff;
  border-radius: 0.2rem;
  box-shadow: 0 -1rem 2rem transparent;
  color: #3b444f;
  display: block;
  font-size: 1.8rem;
  left: 50%;
  line-height: 1.5;
  margin-left: -14.5rem;
  opacity: 0;
  padding-top: 0;
  pointer-events: none;
  position: absolute;
  top: 10rem;
  -ms-transform: translateY(1rem);
      -webkit-transform: translateY(1rem);
          transform: translateY(1rem);
  -webkit-transition: opacity 400ms, -webkit-transform 400ms, box-shadow 1200ms, visibility 400ms;
          transition: opacity 400ms, transform 400ms, box-shadow 1200ms, visibility 400ms;
  visibility: hidden;
  width: 29rem;
  z-index: 101;
  box-shadow: 0 3rem 9rem rgba(0, 0, 0, 0.4);
  opacity: 1;
  pointer-events: all;
  -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.user-panel::before {
  border: 0.8rem solid transparent;
  border-bottom-color: #fff;
  content: "";
  display: block;
  height: 0;
  left: 50%;
  margin-left: -0.8rem;
  position: absolute;
  top: -1.6rem;
  width: 0;
}

.user-panel__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 0;
  border-radius: 2.2rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  outline: none;
  padding: 1.8rem 3rem 1.4rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 400ms, border 400ms, background-color 400ms;
          transition: color 400ms, border 400ms, background-color 400ms;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #297cbb;
  color: #fff;
  border-radius: 0 0 0.2rem 0.2rem;
  display: block;
  padding-bottom: 1.9rem;
  padding-top: 2.3rem;
}

.user-panel__button [class*="icon-"] {
  display: inline-block;
  font-size: 6px;
  margin-left: .6rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 500ms;
          transition: transform 500ms;
  vertical-align: 20%;
}

.user-panel__button:hover, .user-panel__button:focus {
  text-decoration: none;
  background-color: #388bca;
  color: #fff;
}

.user-panel__button:hover [class*="icon-"], .user-panel__button:focus [class*="icon-"] {
  -webkit-transform: translate3d(-0.4rem, 0, 0);
          transform: translate3d(-0.4rem, 0, 0);
}

.user-panel__button:hover .icon-chevron-right, .user-panel__button:focus .icon-chevron-right {
  -webkit-transform: translate3d(0.4rem, 0, 0);
          transform: translate3d(0.4rem, 0, 0);
}

.user-panel__button:hover .icon-chevron-down, .user-panel__button:focus .icon-chevron-down {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.user-panel__header {
  border-bottom: 0.1rem solid #e4e4e4;
  font-size: 1.6rem;
  height: 9rem;
  line-height: 9rem;
  padding-left: 3rem;
  padding-right: 3rem;
}

.user-panel__header a {
  color: #3b444f;
  display: block;
  -webkit-transition: color 400ms;
          transition: color 400ms;
}

.user-panel__header a:hover, .user-panel__header a:active, .user-panel__header a:focus {
  color: #297cbb;
}

.user-panel__sign-out {
  color: #959aa0;
  height: 3rem;
  position: absolute;
  right: 0.25rem;
  text-indent: -9999rem;
  top: 0.25rem;
  -webkit-transition: color 400ms;
          transition: color 400ms;
  width: 3rem;
  z-index: 1;
}

.user-panel__sign-out::before {
  bottom: 0;
  display: block;
  font-size: 1.6rem;
  left: 0;
  line-height: 3rem;
  position: absolute;
  right: 0;
  text-align: center;
  text-indent: 0;
  top: 0;
}

.user-panel__sign-out:hover, .user-panel__sign-out:active, .user-panel__sign-out:focus {
  color: #3b444f;
}

.user-panel__name {
  display: inline-block;
  line-height: 1;
  overflow: hidden;
  padding-left: 1rem;
  padding-top: .3rem;
  text-overflow: ellipsis;
  vertical-align: middle;
  width: 18.6rem;
}

.user-panel__empty {
  color: #959aa0;
  font-size: 1.4rem;
  font-style: italic;
  min-height: 15.6rem;
  padding: 6.3rem 3rem;
  text-align: center;
}

.user-panel__scroll {
  max-height: 23.6rem;
  overflow: auto;
}

.user-panel__items li {
  color: #3b444f;
  font-size: 1.2rem;
  line-height: 1.2;
  overflow: hidden;
  padding: 1.5rem 3rem;
  position: relative;
  width: 100%;
}

.user-panel__items li:not(:first-child) {
  border-top: 0.1rem solid #e4e4e4;
}

.user-panel__items li > a {
  display: block;
  -webkit-transition: background-color 400ms linear;
          transition: background-color 400ms linear;
}

.user-panel__items li > a:hover, .user-panel__items li > a:active, .user-panel__items li > a:focus {
  background-color: #f4f5f8;
}

.user-panel__items li > div:nth-of-type(1) {
  height: 3.5rem;
  position: absolute;
  right: 1.5rem;
  top: 1.5rem;
  width: 3.5rem;
}

.user-panel__items li > div:nth-of-type(1) a {
  display: block;
}

.user-panel__items li > div:nth-of-type(1) img {
  border-radius: 100%;
  display: block;
  height: 100%;
  width: 100%;
}

.user-panel__items li > div:nth-of-type(2) {
  bottom: 1.5rem;
  position: absolute;
  width: 18rem;
}

.user-panel__items li > div:nth-of-type(2) time {
  color: #898e95;
  display: block;
  font-size: 1.1rem;
}

.user-panel__items li > span {
  display: block;
  padding-bottom: 2rem;
  width: 18rem;
}

.user-panel__items li > span a {
  color: #3b444f;
  font-weight: bold;
  -webkit-transition: color 400ms linear;
          transition: color 400ms linear;
}

.user-panel__items li > span a:hover, .user-panel__items li > span a:active, .user-panel__items li > span a:focus {
  color: #297cbb;
}

.user-panel__item--unread {
  background-color: #e4e4e4;
}

.user-panel__link {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 0;
  border-radius: 2.2rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  outline: none;
  padding: 1.8rem 3rem 1.4rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 400ms, border 400ms, background-color 400ms;
          transition: color 400ms, border 400ms, background-color 400ms;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #fff;
  color: #297cbb;
  border-radius: 0;
  box-shadow: 0 0 3rem 0 rgba(0, 0, 0, 0.08);
  text-transform: none;
  width: 100%;
}

.user-panel__link [class*="icon-"] {
  display: inline-block;
  font-size: 6px;
  margin-left: .6rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 500ms;
          transition: transform 500ms;
  vertical-align: 20%;
}

.user-panel__link:hover, .user-panel__link:focus {
  text-decoration: none;
  background-color: #fff;
  color: #479ad9;
}

.user-panel__link:hover [class*="icon-"], .user-panel__link:focus [class*="icon-"] {
  -webkit-transform: translate3d(-0.4rem, 0, 0);
          transform: translate3d(-0.4rem, 0, 0);
}

.user-panel__link:hover .icon-chevron-right, .user-panel__link:focus .icon-chevron-right {
  -webkit-transform: translate3d(0.4rem, 0, 0);
          transform: translate3d(0.4rem, 0, 0);
}

.user-panel__link:hover .icon-chevron-down, .user-panel__link:focus .icon-chevron-down {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

.unread-count {
  color: #898e95;
  font-size: 1.1rem;
  font-weight: normal;
}

.tabs .unread-count {
  padding-left: .3rem;
}
@keyframes fly-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-25rem);
            transform: translate(-25rem);
    width: 150%;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 150%;
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.avatar {
  background-color: #fff;
  border-radius: 100%;
  display: inline-block;
  height: 4rem;
  max-width: 4rem;
  position: relative;
  vertical-align: middle;
  width: 4rem;
}

.avatar img {
  border-radius: 100%;
  display: block;
  height: 100%;
  width: 100%;
}

.avatar--author {
  height: auto;
  max-width: 4rem;
  width: 12vw;
}

@media (min-width: 37.5em) {
  .avatar--large {
    max-width: none;
    width: 8rem;
  }
}

.avatar--horizontal {
  float: left;
  margin-right: 1.4rem;
}

.avatar--navigation {
  position: relative;
  top: -.4rem;
}
@keyframes fly-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-25rem);
            transform: translate(-25rem);
    width: 150%;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 150%;
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.lp-search {
  background-color: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 400ms;
          transition: opacity 400ms;
  z-index: 9999;
}

@media (min-width: 45em) {
  .lp-search {
    box-shadow: -5rem 0 15rem rgba(0, 0, 0, 0.5);
  }
}

.lp-search--visible {
  opacity: 1;
}

.lp-search__inner {
  height: 5rem;
  line-height: 3.8rem;
  position: relative;
}

@media (min-width: 45em) {
  .lp-search__inner {
    height: 13rem;
  }
}

@media (max-width: 44.9375em) {
  .lp-search__inner::after {
    background-image: -webkit-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
    bottom: 0;
    content: "";
    height: 100%;
    position: absolute;
    right: 2.9rem;
    top: 0;
    width: 3rem;
  }
}

.lp-search__container {
  max-width: 129rem;
  margin-left: auto;
  margin-right: auto;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.lp-search__container:after {
  content: " ";
  display: block;
  clear: both;
}

@media (min-width: 45em) {
  .lp-search__container {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media (min-width: 67.5em) {
  .lp-search__container {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

@media (min-width: 88.125em) {
  .lp-search__container {
    margin-left: auto;
    margin-right: auto;
  }
}

.lp-search__input {
  border: 0;
  bottom: 0;
  color: #3b444f;
  font-size: 1.6rem;
  height: 3.8rem;
  left: 2.5rem;
  margin-bottom: auto;
  margin-top: auto;
  outline: 0;
  position: absolute;
  right: 5.9rem;
  top: 0;
  width: calc(100% - 5rem - .9rem);
}

@media (max-width: 44.9375em) {
  .lp-search__input {
    padding-top: .3rem;
  }
}

@media (min-width: 45em) {
  .lp-search__input {
    font-size: 2.4rem;
    font-weight: 300;
    left: 3.4rem;
    right: 3.4rem;
    width: calc(100% - 8rem);
  }
}

.lp-search__input::-webkit-input-placeholder {
  color: rgba(59, 68, 79, 0.38);
}

.lp-search__input::-moz-placeholder {
  color: rgba(59, 68, 79, 0.38);
}

.lp-search__input:-moz-placeholder {
  color: rgba(59, 68, 79, 0.38);
}

.lp-search__input:-ms-input-placeholder {
  color: rgba(59, 68, 79, 0.38);
}

.lp-search__label {
  bottom: 0;
  color: #3b444f;
  display: block;
  font-size: 0;
  height: 1.8rem;
  left: 0;
  line-height: 1;
  margin-bottom: auto;
  margin-top: auto;
  position: absolute;
  top: 0;
  width: 1.8rem;
}

@media (min-width: 45em) {
  .lp-search__label {
    top: -.4rem;
  }
}

.lp-search__label .svg-icon {
  font-size: 1.8rem;
  vertical-align: 0;
}

.lp-search__close {
  background-color: transparent;
  border: 0;
  bottom: 0;
  color: #bdcee3;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 3.8rem;
  margin-bottom: auto;
  margin-top: auto;
  outline: 0;
  padding: 0;
  position: absolute;
  right: -.9rem;
  top: 0;
  -webkit-transition: color 400ms;
          transition: color 400ms;
  width: 3.8rem;
}

@media (min-width: 45em) {
  .lp-search__close {
    right: 0;
    top: -.4rem;
  }
}

.lp-search__close:hover, .lp-search__close:active, .lp-search__close:focus {
  color: #3b444f;
}

.lp-search__close .svg-icon {
  font-size: 1.8rem;
  vertical-align: 0;
}

.lp-search-results {
  height: 0;
  opacity: 0;
  overflow: hidden;
  -ms-transform: translateY(-2rem);
      -webkit-transform: translateY(-2rem);
          transform: translateY(-2rem);
  -webkit-transition: opacity 400ms, -webkit-transform 400ms;
          transition: opacity 400ms, transform 400ms;
}

.lp-search-results--visible {
  height: auto;
  opacity: 1;
  -ms-transform: translateY(0);
      -webkit-transform: translateY(0);
          transform: translateY(0);
}

.lp-search-results__list {
  border-top: 0.1rem solid #e4eaf8;
  display: block;
  list-style: none;
  margin-bottom: 4.5rem;
  padding-top: 1rem;
}

.lp-search-results__more {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-property: color, border, background;
          transition-property: color, border, background;
  font-size: 1.3rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1.2rem;
  margin-bottom: 4.5rem;
}

.lp-search-results__more::after, .lp-search-results__more::before {
  -webkit-transition-duration: 300ms;
          transition-duration: 300ms;
  -webkit-transition-property: color, border, background;
          transition-property: color, border, background;
}

.lp-search-results__more:hover {
  -webkit-transition-duration: 0;
          transition-duration: 0;
}

.lp-search-results__more:hover::after, .lp-search-results__more:hover::before {
  -webkit-transition-duration: 0;
          transition-duration: 0;
}

.lp-search-results__more:hover {
  color: #479ad9;
}

.lp-search-results__more [class*="icon-"] {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  display: inline-block;
  font-size: 6px;
  line-height: 1.6;
  -ms-transform: translateX(6px);
      -webkit-transform: translateX(6px);
          transform: translateX(6px);
  -webkit-transition: -webkit-transform 500ms;
          transition: transform 500ms;
  vertical-align: 20%;
}

.lp-search-results__more:hover [class*="icon-"] {
  -ms-transform: translateX(0.2rem);
      -webkit-transform: translateX(0.2rem);
          transform: translateX(0.2rem);
}
@keyframes fly-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-25rem);
            transform: translate(-25rem);
    width: 150%;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 150%;
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.lp-search-item {
  cursor: pointer;
  line-height: 6rem;
  margin-bottom: 1rem;
  overflow: hidden;
  position: relative;
  -webkit-transition: background-color 200ms;
          transition: background-color 200ms;
  white-space: nowrap;
}

@media (min-width: 45em) {
  .lp-search-item:hover .lp-search-item__name, .lp-search-item:active .lp-search-item__name, .lp-search-item:focus .lp-search-item__name {
    -ms-transform: translateX(0.75rem);
        -webkit-transform: translateX(0.75rem);
            transform: translateX(0.75rem);
  }
}

.lp-search-item::after {
  background-image: -webkit-linear-gradient(right, #fff 0%, rgba(255, 255, 255, 0) 100%);
  background-image: linear-gradient(to left, #fff 0%, rgba(255, 255, 255, 0) 100%);
  bottom: 0;
  content: "";
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 3rem;
  border-bottom: 0.1rem solid rgba(228, 234, 248, 0.5);
}

.lp-search-item--selected {
  background-color: #f4f5f8;
}

.lp-search-item__link {
  display: block;
  padding-left: 11rem;
  position: relative;
}

.lp-search-item__name {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-bottom: 0.1rem solid rgba(228, 234, 248, 0.5);
  color: #2c3643;
  font-size: 1.8rem;
  font-weight: 300;
  -webkit-transition: -webkit-transform 400ms;
          transition: transform 400ms;
}

@media (min-width: 45em) {
  .lp-search-item__name {
    font-size: 2.2rem;
  }
}

.lp-search-item__name .is-highlight {
  color: #3b444f;
}

.lp-search-item--selected .lp-search-item__name {
  -ms-transform: translateX(0.75rem);
      -webkit-transform: translateX(0.75rem);
          transform: translateX(0.75rem);
}
@keyframes fly-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-25rem);
            transform: translate(-25rem);
    width: 150%;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 150%;
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.lp-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: opacity 400ms;
          transition: opacity 400ms;
  z-index: 9997;
}

.lp-overlay--visible {
  opacity: 1;
}
@keyframes fly-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-25rem);
            transform: translate(-25rem);
    width: 150%;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 150%;
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.notification-badge {
  background-color: #dc221a;
  border-radius: 50%;
  color: #fff;
  font-size: 1rem;
  font-style: normal;
  font-weight: bold;
  height: 1.7rem;
  line-height: 1.8rem;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  width: 1.7rem;
}

.notification-badge__wrap {
  position: relative;
}

.notification-badge--shop {
  position: absolute;
  right: -.6rem;
  top: 4.65rem;
}

.notification-badge--shop-inline {
  height: .6rem;
  left: 4.6rem;
  position: absolute;
  top: 1.8rem;
  width: .6rem;
}

.notification-badge--user,
.notification-badge--user-inline {
  border: 0.3rem solid #fff;
  position: absolute;
}

.notification-badge--user {
  height: 1.5rem;
  right: -.2rem;
  top: 0;
  width: 1.5rem;
}

.notification-badge--user-inline {
  height: 1.2rem;
  right: -1.1rem;
  top: -.5rem;
  width: 1.2rem;
}

.notification-badge--mobile-menu {
  height: .6rem;
  position: absolute;
  right: 1.2rem;
  top: 1.6rem;
  width: .6rem;
  z-index: 2;
}
@keyframes fly-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-25rem);
            transform: translate(-25rem);
    width: 150%;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 150%;
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.topic {
  position: relative;
}

.topic__image {
  background-color: #cccccc;
  background-repeat: no-repeat;
  background-size: cover;
  height: 6rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 8rem;
}

.topic__image--activity {
  background-image: url("https://assets.staticlp.com/destinations-next/images/search-category-image-activities.jpg");
  background-repeat: no-repeat;
}

.topic__image--activity::before {
  background-image: url("https://assets.staticlp.com/destinations-next/icons/activity--line.svg");
  background-position: center -94px;
  background-repeat: no-repeat;
  background-size: 50%;
  content: "";
  display: block;
  height: 59px;
  position: relative;
  width: 82px;
}

.topic__image--article {
  background-image: url("https://assets.staticlp.com/destinations-next/images/search-category-image-articles.jpg");
  background-repeat: no-repeat;
}

.topic__image--article::before {
  background-image: url("https://assets.staticlp.com/destinations-next/icons/article--line.svg");
  background-position: center -94px;
  background-repeat: no-repeat;
  background-size: 50%;
  content: "";
  display: block;
  height: 59px;
  position: relative;
  width: 82px;
}

.topic__image--collection {
  background-image: url("https://assets.staticlp.com/destinations-next/images/search-category-image-collection.jpg");
  background-repeat: no-repeat;
}

.topic__image--collection::before {
  background-image: url("https://assets.staticlp.com/destinations-next/icons/image--line.svg");
  background-position: center -94px;
  background-repeat: no-repeat;
  background-size: 50%;
  content: "";
  display: block;
  height: 59px;
  position: relative;
  width: 82px;
}

.topic__image--guide {
  background-image: url("https://assets.staticlp.com/destinations-next/images/search-category-image-guides.jpg");
  background-repeat: no-repeat;
}

.topic__image--guide::before {
  background-image: url("https://assets.staticlp.com/destinations-next/icons/book.svg");
  background-position: center -94px;
  background-repeat: no-repeat;
  background-size: 50%;
  content: "";
  display: block;
  height: 59px;
  position: relative;
  width: 82px;
}

.topic__image--hotel {
  background-image: url("https://assets.staticlp.com/destinations-next/images/search-category-image-hotels.jpg");
  background-repeat: no-repeat;
}

.topic__image--hotel::before {
  background-image: url("https://assets.staticlp.com/destinations-next/icons/hotel--line.svg");
  background-position: center -94px;
  background-repeat: no-repeat;
  background-size: 50%;
  content: "";
  display: block;
  height: 59px;
  position: relative;
  width: 82px;
}

.topic__image--place {
  background-image: url("https://assets.staticlp.com/destinations-next/images/search-category-image-place.jpg");
  background-repeat: no-repeat;
}

.topic__image--place::before {
  background-image: url("https://assets.staticlp.com/destinations-next/icons/place.svg");
  background-position: center -94px;
  background-repeat: no-repeat;
  background-size: 50%;
  content: "";
  display: block;
  height: 59px;
  position: relative;
  width: 82px;
}

.topic__image--sight {
  background-image: url("https://assets.staticlp.com/destinations-next/images/search-category-image-sights.jpg");
  background-repeat: no-repeat;
}

.topic__image--sight::before {
  background-image: url("https://assets.staticlp.com/destinations-next/icons/sight--line.svg");
  background-position: center -94px;
  background-repeat: no-repeat;
  background-size: 50%;
  content: "";
  display: block;
  height: 59px;
  position: relative;
  width: 82px;
}

.topic__image--tour {
  background-image: url("https://assets.staticlp.com/destinations-next/images/search-category-image-tours.jpg");
  background-repeat: no-repeat;
}

.topic__image--tour::before {
  background-image: url("https://assets.staticlp.com/destinations-next/icons/tour--line.svg");
  background-position: center -94px;
  background-repeat: no-repeat;
  background-size: 50%;
  content: "";
  display: block;
  height: 59px;
  position: relative;
  width: 82px;
}

.topic__image--video {
  background-image: url("https://assets.staticlp.com/destinations-next/images/search-category-image-video.jpg");
  background-repeat: no-repeat;
}

.topic__image--video::before {
  background-image: url("https://assets.staticlp.com/destinations-next/icons/video--line.svg");
  background-position: center -94px;
  background-repeat: no-repeat;
  background-size: 50%;
  content: "";
  display: block;
  height: 59px;
  position: relative;
  width: 82px;
}

.topic__image--video::before {
  background-position: center;
  background-size: 45%;
}
@keyframes fly-in {
  0% {
    opacity: 0;
    -webkit-transform: translate(-25rem);
            transform: translate(-25rem);
    width: 150%;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
            transform: translate(0);
    width: 150%;
  }
}

@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  5% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  10% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  15% {
    -webkit-transform: scale(1.3);
            transform: scale(1.3);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.lp-global-footer {
  position: relative;
}

@media (min-width: 60em) {
  .lp-global-footer {
    max-width: 129rem;
    margin-left: auto;
    margin-right: auto;
  }
  .lp-global-footer:after {
    content: " ";
    display: block;
    clear: both;
  }
}

@media (min-width: 60em) and (max-width: 29.9375em) {
  .lp-global-footer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

@media (min-width: 60em) and (min-width: 30em) {
  .lp-global-footer {
    margin-left: 3rem;
    margin-right: 3rem;
  }
}

@media (min-width: 60em) and (min-width: 67.5em) {
  .lp-global-footer {
    margin-left: 6rem;
    margin-right: 6rem;
  }
}

@media (min-width: 60em) and (min-width: 88.125em) {
  .lp-global-footer {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 60em) {
  .lp-global-footer--slim {
    max-width: 107rem;
  }
  .lp-global-footer--narrow {
    max-width: 96rem;
  }
  .lp-global-footer--half {
    max-width: 63rem;
  }
}

.lp-global-footer__container {
  position: relative;
}

.lp-global-footer__container::after {
  clear: both;
  content: " ";
  display: table;
}

.lp-global-footer__bottom {
  border-top: 0.1rem solid #e4e4e4;
  padding-bottom: 3rem;
  position: relative;
}

.lp-global-footer__bottom::after {
  clear: both;
  content: " ";
  display: table;
}

@media (min-width: 60em) {
  .lp-global-footer__bottom {
    padding-bottom: 8.1rem;
    padding-left: 11rem;
    padding-right: 14.1rem;
    padding-top: 2.6rem;
  }
}

.lp-global-footer__social-list {
  font-size: 1.8rem;
  list-style: none;
}

.lp-global-footer__social-list::after {
  clear: both;
  content: " ";
  display: table;
}

@media (max-width: 59.9375em) {
  .lp-global-footer__social-list {
    float: right;
    margin-bottom: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media (min-width: 60em) {
  .lp-global-footer__social-list {
    position: absolute;
    right: 0;
    top: 2rem;
  }
}

.lp-global-footer__social-item {
  float: left;
}

.lp-global-footer__social-item:not(:first-child) {
  margin-left: .6rem;
}

.lp-global-footer__social-link {
  border: 0.1rem solid #e5e7ed;
  border-radius: 50%;
  color: #cccccc;
  display: block;
  height: 4rem;
  line-height: 4.5rem;
  text-align: center;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-property: color, border, background-color;
          transition-property: color, border, background-color;
  width: 4rem;
}

.lp-global-footer__social-link:hover, .lp-global-footer__social-link:active, .lp-global-footer__social-link:focus {
  background-color: #e5e7ed;
  color: #fff;
}

.lp-global-footer__social-link .svg-icon {
  top: -.3rem;
}

.lp-global-footer__social-link--facebook:hover, .lp-global-footer__social-link--facebook:active, .lp-global-footer__social-link--facebook:focus {
  background-color: #3b5998;
  border-color: #3b5998;
}

.lp-global-footer__social-link--twitter:hover, .lp-global-footer__social-link--twitter:active, .lp-global-footer__social-link--twitter:focus {
  background-color: #00aced;
  border-color: #00aced;
}

.lp-global-footer__social-link--pinterest:hover, .lp-global-footer__social-link--pinterest:active, .lp-global-footer__social-link--pinterest:focus {
  background-color: #cb2027;
  border-color: #cb2027;
}

.lp-global-footer__social-link--pinterest .svg-icon {
  height: 2rem;
  width: 2rem;
}

.lp-global-footer__copyright {
  clear: both;
  color: #bfc2c6;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 1.2rem;
  text-align: center;
}

@media (max-width: 59.9375em) {
  .lp-global-footer__copyright {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media (min-width: 60em) {
  .lp-global-footer__copyright {
    line-height: 1;
    text-align: left;
  }
}

.links {
  font-size: 1.3rem;
  line-height: 1;
  margin-bottom: 1.5rem;
}

@media (min-width: 60em) {
  .links {
    margin: 0;
  }
}

.links__item {
  border-bottom: 0.1rem solid #e4e4e4;
  display: block;
}

@media (min-width: 60em) {
  .links__item {
    border-bottom: 0;
    display: inline-block;
  }
}

@media (min-width: 60em) {
  .links__item:not(:last-child) {
    margin-right: 2.1rem;
  }
}

.links__link {
  color: #959aa0;
  display: block;
  font-weight: 600;
  -webkit-transition: color 400ms;
          transition: color 400ms;
}

@media (max-width: 59.9375em) {
  .links__link {
    padding: 1.4rem 1.5rem;
  }
}

.links__link:hover, .links__link:active, .links__link:focus {
  color: #297cbb;
}

.lp-global-footer__main {
  border-top: 0.1rem solid #e4e4e4;
}

@media (min-width: 60em) {
  .lp-global-footer__main {
    overflow: hidden;
    padding-bottom: 6rem;
    padding-top: 6rem;
  }
}

.lp-global-footer__main__checkbox {
  display: none;
}

.lp-global-footer__main__links {
  max-height: 50px;
  overflow: hidden;
  vertical-align: top;
}

@media (max-width: 59.9375em) {
  .lp-global-footer__main__links {
    -webkit-transition: max-height 400ms linear;
            transition: max-height 400ms linear;
  }
}

@media (min-width: 60em) {
  .lp-global-footer__main__links {
    float: left;
    max-height: 600px;
    padding-right: 2.32558%;
    width: 17.05426%;
  }
}

@media (max-width: 59.9375em) {
  .lp-global-footer__main__links:not(:first-of-type) {
    border-top: 0.1rem solid #e4e4e4;
  }
}

.lp-global-footer__main__links--newsletter {
  border-top: 0;
  max-height: none;
}

@media (min-width: 60em) {
  .lp-global-footer__main__links--newsletter {
    float: right;
    padding-right: 0;
    width: 14.72868%;
  }
}

.lp-global-footer__main__links__header {
  color: #2c3643;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: inherit;
  text-transform: uppercase;
}

@media (max-width: 59.9375em) {
  .lp-global-footer__main__links__header {
    padding: 2.1rem 1.5rem 1.7rem;
  }
}

@media (min-width: 60em) {
  .lp-global-footer__main__links__header {
    border: 0;
    margin-bottom: 1.7rem;
  }
}

.lp-global-footer__main__links__header .accordion-target {
  bottom: 2.1rem;
  cursor: pointer;
  float: right;
  height: 5rem;
  padding-right: 1.5rem;
  position: relative;
  right: -1.5rem;
  width: 50%;
}

@media (min-width: 60em) {
  .lp-global-footer__main__links__header .accordion-target {
    display: none;
  }
}

.lp-global-footer__main__links__header .icon {
  float: right;
  height: 1.3rem;
  margin-top: 2rem;
  -webkit-transition: -webkit-transform 400ms linear;
          transition: transform 400ms linear;
  width: 1.3rem;
}

.lp-global-footer__main__links__header a {
  color: currentColor;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-property: color, border, background;
          transition-property: color, border, background;
}

.lp-global-footer__main__links__header a:hover, .lp-global-footer__main__links__header a:active, .lp-global-footer__main__links__header a:focus {
  color: #297cbb;
}

.lp-global-footer__main__checkbox:checked + .lp-global-footer__main__links {
  max-height: 600px;
}

.lp-global-footer__main__checkbox:checked + .lp-global-footer__main__links .icon {
  -ms-transform: rotate(180deg);
      -webkit-transform: rotateZ(180deg);
          transform: rotateZ(180deg);
}

@media (max-width: 59.9375em) {
  .lp-global-footer__main__links__list {
    margin: 0 1.5rem 1.5rem;
  }
}

.lp-global-footer__main__links__list__item {
  font-size: 1.3rem;
  letter-spacing: .02rem;
  line-height: 2.2;
  list-style: none;
}

@media (min-width: 60em) {
  .lp-global-footer__main__links__list__item {
    line-height: 1.84615;
  }
}

.lp-global-footer__main__links__list__item a {
  color: #959aa0;
  display: block;
  -webkit-transition-duration: 400ms;
          transition-duration: 400ms;
  -webkit-transition-property: color, border, background;
          transition-property: color, border, background;
}

.lp-global-footer__main__links__list__item a:hover, .lp-global-footer__main__links__list__item a:active, .lp-global-footer__main__links__list__item a:focus {
  color: #297cbb;
}

@media (max-width: 59.9375em) {
  .newsletter-register {
    margin: 0 1.5rem 1.5rem;
  }
}

.newsletter-register label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.newsletter-register label:active, .newsletter-register label:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.newsletter-register__text {
  color: #959aa0;
  font-size: 1.2rem;
  letter-spacing: .02rem;
  line-height: 1.5;
}

.newsletter-register__email {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 0.1rem solid #d4d4d4;
  border-radius: .2rem;
  color: rgba(59, 68, 79, 0.72);
  font-size: 1.3rem;
  height: auto;
  outline: 0;
  padding: 1.5rem 1.5rem 1.1rem;
  -webkit-transition: border-color 200ms;
          transition: border-color 200ms;
  width: 100%;
  margin-top: 1.4rem;
}

.newsletter-register__email::-webkit-input-placeholder {
  color: #959aa0;
}

.newsletter-register__email::-moz-placeholder {
  color: #959aa0;
}

.newsletter-register__email:-moz-placeholder {
  color: #959aa0;
}

.newsletter-register__email:-ms-input-placeholder {
  color: #959aa0;
}

.newsletter-register__email:focus {
  border-color: #b1b1b1;
}

.newsletter-register__country {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 0.1rem solid #d4d4d4;
  border-radius: .2rem;
  color: rgba(59, 68, 79, 0.72);
  font-size: 1.3rem;
  height: auto;
  outline: 0;
  padding: 1.5rem 1.5rem 1.1rem;
  -webkit-transition: border-color 200ms;
          transition: border-color 200ms;
  width: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAICAYAAACCuR0hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjhGQzc5MkNGMDM4MTFFNDlCOTE5QTczMjQ3MjgzMTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjhGQzc5MkRGMDM4MTFFNDlCOTE5QTczMjQ3MjgzMTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MDA1QkRGRkYwMjQxMUU0OUI5MTlBNzMyNDcyODMxNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MDA1QkUwMEYwMjQxMUU0OUI5MTlBNzMyNDcyODMxNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiH5FUMAAAB7SURBVHjaYkwvqZnGwMCQyUAamA7EWSDGjO5mBnoCJiDOBeJNJOjZBNUzIADk4L9AHAnEJ4lQfxKq9u9AOhgEvgGxLxDfwaP2DlTNN4YBBExI7NdA7Aml0QE+uQFzMK5QJCb0B8zB6OmUlPRNF8BCoCRgIbEEoTkACDAA8w0eWK8rNGMAAAAASUVORK5CYII=");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 2.2rem .4rem;
  cursor: pointer;
  font-weight: 600;
  margin-top: 1rem;
}

.newsletter-register__country:focus {
  border-color: #b1b1b1;
}

.newsletter-register__button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border: 0;
  border-radius: 2.2rem;
  cursor: pointer;
  display: inline-block;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  font-weight: 600;
  line-height: 1;
  outline: none;
  padding: 1.8rem 3rem 1.4rem;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 400ms, border 400ms, background-color 400ms;
          transition: color 400ms, border 400ms, background-color 400ms;
  vertical-align: middle;
  white-space: nowrap;
  background-color: #297cbb;
  color: #fff;
  margin-top: 1.5rem;
}

.newsletter-register__button [class*="icon-"] {
  display: inline-block;
  font-size: 6px;
  margin-left: .6rem;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 500ms;
          transition: transform 500ms;
  vertical-align: 20%;
}

.newsletter-register__button:hover, .newsletter-register__button:focus {
  text-decoration: none;
  background-color: #388bca;
  color: #fff;
}

.newsletter-register__button:hover [class*="icon-"], .newsletter-register__button:focus [class*="icon-"] {
  -webkit-transform: translate3d(-0.4rem, 0, 0);
          transform: translate3d(-0.4rem, 0, 0);
}

.newsletter-register__button:hover .icon-chevron-right, .newsletter-register__button:focus .icon-chevron-right {
  -webkit-transform: translate3d(0.4rem, 0, 0);
          transform: translate3d(0.4rem, 0, 0);
}

.newsletter-register__button:hover .icon-chevron-down, .newsletter-register__button:focus .icon-chevron-down {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media (max-width: 29.9375em) {
  .newsletter-register__button {
    display: block;
    width: 100%;
  }
}

@media (min-width: 60em) {
  .newsletter-register__button {
    margin-top: 2rem;
  }
}

.language {
  -ms-flex-align: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          align-items: center;
  clear: both;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          justify-content: center;
}

@media (min-width: 60em) {
  .language {
    width: 22rem;
  }
}

@media (max-width: 59.9375em) {
  .lp-global-footer .language {
    margin-bottom: 3rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

@media (min-width: 60em) {
  .lp-global-footer .language {
    position: absolute;
    right: 0;
    top: 8rem;
  }
}

.language__label {
  color: rgba(59, 68, 79, 0.72);
  font-size: 1.3rem;
  line-height: 1;
}

@media (min-width: 60em) {
  .language__label {
    padding-left: 1.2rem;
    width: 11rem;
  }
}

.language__select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border: 0.1rem solid #d4d4d4;
  border-radius: .2rem;
  color: rgba(59, 68, 79, 0.72);
  font-size: 1.3rem;
  height: auto;
  outline: 0;
  padding: 1.5rem 1.5rem 1.1rem;
  -webkit-transition: border-color 200ms;
          transition: border-color 200ms;
  width: 100%;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACwAAAAICAYAAACCuR0hAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyhpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMDE0IDc5LjE1Njc5NywgMjAxNC8wOC8yMC0wOTo1MzowMiAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTQgKE1hY2ludG9zaCkiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RjhGQzc5MkNGMDM4MTFFNDlCOTE5QTczMjQ3MjgzMTciIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RjhGQzc5MkRGMDM4MTFFNDlCOTE5QTczMjQ3MjgzMTciPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MDA1QkRGRkYwMjQxMUU0OUI5MTlBNzMyNDcyODMxNyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MDA1QkUwMEYwMjQxMUU0OUI5MTlBNzMyNDcyODMxNyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiH5FUMAAAB7SURBVHjaYkwvqZnGwMCQyUAamA7EWSDGjO5mBnoCJiDOBeJNJOjZBNUzIADk4L9AHAnEJ4lQfxKq9u9AOhgEvgGxLxDfwaP2DlTNN4YBBExI7NdA7Aml0QE+uQFzMK5QJCb0B8zB6OmUlPRNF8BCoCRgIbEEoTkACDAA8w0eWK8rNGMAAAAASUVORK5CYII=");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: 2.2rem .4rem;
  cursor: pointer;
  font-weight: 600;
}

.language__select:focus {
  border-color: #b1b1b1;
}

@media (max-width: 59.9375em) {
  .language__select {
    margin-left: 2rem;
  }
}

@media (min-width: 60em) {
  .language__select {
    width: 11rem;
  }
}

@media (max-width: 59.9375em) {
  .no-flexbox .language__select {
    margin-left: 0;
  }
}
