/*$contentWidth: 1560px;
$contentWidthSmall: 1280px;
$borderradius: 12px;
$fontfamily: GEInspiraSans, "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;

@mixin transition($type,$time) {
  -moz-transition: $type $time ease-in-out;
  -webkit-transition: $type $time ease-in-out;
  -o-transition: $type $time ease-in-out;
  transition: $type $time ease-in-out;
}


@mixin lineargradient($color1,$color2) {
  background: $color1;
  background: -moz-linear-gradient(left, $color1 0%, $color2 100%);
  background: -webkit-linear-gradient(left, $color1 0%, $color2 100%);
  background: -o-linear-gradient(left, $color1 0%, $color2 100%);
  background: -ms-linear-gradient(left, $color1 0%, $color2 100%);
  background: linear-gradient(to right, $color1 0%, $color2 100%);
}



@mixin transform($degree) {
  -ms-transform: rotate($degree);
  -moz-transform: rotate($degree);
  -webkit-transform: rotate($degree);
  transform: rotate($degree);
}
*/
@font-face {
  font-family: "SourceSansPro";
  src: url("/css/fonts/SourceSansPro-Regular.ttf") format("truetype");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "SourceSansPro";
  src: url("/css/fonts/SourceSansPro-Bold.ttf") format("truetype");
  /* Legacy iOS */
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "SourceSansProBlack";
  src: url("/css/fonts/SourceSansPro-Black.ttf") format("truetype");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "SourceSansProSemiBold";
  src: url("/css/fonts/SourceSansPro-SemiBold.ttf") format("truetype");
  /* Legacy iOS */
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
/***************************************************************
FRAMEWORK VARIABLES
****************************************************************/
/****************************************************************
Widths
****************************************************************/
/* old */
/****************************************************************
Border radius
****************************************************************/
/* old */
/***************************************************************
MOBILE MIXINS
****************************************************************/
/***************************************************************
OTHER MIXINS
****************************************************************/
/* GE COLORS */
/* VOLUSON COLORS */
/* COLOR DEFINITON */
/* NEW GE COLORS */
/* BACKGROUND COLORS */
.bgGrey100 {
  background: #FBF9FD;
  color: #222222;
}

.bgGrey500 {
  background: #C7C8CF;
  color: #222222;
}

.bgGrey250 {
  background: #F4F1F8;
}

/*.bgBorderBottom {
  border-bottom: 1px solid $grey500;
}*/
.colorGrey750 {
  color: #5B5B67;
}

.colorGrey500 {
  color: #C7C8CF !important;
}

.colorGrey1000 {
  color: #222222;
}

.colorWhite {
  color: #fff !important;
}

/* COLOR OVERWRITES EA */
.bgPrimaryColor {
  background: #6022A6;
  color: #fff;
}

.bgMediumGrey {
  background: #6f6d7e;
  color: #fff;
}

.bgLightGrey {
  background: #AFBECE;
  color: #162941;
}
.bgLightGrey * {
  color: #162941;
}

.bgLightestGrey {
  background-color: #F3F8FD;
  color: #162941;
}

.bgWhite {
  background: #fff;
  color: #162941;
}

.bgWhiteDarkend {
  background: #F7F7FF;
  color: #443C81;
}

.bgLightPurple {
  background: #9F9EC9;
  color: #fff;
}
.bgLightPurple p, .bgLightPurple div.p, .bgLightPurple div.small {
  color: #fff;
}

.bgDarkestPurple {
  background-color: #120C3C;
  color: #fff;
}
.bgDarkestPurple h1, .bgDarkestPurple h2, .bgDarkestPurple h3, .bgDarkestPurple h4, .bgDarkestPurple h5, .bgDarkestPurple h6, .bgDarkestPurple p, .bgDarkestPurple .p, .bgDarkestPurple .small, .bgDarkestPurple .teaser, .bgDarkestPurple a {
  color: #fff;
}
.bgDarkestPurple .pretitle {
  color: #9F9EC9;
}
.bgDarkestPurple .swiper-pagination-bullet {
  background: #fff;
}

.bgDarkPurple {
  background-color: #411771;
  color: #fff;
}
.bgDarkPurple h1, .bgDarkPurple h2, .bgDarkPurple h3, .bgDarkPurple h4, .bgDarkPurple h5, .bgDarkPurple h6, .bgDarkPurple p, .bgDarkPurple .p, .bgDarkPurple .small, .bgDarkPurple .teaser, .bgDarkPurple a {
  color: #fff;
}
.bgDarkPurple .pretitle {
  color: #9F9EC9;
}

/* STANDARD ELEMENTS */
h1.display {
  font-size: 3rem;
  font-size: clamp(3rem, 0.2222222222rem + 7.4074074074vw, 5.5rem);
  line-height: 3.5rem;
  line-height: clamp(3.5rem, 0.1666666667rem + 8.8888888889vw, 6.5rem);
  letter-spacing: -1.25px;
}

h1 {
  font-size: 2.25rem;
  font-size: clamp(2.25rem, 0.3055555556rem + 5.1851851852vw, 4rem);
  line-height: 3rem;
  line-height: clamp(3rem, 1.3333333333rem + 4.4444444444vw, 4.5rem);
  letter-spacing: -2px;
  margin-bottom: 1rem;
  color: #222222;
  /*@include for-phone{
    margin-bottom: 3rem;
  }*/
}
h1.noMarginBottom {
  margin-bottom: 0 !important;
}

h2, .h2, .h2 h1 {
  font-size: 1.75rem;
  font-size: clamp(1.75rem, 0.3611111111rem + 3.7037037037vw, 3rem);
  line-height: 2.25rem;
  line-height: clamp(2.25rem, 0.8611111111rem + 3.7037037037vw, 3.5rem);
  letter-spacing: -1.25px;
  color: #222222;
  margin-bottom: 1rem;
}
h2.marginBottom, .h2.marginBottom, .h2 h1.marginBottom {
  margin-bottom: 2rem;
  margin-bottom: clamp(2rem, 0.8888888889rem + 2.962962963vw, 3rem);
}

h3, .h3, .h3 h2 {
  font-size: 1.625rem;
  font-size: clamp(1.625rem, 0.9305555556rem + 1.8518518519vw, 2.25rem);
  line-height: 2rem;
  line-height: clamp(2rem, 0.8888888889rem + 2.962962963vw, 3rem);
  letter-spacing: -1.25px;
  margin-bottom: 1rem;
}

h4, .h4, .h4 h3 {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.8472222222rem + 0.7407407407vw, 1.375rem);
  line-height: 1.375rem;
  line-height: clamp(1.375rem, 0.6805555556rem + 1.8518518519vw, 2rem);
  letter-spacing: 0;
}

h5, .h5, .h5 h4 {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7361111111rem + 0.3703703704vw, 1rem);
  line-height: 1rem;
  line-height: clamp(1rem, 0.4444444444rem + 1.4814814815vw, 1.5rem);
  letter-spacing: 2px;
  font-weight: bold;
}

h6, .h6, h6 h5 {
  font-size: 0.75rem;
  font-size: clamp(0.75rem, 0.6111111111rem + 0.3703703704vw, 0.875rem);
  line-height: 1rem;
  line-height: clamp(1rem, 1rem + 0vw, 1rem);
  letter-spacing: 2px;
  font-weight: bold;
}

.pretitle {
  font-size: 1rem;
  font-size: clamp(1rem, 0.8611111111rem + 0.3703703704vw, 1.125rem);
  line-height: 1.5rem;
  line-height: clamp(1.5rem, 1.2222222222rem + 0.7407407407vw, 1.75rem);
  letter-spacing: 0.0226rem;
  margin-bottom: 1.5rem;
  color: #222222;
  font-family: SourceSansProSemiBold;
}

.teaser {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.8472222222rem + 0.7407407407vw, 1.375rem);
  line-height: 1.75rem;
  line-height: clamp(1.75rem, 1.4722222222rem + 0.7407407407vw, 2rem);
  margin-bottom: 1.5rem;
  color: #5B5B67;
  letter-spacing: 0;
}
.teaser.marginBottom {
  margin-bottom: 2rem;
  margin-bottom: clamp(2rem, 0.8888888889rem + 2.962962963vw, 3rem);
}
@media (max-width: 767px) {
  .teaser {
    margin-bottom: 1rem;
  }
}

.teaserAdd {
  font-size: 1rem;
  font-size: clamp(1rem, 0.8611111111rem + 0.3703703704vw, 1.125rem);
  line-height: 1.5rem;
  line-height: clamp(1.5rem, 1.2222222222rem + 0.7407407407vw, 1.75rem);
  display: block;
  font-weight: 400;
  color: #5B5B67;
}

div.p, p, main ul {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.8472222222rem + 0.7407407407vw, 1.375rem);
  line-height: 1.75rem;
  line-height: clamp(1.75rem, 1.4722222222rem + 0.7407407407vw, 2rem);
  margin-bottom: clamp(1rem, 0.12rem + 2.35vw, 2rem);
}
div.p:last-child, p:last-child, main ul:last-child {
  margin-bottom: 0;
}

div.small, div.small p {
  font-size: 1rem;
  font-size: clamp(1rem, 0.8611111111rem + 0.3703703704vw, 1.125rem);
  line-height: 1.5rem;
  line-height: clamp(1.5rem, 1.2222222222rem + 0.7407407407vw, 1.75rem);
  margin-bottom: clamp(1rem, 0.06rem + 1.18vw, 1.5rem);
}
div.small:last-child, div.small p:last-child {
  margin-bottom: 0;
}

div.verysmall {
  font-size: 0.6rem;
  font-size: clamp(0.6rem, 0.2944444444rem + 0.8148148148vw, 0.875rem);
  line-height: 0.9rem;
  line-height: clamp(0.9rem, 0.6777777778rem + 0.5925925926vw, 1.1rem);
  margin-bottom: clamp(0.5rem, 0.06rem + 1.18vw, 1rem);
}

caption, .caption {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7361111111rem + 0.3703703704vw, 1rem);
  line-height: 1.375rem;
  line-height: clamp(1.375rem, 1.2361111111rem + 0.3703703704vw, 1.5rem);
}

.quote {
  font-size: clamp(1.375rem, 2vw, 1.625rem);
  line-height: clamp(2rem, 2.25vw, 2.5rem);
  font-size: 1.375rem;
  font-size: clamp(1.375rem, 1.0972222222rem + 0.7407407407vw, 1.625rem);
  line-height: 2rem;
  line-height: clamp(2rem, 1.4444444444rem + 1.4814814815vw, 2.5rem);
  font-style: italic;
}

ul {
  padding-left: 1em;
}

.cardio-description {
  font-size: 18px;
  line-height: 26px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.7222222222rem + 0.7407407407vw, 1.25rem);
  line-height: 1.25rem;
  line-height: clamp(1.25rem, 0.8333333333rem + 1.1111111111vw, 1.625rem);
  text-align: center;
  color: #5B5B67;
}

/* BUTTONS */
.button {
  display: inline-flex;
  font-size: 1rem;
  line-height: 1.125rem;
  font-weight: bold;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0.75rem 1.5rem 0.8rem 1.5rem;
  gap: 10px;
  background: #6022A6;
  border: 1px solid #6022A6;
  border-radius: 0.5rem;
  color: #fff;
  text-decoration: none;
  transition: background-color 0.5s ease-in-out;
  letter-spacing: 0;
  cursor: pointer;
}
.button.small {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
  font-size: 0.875rem;
  line-height: 1rem;
}
@media (min-width: 768px) {
  .button {
    margin-right: 1rem;
  }
}
@media (max-width: 1139px) {
  .button {
    margin-bottom: 1rem;
  }
}
.button:hover, .button:focus {
  background: #411771;
  border: 1px solid #411771;
  color: #fff;
  text-decoration: none;
}
.button.follow {
  background-image: url("/img/follow-inactive.svg");
  background-repeat: no-repeat;
  background-position: 1.5rem center;
  padding-left: 3.25rem;
  background-color: #fff;
  border: 1px solid #6022A6;
  color: #6022A6;
}
.button.follow:hover, .button.follow:focus {
  border: 1px solid #411771;
  color: #411771;
}
.button.follow.following {
  background-image: url("/img/follow.svg");
  background-color: #6022A6;
  border: 1px solid #6022A6;
  color: #fff;
}
.button.follow.following:hover, .button.follow.following:focus {
  background-color: #411771;
  border: 1px solid #411771;
  color: #fff;
  text-decoration: none;
}
.button.white {
  background: #fff;
  border: 1px solid #6022A6;
  color: #6022A6;
}
.button.white:hover, .button.white:focus {
  border: 1px solid #411771;
  color: #411771;
}
.button.white.inactive {
  background: #fff;
  border: 1px solid #AFBECE;
  color: #AFBECE;
}
.button.white.inactive:hover, .button.white.inactive:focus {
  background: #fff;
  border: 1px solid #F3F8FD;
  color: #AFBECE;
}
.button.inactive {
  background: #F3F8FD;
  border: 1px solid #F3F8FD;
  color: #AFBECE;
  cursor: default;
}
.button.inactive:hover, .button.inactive:focus {
  background: #F3F8FD;
  border: 1px solid #F3F8FD;
  color: #AFBECE;
}
.button.purpleButton {
  color: #6022A6;
  background-color: #fff;
  border-radius: 8px;
  border-color: #fff;
}
.button.transparentBackground {
  background: #F4F1F8;
  border: 0;
  color: #222222;
  font-weight: normal;
}
.button.transparentBackground.rounded {
  border-radius: 50px !important;
}
.button.transparentBackground.active {
  background: #6022A6;
  color: #fff;
}
.button.transparentBackground:hover {
  background: #411771;
  color: #fff;
}
.button.purpleBorder {
  background-color: transparent;
  color: #6022A6;
  border-color: #6022A6;
  font-weight: normal;
}
@media (max-width: 767px) {
  .button {
    width: 100%;
  }
}

.indent_heading {
  /*width: 64.5%;*/
  width: 69%;
}
@media (max-width: 767px) {
  .indent_heading {
    width: 100%;
  }
}
.indent_heading.centered {
  width: 100%;
  /*padding: 0 12.625rem;*/
  padding: 0 17.75%;
}
@media (max-width: 767px) {
  .indent_heading.centered {
    padding: 0;
  }
}

.indent_heading_small {
  width: 700px;
  max-width: 100%;
}
@media (max-width: 76.5rem) {
  .indent_heading_small {
    width: 100%;
  }
}

.footnote {
  padding-top: 0;
}
.footnote article:first-child {
  border-top: 1px solid #C7C8CF;
  padding-top: 1.5rem;
}
.footnote .p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
.footnote .p:last-child {
  margin-bottom: 0;
}

.table.cookielist {
  font-size: 0.75rem;
  margin: 0.5rem 0 2rem 0;
}
.table.cookielist thead th {
  font-size: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.table.cookielist thead th:last-child {
  padding-right: 0;
}
.table.cookielist td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.table.cookielist td:last-child {
  padding-right: 0;
}
.table.bordervertical tbody tr:nth-child(odd) {
  background: #FBF9FD;
}
.table.bordervertical tbody tr:last-child {
  background: none;
}
.table.bordervertical tr td, .table.bordervertical tr th {
  border-right: 1px solid #F4F1F8;
  padding: 1rem;
  text-align: center;
  vertical-align: middle;
}
.table.bordervertical tr td:last-child, .table.bordervertical tr th:last-child {
  border-right: 0;
}
.table.bordervertical tr td:first-child, .table.bordervertical tr th:first-child {
  text-align: left;
}
.table.bordervertical tr:last-child td, .table.bordervertical tr:first-child th {
  border-right: 0;
}
.table thead th {
  border-top: 0;
  border-bottom: 1px solid #C7C8CF;
  font-weight: normal;
  color: #222222;
  font-size: 1.375rem;
  line-height: 1.5rem;
  padding: 2rem 2rem 2rem 0;
}
.table td {
  padding: 1.5rem 2rem 1.5rem 0;
  border-bottom: 1px solid #C7C8CF;
  color: #5B5B67;
}
.table td.right:last-child {
  padding-right: 0;
}
.table td.right:last-child .button {
  margin-right: 0;
}
.table td.right:last-child .icon {
  margin-left: 1rem;
  cursor: pointer;
}
.table td.right:last-child .icon img {
  height: 20px;
  max-width: 20px;
  width: auto;
}
.table td.right:last-child .icon:first-child {
  margin-left: 0;
}
.table tr:last-child td {
  border-bottom: 0;
  padding-bottom: 0;
}
@media (max-width: 767px) {
  .table:not(.mobile-scroll) thead, .table:not(.mobile-scroll) th {
    display: none;
  }
  .table:not(.mobile-scroll) td {
    padding: 0.25rem 0;
    display: block;
    border: 0;
    color: #5B5B67;
  }
  .table:not(.mobile-scroll) td::before {
    content: attr(data-th) ":";
    display: inline-block;
    color: #222222;
    margin-right: 0.25em;
  }
  .table:not(.mobile-scroll) td.no-data::before {
    content: "";
    margin: 0;
  }
  .table:not(.mobile-scroll) td.right {
    text-align: left;
    padding-top: 1rem;
  }
  .table:not(.mobile-scroll) tr {
    padding: 2rem 0;
    display: block;
    border-bottom: 1px solid #C7C8CF;
  }
  .table:not(.mobile-scroll) tr:first-child {
    padding-top: 1rem;
  }
  .table:not(.mobile-scroll) tr:last-child {
    padding-bottom: 0;
    border-bottom: 0;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  height: 25px;
  width: 30px;
  display: block;
  float: left;
  cursor: pointer;
  background: red;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.8;
}

.hamburger-box {
  width: 100%;
  height: 100%;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 100%;
  height: 2px;
  background-color: #222222;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Collapse
 */
.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.15s;
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -20px;
  transition: top 0.3s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 0.12s 0.3s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.15s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.32s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
}

html {
  scroll-padding-top: 5.25rem;
}

body {
  margin: 0;
  padding: 0;
  color: #5B5B67;
  background: #fff;
  font-family: "SourceSansPro", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

section {
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-position: center top;
  padding: 2.375rem 1.25rem;
}
@media (max-width: 767px) {
  section.splitermobile {
    padding-top: 0;
  }
  section.splitermobile article:first-child {
    border-top: 1px solid #C7C8CF;
    padding-top: 2.375rem;
  }
}
section.bgBorderBottom {
  padding-bottom: 0;
}
section.bgBorderBottom article {
  border-bottom: 1px solid #C7C8CF;
  padding-bottom: 2.375rem;
}
@media (min-width: 768px) {
  section.bgBorderBottom article {
    padding-bottom: 3.25rem;
  }
}
@media (min-width: 1140px) {
  section.bgBorderBottom article {
    padding-bottom: 6rem;
  }
}
section.smallsection {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
section.smallsection .grid .item {
  aspect-ratio: unset;
  justify-content: unset;
}
section.smallsection .grid .item .teaser {
  color: #222222;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  section {
    padding: 3.25rem 1.5rem;
  }
}
@media (min-width: 1140px) {
  section {
    padding: 6rem 2.625rem;
  }
}
section.noPaddingLeftRight {
  padding-left: 0;
  padding-right: 0;
}
section.backgroundDark {
  background-color: #222222;
  overflow: hidden;
}
section.backgroundDark .pretitle, section.backgroundDark a, section.backgroundDark.articles .articles-link a {
  color: #fff;
}
section.backgroundDark.articles .articles-link a:after {
  content: url("/img/caret-right-white.svg");
}
section.backgroundDark .p, section.backgroundDark p {
  color: #fff;
}
section.primaryColor {
  background-color: #6022A6;
}
section.primaryColor .button {
  background-color: #fff;
  border: #fff;
  color: #6022A6;
}
section.backgroundExtraLightGrey {
  background-color: #FBF9FD;
}
section.backgroundExtraLightGrey h2, section.backgroundExtraLightGrey h3 {
  color: #222222;
}
section.backgroundLightGrey {
  background-color: #F4F1F8;
}
section.backgroundLightGrey h2, section.backgroundLightGrey h3 {
  color: #222222;
}
section.backgroundLightGrey .big .left {
  background-color: #F3F8FD;
}
section.backgroundLightGrey .big .right {
  background-image: linear-gradient(#6022A6 85%, #F3F8FD 15%);
}
section.backgroundLightGrey .big .small {
  color: #fff;
}
section.backgroundFocused {
  background-color: #222222;
}
section.backgroundFocused .pretitle, section.backgroundFocused a {
  color: #fff;
}
section.backgroundFocused a:after {
  content: url("/img/caret-right-white.svg");
}
section.backgroundFocused#image-gallery .trackLink:after {
  content: url("/img/caret-right-white.svg");
}
section.white h1, section.white h2, section.white .h2, section.white .h3, section.white .h4, section.bgWhite h1, section.bgWhite h2, section.bgWhite .h2, section.bgWhite .h3, section.bgWhite .h4 {
  color: #222222;
}
section.white .p, section.white .teaser, section.white .small, section.white p, section.bgWhite .p, section.bgWhite .teaser, section.bgWhite .small, section.bgWhite p {
  color: #5B5B67;
}
section#hero {
  height: 46.875rem;
  background-color: #F4F1F8;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}
@media (min-width: 768px) and (max-width: 1139px) {
  section#hero {
    height: auto;
    min-height: 27rem;
  }
}
section#hero.primary {
  background-color: #6022A6;
}
section#hero.primary .pretitle, section#hero.primary h1 {
  color: #fff;
}
section#hero.primary .teaser {
  color: #fff;
}
section#hero.darkfont .pretitle, section#hero.darkfont h1 {
  color: #222222;
}
section#hero.darkfont .teaser {
  color: #5B5B67;
}
section#hero.brightfont {
  background-color: #C7C8CF;
}
section#hero.brightfont .pretitle, section#hero.brightfont h1 {
  color: #fff;
}
section#hero.brightfont .teaser {
  color: #fff;
}
@media (min-width: 768px) {
  section#hero.brightfont .button.purpleBorder {
    color: #fff;
    border-color: #fff;
  }
}
section#hero .pretitle {
  color: #222222;
}
@media (max-width: 767px) {
  section#hero {
    background-color: #F4F1F8;
    height: fit-content;
    background-position: 60% 0;
    background-size: auto 90%;
    background-repeat: no-repeat;
  }
  section#hero .twocol {
    padding-top: 30.4rem;
  }
}
section#hero.home {
  background-image: url(/img/hero-main.webp);
}
@media (max-width: 767px) {
  section#hero.home {
    background-image: url(/img/hero-main-mobile.webp);
    max-height: inherit;
    background-color: #fff;
    background-size: 100% auto;
    background-position: top center;
  }
  section#hero.home .twocol {
    padding-top: calc(74% + 2rem);
  }
  section#hero.home .twocol h1 {
    margin-bottom: 1rem;
  }
  section#hero.home .twocol .teaser {
    margin-bottom: 0;
  }
}
section#hero.faqs {
  background-image: url(/img/hero-faq.webp);
}
@media (max-width: 767px) {
  section#hero.faqs {
    background-image: url(/img/hero-faq-mobile.webp);
  }
}
section#hero.contact {
  background-image: url(/img/hero-contact.webp);
}
@media (max-width: 767px) {
  section#hero.contact {
    background-image: url(/img/hero-contact-mobile.webp);
  }
}
section#hero.authors {
  background-image: url(/img/hero-authors.webp);
}
@media (max-width: 767px) {
  section#hero.authors {
    background-image: url(/img/hero-authors-mobile.webp);
  }
}
section#hero.journal {
  background-image: url(/img/hero-journal.webp);
}
@media (max-width: 767px) {
  section#hero.journal {
    background-image: url(/img/hero-journal-mobile.webp);
  }
}
section#hero.education {
  background-image: url(/img/hero-education.webp);
}
@media (max-width: 767px) {
  section#hero.education {
    background-image: url(/img/hero-education-mobile.webp);
  }
}
section#hero.made-for-poc {
  background-image: url(/img/hero-made-for-your-poc.webp);
}
@media (max-width: 767px) {
  section#hero.made-for-poc {
    background-image: url(/img/hero-made-for-your-poc-mobile.webp);
  }
}
section#hero.mypocus {
  background-image: url(/img/hero-my-pocus.webp);
  background-size: auto 100%;
}
@media (max-width: 767px) {
  section#hero.mypocus {
    background-image: url(/img/hero-my-pocus-mobile.webp);
  }
}
@media (max-width: 767px) {
  section#hero.mobiletextbelow {
    background-color: #fff;
    background-size: 100% auto;
    background-position: top center;
    border-bottom: 1px solid #C7C8CF;
  }
  section#hero.mobiletextbelow .twocol {
    padding-top: 80%;
  }
  section#hero.mobiletextbelow .twocol .pretitle, section#hero.mobiletextbelow .twocol h1 {
    color: #222222;
  }
  section#hero.mobiletextbelow .twocol h1 {
    margin-bottom: 1rem;
  }
}
section#hero.small {
  max-height: 34.375rem;
}
@media (max-width: 767px) {
  section#hero.small {
    max-height: inherit;
    background-color: #fff;
    background-size: 100% auto;
    background-position: top center;
  }
  section#hero.small .twocol {
    padding-top: calc(74% + 2rem);
  }
  section#hero.small .twocol h1 {
    margin-bottom: 1rem;
  }
  section#hero.small .twocol .teaser {
    margin-bottom: 0;
  }
}

article {
  max-width: 71.25rem;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}
@media (min-width: 768px) {
  article {
    padding: 0;
  }
}
article.padding {
  padding: 0;
}
@media (max-width: 767px) {
  article.padding {
    padding: 0;
  }
}
article.big {
  max-width: 83.43rem;
  display: grid;
  grid-template-columns: 0.5fr 0.7fr;
}
@media (max-width: 1139px) {
  article.big {
    height: 650px;
  }
}
@media (min-width: 1140px) {
  article.big {
    height: 750px;
  }
}
article.big .left {
  background-color: #fff;
  position: relative;
}
article.big .right {
  background-image: linear-gradient(#6022A6 85%, #fff 15%);
}

main {
  margin-top: 5.25rem;
  overflow-x: hidden;
}

section article img {
  max-width: 100%;
}

*:focus, *:active {
  outline: none;
}

.overflowHidden {
  overflow: hidden;
}

a {
  color: #6022A6;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
  color: #6022A6;
}

body.template h1, body.template h2, body.template h3, body.template h4, body.template h5, body.template h6 {
  margin-top: 3rem;
}

.grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(13rem, 1fr));
  gap: 1.5rem;
}
@media (max-width: 767px) {
  .grid {
    gap: 1.25rem;
  }
}
.grid .item {
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.grid.fourcol {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .grid.fourcol {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 400px) {
  .grid.fourcol {
    grid-template-columns: 1fr;
  }
}
.grid.fourcol.flexed .item {
  aspect-ratio: unset;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  margin-bottom: 3.5rem;
}
@media (max-width: 767px) {
  .grid.fourcol.flexed .item {
    margin-bottom: 1.5rem;
  }
}
.grid.threecol {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .grid.threecol {
    grid-template-columns: 1fr;
  }
}

.bgPrimaryColor {
  background-color: #6022A6;
  color: #fff;
}
.bgPrimaryColor .p, .bgPrimaryColor p {
  color: #C7C8CF;
}
.bgPrimaryColor h1, .bgPrimaryColor h2 {
  color: #fff;
}

.primaryColor {
  color: #6022A6;
}

.bgBlack {
  background-color: #1f1f1f;
  color: #fff;
}
.bgBlack * {
  color: #fff;
}

.bgSecondaryColor {
  background-color: #9F9EC9;
  color: #fff;
}

.white {
  color: #fff;
}

.black {
  color: #1f1f1f;
}

.smallPadding {
  padding-top: 4rem;
  padding-bottom: 2rem;
}
@media (max-width: 767px) {
  .smallPadding {
    padding-top: 3rem;
  }
}

.extraSmallPadding {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.smallPaddingTop {
  padding-top: 2rem;
}

.smallPaddingBottom {
  padding-bottom: 3rem;
}

.noPaddingTop {
  padding-top: 0;
}

.noPaddingBottom {
  padding-bottom: 0;
}
.noPaddingBottom .teaser {
  margin-bottom: 0;
}

.noPaddingV {
  padding-top: 0;
  padding-bottom: 0;
}

.textLessWidth:first-child {
  position: relative;
}

.imageOverFlow {
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .imageOverFlow img {
    position: absolute;
    max-width: 480px;
  }
}

@media (max-width: 767px) {
  .desktop {
    display: none;
  }
}

@media (min-width: 768px) {
  .mobile {
    display: none;
  }
}

.fordesktop {
  display: none;
}
@media (min-width: 1140px) {
  .fordesktop {
    display: block;
  }
}

.tablet {
  display: none;
}
@media (max-width: 1139px) {
  .tablet {
    display: block;
  }
}

.spaceLeft {
  margin-left: 40%;
}
@media (max-width: 767px) {
  .spaceLeft {
    margin-left: 0;
  }
}

.spaceRight {
  margin-right: 40%;
}
@media (max-width: 767px) {
  .spaceRight {
    margin-right: 0;
  }
}

.mobileBlock {
  display: inline;
}
@media (max-width: 767px) {
  .mobileBlock {
    display: block;
  }
}

.desktopBlock {
  display: block;
}
@media (max-width: 767px) {
  .desktopBlock {
    display: inline;
  }
}

p:last-child, div.p:last-child {
  margin-bottom: 0;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}

.embedWrapper > * {
  margin-left: auto;
  margin-right: auto;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.topcol.centered {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .topcol.centered {
    text-align: center;
    margin-bottom: 3.5rem;
  }
}
.topcol.centered h2 {
  margin-bottom: 1rem;
}

a {
  color: #6022A6;
  text-decoration: none;
}

a.trackLink {
  position: relative;
}

a.trackLink:not(.button):after {
  content: url("/img/caret-right.svg");
  margin-left: 0.75rem;
  position: absolute;
  top: 2px;
}

a.trackDownload.downloadLink:after {
  content: url("/img/download-icon.svg");
  margin-left: 0.75rem;
  padding-top: 0;
}

a.watchVideo:after {
  content: url("/img/play-small.svg");
  margin-left: 0.75rem;
  position: absolute;
  top: 2px;
}

a.exploreApp:after {
  content: url("/img/mobile-device-small.svg") !important;
  margin-left: 0.75rem !important;
  position: absolute;
  top: 1px;
  right: -15px;
}
@media (min-width: 1140px) {
  a.exploreApp:after {
    right: -20px;
  }
}

a.exploreApp {
  width: fit-content;
}

a.whatsBox:after {
  position: absolute;
  top: 1px;
}

.twocol {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}
.twocol.smallgap {
  gap: 0.5rem 1.5rem;
}
@media (min-width: 768px) {
  .twocol {
    grid-template-columns: 1fr 1fr;
  }
}
.twocol.flexed .item {
  aspect-ratio: unset;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.twocol.centered {
  align-items: center;
}
@media (max-width: 1139px) {
  .twocol.backgroundWhite {
    gap: 1.5rem;
  }
}
.twocol.backgroundWhite .boxes {
  background-color: #fff;
  border-radius: 0.5rem;
  display: flex;
  flex-direction: column;
}
@media (max-width: 76.5rem) {
  .twocol.backgroundWhite .boxes {
    border-radius: 0.375rem;
  }
}
.twocol.backgroundWhite .boxes img {
  border-radius: 0.5rem 0.5rem 0 0;
}
@media (max-width: 76.5rem) {
  .twocol.backgroundWhite .boxes img {
    border-radius: 0.375rem 0.375rem 0 0;
  }
}
.twocol.backgroundWhite .boxes .info {
  padding: 3rem 3.5rem;
}
.twocol.backgroundWhite .boxes .info h3 + .button {
  margin-top: 1rem;
}
.twocol.backgroundWhite .boxes .info .button {
  margin-top: 0.5rem;
}
@media (max-width: 1139px) {
  .twocol.backgroundWhite .boxes .info {
    padding: 1.5rem 2rem;
  }
}
@media (max-width: 767px) {
  .twocol.backgroundWhite .boxes .info {
    padding: 1.5rem;
  }
}
.twocol.center {
  align-items: center;
}
.twocol h2 {
  max-width: 90%;
}
.twocol.twocol4060 {
  grid-column: 1;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .twocol.twocol4060 {
    grid-template-columns: 0.4fr 0.6fr;
  }
}
@media (max-width: 767px) {
  .twocol.twocol4060.revert > :first-child {
    grid-column: 1;
  }
  .twocol.twocol4060.revert > :last-child {
    grid-column: 1;
  }
}
@media (min-width: 768px) {
  .twocol.twocol4060.revert {
    grid-template-columns: 0.6fr 0.4fr;
  }
}
@media (min-width: 768px) {
  .twocol.revert {
    grid-auto-flow: dense;
  }
  .twocol.revert > :first-child {
    grid-column: 2;
  }
  .twocol.revert > :last-child {
    grid-column: 1;
  }
}
.twocol.vcenter {
  align-items: center;
}
.twocol.vtop {
  align-items: start;
}
.twocol.vbottom {
  align-items: end;
}
@media (min-width: 768px) {
  .twocol.textLessWidth {
    grid-template-columns: 0.75fr 1fr;
  }
}
.twocol .box {
  padding: 2rem;
  padding-top: 9rem;
}
@media (max-width: 767px) {
  .twocol .box {
    margin: 0 -1.5rem -4rem -1.5rem;
    padding: 9rem 1.5rem 3.5rem 1.5rem;
  }
}
.twocol .box h2 {
  margin-bottom: 0.1rem;
  margin-bottom: clamp(0.1rem, -0.0111111111rem + 0.2962962963vw, 0.2rem);
}
.twocol .box .p, .twocol .box p {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .twocol .box {
    padding: 6rem 9rem;
    margin: 0 -4rem;
  }
}
.twocol .boximg {
  display: flex;
  justify-content: flex-end;
}
.twocol .boximg img {
  width: 125%;
  max-width: none;
}
@media (max-width: 1139px) {
  .twocol .boximg img {
    width: 70%;
  }
}
@media (max-width: 767px) {
  .twocol .boximg img {
    width: 100%;
  }
}
.twocol.twocol75 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .twocol.twocol75.portrait {
    grid-template-columns: 0.7fr 0.5fr;
  }
}
@media (min-width: 768px) {
  .twocol.twocol75 {
    grid-template-columns: 0.7fr 0.5fr;
  }
}
@media (min-width: 768px) {
  .twocol.twocol75.revert {
    grid-template-columns: 0.5fr 0.7fr;
  }
}
.twocol.twocol57 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .twocol.twocol57 {
    grid-template-columns: 0.5fr 0.7fr;
  }
}
@media (min-width: 768px) {
  .twocol.twocol57.revert {
    grid-template-columns: 0.7fr 0.5fr;
  }
}
.twocol.twocol84 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .twocol.twocol84 {
    grid-template-columns: 0.8fr 0.4fr;
  }
}
.twocol.twocol93 {
  grid-template-columns: 1fr;
  gap: 7rem;
}
@media (min-width: 768px) {
  .twocol.twocol93 {
    grid-template-columns: 0.9fr 0.3fr;
  }
}
@media (max-width: 767px) {
  .twocol.twocol93 {
    gap: 2.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .twocol.twocol93.tabletonecol {
    display: block;
  }
  .twocol.twocol93.tabletonecol .detailheader, .twocol.twocol93.tabletonecol .author, .twocol.twocol93.tabletonecol .text, .twocol.twocol93.tabletonecol .shareicons, .twocol.twocol93.tabletonecol .content-text {
    margin-right: 10%;
  }
  .twocol.twocol93.tabletonecol .content-text .text {
    margin-right: 0;
  }
}
.twocol.twocol39 {
  gap: 7rem;
  grid-template-columns: 0.3fr 0.9fr;
}
.twocol.twocol39 img {
  width: 250px;
}
@media (max-width: 767px) {
  .twocol.twocol39 .item {
    margin-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .twocol.twocol84.revert {
    grid-template-columns: 0.4fr 0.8fr;
  }
}
.twocol.twocol48 {
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .twocol.twocol48 {
    grid-template-columns: 0.4fr 0.8fr;
  }
}
@media (min-width: 768px) {
  .twocol.twocol48.revert {
    grid-template-columns: 0.8fr 0.4fr;
  }
}
.twocol > div {
  position: relative;
}
.twocol > div.boximg {
  z-index: 1;
}
@media (max-width: 1139px) {
  .twocol > div.boximg {
    margin-bottom: -7rem;
    margin-left: -1.5rem;
    justify-content: flex-start;
  }
}
@media (min-width: 1140px) {
  .twocol.outsetImageHome img.imageHome {
    position: relative;
    right: auto;
    left: -4rem;
    width: calc(100% + 4rem);
    max-width: none;
  }
}
@media (min-width: 1140px) {
  .twocol.outsetImage img {
    position: relative;
    right: -4rem;
  }
  .twocol.outsetImage.article img {
    position: relative;
    right: auto;
    left: -4rem;
    width: calc(100% + 4rem);
    max-width: none;
  }
  .twocol.outsetImage.article > *:first-child {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .twocol.outsetImage.revert img {
    left: -4rem;
  }
}
@media (min-width: 1140px) {
  .twocol.outsetImage.revert img {
    left: -8rem;
  }
}
@media (min-width: 768px) {
  .twocol.outsetImageLeft img {
    position: relative;
    left: -3rem;
    width: calc(100% + 3rem);
    max-width: none;
  }
}
@media (min-width: 768px) {
  .twocol.outsetImageRight img {
    position: relative;
    right: -3rem;
    width: calc(100% + 3rem);
    max-width: none;
  }
}
.twocol.article {
  gap: 2rem;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .twocol.article {
    gap: 7.5rem;
  }
}
.twocol.article a {
  color: #9F9EC9;
}
@media (min-width: 768px) {
  .twocol.largegap {
    gap: 7.5rem;
  }
}

.faqs .item {
  margin: 0;
  overflow: hidden;
  padding-bottom: 0;
}
.faqs .item .small {
  font-size: 16px;
  line-height: 24px;
  display: none;
  color: #5B5B67;
}

.modal-content {
  border-radius: 0;
}

.configureModal .digitalToolsAirPrice {
  color: #222222;
}
.configureModal .modal-body h4, .configureModal .modal-body .headline {
  color: #222222;
}
.configureModal .modal-header {
  border-bottom: none;
  padding-top: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.configureModal .modal-header h3 {
  color: #222222;
}
@media (min-width: 1140px) {
  .configureModal .modal-header {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.configureModal .modal-content {
  position: relative;
}
@media (max-width: 767px) {
  .configureModal .modal-content {
    height: 100%;
  }
}
.configureModal .modal-content .modalClose {
  position: absolute;
  border: none;
  padding: 0;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  z-index: 10;
  background-color: transparent;
}
@media (max-width: 767px) {
  .configureModal .modal-content .modalClose {
    position: fixed;
    top: 1rem;
  }
}
@media (min-width: 1140px) {
  .configureModal .modal-content .modalClose {
    position: absolute;
  }
}
.configureModal .modal-content .modalClose.noBackground {
  background-color: transparent;
}
.configureModal .modal-dialog {
  max-width: none;
  width: 100%;
}
@media (max-width: 1139px) {
  .configureModal .modal-dialog {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (min-width: 1140px) {
  .configureModal .modal-dialog {
    max-width: 59.125rem;
    width: 100%;
  }
}
.configureModal .modal-footer {
  border-top: none;
  justify-content: center;
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 767px) {
  .configureModal .modal-footer {
    flex-direction: column-reverse;
  }
}
@media (min-width: 1140px) {
  .configureModal .modal-footer {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}
.configureModal .modal-footer .hiddenButton {
  display: none;
}
.configureModal .modal-body {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.configureModal .modal-body .validateText {
  display: none;
  color: #A32940;
}
.configureModal .modal-body .tooltiptext {
  font-size: 10px;
}
.configureModal .modal-body .unit.img {
  background: #FBF9FD;
  margin-bottom: 1.5rem;
  padding: 1rem;
  aspect-ratio: 1/1;
  border-radius: 0.5rem;
}
@media (max-width: 76.5rem) {
  .configureModal .modal-body .unit.img {
    border-radius: 0.375rem;
  }
}
.configureModal .modal-body img {
  width: 100%;
}
.configureModal .modal-body .firstLine {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .configureModal .modal-body .firstLine {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .configureModal .modal-body .firstLine .priceTextConfigure {
    margin-bottom: 1rem;
  }
}
.configureModal .modal-body h3 {
  color: #222222;
}
.configureModal .modal-body p {
  margin-bottom: 1rem;
}
.configureModal .modal-body a {
  color: #6022A6;
}
.configureModal .modal-body .radioBlockContainer {
  margin-bottom: 1rem;
}
@media (min-width: 1140px) {
  .configureModal .modal-body .radioBlockContainer {
    margin-bottom: 2rem;
  }
}
.configureModal .modal-body .radioBlockContainer .form-check-input {
  margin-left: 0;
  border: none;
  margin-top: 0;
}
.configureModal .modal-body .radioBlockContainer .form-check-input:checked {
  background-color: transparent;
}
.configureModal .modal-body .radioBlockContainer .form-check-input:focus {
  box-shadow: none;
}
.configureModal .modal-body .radioBlockContainer .form-check-label {
  display: flex;
  justify-content: space-between;
}
.configureModal .modal-body .radioBlockContainer .packagePrice {
  margin-right: 2rem;
  color: #222222;
}
.configureModal .modal-body .radioBlockContainer label {
  width: 100%;
  display: inline-block;
  margin-left: 2rem;
  margin-top: 0.5rem;
  margin-top: 0.5rem;
}
.configureModal .modal-body .radioBlockContainer {
  position: relative;
}
.configureModal .modal-body .radioBlockContainer input[type=radio] {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
}
.configureModal .modal-body .radioBlockContainer input[type=radio]:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: transparent;
  border: 2px solid #f5f5f5;
  border-radius: 50%;
}
.configureModal .modal-body .radioBlockContainer input[type=radio]:checked:after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 14px;
  background: #3a73ba;
  border: 2px solid #3a73ba;
  border-radius: 50%;
  position: absolute;
  left: 5px;
  top: 5px;
}
.configureModal .modal-body .disclaimerText {
  margin-bottom: 1rem;
}
.configureModal .modal-body .form-check-label {
  display: flex;
  justify-content: space-between;
}
.configureModal .modal-body .small {
  margin-top: 1.5rem;
}
@media (min-width: 1140px) {
  .configureModal .modal-body .small {
    margin-top: 2rem;
  }
}
@media (min-width: 1140px) {
  .configureModal .modal-body {
    padding-left: 6rem;
    padding-right: 6rem;
  }
}

.modal-header {
  border-radius: 0;
}

.modal.airModal .modal-content {
  position: relative;
}
.modal.airModal .modal-content .modalClose {
  position: fixed;
  background-color: transparent;
  filter: drop-shadow(0px 1px 1px #222222);
  border: none;
  padding: 0;
  top: 2rem;
  right: 2rem;
  cursor: pointer;
  z-index: 10;
}
@media (max-width: 767px) {
  .modal.airModal .modal-content .modalClose {
    right: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .modal.airModal .modal-content .modalClose {
    right: 3rem;
  }
}
@media (min-width: 1140px) {
  .modal.airModal .modal-content .modalClose {
    background-color: transparent;
    position: absolute;
  }
}
.modal.airModal .modal-content .modalClose.noBackground {
  background-color: transparent;
}
.modal.airModal .modal-header {
  height: 22.5rem;
  background-size: cover;
  padding: 3.5rem 6rem;
  align-items: flex-end;
  justify-content: flex-start;
}
@media (max-width: 767px) {
  .modal.airModal .modal-header {
    height: 17rem;
    padding: 2rem 1.5rem;
  }
}
.modal.airModal .modal-header.breakFree {
  background-image: url(/img/hero-breakfree-overlay.webp);
}
@media (max-width: 767px) {
  .modal.airModal .modal-header.breakFree {
    background-image: url(/img/hero-breakfree-overlay-mobile.webp);
  }
}
.modal.airModal .modal-header.breakFree h2 {
  color: #222222;
}
.modal.airModal .modal-header.clearImages {
  background-image: url(/img/hero-clear-images-overlay.webp);
}
@media (max-width: 767px) {
  .modal.airModal .modal-header.clearImages {
    background-image: url(/img/hero-clear-images-overlay-mobile.webp);
  }
}
.modal.airModal .modal-header.storeShare {
  background-image: url(/img/hero-store-share-collaborate-overlay.webp);
}
@media (max-width: 767px) {
  .modal.airModal .modal-header.storeShare {
    background-image: url(/img/hero-store-share-collaborate-overlay-mobile.webp);
  }
}
.modal.airModal .modal-header.storeShare h2 {
  color: #222222;
}
.modal.airModal .modal-header.byYourSide {
  background-image: url(/img/hero-by-your-side-overlay.webp);
}
@media (max-width: 767px) {
  .modal.airModal .modal-header.byYourSide {
    background-image: url(/img/hero-by-your-side-overlay-mobile.webp);
  }
}
.modal.airModal .modal-header.whatsInTheBox {
  background-image: url(/img/whats-in-the-box-hero.webp);
}
@media (max-width: 767px) {
  .modal.airModal .modal-header.whatsInTheBox {
    background-image: url(/img/whats-in-the-box-hero-mobile.webp);
  }
}
.modal.airModal .modal-header.whatsInTheBox h2 {
  color: #222222;
}
.modal.airModal .modal-header.upgradeNow {
  background-image: none;
  background-color: #6022A6;
}
.modal.airModal .modal-header.whatsInTheBoxDigitalTools {
  background-image: url(/img/digital-tools-overlay-desktop.webp);
}
@media (max-width: 767px) {
  .modal.airModal .modal-header.whatsInTheBoxDigitalTools {
    background-image: url(/img/digital-tools-overlay-mobile.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right;
    background-color: #F3F8FD;
  }
}
.modal.airModal .modal-header.whatsInTheBoxDigitalTools h2 {
  color: #222222;
}
.modal.airModal .modal-dialog {
  max-width: none;
  width: 100%;
}
@media (max-width: 1139px) {
  .modal.airModal .modal-dialog {
    margin-left: 0;
    margin-top: 0;
  }
}
@media (min-width: 1140px) {
  .modal.airModal .modal-dialog {
    max-width: 59.125rem;
    width: 100%;
  }
}
.modal.airModal .modal-dialog .modal-body {
  padding: 0;
}
.modal.airModal .modal-dialog .modal-body .title {
  color: #fff;
}
.modal.airModal .modal-dialog .modal-body .title.dark {
  color: #222222;
}
@media (min-width: 1140px) {
  .modal.airModal .modal-dialog .modal-body .marginbottomModal {
    margin-bottom: 3.5rem;
  }
}
.modal.airModal .modal-dialog .modal-body .downloadList .item:not(:last-child) {
  margin-bottom: 0.5rem;
}
.modal.airModal .modal-dialog .modal-body .capture {
  color: #6f6d7e;
}
.modal.airModal .modal-dialog .modal-body .capture {
  margin-top: 1rem;
}
@media (min-width: 1140px) {
  .modal.airModal .modal-dialog .modal-body .capture {
    margin-top: 1.5rem;
  }
}
.modal.airModal .modal-dialog .modal-body h4 {
  color: #222222;
}
.modal.airModal .modal-dialog .modal-body section {
  padding: 4rem 6rem;
}
@media (max-width: 767px) {
  .modal.airModal .modal-dialog .modal-body section {
    padding: 3rem 1.5rem;
  }
}
.modal.airModal .modal-dialog .modal-body .white h3 {
  color: #222222;
}
.modal.airModal .modal-dialog .modal-body .designAwards {
  max-width: 260px;
  margin-bottom: 3rem;
}
.modal.airModal .modal-dialog .modal-body .grid.twocol.future {
  margin-bottom: 2rem;
}
.modal.airModal .modal-dialog .modal-body .grid.twocol.future .item {
  aspect-ratio: unset;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  border-bottom: 4px solid #5B5B67;
  padding-bottom: 1.5rem;
}
.modal.airModal .modal-dialog .modal-body .grid.twocol.future .item.coral {
  border-color: #F37F63;
}
.modal.airModal .modal-dialog .modal-body .grid.twocol.future .item.green {
  border-color: #19BB7C;
}
.modal.airModal .modal-dialog .modal-body .grid.twocol.future .item.turqoise {
  border-color: #45B2C5;
}
.modal.airModal .modal-dialog .modal-body .grid.twocol.future .item .textblue, .modal.airModal .modal-dialog .modal-body .grid.twocol.future .item .textbig {
  color: #222222;
  font-size: 2.25rem;
  font-size: clamp(2.25rem, 0.3055555556rem + 5.1851851852vw, 4rem);
  line-height: 2.75rem;
  line-height: clamp(2.75rem, 0.8055555556rem + 5.1851851852vw, 4.5rem);
}
.modal.airModal .modal-dialog .modal-body .grid.twocol.future .item .textblue {
  color: #00B5E2;
}
.modal.airModal .modal-dialog .modal-body .grid.twocol.future .item .small {
  font-size: 0.9rem;
  font-size: clamp(0.9rem, 0.7333333333rem + 0.4444444444vw, 1.05rem);
  line-height: 1.3rem;
  line-height: clamp(1.3rem, 1.0777777778rem + 0.5925925926vw, 1.5rem);
}
.modal.airModal .modal-dialog .modal-body .grid.threecol .item {
  flex-direction: column;
}
.modal.airModal .modal-dialog .modal-body .appButtonContainer {
  display: flex;
  gap: 1rem;
}
.modal.airModal .modal-dialog .modal-body .appButtonContainer .item a:after {
  content: none;
}
.modal.airModal .twocol.virtualDemo {
  gap: 0;
}
@media (max-width: 767px) {
  .modal.airModal .twocol.virtualDemo {
    grid-template-columns: 1fr;
    display: none;
  }
}
@media (min-width: 768px) {
  .modal.airModal .twocol.virtualDemo {
    grid-template-columns: 1fr 1fr;
  }
}

#virtualModal2 .purple, #virtualModal1 .purple {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  background-color: #6022A6;
  padding: 1.5rem;
}
@media (min-width: 768px) {
  #virtualModal2 .purple, #virtualModal1 .purple {
    padding: 2.5rem;
  }
}
#virtualModal2 .purple h3, #virtualModal2 .purple .small, #virtualModal1 .purple h3, #virtualModal1 .purple .small {
  color: #fff;
}
@media (min-width: 768px) {
  #virtualModal2 .purple.mobile, #virtualModal1 .purple.mobile {
    display: none;
  }
}
#virtualModal2 .imageContainerVirtual, #virtualModal1 .imageContainerVirtual {
  position: relative;
}
#virtualModal2 .imageContainerVirtual .imageBig, #virtualModal1 .imageContainerVirtual .imageBig {
  max-width: 100%;
  border-top: 18px solid #45B2C6;
}

#formClose {
  padding: 0;
  background-color: transparent;
  border: none;
}

.modal-title-new {
  letter-spacing: -1.25px;
  color: #222222;
}

.header_small {
  gap: 7rem;
}
.header_small.extra_small {
  gap: 13rem;
}
@media (max-width: 767px) {
  .header_small.twocol {
    display: block;
  }
}
.header_small.bright .teaser {
  color: #C7C8CF;
}
@media (max-width: 767px) {
  .header_small.bright .teaser {
    color: #5B5B67;
  }
}
.header_small.bright h1, .header_small.bright .pretitle {
  color: #fff;
}
@media (max-width: 767px) {
  .header_small.bright h1, .header_small.bright .pretitle {
    color: #222222;
  }
}
.header_small.dark h1, .header_small.dark .pretitle {
  color: #222222;
}
.header_small.dark .teaser {
  color: #5B5B67;
  /* @include for-tablet-up{
              max-width: 50%;
            }*/
}
@media (max-width: 767px) {
  .header_small.dark.switch h1 {
    color: #fff;
    margin-bottom: 0.5rem;
  }
  .header_small.dark.switch .teaser {
    color: #fff;
  }
}

.slider, .authorslider, .liveslider {
  overflow: visible;
}
.slider .swiper-slide, .authorslider .swiper-slide, .liveslider .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
}
.slider .swiper-slide img, .authorslider .swiper-slide img, .liveslider .swiper-slide img {
  margin-bottom: 1rem;
}
.slider .swiper-slide .p, .authorslider .swiper-slide .p, .liveslider .swiper-slide .p {
  margin-bottom: 0;
}
.slider .swiper-slide .button, .authorslider .swiper-slide .button, .liveslider .swiper-slide .button {
  margin-top: 1rem;
}
.slider .swiper-button-next,
.slider .swiper-button-prev, .authorslider .swiper-button-next,
.authorslider .swiper-button-prev, .liveslider .swiper-button-next,
.liveslider .swiper-button-prev {
  z-index: 10;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  .slider .swiper-button-next,
  .slider .swiper-button-prev, .authorslider .swiper-button-next,
  .authorslider .swiper-button-prev, .liveslider .swiper-button-next,
  .liveslider .swiper-button-prev {
    top: -4rem;
  }
}
@media (max-width: 767px) {
  .slider .swiper-button-next,
  .slider .swiper-button-prev, .authorslider .swiper-button-next,
  .authorslider .swiper-button-prev, .liveslider .swiper-button-next,
  .liveslider .swiper-button-prev {
    display: none !important;
  }
}
.slider .swiper-button-next .swiper-navigation-icon,
.slider .swiper-button-prev .swiper-navigation-icon, .authorslider .swiper-button-next .swiper-navigation-icon,
.authorslider .swiper-button-prev .swiper-navigation-icon, .liveslider .swiper-button-next .swiper-navigation-icon,
.liveslider .swiper-button-prev .swiper-navigation-icon {
  display: none;
}
.slider .swiper-button-next::after,
.slider .swiper-button-prev::after, .authorslider .swiper-button-next::after,
.authorslider .swiper-button-prev::after, .liveslider .swiper-button-next::after,
.liveslider .swiper-button-prev::after {
  display: none;
}
.slider .swiper-button-next, .authorslider .swiper-button-next, .liveslider .swiper-button-next {
  right: 0;
}
@media (min-width: 768px) {
  .slider .swiper-button-next, .authorslider .swiper-button-next, .liveslider .swiper-button-next {
    right: 0.5rem;
  }
}
.slider .swiper-button-next::before, .authorslider .swiper-button-next::before, .liveslider .swiper-button-next::before {
  content: url(/img/slider-button-blue-right-small.svg);
}
.slider .swiper-button-prev, .authorslider .swiper-button-prev, .liveslider .swiper-button-prev {
  left: 0;
}
@media (min-width: 768px) {
  .slider .swiper-button-prev, .authorslider .swiper-button-prev, .liveslider .swiper-button-prev {
    left: auto;
    right: 4rem;
  }
}
.slider .swiper-button-prev::before, .authorslider .swiper-button-prev::before, .liveslider .swiper-button-prev::before {
  content: url(/img/slider-button-blue-left-small.svg);
}
.slider .swiper-button-disabled, .authorslider .swiper-button-disabled, .liveslider .swiper-button-disabled {
  opacity: 0.25 !important;
}
@media (max-width: 767px) {
  .slider .swiper-button-disabled, .authorslider .swiper-button-disabled, .liveslider .swiper-button-disabled {
    opacity: 0 !important;
  }
}

.gallery-slider .swiper-button-next,
.gallery-slider .swiper-button-prev, .testimonialSlider2 .swiper-button-next,
.testimonialSlider2 .swiper-button-prev {
  z-index: 10;
  width: auto;
  height: auto;
  top: 40%;
  padding: 0;
}
.gallery-slider .swiper-button-next .swiper-navigation-icon,
.gallery-slider .swiper-button-prev .swiper-navigation-icon, .testimonialSlider2 .swiper-button-next .swiper-navigation-icon,
.testimonialSlider2 .swiper-button-prev .swiper-navigation-icon {
  display: none;
}
.gallery-slider .swiper-button-next::after,
.gallery-slider .swiper-button-prev::after, .testimonialSlider2 .swiper-button-next::after,
.testimonialSlider2 .swiper-button-prev::after {
  display: none;
}
.gallery-slider .swiper-button-next, .testimonialSlider2 .swiper-button-next {
  right: -1.5rem;
}
@media (min-width: 768px) {
  .gallery-slider .swiper-button-next, .testimonialSlider2 .swiper-button-next {
    right: 0;
  }
}
.gallery-slider .swiper-button-prev, .testimonialSlider2 .swiper-button-prev {
  left: -1.5rem;
}
.gallery-slider .swiper-button-disabled, .testimonialSlider2 .swiper-button-disabled {
  opacity: 0.25 !important;
}
@media (max-width: 767px) {
  .gallery-slider .swiper-button-disabled, .testimonialSlider2 .swiper-button-disabled {
    opacity: 0 !important;
  }
}
.gallery-slider .swiper-button-next::before, .testimonialSlider2 .swiper-button-next::before {
  content: url(/img/slider-button-blue-right.svg);
}
.gallery-slider .swiper-button-prev::before, .testimonialSlider2 .swiper-button-prev::before {
  content: url(/img/slider-button-blue-left.svg);
}
.gallery-slider .swiper-pagination, .testimonialSlider2 .swiper-pagination {
  text-align: center;
  position: relative;
}
.gallery-slider .swiper-pagination-bullet, .testimonialSlider2 .swiper-pagination-bullet {
  background: #C7C8CF;
  width: 5rem;
  height: 0.3rem;
  border-radius: 0;
  opacity: 1;
}
.gallery-slider .swiper-pagination-bullet-active, .testimonialSlider2 .swiper-pagination-bullet-active {
  background: #6022A6;
}

.testimonialSlider2 .swiper-button-next::before {
  content: url(/img/slider-button-white-right.svg);
}
.testimonialSlider2 .swiper-button-prev::before {
  content: url(/img/slider-button-white-left.svg);
}
.testimonialSlider2 .swiper-button-next {
  z-index: 10;
  right: 1.75rem;
}
@media (max-width: 1139px) {
  .testimonialSlider2 .swiper-button-next {
    display: none !important;
  }
}
.testimonialSlider2 .swiper-button-prev {
  left: -1rem;
  z-index: 10;
}
@media (max-width: 1139px) {
  .testimonialSlider2 .swiper-button-prev {
    display: none !important;
  }
}

article.fullWidthSlider {
  max-width: none;
}
article.fullWidthSlider .sliderBox {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media (max-width: 767px) {
  article.fullWidthSlider .sliderBox {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

.swiper-wrapper {
  display: flex !important;
}

.swiper-slide {
  height: auto !important;
}

.fancybox-image {
  border-radius: 0.5rem;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  border-color: var(--fancybox-accent-color, #6022A6) !important;
}

@media (min-width: 768px) {
  .fancybox__caption {
    width: 70%;
  }
}

article.testimonial {
  max-width: 86rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (max-width: 767px) {
  article.testimonial {
    padding-left: 0;
    padding-right: 0;
  }
}
article.testimonial .sliderBox {
  margin-left: -2.65rem;
  margin-right: -2.65rem;
}
@media (max-width: 1139px) {
  article.testimonial .sliderBox {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
}
@media (max-width: 767px) {
  article.testimonial .sliderBox {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}

.testimonialSlider2 .item {
  padding-bottom: 3.3rem;
}
@media (min-width: 768px) {
  .testimonialSlider2 .item {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
  }
}
@media (max-width: 1139px) {
  .testimonialSlider2 .item {
    padding-bottom: 0;
  }
}
.testimonialSlider2 .item .img {
  position: relative;
  top: 3.3rem;
  z-index: 2;
}
@media (max-width: 767px) {
  .testimonialSlider2 .item .img {
    top: 0;
    width: calc(100% - 1.5rem);
  }
}
.testimonialSlider2 .item .img img {
  border-radius: 0.25rem;
}
@media (min-width: 768px) {
  .testimonialSlider2 .item .img img {
    border-radius: 0.5rem;
  }
}
@media (max-width: 767px) {
  .testimonialSlider2 .item .img img {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}
.testimonialSlider2 .item .text {
  background: #6022A6;
  margin-left: -3.3rem;
  padding: 5rem 7rem 5rem 10.6rem;
  color: #fff;
}
@media (min-width: 768px) {
  .testimonialSlider2 .item .text {
    border-radius: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .testimonialSlider2 .item .text {
    padding: 4rem 2rem 3rem 7.5rem;
  }
}
@media (max-width: 767px) {
  .testimonialSlider2 .item .text {
    position: relative;
    margin: 0;
    margin-top: -5rem;
    padding: 1.5rem;
    padding-top: 4rem;
  }
}
.testimonialSlider2 .item .text .small, .testimonialSlider2 .item .text .p {
  color: #fff;
}
.testimonialSlider2 .item .text .quotationMark {
  position: relative;
  left: -4rem;
  z-index: 3;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .testimonialSlider2 .item .text .quotationMark {
    width: 3rem;
    height: 3rem;
    left: -3rem;
  }
}
@media (max-width: 767px) {
  .testimonialSlider2 .item .text .quotationMark {
    width: 2rem;
    height: 2rem;
    left: 0;
    margin-bottom: 2rem;
  }
}
.testimonialSlider2 .item .text h3 {
  font-style: italic;
  font-weight: 400;
  font-size: clamp(1.375rem, 1.0972222222rem + 0.7407407407vw, 1.625rem);
  line-height: clamp(2rem, 1.4444444444rem + 1.4814814815vw, 2.5rem);
  margin-bottom: 1.5rem;
  color: #fff;
}
.testimonialSlider2 .item .text .small {
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.8472222222rem + 0.7407407407vw, 1.375rem);
  line-height: 1.625rem;
  line-height: clamp(1.625rem, 1.4861111111rem + 0.3703703704vw, 1.75rem);
  margin-bottom: 0.5rem;
  color: #fff;
}
.testimonialSlider2 .item .text .p {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7361111111rem + 0.3703703704vw, 1rem);
  line-height: 1.25rem;
  line-height: clamp(1.25rem, 0.9722222222rem + 0.7407407407vw, 1.5rem);
  margin-bottom: 1.5rem;
  margin-bottom: clamp(1.5rem, -0.1666666667rem + 4.4444444444vw, 3rem);
  color: #fff;
}

.testimonialSlider2 .item .img {
  aspect-ratio: unset;
}

/*
   MARKETO FORM
    */
.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
  color: #797979 !important;
}

.mktoForm label.mktoLabel {
  padding-left: 18px;
}

.succesSentEmailContainer {
  padding-bottom: 300px;
}

.mktoForm .mktoFormRow {
  display: flex !important;
}

/*Contact Area*/
#requestForQuote {
  padding: 100px 0px 100px 0px;
  max-width: 1532px;
  padding-left: 60px;
  padding-right: 60px;
}

form.mktoForm .mktoFormRow {
  width: 100% !important;
  margin-left: -3px;
  margin-right: -3px;
}

.mktoForm .mktoClear {
  width: auto !important;
}

.mktoForm label.mktoLabel, .mktoForm .mktoLabel strong {
  font-weight: normal;
  font-size: 16px !important;
  width: 100% !important;
}

.mktoForm .mktoFieldDescriptor span {
  font-weight: normal;
  font-size: 14px !important;
}

.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: normal !important;
  font-size: 16px !important;
  width: 100% !important;
}

.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
  font-size: 22px;
  font-weight: normal;
}

.mktoForm div, .mktoForm span, .mktoForm label, .mktoForm p {
  color: #797979;
}

.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  text-shadow: 0 0 0 #000;
  font-family: "SourceSansPro", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
  margin: 0px 0px 0px 0px;
  width: 200px;
  background-image: linear-gradient(to bottom, #585194, #635ab1) !important;
  padding: 12px 30px 10px 30px;
  border-radius: 20px;
  display: inline-block;
  border: 0px solid rgb(2, 138, 206) !important;
  min-height: 35px;
  outline: 0;
  font-smoothing: antialiased;
  overflow: hidden;
  text-transform: uppercase;
  font-size: 13px;
  line-height: 13px;
  letter-spacing: 1.5px;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: transform 0.1s;
  transition: transform 0.1s;
  box-shadow: 0px 0px 5px rgba(0, 50, 74, 0.1);
}

/*
.modal .mktoForm .mktoButtonWrap.mktoSimple {
  button {
    float: right;
  }
}*/
form.mktoForm {
  width: 100% !important;
}

/*form.mktoForm .mktoFormCol{*/
/*width: 100% !important*/
/*}		*/
form.mktoForm .mktoTextField, form.mktoForm .mktoEmailField, form.mktoForm .mktoTelField, form.mktoForm textarea {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  padding: 10px;
  width: 100% !important;
}

#MktoPersonNotes {
  background-color: #303030;
  border: 1px solid #fff;
  border-radius: 20px;
  padding: 10px;
  width: 100% !important;
  padding: 10px;
  box-sizing: border-box;
  height: 100px;
}

.mktoLabel span {
  font-size: 20px;
}

form.mktoForm .mktoRequiredField {
  width: 100% !important;
}

.mktoOffset {
  display: none;
}

.mktoForm .mktoAsterix {
  float: left;
  margin-right: 10px;
}

.mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
}

.mktoForm .mktoGutter {
  display: none;
}

.mktoForm .mktoLabel strong {
  font-weight: 400;
}

.mktoCheckboxList {
  width: 100% !important;
}

.mktoFieldWrap {
  width: 100% !important;
}

.mktoForm div {
  width: 100% !important;
}

.mktoSkip {
  margin-left: 0 !important;
}

.mktoValid {
  width: 50px;
}

.mktoError {
  left: 15px !important;
}

.mktoErrorArrowWrap {
  width: 230px !important;
}

div.mktoErrorArrow {
  width: 20px !important;
}

.mktoForm .mktoRadioList > label, .mktoForm .mktoCheckboxList > label {
  margin-left: 0.9em;
  margin-top: -0.1em;
  margin-bottom: 0.3em;
  line-height: 1.2em;
  display: block;
  min-height: 12px;
}

.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
  padding: 0em;
  float: left;
}

/*
#explicit_opt_in{
  position: absolute;
  top: 10px;
  left: 0;
  accent-color: $primaryColor;
}
*/
.mktoForm .mktoFieldDescriptor span {
  margin-left: 0px;
}

input[type=checkbox] {
  accent-color: #6022A6 !important;
}

/*===========================================*/
/*	DESKTOP LAYOUT
/*===========================================*/
@media (min-width: 1200px) {
  #page [data-rgen-id=rg6so] {
    max-width: 90%;
  }
  .mktoForm #FirstName {
    width: 100% !important;
  }
  .mktoForm #PostalCode {
    width: 100% !important;
  }
  .mktoForm #City {
    width: 100% !important;
  }
  .mktoForm .mktoHtmlText {
    padding: 0 !important;
  }
  #page [data-rgen-id=rg6so] {
    max-width: 90%;
  }
  .mktoForm #FirstName {
    width: 100% !important;
  }
  .mktoForm #PostalCode {
    width: 100% !important;
  }
  .mktoForm #City {
    width: 100% !important;
  }
  .mktoForm .mktoHtmlText {
    padding: 0 !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .mktoForm #FirstName {
    width: 100% !important;
  }
  .mktoForm #PostalCode {
    width: 100% !important;
  }
  .mktoForm #City {
    width: 100% !important;
  }
}
/*===========================================*/
/*	MOBILE & TABLET COMMON
/*===========================================*/
/*===========================================*/
/*	TABLET
/*===========================================*/
@media (min-width: 768px) and (max-width: 991px) {
  .mktoForm .mktoHtmlText {
    padding: 0 !important;
  }
  .mktoForm #FirstName {
    width: 100% !important;
  }
  .mktoForm #PostalCode {
    width: 100% !important;
  }
  .mktoForm #City {
    width: 100% !important;
  }
}
/*===========================================*/
/*	MOBILE
/*===========================================*/
@media (min-width: 600px) and (max-width: 767px) {
  .mktoForm #FirstName {
    width: 100% !important;
  }
  .mktoForm .mktoHtmlText {
    padding: 0 !important;
  }
}
@media (min-width: 480px) and (max-width: 599px) {
  .mktoForm #FirstName {
    width: 100% !important;
  }
}
@media (min-width: 200px) and (max-width: 479px) {
  .mktoForm #page [data-rgen-id=rgN0o] {
    font-size: 24px !important;
  }
  .mktoForm #page [data-rgen-id=rg6so] {
    max-width: 80%;
  }
  .mktoForm #FirstName {
    width: 100% !important;
  }
  .mktoForm #PostalCode {
    width: 100% !important;
  }
  .mktoForm #City {
    width: 100% !important;
  }
}
/* custom button header */
#home .btn-white:hover, #home .btn-white:focus, #home .btn-white:active, #home .btn-white.active {
  background-color: transparent;
  border-color: #ffffff;
  color: #ffffff;
}

#home .btn-white {
  background-color: #ffffff;
  border-color: #ffffff;
  color: #1f2229;
}

/***********************************************
Custom Form
***********************************************/
.mktoForm .fa {
  font-family: FontAwesome !important;
}

.mktoForm .input-group-addon {
  display: none !important;
  padding: 6px 12px;
  font-size: 17px;
  font-weight: 400;
  height: 40px;
  width: 40px;
}

.mktoForm .input-group-addon {
  padding: 6px 12px;
  font-size: 17px;
  font-weight: 400;
  height: 40px;
  width: 40px;
  line-height: 1.62;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: rgb(204, 204, 204);
  border-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  /* -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
   -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
   box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;*/
}

.mktoForm span.input-group-addon i {
  color: #009edf;
  font-size: 17px;
}

/*#Email {width:89% !important; float:right !important;}*/
/*.mktoLabel label[for="Email"] { width: 40px !important; float:left !important;}*/
.mktoForm .mktoFieldWrap {
  height: auto !important;
}

.bg-form-transparent {
  background: rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.4) !important;
  background-image: none;
  background-repeat: repeat;
  background-attachment: scroll;
  background-clip: border-box;
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
}

.mktoForm select.mktoField {
  height: 45px !important;
  font-size: 1rem !important;
  background-image: url("/img/down-small.svg") !important;
  background-position: center right 12px !important;
}

.mktoForm .mktoFormCol,
.mktoForm .mktoFieldWrap {
  float: none !important;
}

.mktoForm .mktoFormCol,
.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm textarea.mktoField,
.mktoForm select.mktoField {
  width: 100% !important;
}

.mktoForm {
  font-family: "SourceSansPro", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  width: 100% !important;
}

.mktoForm option {
  padding: 0 !important;
  color: #000 !important;
}

.mktoForm .mktoAsterix {
  float: left !important;
  padding-right: 5px !important;
  padding-left: 0 !important;
}

.mktoForm.hide-asterisk .mktoAsterix {
  display: none !important;
}

/*.mktoForm label { font-size: 14px !important; }*/
.mktoForm .mktoLabel {
  font-size: 14px !important;
  margin-bottom: 0px !important;
  padding-top: 0px !important;
  float: left !important;
  color: #000000;
}

.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
  width: auto !important;
}

.mktoForm .mktoCheckboxList {
  float: left !important;
  clear: none !important;
}

.mktoLogicalField,
.mktoForm input[type=range] {
  width: 100% !important;
}

.mktoForm .mktoLogicalField label,
.mktoForm .mktoRadioList label {
  font-weight: normal !important;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select,
.mktoForm textarea {
  border: 1px solid #DADADA !important;
  margin: 0px auto !important;
  float: none !important;
  margin-bottom: 4px !important;
  padding: 10px 6px !important;
  -moz-border-radius: 0 !important;
  -webkit-border-radius: 0 !important;
  -ms-border-radius: 0 !important;
  border-radius: 0 !important;
  width: 100% !important;
  font-size: 1rem !important;
  line-height: 1.2em !important;
  height: 40px !important;
  min-height: 40px !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #5B5B67;
}

.mktoForm textarea {
  height: auto !important;
}

.mktoFieldDescriptor .mktoFormCol {
  margin-bottom: 0px !important;
}

.mktoButtonRow {
  display: block !important;
}

.mktoForm .mktoOffset,
.mktoForm .mktoGutter {
  display: none !important;
}

.mktoForm .mktoFormCol,
.mktoForm .mktoFieldWrap {
  float: none !important;
  margin-left: 3px !important;
  margin-right: 3px !important;
}

.mktoForm .mktoButtonWrap {
  margin: auto;
}

/*
.mktoForm .mktoButton {
    font-size: 18px !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    border-radius: 0 !important;
    border: 0 !important;
    text-transform: uppercase !important;
    font-weight: bold !important;
    margin-top: 0px !important;
    display: block !important;
    padding: 5px 10px !important;
    width: 100% !important;
    color: #fff !important;
    min-height: 40px !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}*/
.mktoForm .cf_sign_on_caption,
.mktoForm .cf_sign_on_button {
  font-size: 12px;
}

/*.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
    padding: 1px 10px 0 0 !important;
}*/
.mktoForm legend {
  display: none;
}

.mktoForm fieldset {
  padding: 0 0 0 0 !important;
  margin: 0 !important;
}

.mktoForm fieldset .mktoFieldDescriptor {
  height: auto;
  margin-bottom: 0px !important;
}

.mktoForm fieldset .mktoFieldWrap {
  margin-bottom: 20px !important;
}

.mktoForm fieldset .mktoFieldDescriptor label span {
  color: #2d3345;
}

.mktoForm fieldset label {
  flex: 1;
}

.mktoForm fieldset input {
  flex: 2;
}

.mktoHtmlText {
  display: inline-block;
  width: 100% !important;
  padding: 0;
  line-height: normal;
}

.mktoHtmlText p {
  font-size: 13px;
}

.mktoHtmlText a {
  margin: 0;
  padding: 0;
  text-decoration: underline !important;
}

.mktoForm input[type=text]:focus, .mktoForm input[type=url]:focus, .mktoForm input[type=email]:focus, .mktoForm input[type=tel]:focus, .mktoForm input[type=number]:focus, .mktoForm input[type=date]:focus, .mktoForm select.mktoField:focus, .mktoForm textarea.mktoField:focus {
  border: 1px solid #9b9b9b !important;
  -moz-border-top-colors: #9b9b9b;
  -moz-border-bottom-colors: #9b9b9b;
  -moz-border-left-colors: #9b9b9b;
  -moz-border-right-colors: #9b9b9b;
}

/* Placeholder Focus */
.mktoForm input::placeholder,
.mktoForm textarea::placeholder {
  color: #5B5B67;
}

/* Chrome/Opera/Safari */
.mktoForm input::-webkit-input-placeholder,
.mktoForm textarea::-webkit-input-placeholder {
  color: #5B5B67;
}

[placeholder]::-webkit-input-placeholder {
  color: #5B5B67;
}

/* Firefox 19+ */
.mktoForm input::-moz-placeholder,
.mktoForm textarea::-moz-placeholder {
  color: #5B5B67;
}

/* Firefox 18- */
.mktoForm input:-moz-placeholder,
.mktoForm textarea:-moz-placeholder {
  color: #5B5B67;
}

/* IE 10+ */
.mktoForm input:-ms-input-placeholder,
.mktoForm textarea:-ms-input-placeholder {
  color: #5B5B67;
}

/* Add your custom CSS below */
/* Form Select Arrow */
.mktoForm select.mktoField {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
  text-indent: 1px;
  text-overflow: "";
  text-indent: 0.01px;
  text-overflow: "";
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  display: inline-block;
  border-radius: 0;
  padding: 0.2em 18px 0.2em 0.3em;
  background: #fff url(https://gehc.landingbox.net/landingpage/vivid-t9-en-lp1/images/arrow-down.png) center right no-repeat;
}

/* IE11 hide native button */
select::-ms-expand {
  display: none !important;
}

select:disabled.simple-control::-ms-expand {
  display: none !important;
}

/* FORM */
.mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
}

.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList {
  padding: 1px 10px 0 0 !important;
  width: 14px !important;
}

.mktoForm .mktoButtonRow {
  margin-left: 0 !important;
}

.mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}

/* FROM END */
/* popup form */
.popup-title {
  color: #fff;
}

#mktoForm_54607 fieldset .mktoFieldDescriptor label span {
  color: #ffffff !important;
}

/* NEW FORM FIXES */
/*
#explicit_opt_in {
  position: absolute;
  top: 3px;
  left: 7px !important;
  width: auto;
}*/
/*************************************
MODAL FORM
*************************************/
.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
  padding: 1px 10px 0 0 !important;
  width: 14px !important;
  position: absolute;
  top: 5px;
}

.mktoForm input[type=checkbox] + label:before {
  opacity: 0;
}

.mktoForm input[type=checkbox], .mktoForm input[type=radio] {
  opacity: 1;
}

.mktoForm input[type=checkbox] + label:before {
  display: none;
}

.mktoForm input[type=checkbox], .mktoForm input[type=radio] {
  opacity: 1;
}

.mktoForm .mktoRequiredField .mktoAsterix {
  display: none !important;
}

.mktoForm p {
  line-height: 14px;
  font-size: 13px;
}

.mktoForm p a {
  font-size: 13px;
}

/*.mktoForm .mktoRadioList, .mktoForm .mktoCheckboxList {
  position: static;
}*/
.modal-content {
  width: fit-content;
  max-width: inherit;
  height: inherit;
  margin: 0 auto;
  pointer-events: all;
  padding: 0;
}

/* NEU */
.formmkto .mktoForm label.mktoLabel, #basketform .mktoForm label.mktoLabel {
  padding-left: 26px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8611111111rem + 0.3703703704vw, 1.125rem);
  line-height: 1.25rem;
  line-height: clamp(1.25rem, 0.8333333333rem + 1.1111111111vw, 1.625rem);
  color: #5B5B67 !important;
  font-family: "SourceSansPro", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif !important;
}
.formmkto .mktoForm select.mktoField, .formmkto .mktoForm .mktoField, .formmkto #FirstName, .formmkto #LastName, .formmkto #Email, .formmkto #formCompanyName, .formmkto #formLeadNotes, .formmkto #PostalCode, .formmkto #City, .formmkto #Phone, .formmkto #Company, #basketform .mktoForm select.mktoField, #basketform .mktoForm .mktoField, #basketform #FirstName, #basketform #LastName, #basketform #Email, #basketform #formCompanyName, #basketform #formLeadNotes, #basketform #PostalCode, #basketform #City, #basketform #Phone, #basketform #Company {
  background-color: #FBF9FD !important;
  border: 1px solid #C7C8CF !important;
  font-family: "SourceSansPro", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif !important;
  font-style: italic !important;
  border-radius: 0.25rem !important;
}
.formmkto .mktoForm select.mktoField.mktoValid, .formmkto .mktoForm .mktoField.mktoValid, .formmkto #FirstName.mktoValid, .formmkto #LastName.mktoValid, .formmkto #Email.mktoValid, .formmkto #formCompanyName.mktoValid, .formmkto #formLeadNotes.mktoValid, .formmkto #PostalCode.mktoValid, .formmkto #City.mktoValid, .formmkto #Phone.mktoValid, .formmkto #Company.mktoValid, #basketform .mktoForm select.mktoField.mktoValid, #basketform .mktoForm .mktoField.mktoValid, #basketform #FirstName.mktoValid, #basketform #LastName.mktoValid, #basketform #Email.mktoValid, #basketform #formCompanyName.mktoValid, #basketform #formLeadNotes.mktoValid, #basketform #PostalCode.mktoValid, #basketform #City.mktoValid, #basketform #Phone.mktoValid, #basketform #Company.mktoValid {
  font-style: normal !important;
}
.formmkto .mktoField, #basketform .mktoField {
  height: 23px !important;
}
.formmkto textarea.mktoField, .formmkto input[type=checkbox].mktoField, #basketform textarea.mktoField, #basketform input[type=checkbox].mktoField {
  height: auto !important;
}
.formmkto .mktoHtmlText p, .formmkto .mktoHtmlText a, #basketform .mktoHtmlText p, #basketform .mktoHtmlText a {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7361111111rem + 0.3703703704vw, 1rem);
  line-height: 1.25rem;
  line-height: clamp(1.25rem, 0.9722222222rem + 0.7407407407vw, 1.5rem);
  color: #5B5B67 !important;
  text-decoration: none;
  font-family: "SourceSansPro", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif !important;
}
.formmkto .mktoForm .mktoButtonWrap.mktoSimple .mktoButton, #basketform .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  border-radius: 8px !important;
  margin-top: 1.5rem;
  font-size: 1rem;
  background: #6022A6 !important;
  border-color: #6022A6 !important;
  text-transform: none !important;
  letter-spacing: 0px !important;
  font-family: "SourceSansPro", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif !important;
  padding: 13px 24px 12px !important;
}
@media (min-width: 768px) {
  .formmkto .mktoForm .mktoButtonWrap.mktoSimple .mktoButton, #basketform .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    max-width: 150px;
  }
}

#basketform {
  margin-left: 8px;
}
#basketform .mktoForm .mktoRequiredField .mktoAsterix {
  display: block !important;
  width: auto;
  position: absolute;
  left: -8px;
}
#basketform .mktoForm .mktoFormRow {
  gap: 1.5rem;
}
#basketform .mktoForm .mktoRequiredField label.mktoLabel.mktoHasWidth {
  width: auto !important;
}
@media (max-width: 767px) {
  #basketform .mktoFormRow {
    display: block !important;
  }
}

#mktoForm_140275 label.mktoLabel, #mktoForm_140275 #basketform .mktoForm label.mktoLabel {
  padding-left: 0 !important;
}
#mktoForm_140275 .mktoButtonWrap.mktoShinyBlue .mktoButton {
  border-radius: 8px !important;
  margin-top: 1.5rem;
  font-size: 1rem;
  background: #6022A6 !important;
  border-color: #6022A6 !important;
  text-transform: none !important;
  letter-spacing: 0px !important;
  font-family: "SourceSansPro", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif !important;
  padding: 13px 24px 12px !important;
}
@media (min-width: 768px) {
  #mktoForm_140275 .mktoButtonWrap.mktoShinyBlue .mktoButton {
    max-width: 150px;
  }
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 80px;
}

section.white {
  background: #fff;
}

.selectric-items ul {
  margin: 0;
}

.detail .languagebox {
  padding-top: 10px;
  margin-bottom: 2rem;
  color: #222222;
  display: flex;
}
.detail .languagebox .current-lang img {
  margin-left: 0.5rem;
}
.detail .languagebox img {
  border: 1px solid #C7C8CF;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 1.5rem;
}

img.videoflag {
  width: 2rem;
  height: 2rem;
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  box-shadow: 0 0 10px 3px rgba(255, 255, 255, 0.5);
  border-radius: 1rem;
}

a {
  color: #6022A6;
}

a:focus, img:focus, embed:focus, object:focus, button:focus, input:focus, *:focus {
  outline: none !important;
}

.adminedit {
  font-size: 22px;
  margin-left: 10px;
  vertical-align: middle;
  color: #000;
}

*:focus, *:active {
  outline: none;
}

header {
  background: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  /*&.search-open {
  background: $bgFooter !important;
   }*/
  /*overflow: hidden;*/
  /* */
  /*
       .btnSignup {
         color: $primaryColor;
         font-weight: bold;
         margin-left: 1rem;

         &:hover {
           text-decoration: none;
           text-shadow: 0 0 10px $primaryColor50;
         }
       }

       .btnProfile {
         color: $grey;
         margin-left: 1rem;

         &:hover {
           text-decoration: none;
           text-shadow: 0 0 10px $primaryColor50;
         }
       }


       .btnLogin {
         margin-left: 1rem;
         cursor: pointer;

         &:hover {
           color: #fff;
           text-decoration: none;
           text-shadow: 0 0 10px #fff;
         }
       }

       .btnSearch {
         color: $grey;
         cursor: pointer;

         &:hover {
           color: #fff;
           text-decoration: none;
           text-shadow: 0 0 10px #fff;
         }
       }*/
}
header #searchbox {
  background: #6022A6;
  width: 100%;
  display: none;
  position: relative;
  z-index: 15;
}
header #searchbox article {
  max-width: 71.25rem;
  margin: 0px auto;
  padding: 0 1rem;
}
header #searchbox article form {
  justify-content: space-between;
  display: flex;
  align-items: center;
  padding: 10px 0;
}
header #searchbox article form input {
  background: none;
  border: 0;
  font-size: 1.2em;
  line-height: 1em;
  width: 100%;
  padding-left: 10px;
}
header #searchbox article form .close-btn {
  float: right;
  cursor: pointer;
  line-height: 1em;
  font-size: 2em;
}
header #searchbox article form .close-btn:hover {
  opacity: 0.75;
}
header .content {
  max-width: 71.25rem;
  margin: 0 auto;
  position: relative;
  min-height: 5.25rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .content hr {
  padding: 0;
  margin: 0;
  border-top: 1px solid #fff;
  position: absolute;
  top: 95px;
  width: 100%;
}
header a.logo {
  width: 100%;
  max-width: 140px;
  z-index: 10;
  animation: fadeIn 5s;
  margin-right: 10px;
}
header a.logo img {
  width: 100%;
  height: 100%;
}
header div.logoname {
  color: #fff;
  font-size: 1.85rem;
  letter-spacing: 0.07em;
  margin-top: 30px;
  z-index: 10;
}
header div.logoname span, header div.logoname a {
  color: #fff;
  white-space: nowrap;
}
header div.logoname span:hover, header div.logoname a:hover {
  text-decoration: none !important;
}
header div.login {
  float: right;
  color: #fff;
}
header div.login .button {
  margin-left: 1rem;
}
header .top {
  position: absolute;
  padding: 0 2rem;
  right: 0;
  top: 19px;
  z-index: 10;
}
header .top nav {
  float: left;
}
header .top nav ul {
  list-style: none;
  padding: 0;
}
header .top .search {
  float: right;
}
header .main {
  height: 100%;
}
header .main nav {
  margin: 0 auto;
  height: 100%;
}
header .main nav ul {
  list-style: none;
  padding: 0;
  margin: 0;
  height: 100%;
  display: flex;
}
header .main nav ul li {
  display: inline-block;
  padding-right: 22px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
header .main nav ul li a {
  color: #222222;
  white-space: nowrap;
}
header .main nav ul li a:hover {
  text-decoration: none;
  color: #6022A6;
}
header .main nav ul li a.button:hover {
  color: #fff;
}
header .main nav ul li.active a {
  color: #6022A6;
}
header .main nav ul li.live {
  background: url("/img/live.svg") center right no-repeat;
  padding-right: 20px;
}
header .main nav ul li ul.sub {
  position: absolute;
  top: 120px;
  left: 0;
  text-align: left;
  pointer-events: none;
  z-index: 1;
  background-color: transparent;
  transition-property: background-color, border-color, max-height;
  transition-duration: 0.6s;
  transition-timing-function: ease-in-out;
  display: block;
  height: auto;
  max-height: 0;
  overflow: hidden;
  border-radius: 0 0 0 0;
  border: 2px solid transparent;
  border-top: 0;
}
header .main nav ul li ul.sub li {
  pointer-events: all;
  display: block;
  margin: 0;
  padding: 11px 22px;
  height: auto;
  white-space: nowrap;
  line-height: 1em;
  display: block;
  height: auto;
}
header .main nav ul li ul.sub li:first-child {
  padding-top: 22px;
}
header .main nav ul li ul.sub li:last-child {
  padding-bottom: 22px;
}
header .main nav ul li ul.sub li.active a {
  color: #6022A6;
}
header .main nav ul li ul.sub li a {
  color: #fff;
}
header .main nav ul li ul.sub li a:hover {
  text-decoration: none;
  color: #6022A6;
  text-shadow: 0 0 10px rgba(115, 219, 229, 0.5);
}
header .main nav ul li:hover ul.sub {
  max-height: 600px;
  border-color: #6022A6;
  background-color: rgb(42, 46, 49);
}

main section.header {
  border-bottom: 6px solid #6022A6;
  /*&.headersmall {
   article {
    height: 250px;
   }
  }*/
}
main section.header article {
  max-width: 1280px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
main section.header h1 {
  color: #6022A6;
  margin-bottom: 0.5rem;
  margin-top: -1rem;
}
main section.header p {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3em;
}

.hidden {
  display: none;
}

footer {
  background: #F4F1F8;
  color: #5B5B67;
}
footer section {
  padding: 2rem 1.5rem;
}
footer section p {
  font-size: 1rem;
  line-height: 1.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 767px) {
  footer section p {
    font-size: 0.875rem;
    line-height: 1.3125rem;
  }
}
footer section p:last-child {
  margin-bottom: 0;
}
footer section.spliter {
  border-bottom: 1px solid #C7C8CF;
}
@media (min-width: 768px) {
  footer .twocol {
    grid-template-columns: 2fr 1fr;
    gap: 7rem;
  }
}
@media (max-width: 767px) {
  footer .twocol {
    display: flex;
    flex-direction: column-reverse;
  }
}
footer .extend {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  footer .extend {
    margin-top: 1rem;
  }
}
footer nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
footer nav a {
  color: #222222;
}
footer nav a:hover {
  text-decoration: none;
}
footer .legalnav ul li {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 0.5rem;
}
footer .footernav {
  display: flex;
}
footer .footernav ul {
  display: flex;
  gap: 1.5rem;
}
@media (max-width: 767px) {
  footer .footernav ul {
    display: block;
  }
  footer .footernav ul li {
    float: left;
    margin-right: 1.5rem;
    margin-bottom: 0.5rem;
  }
}
footer .social {
  margin-top: 1.5rem;
}
footer .social a {
  font-size: 1.5rem;
  color: #222222;
  margin-right: 1.5rem;
}

/* Detailheader / Bookmark / Like */
.detailheader {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.detailheader .teaser:last-child, .detailheader h2:last-child {
  margin-bottom: 0;
}
.detailheader .likebox {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  color: #222222;
  margin-bottom: 1.5rem;
}
.detailheader .likebox img {
  border-radius: 0;
  height: 1.5rem;
  height: auto;
}
.detailheader .likebox img.heart-inverse {
  height: 1.375rem;
}
.detailheader .bookmark, .detailheader .likes {
  cursor: pointer;
  margin-right: 1.5rem;
}

/*
.bookmark {
  position: relative;
  display: block;
  text-align: center;
  cursor: pointer;
}*/
.portrait {
  display: none;
}

/*
.likes, .liked {
  position: relative;
  display: block;
  width: 3rem;
  height: 3rem;
  line-height: 3rem;
  text-align: center;
  color: #fff;
  margin-left: 1rem;

  i, img.heart {
	font-size: 3rem;
	color: $grey;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
  }

  span {
	position: relative;
	z-index: 1;
	font-weight: bold;
  }
}

.likes {
  &.loggedin {
	cursor: pointer;
  }

  i {
	color: $grey;
  }
}

.liked {
  cursor: default;
  pointer-events: none;

  i {
	color: $primaryColor;
  }
}
*/
.swiper-button-next,
.swiper-button-prev {
  width: auto;
  height: auto;
  z-index: 10;
}

.swiper-button-next .swiper-navigation-icon,
.swiper-button-prev .swiper-navigation-icon {
  display: none;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

.swiper-button-disabled {
  opacity: 0 !important;
}

/*
.slider {
  .slick-next {
	right: 0.5rem;
	width: 3rem;
	height: 3rem;
	top: -1rem;

	&:before {
	  font-size: 2.5rem;
	}
  }

  .slick-prev {
	left: auto;
	right: 3.5rem;
	top: -1rem;
	width: 3rem;
	height: 3rem;
	z-index: 10;

	&:before {
	  font-size: 2.5rem;
	}
  }

  .slick-prev:before, .slick-next:before {
	color: black;
	//font-family: "Font Awesome 5 Free";
	//font-weight: 900;
	background-repeat: no-repeat;
	background-position: center;
	display: block;
	width: 3rem;
	height: 3rem;
	background-size: 0.9rem;
	content: "";
  }

  .slick-prev:before {
	//content: "\f104";
	background-image: url(/img/icons/slider_arrow_small_left.svg);

  }

  .slick-next:before {
	//content: "\f105";
	background-image: url(/img/icons/slider_arrow_small_right.svg);
  }

  .slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: 0.2;
  }
}

*/
.imageLinkContainer {
  aspect-ratio: 1/1;
  background-size: cover;
  transition: background-size 0.5s ease-in-out;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  background-size: 100% auto;
}
@media (min-width: 1140px) {
  .imageLinkContainer:hover {
    background-size: 110% auto;
  }
}

.homeSlider .swiper-button-prev, .homeSlider .swiper-button-next {
  top: 53%;
}
.homeSlider .swiper-button-prev:hover::before, .homeSlider .swiper-button-next:hover::before {
  opacity: 1;
}
.homeSlider .swiper-button-prev::before, .homeSlider .swiper-button-next::before {
  color: white;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 3rem;
  height: 3rem;
  background-size: 1.5rem;
  content: "";
  opacity: 0.5;
}
.homeSlider .swiper-button-next::before {
  background-image: url(/img/icons/slider_arrow_right.svg);
}
.homeSlider .swiper-button-prev::before {
  background-image: url(/img/icons/slider_arrow_left.svg);
}
.homeSlider .swiper-wrapper {
  display: flex !important;
}
.homeSlider .swiper-slide {
  height: auto !important;
}
.homeSlider .item {
  border-radius: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.homeSlider .item h2 {
  font-size: 4.35rem;
}

section.claim {
  color: #fff;
  background-size: cover;
  margin-top: -100px;
  min-height: 600px;
}
section.claim.mobile {
  background: url("/img/header_main_1b.webp") center right no-repeat;
  display: none;
  padding-top: 100px;
}
section.claim.desktop article {
  padding: 11rem 5rem 2rem 5rem;
}
section.claim article {
  padding: 5rem 2rem;
}
section.claim .teaser {
  font-size: 1.5rem;
  line-height: 1.2em;
  margin-bottom: 0;
  width: 50%;
}
section.claim .teaser + .button {
  margin-top: 2.5rem;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

img {
  max-width: 100%;
}

.primary {
  color: #6022A6;
}

.grey {
  color: #b3b3b3;
}

.greymiddle {
  color: rgb(129, 129, 129);
}

p:last-child {
  margin-bottom: 0;
}

.flap {
  position: relative;
  width: 14rem;
  margin: 0 auto;
  height: 5rem;
  overflow: hidden;
}
.flap span {
  display: block;
  position: absolute;
  top: -3rem;
  padding-top: 3rem;
  height: 5rem;
  width: 100%;
  line-height: 1.2em;
  border-radius: 2.5rem;
  background: #fff;
  color: rgb(31, 31, 31);
  text-align: center;
  font-weight: bold;
}
.flap.grey span {
  background: rgb(60, 65, 68);
  color: #fff;
}

/*
.slider, .list, .related {


  .item {
	margin: 1rem;
	//height: 18rem;
	overflow: hidden;
	background-size: cover;
	margin-bottom: 0;

	.text {
	  width: 100%;
	  //height: 18rem;
	  padding: 0;

	  background: linear-gradient(45deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0.3) 81%, rgba(0, 0, 0, 0.24) 100%);
	}
  }
}
*/
/*
.list, .related {
  .item {
	transition: all 0.6s ease-in-out;
	&:hover {
	  transform: scale(1.05);
	}
  }
}
*/
.flex {
  display: flex;
  flex-wrap: wrap;
}

.noMarginBottom .item {
  margin-bottom: 0;
}

/*
.item {

  .like {
	position: absolute;
	bottom: 15px;
	right: 15px;
	cursor: default;
	z-index: 1;

	.liked {
	  pointer-events: none;
	}

	.likes, .liked {
	  margin: 0;
	  width: 34px;
	  height: 34px;
	  line-height: 34px;
	  z-index: 2;

	  i {
		font-size: 34px;
		line-height: 1em;
	  }

	  span {
		font-size: 0.9rem;
	  }
	}

	.liked.loggedin {
	  color: $primaryColor;
	}
  }


	.langlink {
	  margin-left: 0.5rem;
	  opacity: 1;
	  &:hover {
		opacity: 1;
	  }
	  img {
		width: 32px;
		height: 32px;
	  }
	}


  .text {
	padding: 1.5rem;
	padding-bottom: 3rem;
	border-radius: 0.5rem;
	display: block;
	width: 100%;
	position: relative;
	color: #fff;

	.text-cnt {
	  position: absolute;
	  top: 0;
	  background: linear-gradient(90deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.3) 100%);
	  height: 100%;
	  width: 100%;
	  padding: 20px;
	}

	&:hover {
	  text-decoration: none;
	}

	.author {
	  font-weight: bold;
	  margin-bottom: 0.3rem;
	  font-size: 0.9rem;
	  line-height: 1rem;
	}


	h2 {
	  font-size: 1.5rem;
	  max-height: 6.75rem;
	  margin-bottom: 1rem;
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 4;
	}

	p {
	  overflow: hidden;
	  text-overflow: ellipsis;
	  display: -webkit-box;
	  -webkit-box-orient: vertical;
	  -webkit-line-clamp: 3;
	  height: 4.5rem;
	}


	.info {
	  position: absolute;
	  bottom: 0;
	  left: 0;
	  padding: 0 1.5rem;
	  width: 100%;
	  height: 3rem;
	  line-height: 3rem;
	  z-index: 1;

	  .icon {
		width: 32px;
	  }

	  .left {
		float: left;
		position: absolute;
		z-index: -1;
	  }


	  .right {
		float: right;
		display: inline-block;
		line-height: initial;
		padding-right: 35px;

		.icon {
		  margin-left: 0.3rem;
		}

		//i {
		//  font-size: 2rem;
		//  margin-left: 0.5rem;
		//
		//  &.fa-heart {
		//	color: $grey;
		//  }
		//}

	  }
	}
  }
}
*/
section.careareas {
  background: #fff;
}
section.careareas h2 {
  margin-bottom: 0;
}
section.careareas .carearea {
  display: block;
  position: relative;
  border-radius: 0;
  overflow: hidden;
}
section.careareas .carearea:after {
  content: " ";
  background: rgba(42, 46, 49, 0.1);
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  display: block;
  transition: all 0.6s ease-in-out;
}
section.careareas .carearea:hover:after {
  background: none;
}
section.careareas .carearea img {
  margin-bottom: 1px;
}
section.careareas .carearea .info {
  /*

    bottom: -3rem;
    height: 5rem;
    line-height: 2.5rem;
    border-radius: 2.5rem;
  */
  position: absolute;
  bottom: 0;
  width: 75%;
  left: 12.5%;
  border-radius: 30px 30px 0 0;
  background: #FFFFFF;
  color: rgb(31, 31, 31);
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
  padding-top: 15px;
  font-size: 0.9rem;
  bottom: -3rem;
  height: 5rem;
  line-height: 1rem;
  border-radius: 2.5rem;
  z-index: 20;
}
section.careareas .item.animate .carearea img {
  max-height: 88px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.related .item .text h2 {
  padding: 0;
  margin: 0;
  line-height: 1em;
  max-height: inherit;
  -webkit-line-clamp: 3;
}

nav.edunav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  nav.edunav ul {
    gap: 1rem;
  }
}
nav.edunav ul li {
  display: block;
  float: left;
  font-size: 1rem;
  border-bottom: 1px solid #C7C8CF;
}
@media (max-width: 767px) {
  nav.edunav ul li {
    border: 1px solid #C7C8CF;
    border-radius: 5rem;
    transition: background-color 0.5s ease-in-out, border-color 0.5s ease-in-out;
  }
  nav.edunav ul li.active {
    background-color: #6022A6;
    border-color: #6022A6;
  }
  nav.edunav ul li:hover {
    border-color: #411771;
    background-color: #411771;
  }
}
nav.edunav ul li:first-child {
  padding: 0.5rem 2rem 0.5rem 0;
  margin-right: 2rem;
  border-right: 1px solid #C7C8CF;
  border-bottom: 0;
  color: #222222;
  font-size: 1.5rem;
}
nav.edunav ul li:first-child:hover {
  border-color: none;
  background: none;
}
@media (max-width: 1139px) {
  nav.edunav ul li:first-child {
    border: none;
    padding-left: 0;
    width: 100%;
  }
}
nav.edunav ul li a {
  background: url("/img/icons/filter_all.svg") no-repeat left 1rem center;
  background-size: auto;
  padding: 1rem 1rem 1rem 2.5rem;
  line-height: 1em;
  display: inline-block;
  color: #222222;
  border-bottom: 2px solid transparent;
  /*width: 100%;
  height: 100%;
  display: block;*/
}
@media (max-width: 1139px) {
  nav.edunav ul li a {
    padding-left: 2.35rem;
    padding-right: 0.85rem;
  }
}
@media (max-width: 767px) {
  nav.edunav ul li a {
    padding: 0.625rem 1.4rem 0.625rem 2.9rem;
    background-position: left 1.4rem center;
  }
}
nav.edunav ul li a:hover {
  color: #6022A6;
}
@media (max-width: 767px) {
  nav.edunav ul li a:hover {
    color: #fff;
  }
}
nav.edunav ul li.active a {
  border-color: #6022A6;
  font-weight: bold;
}
@media (max-width: 767px) {
  nav.edunav ul li.active a {
    border: 0;
    border-radius: 5rem;
    color: #fff;
    font-weight: normal;
  }
}
@media (max-width: 767px) {
  nav.edunav ul li.active a, nav.edunav ul li a:hover {
    background-image: url("/img/icons/filter_all_active.svg");
  }
}
nav.edunav ul li.library a {
  background-image: url("/img/icons/filter_library.svg");
}
@media (max-width: 767px) {
  nav.edunav ul li.library a.active a, nav.edunav ul li.library a a:hover {
    background-image: url("/img/icons/filter_library_active.svg");
  }
}
nav.edunav ul li.courses a {
  background-image: url("/img/icons/filter_courses.svg");
}
@media (max-width: 767px) {
  nav.edunav ul li.courses.active a, nav.edunav ul li.courses a:hover {
    background-image: url("/img/icons/filter_courses_active.svg");
  }
}
nav.edunav ul li.podcasts a {
  background-image: url("/img/icons/filter_podcasts.svg");
}
@media (max-width: 767px) {
  nav.edunav ul li.podcasts.active a, nav.edunav ul li.podcasts a:hover {
    background-image: url("/img/icons/filter_podcasts_active.svg");
  }
}
nav.edunav ul li.webinars a {
  background-image: url("/img/icons/filter_webinars.svg");
}
@media (max-width: 767px) {
  nav.edunav ul li.webinars.active a, nav.edunav ul li.webinars a:hover {
    background-image: url("/img/icons/filter_webinars_active.svg");
  }
}
nav.edunav ul li.demos a {
  background-image: url("/img/icons/filter_demos.svg");
}
@media (max-width: 767px) {
  nav.edunav ul li.demos.active a, nav.edunav ul li.demos a:hover {
    background-image: url("/img/icons/filter_demos_active.svg");
  }
}
nav.edunav ul li.publications a {
  background-image: url("/img/icons/filter_publications.svg");
}
@media (max-width: 767px) {
  nav.edunav ul li.publications.active a, nav.edunav ul li.publications a:hover {
    background-image: url("/img/icons/filter_publications_active.svg");
  }
}
nav.edunav ul li.papers a {
  background-image: url("/img/icons/filter_papers.svg");
}
@media (max-width: 767px) {
  nav.edunav ul li.papers.active a, nav.edunav ul li.papers a:hover {
    background-image: url("/img/icons/filter_papers_active.svg");
  }
}
nav.edunav ul li.faq a {
  background-image: url("/img/icons/filter_faq.svg");
}
@media (max-width: 767px) {
  nav.edunav ul li.faq a.active a, nav.edunav ul li.faq a a:hover {
    background-image: url("/img/icons/filter_faq_active.svg");
  }
}
nav.edunav form {
  margin: 0;
}
nav.edunav form select {
  width: auto;
  display: inline;
  border: none;
  background: none;
  margin-left: 2rem;
  padding: 0.375rem 0.75rem;
  line-height: 1em;
  font-weight: bold;
  height: auto;
}
nav.edunav form select option {
  font-weight: bold;
  text-transform: uppercase;
}
nav.edunav.sub, nav.edunav.journal {
  border-top: none;
  background: #f5f5f5;
  height: 50px;
}

/*
body.signup {

  section.header {
	article {
	  max-width: 60rem;
	}

	h1 {
	  color: $primaryColor;
	}

	p {
	  color: #fff;
	  font-size: 1.3rem;
	}
  }

  section.signup {
	background: #fff;

	article {
	  max-width: $contentWidthSmall;
	}

	.signupBox {
	  background: $lightGrey;
	  border-radius: $borderradius;
	  padding: 2rem;
	  margin-bottom: 3rem;

	  .group {
		margin-bottom: 2rem;

		&:last-child {
		  margin: 0;
		}
	  }

	  label {
		font-weight: bold;
		text-transform: uppercase;
		margin: 0;
		font-size: 0.8rem;
		padding-left: 0.2rem;
		&.newsletter {
		  font-size: 1rem;
		  color: $darkPrimaryColor;
		  font-weight: bold;
		}
	  }

	  .interests {
		.col-md-4 {
		  margin-bottom: 1rem;
		}

		input[type='checkbox'] {
		  margin-right: 0.5rem;
		}

		ul {
		  list-style: none;
		  padding-left: 1.8rem;
		  font-size: 0.9rem;
		}
	  }

	}
  }
  form {
	max-width: 920px;
	margin: 0 auto;
  }
  label.error {
	color: red;
  }
  .interests {
	margin-bottom: 2rem;
	.group {
	  background: #eee;
	  border: 1px solid #ddd;
	  height: 100%;
	  margin-bottom: 0 !important;
	  padding: 0.5rem;
	}
  }
  .newsletter {
	margin-bottom: 2rem;
	p {
	  font-size: 0.9rem;
	}
  }

  section.newpassword {
	h4 {
	  margin-bottom: 2rem;
	}
  }
}
*/
/*
body.contact {


  section.contact {
	background: #fff;

	article {

	  .contactform {
		text-align: center;
		//max-width: 640px;
		width: 48%;
		margin: 1% auto;
		background: rgba(245, 245, 245, 0.8);
		border-radius: 15px;
		padding: 2rem;
		margin-bottom: 2rem;
		h2 {
		  color: $primaryColor;
		  font-size: 2.5rem;
		}
		&.left {
		  h2 {
			margin-bottom: 3rem;
		  }
		}
	  }
	}
  }
}
*/
section.infobox {
  background: #fff;
}

section.install {
  background: #fff;
}
section.install .col-md-6 {
  margin-bottom: 2rem;
}
section.install div.infobox {
  height: 100%;
}
section.install div.infobox h2 {
  font-size: 2rem;
}
section.install div.infobox img {
  margin-bottom: 3rem;
}

div.infobox {
  text-align: center;
  max-width: 640px;
  width: 100%;
  margin: 0 auto;
  background: rgba(245, 245, 245, 0.8);
  border-radius: 15px;
  padding: 2rem;
  margin-bottom: 2rem;
}
div.infobox h2 {
  color: #6022A6;
  font-size: 2.5rem;
  margin-bottom: 3rem;
}

/* Pagination */
.page-link {
  background-color: transparent;
  border: 0;
  color: #6022A6;
}
.page-link:hover {
  background-color: #411771;
  border: 0;
  color: #fff;
  border-radius: 4px;
}
.page-link.greyed {
  color: #C7C8CF;
}
.page-link.greyed:hover {
  background: none;
}

.page-item {
  margin-left: 1px;
  margin-right: 1px;
}

.page-item.active .page-link {
  background-color: #6022A6;
  border: 0;
  color: #fff;
  border-radius: 4px;
}

ul.pagination {
  margin-bottom: 0;
}

.paginationBox .count {
  display: none;
}

/**************************************************/
/*-------------- GENERAL ---------------*/
/**************************************************/
.uc {
  text-transform: uppercase;
}

.block {
  display: block;
}

input::-ms-clear {
  display: none;
}

/**************************************************/
/*   Formulare               			          */
/**************************************************/
/* IE placeholder x entfernen */
::-webkit-input-placeholder {
  color: rgb(31, 31, 31);
  font-family: "SourceSansPro", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}

:-moz-placeholder {
  /* Firefox 18- */
  color: rgb(31, 31, 31);
  font-family: "SourceSansPro", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}

::-moz-placeholder {
  /* Firefox 19+ */
  color: rgb(31, 31, 31);
  font-family: "SourceSansPro", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}

:-ms-input-placeholder {
  color: rgb(31, 31, 31);
  font-family: "SourceSansPro", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif;
}

/**************************************************/
/*-------------- ANIMATION ---------------*/
/**************************************************/
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeIn {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes glow {
  from {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.4;
  }
}
@keyframes glow {
  from {
    opacity: 0.4;
  }
  50% {
    opacity: 1;
  }
  to {
    opacity: 0.4;
  }
}
.glow {
  -webkit-animation-name: glow;
  animation-name: glow;
}

@-webkit-keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

/*
.animate {
  visibility: hidden;
  opacity: 0;
}*/
.fadeInUp {
  animation: fadeIn 1.5s;
  opacity: 1;
  visibility: visible;
}

.scaleItup a {
  transition: all 0.6s ease-in-out;
  display: block;
}
.scaleItup a:hover {
  transform: scale(1.08);
}

.scaleItup2Col a {
  transition: all 0.6s ease-in-out;
  display: block;
}
.scaleItup2Col a:hover {
  transform: scale(1.05);
}

/**************************************************/
/*   Journal                 			          */
/**************************************************/
/*
section.journalEntries {
  background: #fff;

  .journalItem {
	display: flex;
	align-items: center;
	margin-left: -2rem;
	margin-right: -2rem;

	&:nth-child(even) {
	  flex-direction: row-reverse;

	}

	.halfbox {
	  padding: 2rem;
	  width: 50%;

	  .image {
		display: block;
		border-radius: 0.6rem;
		overflow: hidden;

		img {
		  width: 100%;
		}
	  }

	  .author {
		text-transform: uppercase;
		font-weight: bold;
		margin-bottom: 10px;
	  }

	  h2 {
		font-size: 2.4rem;
	  }

	  p {
		font-size: 1.25rem;
		line-height: 1.35em;
		color: $colorStandardText;
	  }

	  a {
		color: #333;

		&:hover {
		  text-decoration: none;
		}
	  }
	}


  }
}
*/
/**************************************************/
/*   Accordion                 			          */
/**************************************************/
.accordion {
  margin-bottom: 40px;
}
.accordion:last-child {
  margin-bottom: 0;
}
.accordion .acc-item {
  border-bottom: 2px solid #ccc;
}
.accordion .acc-item h4 {
  background: url(/img/icons/down-gray.svg) no-repeat right center;
  font-size: 1em;
  cursor: pointer;
  margin: 0;
  padding: 25px 75px 25px 0;
  font-size: 1.25rem;
  line-height: 1.35em;
  color: rgb(62, 67, 70);
  font-weight: bold;
}
.accordion .acc-item:hover h4 {
  background: url(/img/icons/down.svg) no-repeat right center;
}
.accordion .acc-item.active h4 {
  background-image: url(/img/icons/up.svg);
}
.accordion .acc-item .acc-cnt {
  display: none;
  padding-bottom: 25px;
  padding-right: 75px;
}
.accordion .acc-item .acc-cnt p {
  text-align: left;
  font-size: 1.25rem;
  line-height: 1.35em;
  color: rgb(62, 67, 70);
}

.pdfdownload {
  max-width: 20rem;
  margin: 0 auto;
}
.pdfdownload img {
  border: 1px solid #b3b3b3;
  margin-bottom: 1rem;
}
.pdfdownload .button {
  margin: 0 auto;
}

.shareicons {
  border-top: 1px solid #C7C8CF;
  color: #222222;
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}
.shareicons a {
  font-size: 1.5rem;
  color: #222222;
  margin-right: 1rem;
}
.shareicons .divider {
  border-right: 2px solid #222222;
  display: inline-block;
  margin-right: 1rem;
  height: 2rem;
  vertical-align: -5px;
}

.author + .shareicons {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

section.error {
  background: #fff;
}

.reddot {
  display: inline-block;
  background: #ce020e;
  width: 12px;
  height: 12px;
  border-radius: 6px;
  margin-left: 5px;
  position: relative;
  top: -2px;
}

.modal-dialog {
  max-width: 500px;
}

.vertical-alignment-helper {
  display: table;
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.vertical-align-center {
  /* To center vertically */
  display: table-cell;
  vertical-align: middle;
  pointer-events: none;
}

.modal-content {
  /* Bootstrap sets the size of the modal in the modal-dialog class, we need to inherit it */
  width: inherit;
  max-width: inherit; /* For Bootstrap 4 - to avoid the modal window stretching full width */
  height: inherit;
  /* To center horizontally */
  margin: 0 auto;
  pointer-events: all;
}

.hamburger {
  padding: 0;
  /*height: 24px;
  width: 16px;*/
  display: none;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  border: 0;
  margin: 0 0 0 1.5rem;
  overflow: visible;
}
@media (max-width: 1139px) {
  .hamburger {
    display: block;
  }
}

@media (max-width: 767px) {
  form.selector.marginBottomMobile {
    margin-bottom: 2rem;
  }
}

form.selector .selectgroup {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  form.selector .selectgroup {
    margin-bottom: 0;
  }
}
form.selector .selectgroup .selectlabel {
  margin-bottom: 0.5rem;
}
form.selector .selectgroup .selectric {
  background: #FBF9FD;
  border: 1px solid #C7C8CF;
  border-radius: 0.25rem;
  cursor: pointer;
  color: #5B5B67;
}
form.selector .selectgroup .selectric span {
  font-size: 1rem;
}
form.selector .selectgroup .selectric .button {
  margin: 0;
  border: 0;
  background: url("/img/down-small.svg") no-repeat right 12px center;
}
form.selector .selectgroup .selectric-items {
  margin-top: -2px;
  z-index: 100;
  border-radius: 0 0 0.25rem 0.25rem;
}
form.selector .selectgroup .selectric-items ul {
  font-size: 1rem;
  border-radius: 0 0 0.25rem 0.25rem;
}
form.selector .selectgroup .selectric-items ul li {
  font-size: 1rem;
}
form.selector .selectgroup .selectric-items ul li.selected, form.selector .selectgroup .selectric-items ul li:hover {
  color: #222222;
  background-color: #F4F1F8;
  border-radius: 0 0 0.25rem 0.25rem;
}
form.selector .selectgroup .selectric-above .selectric-items {
  margin-top: 0;
  margin-bottom: -2px;
  border-radius: 0.25rem 0.25rem 0 0;
}
form.selector .selectgroup .selectric-above .selectric-items ul {
  border-radius: 0.25rem 0.25rem 0 0;
}
form.selector .selectgroup .selectric-above .selectric-items ul li.selected, form.selector .selectgroup .selectric-above .selectric-items ul li:hover {
  border-radius: 0.25rem 0.25rem 0 0;
}

/*
form.selector {
  float: left;
  margin-left: 2rem;
  vertical-align: middle;
   align-items: center;
  display: flex;

  .selectric-wrapper {
	height: 2.4rem;

}*/
/*
.selectgroup {
  display: flex;
  align-items: center;
}*/
img.langsel {
  width: 2rem;
  border-radius: 1rem;
  margin-left: 0.5rem;
  opacity: 0.7;
  cursor: pointer;
}
img.langsel.active {
  opacity: 1;
  box-shadow: 0 0 3px 1px #000;
}

/*
.selectlabel {
  display: inline-block;
  padding: 10px;
  padding-right: 0;
  margin-left: 1rem;
  white-space: nowrap;
}*/
.detailh1 {
  float: left;
}

form.langswitch {
  float: right;
  margin-top: 3px;
}
form.langswitch .selectric {
  border: 2px solid #6022A6;
  border-radius: 20px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
form.langswitch .selectric .label, form.langswitch .selectric .button {
  height: 32px;
  line-height: 32px;
  color: #6022A6;
  font-size: 1rem;
}

.flagswitch {
  margin-left: 3rem;
}
.flagswitch a {
  margin-left: 0.5rem;
  display: inline-block;
  opacity: 0.9;
  transition: all 0.4s ease-in-out;
  border-radius: 16px;
}
.flagswitch a:hover {
  opacity: 1;
}
.flagswitch a img {
  width: 32px;
  height: 32px;
}

/*
.selectric-wrapper {
  display: inline-block;
}
.selectric {
  border: none;
  background: none;
  display: inline-block;
  font-weight: bold;

  text-transform: uppercase;

  .button {
	border: 0;
	padding: 0;
	background: none;
	font: inherit;
	line-height: 38px;
	font-size: 1.5rem;
	color: #666;
	//&:after {
	//  font-family: "Font Awesome 5 Free";
	//  font-weight: 900;
	//  content: "\f107";
	//  display: inline-block;
	//  font-style: normal;
	//  font-variant: normal;
	//  text-rendering: auto;
	//  -webkit-font-smoothing: antialiased;
	//}
	i.fas {
	  line-height: inherit;
	}

	&:hover {
	  background: none;
	  color: #666;
	}
  }

  ul {
	li {
	  font-weight: normal;
	  white-space: nowrap;
	}
  }

  .label {
	font-size: 1.1rem;
	padding-right: 0.2rem;
  }
}

.selectric-items {
  width: auto !important;
  font-size: 1rem;
  right: 0;
  left: inherit;

  ul {
	display: block;

	li {
	  display: block;
	  padding: 10px !important;
	  color: #666;
	  cursor: pointer;
	  white-space: nowrap;
	  float: none !important;
	  font-size: 0.9rem;
	  font-weight: bold;
	  text-transform: uppercase;

	  &:first-child {
		border: none;
		margin: 0;
	  }

	  &:hover {
		background: #e4e4e4;
	  }
	}
  }
}
*/
/*
#healthcareProModal {

  h2 {
	color: $primaryColor;
	font-size: 2rem;
	text-align: center;
  }
  .modal-body {
	padding: 1rem;
  }
  .modal-dialog {
	margin-top: 10rem;
  }
}*/
.warning {
  color: red;
  font-weight: bold;
}

.lower {
  text-transform: lowercase;
}

#footerinfo {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
}

.cookieinfo {
  background: rgb(42, 46, 49);
  color: #fff;
  padding: 5rem 2rem;
  border-top: 2px solid #6022A6;
}
.cookieinfo .text {
  max-width: 1280px;
  margin: 0 auto;
  text-align: left;
  line-height: 1.6;
  padding-top: 0;
}
.cookieinfo .desc {
  float: left;
}
.cookieinfo .buttons {
  padding-top: 5px;
  float: right;
  text-align: right;
  margin-left: 2rem;
}
.cookieinfo .buttons #setcookieok {
  text-decoration: none;
  color: #fff;
  box-shadow: 0 0 10px 0 rgba(115, 219, 229, 0.5);
  background: #69dbe5;
}

.cookieswitch {
  font-size: 1rem;
  color: #222222;
}
.cookieswitch.fa-toggle-on {
  color: #6022A6;
}
.showCookieList {
  color: #6022A6;
  cursor: pointer;
}

#healthcarepro {
  background: #42484d;
}

/*
.mm-menu {
  background-color: $primaryColor;
  background-image: url('/img/bg_mobile_nav.webp');
  background-size: cover;
  font-size: 2rem;
  color: #fff;
  text-transform: uppercase;
  //width: calc(100% - 5rem);
}

.mm-menu .mm-navbar a, .mm-menu .mm-navbar > * {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}

.mm-navbar {
  height: 60px;
  border-bottom: none;
}

.mm-panels > .mm-panel.mm-hasnavbar {
  padding-top: 60px;
}

.mm-navbar > * {
  padding: 20px 0;
}

.mm-listview {
  font-size: 1.6rem;
}

.mm-listview > li > a, .mm-listview > li > span {
  padding: 20px 10px 20px 20px;
  font-weight: bold;
}

.mm-listview > li, .mm-listview > li .mm-next, .mm-listview > li .mm-next:before, .mm-listview > li:after {
  border-color: #fff;
  border: none !important;
}

.mm-menu .mm-listview > li .mm-next:after {
  border-color: #fff;

}

.mm-menu .mm-btn:after, .mm-menu .mm-btn:before {
  border-color: #fff;

}

.mm-navbar .mm-btn:first-child {
  top: 10px;
}

//fix for bootstrap modal
.mm-slideout {
  z-index: auto;
}

.mm-listview > li.active > a, .mm-listview > li.active > span {
  color: #666;
}

.mm-listview.login {
  padding-top: 1rem;

}

.mm-listview.login > li > a, .mm-listview.login > li > span {
  color: #000;
  font-size: 1.2rem;
  padding: 10px 10px 10px 20px;
}

.mm-opened {
  //header {
  //box-shadow: none;
  //position: absolute;
  //}
  //
  //#mmenu, #mmenu .mmenu_others {
  //display: block;
  //}

  .hamburger--collapse .hamburger-inner {
	-webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
	transform: translate3d(0, -10px, 0) rotate(-45deg);
	transition-delay: 0.32s;
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .hamburger--collapse .hamburger-inner::after {
	top: 0;
	opacity: 0;
	transition: top 0.3s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.27s linear;
  }

  .hamburger--collapse .hamburger-inner::before {
	top: 0;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top 0.12s 0.18s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.15s 0.42s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

}
*/
/*
article.flockler-wall-item {
  padding: 0.75rem;
}*/
.flockler-wall-item__media .flockler-wall-item__stat {
  border-radius: 0.25rem !important;
  background: rgba(91, 91, 103, 0.7) !important;
  color: #fff !important;
}
.flockler-wall-item__media .flockler-wall-item__stat .flockler-wall-item__stat__number {
  color: #fff !important;
}

.flockler-wall-item__media__play {
  border-radius: 0.25rem !important;
  border-bottom-left-radius: 0 !important;
  width: 36px !important;
  height: 36px !important;
  background: url(/img/play-button-blue-small.svg) no-repeat !important;
  opacity: 1 !important;
  margin: 0 !important !important;
  top: unset !important;
  right: unset !important;
  left: 0 !important;
  bottom: 0 !important;
}
.flockler-wall-item__media__play .flockler-wall-item__media__play__icon {
  display: none;
}

.flockler-wall-item__showmore::after {
  background-image: linear-gradient(rgba(244, 241, 248, 0) 0%, #F4F1F8 100%) !important;
}

.flockler-posts .flockler-wall-item__showmore button.flockler-wall-item__showmore__button {
  color: #6022A6 !important;
}

.flockler-wall-item__profile__name, a.flockler-wall-item__profile__name {
  color: #222222 !important;
  font-weight: normal !important;
  font-size: 1rem !important;
}

.flockler-posts:not(.flockler-grid-items) a.flockler-btn-load-more {
  font-size: 1.125rem !important;
  color: #6022A6 !important;
  background: url(/img/icons/plus.svg) no-repeat right 1.5rem center !important;
  width: 230px !important;
  padding: 0 !important;
  bottom: 0 !important;
}

.flockler-wall-item__content {
  background: #F4F1F8 !important;
  border-radius: 0.5rem;
  overflow: hidden;
  border: none !important;
}

/*
.flockler-posts--large .flockler-wall-item {
	padding: 15px;
}*/
.flockler-wall-item__body {
  font-size: 0.875rem !important;
  line-height: 1.3125rem !important;
  font-family: "SourceSansPro", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif !important;
  color: #222222 !important;
}

.flockler-wall-item__stats {
  display: none;
}

.flockler-wall-item__profile__avatar {
  width: 3.5rem;
}

.flockler-wall-item__profile__body {
  font-size: 1.4rem;
}

.flockler-wall-item__body a {
  text-decoration: none;
}

.flockler-wall-item__profile__avatar-img {
  height: 3rem;
  width: 3rem;
}

section.application-training {
  background: #fff;
}
section.application-training article {
  max-width: 1280px;
}
section.application-training .name {
  cursor: pointer;
  color: #666;
}
section.application-training .info {
  color: inherit;
}
section.application-training #mailbtn {
  cursor: pointer;
}
section.application-training h2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2rem;
  font-size: 2.2rem;
  line-height: 2.4rem;
}
section.application-training .well {
  padding: 5rem;
  background: #f5f5f5;
  border-radius: 0.5rem;
}
section.application-training .well.mytrainings {
  padding: 2rem;
}
section.application-training #participents .icon {
  margin-left: 5px;
  color: #18b1cd;
}
section.application-training #participents .icon.green i {
  color: #000;
  background: none;
}
section.application-training #selector {
  display: inline-flex;
  gap: 1.5rem;
}
section.application-training #selector .sector {
  flex: 1;
}
section.application-training .well {
  text-align: center;
}
section.application-training .well h2 {
  display: block;
  color: #69dbe5;
}

/*FAQs*/
div.faqs .item {
  margin: 0;
  overflow: hidden;
  border-bottom: 2px solid #F4F1F8;
}
div.faqs .item:first-child {
  border-top: 2px solid #F4F1F8;
}
div.faqs .item.faq {
  width: 100%;
}
div.faqs .item h2, div.faqs .item h3 {
  color: #222222;
  /*padding-bottom: 15px;
           margin-bottom: 5px;
           margin-top: 25px;*/
  margin: 0;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
  padding-right: 48px;
  cursor: pointer;
  background: url("/img/plus.svg") top 30px right no-repeat;
  background-size: 24px 24px;
}
div.faqs .item div.p {
  display: none;
  margin: 0;
  margin-bottom: 25px;
  color: #5B5B67;
  padding-right: 48px;
}
div.faqs .item.open h2, div.faqs .item.open h3 {
  background-image: url("/img/minus.svg");
}
div.faqs.marginTop {
  margin-top: 3.5rem;
}
div.faqs.marginBottom {
  margin-bottom: 3.5rem;
}
@media (max-width: 1139px) {
  div.faqs.marginBottom {
    margin-bottom: 2rem;
  }
}

#glossary {
  display: block;
  max-width: 1220px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-top: 140px;
  padding-bottom: 120px;
}
#glossary .items {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
#glossary .items .item {
  background: #f5f5f5;
  border-radius: 0.3rem;
  padding: 1rem;
}
#glossary .items .item.glossary {
  width: 100%;
}
#glossary .items .item .small {
  margin: 0;
  color: #000000;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 300px;
  height: 2rem;
  white-space: nowrap;
}
#glossary .heading-2 {
  text-align: left;
  padding-right: unset;
  width: unset;
  margin-bottom: 4rem;
}
#glossary .detail h1 {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 4rem;
  text-align: left;
}
#glossary .detail h1 a {
  font-size: 2rem;
  color: #005eb8;
}

/*
body.venue-family{
	background-image: none;
	h2{
		font-size: 2.25rem;
		line-height: 1.2em;
		max-width: 900px;
		margin: 0 auto;
		color: rgba(0, 0, 0, 0.5);
	}

	.intro{
		height: unset;
	}

	.introVideo{
		margin-bottom: 5rem;
	}

	h3,h4{
		max-width: 1070px;
		margin: auto;
	}


	h3.contact{
		margin-bottom: 5rem;
	}


	.contactform{
		max-width: 900px;
		margin: auto;
		background: rgba(245, 245, 245, 0.8);
		border-radius: 15px;
		padding: 2rem;
		margin-bottom: 2rem;
	}

	.description{
		h3{
			text-align: center;
			margin-bottom: 3rem;
		}

		h4{
			font-size: 2.25rem;
			line-height: 1.2em;
			color: #818181;
			text-align: center;
			margin-bottom: 2rem;
		}
	}

	.downloadContainer{
		margin-bottom: 5rem;
	}

	.grid{
		display: grid;

		grid-template-columns: 1fr 1fr;
		gap: 2rem;
		grid-auto-rows: 1fr;

		> div{
			display: flex;
			justify-content: center;

			.highlightContainerText{
				display: flex;
				flex-direction: column;
				align-content: center;
				align-items: center;
				background: rgba(245, 245, 245, 0.8);
				justify-content: space-between;

				h3{
					color: #69dbe5!important;
					font-size: 2.5rem;
				}

				&:hover{
					text-decoration: none;
				}

				.imageContainer{
					display: flex;
					flex-direction: column;
				}
			}
		}

		.pdfImage{
			max-width: 222px;
			margin-bottom: 3rem;
		}
	}
}
*/
.elements {
  gap: 3rem 1.5rem;
}
.elements.img-bottom img {
  margin-bottom: 1.5rem;
}
.elements.text {
  gap: 1.5rem;
}
.elements.text .item {
  background-color: #fff;
  border-radius: 0.5rem;
  border: 1px solid transparent;
}
@media (max-width: 76.5rem) {
  .elements.text .item {
    border-radius: 0.375rem;
  }
}
.elements.text .item:hover {
  border-color: #6022A6;
}
.elements.text .item a {
  padding: 1.5rem;
}
.elements.text .item p {
  color: #5B5B67;
}
.elements.marginTop {
  margin-top: 4rem;
}
.elements.marginBottom {
  margin-bottom: 4rem;
}
.elements.marginTopBottom {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.elements .item {
  position: relative;
  aspect-ratio: unset;
  flex-direction: column;
  justify-content: flex-start;
  align-items: start;
}
.elements .item .fullwidth {
  width: 100%;
}
.elements .item .fullwidth img {
  width: 100%;
}
.elements .item .item-cnt {
  display: flex;
  width: 100%;
  align-items: flex-start;
}
.elements .item .item-cnt .item-txt {
  width: 100%;
}
.elements .item .item-cnt .item-img {
  width: 56px;
  height: 56px;
  position: relative;
}
.elements .item .item-cnt .item-img img {
  border-radius: 28px;
  position: absolute;
}
.elements .item .item-cnt .item-img.two-img img:first-child {
  right: 35px;
  z-index: 10;
}
.elements .item h4, .elements .item .h4 {
  color: #222222;
}
.elements .item .pretitle {
  margin-bottom: 0.5rem;
}
.elements .item .info {
  position: absolute;
  bottom: 1.5rem;
  padding-left: 2.75rem;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  height: 2.25rem;
}
.elements .item .info .fas.fa-check {
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0 0.5rem;
  color: #fff;
}
.elements .item .info .like {
  margin-bottom: 1rem;
  margin-right: 0.4rem;
}
.elements .item .info .time, .elements .item .info .like {
  color: #fff;
  background-color: rgba(34, 34, 34, 0.75);
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0 0.5rem;
  border-radius: 0.25rem;
  float: left;
  margin-bottom: 0;
}
.elements .item .info .like {
  /*background-image: url(/img/icons/heart-inactive.svg);
  background-repeat: no-repeat;
  background-position: center right 0.5rem;
  background-size: auto 1rem;
  padding-right: 1.75rem;
  &.liked {
  	background-image: url(/img/icons/heart-active.svg);
  }*/
}
.elements .item .info .like .like-cnt {
  display: flex;
  align-items: center;
}
.elements .item .info .like img {
  height: 1rem;
  margin: 0 0 0 0.25rem;
  padding: 0;
  border-radius: 0;
}
.imgradiusicon img, img.imgradiusicon {
  border-radius: 0.25rem;
}

.imgradius img, img.imgradius, video {
  border-radius: 0.5rem;
}
@media (max-width: 76.5rem) {
  .imgradius img, img.imgradius, video {
    border-radius: 0.375rem;
  }
}

.imgradiustop img, img.imgradiustop {
  border-radius: 0.5rem;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
@media (max-width: 76.5rem) {
  .imgradiustop img, img.imgradiustop {
    border-radius: 0.375rem;
  }
}

.imgradiusbig img, img.imgradiusbig, #products-solutions .imageContainer {
  border-radius: 1rem;
}
@media (max-width: 76.5rem) {
  .imgradiusbig img, img.imgradiusbig, #products-solutions .imageContainer {
    border-radius: 0.75rem;
  }
}

.videoIcon, .downloadIcon {
  display: block;
  position: relative;
}

.videoIcon::before, .downloadIcon::before {
  content: " ";
  background: url(/img/play-button-blue-small.svg) no-repeat;
  position: absolute;
  bottom: 1.5rem;
  left: 0;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 0.25rem;
  /* @include for-smaller-than-desktop {
           border-bottom-left-radius: 0.375rem;
         }*/
}
.videoIcon.big::before, .downloadIcon.big::before {
  width: 3.5rem;
  height: 3.5rem;
  background-size: 100% auto;
  bottom: calc(50% - 1.75rem);
  left: calc(50% - 1.75rem);
}

.eventLink::before {
  background: none;
}

.downloadIcon::before {
  background: url(/img/download-button-small.svg) no-repeat;
}

a.videoLink.small img, a.videoLink.small img, a.link.small img {
  margin-bottom: 1.5rem;
}

.author {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7361111111rem + 0.3703703704vw, 1rem);
  line-height: 1rem;
  line-height: clamp(1rem, 0.4444444444rem + 1.4814814815vw, 1.5rem);
}

.features {
  gap: 3rem 1.5rem;
}
.features .p:last-child {
  margin-bottom: 0;
}
.features.flexed.grid.fourcol .item {
  margin-bottom: 0;
}
.features.twocol {
  gap: 3rem 1.5rem;
}
.features img {
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
}
@media (max-width: 76.5rem) {
  .features img {
    border-radius: 0.375rem;
  }
}
.features h3, .features .small, .features .pretitle {
  margin-bottom: 0.5rem;
}
.features h3 {
  color: #222222;
}

/*
.slick-dots {
	position: static;
	text-align: center;
	margin-top: 2rem;


	li {
		width: 5rem;
		@include for-phone {
			width: 3rem;
		}

		button {
			width: 5rem;

			&::before {
				background: $grey500;
				width: 5rem;
				height: 0.3rem;
				content: '';
				opacity: 1;
				@include for-phone {
					width: 3rem;
				}
			}
		}

		&.slick-active {
			button {
				&::before {
					background: $primaryColor;
				}
			}
		}
	}
}

.slick-next {
	z-index: 10;
	right: 0;
	width: 4rem;
	height: 4rem;
	right: -1.5rem;
	top: 40%;

	&.slick-disabled:before {
		opacity: 0;
	}

	&:before {
		content: url("/img/slider-button-blue-right.svg");
		//position: absolute;
		opacity: 1;
		//right: 0;
	}
}

.slick-prev {
	z-index: 10;
	left: 0;
	width: 4rem;
	height: 4rem;
	left: -1.5rem;
	top: 40%;

	&.slick-disabled:before {
		opacity: 0;
	}

	&:before {
		content: url("/img/slider-button-blue-left.svg");
		//position: absolute;
		//left: 0;
		opacity: 1;
	}
}
*/
.fullright .swiper-button-next {
  width: 64px;
  height: 64px;
  right: 3.5rem;
  z-index: 10;
}
.fullright .swiper-button-next.swiper-button-disabled {
  opacity: 0 !important;
}
.fullright .swiper-button-prev {
  width: 64px;
  height: 64px;
  left: 3.5rem;
  z-index: 10;
}
.fullright .swiper-button-prev.swiper-button-disabled {
  opacity: 0 !important;
}

section.backgroundDark .swiper-button-next::before {
  content: url(/img/slider-right.svg);
}
section.backgroundDark .swiper-button-prev::before {
  content: url(/img/slider-left.svg);
}

@media (max-width: 767px) {
  .img-icon-container {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media (max-width: 400px) {
  .img-icon-container {
    grid-template-columns: 1fr !important;
  }
}
.img-icon-container .item {
  background: #6022A6;
  margin-bottom: 0;
  border-radius: 0.5rem;
  text-align: center;
  aspect-ratio: unset;
  transition: background-color 0.5s ease-in-out;
}
.img-icon-container .item img {
  padding-bottom: 1.5rem;
}
.img-icon-container .item a {
  color: #fff;
  display: block;
  padding: 3rem 1rem 2rem 1rem;
  width: 100%;
  height: 100%;
}
.img-icon-container .item:hover {
  background: #411771;
}

@media (min-width: 1140px) {
  .gallery-slider .swiper-button-next {
    right: 1.5rem;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .gallery-slider .swiper-button-next {
    right: 2.8rem;
  }
}
@media (min-width: 1140px) {
  .gallery-slider .swiper-button-prev {
    left: -1.5rem;
  }
}

@media (min-width: 768px) {
  #testimonials .testimonialSlider2 .swiper-button-next {
    right: 1.5rem;
  }
}

@media (min-width: 768px) {
  .outsetImgRight {
    margin-right: -7rem;
  }
}

/* MyPocus */
.authorslider p.author {
  margin-bottom: 0.5rem;
}

/* Author */
.author {
  display: flex;
  align-items: center;
}
.author .name {
  font-size: 1.375rem;
}
@media (max-width: 1139px) {
  .author .name {
    font-size: 1.125rem;
  }
}
@media (max-width: 767px) {
  .author {
    display: block;
  }
  .author .author-img-name {
    display: flex;
    align-items: center;
  }
}
.author img {
  width: 3.5rem;
  border-radius: 1.75rem;
  margin-right: 1rem;
}
.author .button {
  margin-left: 1.5rem;
  margin-bottom: 0;
}
.author .button:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  .author .button {
    display: block;
    margin: 1rem 0 0 0;
  }
}

/* Authors */
.authors .slider-container section:nth-child(even) {
  background: #fff;
}
.authors .biggap {
  gap: 7.5rem;
}
.authors .biggap .button {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .authors .biggap {
    gap: 2rem;
    grid-template-columns: 0.7fr 0.5fr;
    align-items: flex-start;
  }
  .authors .biggap h1 {
    margin-bottom: 1rem;
  }
  .authors .biggap .button {
    width: auto;
  }
}
@media (max-width: 400px) {
  .authors .biggap {
    display: flex;
    flex-direction: column-reverse;
  }
  .authors .biggap .imgradius {
    margin-top: -2.375rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .authors .biggap img {
    border-radius: 0;
  }
  .authors .biggap .button {
    width: 100%;
  }
}
.authors .areas {
  margin: 2rem 0 0 0;
}
.authors .areas + .button {
  margin-top: 2rem;
}
.authors .info {
  color: #222222;
  margin-bottom: 0.5rem;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 2rem;
  background-image: url(/img/icons/filter_papers.svg);
}
.authors .info:last-child {
  margin-bottom: 0;
}
.authors .info.course {
  background-image: url(/img/icons/filter_courses.svg);
}
.authors .info.ew {
  background-image: url(/img/icons/filter_webinars.svg);
}
.authors .info.podcast {
  background-image: url(/img/icons/filter_podcasts.svg);
}
.authors .author-social {
  margin-top: 2rem;
  font-size: 1.5rem;
}
.authors .author-social a {
  color: #222222;
  margin-left: 1.5rem;
}
@media (max-width: 400px) {
  .authors .author-social a {
    margin-left: 1rem;
  }
}
@media (max-width: 767px) {
  .authors .author-social {
    font-size: 1.25rem;
  }
}

.authors-journal:nth-child(even) {
  background: #fff;
}
.authors-journal .button:last-child {
  margin-bottom: 0;
}
.authors-journal article {
  /*.twocol {
  	display: flex;
  }
  margin-bottom: 4rem;
  &:last-child {
  	margin-bottom: 0;
  }
  &:nth-child(even) {
  	.twocol {
  		direction: rtl;
  	}
  }*/
}

/* Journal */
.journal {
  /*
  	.text-frame {
  		margin-top: 3rem;
  	}*/
}
@media (min-width: 768px) and (max-width: 1139px) {
  .journal .journal-detail {
    grid-template-columns: 1fr 1fr;
  }
}
.journal .author {
  margin-top: 2rem;
}
.journal .author .author-name-img {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .journal .author {
    display: block;
  }
  .journal .author .author-name-img {
    width: 100%;
    margin-bottom: 1rem;
  }
  .journal .author .button {
    margin-left: 0;
  }
}
.journal .elements .author {
  margin-top: 0;
}
.journal .teaser {
  margin-bottom: 3rem;
}
.journal .text, .journal .text-frame, .journal .textWithImage, .journal .image, .journal .video, .journal .gallery {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .journal .mobileimgtop .twocol {
    display: flex;
    flex-direction: column-reverse;
  }
  .journal .mobileimgtop .twocol .imgradius {
    margin-top: -2.375rem;
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
  .journal .mobileimgtop .twocol .outsetImgRight img {
    border-radius: 0;
  }
}
@media (min-width: 768px) {
  .journal .twocol h1 {
    margin-right: 1.5rem;
  }
}
.journal .text.spliter {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 1px solid #C7C8CF;
  border-bottom: 0;
  padding-bottom: 0;
}
.journal .teaser {
  color: #222222;
  padding-right: 15%;
}
.journal h3 {
  color: #222222;
}
.journal p {
  font-size: 1rem;
  font-size: clamp(1rem, 0.8611111111rem + 0.3703703704vw, 1.125rem);
  line-height: 1.5rem;
  line-height: clamp(1.5rem, 1.2222222222rem + 0.7407407407vw, 1.75rem);
  margin-bottom: clamp(1rem, 0.06rem + 1.18vw, 1.5rem);
}
.journal p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .journal .textWithImage .right {
    display: flex;
    flex-direction: column-reverse;
    text-align: left;
  }
}
.journal .textWithImage .top img {
  margin-bottom: 1rem;
  border-radius: 1rem;
}
@media (max-width: 76.5rem) {
  .journal .textWithImage .top img {
    border-radius: 0.75rem;
  }
}
.journal .textWithImage .bottom img {
  margin-top: 1rem;
  border-radius: 1rem;
}
@media (max-width: 76.5rem) {
  .journal .textWithImage .bottom img {
    border-radius: 0.75rem;
  }
}
.journal .textWithImage p {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .journal .textWithImage p {
    font-size: 0.95rem;
  }
}
.journal .textWithImage p:last-child {
  margin-bottom: 0;
}
.journal .image {
  border-radius: 1rem;
}
@media (max-width: 76.5rem) {
  .journal .image {
    border-radius: 0.75rem;
  }
}
.journal .text-frame {
  background: #E3F4F6;
  padding: 3rem;
  border-radius: 1rem;
}
@media (max-width: 76.5rem) {
  .journal .text-frame {
    border-radius: 0.75rem;
  }
}
@media (max-width: 767px) {
  .journal .text-frame {
    padding: 2rem 1.5rem;
  }
}
.journal .text-frame ul {
  padding-left: 1em;
}
.journal .gallery.imglinks {
  flex-wrap: wrap;
}
.journal .gallery.imglinks a {
  position: relative;
  display: block;
}
.journal .gallery.imglinks a:after {
  content: url(/img/magnifier.svg);
  position: absolute;
  bottom: 0.2rem;
  right: 1rem;
}
.journal .gallery.row25 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .journal .gallery.row25 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 400px) {
  .journal .gallery.row25 {
    grid-template-columns: 1fr;
  }
}
.journal .gallery.row33 {
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .journal .gallery.row33 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 400px) {
  .journal .gallery.row33 {
    grid-template-columns: 1fr;
  }
}
.journal .gallery.row50 {
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 400px) {
  .journal .gallery.row50 {
    grid-template-columns: 1fr;
  }
}
.journal .gallery.row100 {
  grid-template-columns: 1fr;
}

/* Image Container */
.imageContainerNew {
  border-radius: 0.5rem;
  background: #F4F1F8;
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  width: 100%;
  justify-content: center;
  position: relative;
}
@media (max-width: 76.5rem) {
  .imageContainerNew {
    border-radius: 0.375rem;
  }
}
.imageContainerNew img {
  padding: 1.5rem;
  width: 50%;
}

/* TWO-COL FEATURED */
.featured img {
  margin-bottom: 1.5rem;
}
.featured h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  margin-bottom: 2rem;
  letter-spacing: 0;
}
.featured h3 {
  color: #222222;
}
.featured p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

/* POST - RELEATED */
.post {
  display: grid;
  grid-template-columns: 7fr 4fr;
  gap: 7rem;
}
@media (max-width: 1139px) {
  .post {
    display: block;
  }
}
@media (max-width: 1139px) {
  .post .content {
    margin-bottom: 3rem;
  }
}

/* EXAMS */
.exams ul {
  margin-bottom: 0;
}
.exams.exams-bottom {
  padding-top: 0;
  background-image: url(/img/various-exams-with-gradient-background.webp);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto 100%;
}
.exams.exams-bottom.exams-sl {
  background-image: url(/img/various-exams-with-gradient-background-SL.webp);
}
.exams.exams-bottom article {
  border-top: 1px solid #C7C8CF;
}
@media (max-width: 767px) {
  .exams.exams-bottom {
    background-image: none !important;
    padding-bottom: 0;
  }
}
.exams .twocol.bordercol {
  gap: 0;
}
.exams .twocol.bordercol > .item h3 {
  margin-bottom: 1.5rem;
}
.exams .twocol.bordercol > .item:first-child {
  padding-right: 1.5rem;
  border-right: 1px solid #C7C8CF;
}
.exams .twocol.bordercol > .item:last-child {
  padding-left: 1.5rem;
}
@media (max-width: 767px) {
  .exams .twocol.bordercol > .item:first-child {
    padding-right: 0;
    border-right: 0;
  }
  .exams .twocol.bordercol > .item:last-child {
    padding-left: 0;
    padding-top: 2rem;
  }
}
.exams .fourcol .item, .exams .threecol .item {
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  aspect-ratio: auto;
}
.exams .p {
  margin-bottom: 0.5rem;
  color: #222222;
}
.exams .small, .exams ul li, .exams h3 {
  color: #5B5B67;
}
.exams .spliter {
  min-height: 415px;
  align-content: center;
  /*margin-top: 6rem;*/
  padding: 2.375rem 1.25rem;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 767px) {
  .exams .spliter {
    min-height: auto;
    display: flex;
    flex-direction: column-reverse;
    gap: 0;
  }
}
@media (min-width: 768px) {
  .exams .spliter {
    padding: 3.25rem 1.5rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .exams .spliter .spliter-cnt {
    padding-left: 1rem;
    /*.small {  color: $grey500; }*/
  }
}
@media (min-width: 1140px) {
  .exams .spliter {
    padding: 6rem 2.625rem;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }
  .exams .spliter .spliter-cnt {
    padding-left: 6rem;
  }
}
.exams .spliter h3 {
  margin-bottom: 1rem;
}
.exams .spliter .small, .exams .spliter h3 {
  /*color: $grey1000;*/
}

/* Related - rechte Spalte  */
.content .spliter {
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  border-bottom: 1px solid #C7C8CF;
}

.related .spliter, .featured .spliter {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #C7C8CF;
}
/* ALERT */
.alert-info {
  margin-top: 1.5rem;
}

/* FORM */
form.standard {
  /*input:-internal-autofill-selected	{
  	background-color: $grey100 !important;
  }*/
}
form.standard fieldset {
  margin-bottom: 1.5rem;
}
form.standard fieldset.spliter {
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #C7C8CF;
}
form.standard.btn-input {
  display: flex;
}
@media (max-width: 400px) {
  form.standard.btn-input {
    display: block;
  }
}
form.standard.btn-input input {
  max-width: 350px;
}
@media (min-width: 401px) {
  form.standard.btn-input input {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (max-width: 767px) {
  form.standard.btn-input input {
    max-width: unset;
  }
}
form.standard.btn-input button {
  margin-bottom: 0;
}
@media (min-width: 401px) {
  form.standard.btn-input button {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (max-width: 767px) {
  form.standard.btn-input button {
    width: auto;
  }
}
@media (max-width: 400px) {
  form.standard.btn-input button {
    width: 100%;
    margin-top: 1rem;
  }
}
form.standard .input-icon {
  display: flex;
}
form.standard .input-icon input {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
form.standard .input-icon .input-group-text {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-color: 1px solid #5B5B67;
  background: #FBF9FD;
  border-left: 0;
}
form.standard .input-icon .input-group-text .fa {
  color: #222222;
}
form.standard .marginTop {
  margin-top: 1.5rem;
}
form.standard .grid label {
  color: #5B5B67;
}
form.standard p.small {
  font-size: 0.875rem;
  line-height: 1.3175rem;
}
form.standard ul {
  padding-left: 1.9rem;
}
form.standard ul li {
  font-size: 0.875rem;
  line-height: 1.3175rem;
}
form.standard label {
  display: block;
  font-size: 1rem;
  line-height: 1.5rem;
  color: #222222;
}
form.standard label.big {
  font-size: 1.125rem;
  line-height: 1.625rem;
}
form.standard label.error {
  margin-top: 0.5rem;
  color: #A32940;
}
form.standard select, form.standard input, form.standard textarea {
  background-color: #FBF9FD;
  border: 1px solid #C7C8CF;
  border-radius: 0.25rem;
  padding: 10px 6px;
  font-size: 1rem;
  width: 100%;
  line-height: 1.5rem;
}
form.standard select {
  color: #222222;
  appearance: none;
  background: #FBF9FD url("/img/down-small.svg") center right 12px no-repeat;
}
form.standard input[type=checkbox], form.standard input[type=radio] {
  accent-color: #6022A6;
  width: unset;
}
form.standard .radio-container {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin-bottom: 1rem;
}
form.standard .radio-container input[type=radio] {
  margin-right: 0.5rem;
}
form.standard .radio-container input[type=text] {
  margin-left: 5rem;
  width: 360px;
  max-width: 100%;
}
@media (max-width: 767px) {
  form.standard .radio-container {
    display: block;
  }
  form.standard .radio-container input[type=text] {
    margin-left: 0;
    width: 100%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
  form.standard .radio-container input[type=text]:last-child {
    margin-bottom: 0;
  }
}

/* Info-Alert */
div.info-alert {
  margin-top: 1.5rem;
  color: #222222;
  padding: 1.5rem;
  border-radius: 0.25rem;
  background-color: #F4F1F8;
  text-align: center;
}

/* MARKETO */
.modal-dialog, .modal-content {
  border-radius: 1rem;
}
@media (max-width: 76.5rem) {
  .modal-dialog, .modal-content {
    border-radius: 0.75rem;
  }
}

.marketoModal .modal-dialog, .modalscreen .modal-dialog {
  max-width: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (max-width: 767px) {
  .marketoModal .modal-dialog, .modalscreen .modal-dialog {
    padding-right: 0;
    padding-left: 0;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .marketoModal .modal-dialog, .modalscreen .modal-dialog {
    max-width: 59.125rem;
  }
}
.marketoModal .modal-dialog .modal-header, .modalscreen .modal-dialog .modal-header {
  padding-top: 3rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  border-bottom: none;
  position: relative;
}
@media (min-width: 768px) {
  .marketoModal .modal-dialog .modal-header, .modalscreen .modal-dialog .modal-header {
    padding-left: 6.125rem;
    padding-right: 6.125rem;
  }
}
.marketoModal .modal-dialog .modal-header #formClose, .modalscreen .modal-dialog .modal-header #formClose {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.5rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
}
@media (min-width: 768px) {
  .marketoModal .modal-dialog .modal-header #formClose, .modalscreen .modal-dialog .modal-header #formClose {
    padding: 2rem;
  }
}
.marketoModal .modal-dialog .modal-body, .modalscreen .modal-dialog .modal-body {
  padding-bottom: 4rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
@media (min-width: 768px) {
  .marketoModal .modal-dialog .modal-body, .modalscreen .modal-dialog .modal-body {
    padding-left: 6.125rem;
    padding-right: 6.125rem;
  }
}
.marketoModal .modal-dialog .form .mktoForm label.mktoLabel, .modalscreen .modal-dialog .form .mktoForm label.mktoLabel {
  padding-left: 26px;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8611111111rem + 0.3703703704vw, 1.125rem);
  line-height: 1.25rem;
  line-height: clamp(1.25rem, 0.8333333333rem + 1.1111111111vw, 1.625rem);
  color: #5B5B67 !important;
  font-family: "SourceSansPro", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif !important;
}
.marketoModal .modal-dialog .form .mktoForm select.mktoField, .marketoModal .modal-dialog .form #FirstName, .marketoModal .modal-dialog .form #LastName, .marketoModal .modal-dialog .form #Email, .marketoModal .modal-dialog .form #formCompanyName, .marketoModal .modal-dialog .form #formLeadNotes, .marketoModal .modal-dialog .form #PostalCode, .marketoModal .modal-dialog .form #City, .marketoModal .modal-dialog .form #Phone, .modalscreen .modal-dialog .form .mktoForm select.mktoField, .modalscreen .modal-dialog .form #FirstName, .modalscreen .modal-dialog .form #LastName, .modalscreen .modal-dialog .form #Email, .modalscreen .modal-dialog .form #formCompanyName, .modalscreen .modal-dialog .form #formLeadNotes, .modalscreen .modal-dialog .form #PostalCode, .modalscreen .modal-dialog .form #City, .modalscreen .modal-dialog .form #Phone {
  background-color: #FBF9FD !important;
  border: 1px solid #C7C8CF !important;
  font-family: "SourceSansPro", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif !important;
  border-radius: 0.25rem !important;
}
.marketoModal .modal-dialog .form .mktoHtmlText p, .marketoModal .modal-dialog .form .mktoHtmlText a, .modalscreen .modal-dialog .form .mktoHtmlText p, .modalscreen .modal-dialog .form .mktoHtmlText a {
  font-size: 0.875rem;
  font-size: clamp(0.875rem, 0.7361111111rem + 0.3703703704vw, 1rem);
  line-height: 1.25rem;
  line-height: clamp(1.25rem, 0.9722222222rem + 0.7407407407vw, 1.5rem);
  color: #5B5B67 !important;
  text-decoration: none;
  font-family: "SourceSansPro", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif !important;
}
.marketoModal .modal-dialog .form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton, .modalscreen .modal-dialog .form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  border-radius: 8px !important;
}
@media (min-width: 768px) {
  .marketoModal .modal-dialog .form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton, .modalscreen .modal-dialog .form .mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    max-width: 150px;
    background: #6022A6 !important;
    border-color: #6022A6 !important;
    padding: 13px 24px 12px !important;
    text-transform: none !important;
    letter-spacing: 0px !important;
    font-family: "SourceSansPro", "HelveticaNeueLight", "HelveticaNeue-Light", "Helvetica Neue Light", "HelveticaNeue", "Helvetica Neue", Arial, sans-serif !important;
  }
}

/* Live */
.live-icon {
  position: absolute;
  top: 2rem;
  left: 2rem;
}

/* Video - Detail */
.detail .video {
  margin-bottom: 2rem;
}
.detail .video img {
  width: 100%;
}
.detail h3, .detail h4 {
  color: #222222;
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: unset;
}
.detail .related h3, .detail .related h4 {
  font-size: 1.375rem;
  line-height: 1.875rem;
}
.detail .related .imageContainerNew img {
  margin-bottom: 0;
  width: 90%;
}
.detail .downloads {
  border-top: 1px solid #C7C8CF;
  padding-top: clamp(1rem, 0.12rem + 2.35vw, 2rem);
  margin-top: clamp(1rem, 0.12rem + 2.35vw, 2rem);
}
.detail .downloads .small p {
  margin-bottom: 0;
}
.detail .text {
  word-break: break-word;
}
.detail .text hr {
  border-color: #C7C8CF;
  margin: clamp(1rem, 0.12rem + 2.35vw, 2rem) 0;
}
.detail .text a {
  text-decoration: none;
  color: #6022A6;
}
.detail .text a.button {
  color: #fff;
}
.detail .text h3, .detail .text h4 {
  margin-top: 3rem;
}
.detail .text h3:fist-child, .detail .text h4:fist-child {
  margin-top: 0;
}
@media (max-width: 767px) {
  .detail .text h3, .detail .text h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
.detail .text ul {
  margin-left: 2rem;
  font-size: 1rem;
  font-size: clamp(1rem, 0.8611111111rem + 0.3703703704vw, 1.125rem);
  line-height: 1.5rem;
  line-height: clamp(1.5rem, 1.2222222222rem + 0.7407407407vw, 1.75rem);
}
.detail .content .author {
  margin: 2.5rem 0;
  border-bottom: 1px solid #C7C8CF;
  padding-bottom: 2.5rem;
}
.detail .related .item {
  margin-bottom: 2rem;
}
.detail .related .item:last-child {
  margin-bottom: 0;
}

/* Seetings */
.banner {
  background: #FBF9FD;
  padding: 2rem 2.5rem;
  margin-top: 6rem;
  border-radius: 1rem;
  color: #222222;
  display: flex;
  align-items: center;
}
@media (max-width: 76.5rem) {
  .banner {
    border-radius: 0.75rem;
  }
}
.banner.smallmargintop {
  margin-top: 3rem;
}
@media (max-width: 767px) {
  .banner.smallmargintop {
    margin-top: 2rem;
  }
}
.banner .small {
  margin-bottom: 0;
}
@media (max-width: 1139px) {
  .banner {
    margin-top: 3.25rem;
  }
}
.banner .button {
  margin: 0 0 0 1rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  .banner {
    display: block;
  }
  .banner .button {
    margin-left: 0;
    margin-top: 1rem;
  }
}

.item-table {
  color: #222222;
}
.item-table p {
  margin-bottom: 0;
  width: 50%;
}
.item-table .button {
  margin-bottom: 0;
}
.item-table .item {
  margin: 2rem 0;
  padding-bottom: 2rem;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #C7C8CF;
  /*&:last-child {
  	border-bottom: 0;
  }*/
}
@media (max-width: 767px) {
  .item-table .item {
    display: block;
    margin: 1.5rem 0;
    padding-bottom: 1.5rem;
  }
}
.item-table .item .areas {
  margin-top: 2rem;
}
.item-table .item .small {
  margin-bottom: 0;
}
.item-table .item ul {
  font-size: 0.875rem;
  line-height: 1.3175rem;
  color: #5B5B67;
}
.item-table .item.block {
  display: block;
}
.item-table .item:first-child {
  margin-top: 0;
}

.banner-container {
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .banner-container {
    margin-bottom: 2rem;
  }
}

.button-container {
  margin-top: 3rem;
}

/* Applications Training */
#signature {
  border: 1px dotted #C7C8CF;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
}

#signature img {
  display: none;
}

/* Cookie Info Modal */
#healthcareProModal #cookieList2 .table {
  margin-bottom: 0;
}
#healthcareProModal .modal-header {
  border: 0;
  padding: 4rem 4rem 2rem 4rem;
}
#healthcareProModal .modal-header h2 {
  font-size: 3rem;
  line-height: 3.25rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #healthcareProModal .modal-header h2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}
@media (max-width: 767px) {
  #healthcareProModal .modal-header {
    padding: 3rem 1.25rem 2rem 1.25rem;
  }
}
#healthcareProModal .modal-body {
  padding: 0 4rem 2rem 4rem;
  border: 0;
}
@media (max-width: 767px) {
  #healthcareProModal .modal-body {
    padding: 0 1.25rem 2rem 1.25rem;
  }
}
#healthcareProModal .modal-footer {
  padding: 0 4rem 4rem 4rem;
  border: 0;
}
@media (max-width: 767px) {
  #healthcareProModal .modal-footer {
    padding: 0 1.25rem 3rem 1.25rem;
  }
}
#healthcareProModal .modal-footer .button {
  margin-bottom: 0;
}
#healthcareProModal .modal-footer .button:last-child {
  margin-right: 0;
}
@media (max-width: 767px) {
  #healthcareProModal .modal-footer .button {
    width: auto;
    margin-left: 0.5rem;
  }
}

/* Free Member Modal */
#freeMemberModal #formClose {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1.5rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
  z-index: 10;
}
@media (max-width: 767px) {
  #freeMemberModal #formClose {
    top: 1rem;
  }
}
@media (min-width: 768px) {
  #freeMemberModal #formClose {
    padding: 2rem;
  }
}
#freeMemberModal .modal-body {
  padding: 0;
}
#freeMemberModal .modal-dialog {
  max-width: 960px;
}
#freeMemberModal .teaser, #freeMemberModal .small a {
  color: #C7C8CF;
}
#freeMemberModal h3, #freeMemberModal .modalAccessList {
  color: #222222;
}
#freeMemberModal .modalAccessList {
  margin-top: 3rem;
}
#freeMemberModal .modalAccessList .modalAccessItem {
  display: block;
}
#freeMemberModal .modalAccessList img {
  width: 2rem;
  margin-bottom: 1rem;
}
#freeMemberModal .extra_small {
  font-size: 1rem;
  margin-top: 3rem;
}
@media (max-width: 767px) {
  #freeMemberModal .extra_small {
    margin-top: 1rem;
  }
}
#freeMemberModal .twocol {
  gap: 0;
}
#freeMemberModal .twocol .item {
  padding: 3.625rem 2.5rem 3rem 2.5rem;
  border-top: 1.125rem solid #45B2C5;
  border-radius: 1rem 0 0 1rem;
}
@media (max-width: 76.5rem) {
  #freeMemberModal .twocol .item {
    border-radius: 0.75rem 0 0 0.75rem;
  }
}
#freeMemberModal .twocol .item.bgPrimaryColor {
  border-radius: 0 1rem 1rem 0;
}
@media (min-width: 768px) {
  #freeMemberModal .twocol .item.bgPrimaryColor {
    border-top: 0;
  }
}
@media (max-width: 76.5rem) {
  #freeMemberModal .twocol .item.bgPrimaryColor {
    border-radius: 0 0.75rem 0.75rem 0;
  }
}

/* Login Modal */
#loginModal #formClose {
  position: absolute;
  right: 2rem;
  top: 2rem;
}
#loginModal .modal-header {
  border-bottom: 0;
  padding: 4rem 4rem 3rem 4rem;
}
@media (max-width: 767px) {
  #loginModal .modal-header {
    padding: 3rem 1.25rem 1.5rem 1.25rem;
  }
}
#loginModal .modal-header h2 {
  font-size: 3rem;
  margin-bottom: 0;
}
#loginModal .modal-body {
  padding: 0;
}
#loginModal .modal-body .button {
  margin-bottom: 2rem;
}
#loginModal .modal-body h3, #loginModal .modal-body .small {
  color: #222222;
}
#loginModal .modal-body .small {
  margin-bottom: 0.5rem;
}
#loginModal .modal-body .ssobox {
  padding: 0 4rem 2rem 4rem;
}
@media (max-width: 767px) {
  #loginModal .modal-body .ssobox {
    padding: 0 1.25rem 1.5rem 1.25rem;
  }
}
#loginModal .modal-body .employeebox {
  padding: 2rem 4rem 4rem 4rem;
  border-radius: 0 0 1rem 1rem;
  background-color: #F4F1F8;
}
@media (max-width: 76.5rem) {
  #loginModal .modal-body .employeebox {
    border-radius: 0 0 0.75rem 0.75rem;
  }
}
@media (max-width: 767px) {
  #loginModal .modal-body .employeebox {
    padding: 1.5rem 1.25rem 3rem 1.25rem;
  }
}
#loginModal .modal-body .club-colored {
  background-color: #F4F1F8;
  padding: 2rem 4rem 2rem 4rem;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #loginModal .modal-body .club-colored {
    padding: 1.5rem 1.25rem 1.5rem 1.25rem;
  }
}
#loginModal .modal-body form {
  padding: 2rem 4rem 4rem 4rem;
}
@media (max-width: 767px) {
  #loginModal .modal-body form {
    padding: 1.5rem 1.25rem 3rem 1.25rem;
  }
}
#loginModal .modal-body form .button {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #loginModal .modal-body form .button {
    width: auto;
  }
  #loginModal .modal-body form .button:first-child {
    margin-bottom: 1rem;
    margin-right: 0.5rem;
  }
}

hr {
  border-color: #C7C8CF;
}

/* Fancybox */
.application-training .fancybox-bg {
  background-color: rgba(0, 0, 0, 0.5);
}

.modalstyle {
  border-radius: 1rem;
  padding: 3rem 6.125rem;
  width: calc(748px + 12.25rem);
}
.modalstyle .fancybox-button {
  right: 1.5rem;
  top: 1.5rem;
  padding: 0 !important;
  opacity: 1 !important;
  width: 2rem !important;
  height: 2rem !important;
}
.modalstyle .fancybox-button img {
  width: 100% !important;
}
@media (max-width: 76.5rem) {
  .modalstyle {
    border-radius: 0.75rem;
  }
}
@media (max-width: 767px) {
  .modalstyle {
    padding-bottom: 4rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .modalstyle .btn-container .button:last-child {
    margin-bottom: 0;
  }
}
.modalstyle .info-alert + .btn-container {
  margin-top: 1.5rem;
}
.modalstyle fieldset:last-child {
  margin-bottom: 0;
}
.modalstyle form {
  /*.marginTop {
  	margin-top: 3rem;
  }*/
}
.modalstyle form textarea {
  height: 240px;
}
.modalstyle form textarea.smallheight {
  height: 120px;
}
.modalstyle p {
  color: #222222;
}
.modalstyle h3 {
  color: #222222;
  margin-bottom: 3rem;
  margin-right: 3rem;
}

.imgblock img.mainimg {
  display: block;
}

section.socialwallheader {
  padding-bottom: 0;
  padding-top: 4rem;
}

section.socialwall {
  padding-top: 4rem;
}

.consentReopen {
  cursor: pointer;
}

.evidon-switch-slider.slideron {
  background-color: #640ACD;
}

nav.main .level2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  padding-left: 2rem;
  display: none;
}
nav.main .level2 > ul {
  max-height: 100%;
  background: #F4F1F8;
  width: 71.25rem;
  margin: 0 auto 0 auto;
  position: relative;
  left: 20rem;
  padding-left: 2rem;
  height: 100%;
}
nav.main .level2 > ul li {
  pointer-events: all;
  opacity: 1;
}
nav.main .level2 > ul li:first-child {
  padding-top: 1.4rem;
}

@media (max-width: 1139px) {
  #socialWallButton {
    display: none;
  }
}

#mnav1 {
  display: block;
  position: absolute;
  left: 0;
}
#mnav1.left {
  left: -100%;
}

.back {
  color: #6022A6;
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.back img {
  position: relative;
  top: -1px;
}

.subMenueContainer {
  display: flex;
}
.subMenueContainer button {
  background-color: transparent;
  border: none;
}
.subMenueContainer button img {
  border-radius: 0;
}
.subMenueContainer a.active {
  color: #6022A6;
}

.subMenueFolded {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.5s ease-in-out, max-height 0.5s ease-in-out;
}
.subMenueFolded li:first-of-type {
  padding-top: 1rem;
}
.subMenueFolded li a {
  color: #5b5b67 !important;
  padding-left: 1rem;
}
.footerHeadline.active {
  color: #6022A6;
}

.subMenueFolded.visible {
  max-height: 500px; /* Set to a value that will be larger than the expected max height */
  opacity: 1;
}

.showFoldedSubMenue img {
  transition: transform 0.5s ease-in-out;
}

.showFoldedSubMenue.active img {
  transform: rotate(180deg);
}

#warning {
  position: fixed;
  width: 100%;
  height: 100vh;
  bottom: 0;
  top: 0;
  z-index: 1200;
  background: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
}
#warning .content {
  background: #fff;
  width: 100%;
  top: 5rem;
  position: absolute;
  padding-top: 2rem;
  padding-bottom: 5rem;
}
#warning .top {
  height: 90px;
  border-bottom: 1px solid #d7d8db;
  padding: 15px;
}
#warning .top img {
  width: 60px;
  height: 60px;
}
#warning .main {
  padding: 1rem;
  max-width: 71.25rem;
  margin: 0 auto;
  font-size: 20px;
}
#warning .main h3 {
  font-weight: 400;
}
#warning .main span.note {
  font-size: 90%;
  color: #63666a;
}
#warning.info {
  background: #E5961B;
  background-image: linear-gradient(180deg, #E97D15 20%, #E5961B 100%);
  text-align: center;
  font-size: 80%;
}
#warning .eabutton {
  height: 48px;
  padding: 15px 40px 13px 40px;
}
@media (max-width: 767px) {
  #warning .eabutton {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #warning .siteselect {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #warning .siteselect ul li {
    width: 100%;
  }
}
#warning .siteselect ul li ul {
  background: #fff;
  border-radius: 5px;
  box-shadow: none;
  padding: 5px 8px 0 5px;
  height: 200px;
  overflow: auto;
}
#warning .siteselect ul li ul li img {
  height: 20px;
  margin-right: 5px;
}
@media (min-width: 768px) {
  #warning .eabutton.hidewarning {
    margin-left: 2rem;
  }
}

section#hero.events {
  background-image: url(/img/events-hero.webp);
}
@media (max-width: 767px) {
  section#hero.events {
    background-size: 200% auto;
    background-position: top center;
  }
  section#hero.events .twocol {
    padding-top: calc(62% + 2rem);
  }
}

section#eventdetail .related .button {
  margin-bottom: 2rem;
  width: 100%;
}
section#eventdetail .header {
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  section#eventdetail .header {
    gap: 4rem;
    margin-bottom: 6rem;
  }
}
section#eventdetail .signup {
  margin-bottom: 2rem;
}
section#eventdetail .link {
  font-size: 1.25rem;
}

.item.animate .carearea img {
  max-height: 88px;
  width: auto;
  height: auto;
}

header article {
  display: flex;
}
header article #logo {
  display: block;
  margin-right: 2rem;
  max-width: 140px;
}
header article #logo img {
  width: 100%;
}

header {
  height: 5.25rem;
  position: fixed;
  width: 100%;
  z-index: 20;
  background-color: #fff;
  border-bottom: 1px solid #D7DEE7;
  top: 0;
  padding: 0 1.25rem;
}
@media (min-width: 768px) and (max-width: 1139px) {
  header {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1140px) {
  header {
    padding: 0 2.625rem;
  }
}
header.dark {
  background-color: #222222;
  color: #fff;
}
header article {
  height: 100%;
  max-width: 71.25rem;
  display: flex;
  margin: 0 auto;
  align-items: center;
  justify-content: space-between;
}
header article #logo {
  text-decoration: none;
}
header article #logo img {
  height: 4rem;
  margin-right: 1.25rem;
}
header nav {
  display: flex;
  align-items: center;
  font-size: 1.125rem;
}
header nav .navLinks {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  header nav .navLinks {
    display: none;
  }
}
header nav a, header nav span {
  display: block;
  margin-right: 1.5rem;
  text-decoration: none;
}

nav.main {
  height: 100%;
}
@media (max-width: 1139px) {
  nav.main {
    display: none;
  }
  nav.main.footer {
    display: block;
  }
}
@media (max-width: 1139px) and (max-width: 1139px) {
  nav.main.footer ul {
    flex-wrap: wrap;
  }
  nav.main.footer ul li {
    height: unset;
  }
}
nav.main a, nav.main span {
  color: #222222;
  cursor: pointer;
  font-size: 1rem;
}
nav.main a:hover, nav.main span:hover {
  text-decoration: none;
  color: #6022A6;
}
nav.main > ul {
  height: 100%;
}
nav.main > ul > li > div {
  width: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  margin-top: 1px;
  padding: 0 1.25rem;
}
@media (min-width: 768px) and (max-width: 1139px) {
  nav.main > ul > li > div {
    padding: 0 1.5rem;
  }
}
@media (min-width: 1140px) {
  nav.main > ul > li > div {
    padding: 0 2.625rem;
  }
}
nav.main > ul > li > a, nav.main > ul > li > span {
  display: flex;
  align-items: center;
  height: 100%;
}
nav.main ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  align-items: center;
}
nav.main > ul {
  height: inherit;
}
nav.main > ul > li {
  height: 100%;
}
nav.main > ul > li.active > a, nav.main > ul > li.active > span {
  color: #6022A6;
}
nav.main > ul > li.open > a, nav.main > ul > li.open > span {
  position: relative;
}
nav.main > ul > li.open > a::after, nav.main > ul > li.open > span::after {
  content: " ";
  position: absolute;
  bottom: -1px;
  background: #6022A6;
  height: 4px;
  width: 100%;
}
nav.main > ul > li ul {
  max-width: 71.25rem;
  margin: 0 auto;
  flex-direction: column;
  display: block;
  background: #fff;
  height: auto;
  transition-property: max-height;
  transition-duration: 0.4s;
  transition-timing-function: ease-out;
  max-height: 0;
  overflow: hidden;
}
nav.main > ul > li ul li {
  padding: 0.5rem;
  padding-left: 0;
  white-space: nowrap;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.2s ease;
}
nav.main > ul > li ul li a {
  display: inline;
}
nav.main > ul > li ul li:first-child {
  padding-top: 2.5rem;
}
nav.main > ul > li ul li:last-child {
  padding-bottom: 2.5rem;
}
nav.main > ul > li ul li a, nav.main > ul > li ul li span {
  color: #1f1f1f;
}
nav.main > ul > li ul li.active a, nav.main > ul > li ul li.active span {
  color: #6022A6;
}
nav.main > ul > li ul li.active a {
  color: #1f1f1f;
}
nav.main > ul > li ul li.active a.active {
  color: #6022A6;
}
nav.main > ul > li.open > div {
  border-bottom: 1px solid #D7DEE7;
  margin-top: 1px;
}
nav.main > ul > li.open > div > ul {
  max-height: 400px;
}
nav.main > ul > li.open > div > ul li {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
  display: flex;
  justify-content: space-between;
}
nav.main > ul > li.open > div > ul li .showsubnav {
  margin: 0;
  padding: 0 0.5rem;
  position: absolute;
  left: 25%;
  cursor: pointer;
}
nav.main > ul > li.open > div > ul li:nth-child(2) {
  transition-delay: 0.15s;
}
nav.main > ul > li.open > div > ul li:nth-child(3) {
  transition-delay: 0.2s;
}
nav.main > ul > li.open > div > ul li:nth-child(4) {
  transition-delay: 0.25s;
}
nav.main > ul > li.open > div > ul li:nth-child(5) {
  transition-delay: 0.3s;
}
nav.main > ul > li.open > div > ul li:nth-child(6) {
  transition-delay: 0.35s;
}
nav.main > ul > li.open > div > ul li:nth-child(7) {
  transition-delay: 0.4s;
}

#rightnav {
  display: flex;
  align-items: center;
  color: #222222;
  height: 100%;
  position: relative;
}
#rightnav .admin {
  /*@include for-desktop {
  	position: absolute;
  	top: 0.25rem;
  	right: 0;
  	color: $purple;
  }*/
}
#rightnav .login {
  display: flex;
  align-items: center;
  height: 100%;
}
#rightnav .login a {
  margin-left: 1rem;
}
#rightnav a {
  color: #222222;
}
#rightnav .search {
  height: 100%;
  position: relative;
}
@media (min-width: 1140px) {
  #rightnav .search.active::after {
    content: " ";
    position: absolute;
    bottom: 0;
    background: #6022A6;
    height: 4px;
    width: 100%;
  }
}
#rightnav .search .icon {
  height: 100%;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#rightnav .search .searchbox {
  height: auto;
  display: none;
  position: absolute;
  top: 5.25rem;
  right: 0;
  padding: 2rem 1.5rem;
  background: #fff;
}
@media (max-width: 767px) {
  #rightnav .search .searchbox {
    right: -7rem;
  }
}
#rightnav .search .searchbox form {
  border: 1px solid #6022A6;
  background: #FBF9FD;
  display: flex;
}
#rightnav .search .searchbox form input, #rightnav .search .searchbox form button {
  border: 0;
  background: 0;
  padding: 0.5rem;
}
#rightnav .search .searchbox form input {
  width: 15rem;
  max-width: 100%;
}
#rightnav .search .searchbox form button img {
  max-width: none;
}

.cloudImage {
  margin-left: 0.5rem;
}
@media (max-width: 767px) {
  .cloudImage {
    max-width: 30px;
  }
}

nav#language {
  transition: 0.8s ease-in-out;
  z-index: 1;
  position: relative;
  max-width: 20px;
  height: 100%;
}
@media (max-width: 767px) {
  nav#language {
    display: none;
  }
}
nav#language ul.showlang {
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
nav#language ul.showlang img {
  width: 100%;
}
nav#language ul.showlang > li {
  padding: 1rem 0;
  height: 100%;
  display: flex;
  align-items: center;
}
nav#language ul.showlang li:hover ul.lang {
  opacity: 1;
  left: -2.5rem;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
nav#language ul.lang {
  border: 1px solid #dbdbdb;
  background: #fff;
  position: absolute;
  top: 5.2rem;
  left: -9999px;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  opacity: 0;
  z-index: 999;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  padding: 1rem 0;
}
nav#language ul.lang li {
  display: block;
  padding: 0.3rem 1.5rem 0.3rem 1.5rem;
}
nav#language ul.lang li span {
  margin-right: 0;
}
nav#language ul.lang li a {
  color: #222222;
  margin-right: 0;
}
nav#language ul.lang li a:hover {
  text-decoration: none;
  color: #6022A6;
}
nav#language ul.lang li.active {
  color: #6022A6;
}

@media (min-width: 1140px) {
  #hamburger {
    display: none;
  }
}

#navBuyButton {
  margin-right: 0;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  #navBuyButton {
    display: none;
  }
}

.mobileoverlayContainer {
  display: none;
  position: absolute;
  top: 5.25rem;
  right: 0;
  bottom: 0;
  height: calc(100vh - 80px);
  margin: 0;
  z-index: 10;
  background-color: #fff;
  width: 100%;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  overflow-y: scroll;
}
@media (min-width: 1140px) {
  .mobileoverlayContainer {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1139px) {
  .mobileoverlayContainer {
    width: 70%;
  }
}
.mobileoverlayContainer nav.mobilenav, .mobileoverlayContainer nav.usernav {
  display: block;
  margin-bottom: 1.5rem;
}
.mobileoverlayContainer nav.mobilenav a, .mobileoverlayContainer nav.usernav a {
  color: #222222;
  font-size: 1.125rem;
  cursor: pointer;
}
@media (max-width: 1139px) {
  .mobileoverlayContainer nav.mobilenav a, .mobileoverlayContainer nav.usernav a {
    width: 100%;
  }
}
.mobileoverlayContainer nav.mobilenav ul, .mobileoverlayContainer nav.usernav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.mobileoverlayContainer nav.mobilenav ul li, .mobileoverlayContainer nav.usernav ul li {
  margin-bottom: 0.75rem;
}
.mobileoverlayContainer nav.mobilenav ul li.symbol, .mobileoverlayContainer nav.usernav ul li.symbol {
  display: flex;
  align-items: center;
}
.mobileoverlayContainer nav.mobilenav ul li.symbol img, .mobileoverlayContainer nav.usernav ul li.symbol img {
  margin-left: 0.5rem;
}
.mobileoverlayContainer nav.mobilenav ul li.li-btn-container, .mobileoverlayContainer nav.usernav ul li.li-btn-container {
  border-top: 1px solid #C7C8CF;
  margin: 2rem 0 1.5rem 0;
}
.mobileoverlayContainer nav.mobilenav ul li.li-btn-container .button, .mobileoverlayContainer nav.usernav ul li.li-btn-container .button {
  margin-top: 2rem;
  margin-bottom: 0;
}
.mobileoverlayContainer nav.mobilenav ul li.li-btn-container.active a, .mobileoverlayContainer nav.usernav ul li.li-btn-container.active a {
  color: #fff;
  background-color: #411771;
}
.mobileoverlayContainer nav.mobilenav ul li.li-btn-container a, .mobileoverlayContainer nav.usernav ul li.li-btn-container a {
  color: #fff;
}
.mobileoverlayContainer nav.mobilenav ul li.active, .mobileoverlayContainer nav.usernav ul li.active {
  color: #6022A6;
}
.mobileoverlayContainer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.mobileoverlayContainer ul.myvscan li {
  padding: 0.5rem 0;
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #222222;
}
.mobileoverlayContainer ul.myvscan li ul {
  display: block;
}
.mobileoverlayContainer ul.myvscan li ul li {
  padding: 0.5rem 0;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.mobileoverlayContainer ul.myvscan li ul li span {
  padding: 0.5rem 0;
  white-space: normal;
  margin-bottom: 0;
  display: block;
}
.mobileoverlayContainer ul.myvscan li ul li a {
  font-size: 1rem;
}
.mobileoverlayContainer .lang {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0;
  cursor: pointer;
  color: #222222;
}
.mobileoverlayContainer .button {
  margin-top: 1rem;
}
.mobileoverlayContainer .mobileoverlay {
  overflow: hidden;
}
.mobileoverlayContainer .mobileoverlay > div {
  padding: 1.5rem;
  position: absolute;
  width: 100%;
  top: 0;
  left: 100%;
  transition: left 0.5s ease-in-out;
}
.mobileoverlayContainer .mobileoverlay > div.focus {
  left: 0;
}
@media (max-width: 767px) {
  .mobileoverlayContainer .mobileoverlay #mnav2 {
    padding-bottom: 5rem;
  }
}
.mobileoverlayContainer .mobileoverlay #mnav1 {
  display: block;
  position: absolute;
  left: 0;
}
@media (max-width: 767px) {
  .mobileoverlayContainer .mobileoverlay #mnav1 {
    padding-bottom: 2rem;
  }
}
.mobileoverlayContainer .mobileoverlay #mnav1.left {
  left: -100%;
}
.mobileoverlayContainer .mobileoverlay #mnav1 nav.mobilenav a, .mobileoverlayContainer .mobileoverlay #mnav1 nav.mobilenav span {
  margin-right: -1rem;
  z-index: 10;
}
.mobileoverlayContainer .mobileoverlay #mnav1 nav.mobilenav ul li:nth-child(1) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobileoverlayContainer .mobileoverlay #mnav1 nav.mobilenav ul li:nth-child(1)::after {
  content: url(/img/caret-right-grey.svg);
}
.mobileoverlayContainer .mobileoverlay .back {
  color: #6022A6;
  font-size: 1.125rem;
  line-height: 1.75rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 1.5rem;
}
.mobileoverlayContainer .mobileoverlay .back img {
  position: relative;
  top: -1px;
}

.navlineBottom .mainFooter {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .navlineBottom .mainFooter {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #C7C8CF;
  }
}
.navlineBottom .mainFooter ul {
  display: flex;
  justify-content: space-between;
  list-style-type: none;
  padding: 0;
  margin: 0;
}
@media (max-width: 767px) {
  .navlineBottom .mainFooter ul {
    flex-direction: column;
  }
  .navlineBottom .mainFooter ul li {
    margin-bottom: 1rem;
  }
}
.navlineBottom .mainFooter ul li {
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.5rem;
  cursor: pointer;
}
@media (min-width: 768px) {
  .navlineBottom .mainFooter ul li div {
    padding-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .navlineBottom .mainFooter ul li.active span:after {
    content: url("/img/minus-icon-small.svg");
    right: 1.5rem;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .navlineBottom .mainFooter ul li.active ul {
    display: block;
  }
}
.navlineBottom .mainFooter ul li.active ul li {
  margin-bottom: 0;
  font-weight: normal;
}
.navlineBottom .mainFooter ul li.active ul li a {
  font-size: 1rem;
  line-height: 1.5rem;
}
.navlineBottom .mainFooter ul li.active ul li.active a {
  color: #6022A6;
}
@media (max-width: 767px) {
  .navlineBottom .mainFooter ul li {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .navlineBottom .mainFooter ul li span {
    border-top: 1px solid #C7C8CF;
    padding-top: 1.5rem;
    width: 100%;
    display: block;
  }
  .navlineBottom .mainFooter ul li span:after {
    content: url("/img/plus-icon-small.svg");
    right: 1.5rem;
    position: absolute;
  }
}
.navlineBottom .mainFooter ul li ul {
  flex-direction: column;
  transition: opacity 1000ms, visibility 1000ms ease-in-out;
}
@media (max-width: 767px) {
  .navlineBottom .mainFooter ul li ul {
    display: none;
  }
}
.navlineBottom .mainFooter ul li ul li {
  font-weight: normal;
  margin-bottom: 0;
}
.navlineBottom .mainFooter ul li ul li a {
  font-size: 1rem;
  line-height: 1.5rem;
}
.navlineBottom .mainFooter ul li ul li.active a {
  color: #6022A6;
}
.navlineBottom #footerchangecountry {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.navlineBottom #footerchangecountry:hover {
  color: #6022A6;
}
.navlineBottom #footerchangecountry .footerCountryText {
  padding-top: 0.2rem;
}

nav.main a:not([href]):not([class]) {
  color: #222222;
}
nav.main a:not([href]):hover {
  color: #6022A6;
}

.overlayContainerMenu {
  z-index: 18;
  width: 100%;
  height: auto;
  background-color: black;
  opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: none;
}

.mobileoverlayContainer nav.usernav {
  display: none;
}
@media (max-width: 767px) {
  .mobileoverlayContainer nav.usernav {
    display: block;
  }
}

.link.active {
  color: #6022A6 !important;
}

body.home .col-md-6 {
  margin-bottom: 2rem;
}
body.home section.featured {
  background: rgb(60, 65, 68) url("/img/bg_featured.webp") no-repeat center center;
  background-size: 100 100%;
}
body.home section.featuredNpi {
  background: rgb(60, 65, 68) url("/img/bg_featured.webp") no-repeat center center;
  background-size: 100 100%;
}
body.home section.featuredNpi h2 {
  color: #fff;
  margin-bottom: 4rem;
}
body.home section.featuredNpi img {
  border-radius: 10px;
}
body.home section.featuredNpi .row {
  max-width: 1000px;
  margin: 0 auto;
}
body.home section.careareas article {
  max-width: 1280px;
}
body.home section.authors {
  background: #fff;
}
body.home section.authors h2 {
  margin-bottom: 0;
}
body.home section.authors article {
  max-width: 1280px;
}
body.home section.authors .authorbox {
  align-items: center;
}
body.home section.authors .authorbox div:last-child {
  padding-left: 3rem;
}
body.home section.authors .authorbox img {
  border-radius: 50%;
}
body.home section.authors .authorbox cite {
  font-size: 1.5rem;
  line-height: 1.35em;
  color: rgb(62, 67, 70);
  margin-bottom: 2rem;
  display: block;
}
body.home section.authors .authorbox .name {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 5px;
}
body.home section.authors .authorbox .job {
  color: #b3b3b3;
  font-size: 1.25rem;
  line-height: 1.1em;
  margin-bottom: 2.5rem;
}
body.home section.bepart {
  background: #6022A6 url("/img/bg_cta.webp") no-repeat center center;
}
body.home section.bepart article {
  padding: 10rem 2rem;
  max-width: 1280px;
}
body.home section.bepart h2 {
  color: #fff;
}
body.home section.bepart h3 {
  color: #1f1f1f;
  margin-bottom: 0;
}
body.home section.bepart h3 + .button {
  margin-top: 3rem;
}
body.home section.banner article {
  padding-bottom: 0;
}
body.home section.banner #banner {
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 1rem;
  border-radius: 12px;
  background-color: #3c4145;
  background-image: url(/img/bg_banner.webp);
}
body.home section.banner #banner h2 {
  color: #fff;
  font-size: 2rem;
}
body.home section.banner #banner h3 {
  color: #ddd;
  font-size: 1.5rem;
}
body.home section.banner #banner .content {
  padding: 2rem;
  padding-right: 0;
}

body.education {
  /*
    .list h1 {
  	font-size: 2.375rem;
      line-height: 0.9em;
      background-size: auto 30px;
      background-repeat: no-repeat;
      background-position: left center;
      padding-left: 50px;
      &.library { background-image: url("/img/icons/filter_library_active.svg"); }
  	&.courses {  background-image: url("/img/icons/filter_courses_active.svg"); }
  	&.podcasts {  background-image: url("/img/icons/filter_courses_active.svg"); }
  	&.webinars {  background-image: url("/img/icons/filter_webinars_active.svg"); }
  	&.demos { background-image: url("/img/icons/filter_demos_active.svg"); }	
  	&.publications { background-image: url("/img/icons/filter_publications_active.svg"); }	
  	&.papers {  background-image: url("/img/icons/filter_papers_active.svg"); }		
  	&.faq {  background-image: url("/img/icons/filter_faq_active.svg"); }
    }
  */
  /*
    section.detail {

  	article {
  	  padding-top: 2rem;
  	}

  	&.pubmed, &.papers {
  	  article {
  		padding-top: 5rem;
  	  }
  	}

  	div.video {
  	  margin-bottom: 2rem;
  	  padding: 0;
  	  video {
  		width: 100%;
  		height: auto;
  		background: #333;
  	  }
  	}


  	.related>h2 {
  	  font-size: 2.375rem;
  	  line-height: 2.375rem;
  	  margin-bottom: 0;
  	}

  	.content {
  	  padding-right: 3rem;
  	  width: calc(100% - 20rem);


  	  .author {
  		font-weight: bold;
  		color: $authorsColor;
  		font-size: 1.2rem;
  		margin-bottom: 3rem;
  		a {
  		  color: $authorsColor;
  		  &:hover {
  			text-decoration: none;
  		  }
  		}

  		img {
  		  width: 3rem;
  		  border-radius: 1.5rem;
  		  margin-right: 0.5rem;
  		}

  		.name {
  		  padding-right: 1rem;
  		}
  	  }

  	  .text {
  		margin-bottom: 3rem;

  	  }
  	}


  	.related {
  	  width: 20rem;

  	  .item {
  		margin-left: 0;
  		margin-right: 0;


  		.text {
  		  height: 12rem;
  		  padding: 1rem;
  		  .author {
  			font-size: 0.7rem;
  		  }
  		  h2 {
  			font-size: 1.3rem;
  			margin-bottom: 0.5rem;
  		  }
  		  p {
  			font-size: 0.9rem;
  			line-height: 1rem;
  		  }
  		  .info {
  			padding: 0 1rem;
  			height: 2rem;
  			line-height: 2rem;
  			.right {
  			  i {
  				font-size: 1.5rem;
  			  }
  			}
  		  }
  		}
  		&.active {
  		  border: 5px solid $educationColor;
  		}
  	  }
  	}

  	.downloads {
  	  h3 {
  		font-size: 2rem;
  	  }
  	  img {
  		width: 3rem;
  	  }
  	  ul {
  		list-style: none;
  		margin: 0;
  		padding: 0;
  		li {
  		  margin-bottom: 0.5rem;
  		  font-weight: bold;
  		  img {
  			margin-right: 0.5rem;
  		  }
  		  a {
  			color: $educationColor;
  			&:hover {
  			  text-decoration: none;
  			}
  		  }
  		}
  	  }
  	}

    }

    div.list {
  	display: flex;
  	flex-wrap: wrap;
  	margin-right: -1rem;
      margin-left: -1rem;
  	.item {
  		width: 33.3333333%;
  		padding: 1rem;
  		margin: 0;
  		img, .text-cnt {
  			border-radius: $borderradius;
  		}
  	  	img.icon {
  		  border-radius: 0;
  		}
  		//.like {
  		//	bottom: 30px;
  		//	right: 80px;
  		//}
  	}
  	&.publications {
  	  .item {
  		width: 50%;
  		padding: 1rem;
  		a {
  			padding: 2rem;
  			height: 100%;
  			background-image: url('/img/bg_publication_1.webp');
  			&:nth-child(2n) {
  			  background-image: url('/img/bg_publication_2.webp');
  			}
  			&:nth-child(3n) {
  			  background-image: url('/img/bg_publication_3.webp');
  			}
  			&:nth-child(4n) {
  			  background-image: url('/img/bg_publication_4.webp');
  			}
  			background-size: cover;
  			background-position: right top;
  		}
  		//.author { padding-right: 11rem;}
  		.text {
  		  //background: none;
  		  color: #333;
  		  min-height: 200px;
  		  padding-right: 30%;
  		}
  	  }
  	}
  	&.papers {
  	  .item {
  		width: 25%;
  		//height: 13rem;
  		.text {
  		  //height: 13rem;
  		  h2 {
  			font-size: 1.4rem;
  		  }
  		}
  	  }
  	}
    }
  */
}
body.education.critical-care #hero {
  background-image: url("/img/hero-critical-care.webp");
}
@media (max-width: 767px) {
  body.education.critical-care #hero {
    background-image: url(/img/hero-critical-care-mobile.webp);
  }
}
body.education.anesthesia #hero {
  background-image: url("/img/hero-anesthesia.webp");
}
@media (max-width: 767px) {
  body.education.anesthesia #hero {
    background-image: url(/img/hero-anesthesia-mobile.webp);
  }
}
body.education.emergency-medicine #hero {
  background-image: url("/img/hero-emergency-medicine.webp");
}
@media (max-width: 767px) {
  body.education.emergency-medicine #hero {
    background-image: url(/img/hero-emergency-medicine-mobile.webp);
  }
}
body.education.musculoskeletal #hero {
  background-image: url("/img/hero-msk.webp");
}
@media (max-width: 767px) {
  body.education.musculoskeletal #hero {
    background-image: url(/img/hero-msk-mobile.webp);
  }
}
body.education.aesthetic-medicine #hero {
  background-image: url("/img/hero-aesthetic-medicine.webp");
}
@media (max-width: 767px) {
  body.education.aesthetic-medicine #hero {
    background-image: url(/img/hero-aesthetic-medicine-mobile.webp);
  }
}
body.education.general-intervention #hero {
  background-image: url("/img/hero-general-intervention.webp");
}
@media (max-width: 767px) {
  body.education.general-intervention #hero {
    background-image: url(/img/hero-general-intervention-mobile.webp);
  }
}

/* Video Preview Component Styles */
.video-preview-container {
  position: relative;
  width: 100%;
  border-radius: 0;
  overflow: hidden;
}
.video-preview-container .video-preview {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 0;
}

/* Video Preview Overlay */
.video-preview-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0;
  backdrop-filter: blur(3px);
  z-index: 10;
  transition: opacity 0.5s ease-in-out;
}
.video-preview-overlay .overlay-content {
  text-align: center !important;
  color: white;
  padding: 2rem;
  max-width: 400px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.video-preview-overlay .overlay-content h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  font-weight: 600;
  text-align: center;
  width: 100%;
  color: white !important;
}
.video-preview-overlay .overlay-content p {
  font-size: 1rem;
  margin-bottom: 1.5rem;
  opacity: 0.9;
  text-align: center;
  width: 100%;
  color: white !important;
}
.video-preview-overlay .overlay-content .button {
  background: #6022A6;
  color: white !important;
  font-size: 1rem;
  padding: 0.75rem 1.5rem;
  border-radius: 8px;
  border: none;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  margin: 0 auto;
  text-align: center;
}
.video-preview-overlay .overlay-content .button:hover {
  background: rgb(71.52, 25.33, 123.67);
  color: white !important;
  text-decoration: none;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}
.video-preview-overlay .overlay-content .button:focus, .video-preview-overlay .overlay-content .button:visited {
  color: white !important;
  text-decoration: none;
}

/* Video Preview Toast */
.video-preview-toast {
  position: absolute;
  top: 1rem;
  right: 1rem;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  padding: 0.75rem 1rem;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  z-index: 15;
  max-width: 300px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease-in-out;
}
.video-preview-toast span {
  font-size: 0.9rem;
  flex: 1;
}
.video-preview-toast .toast-login-btn {
  background: #6022A6;
  color: white;
  border: none;
  padding: 0.4rem 0.8rem;
  border-radius: 4px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.video-preview-toast .toast-login-btn:hover {
  background: rgb(71.52, 25.33, 123.67);
  transform: scale(1.05);
}
@media (max-width: 768px) {
  .video-preview-toast {
    top: 0.5rem;
    right: 0.5rem;
    left: 0.5rem;
    max-width: none;
    font-size: 0.85rem;
  }
  .video-preview-toast .toast-login-btn {
    padding: 0.3rem 0.6rem;
    font-size: 0.8rem;
  }
}

/* Video Preview Modal */
#videoPreviewModal .modal-dialog {
  max-width: 500px;
}
@media (max-width: 768px) {
  #videoPreviewModal .modal-dialog {
    margin: 1rem;
    max-width: none;
  }
}
#videoPreviewModal .modal-content {
  border-radius: 12px;
  border: none;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}
#videoPreviewModal .modal-header {
  background: #6022A6;
  color: white;
  border-radius: 12px 12px 0 0;
  padding: 1.5rem;
  border-bottom: none;
}
#videoPreviewModal .modal-header h2 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 600;
}
#videoPreviewModal .modal-header button {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  opacity: 0.8;
  transition: opacity 0.2s ease-in-out;
}
#videoPreviewModal .modal-header button:hover {
  opacity: 1;
}
#videoPreviewModal .modal-header button img {
  filter: brightness(0) invert(1);
  width: 20px;
  height: 20px;
}
#videoPreviewModal .modal-body {
  padding: 2rem;
}
#videoPreviewModal .modal-body .video-preview-content {
  text-align: center;
}
#videoPreviewModal .modal-body .video-preview-content h3 {
  color: #6022A6;
  font-size: 1.4rem;
  margin-bottom: 1rem;
  font-weight: 600;
}
#videoPreviewModal .modal-body .video-preview-content p {
  color: #666;
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}
#videoPreviewModal .modal-body .preview-benefits {
  background: #f8f9fa;
  padding: 1.5rem;
  border-radius: 8px;
  margin-bottom: 2rem;
}
#videoPreviewModal .modal-body .preview-benefits ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#videoPreviewModal .modal-body .preview-benefits ul li {
  padding: 0.5rem 0;
  color: #333;
  font-size: 0.95rem;
}
#videoPreviewModal .modal-body .preview-benefits ul li:first-child {
  padding-top: 0;
}
#videoPreviewModal .modal-body .preview-benefits ul li:last-child {
  padding-bottom: 0;
}
#videoPreviewModal .modal-body .preview-actions .button.primary {
  background: #6022A6;
  color: white;
  padding: 0.75rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 1rem;
  transition: all 0.2s ease-in-out;
}
#videoPreviewModal .modal-body .preview-actions .button.primary:hover {
  background: rgb(71.52, 25.33, 123.67);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(96, 34, 166, 0.3);
  color: white;
  text-decoration: none;
}
#videoPreviewModal .modal-body .preview-actions .signup-link {
  font-size: 0.9rem;
  color: #666;
}
#videoPreviewModal .modal-body .preview-actions .signup-link span {
  margin-right: 0.5rem;
}
#videoPreviewModal .modal-body .preview-actions .signup-link a {
  color: #6022A6;
  text-decoration: none;
  font-weight: 500;
}
#videoPreviewModal .modal-body .preview-actions .signup-link a:hover {
  text-decoration: underline;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .video-preview-overlay .overlay-content {
    padding: 1.5rem;
  }
  .video-preview-overlay .overlay-content h3 {
    font-size: 1.3rem;
  }
  .video-preview-overlay .overlay-content p {
    font-size: 0.9rem;
  }
  .video-preview-overlay .overlay-content .button {
    font-size: 0.9rem;
    padding: 0.65rem 1.25rem;
  }
  #videoPreviewModal .modal-body {
    padding: 1.5rem;
  }
  #videoPreviewModal .modal-body .video-preview-content h3 {
    font-size: 1.2rem;
  }
  #videoPreviewModal .modal-body .video-preview-content p {
    font-size: 0.9rem;
  }
  #videoPreviewModal .modal-body .preview-benefits {
    padding: 1rem;
  }
  #videoPreviewModal .modal-body .preview-benefits ul li {
    font-size: 0.9rem;
  }
}
/* Animation for smooth transitions */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.video-preview-overlay,
.video-preview-toast {
  animation: fadeInUp 0.4s ease-out;
}

header.region-select {
  top: 5rem;
}
@media (min-width: 768px) and (max-width: 1139px) {
  header.region-select {
    top: 7.5rem;
  }
}
@media (max-width: 767px) {
  header.region-select {
    top: 12.5rem;
  }
}

#regionselect {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  padding: 15px 0;
  background: #6022A6;
  color: white;
  z-index: 9999;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  height: 80px;
}
@media (min-width: 768px) and (max-width: 1139px) {
  #regionselect {
    height: 120px;
  }
}
@media (max-width: 767px) {
  #regionselect {
    height: 200px;
  }
}
#regionselect article {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

body.region-selector-active {
  padding-top: 80px;
}
@media (min-width: 768px) and (max-width: 1139px) {
  body.region-selector-active {
    padding-top: 120px;
  }
}
@media (max-width: 767px) {
  body.region-selector-active {
    padding-top: 200px;
  }
}
body.region-selector-active header.fixed,
body.region-selector-active header[style*=fixed] {
  top: 80px !important;
}
@media (min-width: 768px) and (max-width: 1139px) {
  body.region-selector-active header.fixed,
  body.region-selector-active header[style*=fixed] {
    top: 120px !important;
  }
}
@media (max-width: 767px) {
  body.region-selector-active header.fixed,
  body.region-selector-active header[style*=fixed] {
    top: 200px !important;
  }
}

.region-selector-container {
  display: grid;
  grid-template-columns: 1fr minmax(300px, auto) auto;
  align-items: center;
  gap: 20px;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .region-selector-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media (max-width: 767px) {
  .region-selector-container {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}

.region-selector-label {
  font-size: 1rem;
  margin: 0;
  color: white;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .region-selector-label {
    grid-column: 1;
  }
}
@media (max-width: 767px) {
  .region-selector-label {
    text-align: center;
  }
}

.region-selector-dropdown-wrapper {
  position: relative;
  min-width: 300px;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .region-selector-dropdown-wrapper {
    grid-column: 1;
    max-width: none;
    display: flex;
    gap: 15px;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .region-selector-dropdown-wrapper {
    width: 100%;
  }
}

.region-selector-button-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: nowrap;
}
@media (max-width: 767px) {
  .region-selector-button-wrapper {
    width: 100%;
    justify-content: space-between;
  }
}

.region-selector-button {
  display: flex;
  width: 100%;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  background-color: #ffffff;
  height: 44px;
  border-radius: 4px;
  box-shadow: none;
  outline-offset: -2px;
  outline: none;
  border: 2px solid transparent;
  padding: 1px 16px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.35s ease-in-out;
  font-size: 14px;
  color: #1f1f1f;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .region-selector-button {
    flex: 1;
    max-width: 400px;
  }
}
@media (max-width: 767px) {
  .region-selector-button {
    width: 100%;
  }
}
.region-selector-button:hover {
  border-color: #999;
  background: #FBF9FD;
}
.region-selector-button:focus {
  outline: 2px solid #0066cc;
  outline-offset: -2px;
}
.region-selector-button.active {
  border-color: #0066cc;
  box-shadow: 0 0 0 1px #0066cc;
}
.region-selector-button.active .region-selector-icon {
  transform: rotate(180deg);
}

.region-selector-value {
  display: flex;
  align-items: center;
  gap: 8px;
}

.region-selector-icon {
  width: 16px;
  height: 16px;
  transition: transform 0.2s;
}

.region-selector-dropdown {
  display: none;
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  width: 100%;
  min-width: 300px;
  margin-top: 0;
  background: white;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  max-height: 400px;
  z-index: 1000;
}
.region-selector-dropdown.show {
  display: block;
}

.region-search-container {
  padding: 12px;
  border-bottom: 1px solid #eee;
  background: #FBF9FD;
  position: sticky;
  top: 0;
  z-index: 10;
}

.region-search-form {
  display: flex;
  align-items: center;
  background: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  overflow: hidden;
}

.region-search-input {
  flex: 1;
  padding: 8px 12px;
  border: none;
  outline: none;
  font-size: 14px;
}

.region-search-button {
  padding: 8px 12px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.region-search-icon {
  width: 16px;
  height: 16px;
  fill: #666;
}

.region-countries-list {
  max-height: 330px;
  overflow-y: auto;
}

.region-group {
  border-bottom: 1px solid #eee;
}
.region-group:last-child {
  border-bottom: none;
}
.region-group.hidden {
  display: none;
}

.region-group-header {
  padding: 10px 16px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #1f1f1f;
  background: #FBF9FD;
}

.region-country-item {
  display: block;
  padding: 10px 16px 10px 32px;
  color: #1f1f1f;
  text-decoration: none;
  transition: background 0.2s;
  cursor: pointer;
}
.region-country-item.hidden {
  display: none;
}
.region-country-item:hover {
  background: #F4F1F8;
}
.region-country-item.selected {
  background: #e8f4fd;
  font-weight: 500;
}

.no-results {
  padding: 20px;
  text-align: center;
  color: #666;
  display: none;
}
.no-results.show {
  display: block;
}

.region-continue-button {
  padding: 0 30px;
  height: 45px;
  background: transparent;
  color: white;
  border: 2px solid white;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s;
  white-space: nowrap;
  flex-shrink: 0;
}
.region-continue-button:hover {
  background: white;
  color: #6022A6;
}
@media (max-width: 767px) {
  .region-continue-button {
    width: auto;
    flex: 1;
    margin-right: 10px;
  }
}

.region-close-button {
  width: 40px;
  height: 40px;
  background: transparent;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: all 0.2s;
  flex-shrink: 0;
  color: #fff;
}
.region-close-button:hover {
  opacity: 0.7;
}
.region-close-button svg {
  fill: #fff;
  width: 20px;
  height: 20px;
}
@media (max-width: 767px) {
  .region-close-button {
    position: relative;
    top: auto;
    right: auto;
  }
}

.tablet-only {
  display: none;
}
@media (min-width: 768px) and (max-width: 1139px) {
  .tablet-only {
    display: flex !important;
    flex: 0 0 auto;
    gap: 10px;
  }
  .tablet-only .region-continue-button {
    width: auto;
  }
  .tablet-only .region-close-button {
    position: relative;
    top: auto;
    right: auto;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .desktop-only {
    display: none;
  }
}

/*# sourceMappingURL=screen.css.map */
