*,
html,
body {
  font-family: 'ClarityCity' !important;
}

.pr-menu-margin {
  margin-top: 0 !important;
}

.text--main,
.pr-header--xsmall,
.form__button-menu,
.pr-font--bold {
  font-family: 'ClarityCity' !important;
  font-weight: 500;
  font-style: normal;
}

.pr-header--large {
  font-family: 'Gotham' !important;
  font-weight: 300;
  font-style: normal;
}

.pr-font--sans {
  font-family: 'ClarityCity' !important;
}

.extreme-container {
  margin-top: 145px;
  background: #f4f4f6;
}

@media all and (max-width: 870px) {
  .extreme-container {
    margin-top: 0;
  }
}

.extreme-homepage .pr-hero-text-container--secondary,
.extreme-homepage .pr-hero-text-container--main {
  background: #f4f4f6;
}

.pr-hero-lead {
  color: #777;
}

.c-svg-icon,
.c-svg-icon-fs,
.c-svg-icon:focus,
.c-svg-icon:hover {
  fill: currentColor;
}

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

.c-svg-icon-fs:focus,
.c-svg-icon-fs:hover {
  fill: currentColor;
}

.pr-search--tab,
.pr-menu-margin__top {
  margin-top: 180px;
}

.pr-hero-slider {
  position: relative;
}

.pr-category__content {
  flex-grow: 1;
}

.pr-story--header-sans {
  font-size: 3.5rem;
}

@media all and (min-width: 500px) {
  .pr-story__hero--dark, .pr-side-panel--dark {
    margin-top: 80px;
  }

}

@media all and (min-width: 871px) {
  .pr-story__hero--dark, .pr-side-panel--dark {
    margin-top: 140px;
  }

  .pr-story--header-sans {
    font-size: 4.8rem;
  }
}
.extreme-upper-menu {
  display: flex;
  height: 103px;
  padding: 24px;
  align-items: center;
  justify-content: space-between;
  flex-shrink: 0;
  width: 100%;
}

@media all and (max-width: 870px) {
  .extreme-upper-menu {
    height: 80px;
  }
}

.extreme-upper-menu__logo,
.extreme-upper-menu__tools {
  width: 130px;
  cursor: pointer;
}

.extreme-upper-menu__tools {
  display: flex;
}

.extreme-upper-menu__tools img {
  width: 40px;
}

.extreme-upper-menu__navigation {
  display: flex;
  justify-self: center;
  gap: 40px;
}

.extreme-upper-menu__link {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.extreme-upper-menu__link_highlighted {
  padding: 4px 8px;
  color: #fff;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 16px;
  background: #43179a;
}

.extreme-upper-menu__dropdown {
  display: none;
  position: absolute;
  width: 340px;
  border-radius: 8px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  padding: 16px;
  flex-direction: column;
  gap: 16px;
  top: 40px;
  left: -130px;
  z-index: 1;
}

.extreme-upper-menu__dropdown::before {
  content: '';
  position: absolute;
  width: 18px;
  height: 18px;
  border-top: 1px solid #d9d9d9;
  border-left: 1px solid #d9d9d9;
  transform: rotate(45deg);
  top: -10px;
  left: 150px;
  background-color: #fff;
  z-index: 2;
}

.extreme-upper-menu__link:hover .extreme-upper-menu__dropdown {
  display: flex;
}

.extreme-upper-menu__dropdown-link {
  color: #43179a;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
}

.extreme-upper-menu__dropdown-link:hover, .c-header__dropdown-list-link:hover {
  text-decoration: underline;
}

.extreme-lower-menu {
  width: 100%;
  background: #43179a;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

.extreme-lower-menu__content {
  height: 42px;
  width: 1280px;
  display: flex;
  justify-content: center;
  gap: 60px;
  align-items: center;
  margin: 0 auto;
}

.extreme-lower-menu__link {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

@media all and (max-width: 870px) {
  .extreme-upper-menu__navigation,
  .extreme-lower-menu {
    display: none;
  }
}

@media all and (max-width: 1100px) {
  .extreme-upper-menu__navigation,
  .extreme-lower-menu {
    gap: 20px;
  }
}

.extreme-mobile-menu {
  background: #1a1a1a;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px;
  color: #fff;
  display: none;
}

.extreme-mobile-menu__close {
  text-align: right;
}

.extreme-mobile-menu__link {
  text-transform: uppercase;
  padding-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 5px;
  font-weight: 600;
  color: #fff;
}

.extreme-mobile-menu__expansion {
  display: none;
}

.extreme-mobile-menu__expansion .extreme-mobile-menu__link {
  text-transform: none;
  font-weight: 400;
}

.extreme-mobile-menu__separator {
  width: 100%;
  height: 1px;
  background: #454545;
  margin-bottom: 24px;
}

.extreme-upper-menu__mobile-nav {
  display: none;
  align-items: center;
  gap: 20px;
}

.extreme-upper-menu__toggle {
  line-height: 1;
}

@media all and (max-width: 870px) {
  .extreme-upper-menu__mobile-nav {
    display: flex;
  }
}

@media all and (max-width: 1100px) {
  .extreme-upper-menu__tools {
    display: none;
  }
}

.c-header__dropdown {
  display: flex;
  width: 180px;
  padding: 20px;
  background-color: #fff;
  border-radius: 0.25rem;
  box-shadow: 0 0.3125rem 0.625rem rgba(0,0,0,.15);
  position: absolute;
  top: 45px;
  left: -45px;
  visibility: hidden;
  transform: translateX(-50%);
}

.extreme-upper-menu__countries, .extreme-upper-menu__login {
  position: relative;
}

.extreme-upper-menu__countries:hover .c-header__dropdown,
.extreme-upper-menu__login:hover .c-header__dropdown {
  visibility: visible;
}

.c-header__dropdown-list-link {
  display: inline-block;
  color: #409;
  font-weight: 500;
}

.c-header__dropdown-list {
  list-style: none;
}

.c-header__dropdown::before {
  content: "";
  display: block;
  width: 100%;
  height: 1.25rem;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}

.extreme-upper-menu__login .c-header__dropdown {
  width: 200px;
}
/* line 1, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-banner {
  background: url(/assets/customs/extreme/background-a63a4ac238f347aede8f6bc4c03f31b3fe7c6644d0518e2d07871ae2b4ce5ae0.jpg);
  background-size: cover;
  height: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  text-align: center;
}

/* line 13, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-banner__flags {
  width: 850px;
  margin-bottom: 30px;
}

/* line 18, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-banner__header {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
}

/* line 25, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-banner__text {
  color: #fff;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

/* line 32, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-banner__button {
  display: flex;
  padding: 10px 30px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background: #fff;
  color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
}

@media all and (max-width: 870px) {
  /* line 46, app/assets/stylesheets/extreme_7309/homepage.css.scss */
  .extreme-banner__flags {
    display: none;
  }
  /* line 50, app/assets/stylesheets/extreme_7309/homepage.css.scss */
  .extreme-banner {
    height: 350px;
    padding: 0 20px;
    margin-bottom: 20px;
  }
}

/* line 57, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-tiles__header {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  margin: 60px 0;
  padding: 0 20px;
}

/* line 67, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-tiles,
.extreme-cards {
  display: flex;
  max-width: 1280px;
  margin: 0 auto 60px;
  justify-content: space-between;
  padding: 0 20px;
  gap: 16px;
}

/* line 77, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-tile {
  width: 365px;
  height: 575px;
  padding: 100px 24px 24px 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-size: cover;
  position: relative;
}

/* line 89, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-tile div {
  position: relative;
}

/* line 93, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-tile_customer-stories {
  background-image: url(/assets/customs/extreme/customer_stories-d859d66b12d3965ccf045e66a4f76ce55b5c031275dbbf38594ada9008adba43.png);
}

/* line 96, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-tile_events-webinars {
  background-image: url(/assets/customs/extreme/events_webinars-86425aa511095cf9ec495cdd4ded06a9236a0df7722ef714bf6507dbc754cf71.png);
}

/* line 99, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-tile_partner-zone {
  background-image: url(/assets/customs/extreme/partner_zone-fec4aefe7cb4eff4a792bb1b9c63a5d6f45a319577724a0d549c2aa2b38dfc85.png);
}

/* line 103, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-tile .extreme-tile__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(67, 23, 154, 0.8);
  transition: background 0.2s ease-in-out;
}

/* line 113, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-tile__link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  z-index: 10;
}

/* line 123, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-tile:hover .extreme-tile__overlay {
  background: rgba(67, 23, 154, 0.5);
}

/* line 127, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-tile__header {
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 40px;
  margin-bottom: 16px;
}

/* line 136, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-tile__description {
  color: #fff;
  font-size: 16px;
  font-style: italic;
  font-weight: 400;
  line-height: 22px;
}

/* line 144, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-tile__button {
  position: relative;
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

@media all and (max-width: 870px) {
  /* line 154, app/assets/stylesheets/extreme_7309/homepage.css.scss */
  .extreme-tiles,
.extreme-cards {
    flex-wrap: wrap;
    margin-bottom: 0;
  }
  /* line 160, app/assets/stylesheets/extreme_7309/homepage.css.scss */
  .extreme-tile {
    height: 300px;
    margin-bottom: 30px;
    padding: 24px;
  }
}

/* line 167, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-card {
  background: #fff;
}

/* line 171, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-card__image {
  max-width: 365px;
  width: 100%;
  height: 245px;
}

@media all and (max-width: 600px) {
  /* line 178, app/assets/stylesheets/extreme_7309/homepage.css.scss */
  .extreme-card__image {
    width: 100%;
    object-fit: cover;
    max-width: none;
  }
}

/* line 185, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-card__content {
  display: flex;
  max-width: 365px;
  width: 100%;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  height: 340px;
}

@media all and (max-width: 600px) {
  /* line 197, app/assets/stylesheets/extreme_7309/homepage.css.scss */
  .extreme-card__content {
    width: 100%;
    max-width: none;
  }
}

/* line 203, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-card__header {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
}

/* line 210, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-card__description {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 70px;
}

/* line 218, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-card__button {
  color: #C2025E;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

@media all and (max-width: 870px) {
  /* line 226, app/assets/stylesheets/extreme_7309/homepage.css.scss */
  .extreme-card {
    width: 48%;
  }
  /* line 230, app/assets/stylesheets/extreme_7309/homepage.css.scss */
  .extreme-tile {
    width: 48%;
  }
}

@media all and (max-width: 600px) {
  /* line 236, app/assets/stylesheets/extreme_7309/homepage.css.scss */
  .extreme-card {
    margin-bottom: 30px;
    width: 100%;
  }
  /* line 241, app/assets/stylesheets/extreme_7309/homepage.css.scss */
  .extreme-tile {
    width: 100%;
  }
}

/* line 246, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-contact {
  display: flex;
  max-width: 1080px;
  margin: 0 auto;
  justify-content: space-between;
  padding: 0 20px 60px;
}

/* line 254, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-contact__item {
  text-align: center;
}

/* line 258, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-contact__header {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}

/* line 266, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-contact__description {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  margin-bottom: 20px;
}

/* line 274, app/assets/stylesheets/extreme_7309/homepage.css.scss */
.extreme-contact__button {
  padding: 8px 16px;
  border-radius: 4px;
  background: #c2025e;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  display: inline-block;
}

@media all and (max-width: 870px) {
  /* line 286, app/assets/stylesheets/extreme_7309/homepage.css.scss */
  .extreme-contact {
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin-top: 60px;
  }
}
.extreme-footer {
  background-color: #1a1a1a;
  font-size: 12px;
  color: #fff;
}

.extreme-footer a {
  color: #00a5bf;
}

.extreme-footer__content {
  height: 100px;
  max-width: 1280px;
  padding: 20px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media all and (max-width: 870px) {
  .extreme-footer__content {
    flex-direction: column;
    height: auto;
    align-items: flex-start;
    gap: 10px;
  }
}

.extreme-footer__social {
  display: flex;
  gap: 8px;
}

.extreme-footer__social a {
  font-size: 16px;
}

.c-footer__language-menu {
  width: 100%;
  text-align: center;
}

@media (min-width: 576px) {
  .c-footer__language-menu {
    width: auto;
    text-align: left;
  }
}

.c-footer__language-menu-dropdown {
  display: inline-block;
  position: relative;
  z-index: 10;
}

.c-footer__language-menu-dropdown:focus .c-footer__language-menu-dropdown-other,
.c-footer__language-menu-dropdown:hover .c-footer__language-menu-dropdown-other {
  display: block;
}

.c-footer__language-menu-dropdown-current {
  color: #00a5bf;
  text-decoration: underline;
  font-weight: 700;
  cursor: pointer;
}

.c-footer__language-menu-dropdown-bold {
  font-weight: 700;
}

.c-footer__language-menu-dropdown-other {
  display: none;
  position: absolute;
  bottom: 100%;
  list-style: none;
  text-align: left;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  z-index: 10;
  padding: 20px;
  width: 140px;
  left: -100px;
  margin-bottom: 19px;
}

.c-footer__language-menu-dropdown-other:before {
  content: '▼';
  display: block;
  position: absolute;
  font-family: Arial;
  right: 25%;
  left: 25%;
  bottom: -13px;
  text-align: right;
  -webkit-transform: scaleX(2);
  -ms-transform: scaleX(2);
  transform: scaleX(2);
  color: #fff;
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
}

.c-footer__language-menu-dropdown-other a {
  display: inline-block;
  color: #24202b;
}

.c-footer__language-menu-dropdown-other a:focus,
.c-footer__language-menu-dropdown-other a:hover {
  color: #409;
}

.c-footer__language-menu-dropdown-other span {
  display: inline-block;
}

.c-social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
}

.c-social-nav li + li {
}
/*




 */
