.js-breakpoint:after,
.js-breakpoint {
  content: "}";
  font-family: "}"; }

/**
 * Define the breakpoints for vendor/sensible/mediaqueries
 * They are defined the desktop first way
 */
/**
* Used to resolve hardcoded icons, images etc.
*/
@font-face {
  font-family: SwissSignCircularWeb;
  src: url("../assets/fonts/SwissSignCircularWeb-Bold/SwissSignCircularWeb-Bold.eot");
  src: url("../assets/fonts/SwissSignCircularWeb-Bold/SwissSignCircularWeb-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SwissSignCircularWeb-Bold/SwissSignCircularWeb-Bold.woff2") format("woff2"), url("../assets/fonts/SwissSignCircularWeb-Bold/SwissSignCircularWeb-Bold.woff") format("woff");
  font-weight: bold; }

@font-face {
  font-family: SwissSignCircularWeb;
  src: url("../assets/fonts/SwissSignCircularWeb-Regular/SwissSignCircularWeb-Regular.eot");
  src: url("../assets/fonts/SwissSignCircularWeb-Regular/SwissSignCircularWeb-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SwissSignCircularWeb-Regular/SwissSignCircularWeb-Regular.woff2") format("woff2"), url("../assets/fonts/SwissSignCircularWeb-Regular/SwissSignCircularWeb-Regular.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: 'SwissSignCircular';
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-Book.eot");
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-Book.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Book.woff") format("woff"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Book.ttf") format("truetype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Book.svg#SwissSignCircular-Book") format("svg");
  font-weight: 400;
  font-style: normal; }

@font-face {
  font-family: 'SwissSignCircular';
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-Bold.eot");
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Bold.woff") format("woff"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Bold.ttf") format("truetype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Bold.svg#SwissSignCircular-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'SwissSignCircular';
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-BookItalic.eot");
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-BookItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-BookItalic.woff") format("woff"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-BookItalic.ttf") format("truetype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-BookItalic.svg#SwissSignCircular-BookItalic") format("svg");
  font-weight: 400;
  font-style: italic; }

@font-face {
  font-family: 'SwissSignCircular';
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-BoldItalic.eot");
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-BoldItalic.woff") format("woff"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-BoldItalic.ttf") format("truetype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-BoldItalic.svg#SwissSignCircular-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'SwissSignCircular';
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-Regular.eot");
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Regular.woff") format("woff"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Regular.ttf") format("truetype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Regular.svg#SwissSignCircular-Regular") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'SwissSignCircular';
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-Italic.eot");
  src: url("../assets/fonts/SwissSignCircular/SwissSignCircular-Italic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Italic.woff") format("woff"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Italic.ttf") format("truetype"), url("../assets/fonts/SwissSignCircular/SwissSignCircular-Italic.svg#SwissSignCircular-Italic") format("svg");
  font-weight: 300;
  font-style: italic; }

/**
* Typography settings
*/
html {
  font-size: 18px;
  font-family: "SwissSignCircularWeb", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-style: normal;
  word-wrap: break-word;
  hyphens: auto; }

nav {
  word-wrap: none;
  hyphens: none;
  white-space: nowrap; }

.c-brand-red {
  color: #eb0000; }

.c-bg-brand-red {
  background-color: #eb0000; }

.c-black {
  color: #000000; }

.c-bg-black {
  background-color: #000000; }

.c-dark-grey-1 {
  color: #5c5c5c; }

.c-bg-dark-grey-1 {
  background-color: #5c5c5c; }

.c-dark-grey-2 {
  color: #747474; }

.c-bg-dark-grey-2 {
  background-color: #747474; }

.c-dark-grey-3 {
  color: #596377; }

.c-bg-dark-grey-3 {
  background-color: #596377; }

.c-light-grey-1 {
  color: #dadada; }

.c-bg-light-grey-1 {
  background-color: #dadada; }

.c-light-grey-2 {
  color: #efefef; }

.c-bg-light-grey-2 {
  background-color: #efefef; }

.c-white {
  color: #ffffff; }

.c-bg-white {
  background-color: #ffffff; }

.c-blue {
  color: #CDE7F9; }

.c-bg-blue {
  background-color: #CDE7F9; }

.c-dark-blue {
  color: #344D5F; }

.c-bg-dark-blue {
  background-color: #344D5F; }

.c-error-red {
  color: #a50202; }

.c-bg-error-red {
  background-color: #a50202; }

.c-warning-yellow {
  color: #bd8300; }

.c-bg-warning-yellow {
  background-color: #bd8300; }

.c-success-green {
  color: #2c8451; }

.c-bg-success-green {
  background-color: #2c8451; }

.c-information-gray {
  color: #5c5c5c; }

.c-bg-information-gray {
  background-color: #5c5c5c; }

.c-error-red-bg {
  color: #fdd9d9; }

.c-bg-error-red-bg {
  background-color: #fdd9d9; }

.c-warning-yellow-bg {
  color: #fffad4; }

.c-bg-warning-yellow-bg {
  background-color: #fffad4; }

.c-success-green-bg {
  color: #e0ede5; }

.c-bg-success-green-bg {
  background-color: #e0ede5; }

.c-information-gray-bg {
  color: #dadada; }

.c-bg-information-gray-bg {
  background-color: #dadada; }

.icon, .icon-close-small, .icon-dropdown-arrow, .icon-dropdown-arrow-black, .icon-hide-password, .icon-menu-close, .icon-menu, .icon-move-to-top, .icon-open-new-browser, .icon-red-chevron, .icon-see-password, .icon-swiss-id-large, .icon-swiss-id, .icon-swiss-sign, .icon-cart, .icon-search, .icon-information, .icon-social-linkedin, .icon-social-twitter, .icon-social-youtube, .icon-check-circle, .icon-close-circle, .icon-cart-line, .icon-arrow-left, .icon-arrow-right, .icon-unlock, .icon-arrow-angle-right, .icon-arrow-angle-left, .icon-figure, .icon-check-black, .icon-check, .icon-unlock-padlock, .icon-box, .icon-open-letter, .icon-pen-tool, .icon-handshake, .icon-logout, .icon-star, .icon-check-green {
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  background-position: center;
  vertical-align: middle;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 18px;
  height: 18px;
  background-color: white; }

.icon-close-small {
  background-color: transparent;
  background-image: url("../assets/icons/close-small.svg"); }

.icon-img-close-small {
  background-color: transparent;
  background-image: url("../assets/icons/close-small.svg"); }

.icon-dropdown-arrow {
  background-color: transparent;
  background-image: url("../assets/icons/dropdown-arrow.svg"); }

.icon-img-dropdown-arrow {
  background-color: transparent;
  background-image: url("../assets/icons/dropdown-arrow.svg"); }

.icon-dropdown-arrow-black {
  background-color: transparent;
  background-image: url("../assets/icons/dropdown-arrow-black.svg"); }

.icon-img-dropdown-arrow-black {
  background-color: transparent;
  background-image: url("../assets/icons/dropdown-arrow-black.svg"); }

.icon-hide-password {
  background-color: transparent;
  background-image: url("../assets/icons/hide-password.svg"); }

.icon-img-hide-password {
  background-color: transparent;
  background-image: url("../assets/icons/hide-password.svg"); }

.icon-menu-close {
  background-color: transparent;
  background-image: url("../assets/icons/menu-close.svg"); }

.icon-img-menu-close {
  background-color: transparent;
  background-image: url("../assets/icons/menu-close.svg"); }

.icon-menu {
  background-color: transparent;
  background-image: url("../assets/icons/menu.svg"); }

.icon-img-menu {
  background-color: transparent;
  background-image: url("../assets/icons/menu.svg"); }

.icon-move-to-top {
  background-color: transparent;
  background-image: url("../assets/icons/move-to-top.svg"); }

.icon-img-move-to-top {
  background-color: transparent;
  background-image: url("../assets/icons/move-to-top.svg"); }

.icon-open-new-browser {
  background-color: transparent;
  background-image: url("../assets/icons/open-new-browser.svg"); }

.icon-img-open-new-browser {
  background-color: transparent;
  background-image: url("../assets/icons/open-new-browser.svg"); }

.icon-red-chevron {
  background-color: transparent;
  background-image: url("../assets/icons/red-chevron.svg"); }

.icon-img-red-chevron {
  background-color: transparent;
  background-image: url("../assets/icons/red-chevron.svg"); }

.icon-see-password {
  background-color: transparent;
  background-image: url("../assets/icons/see-password.svg"); }

.icon-img-see-password {
  background-color: transparent;
  background-image: url("../assets/icons/see-password.svg"); }

.icon-swiss-id-large {
  background-color: transparent;
  background-image: url("../assets/icons/swiss-id-large.svg"); }

.icon-img-swiss-id-large {
  background-color: transparent;
  background-image: url("../assets/icons/swiss-id-large.svg"); }

.icon-swiss-id {
  background-color: transparent;
  background-image: url("../assets/icons/swiss-id.svg"); }

.icon-img-swiss-id {
  background-color: transparent;
  background-image: url("../assets/icons/swiss-id.svg"); }

.icon-swiss-sign {
  background-color: transparent;
  background-image: url("../assets/icons/swiss-sign.svg"); }

.icon-img-swiss-sign {
  background-color: transparent;
  background-image: url("../assets/icons/swiss-sign.svg"); }

.icon-cart {
  background-color: transparent;
  background-image: url("../assets/icons/cart.svg"); }

.icon-img-cart {
  background-color: transparent;
  background-image: url("../assets/icons/cart.svg"); }

.icon-search {
  background-color: transparent;
  background-image: url("../assets/icons/search.svg"); }

.icon-img-search {
  background-color: transparent;
  background-image: url("../assets/icons/search.svg"); }

.icon-information {
  background-color: transparent;
  background-image: url("../assets/icons/information.svg"); }

.icon-img-information {
  background-color: transparent;
  background-image: url("../assets/icons/information.svg"); }

.icon-social-linkedin {
  background-color: transparent;
  background-image: url("../assets/icons/social-linkedin.svg"); }

.icon-img-social-linkedin {
  background-color: transparent;
  background-image: url("../assets/icons/social-linkedin.svg"); }

.icon-social-twitter {
  background-color: transparent;
  background-image: url("../assets/icons/social-twitter.svg"); }

.icon-img-social-twitter {
  background-color: transparent;
  background-image: url("../assets/icons/social-twitter.svg"); }

.icon-social-youtube {
  background-color: transparent;
  background-image: url("../assets/icons/social-youtube.svg"); }

.icon-img-social-youtube {
  background-color: transparent;
  background-image: url("../assets/icons/social-youtube.svg"); }

.icon-check-circle {
  background-color: transparent;
  background-image: url("../assets/icons/check-circle.svg"); }

.icon-img-check-circle {
  background-color: transparent;
  background-image: url("../assets/icons/check-circle.svg"); }

.icon-close-circle {
  background-color: transparent;
  background-image: url("../assets/icons/close-circle.svg"); }

.icon-img-close-circle {
  background-color: transparent;
  background-image: url("../assets/icons/close-circle.svg"); }

.icon-cart-line {
  background-color: transparent;
  background-image: url("../assets/icons/cart-line.svg"); }

.icon-img-cart-line {
  background-color: transparent;
  background-image: url("../assets/icons/cart-line.svg"); }

.icon-arrow-left {
  background-color: transparent;
  background-image: url("../assets/icons/arrow-left.svg"); }

.icon-img-arrow-left {
  background-color: transparent;
  background-image: url("../assets/icons/arrow-left.svg"); }

.icon-arrow-right {
  background-color: transparent;
  background-image: url("../assets/icons/arrow-right.svg"); }

.icon-img-arrow-right {
  background-color: transparent;
  background-image: url("../assets/icons/arrow-right.svg"); }

.icon-unlock {
  background-color: transparent;
  background-image: url("../assets/icons/unlock.svg"); }

.icon-img-unlock {
  background-color: transparent;
  background-image: url("../assets/icons/unlock.svg"); }

.icon-arrow-angle-right {
  background-color: transparent;
  background-image: url("../assets/icons/arrow-angle-right.svg"); }

.icon-img-arrow-angle-right {
  background-color: transparent;
  background-image: url("../assets/icons/arrow-angle-right.svg"); }

.icon-arrow-angle-left {
  background-color: transparent;
  background-image: url("../assets/icons/arrow-angle-left.svg"); }

.icon-img-arrow-angle-left {
  background-color: transparent;
  background-image: url("../assets/icons/arrow-angle-left.svg"); }

.icon-figure {
  background-color: transparent;
  background-image: url("../assets/icons/figure.svg"); }

.icon-img-figure {
  background-color: transparent;
  background-image: url("../assets/icons/figure.svg"); }

.icon-check-black {
  background-color: transparent;
  background-image: url("../assets/icons/check-black.svg"); }

.icon-img-check-black {
  background-color: transparent;
  background-image: url("../assets/icons/check-black.svg"); }

.icon-check {
  background-color: transparent;
  background-image: url("../assets/icons/check.svg"); }

.icon-img-check {
  background-color: transparent;
  background-image: url("../assets/icons/check.svg"); }

.icon-unlock-padlock {
  background-color: transparent;
  background-image: url("../assets/icons/unlock-padlock.svg"); }

.icon-img-unlock-padlock {
  background-color: transparent;
  background-image: url("../assets/icons/unlock-padlock.svg"); }

.icon-box {
  background-color: transparent;
  background-image: url("../assets/icons/box.svg"); }

.icon-img-box {
  background-color: transparent;
  background-image: url("../assets/icons/box.svg"); }

.icon-open-letter {
  background-color: transparent;
  background-image: url("../assets/icons/open-letter.svg"); }

.icon-img-open-letter {
  background-color: transparent;
  background-image: url("../assets/icons/open-letter.svg"); }

.icon-pen-tool {
  background-color: transparent;
  background-image: url("../assets/icons/pen-tool.svg"); }

.icon-img-pen-tool {
  background-color: transparent;
  background-image: url("../assets/icons/pen-tool.svg"); }

.icon-handshake {
  background-color: transparent;
  background-image: url("../assets/icons/handshake.svg"); }

.icon-img-handshake {
  background-color: transparent;
  background-image: url("../assets/icons/handshake.svg"); }

.icon-logout {
  background-color: transparent;
  background-image: url("../assets/icons/logout.svg"); }

.icon-img-logout {
  background-color: transparent;
  background-image: url("../assets/icons/logout.svg"); }

.icon-star {
  background-color: transparent;
  background-image: url("../assets/icons/star.svg"); }

.icon-img-star {
  background-color: transparent;
  background-image: url("../assets/icons/star.svg"); }

.icon-check-green {
  background-color: transparent;
  background-image: url("../assets/icons/check-green.svg"); }

.icon-img-check-green {
  background-color: transparent;
  background-image: url("../assets/icons/check-green.svg"); }

.section.section--form .section__head .text {
  margin-top: 25px; }

body {
  min-width: 320px;
  background: #fff;
  color: #000;
  overflow-x: hidden; }

h1, h2, h3, h4 {
  word-wrap: none;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none; }

h1 {
  font-size: 40px;
  color: #000000;
  font-style: normal; }

h2,
h1.small {
  font-size: 24px;
  color: #000000;
  letter-spacing: 0.26px;
  font-weight: bold; }

h3 {
  font-size: 24px;
  color: #000000;
  line-height: 32px;
  font-weight: bold; }

h4 {
  font-size: 18px;
  color: #000000;
  line-height: 27px;
  font-style: normal; }

a:not(.btn) {
  position: relative;
  color: #000;
  text-decoration: underline;
  transition: color .4s; }

a:not(.btn):hover {
  text-decoration: underline;
  color: #5C5C5C; }

.rightaligned {
  float: right; }

.skip {
  position: absolute;
  z-index: 99;
  opacity: 0;
  pointer-events: none; }

.content {
  max-width: 769px;
  margin: 0 auto; }

#branding {
  height: 30px;
  padding: 15px 0; }
  #branding .logo {
    float: left; }
    #branding .logo svg {
      height: 30px;
      width: auto; }

nav a {
  text-decoration: none;
  color: #000000; }

#meta-navigation {
  float: right;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: -0.29px;
  line-height: 18px; }
  #meta-navigation ul {
    list-style-type: none; }
    #meta-navigation ul li {
      float: left;
      margin-left: 1.7rem; }
    #meta-navigation ul li.cart a {
      width: 30px;
      height: 30px;
      overflow: hidden;
      display: block;
      top: -7px;
      position: relative; }

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

.clear {
  clear: both; }

#main-header {
  -webkit-box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 10000; }

#main-content {
  position: relative;
  z-index: 1; }

#site-search {
  position: relative; }
  #site-search > form {
    position: absolute;
    right: 0;
    top: -2.8rem; }
    #site-search > form > input[type=text] {
      font-size: 16px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      height: 2rem;
      width: 6rem;
      border: 1px solid #dadada;
      padding: 0 1rem 0 0.25rem;
      background-size: 16%;
      background-position: 4.6rem 0.5rem; }
      #site-search > form > input[type=text]::-webkit-input-placeholder {
        color: #747474; }
      #site-search > form > input[type=text]:-ms-input-placeholder {
        color: #747474; }
      #site-search > form > input[type=text]::-ms-input-placeholder {
        color: #747474; }
      #site-search > form > input[type=text]::placeholder {
        color: #747474; }

.info-box {
  background-color: #efefef;
  padding: 1rem 2rem 1rem 4rem; }

.btn {
  line-height: 50px;
  text-align: center;
  font-size: 18px;
  border-radius: 2px;
  border-style: none;
  cursor: pointer;
  -webkit-box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5); }
  .btn:hover {
    -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.8);
    /* TODO: get correct drop shadow from UX */ }
  .btn.primary {
    color: #ffffff;
    background-color: #eb0000; }

#footer {
  clear: both; }

.text-right {
  text-align: right; }

.text-center {
  text-align: center; }

.mobile-visible {
  display: none !important; }
  @media (max-width: 767px) {
    .mobile-visible {
      display: block !important; } }

@media (max-width: 767px) {
  .mobile-hidden {
    display: none !important; } }

.nav-utilities {
  font-weight: 300;
  font-size: 15px;
  color: #000; }
  .nav-utilities.search-place {
    display: table; }
    .nav-utilities.search-place .header-aside,
    .nav-utilities.search-place > ul {
      display: table-cell; }
  .nav-utilities ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .nav-utilities ul li {
      position: relative;
      display: inline-block; }
      .nav-utilities ul li i {
        width: 24px;
        height: 23px; }
        .nav-utilities ul li i.icon-cart {
          width: 20px;
          height: 20px; }
        .nav-utilities ul li i.icon-figure {
          width: 16px;
          height: 16px; }
      .nav-utilities ul li .badge {
        position: absolute;
        bottom: -2px;
        right: -7px; }
      .nav-utilities ul li + li {
        margin-left: 22px; }
    .nav-utilities ul a {
      text-decoration: none; }
      .nav-utilities ul a:hover {
        text-decoration: none;
        color: inherit; }
      .nav-utilities ul a.btn:hover {
        color: white; }
    .nav-utilities ul .mobile-logout {
      flex-grow: 2;
      justify-content: flex-end; }
      @media (max-width: 767px) {
        .nav-utilities ul .mobile-logout {
          display: flex !important;
          order: 4; } }
  @media (max-width: 767px) {
    .nav-utilities {
      font-size: 14px; }
      .nav-utilities.search-place {
        padding-left: 0 !important; }
        .nav-utilities.search-place > ul {
          display: flex !important;
          margin-bottom: 12px; }
      .nav-utilities ul {
        margin: 0 -19px; }
        .nav-utilities ul li {
          padding: 0 19px; }
          .nav-utilities ul li + li {
            margin-left: 0; } }

.nav {
  position: relative;
  font-weight: 300;
  font-size: 16px;
  color: #000; }
  .nav > ul {
    display: flex;
    padding: 0;
    margin: 0 -10px;
    list-style-type: none; }
    .nav > ul > li {
      position: relative;
      padding: 22px 0 19px; }
      .nav > ul > li > a {
        position: relative;
        padding: 0 10px 19px;
        transition: color .4s;
        text-decoration: none; }
        .nav > ul > li > a:hover {
          color: #5C5C5C;
          text-decoration: none; }
        .nav > ul > li > a .badge {
          position: absolute;
          bottom: -5px;
          right: -8px; }
      .nav > ul > li ul {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 21;
        min-width: 300px;
        padding: 0;
        margin-top: -4px;
        background-color: #fff;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
        font-weight: 300;
        font-size: 16px;
        color: #222;
        line-height: 1.2;
        white-space: normal;
        opacity: 0;
        pointer-events: none;
        transform: translateY(50px);
        transition: transform .4s, opacity .4s; }
        .nav > ul > li ul li a {
          width: 100%;
          display: inline-block;
          padding: 10px 20px 7px;
          transition: color .4s, background .4s, box-shadow .4s;
          text-decoration: none; }
          .nav > ul > li ul li a:hover {
            background-color: #5C5C5C;
            color: #fff;
            text-decoration: none;
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5); }
      .nav > ul > li:hover ul {
        pointer-events: auto;
        opacity: 1;
        transform: translateY(0); }
      .nav > ul > li select {
        width: 100%; }
      .nav > ul > li.cloned {
        display: none; }
  .nav .magic-line {
    position: absolute;
    bottom: 4px;
    left: -10px;
    width: 0;
    height: 3px;
    background-color: #EB0000;
    display: inline-block;
    transition: left .4s, width .4s;
    pointer-events: none; }
  @media (max-width: 1023px) {
    .nav > ul > li > a {
      padding: 0 8px 19px; } }
  @media (max-width: 767px) {
    .nav > ul {
      display: block;
      margin: 0;
      font-weight: 700;
      font-size: 18px;
      color: #000; }
      .nav > ul > li {
        display: block;
        padding: 0; }
        .nav > ul > li > a {
          display: inline-block;
          width: 100%;
          padding: 15px 0 15px 0; }
          .nav > ul > li > a:after {
            display: none; }
          .nav > ul > li > a span {
            position: relative;
            display: inline-block; }
            .nav > ul > li > a span:after {
              content: '';
              position: absolute;
              top: 100%;
              left: 0;
              width: 100%;
              height: 3px;
              margin-top: 8px;
              background-color: #EB0000;
              transform-origin: bottom right;
              transform: scaleX(0);
              transition: transform .4s; }
          .nav > ul > li > a:hover span:after {
            transform-origin: bottom left;
            transform: scaleX(1); }
        .nav > ul > li ul {
          position: relative;
          top: 0;
          left: -17px;
          width: calc(100% + 70px);
          padding: 15px 0 17px;
          margin-top: 1px;
          background-color: #EFEFEF;
          font-weight: 400;
          font-size: 18px;
          color: #000;
          opacity: 1;
          pointer-events: auto;
          transform: translateY(0);
          box-shadow: none; }
          .nav > ul > li ul li a {
            padding: 14px 37px; }
            .nav > ul > li ul li a:hover {
              background-color: transparent;
              color: #EB0000;
              box-shadow: none; }
        .nav > ul > li + li {
          margin: 0; }
        .nav > ul > li.cloned {
          display: block; }
        .nav > ul > li.has--dropdown {
          position: relative;
          padding-right: 35px; }
          .nav > ul > li.has--dropdown:before, .nav > ul > li.has--dropdown:after {
            content: '';
            position: absolute;
            top: 29px;
            right: 5px;
            width: 14px;
            height: 2px;
            background-color: #000;
            transform: translateY(-50%);
            pointer-events: auto; }
          .nav > ul > li.has--dropdown:after {
            width: 14px;
            height: 2px;
            transform: translateY(-50%) rotate(-90deg);
            transition: transform .4s; }
        .nav > ul > li.current > a > span:after {
          transform-origin: bottom left;
          transform: scaleX(1); }
        .nav > ul > li.current:after {
          transform: translateY(-50%) rotate(0); }
    .nav .magic-line {
      display: none; } }

.nav-trigger {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 20px; }
  .nav-trigger span {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background-color: #000;
    transition: top .2s .25s, opacity .2s .25s, transform .2s 0s; }
    .nav-trigger span:nth-child(1) {
      top: 0; }
    .nav-trigger span:nth-child(2) {
      top: 8px; }
    .nav-trigger span:nth-child(3) {
      top: 16px; }
  .nav-trigger--active span {
    transition: background .2s, top .2s, opacity .2s, transform .2s .25s; }
    .nav-trigger--active span:nth-child(1), .nav-trigger--active span:nth-child(3) {
      top: 8px; }
    .nav-trigger--active span:nth-child(2) {
      opacity: 0; }
    .nav-trigger--active span:nth-child(1) {
      transform: rotate(45deg); }
    .nav-trigger--active span:nth-child(3) {
      transform: rotate(-45deg); }

.nav-secondary {
  padding-bottom: 6px;
  font-size: 18px;
  color: #000;
  overflow-x: auto;
  overflow-y: hidden; }
  .nav-secondary ul {
    display: flex;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .nav-secondary ul li a {
      position: relative;
      color: inherit;
      text-decoration: none; }
      .nav-secondary ul li a:after {
        content: '';
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 2px;
        margin-top: 4px;
        background-color: #EB0000;
        transform-origin: bottom right;
        transform: scaleX(0);
        transition: transform .4s; }
    .nav-secondary ul li:hover a, .nav-secondary ul li.current a {
      text-decoration: none;
      color: inherit; }
      .nav-secondary ul li:hover a:after, .nav-secondary ul li.current a:after {
        transform-origin: bottom left;
        transform: scaleX(1); }
    .nav-secondary ul li + li {
      margin-left: 30px; }

.shell {
  max-width: calc(767px + 34px);
  padding: 0 17px;
  margin: 0 auto; }

.section {
  padding: 20px 0; }
  .section p a {
    position: relative;
    color: #000;
    text-decoration: underline;
    transition: color .4s; }
    .section p a:hover {
      text-decoration: underline;
      color: #5C5C5C; }
  .section .section__head {
    margin-bottom: 24px;
    margin-top: 14px; }
    .section .section__head h1,
    .section .section__head h2,
    .section .section__head h3,
    .section .section__head h4,
    .section .section__head h5,
    .section .section__head h6 {
      margin: 0;
      font-weight: 700;
      letter-spacing: .012em; }
    .section .section__head--secondary {
      display: flex;
      justify-content: space-between;
      align-items: center; }
  .section .section__actions--secondary {
    margin-top: 40px; }
  .section .section__group h1,
  .section .section__group h2,
  .section .section__group h3,
  .section .section__group h4,
  .section .section__group h5,
  .section .section__group h6 {
    margin-bottom: 16px;
    font-weight: 300;
    color: #000; }
  .section .section__group-head h1,
  .section .section__group-head h2,
  .section .section__group-head h3,
  .section .section__group-head h4,
  .section .section__group-head h5,
  .section .section__group-head h6 {
    margin-bottom: 21px;
    font-weight: 300; }
  .section .section__group-body {
    padding: 4px 0;
    border: 1px solid #979797;
    border-width: 1px 0; }
  .section .section__group + .section__group {
    margin-top: 53px; }
  .section .section__group--secondary .section__group-head h1,
  .section .section__group--secondary .section__group-head h2,
  .section .section__group--secondary .section__group-head h3,
  .section .section__group--secondary .section__group-head h4,
  .section .section__group--secondary .section__group-head h5,
  .section .section__group--secondary .section__group-head h6 {
    margin-bottom: 20px; }
  .section .section__group--secondary .section__group-body {
    padding: 5px 0; }
  .section .section__entry {
    margin-bottom: 57px;
    color: #000;
    line-height: 1.6; }
    .section .section__entry h1,
    .section .section__entry h2,
    .section .section__entry h3,
    .section .section__entry h4,
    .section .section__entry h5,
    .section .section__entry h6 {
      margin-bottom: 10px;
      font-weight: 300;
      color: #000; }
    .section .section__entry a {
      color: inherit;
      transition: color .4s; }
      .section .section__entry a:hover {
        color: #EB0000; }
    .section .section__entry p {
      margin-bottom: 40px; }
  .section .nav-secondary {
    margin-bottom: 43px; }
    .section .nav-secondary--push-down {
      margin-bottom: 70px; }
  .section--cart .alert {
    margin-bottom: 31px; }
  .section--cart .table {
    margin-bottom: 20px; }
  .section--cart .section__actions {
    display: flex;
    justify-content: flex-end; }
    .section--cart .section__actions .btn + .btn {
      margin-left: 5px; }
  .section--invoice .section__head {
    margin-bottom: 39px; }
  .section--invoice .section__body h1,
  .section--invoice .section__body h2,
  .section--invoice .section__body h3,
  .section--invoice .section__body h4,
  .section--invoice .section__body h5,
  .section--invoice .section__body h6 {
    margin: 0 0 43px;
    font-weight: 300;
    letter-spacing: .012em; }
  .section--invoice .section__actions {
    margin-top: 77px;
    display: flex;
    justify-content: space-between; }
    .section--invoice .section__actions .btn input {
      width: 100%;
      height: 100%;
      -webkit-appearance: none;
      background-color: transparent;
      border: none; }
  .section--invoice .table {
    margin-bottom: 22px; }
  .section--form .section__head .text p {
    letter-spacing: .01em;
    line-height: 1.45; }
  .section--form-payment .section__head {
    margin-bottom: 39px; }
    .section--form-payment .section__head h1,
    .section--form-payment .section__head h2,
    .section--form-payment .section__head h3,
    .section--form-payment .section__head h4,
    .section--form-payment .section__head h5,
    .section--form-payment .section__head h6 {
      letter-spacing: .002em; }
  .section--form-payment .section__body h1,
  .section--form-payment .section__body h2,
  .section--form-payment .section__body h3,
  .section--form-payment .section__body h4,
  .section--form-payment .section__body h5,
  .section--form-payment .section__body h6 {
    margin: 0 0 47px;
    font-weight: 300;
    letter-spacing: .018em; }
  .section--thank-you {
    font-weight: 300;
    font-size: 18px;
    color: #000; }
    .section--thank-you .section__head {
      margin-bottom: 39px; }
      .section--thank-you .section__head h1,
      .section--thank-you .section__head h2,
      .section--thank-you .section__head h3,
      .section--thank-you .section__head h4,
      .section--thank-you .section__head h5,
      .section--thank-you .section__head h6 {
        letter-spacing: -.01em; }
    .section--thank-you .section__entry {
      margin-bottom: 32px; }
      .section--thank-you .section__entry p {
        margin-bottom: 29px;
        line-height: 1.45;
        letter-spacing: .01em; }
      .section--thank-you .section__entry a {
        color: inherit;
        transition: color .4s; }
        .section--thank-you .section__entry a:hover {
          color: #EB0000; }
  .section--access .section__head {
    margin-bottom: 37px; }
  .section--secondary {
    padding: 25px 0 5px;
    margin-bottom: 4px; }
    .section--secondary .section__head {
      margin-bottom: 28px;
      text-align: center; }
      .section--secondary .section__head h1,
      .section--secondary .section__head h2,
      .section--secondary .section__head h3,
      .section--secondary .section__head h4,
      .section--secondary .section__head h5,
      .section--secondary .section__head h6 {
        margin-bottom: 18px; }
      .section--secondary .section__head p {
        margin-bottom: 0;
        line-height: 1.45; }
      .section--secondary .section__head .btn {
        margin-top: 13px; }
  .section--text {
    padding: 25px 0 5px;
    margin-bottom: 4px; }
    .section--text.text-align-center .section__head {
      text-align: center; }
    .section--text .section__head h1,
    .section--text .section__head h2,
    .section--text .section__head h3,
    .section--text .section__head h4,
    .section--text .section__head h5,
    .section--text .section__head h6 {
      margin-bottom: 18px; }
    .section--text .section__head h2 {
      line-height: 1.4; }
    .section--text .section__head p {
      margin-bottom: 0;
      line-height: 1.45; }
    .section--text .section__head .btn {
      margin-top: 13px; }
  .section--bordered .section__body {
    position: relative; }
    .section--bordered .section__body:after {
      content: '';
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      height: 1px;
      margin-top: 21px;
      background-color: #EFEFEF; }
  .section--banner .section__background img {
    width: 100%;
    height: auto; }
  .section--news {
    padding: 80px 0; }
    .section--news .section__head {
      margin-bottom: 27px; }
  .section--banner-secondary {
    padding: 0; }
  .section--tertiary {
    padding: 15px 0; }
    .section--tertiary .section__head {
      margin-bottom: 37px; }
      .section--tertiary .section__head h1,
      .section--tertiary .section__head h2,
      .section--tertiary .section__head h3,
      .section--tertiary .section__head h4,
      .section--tertiary .section__head h5,
      .section--tertiary .section__head h6 {
        margin-bottom: 30px; }
      .section--tertiary .section__head p {
        line-height: 1.5;
        margin-bottom: 20px;
        letter-spacing: 0.01em; }
      .section--tertiary .section__head ul {
        margin-bottom: 20px; }
  .section--ssl {
    margin-bottom: 44px; }
  .section--find-ssl {
    padding: 68px 0; }
  .section--breadcrumb {
    padding: 10px 0; }
  .section--comparison {
    padding: 20px 0; }
    .section--comparison .section__head {
      margin-bottom: 57px; }
      .section--comparison .section__head h1,
      .section--comparison .section__head h2,
      .section--comparison .section__head h3,
      .section--comparison .section__head h4,
      .section--comparison .section__head h5,
      .section--comparison .section__head h6 {
        letter-spacing: -.01em; }
      .section--comparison .section__head p + p {
        margin-top: 27px; }
  .section--orders .section__head {
    margin-bottom: 25px; }
    .section--orders .section__head h1,
    .section--orders .section__head h2,
    .section--orders .section__head h3,
    .section--orders .section__head h4,
    .section--orders .section__head h5,
    .section--orders .section__head h6 {
      letter-spacing: -.01em; }
  .section--certificates .section__head h1,
  .section--certificates .section__head h2,
  .section--certificates .section__head h3,
  .section--certificates .section__head h4,
  .section--certificates .section__head h5,
  .section--certificates .section__head h6 {
    letter-spacing: -.01em; }
  .section--certificates .section__actions {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .section--login .shell > .section__head {
    margin-bottom: 26px; }
  .section--login .section__head {
    margin-bottom: 20px; }
  .section--login .alert {
    margin-bottom: 30px; }
    .section--login .alert .alert__content span {
      line-height: 22px; }
  .section--login .boxes {
    margin: 0 -20px; }
    .section--login .boxes .box-secondary {
      padding: 0 20px;
      text-align: left;
      font-size: 18px;
      line-height: 27px;
      margin-bottom: 50px; }
      .section--login .boxes .box-secondary .btn {
        margin-top: 20px;
        font-size: 18px; }
        .section--login .boxes .box-secondary .btn.btn--primary, .section--login .boxes .box-secondary .btn.btn--special {
          color: white; }
  .section--login .note {
    font-size: 16px;
    margin-bottom: 30px;
    line-height: 27px; }
  @media (max-width: 767px) {
    .section .section__head {
      margin-bottom: 15px; }
      .section .section__head--secondary {
        display: block;
        text-align: center; }
        .section .section__head--secondary h1,
        .section .section__head--secondary h2,
        .section .section__head--secondary h3,
        .section .section__head--secondary h4,
        .section .section__head--secondary h5,
        .section .section__head--secondary h6 {
          margin-bottom: 16px; }
    .section--cart .alert {
      margin-bottom: 7px; }
    .section--cart .section__actions {
      display: block; }
      .section--cart .section__actions .btn {
        display: block; }
        .section--cart .section__actions .btn + .btn {
          margin: 9px 0 0; }
    .section--cart-secondary .section__head {
      margin-bottom: 0; }
    .section--invoice .section__head {
      margin-bottom: 42px; }
    .section--invoice .section__body h1,
    .section--invoice .section__body h2,
    .section--invoice .section__body h3,
    .section--invoice .section__body h4,
    .section--invoice .section__body h5,
    .section--invoice .section__body h6 {
      margin: 0 0 5px; }
    .section--invoice .section__body h2 {
      font-size: 20px; }
    .section--invoice .section__actions {
      display: block;
      margin-top: 30px; }
      .section--invoice .section__actions .section__actions-content {
        margin-bottom: 9px; }
      .section--invoice .section__actions .btn {
        display: block; }
        .section--invoice .section__actions .btn + .btn {
          margin: 9px 0 0; }
    .section--invoice .table {
      margin-bottom: 29px; }
    .section--form-payment .section__head {
      margin-bottom: 40px; }
      .section--form-payment .section__head h1,
      .section--form-payment .section__head h2,
      .section--form-payment .section__head h3,
      .section--form-payment .section__head h4,
      .section--form-payment .section__head h5,
      .section--form-payment .section__head h6 {
        letter-spacing: -.01em; }
    .section--form-payment .section__body h1,
    .section--form-payment .section__body h2,
    .section--form-payment .section__body h3,
    .section--form-payment .section__body h4,
    .section--form-payment .section__body h5,
    .section--form-payment .section__body h6 {
      margin: 0 0 49px; }
    .section--form-payment .section__body h2 {
      font-size: 20px; }
    .section--thank-you .section__head {
      margin-bottom: 38px; }
    .section--thank-you .section__actions .btn {
      display: block; }
    .section--access .section__head {
      margin-bottom: 24px; }
      .section--access .section__head h1,
      .section--access .section__head h2,
      .section--access .section__head h3,
      .section--access .section__head h4,
      .section--access .section__head h5,
      .section--access .section__head h6 {
        letter-spacing: -.01em; }
    .section--secondary {
      padding: 44px 0 21px;
      margin-bottom: 0px; }
      .section--secondary .section__head {
        margin-bottom: 17px;
        font-size: 16px; }
        .section--secondary .section__head h1,
        .section--secondary .section__head h2,
        .section--secondary .section__head h3,
        .section--secondary .section__head h4,
        .section--secondary .section__head h5,
        .section--secondary .section__head h6 {
          margin-bottom: 19px; }
        .section--secondary .section__head h2 {
          font-size: 20px; }
        .section--secondary .section__head p {
          margin-bottom: 0;
          line-height: 1.65; }
    .section--bordered .section__body:after {
      margin-top: 46px; }
    .section--news {
      padding: 56px 0 0; }
      .section--news .section__head {
        margin-bottom: 26px; }
        .section--news .section__head h1,
        .section--news .section__head h2,
        .section--news .section__head h3,
        .section--news .section__head h4,
        .section--news .section__head h5,
        .section--news .section__head h6 {
          margin-bottom: 19px; }
        .section--news .section__head h2 {
          font-size: 20px; }
    .section--tertiary {
      padding: 13px 0; }
      .section--tertiary .section__head {
        margin-bottom: 28px; }
    .section--ssl .section__body .shell {
      padding: 0; }
    .section--find-ssl .section__head {
      font-size: 18px; }
      .section--find-ssl .section__head h2 {
        font-size: 24px; }
    .section--cards .section__head {
      margin-bottom: 34px;
      font-size: 18px; }
      .section--cards .section__head h1,
      .section--cards .section__head h2,
      .section--cards .section__head h3,
      .section--cards .section__head h4,
      .section--cards .section__head h5,
      .section--cards .section__head h6 {
        margin-bottom: 18px; }
      .section--cards .section__head h2 {
        font-size: 24px; }
      .section--cards .section__head p {
        line-height: 1.5; }
      .section--cards .section__head .btn {
        display: block;
        width: 100%;
        height: 42px;
        margin-top: 10px;
        line-height: 42px; }
    .section--comparison {
      padding: 26px 0; }
      .section--comparison .section__head {
        margin-bottom: 23px; }
    .section--orders .section__head {
      margin-bottom: 28px; }
    .section--order-details .section__head {
      margin-bottom: 28px; }
    .section--order-details .nav-secondary {
      margin-bottom: 34px; }
    .section--certificates .section__head {
      margin-bottom: 28px; }
    .section--certificates .section__actions {
      display: block;
      padding-top: 17px;
      text-align: center; }
      .section--certificates .section__actions .btn {
        display: block;
        width: 100%;
        min-width: 0;
        margin-bottom: 26px; }
    .section--download {
      font-size: 16px; }
      .section--download .section__head {
        margin-bottom: 32px; }
      .section--download .section__body h1,
      .section--download .section__body h2,
      .section--download .section__body h3,
      .section--download .section__body h4,
      .section--download .section__body h5,
      .section--download .section__body h6 {
        margin-bottom: 14px;
        line-height: 1.5; }
      .section--download .section__body h2 {
        font-size: 20px; }
      .section--download .section__group + .section__group {
        margin-top: 44px; }
      .section--download .section__actions {
        margin-top: 55px; }
        .section--download .section__actions .btn {
          display: block;
          width: 100%;
          min-width: 0; }
      .section--download .nav-secondary {
        margin-bottom: 35px; }
    .section--profile {
      font-size: 16px; }
      .section--profile .section__head {
        margin-bottom: 30px; }
      .section--profile .section__entry {
        margin-bottom: 67px;
        line-height: 1.7; }
        .section--profile .section__entry h2 {
          font-size: 20px; }
        .section--profile .section__entry p {
          margin-bottom: 60px; }
      .section--profile .section__group-head h2 {
        font-size: 20px; }
      .section--profile .section__group-body {
        padding: 20px 0 9px; }
      .section--profile .section__group + .section__group {
        margin-top: 69px; }
      .section--profile .section__group--secondary .section__group-head h1,
      .section--profile .section__group--secondary .section__group-head h2,
      .section--profile .section__group--secondary .section__group-head h3,
      .section--profile .section__group--secondary .section__group-head h4,
      .section--profile .section__group--secondary .section__group-head h5,
      .section--profile .section__group--secondary .section__group-head h6 {
        margin-bottom: 20px; }
      .section--profile .section__group--secondary .section__group-body {
        padding: 5px 0; }
      .section--profile .nav-secondary {
        margin-bottom: 23px; }
    .section--addresses .section__group-head h1,
    .section--addresses .section__group-head h2,
    .section--addresses .section__group-head h3,
    .section--addresses .section__group-head h4,
    .section--addresses .section__group-head h5,
    .section--addresses .section__group-head h6 {
      margin-bottom: 10px; }
    .section--addresses .section__group-head h2 {
      font-size: 20px; }
    .section--addresses .nav-secondary {
      margin-bottom: 30px; } }

.section__body {
  padding-bottom: 4px; }

.alert {
  position: relative;
  padding: 15px 46px 14px 8px;
  font-weight: 700;
  font-size: 16px; }
  .alert .alert__content {
    display: flex;
    align-items: center; }
    .alert .alert__content i {
      flex: 0 0 22px;
      max-width: 22px;
      width: 22px;
      height: 22px;
      margin-right: 4px; }
    .alert .alert__content span {
      flex: 0 0 calc(100% - 26px);
      max-width: calc(100% - 26px);
      display: inline-block;
      margin-top: 4px; }
  .alert .alert__close {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    transition: opacity .4s; }
    .alert .alert__close i {
      width: 10px;
      height: 10px; }
    .alert .alert__close:hover {
      opacity: .7; }
  @media (max-width: 767px) {
    .alert {
      line-height: 1.35; }
      .alert .alert__content {
        align-items: flex-start; }
        .alert .alert__content i {
          margin-right: 8px; }
        .alert .alert__content span {
          margin-top: 1px; }
      .alert .alert__close {
        top: 22px;
        right: 15px;
        transform: translateY(0); } }

.table table {
  width: 100%;
  border-collapse: collapse;
  font-weight: 300;
  font-size: 18px; }
  .table table thead th {
    padding: 7px 0;
    font-weight: 700;
    font-size: 16px;
    text-align: left; }
    .table table thead th.text-right {
      text-align: right; }
  .table table tr {
    border-bottom: 1px solid #EFEFEF; }
    .table table tr td {
      height: 50px;
      padding: 3px 0; }
  .table table table {
    margin: 3px 0 25px;
    font-size: 16px; }
    .table table table tr {
      border-bottom: none; }
      .table table table tr td {
        height: auto;
        padding: 7px 0; }
        .table table table tr td.empty-text {
          padding: 52px 0 39px;
          font-size: 18px;
          text-align: center; }
    .table table table a {
      font-size: 18px;
      color: inherit; }
      .table table table a:hover {
        color: inherit; }

.table .colsize-1 {
  width: 238px; }

.table .colsize-2 {
  width: 229px; }

.table .colsize-3 {
  width: 82px; }

.table .colsize-4 {
  width: 218px; }

.table .remove i {
  width: 25px;
  height: 25px;
  margin: 0 6px 0 15px; }

.table .remove span {
  display: none; }

.table .visible-mobile {
  display: none; }

@media (max-width: 767px) {
  .table table {
    font-size: 14px; }
    .table table thead {
      display: none; }
    .table table > tbody > tr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .table table > tbody > tr td {
        -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
        flex: 1 0 auto;
        max-width: 100%; }
        .table table > tbody > tr td.table-form-promocode {
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%; }
    .table table tr td {
      height: auto;
      padding: 17px 0; }
    .table table table {
      display: block;
      margin-bottom: -7px;
      font-size: 18px; }
      .table table table > tbody {
        display: block; }
        .table table table > tbody > tr {
          display: block;
          -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
          flex: 0 0 100%;
          max-width: 100%;
          min-width: 100%; }
          .table table table > tbody > tr > td {
            display: block;
            -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
            flex: 0 0 100%;
            max-width: 100%;
            width: 100%;
            min-width: 100%; }
        .table table table > tbody tfoot {
          display: block; }
      .table table table tfoot {
        display: none; }
        .table table table tfoot tr td {
          padding: 9px 0; }
        .table table table tfoot td:before {
          display: none; }
      .table table table tr {
        display: block; }
        .table table table tr td {
          padding: 8px 0; }
          .table table table tr td.empty-text {
            padding: 10px 0;
            line-height: 1.45;
            text-align: left; }
            .table table table tr td.empty-text:before {
              display: none; }
      .table table table td {
        position: relative;
        display: block;
        width: 100%; }
        .table table table td:before {
          content: attr(data-title);
          display: block;
          margin-bottom: 16px;
          font-weight: 700;
          font-size: 14px;
          color: #000; }
        .table table table td.text-right {
          text-align: left; }
      .table table table .select {
        width: 100%; }
  .table .colsize-1,
  .table .colsize-2,
  .table .colsize-3,
  .table .colsize-4 {
    width: 100%; }
  .table .text-mobile-sm {
    font-size: 14px; }
  .table .remove {
    display: block;
    width: 100%;
    height: 50px;
    margin-top: 16px;
    border-radius: 2px;
    background-color: #EFEFEF;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 50px;
    text-align: center;
    text-decoration: none; }
    .table .remove i {
      display: none; }
    .table .remove span {
      display: block; }
  .table .form--promocode {
    margin: -21px 0 -5px; }
  .table .visible-mobile {
    display: block; }
    .table .visible-mobile:before {
      display: none; }
  .table .hidden-mobile {
    display: none; } }

.select {
  position: relative; }
  .select select {
    width: 100%;
    height: 28px;
    padding: 0 22px 0 5px;
    border: 0;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background-color: #fff;
    font-size: 18px;
    color: #747474;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    white-space: nowrap; }
    .select select::-ms-expand {
      display: none; }
  .select i {
    position: absolute;
    bottom: 16px;
    right: 5px;
    width: 12px;
    height: 6px;
    pointer-events: none; }
  .select--sm {
    width: 50px; }
  @media (max-width: 767px) {
    .select i {
      bottom: 11px;
      right: 16px;
      width: 12px;
      height: 6px;
      pointer-events: none; } }

.select-secondary {
  position: relative; }
  .select-secondary select {
    min-width: 29px;
    padding-right: 8px;
    border: 0;
    border-radius: 0;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    white-space: nowrap; }
    .select-secondary select::-ms-expand {
      display: none; }
  .select-secondary:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 3.5px 0 3.5px;
    border-color: #000000 transparent transparent transparent;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none; }
  .select-secondary.select-lang select {
    font-weight: 700;
    font-size: 14px;
    font-weight: bold;
    line-height: 17px; }

.field {
  width: 100%;
  height: 34px;
  padding: 0 11px;
  border: solid #000;
  border-radius: 0;
  border-width: 0 0 1px;
  background-color: #fff;
  font-size: 18px;
  color: #747474;
  -webkit-transition: border .4s;
  -o-transition: border .4s;
  transition: border .4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .field--secondary {
    padding: 0 11px;
    border: 1px solid #000; }
  .field--textarea {
    height: 70px;
    padding: 11px;
    resize: none; }
  .field:focus {
    border-color: #ED0000;
    outline: none; }
  .field::-webkit-contacts-auto-fill-button {
    margin-right: 20px; }
  .field::-ms-clear {
    display: none; }
  @media (max-width: 767px) {
    .field--secondary {
      line-height: 1.3; }
    .field--textarea {
      padding: 12px 11px; } }

.textarea {
  width: 100%;
  height: 48px;
  resize: none;
  padding: 15px 11px 0;
  border: solid #000;
  border-radius: 0;
  border-width: 0 0 1px;
  background-color: #fff;
  font-size: 18px;
  color: #000;
  -webkit-transition: border .4s;
  -o-transition: border .4s;
  transition: border .4s;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .textarea--secondary {
    padding: 0 11px;
    border: 1px solid #000; }
  .textarea--textarea {
    height: 70px;
    padding: 11px;
    resize: none; }
  .textarea:focus {
    border-color: #ED0000;
    outline: none; }
  .textarea::-ms-clear {
    display: none; }
  @media (max-width: 767px) {
    .textarea--secondary {
      line-height: 1.3; }
    .textarea--textarea {
      padding: 12px 11px; } }

.checkbox {
  padding: 9px 0; }
  .checkbox input {
    display: none; }
    .checkbox input:checked + label:after {
      opacity: 1; }
    .checkbox input:disabled + label {
      pointer-events: none;
      color: #DADADA; }
    .checkbox input:disabled + label:before {
      border: 1px solid #DADADA; }
  .checkbox label {
    position: relative;
    display: inline-block;
    padding-left: 32px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .checkbox label:before {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #5C5C5C;
      background-color: #fff; }
    .checkbox label:after {
      content: '';
      position: absolute;
      top: 5px;
      left: 1px;
      width: 17px;
      height: 14px;
      background-image: url(../assets/icons/check.svg);
      background-size: 17px 14px;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      -webkit-transition: opacity .2s, transform .2s;
      -o-transition: opacity .2s, transform .2s;
      transition: opacity .2s, transform .2s;
      transform: scale(0.8); }
  .checkbox.focus input {
    display: none; }
    .checkbox.focus input:checked + label:after {
      opacity: 1;
      transform: scale(1); }
  .checkbox.error label:before {
    background-color: #FDD9D9;
    border: 1px solid #A50202; }

.checkbox-wrapper {
  padding: 9px 0;
  position: relative; }
  .checkbox-wrapper.checked label:after {
    opacity: 1; }
  .checkbox-wrapper input {
    visibility: hidden;
    opacity: 0;
    position: absolute !important;
    top: 0;
    left: 0;
    pointer-events: none; }
    .checkbox-wrapper input:checked + label:after {
      opacity: 1; }
    .checkbox-wrapper input:disabled + label {
      pointer-events: none;
      color: #DADADA; }
    .checkbox-wrapper input:disabled + label:before {
      border: 1px solid #DADADA; }
  .checkbox-wrapper label.error {
    display: none !important; }
  .checkbox-wrapper .checkbox__label {
    position: relative;
    display: inline-block;
    padding-left: 32px;
    font-weight: 400;
    font-size: 18px;
    color: #000;
    line-height: 1.5;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .checkbox-wrapper .checkbox__label:before {
      content: '';
      position: absolute;
      top: 2px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #5C5C5C;
      background-color: #fff; }
    .checkbox-wrapper .checkbox__label:after {
      content: '';
      position: absolute;
      top: 5px;
      left: 1px;
      width: 17px;
      height: 14px;
      background-image: url(../assets/icons/check.svg);
      background-size: 17px 14px;
      background-position: center;
      background-repeat: no-repeat;
      opacity: 0;
      -webkit-transition: opacity .2s, transform .2s;
      -o-transition: opacity .2s, transform .2s;
      transition: opacity .2s, transform .2s;
      transform: scale(0.8); }
  .checkbox-wrapper.focus input {
    display: none; }
    .checkbox-wrapper.focus input:checked + label:after {
      opacity: 1;
      transform: scale(1); }
  .checkbox-wrapper.error label:before {
    background-color: #FDD9D9;
    border: 1px solid #A50202; }

.radio {
  padding: 9px 0; }
  .radio input {
    display: none; }
    .radio input:checked + label:after {
      opacity: 1; }
    .radio input:disabled + label {
      pointer-events: none;
      color: #DADADA; }
    .radio input:disabled + label:before {
      border: 1px solid #DADADA; }
  .radio label {
    position: relative;
    display: inline-block;
    padding-left: 37px;
    font-size: 18px;
    color: #747474;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .radio label:before {
      content: '';
      position: absolute;
      top: -2px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #5C5C5C;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: color .2s;
      -o-transition: color .2s;
      transition: color .2s; }
    .radio label:after {
      content: '';
      position: absolute;
      top: 3px;
      left: 5px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #5C5C5C;
      opacity: 0;
      -webkit-transition: opacity .2s, transform .2s;
      -o-transition: opacity .2s, transform .2s;
      transition: opacity .2s, transform .2s; }
  .radio.focus input {
    display: none; }
    .radio.focus input:checked + label:after {
      opacity: 1;
      transform: scale(1.4); }
  .radio.error label:before {
    background-color: #FDD9D9;
    border: 1px solid #A50202; }
  .radio:hover label {
    color: #000; }

.radio-wrapper.disabled .radio__label {
  pointer-events: none;
  color: #DADADA; }

.radio-wrapper.disabled .radio__label:before {
  border: 1px solid #DADADA; }

.radio-wrapper {
  padding: 9px 0;
  position: relative; }
  .radio-wrapper.checked label:after {
    opacity: 1; }
  .radio-wrapper:disabled {
    pointer-events: none; }
    .radio-wrapper:disabled .radio__label {
      pointer-events: none;
      color: #DADADA; }
  .radio-wrapper:disabled .radio__label:before {
    border: 1px solid #DADADA; }
  .radio-wrapper input {
    visibility: hidden;
    opacity: 0;
    position: absolute !important;
    top: 0;
    left: 0; }
    .radio-wrapper input:checked + label:after {
      opacity: 1; }
    .radio-wrapper input:disabled + label {
      pointer-events: none;
      color: #DADADA; }
    .radio-wrapper input:disabled + label:before {
      border: 1px solid #DADADA; }
  .radio-wrapper label {
    position: relative;
    display: inline-block;
    padding-left: 37px;
    font-size: 18px;
    color: #747474;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    .radio-wrapper label:before {
      content: '';
      position: absolute;
      top: -2px;
      left: 0;
      width: 20px;
      height: 20px;
      border: 1px solid #5C5C5C;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: color .2s;
      -o-transition: color .2s;
      transition: color .2s; }
    .radio-wrapper label:after {
      content: '';
      position: absolute;
      top: 3px;
      left: 5px;
      width: 10px;
      height: 10px;
      border-radius: 50%;
      background-color: #5C5C5C;
      opacity: 0;
      -webkit-transition: opacity .2s, transform .2s;
      -o-transition: opacity .2s, transform .2s;
      transition: opacity .2s, transform .2s; }
  .radio-wrapper label.error {
    display: none !important; }
  .radio-wrapper.focus input {
    display: none; }
    .radio-wrapper.focus input:checked + label:after {
      opacity: 1;
      transform: scale(1.4); }
  .radio-wrapper.error label:before {
    background-color: #FDD9D9;
    border: 1px solid #A50202; }
  .radio-wrapper:hover label {
    color: #000; }

.selectric {
  background-color: #fff !important;
  border: 0 !important;
  border-radius: 0;
  border-bottom: 1px solid #000 !important;
  height: 50px;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  transition: background .3s; }
  .selectric .label {
    height: 50px !important;
    line-height: 52px !important;
    font-size: 18px !important;
    font-weight: normal !important;
    color: #000 !important;
    margin: 0 !important;
    padding: 0 40px 0 10px;
    transition: background .3s; }
  .selectric .button {
    background-color: transparent !important;
    height: 50px !important; }
    .selectric .button:after {
      display: none; }
    .selectric .button:before {
      content: '';
      display: inline-block;
      width: 13px;
      height: 13px;
      background-image: url(../assets/icons/dropdown-arrow.svg);
      background-repeat: no-repeat;
      position: absolute;
      top: 23px;
      right: 10px;
      transition: transform .3s, top .3s; }

.selectric-items {
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  top: 97% !important;
  z-index: 2 !important;
  border: 0 !important;
  border-bottom: 2px solid #000 !important; }
  .selectric-items li {
    padding: 16px 10px 14px !important;
    font-size: 18px !important;
    font-weight: normal !important;
    color: #000 !important;
    background-color: #fff;
    transition: background .3s; }
    .selectric-items li.highlighted {
      background-color: #fff !important; }
    .selectric-items li.selected {
      background-color: #fff !important; }
    .selectric-items li:hover {
      background-color: #EFEFEF !important; }

.selectric-hover {
  background-color: #EFEFEF !important; }
  .selectric-hover .label {
    background-color: #EFEFEF !important; }

.selectric-open {
  background-color: #fff !important; }
  .selectric-open .label {
    background-color: #fff !important; }
  .selectric-open .button:before {
    position: absolute;
    top: 16px;
    right: 10px;
    transform: rotate(180deg); }

.au-select-wrapper {
  position: relative;
  width: 100%;
  height: 34px;
  font-size: 18px;
  line-height: 11px;
  background-color: #fff; }
  .au-select-wrapper select {
    display: none; }
  .au-select-wrapper .select-selected {
    display: flex;
    justify-content: space-between;
    border: solid #000;
    border-radius: 0;
    border-width: 0 0 1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: background-color .3s; }
    .au-select-wrapper .select-selected:after {
      content: "";
      display: inline-block;
      position: absolute;
      right: 11px;
      top: 13px;
      height: 11px;
      width: 11px;
      background-image: url(../assets/icons/dropdown-arrow.svg);
      background-repeat: no-repeat;
      transition: transform .3s, top .3s; }
    .au-select-wrapper .select-selected.select-open:after {
      transform: rotate(180deg); }
  .au-select-wrapper .select-items div,
  .au-select-wrapper .select-selected {
    cursor: pointer;
    user-select: none;
    padding: 11px 11px; }
  .au-select-wrapper .select-items {
    display: none;
    position: absolute;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    top: 97%;
    z-index: 99999;
    border: 0;
    border-bottom: 2px solid #000; }
    .au-select-wrapper .select-items div:hover {
      background-color: rgba(0, 0, 0, 0.1); }
    .au-select-wrapper .select-items.select-open {
      display: block; }

.btn {
  display: inline-block;
  min-width: 222px;
  height: 49px;
  padding: 0 10px;
  border-radius: 2px;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  line-height: 52px;
  text-decoration: none;
  box-shadow: none;
  transition: background .4s; }
  .btn:hover {
    box-shadow: none; }
  .btn--left {
    float: left; }
  .btn--right {
    float: right; }
  .btn--block {
    display: block;
    min-width: 0;
    width: 100%; }
  .btn--small {
    height: 34px;
    line-height: 36px; }
  .btn--secondary {
    background-color: #dadada; }
    .btn--secondary:active {
      background-color: #5c5c5c;
      color: #ffffff; }
    .btn--secondary:hover {
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5); }
  .btn--ternary {
    background-color: #596377;
    color: #ffffff; }
    .btn--ternary:active {
      background-color: #596377;
      color: #ffffff; }
    .btn--ternary:hover {
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5); }
  .btn--fourth {
    background-color: #efefef;
    color: #5c5c5c; }
    .btn--fourth:active {
      background-color: #efefef;
      color: #5c5c5c; }
    .btn--fourth:hover {
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5); }
  .btn--primary {
    border-radius: 2px; }
  .btn--special {
    background: url("../assets/icons/special-btn-icon.svg");
    background-size: 24px;
    background-position: 14px 13px;
    background-repeat: no-repeat;
    font-size: 18px;
    font-weight: 300;
    text-align: center;
    padding-left: 27px;
    transition: none; }
  .btn--login {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    min-width: 142px; }
  .btn--primary, .btn--special {
    color: #ffffff;
    background-color: #eb0000; }
    .btn--primary:hover, .btn--special:hover {
      box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.5); }
    .btn--primary:active, .btn--special:active {
      background-color: #a50202; }
  .btn--lg {
    min-width: 250px; }
  .btn--lg2 {
    min-width: 200px; }
  .btn--sm {
    min-width: 186px; }
  .btn--sm2 {
    min-width: 188px; }
  .btn--md {
    min-width: 171px; }
  .btn--xs {
    min-width: 165px; }
  .btn--xxs {
    min-width: 145px; }
  .btn--xxxs {
    min-width: 105px; }
  .btn--xxxxs {
    min-width: 68px; }
  .btn--icon {
    position: relative;
    padding: 0 30px 0 18px;
    text-align: left;
    font-size: 18px;
    line-height: 53px;
    font-weight: 700; }
    .btn--icon i {
      position: absolute;
      top: 50%;
      right: 11px;
      width: 22px;
      height: 28px;
      transform: translateY(-50%); }
  .btn.disable {
    opacity: .4;
    pointer-events: none; }
  .btn.nolink {
    cursor: auto !important; }
  @media (max-width: 767px) {
    .btn {
      display: block; }
      .btn.inputBtn {
        width: 100%; }
      .btn + .btn {
        margin: 9px 0 0; } }

.form--promocode .form__inner {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end; }
  .form--promocode .form__inner .field {
    flex: 0 0 267px;
    max-width: 267px;
    margin-right: 5px; }
  .form--promocode .form__inner .btn {
    height: 42px;
    line-height: 42px; }

.form--payment {
  font-weight: 300;
  font-size: 18px; }
  .form--payment label.error {
    position: absolute;
    top: 100%;
    left: 11px;
    display: inline-block;
    margin-top: 3px;
    font-size: 14px;
    color: #A50202; }
  .form--payment .selectric span.label {
    position: static;
    width: 100%; }
  .form--payment .form__section {
    margin-bottom: 56px; }
    .form--payment .form__section-head {
      margin-bottom: 46px; }
      .form--payment .form__section-head h1,
      .form--payment .form__section-head h2,
      .form--payment .form__section-head h3,
      .form--payment .form__section-head h4,
      .form--payment .form__section-head h5,
      .form--payment .form__section-head h6 {
        margin-bottom: 19px;
        font-weight: 700;
        letter-spacing: .01em; }
      .form--payment .form__section-head h5 {
        font-size: 18px; }
      .form--payment .form__section-head p {
        letter-spacing: .01em; }
    .form--payment .form__section + .form__section {
      margin-top: 58px; }
  .form--payment .form__actions {
    display: flex;
    justify-content: space-between;
    margin-top: 67px; }
  .form--payment .form__row {
    margin-bottom: 50px; }
    .form--payment .form__row span {
      position: absolute;
      top: 100%;
      left: 10px;
      display: inline-block;
      margin-top: 7px;
      color: #747474;
      font-size: 16px; }
  .form--payment .form__label {
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 6px;
    font-size: 18px;
    color: #747474; }
    .form--payment .form__label i {
      font-style: inherit; }
  .form--payment .list-radios {
    margin-top: -7px; }
  .form--payment .field {
    color: #000;
    height: 38px; }
  .form--payment .select select {
    padding-left: 10px;
    color: #000; }
  .form--payment .select .summary {
    border-bottom: 1px solid #000;
    padding: 0 22px 0 5px; }
  .form--payment .select i {
    bottom: 9px;
    right: 12px; }
  .form--payment .form__row-select .form__label {
    position: absolute;
    top: -12px;
    left: 0;
    z-index: 1;
    font-size: 12px;
    padding-bottom: 0; }
  .form--payment .form__row-select-secondary .form__label {
    top: -6px; }
  .form--payment .form__row-textarea .form__label {
    top: 26px;
    font-size: 18px; }
  .form--payment .form__row-textarea .form__label--active {
    top: 14px; }
  .form--payment .form__row {
    position: relative; }
  .form--payment .form__label {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: opacity .1s, transform .3s;
    z-index: 1; }
  .form--payment .form__label--hidden {
    opacity: 0;
    pointer-events: none; }
  .form--payment .form__label--active {
    padding: 3px 5px;
    left: 6px;
    transform-origin: 0 0;
    transform: scale(0.7) translateY(calc(-50% - 42px)); }

.form--code .form__label {
  display: inline-block;
  padding-left: 12px;
  margin-bottom: 3px;
  font-weight: 400;
  font-size: 12px;
  color: #747474; }

.form--code .form__row + .form__row {
  margin-top: 19px; }

.form--code .form__actions {
  display: flex;
  justify-content: space-between;
  margin-top: 10px; }
  .form--code .form__actions .btn {
    flex: 0 0 calc(50% - 4px);
    max-width: calc(50% - 4px);
    min-width: 0; }

.form--code .field {
  color: #000; }
  .form--code .field--textarea {
    height: 77px; }

.form .error-inner {
  display: none; }

.form .error-message {
  display: none; }

.form .error {
  position: relative; }
  .form .error .error-message {
    display: inline-block;
    position: absolute;
    top: 100%;
    left: 11px;
    margin-top: 3px;
    font-size: 14px;
    color: #A50202; }
  .form .error .error-inner {
    background: #f9d9d9;
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 32px;
    line-height: 34px;
    padding: 0 10px;
    color: #A50202;
    pointer-events: none;
    display: inline-block;
    font-size: 18px;
    pointer-events: none; }
    .form .error .error-inner.hidden {
      display: none; }

.form .form__row.error .field.error {
  background: #f9d9d9;
  color: #A50202; }

.form .form__controls {
  position: relative; }

.form .close-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  color: #5C5C5C;
  font-weight: bold;
  font-size: 15px;
  cursor: pointer;
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px; }
  .form .close-btn.hidden {
    display: none; }

@media (max-width: 767px) {
  .form--promocode .form__inner {
    display: block; }
    .form--promocode .form__inner .field {
      max-width: 100%;
      margin: 0 0 9px; }
    .form--promocode .form__inner .btn {
      width: 100%;
      height: 50px;
      line-height: 50px; }
  .form--payment .form__section {
    margin-bottom: 55px; }
    .form--payment .form__section-head {
      margin-bottom: 25px; }
      .form--payment .form__section-head h1,
      .form--payment .form__section-head h2,
      .form--payment .form__section-head h3,
      .form--payment .form__section-head h4,
      .form--payment .form__section-head h5,
      .form--payment .form__section-head h6 {
        margin-bottom: 16px; }
      .form--payment .form__section-head p {
        line-height: 1.45; }
    .form--payment .form__section + .form__section {
      margin-top: -5px; }
  .form--payment .form__row {
    margin-bottom: 44px; }
  .form--payment .form__actions {
    display: block; }
    .form--payment .form__actions .btn {
      display: block;
      width: 100%; }
      .form--payment .form__actions .btn + .btn {
        margin-top: 10px; }
  .form--payment .list-radios {
    margin-top: 32px; }
  .form--payment .select i {
    bottom: 7px;
    right: 6px; } }

.footer {
  background-color: #EFEFEF;
  margin-top: 100px; }
  .footer .footer__body {
    padding: 67px 0 148px; }
    .footer .footer__body h1,
    .footer .footer__body h2,
    .footer .footer__body h3,
    .footer .footer__body h4,
    .footer .footer__body h5,
    .footer .footer__body h6 {
      margin: 0 0 24px;
      font-weight: 700;
      color: #000; }
    .footer .footer__body h2 {
      font-size: 18px; }
    .footer .footer__body .shell {
      padding: 0 24px; }
  .footer .footer__bar {
    padding: 21px 0;
    background-color: #fff;
    font-weight: 700;
    font-size: 11px;
    color: #2B2B2A;
    text-align: center; }
    .footer .footer__bar p {
      margin: 0; }
  .footer .footer__nav ul {
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    font-size: 12px;
    color: #000;
    list-style-type: none; }
    .footer .footer__nav ul li {
      margin: 0 20px; }
      .footer .footer__nav ul li a {
        color: inherit;
        text-decoration: none;
        transition: color .4s; }
        .footer .footer__nav ul li a:hover {
          color: #ED0000; }
  .footer .footer__socials {
    position: relative;
    padding: 18px 0 13px;
    background-color: #747474; }
    .footer .footer__socials .shell {
      padding: 0 25px; }
    .footer .footer__socials .footer__inner {
      display: flex;
      align-items: center; }
      .footer .footer__socials .footer__inner .footer__aside {
        flex: 0 1 auto;
        max-width: auto; }
      .footer .footer__socials .footer__inner .footer__content {
        flex: 1 0 auto;
        max-width: auto; }
    .footer .footer__socials .socials {
      margin: -2px 0 0 -13px; }
  .footer .footer__navigation {
    padding: 22px 0 16px; }
  .footer .text p {
    margin-top: 14px; }
  @media (max-width: 1023px) {
    .footer .footer__body {
      padding: 66px 150px 54px; }
      .footer .footer__body .cols {
        flex-wrap: wrap;
        margin: 0 -40px; }
      .footer .footer__body .col--1of4 {
        flex: 1 0 50%;
        max-width: 50%;
        padding: 0 40px;
        margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .footer .footer__body {
      padding: 50px 42px 48px; }
      .footer .footer__body h1,
      .footer .footer__body h2,
      .footer .footer__body h3,
      .footer .footer__body h4,
      .footer .footer__body h5,
      .footer .footer__body h6 {
        margin: 0 0 23px; }
      .footer .footer__body .shell {
        padding: 0 42px; }
      .footer .footer__body .col--1of4 {
        max-width: 100%;
        padding: 0; }
    .footer .footer__socials {
      padding: 23px 0 19px; }
      .footer .footer__socials .footer__inner {
        display: block; }
        .footer .footer__socials .footer__inner .footer__aside {
          max-width: 100%;
          margin-bottom: 10px;
          text-align: center; }
        .footer .footer__socials .footer__inner .footer__content {
          max-width: 100%; }
      .footer .footer__socials .socials {
        margin: 0; }
    .footer .footer__navigation {
      padding: 18px 0 20px; }
    .footer .footer__nav ul {
      display: block;
      font-size: 14px;
      text-align: center; }
      .footer .footer__nav ul li {
        margin: 0; }
        .footer .footer__nav ul li a {
          padding: 4px; }
        .footer .footer__nav ul li + li {
          margin-top: 20px; }
    .footer .footer__bar {
      padding: 17px 0 93px;
      font-size: 12px;
      line-height: 1.4; }
      .footer .footer__bar .shell {
        padding: 0 10px; }
    .footer .cols .col + .col {
      margin-top: 46px; } }

* {
  padding: 0;
  margin: 0;
  outline: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block; }

template {
  display: none; }

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0); }

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none; }

img,
iframe,
video,
audio,
object {
  max-width: 100%; }

img,
iframe {
  border: 0 none; }

img {
  height: auto;
  display: inline-block;
  vertical-align: middle; }

b,
strong {
  font-weight: bold; }

address {
  font-style: normal; }

svg:not(:root) {
  overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] {
  cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  appearance: none; }

textarea {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased; }

button,
select {
  text-transform: none; }

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0; }

nav ul,
nav ol {
  list-style: none outside none; }

.header {
  position: relative;
  background-color: #fff;
  /*box-shadow: 0 10px 10px 0 rgba(0,0,0, .08);*/
  border-bottom: 1px solid #EFEFEF; }
  .header.swiss-id-shadow {
    box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.08);
    border-bottom: 0; }
  .header .header__inner {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .header .header__body {
    padding: 17px 0 14px;
    border-bottom: 1px solid #EFEFEF; }
    .header .header__body .profile-thumb {
      position: absolute;
      top: 8px;
      right: 21px; }
    .header .header__body .nav-trigger {
      display: none; }
  .header .header__navigation .header__inner {
    margin: 0 -9px; }
  .header .header__navigation .header__content {
    flex: 0 0 calc(100% - 178px);
    max-width: calc(100% - 178px);
    padding: 0 9px; }
  .header .header__navigation .header__aside {
    flex: 0 0 178px;
    max-width: 178px;
    padding: 0 9px; }
  .header .header__navigation .nav-utilities {
    display: none; }
  @media (max-width: 1023px) {
    .header .header__body .profile-thumb {
      display: none; } }
  @media (max-width: 767px) {
    .header .header__navigation {
      position: absolute;
      top: 100%;
      left: 0;
      z-index: 20 !important;
      width: 100%;
      padding: 16px 0;
      background-color: #fff;
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.1);
      transform: translateY(50px);
      transition: opacity .4s, visibility .4s, transform .4s; }
      .header .header__navigation .header__inner {
        flex-direction: column;
        margin: 0; }
        .header .header__navigation .header__inner .header__content {
          flex: 1 0 auto;
          order: 2;
          min-width: 100%;
          padding: 0; }
        .header .header__navigation .header__inner .header__aside {
          flex: 1 0 auto;
          order: 1;
          min-width: 100%;
          max-width: 100%;
          padding: 0;
          margin-bottom: 9px; }
      .header .header__navigation .nav-utilities {
        flex: 1 0 auto;
        min-width: 100%;
        display: flex;
        flex-direction: column;
        padding-left: 9px;
        margin-bottom: 28px; }
      .header .header__navigation.open {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
        transform: translateY(0);
        z-index: 50 !important; }
    .header .header__body {
      padding-bottom: 12px; }
      .header .header__body .nav-utilities {
        display: none; }
      .header .header__body .nav-trigger {
        display: inline-block;
        margin-top: -5px; } }

.logo {
  display: inline-block;
  width: 160px;
  font-size: 0; }
  .logo img {
    width: 100%;
    height: auto;
    max-height: 30px; }
  .logo--group {
    width: 240px; }
  .logo--swissid {
    width: 124px; }
  .logo--white {
    width: 169px; }
  @media (max-width: 767px) {
    .logo {
      width: 180px; }
      .logo--white {
        width: 169px; } }

.search {
  position: relative;
  margin-right: 14px; }
  .search .search__field {
    width: 100%;
    height: 37px;
    padding: 0 40px 0 10px;
    border: 1px solid #EFEFEF;
    border-radius: 3px;
    background-color: #fff;
    font-size: 16px;
    color: #2B2B2A;
    transition: border .4s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
    .search .search__field:focus {
      border-color: #000; }
  .search .search__btn {
    position: absolute;
    top: 50%;
    right: 10px;
    border: 0;
    border-radius: 0;
    background-color: transparent;
    transform: translateY(-50%);
    appearance: none; }
  @media (max-width: 767px) {
    .search {
      margin-right: 0; }
      .search .search__field {
        height: 42px;
        font-size: 18px; } }

.search-results .search__section {
  padding-top: 23px; }
  .search-results .search__section + .search__section {
    border-top: 2px solid #EFEFEF;
    margin-top: 23px; }
  .search-results .search__section-head {
    margin-bottom: 15px; }
  .search-results .search__section-actions {
    padding-top: 20px; }
  .search-results .search__section.hidden {
    display: none; }
  .search-results .search__section .hidden {
    display: none; }
  .search-results .search__section.show .btn--show-content {
    display: none; }
  .search-results .search__section.show .hidden {
    display: block; }

.search-results .cards {
  margin-top: -16px; }
  .search-results .cards .card {
    margin-top: 20px;
    margin-bottom: 0;
    /* 	&.hidden {
			display: none;
		} */ }

.excerpt-fragment li {
  margin-left: 14px; }

.search-filter {
  display: flex;
  flex-wrap: wrap; }
  .search-filter .search__label {
    flex: 0 1 auto;
    width: auto;
    padding-right: 25px;
    font-size: 18px;
    line-height: 1.45; }
    .search-filter .search__label + .search__controls {
      flex: 0 1 240px;
      max-width: 240px; }
  .search-filter .selectric {
    height: 28px; }
    .search-filter .selectric .label {
      height: 28px !important;
      line-height: 28px !important;
      margin: 0 27px 0 10px; }
    .search-filter .selectric .button {
      height: 28px !important;
      line-height: 28px; }
      .search-filter .selectric .button:before {
        top: 50%;
        transform: translateY(-50%);
        width: 11px;
        height: 6px;
        right: 7px; }

.badge {
  display: inline-block;
  min-width: 15px;
  min-height: 15px;
  border-radius: 50%;
  font-weight: 700;
  font-size: 11px;
  line-height: 1;
  text-align: center;
  box-sizing: content-box;
  white-space: nowrap; }
  .badge:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    padding-top: 100%;
    height: 0; }
  .badge span {
    display: inline-block;
    vertical-align: middle;
    margin-left: -1px; }
  .badge--danger {
    background-color: #EB0000;
    color: #fff; }

.main {
  padding: 32px 0 0px; }
  .main--invoice {
    padding-bottom: 462px; }
  .main--form-payment {
    padding-bottom: 205px; }
  .main--thank-you {
    padding: 72px 0 135px; }
  .main--access {
    padding-bottom: 103px; }
  .main--home {
    padding-bottom: 50px; }
  .main--ssl {
    padding: 47px 0 105px; }
  .main--comparison {
    padding: 54px 0 135px; }
  .main--orders {
    padding-bottom: 23px; }
  .main--certificates {
    padding-bottom: 30px; }
  .main--profile {
    padding-bottom: 102px; }
  .main--addresses {
    padding-bottom: 382px; }
  @media (max-width: 767px) {
    .main {
      padding: 7px 0 60px; }
      .main--invoice {
        padding-bottom: 41px; }
      .main--thank-you {
        padding: 9px 0 60px; }
      .main--access {
        padding-bottom: 34px; }
      .main--home {
        padding: 15px 0 60px; }
      .main--ssl {
        padding: 47px 0 60px; }
      .main--comparison {
        padding: 19px 0 60px; }
      .main--orders {
        padding-bottom: 69px; }
      .main--order-details {
        padding-bottom: 40px; }
      .main--certificates {
        padding-bottom: 25px; }
      .main--download {
        padding-bottom: 46px; } }

.socials ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0 -15px;
  list-style-type: none; }
  .socials ul li a {
    padding: 0 15px;
    text-decoration: none; }
    .socials ul li a img.linkedin {
      width: 22px;
      height: 22px; }
    .socials ul li a img.twitter {
      width: 22px;
      height: 19px; }
    .socials ul li a img.youtube {
      width: 26px;
      height: 18px; }

.list-links {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-weight: 400;
  font-size: 18px;
  color: #000; }
  .list-links li a {
    color: inherit;
    text-decoration: none;
    transition: color .4s; }
    .list-links li a:hover {
      color: #ED0000;
      text-decoration: none; }
  .list-links li + li {
    margin-top: 14px; }
  @media (max-width: 767px) {
    .list-links li + li {
      margin-top: 15px; } }

.list-radios {
  padding: 0;
  margin: 0;
  list-style-type: none; }

.list-bullet ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 18px;
  color: #000; }
  .list-bullet ul li {
    position: relative;
    padding-left: 38px; }
    .list-bullet ul li:before {
      content: '';
      position: absolute;
      top: 6px;
      left: 12px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background-color: #000; }
    .list-bullet ul li + li {
      margin-top: 1px; }

.list-numbers ol {
  padding: 0;
  margin: 0;
  font-size: 18px;
  color: #000;
  list-style-type: none;
  counter-reset: my-sec-counter; }
  .list-numbers ol li {
    position: relative;
    padding-left: 27px;
    line-height: 22px; }
    .list-numbers ol li:before {
      content: '';
      position: absolute;
      top: 0px;
      left: 7px;
      counter-increment: my-sec-counter;
      content: counter(my-sec-counter) ". "; }
    .list-numbers ol li + li {
      margin-top: 1px; }

@media (max-width: 767px) {
  .list-numbers ol li + li {
    margin-top: 9px !important; } }

.list-bullet-small ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 18px;
  color: #000;
  padding-left: 0 !important; }
  .list-bullet-small ul li {
    position: relative;
    padding-left: 25px;
    line-height: 22px; }
    .list-bullet-small ul li:before {
      content: '';
      position: absolute;
      top: 6px;
      left: 9px;
      width: 5px;
      height: 5px;
      border-radius: 50%;
      background-color: #000; }
    .list-bullet-small ul li + li {
      margin-top: 1px !important; }

@media (max-width: 767px) {
  .list-bullet-small ul li + li {
    margin-top: 9px !important; } }

.list-characteristics {
  padding: 0;
  margin: 0;
  list-style-type: none;
  font-size: 16px;
  line-height: 1;
  text-align: center; }
  .list-characteristics > li {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    padding: 12px 8px; }
    .list-characteristics > li p,
    .list-characteristics > li span {
      flex: 0 0 100%;
      max-width: 100%; }
    .list-characteristics > li .price {
      font-size: 24px; }
  @media (max-width: 767px) {
    .list-characteristics > li {
      position: relative; }
      .list-characteristics > li:before {
        content: attr(data-title);
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 10px;
        font-weight: 700; }
      .list-characteristics > li:after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 10px;
        right: 10px;
        height: 5px;
        background-color: #D8D8D8; }
      .list-characteristics > li:last-of-type:after {
        display: none; }
      .list-characteristics > li:not([data-title]):before {
        margin-bottom: 0; } }

.list-order-details {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0 -10px;
  list-style-type: none; }
  .list-order-details li {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 10px;
    margin-bottom: 9px; }
    .list-order-details li:nth-child(3n + 2) {
      flex: 0 0 38.8%;
      max-width: 38.8%; }
    .list-order-details li:nth-child(3n + 1) {
      flex: 0 0 41.2%;
      max-width: 41.2%; }
  @media (max-width: 767px) {
    .list-order-details {
      display: block;
      font-size: 16px; }
      .list-order-details li {
        max-width: 100% !important; }
        .list-order-details li.text-right {
          text-align: left !important; }
        .list-order-details li + li {
          margin-top: 18px; } }

.list-order-details-secondary {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .list-order-details-secondary li + li {
    margin-top: 9px; }
  @media (max-width: 767px) {
    .list-order-details-secondary li + li {
      margin-top: 14px; } }

.list-address {
  padding: 0;
  margin: 0;
  list-style-type: none;
  color: #000; }
  .list-address li a {
    color: inherit;
    text-decoration: none;
    transition: color .4s; }
    .list-address li a:hover {
      color: #EB0000; }
  .list-address li + li {
    margin-top: 9px; }
  .list-address--secondary li + li {
    margin-top: 6px; }
  @media (max-width: 767px) {
    .list-address li + li {
      margin-top: 12px; }
    .list-address--secondary li + li {
      margin-top: 9px; } }

.list-address-secondary {
  padding: 0;
  margin: -6px 0 0;
  list-style-type: none;
  font-weight: 400;
  font-size: 18px;
  color: #000;
  line-height: 1.85; }
  .list-address-secondary li a {
    color: inherit;
    text-decoration: none;
    transition: color .4s; }
    .list-address-secondary li a:hover {
      color: #ED0000; }

.list-stars {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .list-stars li {
    padding: 0; }
    .list-stars li + li {
      margin-left: 4px; }

.cols {
  display: flex;
  margin: 0 -7px; }
  .cols .col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 7px; }
    .cols .col--1of2 {
      flex: 0 0 50%;
      max-width: 50%; }
    .cols .col--1of3 {
      flex: 0 0 33.33%;
      max-width: 33.33%; }
    .cols .col--1of4 {
      flex: 0 0 25%;
      max-width: 25%; }
    .cols .col--size-1 {
      flex: 0 0 38.7%;
      max-width: 38.7%; }
    .cols .col--size-2 {
      flex: 0 0 35.7%;
      max-width: 35.7%; }
    .cols .col--size-3 {
      flex: 0 0 25.6%;
      max-width: 25.6%; }
  @media (max-width: 767px) {
    .cols {
      display: block;
      margin: 0; }
      .cols .col {
        padding: 0; }
        .cols .col--1of2 {
          max-width: 100%; }
        .cols .col--1of3 {
          max-width: 100%; }
        .cols .col--1of4 {
          max-width: 100%; }
        .cols .col--size-1 {
          max-width: 100%; }
        .cols .col--size-2 {
          max-width: 100%; }
        .cols .col--size-3 {
          max-width: 100%; } }

.boxes {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px; }
  .boxes .box {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 14px; }
  .boxes .box-secondary {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 14px;
    margin-bottom: 19px; }
    .boxes .box-secondary a {
      text-decoration: none; }
      .boxes .box-secondary a:hover {
        color: inherit;
        text-decoration: none; }
  .boxes--tertiary {
    margin: 0 -13px; }
    .boxes--tertiary .box-tertiary {
      flex: 0 0 33.33%;
      max-width: 33.33%;
      padding: 0 13px; }
  @media (max-width: 767px) {
    .boxes {
      display: block;
      margin: 0; }
      .boxes .box {
        max-width: 100%;
        padding: 0; }
        .boxes .box + .box {
          margin-top: 38px; }
      .boxes .box-secondary {
        max-width: 100%;
        padding: 0; }
      .boxes--tertiary {
        margin: 0; }
        .boxes--tertiary .box-tertiary {
          max-width: 100%;
          padding: 0;
          margin-bottom: 20px; } }

.box {
  font-size: 18px;
  color: #000;
  line-height: 1.45; }
  .box .box__inner {
    position: relative;
    height: 100%;
    padding-bottom: 84px; }
  .box .box__head {
    min-height: 60px;
    margin-bottom: 13px; }
    .box .box__head h1,
    .box .box__head h2,
    .box .box__head h3,
    .box .box__head h4,
    .box .box__head h5,
    .box .box__head h6 {
      font-weight: 700;
      color: #000;
      line-height: 1.25; }
  .box .box__entry {
    min-height: 81px;
    margin-bottom: 14px; }
    .box .box__entry h1,
    .box .box__entry h2,
    .box .box__entry h3,
    .box .box__entry h4,
    .box .box__entry h5,
    .box .box__entry h6 {
      margin-bottom: 5px;
      font-weight: 700;
      line-height: 1.2; }
    .box .box__entry h5 {
      font-size: 18px; }
  .box .box__actions {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  @media (max-width: 767px) {
    .box .box__head {
      min-height: 0; }
    .box .box__body {
      margin-bottom: 25px; }
    .box .box__entry {
      min-height: 0;
      margin-bottom: 17px; }
    .box .box__inner {
      height: auto;
      padding-bottom: 0; }
    .box .box__actions {
      position: relative; }
      .box .box__actions .btn {
        display: block; }
    .box--secondary .box__head {
      margin-bottom: 23px; }
    .box--secondary .box__body {
      margin-bottom: 30px; }
    .box--secondary .box__entry {
      margin-bottom: 23px; } }

.box-secondary {
  font-size: 16px;
  color: #000;
  text-align: center; }
  .box-secondary h1,
  .box-secondary h2,
  .box-secondary h3,
  .box-secondary h4,
  .box-secondary h5,
  .box-secondary h6 {
    margin-bottom: 0;
    font-weight: 700;
    color: #000; }
  .box-secondary p {
    margin-top: -2px;
    line-height: 1.45; }
  .box-secondary .box__inner {
    padding: 20px 20px 32px;
    background-color: #EFEFEF; }
  .box-secondary .box__image {
    max-width: 111px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    padding: 10px 0;
    margin: 0 auto 10px;
    border-bottom: 1px solid #000; }
    .box-secondary .box__image i {
      width: 30px;
      height: 30px; }

.box-tertiary {
  font-size: 14px;
  color: #000;
  text-align: center; }
  .box-tertiary .box__head {
    margin-bottom: 18px; }
    .box-tertiary .box__head h1,
    .box-tertiary .box__head h2,
    .box-tertiary .box__head h3,
    .box-tertiary .box__head h4,
    .box-tertiary .box__head h5,
    .box-tertiary .box__head h6 {
      font-weight: 700;
      color: inherit; }
  .box-tertiary .box__image {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    margin-bottom: 16px; }
  .box-tertiary .box__entry {
    margin-bottom: 20px; }
    .box-tertiary .box__entry p {
      line-height: 1.9em; }
  .box-tertiary .box__inner {
    padding: 25px 20px 15px;
    border: 1px solid #EFEFEF; }
  @media (max-width: 767px) {
    .box-tertiary {
      font-size: 16px; }
      .box-tertiary .box__head {
        margin-bottom: 40px; }
        .box-tertiary .box__head h4 {
          font-size: 20px; }
      .box-tertiary .box__image {
        margin-bottom: 32px; }
      .box-tertiary .box__entry {
        margin-bottom: 26px; }
        .box-tertiary .box__entry p {
          line-height: 1.7; }
      .box-tertiary .box__inner {
        padding: 43px 20px 19px;
        border: 1px solid #EFEFEF; } }

.slider--intro {
  overflow-x: hidden;
  /* Maybe we need it in the future - need to check with customer */ }
  .slider--intro h1,
  .slider--intro h2,
  .slider--intro h3,
  .slider--intro h4,
  .slider--intro h5,
  .slider--intro h6 {
    margin: 0 0 20px;
    font-weight: 700;
    color: inherit;
    line-height: 1.2;
    letter-spacing: .01em; }
    .slider--intro h1:last-child,
    .slider--intro h2:last-child,
    .slider--intro h3:last-child,
    .slider--intro h4:last-child,
    .slider--intro h5:last-child,
    .slider--intro h6:last-child {
      margin-bottom: 0; }
  .slider--intro .linkable {
    cursor: pointer; }
  .slider--intro h1.invert {
    font-size: 50px;
    font-weight: bold;
    color: #FFFFFF !important; }
  .slider--intro h1 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1; }
  .slider--intro h2.invert {
    font-size: 44px;
    font-weight: normal;
    color: #FFFFFF !important; }
  .slider--intro h2 {
    font-size: 44px;
    font-weight: normal;
    line-height: 1; }
  .slider--intro h1.centered,
  .slider--intro h2.centered {
    text-align: center; }
  .slider--intro p {
    margin-bottom: 49px;
    line-height: 1.45; }
    .slider--intro p:last-child {
      margin-bottom: 0; }
  .slider--intro .btn {
    border-radius: 3px;
    font-size: 20px;
    min-width: 240px; }
    .slider--intro .btn .slider-image {
      display: inline;
      width: 47px; }
    .slider--intro .btn i {
      display: none; }
  .slider--intro .slider__slide {
    position: relative;
    padding: 163px 0 66px;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    min-height: 400px;
    display: flex;
    align-items: flex-end; }
    .slider--intro .slider__slide .shell {
      width: 100%; }
  .slider--intro .bg-white:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(260.12deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.3) 40%, rgba(255, 255, 255, 0.85) 69%, #FFFFFF 100%); }
  .slider--intro .bg-no-white:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .slider--intro .slider__content {
    position: relative;
    z-index: 5; }
    .slider--intro .slider__content.centered {
      text-align: center; }
  .slider--intro .owl-nav {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none; }
  .slider--intro .boxed .owl-nav {
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -409px;
    width: 73%;
    height: 100%;
    pointer-events: none; }
  .slider--intro .owl-prev,
  .slider--intro .owl-next {
    position: absolute;
    top: 50%;
    width: 30px;
    height: 30px;
    transform: translateY(-50%) rotate(45deg);
    pointer-events: auto;
    border: 4px solid #000 !important;
    filter: drop-shadow(10px 10px 4px white); }
    .slider--intro .owl-prev span,
    .slider--intro .owl-next span {
      display: none; }
  .slider--intro .owl-prev {
    left: 42px;
    border-right: 0 !important;
    border-top: 0 !important; }
  .slider--intro .owl-next {
    right: 42px;
    border-left: 0 !important;
    border-bottom: 0 !important; }
  .slider--intro .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%; }
  .slider--intro .owl-dot {
    display: inline-block;
    width: 6px;
    height: 6px;
    margin: 0 3px;
    border-radius: 50%;
    background-color: #989898 !important;
    transition: background .4s; }
    .slider--intro .owl-dot:hover, .slider--intro .owl-dot.active {
      background-color: #ED0000 !important; }

@media (max-width: 1023px) {
  .slider--intro .slider__slide {
    padding: 90px 0 66px;
    min-height: 326px; }
  .slider--intro .owl-prev,
  .slider--intro .owl-next {
    display: none; }
  .slider--intro .owl-prev {
    left: -35px; }
  .slider--intro .owl-next {
    right: -35px; }
  .slider--intro .btn {
    position: relative;
    min-width: 204px;
    padding-right: 0; }
    .slider--intro .btn .slider-image {
      display: inline;
      width: 47px; }
    .slider--intro .btn i {
      display: inline-block;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 0;
      right: 10px; }
      .slider--intro .btn i.icon-arrow-right {
        display: none; } }

@media (max-width: 767px) {
  .slider--intro {
    font-size: 16px; }
    .slider--intro h1,
    .slider--intro h2,
    .slider--intro h3,
    .slider--intro h4,
    .slider--intro h5,
    .slider--intro h6 {
      margin-bottom: 13px; }
    .slider--intro h1 {
      margin-bottom: 17px;
      font-size: 26px;
      line-height: 1.2;
      max-width: 300px; }
    .slider--intro h2,
    .slider--intro h2.invert {
      font-size: 22px; }
    .slider--intro h1.invert {
      margin-bottom: 17px;
      font-size: 26px;
      line-height: 1.2;
      max-width: 300px; }
    .slider--intro h1.centered {
      margin-left: auto;
      margin-right: auto; }
    .slider--intro p {
      margin-bottom: 60px;
      line-height: 1.65; }
    .slider--intro .slider__slide {
      padding: 25px 0 37px;
      min-height: 220px; }
    .slider--intro .slider__content {
      max-width: 330px;
      margin-left: auto;
      margin-right: auto; }
    .slider--intro .owl-dots {
      bottom: 12px; }
    .slider--intro .btn {
      padding-right: 0; }
      .slider--intro .btn .slider-image {
        display: inline;
        width: 47px; }
      .slider--intro .btn i {
        display: none; } }

.link {
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
  color: #000;
  transition: color .4s; }
  .link--secondary {
    color: #747474; }
  .link:hover {
    color: #ED0000 !important; }

.news-thumbs {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px; }
  .news-thumbs .new-thumb {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 14px; }
  @media (max-width: 767px) {
    .news-thumbs {
      display: block;
      margin: 0; }
      .news-thumbs .new-thumb {
        max-width: 100%;
        padding: 0;
        margin-bottom: 0px; } }

.new-thumb .new__image {
  transition: opacity .4s;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 71.7%; }
  .new-thumb .new__image img {
    width: 100%;
    height: auto; }
  .new-thumb .new__image:hover {
    opacity: .7; }

.new-thumb .new__content {
  padding: 16px 5px 16px 12px; }
  .new-thumb .new__content h1,
  .new-thumb .new__content h2,
  .new-thumb .new__content h3,
  .new-thumb .new__content h4,
  .new-thumb .new__content h5,
  .new-thumb .new__content h6 {
    font-weight: 700;
    color: #000; }
    .new-thumb .new__content h1 a,
    .new-thumb .new__content h2 a,
    .new-thumb .new__content h3 a,
    .new-thumb .new__content h4 a,
    .new-thumb .new__content h5 a,
    .new-thumb .new__content h6 a {
      color: inherit;
      text-decoration: none;
      transition: color .4s; }
      .new-thumb .new__content h1 a:hover,
      .new-thumb .new__content h2 a:hover,
      .new-thumb .new__content h3 a:hover,
      .new-thumb .new__content h4 a:hover,
      .new-thumb .new__content h5 a:hover,
      .new-thumb .new__content h6 a:hover {
        color: #ED0000; }

.new-thumb .new__meta {
  margin-bottom: 7px;
  font-size: 14px;
  color: #5C5C5C; }

@media (max-width: 767px) {
  .new-thumb .new__content {
    padding: 17px 9px 11px; } }

.new__meta.news-detail {
  margin-bottom: 19px;
  font-size: 14px;
  color: #5c5c5c; }

.banner {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 18px;
  color: #fff;
  text-align: center;
  line-height: 1.4; }
  .banner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle, rgba(161, 25, 25, 0.65) 0%, rgba(255, 102, 102, 0.42) 100%); }
  .banner .banner__content {
    position: relative;
    padding: 100px 0 97px; }
    .banner .banner__content h1,
    .banner .banner__content h2,
    .banner .banner__content h3,
    .banner .banner__content h4,
    .banner .banner__content h5,
    .banner .banner__content h6 {
      margin-bottom: 18px;
      font-weight: 700;
      color: inherit;
      letter-spacing: .01em;
      line-height: 1.2; }
    .banner .banner__content h1 {
      font-size: 36px; }
  @media (max-width: 767px) {
    .banner {
      font-size: 16px; }
      .banner .banner__content {
        padding: 107px 0 80px; }
        .banner .banner__content h1,
        .banner .banner__content h2,
        .banner .banner__content h3,
        .banner .banner__content h4,
        .banner .banner__content h5,
        .banner .banner__content h6 {
          margin-bottom: 25px; }
        .banner .banner__content h1 {
          font-size: 20px; }
        .banner .banner__content p {
          line-height: 1.65; } }

.breadcrumb {
  font-size: 14px;
  color: #000; }
  .breadcrumb span {
    margin-right: 9px;
    display: inline-block; }
  .breadcrumb ul {
    padding: 0;
    margin: 0;
    list-style-type: none; }
    .breadcrumb ul li {
      display: inline;
      padding-right: 8px;
      line-height: 1.8; }
      .breadcrumb ul li + li {
        position: relative;
        margin-left: 8px; }
        .breadcrumb ul li + li:before {
          content: '';
          position: absolute;
          top: 6px;
          left: -11px;
          width: 9px;
          height: 5px;
          display: inline-block;
          margin-top: -2px;
          background-image: url(../assets/images/dropdown-arrow.svg);
          background-size: 9px 5px;
          background-repeat: no-repeat;
          background-position: center;
          transform: rotate(-90deg); }
      .breadcrumb ul li.current {
        font-weight: 700; }
    .breadcrumb ul p {
      margin-right: 9px;
      display: inline;
      white-space: pre-wrap; }
    .breadcrumb ul a {
      text-decoration: none; }
      .breadcrumb ul a:hover {
        text-decoration: none;
        color: inherit; }
    .breadcrumb ul span {
      display: inline-block;
      white-space: pre-wrap; }

.accordion > h3 {
  margin-top: 30px;
  margin-bottom: 10px; }
  .accordion > h3:first-child {
    margin-top: 0; }

.accordion .accordion__head {
  position: relative;
  padding: 18px 46px 13px 20px;
  border-bottom: 1px solid transparent;
  background-color: #EFEFEF;
  cursor: pointer;
  transition: box-shadow .4s, background .4s, border .4s; }
  .accordion .accordion__head h5 {
    font-size: 18px;
    font-weight: 700; }
  .accordion .accordion__head:before, .accordion .accordion__head:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 16px;
    width: 14px;
    height: 2px;
    background-color: #000;
    transform: translateY(-50%);
    transition: transform .4s; }
  .accordion .accordion__head:after {
    transform: translateY(-50%) rotate(90deg); }
  .accordion .accordion__head:hover {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3); }
  .accordion .accordion__head:active {
    background-color: #dadada; }

.accordion .accordion__body {
  padding: 20px; }
  .accordion .accordion__body p {
    margin: 17px 0;
    line-height: 1.35;
    letter-spacing: 0.01em; }
    .accordion .accordion__body p + ul {
      margin-bottom: 25px;
      margin-top: -7px; }
    .accordion .accordion__body p + ol {
      margin-bottom: 25px;
      margin-top: -7px; }
  .accordion .accordion__body h1,
  .accordion .accordion__body h2,
  .accordion .accordion__body h3,
  .accordion .accordion__body h4,
  .accordion .accordion__body h5,
  .accordion .accordion__body h6 {
    margin: 30px 0 21px; }
  .accordion .accordion__body ul {
    padding-left: 25px;
    margin: 10px 0; }
    .accordion .accordion__body ul li + li {
      margin-top: 5px; }
  .accordion .accordion__body img {
    margin: 10px 0; }

.accordion .accordion__section + .accordion__section {
  margin-top: 5px; }

.accordion .accordion__section--current .accordion__head {
  border-color: #dadada;
  background-color: #fff; }
  .accordion .accordion__section--current .accordion__head:after {
    transform: translateY(-50%); }
  .accordion .accordion__section--current .accordion__head:hover {
    box-shadow: none; }

@media (max-width: 767px) {
  .accordion .accordion__head {
    padding: 19px 46px 14px 20px; }
    .accordion .accordion__head h1,
    .accordion .accordion__head h2,
    .accordion .accordion__head h3,
    .accordion .accordion__head h4,
    .accordion .accordion__head h5,
    .accordion .accordion__head h6 {
      line-height: 1.35; } }

.cards {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px; }
  .cards .card {
    flex: 0 0 33.33%;
    max-width: 33.33%;
    padding: 0 14px;
    margin-bottom: 21px; }
    .cards .card.even {
      flex: 0 0 50%;
      max-width: 33%; }
  .cards a {
    text-decoration: none;
    transition: color .4s; }
    .cards a:hover {
      text-decoration: none;
      color: #ED0000; }
      .cards a:hover .card__image {
        opacity: .7; }
  @media (max-width: 767px) {
    .cards {
      display: block;
      margin: 0; }
      .cards .card, .cards .card.even {
        max-width: 100%;
        padding: 0;
        margin-bottom: 27px; } }

.card--center {
  justify-content: center; }

.card--left {
  justify-content: left; }

.card .card__image {
  transition: opacity .4s; }
  .card .card__image img {
    width: 100%;
    height: auto; }
  .card .card__image .icon__small {
    width: 100%;
    padding-top: 10%;
    padding-bottom: 10%; }
    .card .card__image .icon__small img {
      width: 33%; }

.card .card__content {
  padding: 16px 0;
  font-size: 16px; }
  .card .card__content h1,
  .card .card__content h2,
  .card .card__content h3,
  .card .card__content h4,
  .card .card__content h5,
  .card .card__content h6 {
    color: inherit;
    margin-bottom: 5px;
    line-height: 1.2; }
  .card .card__content h3 {
    font-size: 18px; }
  .card .card__content p {
    line-height: 22px; }

@media (max-width: 767px) {
  .card .card__content {
    padding: 10px 0; }
    .card .card__content p {
      line-height: 27px; } }

.products {
  display: flex; }
  .products .product {
    flex: 0 0 33.33%;
    max-width: 33.33%; }
    .products .product:nth-child(odd) .product__inner {
      background-color: #F6F6F6; }
  @media (max-width: 767px) {
    .products {
      position: relative;
      display: block; }
      .products .product {
        max-width: 100%; }
      .products .owl-nav {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 10;
        width: 100%;
        height: 100%;
        pointer-events: none; }
        .products .owl-nav .owl-prev,
        .products .owl-nav .owl-next {
          position: absolute;
          top: 50%;
          display: flex;
          justify-content: center;
          align-items: center;
          width: 25px;
          height: 25px;
          border-radius: 50%;
          background-color: #D8D8D8 !important;
          pointer-events: auto;
          transform: translateY(-50%); }
          .products .owl-nav .owl-prev i,
          .products .owl-nav .owl-next i {
            width: 25px;
            height: 25px; }
        .products .owl-nav .owl-prev {
          left: -28px; }
          .products .owl-nav .owl-prev i {
            margin: -3px 0 0 -2px; }
        .products .owl-nav .owl-next {
          right: -28px; }
          .products .owl-nav .owl-next i {
            margin-right: -2px; } }

.product {
  text-align: center; }
  .product img {
    display: inline-block;
    max-width: 100%;
    height: auto; }
  .product .product__head {
    padding: 8px; }
    .product .product__head img {
      margin-bottom: 14px; }
    .product .product__head h1,
    .product .product__head h2,
    .product .product__head h3,
    .product .product__head h4,
    .product .product__head h5,
    .product .product__head h6 {
      margin-bottom: 27px;
      line-height: 1; }
  @media (max-width: 767px) {
    .product img {
      display: inline-block !important;
      width: auto !important; }
    .product .product__head h1,
    .product .product__head h2,
    .product .product__head h3,
    .product .product__head h4,
    .product .product__head h5,
    .product .product__head h6 {
      display: none; }
    .product .product__head img {
      margin-bottom: 28px; }
    .product .btn {
      height: 42px;
      line-height: 42px; } }

.comparison .comparison__conteiner {
  display: flex; }
  .comparison .comparison__conteiner .comparison__aside {
    flex: 0 0 170px;
    max-width: 170px; }
  .comparison .comparison__conteiner .comparison__content {
    flex: 1 0; }

@media (max-width: 767px) {
  .comparison {
    padding: 0 13px; }
    .comparison .comparison__conteiner {
      display: block;
      margin: 0; }
      .comparison .comparison__conteiner .comparison__aside {
        display: none; }
      .comparison .comparison__conteiner .comparison__content {
        max-width: 100%;
        padding: 0; } }

.filters {
  display: flex;
  justify-content: flex-end;
  padding: 20px 3px 12px; }
  @media (max-width: 767px) {
    .filters {
      display: block;
      padding: 25px 0 15px; } }

.filter-number {
  display: flex;
  align-items: center;
  font-size: 18px; }
  .filter-number .select {
    margin: 0 6px; }
    .filter-number .select i {
      bottom: 10px; }
  @media (max-width: 767px) {
    .filter-number {
      margin-right: 13px; }
      .filter-number strong {
        flex: 1 0 auto;
        max-width: auto; }
      .filter-number .select {
        flex: 0 0 50px;
        max-width: 50px; }
        .filter-number .select i {
          right: 0; }
      .filter-number span {
        flex: 0 0 72px;
        max-width: 72px;
        white-space: nowrap; } }

.orders .orders__head {
  padding: 14px 0;
  border-bottom: 1px solid #979797; }
  .orders .orders__head h1,
  .orders .orders__head h2,
  .orders .orders__head h3,
  .orders .orders__head h4,
  .orders .orders__head h5,
  .orders .orders__head h6 {
    font-weight: 300;
    color: #000; }

.orders .orders__actions {
  display: flex;
  justify-content: flex-end;
  padding: 9px 0; }
  .orders .orders__actions .btn + .btn {
    margin-left: 5px; }

.orders .list-order-details {
  margin-bottom: 16px; }

.orders + .orders {
  margin-top: 33px; }

@media (max-width: 767px) {
  .orders .orders__head h1,
  .orders .orders__head h2,
  .orders .orders__head h3,
  .orders .orders__head h4,
  .orders .orders__head h5,
  .orders .orders__head h6 {
    line-height: 1.4; }
  .orders .orders__head h2 {
    font-size: 20px; }
  .orders .orders__actions {
    display: block;
    padding-top: 17px; }
    .orders .orders__actions .btn {
      display: block;
      width: 100%;
      min-width: 0; }
      .orders .orders__actions .btn + .btn {
        margin: 9px 0 0; } }

.order {
  padding: 18px 0 14px;
  border-bottom: 1px solid #979797; }
  .order.no-border {
    border: none; }
  .order .order__title {
    margin-bottom: 13px; }
  .order .order__actions {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px; }
    .order .order__actions .btn + .btn {
      margin-left: 5px; }
  .order .list-order-details-secondary {
    margin-bottom: 26px; }
  .order--secondary {
    padding: 16px 0 19px; }
  @media (max-width: 767px) {
    .order {
      padding: 21px 0 14px; }
      .order .order__actions {
        display: block; }
        .order .order__actions .btn {
          display: block;
          max-width: 100%;
          min-width: 0; }
          .order .order__actions .btn + .btn {
            margin: 9px 0 0; }
      .order--secondary {
        padding: 16px 0 14px;
        font-size: 16px; }
        .order--secondary .order__title {
          font-size: 16px; }
        .order--secondary .order__actions {
          margin-top: 16px; }
        .order--secondary .list-order-details-secondary {
          margin-bottom: 14px; } }

.order-single h1,
.order-single h2,
.order-single h3,
.order-single h4,
.order-single h5,
.order-single h6 {
  margin-bottom: 16px;
  font-weight: 300;
  color: #000; }

.order-single .order__meta {
  margin-bottom: 41px; }

.order-single .order__body h1,
.order-single .order__body h2,
.order-single .order__body h3,
.order-single .order__body h4,
.order-single .order__body h5,
.order-single .order__body h6 {
  margin-bottom: 21px; }

.order-single .order__body .text-top {
  vertical-align: top; }

.order-single .order__body .order-description-details {
  list-style: none;
  margin-top: 20px; }

.order-single .order__section + .order__section {
  margin-top: 60px; }

.order-single .order__actions {
  display: flex;
  justify-content: space-between;
  padding-top: 24px; }
  .order-single .order__actions .btn + .btn {
    margin-left: 5px; }

.order-single .list-address {
  padding-left: 2px; }

.order-single .cols .col--1of3 {
  flex: 1 0 auto;
  max-width: auto; }

@media (max-width: 767px) {
  .order-single {
    font-size: 16px; }
    .order-single h1,
    .order-single h2,
    .order-single h3,
    .order-single h4,
    .order-single h5,
    .order-single h6 {
      line-height: 1.35; }
    .order-single h2 {
      font-size: 20px; }
    .order-single .order__head {
      margin-bottom: 30px; }
    .order-single .order__meta {
      margin-bottom: 28px; }
    .order-single .order__actions {
      display: block;
      padding-top: 20px; }
      .order-single .order__actions-aside {
        margin-bottom: 9px; }
      .order-single .order__actions .btn {
        display: block;
        width: 100%;
        min-width: 0; }
        .order-single .order__actions .btn + .btn {
          margin: 9px 0 0; }
    .order-single .order__section + .order__section {
      margin-top: 42px; }
    .order-single .col {
      margin-bottom: 35px; }
    .order-single .table--cart {
      margin-top: -37px; } }

.mfp-content {
  max-width: 375px;
  padding: 27px 20px 15px;
  margin: 0 auto;
  background-color: #fff;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26); }
  .mfp-content h1,
  .mfp-content h2,
  .mfp-content h3,
  .mfp-content h4,
  .mfp-content h5,
  .mfp-content h6 {
    margin-bottom: 11px;
    font-weight: 700;
    color: #000; }
  .mfp-content h4 {
    font-size: 18px; }

.mfp-bg {
  background-color: transparent !important; }

.newsletter {
  display: flex;
  align-items: center; }
  .newsletter .newsletter__content {
    flex: 1 0; }
  .newsletter .newsletter__aside {
    flex: 0 0 188px;
    max-width: 188px; }
  @media (max-width: 767px) {
    .newsletter {
      display: block; }
      .newsletter .newsletter__content {
        max-width: 100%;
        margin-bottom: 27px; }
      .newsletter .newsletter__aside {
        max-width: 100%; }
        .newsletter .newsletter__aside .btn {
          display: block;
          width: 100%;
          min-width: 0; } }

.addresses .address + .address {
  border-top: 1px solid #979797; }

.addresses .address + .address.address-form {
  border-top: unset; }

.address, .address-form {
  display: flex;
  padding: 6px 0; }
  .address .address__content, .address-form .address__content, .address .address-form__content, .address-form .address-form__content {
    flex: 1 0;
    padding-top: 5px; }
    .address .address__content h1,
    .address .address__content h2,
    .address .address__content h3,
    .address .address__content h4,
    .address .address__content h5,
    .address .address__content h6, .address-form .address__content h1,
    .address-form .address__content h2,
    .address-form .address__content h3,
    .address-form .address__content h4,
    .address-form .address__content h5,
    .address-form .address__content h6, .address .address-form__content h1,
    .address .address-form__content h2,
    .address .address-form__content h3,
    .address .address-form__content h4,
    .address .address-form__content h5,
    .address .address-form__content h6, .address-form .address-form__content h1,
    .address-form .address-form__content h2,
    .address-form .address-form__content h3,
    .address-form .address-form__content h4,
    .address-form .address-form__content h5,
    .address-form .address-form__content h6 {
      margin-bottom: 11px;
      font-weight: 700;
      color: #000; }
    .address .address__content .list-address, .address-form .address__content .list-address, .address .address-form__content .list-address, .address-form .address-form__content .list-address {
      margin-bottom: 10px; }
    .address .address__content .btn.save-btn, .address-form .address__content .btn.save-btn, .address .address-form__content .btn.save-btn, .address-form .address-form__content .btn.save-btn {
      margin-bottom: 20px; }
    .address .address__content .btn.save-btn-end, .address-form .address__content .btn.save-btn-end, .address .address-form__content .btn.save-btn-end, .address-form .address-form__content .btn.save-btn-end {
      margin-bottom: 15px; }
  .address .address__aside, .address-form .address__aside, .address .address-form__aside, .address-form .address-form__aside {
    flex: 0 0 188px;
    max-width: 100%; }
  @media (max-width: 767px) {
    .address, .address-form {
      display: block;
      padding-bottom: 18px; }
      .address .address__content, .address-form .address__content, .address .address-form__content, .address-form .address-form__content {
        max-width: 100%;
        margin-bottom: 13px;
        font-size: 16px; }
        .address .address__content h1,
        .address .address__content h2,
        .address .address__content h3,
        .address .address__content h4,
        .address .address__content h5,
        .address .address__content h6, .address-form .address__content h1,
        .address-form .address__content h2,
        .address-form .address__content h3,
        .address-form .address__content h4,
        .address-form .address__content h5,
        .address-form .address__content h6, .address .address-form__content h1,
        .address .address-form__content h2,
        .address .address-form__content h3,
        .address .address-form__content h4,
        .address .address-form__content h5,
        .address .address-form__content h6, .address-form .address-form__content h1,
        .address-form .address-form__content h2,
        .address-form .address-form__content h3,
        .address-form .address-form__content h4,
        .address-form .address-form__content h5,
        .address-form .address-form__content h6 {
          margin-bottom: 12px; }
        .address .address__content h4, .address-form .address__content h4, .address .address-form__content h4, .address-form .address-form__content h4 {
          font-size: 16px; }
        .address .address__content .list-address, .address-form .address__content .list-address, .address .address-form__content .list-address, .address-form .address-form__content .list-address {
          margin-bottom: 0; }
      .address .address__aside, .address-form .address__aside, .address .address-form__aside, .address-form .address-form__aside {
        max-width: 100%; }
        .address .address__aside .btn, .address-form .address__aside .btn, .address .address-form__aside .btn, .address-form .address-form__aside .btn {
          display: block;
          width: 100%;
          min-width: 0; } }

.product-detail-component {
  padding-top: 10px; }
  .product-detail-component .alert {
    font-weight: normal;
    font-size: 18px;
    line-height: 27px;
    padding: 10px 46px 10px 8px; }
    .product-detail-component .alert .alert__content span {
      flex: 0 0 calc(100% - 40px);
      max-width: calc(100% - 40px); }
    .product-detail-component .alert .alert__content i {
      margin-right: 24px;
      align-self: self-start;
      margin-top: 6px; }
    .product-detail-component .alert .alert__close {
      top: 0;
      margin-top: 25px; }
  .product-detail-component .heading {
    display: flex;
    margin-bottom: 20px; }
    .product-detail-component .heading .product-image-small {
      margin: -1px 27px 0 0; }
      .product-detail-component .heading .product-image-small img {
        vertical-align: middle;
        height: 100%;
        display: block; }
    .product-detail-component .heading h1 p {
      margin: 0;
      flex: 1 auto;
      font-size: 24px;
      letter-spacing: -0.19px;
      line-height: 30px;
      margin: 7px 0 20px 0; }
  .product-detail-component .product-detail-configuration {
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
    margin-bottom: 20px;
    padding: 20px 0;
    margin-top: 20px; }
    .product-detail-component .product-detail-configuration .btn {
      min-width: 241px; }
    .product-detail-component .product-detail-configuration .price, .product-detail-component .product-detail-configuration .net-foreign-currency {
      display: flex;
      justify-content: flex-end; }
      .product-detail-component .product-detail-configuration .price .item, .product-detail-component .product-detail-configuration .net-foreign-currency .item {
        min-width: 100px; }
    .product-detail-component .product-detail-configuration .price, .product-detail-component .product-detail-configuration p {
      margin-top: 5px;
      margin-bottom: 5px; }
      .product-detail-component .product-detail-configuration .price__actual, .product-detail-component .product-detail-configuration p__actual {
        color: #eb0000; }
      .product-detail-component .product-detail-configuration .price__original, .product-detail-component .product-detail-configuration p__original {
        text-decoration: line-through;
        font-weight: normal;
        font-size: medium; }
    .product-detail-component .product-detail-configuration .net-foreign-currency {
      color: #747474;
      margin-bottom: 15px; }
    .product-detail-component .product-detail-configuration product-option-group {
      display: flex;
      justify-content: space-between; }
      .product-detail-component .product-detail-configuration product-option-group label {
        font-size: 18px;
        font-weight: bold;
        line-height: 27px;
        flex: 1;
        margin: 0;
        margin-bottom: 20px; }
      .product-detail-component .product-detail-configuration product-option-group select {
        flex: 1;
        height: 38px;
        max-width: 240px;
        -webkit-appearance: none;
        outline: none;
        border: none;
        border-bottom: 1px solid black !important;
        background: url("../assets/icons/dropdown-arrow.svg") no-repeat center right;
        padding-right: 14px;
        background-size: 12px;
        border-radius: 0;
        border-bottom: 1px solid;
        margin-bottom: 20px; }
  @media (max-width: 767px) {
    .product-detail-component .alert .alert__close {
      margin-top: 9px; }
    .product-detail-component .product-detail-configuration product-option-group {
      display: block; }
      .product-detail-component .product-detail-configuration product-option-group select {
        max-width: 100%;
        width: 100%;
        padding-left: 20px;
        padding-right: 20px; }
    .product-detail-component .heading, .product-detail-component .description {
      padding-bottom: 0; }
    .product-detail-component .heading {
      display: block;
      margin-bottom: 0; }
      .product-detail-component .heading h1, .product-detail-component .heading h1 p {
        margin-bottom: 0; }
    .product-detail-component .product-image-small {
      margin-bottom: 20px; } }

.spinner {
  position: relative;
  margin: 0 auto;
  width: 100px; }
  .spinner::before {
    content: '';
    display: block;
    padding-top: 100%; }
  .spinner .circular {
    animation: rotate 1.7s linear infinite;
    height: 100%;
    transform-origin: center center;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto; }
    .spinner .circular .base-circle {
      stroke: #cecece; }
    .spinner .circular .path-circle {
      stroke-dasharray: 1, 200;
      stroke-dashoffset: 0;
      animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
      stroke-linecap: butt; }

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

@keyframes rotate {
  100% {
    transform: rotate(360deg); } }

@-webkit-keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0px; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0px; }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px; }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px; } }

@-webkit-keyframes color {
  100%,
  0% {
    stroke: #eb0000; }
  40% {
    stroke: #eb0000; }
  66% {
    stroke: #eb0000; }
  80%,
  90% {
    stroke: #eb0000; } }

@keyframes color {
  100%,
  0% {
    stroke: #eb0000; }
  40% {
    stroke: #eb0000; }
  66% {
    stroke: #eb0000; }
  80%,
  90% {
    stroke: #eb0000; } }

#cookie {
  background-color: #dadada;
  height: auto;
  width: 100%;
  bottom: 0;
  position: fixed;
  text-align: center;
  z-index: 100; }
  #cookie #eu-cookie-compliance-banner {
    padding-right: 1.25rem;
    padding-left: 1.25rem;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    max-width: 64rem;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1); }
    #cookie #eu-cookie-compliance-banner #eu-cookie-compliance-content {
      display: flex;
      max-width: 100%;
      text-align: left; }
      @media (min-width: calc($tablet + 1px)) {
        #cookie #eu-cookie-compliance-banner #eu-cookie-compliance-content {
          align-items: center;
          justify-content: center;
          align-content: center; } }
      @media (max-width: 1023px) {
        #cookie #eu-cookie-compliance-banner #eu-cookie-compliance-content {
          flex-direction: column; } }
      #cookie #eu-cookie-compliance-banner #eu-cookie-compliance-content #eu-cookie-compliance-message {
        margin: 1.25rem 2.5rem 1.25rem 0;
        padding: 0;
        max-width: 100%;
        float: none;
        font-size: 16px; }
        @media (max-width: 1023px) {
          #cookie #eu-cookie-compliance-banner #eu-cookie-compliance-content #eu-cookie-compliance-message {
            margin: 1.25rem 0 0 0; } }
      #cookie #eu-cookie-compliance-banner #eu-cookie-compliance-content #eu-cookie-compliance-buttons {
        max-width: 100%;
        float: none;
        display: flex;
        margin: 0 0 1.25rem 0; }
        #cookie #eu-cookie-compliance-banner #eu-cookie-compliance-content #eu-cookie-compliance-buttons #eu-cookie-compliance-agree-button {
          margin: 1.25rem 1.25rem 0 0;
          padding-left: 1rem;
          padding-right: 1rem;
          white-space: nowrap; }
          @media (max-width: 767px) {
            #cookie #eu-cookie-compliance-banner #eu-cookie-compliance-content #eu-cookie-compliance-buttons #eu-cookie-compliance-agree-button {
              margin: 1.25rem 0.75rem 0 0;
              padding-right: 0.5rem;
              padding-left: 0.5rem;
              min-width: unset; } }
        #cookie #eu-cookie-compliance-banner #eu-cookie-compliance-content #eu-cookie-compliance-buttons #eu-cookie-compliance-more-button {
          margin: 1.25rem 0 0 0;
          padding-left: 1rem;
          padding-right: 1rem;
          white-space: nowrap; }
          @media (max-width: 767px) {
            #cookie #eu-cookie-compliance-banner #eu-cookie-compliance-content #eu-cookie-compliance-buttons #eu-cookie-compliance-more-button {
              padding-right: 0.5rem;
              padding-left: 0.5rem;
              min-width: unset; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

.certificate-table {
  margin-top: 30px;
  margin-bottom: 30px; }
  .certificate-table tbody > tr {
    width: 100%;
    height: 51px;
    border-top: 1px solid #979797; }
    .certificate-table tbody > tr:last-child {
      border-bottom: 1px solid #979797; }
    .certificate-table tbody > tr td {
      padding-left: 10px; }
      .certificate-table tbody > tr td .icon-check-black {
        width: 23px;
        height: 23px;
        margin-right: 10px; }

.text-certificate-form {
  margin-bottom: 50px; }
  .text-certificate-form p {
    margin-bottom: 13px; }

organisation-certificate-form .form.form--payment .form__section-head h2 {
  font-weight: 300;
  padding-bottom: 20px;
  border-bottom: 1px solid #979797;
  margin-bottom: 10px; }

organisation-certificate-form .form.form--payment .form__label {
  pointer-events: none; }

/*  Responsive Helpers  */
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

.article {
  font-size: 16px;
  line-height: 1.5; }
  .articles .article + .article {
    margin-top: 25px; }
  .article h4 {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
    letter-spacing: .02em; }
    .article h4 a {
      display: block;
      text-decoration: underline; }
      .article h4 a:hover {
        text-decoration: none; }

.event-item {
  border-top: 1px solid #EFEFEF;
  padding-top: 20px;
  padding-bottom: 12px; }
  .event-item:first-child {
    border-top: 0; }
  .event-item .event-date {
    width: 260px;
    margin-top: 5px;
    display: inline-block;
    float: left;
    line-height: 28px; }
    .event-item .event-date .date {
      font-size: 18px;
      font-style: normal;
      font-weight: bold; }
  .event-item .event-info {
    width: calc(100% - 260px);
    display: inline-block;
    line-height: 28px; }
    .event-item .event-info a,
    .event-item .event-info h3 {
      color: black;
      line-height: 40px;
      font-weight: bold;
      font-size: 18px; }
    .event-item .event-info a {
      display: inline-block;
      padding-top: 4px;
      font-size: 16px;
      color: black;
      text-decoration: underline; }
  @media (max-width: 767px) {
    .event-item .event-date,
    .event-item .event-info {
      width: 100%; } }

.video-component.grid {
  display: grid; }
  @media (max-width: 767px) {
    .video-component.grid {
      display: block; } }
  .video-component.grid.text-left {
    grid-template-columns: 40% 60%; }
  .video-component.grid.text-right {
    grid-template-columns: 60% 40%; }

.video-text {
  padding-bottom: 20px;
  text-align: left; }
  .video-text.left {
    padding-right: 20px; }
  .video-text.right {
    padding-left: 20px; }
  .video-text p {
    padding-top: 5px;
    line-height: 27px; }
  .video-text h2 {
    line-height: 1.4;
    margin-bottom: 9px; }
  .video-text h4 {
    line-hight: 1.4; }
  .video-text.text-align-center p, .video-text.text-align-center h2, .video-text.text-align-center h4 {
    text-align: center; }
  @media (max-width: 767px) {
    .video-text {
      padding-bottom: 12px; }
      .video-text.left {
        padding-right: 0; }
      .video-text.right {
        padding-left: 0; } }

.video-container.text-align-center p {
  text-align: center; }

.video-text, .video-container {
  grid-row: 1; }
  .video-text.left, .video-container.left {
    grid-column: 1 / 2; }
  .video-text.right, .video-container.right {
    grid-column: 2 / 2; }

.scalable-video {
  margin-bottom: 10px; }
  @media (max-width: 767px) {
    .scalable-video {
      margin-bottom: 5px; } }

.scalable-video .video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.scalable-video .video-wrapper iframe,
.scalable-video .video-wrapper object,
.scalable-video .video-wrapper embed,
.scalable-video .video-wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

/*
* Add a folder Component or Page and name the file equal to the tamplete in magnolia.
* Afterwards you can import it inside here with:
* @import "./<template-name>";
*/
.nav-utilities > ul li.mobile-visible.swissid {
  flex: 1 100%;
  margin-top: 25px;
  color: white; }
  .nav-utilities > ul li.mobile-visible.swissid .btn--primary.btn--login, .nav-utilities > ul li.mobile-visible.swissid .btn--ternary.btn--login {
    border-radius: 3px;
    font-size: 20px;
    height: 49px;
    padding: 0 10px;
    font-weight: 300;
    line-height: 52px;
    box-shadow: none;
    transition: background .4s;
    color: white; }
    .nav-utilities > ul li.mobile-visible.swissid .btn--primary.btn--login:hover, .nav-utilities > ul li.mobile-visible.swissid .btn--ternary.btn--login:hover {
      color: white; }
    .nav-utilities > ul li.mobile-visible.swissid .btn--primary.btn--login strong, .nav-utilities > ul li.mobile-visible.swissid .btn--ternary.btn--login strong {
      font-weight: normal; }

.swissid-login-button {
  padding-right: 40px; }

.swissid-login-image {
  padding-right: 20px; }

/*
* Add a folder Component or Page and name the file equal to the tamplete in magnolia.
* Afterwards you can import it inside here with:
* @import "./<template-name>";
*/
.full-width-image {
  height: 350px;
  width: 100%;
  background-position: top center;
  background-size: cover;
  color: #ffffff;
  background-color: #747474;
  text-align: center; }
  .full-width-image > div.content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    line-height: 27px; }
  .full-width-image h2 {
    color: #ffffff;
    line-height: 2.45rem;
    letter-spacing: 0.02px;
    font-size: 2rem;
    font-weight: bold;
    padding-top: 0;
    margin-top: 0; }
  @media (max-width: 767px) {
    .full-width-image {
      height: 180px; } }

.full-width-image-masked {
  height: 560px;
  width: 100%;
  background-position: top center;
  background-size: cover;
  color: #ffffff;
  position: relative;
  overflow: hidden; }
  .full-width-image-masked.linkable:hover {
    cursor: pointer; }
  .full-width-image-masked > svg {
    height: auto;
    width: 100%; }
  .full-width-image-masked > div.content {
    position: relative;
    z-index: 20;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 68px;
    height: 100%;
    line-height: 27px; }
    .full-width-image-masked > div.content.centered {
      align-items: center; }
  .full-width-image-masked h2 {
    color: #ffffff;
    line-height: 3.6rem;
    letter-spacing: 0.02px;
    font-size: 3rem;
    font-weight: bold; }
  .full-width-image-masked.masked {
    height: 560px;
    clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 75%, 0% 100%); }
    .full-width-image-masked.masked > div.content {
      padding-bottom: 218px; }
    .full-width-image-masked.masked.gradient::after {
      margin-top: -560px;
      height: 560px; }
  .full-width-image-masked .btn {
    max-width: fit-content;
    margin-top: 24px;
    /* IE fix */
    display: table; }
  .full-width-image-masked.gradient::after {
    display: block;
    position: relative;
    margin-top: -350px;
    height: 350px;
    width: 100%;
    content: ''; }
  .full-width-image-masked .bottom-divider {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIyMHZ3IiB2aWV3Qm94PSIwIDAgMTI4MCAxNDAiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTAgMHYxNDBoMTI4MEwwIDB6Ii8+PC9nPjwvc3ZnPg==);
    background-size: 100% 5vw;
    bottom: 0;
    height: 5vw;
    z-index: 10;
    transform: rotateY(180deg);
    /* neu */
    position: absolute;
    width: 100%; }
  @media (max-width: 767px) {
    .full-width-image-masked {
      height: 220px; }
      .full-width-image-masked h2 {
        line-height: 32px;
        font-size: 26px; }
      .full-width-image-masked > div.content {
        padding-bottom: 30px; }
      .full-width-image-masked.masked {
        height: 220px; }
        .full-width-image-masked.masked > div.content {
          padding-bottom: 44px; }
        .full-width-image-masked.masked.gradient::after {
          margin-top: -140px;
          height: 140px; }
      .full-width-image-masked.gradient::after {
        margin-top: -140px;
        height: 140px; } }
  @media (max-width: 1800px) {
    .full-width-image-masked > svg {
      height: inherit;
      width: auto; } }

@media (min-width: 1800px) {
  @supports (-ms-ime-align: auto) {
    /* IE Edge 16+ CSS */
    .full-width-image-masked.masked {
      /*height: 800px !important;
      margin-bottom: -50px;*/ }
      .full-width-image-masked.masked > div.content {
        /*padding-bottom: 400px;*/ } } }

@media (min-width: 2200px) {
  @supports (-ms-ime-align: auto) {
    .full-width-image-masked.masked {
      /*height: 1000px !important;
      margin-bottom: -90px;*/ }
      .full-width-image-masked.masked > div.content {
        /*padding-bottom: 500px;*/ } } }

.app-store-icons .apple-store-icon,
.app-store-icons .google-play-store-icon {
  width: 200px;
  margin-bottom: 20px;
  border: 0 none;
  text-decoration: none; }

.app-store-icons .link-store {
  text-decoration: none !important; }

.apple-store-icon,
.google-play-store-icon {
  width: 200px;
  margin-bottom: 10px;
  border: 0 none;
  text-decoration: none; }

.apple-store-icon {
  margin-right: 40px; }

.link-store {
  text-decoration: none !important; }

.app-store-icons-text {
  margin-bottom: 20px; }

@media (max-width: 767px) {
  .apple-store-icon {
    margin-right: 0;
    margin-bottom: 16px; } }

.text-image-group {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px; }
  .text-image-group .text-image {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 14px;
    margin-bottom: 21px; }
  @media (max-width: 767px) {
    .text-image-group {
      justify-content: space-between; }
      .text-image-group .text-image {
        max-width: 340px;
        flex: 1 1 38%; } }
  @media screen and (max-width: 686px) {
    .text-image-group {
      display: block;
      margin: 0; }
      .text-image-group .text-image {
        max-width: 100%;
        padding: 0;
        margin-bottom: 27px; } }

.text-image .text-image__image {
  transition: opacity .4s;
  padding-bottom: 12px; }
  .text-image .text-image__image img {
    width: 106px;
    height: 106px;
    object-fit: cover;
    clip-path: circle();
    -webkit-clip-path: circle(); }
  .text-image .text-image__image:hover {
    opacity: .7; }

.text-image .text-image__content {
  padding: 27px 0px;
  line-height: 1.45; }
  .text-image .text-image__content h1,
  .text-image .text-image__content h2,
  .text-image .text-image__content h3,
  .text-image .text-image__content h4,
  .text-image .text-image__content h5,
  .text-image .text-image__content h6 {
    margin-bottom: 16px;
    color: #000;
    line-height: 1.2; }
    .text-image .text-image__content h1 a,
    .text-image .text-image__content h2 a,
    .text-image .text-image__content h3 a,
    .text-image .text-image__content h4 a,
    .text-image .text-image__content h5 a,
    .text-image .text-image__content h6 a {
      color: inherit;
      text-decoration: none;
      transition: color .4s; }
      .text-image .text-image__content h1 a:hover,
      .text-image .text-image__content h2 a:hover,
      .text-image .text-image__content h3 a:hover,
      .text-image .text-image__content h4 a:hover,
      .text-image .text-image__content h5 a:hover,
      .text-image .text-image__content h6 a:hover {
        color: #ED0000; }
  .text-image .text-image__content h3 {
    font-size: 18px; }

@media (max-width: 767px) {
  .text-image .text-image__content {
    padding: 10px 0; } }

.news-overview .news-overview-item {
  border-top: 1px solid lightgray;
  padding-top: 20px;
  padding-bottom: 20px;
  min-height: 210px; }
  .news-overview .news-overview-item .news-image {
    max-width: 237px;
    float: left; }
    .news-overview .news-overview-item .news-image img {
      max-width: unset !important; }
  .news-overview .news-overview-item .news-info {
    display: inline-block;
    margin-left: 26px;
    margin-top: -6px;
    width: calc(100% - 263px); }
  .news-overview .news-overview-item .news-info.no-image {
    width: 100%;
    margin-left: 0px; }
  .news-overview .news-overview-item em.date {
    font-size: 14px;
    font-weight: 300;
    line-height: 28px;
    color: #5C5C5C;
    font-style: normal; }
  .news-overview .news-overview-item .title,
  .news-overview .news-overview-item .readmore {
    font-weight: bold;
    color: #000000;
    font-size: 18px;
    line-height: 34px; }
  .news-overview .news-overview-item .title {
    line-height: 28px; }
  .news-overview .news-overview-item p.content {
    font-weight: 300;
    line-height: 28px; }

.news-overview .news-overview-items .news-overview-item:last-child {
  border-bottom: 1px solid lightgray; }

.news-overview .news-overview-items > div {
  display: none;
  margin-right: auto;
  margin-left: auto;
  max-width: 768px; }

.news-overview .news-overview-items > div.active {
  display: block; }

.news-overview .top-paging,
.news-overview .bottom-paging {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  text-align: right; }

.news-overview .pagination {
  display: inline-block; }
  .news-overview .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none; }
  .news-overview .pagination a.active {
    font-weight: bold;
    border-radius: 5px; }
  .news-overview .pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px; }
  .news-overview .pagination a.hide {
    display: none; }

@media (max-width: 767px) {
  .news-overview {
    margin: 20px; }
    .news-overview .news-overview-item .news-image {
      max-width: unset;
      width: 100%; }
    .news-overview .news-overview-item .news-image img {
      width: 100%; }
    .news-overview .news-overview-item .news-info {
      width: 100%;
      margin: 0px; } }

.text-button.content .title {
  color: #000000;
  font-family: SwissSignCircularWeb;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px; }

.text-button.content .text {
  color: #000000;
  font-family: SwissSignCircularWeb;
  font-size: 18px;
  line-height: 27px; }

.text-button.content.text-align-center .title, .text-button.content.text-align-center .text {
  text-align: center; }

.text-button.content .btn-wrapper {
  display: flex;
  justify-content: center; }
  .text-button.content .btn-wrapper a {
    padding: 15px;
    color: #000000;
    font-family: SwissSignCircularWeb;
    font-size: 16px;
    font-weight: 300;
    line-height: 19px;
    text-decoration: none;
    text-align: center; }

.portraits {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px; }
  .portraits .portrait {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 14px;
    margin-bottom: 21px; }
  @media (max-width: 767px) {
    .portraits {
      justify-content: space-between; }
      .portraits .portrait {
        max-width: 340px;
        flex: 1 1 38%; } }
  @media screen and (max-width: 686px) {
    .portraits {
      display: block;
      margin: 0; }
      .portraits .portrait {
        max-width: 100%;
        padding: 0;
        margin-bottom: 27px; } }

.portrait .portrait__image {
  transition: opacity .4s; }
  .portrait .portrait__image img {
    width: 100%;
    height: auto; }
  .portrait .portrait__image:hover {
    opacity: .7; }

.portrait .portrait__content {
  background-color: #EFEFEF;
  padding: 21px 16px;
  font-size: 18px;
  line-height: 27px; }
  .portrait .portrait__content h1,
  .portrait .portrait__content h2,
  .portrait .portrait__content h3,
  .portrait .portrait__content h4,
  .portrait .portrait__content h5,
  .portrait .portrait__content h6 {
    margin-bottom: 5px;
    color: #000;
    line-height: 1.2; }
    .portrait .portrait__content h1 a,
    .portrait .portrait__content h2 a,
    .portrait .portrait__content h3 a,
    .portrait .portrait__content h4 a,
    .portrait .portrait__content h5 a,
    .portrait .portrait__content h6 a {
      color: inherit;
      text-decoration: none;
      transition: color .4s; }
      .portrait .portrait__content h1 a:hover,
      .portrait .portrait__content h2 a:hover,
      .portrait .portrait__content h3 a:hover,
      .portrait .portrait__content h4 a:hover,
      .portrait .portrait__content h5 a:hover,
      .portrait .portrait__content h6 a:hover {
        color: #ED0000; }
  .portrait .portrait__content h3 {
    font-size: 18px; }

@media (max-width: 767px) {
  .portrait .portrait__content {
    padding: 10px 0; } }

.client-logos {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -14px; }
  .client-logos .client-logo {
    padding: 27px 14px;
    flex: 0 0 16.66%;
    max-width: 16.66%; }
  @media (max-width: 767px) {
    .client-logos {
      justify-content: space-between; }
      .client-logos .client-logo {
        max-width: 50%;
        flex: 1 1 50%; } }
  @media screen and (max-width: 686px) {
    .client-logos {
      margin: 0; }
      .client-logos .client-logo {
        max-width: 50%;
        flex: 1 1 50%; } }

.client-logo .client-logo__image {
  display: block;
  opacity: .7;
  transition: opacity .4s; }
  .client-logo .client-logo__image img {
    width: 100%;
    height: auto; }
  .client-logo .client-logo__image:hover {
    opacity: 1; }

.contact-person {
  margin-bottom: 21px;
  display: flex; }
  .contact-person .contact-person__image {
    padding: 5px 26px 5px 0px;
    vertical-align: top;
    flex: 0 0 auto; }
    .contact-person .contact-person__image img {
      width: 106px;
      height: 106px;
      object-fit: cover;
      clip-path: circle();
      -webkit-clip-path: circle(); }
  .contact-person .contact-person__image_detail {
    padding: 5px 26px 5px 0px;
    vertical-align: top;
    flex: 0 0 auto; }
    .contact-person .contact-person__image_detail img {
      width: 173px;
      height: 173px;
      object-fit: cover;
      clip-path: circle();
      -webkit-clip-path: circle(); }
  .contact-person .contact-person__content {
    flex: 1 1 auto;
    font-size: 18px;
    line-height: 27px; }
    .contact-person .contact-person__content h1,
    .contact-person .contact-person__content h2,
    .contact-person .contact-person__content h3,
    .contact-person .contact-person__content h4,
    .contact-person .contact-person__content h5,
    .contact-person .contact-person__content h6 {
      color: #000;
      line-height: 27px; }
      .contact-person .contact-person__content h1 a,
      .contact-person .contact-person__content h2 a,
      .contact-person .contact-person__content h3 a,
      .contact-person .contact-person__content h4 a,
      .contact-person .contact-person__content h5 a,
      .contact-person .contact-person__content h6 a {
        color: inherit;
        text-decoration: underline;
        transition: color .4s; }
        .contact-person .contact-person__content h1 a:hover,
        .contact-person .contact-person__content h2 a:hover,
        .contact-person .contact-person__content h3 a:hover,
        .contact-person .contact-person__content h4 a:hover,
        .contact-person .contact-person__content h5 a:hover,
        .contact-person .contact-person__content h6 a:hover {
          color: #ED0000; }
    .contact-person .contact-person__content h3 {
      font-size: 18px; }
    .contact-person .contact-person__content .text {
      margin-bottom: 24px; }
    .contact-person .contact-person__content p {
      margin-bottom: 4px; }
    .contact-person .contact-person__content .socials ul {
      justify-content: start;
      margin: 0 -2px; }
      .contact-person .contact-person__content .socials ul li a {
        padding: 0 3px;
        filter: invert(100%); }
  @media (max-width: 767px) {
    .contact-person {
      flex-wrap: wrap; }
      .contact-person .contact-person__content {
        padding: 10px 0; } }

.events-teaser {
  max-width: 768px;
  margin-left: auto;
  margin-right: auto; }
  .events-teaser .teaser-header {
    display: inline-block;
    width: 100%; }
    .events-teaser .teaser-header .page-title {
      width: 50%;
      height: 40px;
      float: left;
      display: inline-block; }
      .events-teaser .teaser-header .page-title h2 {
        font-size: 24px;
        line-height: 30px;
        display: inline-block; }
    .events-teaser .teaser-header .page-link {
      width: 50%;
      height: 40px;
      text-align: right;
      float: left;
      margin-top: 5px; }
      .events-teaser .teaser-header .page-link h3 {
        font-size: 18px;
        font-weight: normal; }
      .events-teaser .teaser-header .page-link a {
        color: black;
        text-decoration: underline; }
  .events-teaser .event-teaser-item {
    border-top: 1px solid lightgray;
    padding-top: 20px;
    padding-bottom: 20px; }
    .events-teaser .event-teaser-item .event-date {
      width: 200px;
      margin-top: 5px;
      display: inline-block;
      float: left;
      line-height: 28px; }
      .events-teaser .event-teaser-item .event-date .date {
        font-size: 18px;
        font-style: normal;
        font-weight: bold; }
    .events-teaser .event-teaser-item .event-info {
      width: calc(100% - 200px);
      display: inline-block;
      line-height: 28px; }
      .events-teaser .event-teaser-item .event-info a, .events-teaser .event-teaser-item .event-info h3 {
        color: black;
        line-height: 40px;
        font-weight: bold;
        font-size: 18px; }
      .events-teaser .event-teaser-item .event-info a {
        color: black;
        text-decoration: underline; }
  .events-teaser .event-teaser-item:last-child {
    border-bottom: 1px solid lightgray; }
  @media (max-width: 767px) {
    .events-teaser {
      margin: 20px; }
      .events-teaser .event-teaser-item .event-date, .events-teaser .event-teaser-item .event-info,
      .events-teaser .teaser-header .page-title, .events-teaser .teaser-header .page-link {
        width: 100%; }
      .events-teaser .teaser-header .page-title, .events-teaser .teaser-header .page-link {
        text-align: center; } }

.events-overview .events-overview-items {
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  margin-top: 20px; }
  .events-overview .events-overview-items .event-header,
  .events-overview .events-overview-items .event-row {
    display: inline-table;
    width: 100%; }
  .events-overview .events-overview-items .event-header {
    font-weight: bold;
    font-size: 16px; }
  .events-overview .events-overview-items .event-row * {
    font-size: 18px; }
  .events-overview .events-overview-items .event-date {
    width: 131px;
    display: table-cell; }
  .events-overview .events-overview-items .event-place {
    width: 210px;
    display: table-cell; }
  .events-overview .events-overview-items .event-title {
    width: calc(100% - 341px);
    display: table-cell;
    padding-right: 20px; }
  .events-overview .events-overview-items > div {
    display: none; }
  .events-overview .events-overview-items > div.active {
    display: block; }
  .events-overview .events-overview-items .events-overview-item .event-row {
    border-top: 1px solid lightgray;
    padding-top: 15px;
    padding-bottom: 15px; }
  .events-overview .events-overview-items .events-overview-item .label {
    display: none; }

.events-overview .in-past {
  opacity: 0.4; }

.events-overview .top-paging, .events-overview .bottom-paging {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 768px;
  text-align: right; }

.events-overview .pagination {
  display: inline-block; }
  .events-overview .pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none; }
  .events-overview .pagination a.active {
    font-weight: bold;
    border-radius: 5px; }
  .events-overview .pagination a:hover:not(.active) {
    background-color: #ddd;
    border-radius: 5px; }
  .events-overview .pagination a.hide {
    display: none; }

@media (max-width: 767px) {
  .events-overview .events-overview-items {
    margin: 15px; }
    .events-overview .events-overview-items .events-overview-item .label {
      display: block;
      font-weight: bold;
      color: black;
      padding-top: 15px;
      padding-bottom: 15px; }
    .events-overview .events-overview-items .events-overview-item a {
      text-decoration: none !important; }
    .events-overview .events-overview-items .events-overview-item .event-row {
      padding-top: 5px;
      padding-bottom: 10px; }
    .events-overview .events-overview-items .event-header {
      display: none; }
    .events-overview .events-overview-items .event-date, .events-overview .events-overview-items .event-title, .events-overview .events-overview-items .event-place {
      display: block;
      width: 100%;
      font-weight: normal; } }

.slider-text {
  max-width: 768px;
  margin: 20px auto;
  text-align: center; }
  .slider-text .tabs .tab-header {
    width: 100%;
    display: inline-table; }
    .slider-text .tabs .tab-header > div {
      width: 33%;
      display: table-cell; }
    .slider-text .tabs .tab-header a {
      font-weight: bold;
      font-size: 24px;
      text-decoration: none;
      color: black; }
    .slider-text .tabs .tab-header a:hover, .slider-text .tabs .tab-header a.active {
      border-bottom: 2px solid #EB0000; }
  .slider-text .tabs .tab {
    padding: 20px 10px 10px;
    display: none; }
    .slider-text .tabs .tab .content {
      line-height: 28px; }
  .slider-text .tabs .tab.active {
    display: block; }

.teaser-6-in-row {
  max-width: 769px;
  margin: 40px auto; }
  .teaser-6-in-row .teaser-title {
    line-height: 30px;
    font-size: 24px;
    text-align: center;
    color: #000000;
    font-weight: bold; }
  .teaser-6-in-row .teaser-subtitle {
    line-height: 26px;
    font-size: 18px;
    font-weight: 300;
    color: #000000;
    text-align: center; }
  .teaser-6-in-row .teaser-items {
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: row;
    display: flex; }
  .teaser-6-in-row .teaser-6-in-row-item {
    display: flex;
    float: left;
    max-width: 114px;
    margin: 17px 0px 0px 17px;
    text-align: center; }
    .teaser-6-in-row .teaser-6-in-row-item .teaser-text {
      margin-top: 10px; }
    .teaser-6-in-row .teaser-6-in-row-item .teaser-image:hover img {
      -webkit-box-shadow: 0px 2px 5px 3px #a1a1a1;
      -moz-box-shadow: 0px 2px 5px 3px #a1a1a1;
      box-shadow: 0px 2px 5px 3px #a1a1a1; }
    .teaser-6-in-row .teaser-6-in-row-item .teaser-image img {
      -webkit-box-shadow: 0px 1px 3px 1px #a1a1a1;
      -moz-box-shadow: 0px 1px 3px 1px #a1a1a1;
      box-shadow: 0px 1px 3px 1px #a1a1a1;
      max-width: 114px; }
  .teaser-6-in-row .teaser-6-in-row-item:first-child,
  .teaser-6-in-row .teaser-6-in-row-item:nth-child(6n+7) {
    margin-left: 0px; }
  @media (max-width: 767px) {
    .teaser-6-in-row {
      margin: 15px auto; }
      .teaser-6-in-row .teaser-6-in-row-item {
        max-width: 151px;
        margin-left: 11px !important;
        margin-right: 11px !important; }
        .teaser-6-in-row .teaser-6-in-row-item .teaser-image img {
          max-width: 100%; }
      .teaser-6-in-row .teaser-6-in-row-item:nth-child(2n+1) {
        margin-left: 11px !important; } }

/*===== 3 teasers in a row =====*/
.teaser-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 -13px; }
  .teaser-group > * {
    flex: 0 0 25%;
    flex-basis: 30%;
    margin: 0 13px;
    max-width: 238px;
    text-decoration: none; }
    .teaser-group > * .text {
      color: #000000;
      font-size: 18px;
      line-height: 24px; }
    .teaser-group > * .teaser-icon {
      padding: 35.5%;
      text-align: center;
      position: relative; }
    .teaser-group > * img {
      max-width: 129px;
      max-height: 130px;
      position: absolute;
      margin: auto;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .teaser-group > * h2 {
      color: #000000;
      font-size: 18px;
      font-weight: bold;
      letter-spacing: 0.26px;
      line-height: 22px;
      max-width: 206px;
      text-align: left;
      padding: 0; }
  @media screen and (max-width: 766px) {
    .teaser-group {
      justify-content: space-between; }
      .teaser-group > * {
        max-width: 340px;
        flex: 1 1 38%; }
      .teaser-group .teaser-icon {
        padding: 42%; } }

.accordionList {
  margin: 10px auto; }
  .accordionList .accordion-wrapper {
    margin: 2px auto;
    max-width: 769px; }
    .accordionList .accordion-wrapper .accordion {
      min-height: 50px; }
      .accordionList .accordion-wrapper .accordion .accordion_heading {
        min-width: 100%;
        min-height: 100%;
        position: relative;
        display: flex;
        cursor: pointer; }
        .accordionList .accordion-wrapper .accordion .accordion_heading:active .rectangle-10 {
          background-color: #dadada;
          transition: background-color 0.5s; }
        .accordionList .accordion-wrapper .accordion .accordion_heading .rectangle-10 {
          min-height: 50px;
          height: 100%;
          width: 100%;
          max-width: 769px;
          background-color: #efefef;
          position: absolute;
          z-index: -1;
          transition: background-color 0.5s; }
        .accordionList .accordion-wrapper .accordion .accordion_heading .accordion_icon {
          height: 24px;
          width: 24px;
          margin-right: 11px;
          margin-top: 13px;
          margin-left: auto;
          background-color: transparent;
          text-indent: 0%; }
          .accordionList .accordion-wrapper .accordion .accordion_heading .accordion_icon .accordion_cross_wrapper {
            height: 14px;
            width: 14px;
            margin: 5px; }
            .accordionList .accordion-wrapper .accordion .accordion_heading .accordion_icon .accordion_cross_wrapper .accordion_cross-1 {
              height: 14px;
              width: 2px;
              background-color: #000000;
              position: absolute;
              margin: 0 6px;
              transition: transform 0.5s; }
            .accordionList .accordion-wrapper .accordion .accordion_heading .accordion_icon .accordion_cross_wrapper .accordion_cross-2 {
              height: 2px;
              width: 14px;
              background-color: #000000;
              position: absolute;
              margin: 6px 0; }
        .accordionList .accordion-wrapper .accordion .accordion_heading .accordion_title {
          max-width: 694.96px;
          color: #000000;
          font-size: 18px;
          font-weight: bold;
          line-height: 20px;
          margin-left: 20px; }
      .accordionList .accordion-wrapper .accordion .accordion_content {
        max-height: 0;
        font-size: 18px;
        line-height: 24px;
        padding-left: 20px;
        padding-right: 20px;
        overflow: hidden;
        transition: max-height 0.5s; }
      .accordionList .accordion-wrapper .accordion .accordion_border {
        height: 1px;
        max-width: 769px;
        transform: scaleY(-1);
        background-color: #dadada;
        opacity: 0;
        transition: opacity 0.5s ease; }
      .accordionList .accordion-wrapper .accordion input[type="checkbox"] {
        display: none; }
        .accordionList .accordion-wrapper .accordion input[type="checkbox"]:checked + label .accordion_content {
          max-height: 500px; }
        .accordionList .accordion-wrapper .accordion input[type="checkbox"]:checked + label .accordion_border {
          opacity: 1; }
        .accordionList .accordion-wrapper .accordion input[type="checkbox"]:checked + label .accordion_heading:active .rectangle-10 {
          background-color: #dadada;
          transition: background-color 0.5s; }
        .accordionList .accordion-wrapper .accordion input[type="checkbox"]:checked + label .accordion_heading .rectangle-10 {
          background-color: #ffffff;
          transition: background-color 0.5s; }
        .accordionList .accordion-wrapper .accordion input[type="checkbox"]:checked + label .accordion_content {
          max-height: 500px; }
        .accordionList .accordion-wrapper .accordion input[type="checkbox"]:checked + label .accordion_border {
          opacity: 1; }
        .accordionList .accordion-wrapper .accordion input[type="checkbox"]:checked + label .accordion_cross-1 {
          transform: rotate(90deg); }

.info-pop-up-wrapper {
  display: flex;
  justify-content: space-between; }
  .info-pop-up-wrapper .icon-information {
    order: 1;
    width: 23px;
    height: 23px;
    padding: 0 8px;
    margin-top: 19px;
    display: block;
    position: relative;
    flex-shrink: 0; }
  .info-pop-up-wrapper .text {
    order: 2;
    font-size: 18px;
    line-height: 27px;
    padding: 0 25px;
    width: 100%; }
  .info-pop-up-wrapper .icon-close-small {
    order: 3;
    cursor: pointer;
    width: 10px;
    height: 10px;
    padding: 0 20px;
    margin-top: 26px;
    display: block;
    position: relative;
    flex-shrink: 0; }
  .info-pop-up-wrapper input[type=checkbox] {
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .info-pop-up-wrapper input[type=checkbox]:checked ~ .text,
  .info-pop-up-wrapper input[type=checkbox]:checked ~ .icon-close-small,
  .info-pop-up-wrapper input[type=checkbox]:checked ~ .icon-information {
    display: none; }
