/* COLOR NAMES
----------------------------------------- */
/*theme colors*/
/*hard-coded colors*/
/*parodontax colors _ POSSIBLE*/
/* FUNCTIONAL COLORS
----------------------------------------- */
/*border colors*/
/*text colors*/
/*background colors*/
/*gradient colors*/
/*  POSSIBLE CUSTOM MIXINS  */
.richText .component-content {
  overflow: hidden;
}

.richText .component-content .richText-content {
  margin-top: 5px;
}

.richText h1,
.richText h2,
.richText h3,
.richText h4,
.richText h5,
.richText h6 {
  margin-top: 0;
}

.richText a {
  text-decoration: underline;
}

.richText ul,
.richText ol {
  padding: 10px 0;
  margin-left: 10px;
}

.richText li {
  font-size: 16px;
  margin-left: 15px;
  margin-bottom: 10px;
  list-style-type: none;
}

.richText ul li {
  margin-left: 0;
  padding-left: 15px;
  position: relative;
}

.richText ul li:before {
  left: 0;
  top: 1px;
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  top: 7px;
  border-radius: 100%;
  background: #001f5b;
}

.richText ol li {
  list-style: decimal;
}

.richText-links {
  font-size: 10px;
}

.richText .richText-links li {
  background: none;
  display: inline;
  list-style: none;
  padding-left: 0;
}

.richText-links li a {
  padding-right: 5px;
  border-right: solid 1px #b9b8b8;
  margin-right: 5px;
}

.richText-links li:last-child a {
  border-right: 0 none;
  margin-right: 0;
  padding-right: 0;
}

.richText-image {
  display: block;
  margin-bottom: 10px;
}

.richText-image.pull-left {
  margin: 5px 15px 5px 10px;
  float: left;
}

.richText-image.pull-right {
  margin: 5px 10px 5px 15px;
  float: right;
}

.richText {
  box-sizing: border-box;
}

.button-wide,
.questions-slide__btn-container .quiz-btn,
.ght-content-frame .quiz-btn--wide {
  position: relative;
  display: inline-block;
  height: 48px;
  float: left;
  vertical-align: middle;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: white;
  border-radius: 10px;
  box-sizing: border-box;
}

.button-wide::before,
.questions-slide__btn-container .quiz-btn::before,
.ght-content-frame .quiz-btn--wide::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 1001px) {

  .button-wide,
  .questions-slide__btn-container .quiz-btn,
  .ght-content-frame .quiz-btn--wide {
    font-size: 18px;
  }

  .button-wide::before,
  .questions-slide__btn-container .quiz-btn::before,
  .ght-content-frame .quiz-btn--wide::before {
    height: 28px;
    width: 18px;
  }
}

.select-language-box .select-header-txt p {
  margin: 50px 0;
  font-family: "Roboto", "Frutiger Bold", Arial, sans-serif;
  font-weight: 700;
  font-size: 24px;
  color: #014289;
}

.header-box .sensodyne-location-dropdown {
  width: auto;
  min-width: 70px;
  margin-left: 0;
  float: left;
  cursor: pointer;
  -webkit-transition: margin-right 0.1s linear;
  -moz-transition: margin-right 0.1s linear;
  transition: margin-right 0.1s linear;
}

.header-box .sensodyne-location-dropdown .richText-content {
  margin: 0;
}

.header-box .sensodyne-location-dropdown.slide {
  margin-right: 170px;
}

.header-box .sensodyne-location-dropdown p {
  position: relative;
  padding: 0 15px;
  margin: 0;
  font-family: "Roboto", "Frutiger Roman", Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 36px;
  color: #e4dfdf;
  background: url(../../../../../../../content/dam/cf-consumer-healthcare/paradontax/master/assets/Imgix/top-divider.jpg?auto=format) right 13px no-repeat;
}

.header-box .sensodyne-location-dropdown p:hover,
.header-box .sensodyne-location-dropdown p:focus {
  background: url(../../../../../../../content/dam/cf-consumer-healthcare/paradontax/master/assets/Imgix/top-divider.jpg?auto=format) right 13px no-repeat #005f7e !important;
}

.header-box .sensodyne-location-dropdown p::after {
  position: absolute;
  content: '';
  width: 12px;
  height: 7px;
  top: 14px;
  right: 10px;
  background: url(../../../../../../../content/dam/cf-consumer-healthcare/paradontax/master/assets/Imgix/country-arrow.png?auto=format) 0 0 no-repeat;
}

.select-language-box .country-select-txt p {
  display: table-cell;
  width: 53%;
  height: 30px;
  padding: 0 0 0 12px;
  float: none;
  font-family: "Roboto", "Frutiger Roman", Arial, sans-serif;
  font-weight: normal;
  font-size: 12px;
  line-height: 1.2;
  color: #014289;
  vertical-align: middle;
}

.select-language-box .country-select-txt p a {
  color: #014289;
  text-decoration: none;
}

.select-language-box .country-select-txt.highlight-country {
  width: 18.19362%;
  padding: 5px;
  margin-bottom: 3px;
  background: rgba(210, 209, 209, 0.2);
  border: 1px solid rgba(143, 139, 139, 0.4) !important;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.select-language-box .country-select-txt.highlight-country p {
  font-family: "Roboto", "Frutiger Bold", Arial, sans-serif;
  font-weight: 700;
  color: #00a3db;
}

.select-language-box .country-select-txt.highlight-country p a {
  color: #00a3db;
}

.select-language-box .country-select-txt.component {
  width: 18.19362%;
  padding: 0.2em;
  margin-bottom: 3px;
  border: 1px solid #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .select-language-box .country-select-txt.component {
    width: 23%;
  }

  .select-language-box .country-select-txt.component[class*="grid"] {
    margin-left: 0;
  }

  .select-language-box .country-select-txt.component[class*="grid"].alpha {
    clear: none !important;
    margin-left: 0;
  }

  .select-language-box .country-select-txt.component:first-child {
    margin-left: 0px;
  }

  .select-language-box .country-select-txt.component:not(:nth-of-type(4n + 1)) {
    margin-left: 2% !important;
  }
}

.select-language-box .country-select-txt.component:hover {
  background: rgba(210, 209, 209, 0.2);
  border: 1px solid rgba(143, 139, 139, 0.4);
}

.select-language-box .country-select-txt.component:hover p a {
  font-weight: bold;
  color: #00a3db;
}

.select-language-box .country-select-txt .richText-image.pull-left {
  padding: 2px;
  margin: 0;
  float: left;
  border: 1px solid rgba(143, 139, 139, 0.4);
}

.select-language-box .country-select-txt .richText-content {
  margin: 0;
}

.select-language-box .language-selector.component {
  position: relative;
  width: 21.91489%;
  height: 24px;
  margin-top: 60px;
  float: right;
  line-height: 24px;
  border: 1px solid rgba(143, 139, 139, 0.6);
  border-radius: 15px;
}

.select-language-box .language-selector.component .language-selector-active,
.select-language-box .language-selector.component .language-selector-inactive {
  position: absolute;
  width: 102px;
  top: -1px;
  float: left;
  font-family: "Roboto", "Frutiger Roman", Arial, sans-serif;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  border-radius: 15px;
}

.select-language-box .language-selector.component .language-selector-active {
  left: -1px;
  font-family: "Roboto", "Frutiger Bold", Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  background: #cf0a2c;
  cursor: pointer;
}

.select-language-box .language-selector.component .language-selector-inactive {
  right: -1px;
  color: #666363;
  background: none;
}

.select-language-box .language-selector.component .language-selector-inactive a {
  text-decoration: none;
}

@media only screen and (max-width: 1000px) {
  .mobile-location-txt {
    display: none;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 15px;
    background: #313131;
  }

  .mobile-location-txt .component-content {
    max-width: 86%;
    margin: 0 auto;
  }

  .mobile-location-txt p {
    font-family: "Hind", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
  }
}

@media only screen and (max-width: 767px) {
  .mobile-location-txt {
    display: none;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 15px;
    background: #313131;
  }

  .mobile-location-txt .component-content {
    max-width: 86%;
    margin: 0 auto;
  }

  .mobile-location-txt p {
    font-family: "Hind", Arial, sans-serif;
    font-weight: normal;
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    color: white;
  }

  .header-box .sensodyne-location-dropdown {
    display: none;
  }
}

#footer .back-to-top {
  font-size: 14px;
  color: white;
  margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
  #footer .back-to-top {
    max-width: 320px;
    margin-bottom: 20px;
    font-size: 12px;
  }
}
@media (min-width:767px) and (max-width: 992px) {
  #footer .copyright-text {
    font-size: 8px !important;
  }
}
#footer .copyright-text {
  font-size: 11px;
  line-height: 15px;
  color: #8c8c8c;
  text-align: right;
}

@media only screen and (max-width: 767px) {
  #footer .copyright-text {
    margin-bottom: 0;
  }
}

#footer .copyright-text .component-content {
  display: inline-block;
  /* max-width: 250px; */
}

#footer .copyright-text p {
  margin-top: 0;
  text-align: right !important;
  margin-bottom: 0;
}

@media only screen and (max-width: 580px) {
  #footer .back-to-top {
    width: 240px;
    margin: 0 auto 15px;
    text-align: center;
  }

  #footer .copyright-text {
    text-align: center;
  }

  #footer .copyright-text p {
    text-align: center !important;
  }
}

.progress-bar__label {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 20px;
  letter-spacing: .2em;
  line-height: 1;
}

.questions-slide {
  position: relative;
}

.questions-slide__headline {
  margin-bottom: 0;
  text-align: center;
}

.questions-slide__headline h1,
.questions-slide__headline h2 {
  margin-bottom: 0;
  font-size: 1.8em;
  line-height: 1.3em;
  letter-spacing: -.025em;
  text-transform: uppercase;
  color: #cf0a2c;
}

.questions-slide__headline p {
  font-size: 1.2em;
}

.questions-slide__headline p strong {
  color: #cf0a2c;
  text-transform: uppercase;
}

@media screen and (min-width: 521px) {

  .questions-slide__headline h1,
  .questions-slide__headline h2 {
    margin: 0 auto;
    font-size: 2.8em;
  }
}

@media screen and (min-width: 768px) {

  .questions-slide__headline h1,
  .questions-slide__headline h2 {
    width: 70%;
  }
}

@media screen and (min-width: 1001px) {
  .questions-slide__headline {
    margin-bottom: 20px;
  }

  .questions-slide__headline h1,
  .questions-slide__headline h2 {
    width: 100%;
    font-size: 1.8em;
  }
}

@media screen and (min-width: 1024px) {

  .questions-slide__headline h1,
  .questions-slide__headline h2 {
    font-size: 2em;
  }

  .questions-slide__headline p {
    font-size: 0.9em;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1400px) and (max-height: 800px) {

  .questions-slide__headline h1,
  .questions-slide__headline h2 {
    font-size: 32px;
  }

  .questions-slide__headline p {
    font-size: 16px;
  }
}

.questions-slide .quiz {
  max-width: 260px;
  margin: 0 auto 8px;
}

@media screen and (min-width: 521px) {
  .questions-slide .quiz {
    margin: 0 auto 20px;
  }
}

@media screen and (min-width: 1001px) {
  .questions-slide .quiz {
    max-width: 720px !important;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1400px) and (max-height: 800px) {
  .questions-slide .quiz {
    max-width: 520px !important;
    margin: 0 auto 10px;
  }
}

.questions-slide .quiz .quesLeftCaption,
.questions-slide .quiz .quizScoreBox {
  display: none;
}

.questions-slide .quiz-answers {
  margin-bottom: 0;
  text-align: center;
}

.questions-slide .quiz-answers input {
  display: none;
}

@media screen and (min-width: 1001px) {
  .questions-slide .quiz-answers {
    width: 100%;
  }
}

.questions-slide .quiz-answers label {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 40px;
  margin-bottom: 8px;
  font-size: 0.75em;
  color: #cf0a2c;
  text-transform: uppercase;
  text-align: center;
  border: 2px solid #cf0a2c;
  border-radius: 10px;
  box-sizing: border-box;
}

@media screen and (min-width: 521px) {
  .questions-slide .quiz-answers label {
    margin-bottom: 20px;
    max-width: 230px;
  }
}

@media screen and (min-width: 1001px) {
  .questions-slide .quiz-answers label {
    width: calc(50% - 10px);
    max-width: 355px;
    height: 75px;
    padding: 0;
    margin-right: 20px;
    font-size: 1.125em;
  }

  .questions-slide .quiz-answers label:last-of-type {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1400px) and (max-height: 800px) {
  .questions-slide .quiz-answers label {
    height: 48px;
    font-size: .9em;
  }
}

.questions-slide .quiz-answers label.selected {
  color: white;
  background: #cf0a2c;
}

.questions-slide .quiz-answers label:hover {
  border-color: transparent;
  background: #8c8c8c;
  color: white;
}

.questions-slide .quiz-answers label:focus {
  outline: none;
}

.questions-slide .quiz-answers label::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
}

.questions-slide .quiz-answers label[for="ghtq3-answer1"] {
  background: url(../../assets/img/ght-teeth1.jpg?auto=format) center/cover no-repeat transparent;
  color: transparent;
}

.questions-slide .quiz-answers label[for="ghtq3-answer2"] {
  background: url(../../assets/img/ght-teeth2.jpg?auto=format) center/cover no-repeat transparent;
  color: transparent;
}

@media only screen and (max-width: 520px) {
  .questions-slide .quiz-answers label[for="ghtq6-answer3"] {
    line-height: 1;
    padding-top: 8px;
  }
}

.questions-slide .quiz-answers--image {
  padding-top: 30px;
}

.questions-slide .quiz-answers--image .quiz {
  max-width: 365px;
}

.questions-slide .quiz-answers--image .quizRadioImg {
  display: inline-block;
  width: 100%;
  max-width: 260px;
}

.questions-slide .quiz-answers--image .quizRadioImg label {
  position: relative;
  width: calc(100% - 16px);
  max-width: 100%;
  height: 0;
  padding-bottom: 50%;
  margin-bottom: 15px;
  border: 0;
  border-radius: 0 0 10px 0;
  box-sizing: initial;
}

.questions-slide .quiz-answers--image .quizRadioImg label::before {
  content: '';
  position: absolute;
  width: calc(100% + 8px);
  height: calc(100% + 8px);
  top: -8px;
  left: -8px;
  border: 4px solid transparent;
  border-radius: 0 0 14px 0;
}

@media screen and (min-width: 1001px) {
  .questions-slide .quiz-answers--image .quizRadioImg label {
    border-radius: 0 0 30px 0;
  }

  .questions-slide .quiz-answers--image .quizRadioImg label::before {
    border-radius: 0 0 34px 0;
  }
}

.questions-slide .quiz-answers--image .quizRadioImg label:hover::before,
.questions-slide .quiz-answers--image .quizRadioImg label:focus::before,
.questions-slide .quiz-answers--image .quizRadioImg label.selected::before {
  border-color: #cf0a2c;
  background: none;
}

@media screen and (min-width: 521px) {
  .questions-slide .quiz-answers--image .quizRadioImg {
    max-width: 100%;
  }
}

.questions-slide .quiz-answers--columns .quiz {
  max-width: 300px;
}

.questions-slide .quiz-answers--columns label {
  width: calc(50% - 5px);
  max-width: 145px;
  margin-right: 10px;
  float: left;
}

.questions-slide .quiz-answers--columns label:nth-of-type(2n) {
  margin-right: 0;
}

@media screen and (min-width: 521px) {
  .questions-slide .quiz-answers--columns .quiz {
    max-width: 400px;
  }

  .questions-slide .quiz-answers--columns label {
    width: calc(50% - 10px);
    max-width: 190px;
    margin-right: 20px;
  }
}

.questions-slide__btn-container {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
}

.questions-slide__btn-container p {
  width: 100%;
  margin: 0;
}

.questions-slide__btn-container .quiz-btn {
  margin: 0 auto;
}

.questions-slide__btn-container .quiz-btn--prev {
  width: 48px;
  margin-right: 8px;
  color: transparent;
  background: transparent;
  border: 2px solid #cf0a2c;
}

.questions-slide__btn-container .quiz-btn--prev:hover {
  border-color: transparent;
  background: #8c8c8c;
}

.questions-slide__btn-container .quiz-btn--prev:hover::before {
  background: url(../../assets/img/icon-chevron-left.svg?auto=format) center/contain no-repeat transparent;
}

.questions-slide__btn-container .quiz-btn--prev::before {
  left: 50%;
  background: url(../../assets/img/icon-chevron-left-red.svg?auto=format) center/contain no-repeat transparent;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.questions-slide__btn-container .quiz-btn--next {
  min-width: 70%;
  max-width: 75%;
  padding: 0 10%;
}

.questions-slide__btn-container .quiz-btn--next.disabled {
  background: transparent;
  border: 2px solid rgba(140, 140, 140, 0.5);
  color: rgba(140, 140, 140, 0.5);
  cursor: default;
}

.questions-slide__btn-container .quiz-btn--next.disabled::before {
  right: 12px;
  background: url(../../assets/img/icon-chevron-right-grey.svg?auto=format) center/contain no-repeat transparent;
}

.questions-slide__btn-container .quiz-btn--next:not(.disabled) {
  border-color: #cf0a2c;
  background: #cf0a2c;
  border: 2px solid #cf0a2c;
  color: white;
  cursor: pointer;
}

.questions-slide__btn-container .quiz-btn--next:not(.disabled)::before {
  right: 12px;
  background: url(../../assets/img/icon-chevron-right.svg?auto=format) center/contain no-repeat transparent;
}

.questions-slide__btn-container .quiz-btn--next:not(.disabled):hover {
  border-color: transparent;
  background: #8c8c8c;
}

.questions-slide__btn-container .quiz-btn--start {
  background: #cf0a2c;
  color: white;
  border: none;
  cursor: pointer;
}

.questions-slide__btn-container .quiz-btn--start:hover {
  background: #8c8c8c;
}

.questions-slide__btn-container .quiz-btn--start::before {
  content: none;
}

@media screen and (min-width: 521px) {
  .questions-slide__btn-container {
    max-width: 300px;
  }

  .questions-slide__btn-container .quiz-btn--prev {
    margin-right: 20px;
  }
}

@media screen and (min-width: 1001px) {
  .questions-slide__btn-container {
    max-width: 50%;
  }

  .questions-slide__btn-container p {
    max-width: 390px;
    margin: 0 auto;
    line-height: 1;
  }

  .questions-slide__btn-container p::after {
    content: '';
    display: table;
    clear: both;
  }

  .questions-slide__btn-container .quiz-btn {
    height: 70px;
    line-height: 70px;
  }

  .questions-slide__btn-container .quiz-btn--prev {
    width: 70px;
    margin-right: 20px;
  }

  .questions-slide__btn-container .quiz-btn--next::before {
    right: 20px;
  }
}

.questions-slide .questions-slide__btn-container {
  position: relative;
  width: 100%;
  max-width: 260px;
}

@media screen and (min-width: 521px) {
  .questions-slide .questions-slide__btn-container {
    max-width: 300px;
  }
}

@media screen and (min-width: 1001px) {
  .questions-slide .questions-slide__btn-container {
    max-width: 390px;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1400px) and (max-height: 800px) {
  .questions-slide .questions-slide__btn-container {
    max-width: 270px;
  }

  .questions-slide .questions-slide__btn-container .quiz-btn {
    height: 48px;
    line-height: 48px;
    font-size: 14px;
  }

  .questions-slide .questions-slide__btn-container .quiz-btn::before {
    width: 12px;
    height: 20px;
  }

  .questions-slide .questions-slide__btn-container .quiz-btn--prev {
    width: 48px;
    margin-right: 20px;
  }

  .questions-slide .questions-slide__btn-container .quiz-btn--next {
    width: calc(100% - 68px);
  }

  .questions-slide .questions-slide__btn-container .quiz-btn--next::before {
    right: 12px;
  }
}

.questions-slide[data-index="1"] .questions-slide__btn-container .quiz-btn--next {
  float: none;
}

.questions-slide[data-index="4"] label {
  vertical-align: middle;
}

.questions-slide[data-index="4"] .questions-slide__image img {
  max-height: 160px;
  margin-bottom: 20px;
}

@media screen and (min-width: 1001px) {
  .questions-slide[data-index="1"] label {
    float: left;
  }

  .questions-slide[data-index="2"] label,
  .questions-slide[data-index="4"] label,
  .questions-slide[data-index="7"] label {
    width: calc(33.3333% - 20px);
    max-width: 220px;
    float: left;
  }

  .questions-slide[data-index="3"] .quiz {
    max-width: 850px !important;
  }

  .questions-slide[data-index="3"] .quiz-answers {
    padding-top: 30px;
  }

  .questions-slide[data-index="3"] .quiz-answers .quizRadioImg {
    width: calc(50% - 10px);
    display: inline-block;
    float: left;
  }

  .questions-slide[data-index="3"] .quiz-answers .quizRadioImg:first-of-type {
    margin-right: 20px;
  }

  .questions-slide[data-index="3"] .quiz-answers .quizRadioImg label {
    float: none;
  }

  .questions-slide[data-index="4"] .questions-slide__image {
    max-height: 200px;
  }

  .questions-slide[data-index="4"] label {
    float: left;
  }

  .questions-slide[data-index="4"] label:nth-of-type(2n) {
    margin-right: 20px;
  }

  .questions-slide[data-index="4"] label:nth-of-type(3n) {
    margin-right: 0;
  }

  .questions-slide[data-index="5"] .questions-slide__image,
  .questions-slide[data-index="6"] .questions-slide__image {
    padding-top: 20px;
  }

  .questions-slide[data-index="5"] label,
  .questions-slide[data-index="6"] label {
    max-width: 395px;
    float: left;
  }

  .questions-slide[data-index="5"] label:nth-of-type(2n),
  .questions-slide[data-index="6"] label:nth-of-type(2n) {
    margin-right: 0;
  }
}

@media only screen and (min-width: 1001px) and (max-width: 1400px) and (max-height: 800px) {

  .questions-slide[data-index="2"] label,
  .questions-slide[data-index="4"] label,
  .questions-slide[data-index="7"] label {
    max-width: 160px;
  }

  .questions-slide[data-index="3"] .quiz {
    max-width: 650px !important;
  }

  .questions-slide[data-index="4"] .questions-slide__image img {
    max-height: 100px;
    margin-bottom: 0;
  }
}

.ght-content-frame h1 {
  width: 60%;
  min-width: 220px;
  font-size: 1.5em;
  letter-spacing: -.025em;
  margin: 0 auto 10px;
  text-align: center;
}

.ght-content-frame h2,
.ght-content-frame h3 {
  color: #cf0a2c;
  text-transform: uppercase;
}

.ght-content-frame h2 {
  font-size: 1.3em;
  letter-spacing: -.025em;
}

.ght-content-frame p {
  font-size: .82em;
  line-height: 1.4;
  float: none;
  letter-spacing: -.025em;
}

.ght-content-frame ul {
  margin: -10px 0 20px;
  padding: 0;
  font-size: 16px;
}

.ght-content-frame ul li {
  margin: 0;
  padding-left: 0;
  font-size: .82em;
  line-height: 1.4;
}

.ght-content-frame ul li::before {
  content: none;
}

.ght-content-frame ul li span {
  display: inline-block;
  margin-bottom: 10px;
}

.ght-content-frame ul li span::before {
  content: '';
  position: absolute;
  left: 0;
}

.ght-content-frame ul li .list-bullet {
  padding-top: 10px;
  padding-left: 20px;
}

.ght-content-frame ul li .list-bullet::before {
  width: 8px;
  height: 8px;
  top: 15px;
  border-radius: 100%;
  background: #001f5b;
}

.ght-content-frame ul li .list-red-tick {
  padding-left: 25px;
  margin-bottom: 0;
}

.ght-content-frame ul li .list-red-tick::before {
  width: 12px;
  height: 12px;
  top: 2px;
  background: url(../../assets/img/icon-tick.svg?auto=format) center/contain no-repeat transparent;
}

@media screen and (min-width: 521px) {
  .ght-content-frame ul li .list-red-tick {
    padding-left: 30px;
  }

  .ght-content-frame ul li .list-red-tick::before {
    width: 22px;
    height: 22px;
    top: -2px;
  }
}

@media screen and (min-width: 521px) {
  .ght-content-frame h1 {
    width: 100%;
    font-size: 2em;
    margin-bottom: 20px;
  }

  .ght-content-frame h2 {
    font-size: 1.5em;
  }

  .ght-content-frame strong {
    font-size: 17px;
    font-weight: normal;
  }

  .ght-content-frame ul {
    margin: 20px 0 30px;
  }

  .ght-content-frame ul li {
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 1001px) {
  .ght-content-frame h1 {
    font-size: 2.5em;
  }

  .ght-content-frame h2 {
    font-size: 2em;
  }

  .ght-content-frame p {
    font-size: 0.875em;
  }

  .ght-content-frame strong {
    font-size: 22px;
    line-height: 1.3;
  }

  .ght-content-frame ul li {
    font-size: 0.875em;
  }
}

.ght-content-frame .quiz-btn--wide {
  width: 100%;
  font-size: 0.875rem;
  background: #cf0a2c;
  float: none;
  position: relative;
  padding: 0 15%;
}

.ght-content-frame .quiz-btn--wide:not(.disabled):hover {
  border-color: transparent;
  background: #8c8c8c;
}

.ght-content-frame .quiz-btn--wide::before {
  display: block;
  right: 12px;
  top: 50%;
  background: url(../../assets/img/icon-chevron-right.svg?auto=format) center/contain no-repeat transparent;
}

@media screen and (min-width: 521px) {
  .ght-content-frame .quiz-btn--wide {
    max-width: 300px;
  }
}

@media only screen and (max-width: 1000px) {
  .ght-content-frame .quiz-btn--wide {
    min-width: 300px;
    display: table-cell;
    vertical-align: middle;
  }
}

@media screen and (min-width: 1001px) {
  .ght-content-frame .quiz-btn--wide {
    height: 70px;
    font-size: 1.1em;
  }

  .ght-content-frame .quiz-btn--wide::before {
    right: 20px;
    height: 70px;
    display: inline-block;
  }
}

.ght-content-frame .ght-result-text {
  text-align: left;
}

@media screen and (min-width: 1001px) {
  .ght-content-frame .ght-result-text {
    width: 55%;
    margin-bottom: 20px;
  }
}

.ght-content-frame .ght-select-topic {
  max-width: 260px;
  margin: 0 auto;
  text-align: center;
}

.ght-content-frame .ght-select-topic h3 {
  font-family: "Roboto", "Frutiger Roman", Arial, sans-serif;
  font-weight: normal;
  margin-bottom: 30px;
  font-size: 1.1em;
  font-weight: 300;
  color: #001f5b;
  text-transform: none;
}

.ght-content-frame .ght-select-topic p {
  margin: 0 0 10px;
}

.ght-content-frame .ght-select-topic p:last-child {
  padding-top: 15px;
  text-align: left;
  font-size: 0.8em;
}

@media screen and (min-width: 521px) {
  .ght-content-frame .ght-select-topic {
    max-width: 300px;
    padding-top: 0;
  }

  .ght-content-frame .ght-select-topic p {
    margin: 0 0 10px;
  }

  .ght-content-frame .ght-select-topic p:last-child {
    padding-top: 30px;
  }
}

@media screen and (min-width: 1001px) {
  .ght-content-frame .ght-select-topic h3 {
    font-size: 1.4em;
  }

  .ght-content-frame .ght-select-topic--thee,
  .ght-content-frame .ght-select-topic--four {
    max-width: 780px;
  }

  .ght-content-frame .ght-select-topic--thee p,
  .ght-content-frame .ght-select-topic--four p {
    float: left;
  }

  .ght-content-frame .ght-select-topic--thee p:not(:last-of-type),
  .ght-content-frame .ght-select-topic--four p:not(:last-of-type) {
    display: table;
    margin-right: 20px;
    margin-bottom: 20px;
  }

  .ght-content-frame .ght-select-topic--thee p:not(:last-of-type) a,
  .ght-content-frame .ght-select-topic--four p:not(:last-of-type) a {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
  }

  .ght-content-frame .ght-select-topic--thee p:not(:last-of-type) {
    width: calc(33.33333% - 20px);
  }

  .ght-content-frame .ght-select-topic--thee p:nth-of-type(3n) {
    margin-right: 0;
  }

  .ght-content-frame .ght-select-topic--four p:not(:last-child) {
    width: calc(50% - 10px);
  }

  .ght-content-frame .ght-select-topic--four p:nth-of-type(2n) {
    margin-right: 0;
  }

  .ght-content-frame .ght-select-topic p:last-child {
    width: 100%;
    padding: 15px 0 30px;
    text-align: center;
  }
}

.ght-content-frame .questions-slide__btn-container {
  text-align: center;
}

.ght-content-frame .questions-slide__btn-container .quiz-btn--next {
  display: table;
  font-size: 14px;
  line-height: 1;
  color: white;
  border: 0;
  background: #cf0a2c;
}

.ght-content-frame .questions-slide__btn-container .quiz-btn--next span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.ght-content-frame .questions-slide__btn-container .button--risk {
  min-width: 70%;
  max-width: 75%;
  padding: 0 10%;
}

@media screen and (min-width: 1001px) {
  .ght-content-frame .questions-slide__btn-container.left-align {
    margin: 0;
  }

  .ght-content-frame .questions-slide__btn-container.left-align .quiz-btn--next,
  .ght-content-frame .questions-slide__btn-container.left-align p {
    margin: 0;
  }

  .ght-content-frame .questions-slide__btn-container .quiz-btn--next {
    font-size: 18px;
  }

  .ght-content-frame .questions-slide__btn-container .quiz-btn--next::before {
    right: 20px;
  }
}

.ght-content-frame.ocu-homepage-box .image {
  margin-bottom: 30px;
}

.ght-content-frame.ocu-homepage-box h1 {
  margin-bottom: 20px;
  line-height: 1.3em;
  width: 100%;
  text-align: left;
}

@media screen and (min-width: 521px) {
  .ght-content-frame.ocu-homepage-box h1 {
    text-align: center;
  }
}

.ght-content-frame.ocu-homepage-box p {
  font-size: 0.82em;
  line-height: 1.4;
}

@media screen and (min-width: 521px) {
  .ght-content-frame.ocu-homepage-box p {
    font-size: 1.1em;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1001px) {
  .ght-content-frame.ocu-homepage-box p {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 1.375em;
  }
}

.ght-content-frame.ocu-homepage-box .questions-slide__btn-container .quiz-btn--next {
  width: 100%;
}

.main .block-headline {
  text-align: center;
  margin-bottom: 60px !important;
}

.main .block-headline h1,
.main .block-headline h2 {
  font-size: 44px;
  line-height: 1.2em;
  margin-bottom: 30px;
  color: #cf0a2c;
}

@media screen and (max-width: 1000px) {

  .main .block-headline h1,
  .main .block-headline h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {

  .main .block-headline h1,
  .main .block-headline h2 {
    font-size: 26px;
  }
}

.main .block-headline p {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -.025em;
  margin: 0 0 40px;
}

@media screen and (max-width: 1000px) {
  .main .block-headline p {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .main .block-headline p {
    font-size: 18px;
  }
}

.main .block-headline p:last-of-type {
  margin: 0;
}

.main .block-headline a {
  color: #cf0a2c;
  text-decoration: none;
  vertical-align: top;
}

.main .block-headline a:hover {
  color: #686868;
}

.main .block-headline.intensive h1,
.main .block-headline.intensive h2 {
  color: #001f5b;
}

.main .block-headline.intensive p {
  color: #686868;
}

.main .block-headline.intensive a:hover {
  color: #001f5b;
}

.main .block-headline.title-only h1,
.main .block-headline.title-only h2 {
  margin-bottom: 0;
}

@media only screen and (max-width: 1000px) {
  .main .block-headline {
    padding: 0 10px;
    margin: 0 auto 40px !important;
  }

  .main .block-headline h1,
  .main .block-headline h2 {
    margin-bottom: 20px;
  }

  .main .block-headline p {
    width: 95%;
    margin: 0 auto 30px;
  }

  .main .block-headline p:last-of-type {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .main .block-headline {
    max-width: 420px;
    padding: 0 15px;
    margin: 0 auto 45px !important;
  }
}

.main .block-headline2 {
  margin-bottom: 60px !important;
}

.main .block-headline2 h1,
.main .block-headline2 h2 {
  font-size: 44px;
  line-height: 1.2em;
  margin-bottom: 30px;
  color: #cf0a2c;
}

@media screen and (max-width: 1000px) {

  .main .block-headline2 h1,
  .main .block-headline2 h2 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {

  .main .block-headline2 h1,
  .main .block-headline2 h2 {
    font-size: 26px;
  }
}

.main .block-headline2 p {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: -.025em;
  margin: 0 0 40px;
}

@media screen and (max-width: 1000px) {
  .main .block-headline2 p {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .main .block-headline2 p {
    font-size: 18px;
  }
}

.main .block-headline2 p:last-of-type {
  margin: 0;
  font-size: 16px;
}

.main .block-headline2 a {
  color: #cf0a2c;
  text-decoration: none;
}

.main .block-headline2 a:hover {
  color: #686868;
}

.main .block-headline2.intensive h1,
.main .block-headline2.intensive h2 {
  color: #001f5b;
}

.main .block-headline2.intensive p {
  color: #686868;
}

.main .block-headline2.intensive a:hover {
  color: #001f5b;
}

.main .block-headline2.title-only h1,
.main .block-headline2.title-only h2 {
  margin-bottom: 0;
}

@media only screen and (max-width: 1000px) {
  .main .block-headline2 {
    padding: 0 10px;
    margin: 0 auto 40px !important;
  }

  .main .block-headline2 h1,
  .main .block-headline2 h2 {
    margin-bottom: 20px;
  }

  .main .block-headline2 p {
    width: 95%;
    margin: 0 auto 30px;
  }

  .main .block-headline2 p:last-of-type {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .main .block-headline2 {
    max-width: 420px;
    padding: 0 15px;
    margin: 0 auto 45px !important;
  }
}

.main .mainpage__intensive .block-headline h1,
.main .mainpage__intensive .block-headline h2 {
  color: #001f5b;
}

.main .mainpage__intensive .block-headline p {
  color: #686868;
}

.main .mainpage__intensive .block-headline a:hover {
  color: #001f5b;
}

.main .product-landing .block-headline p {
  width: 75%;
  margin: 0 auto;
}

.main .agd-landing .agd-landing__list .block-headline {
  margin: 60px 0;
  padding: 0 120px;
}

@media only screen and (max-width: 1000px) {
  .main .agd-landing .agd-landing__list .block-headline {
    margin: 40px auto !important;
  }
}

@media only screen and (max-width: 767px) {
  .main .agd-landing .agd-landing__list .block-headline {
    padding: 0 20px;
  }
}

.main .product-listpage__buy h1 {
  margin: 0;
}

.main .headline--lowercase {
  text-transform: none;
}

.cucumber-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 500px;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: white;
  box-sizing: border-box;
  background: #cf0a2c;
  display: inline-block;
  max-width: 420px;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  .cucumber-btn {
    padding: 12px 20px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .cucumber-btn {
    width: 100%;
    max-width: 265px;
    padding: 15px 20px;
  }
}

@media screen and (min-width: 1001px) {
  .cucumber-btn:hover {
    color: white;
    background: #686868;
  }
}

.cucumber-btn:hover,
.cucumber-btn:focus {
  color: white;
}

@media only screen and (max-width: 640px) {
  .cucumber-btn {
    width: 100%;
    max-width: 265px;
  }
}

.main .hero-button {
  text-align: center;
  margin-bottom: 0;
  padding: 0 30px;
}

.main .hero-button p {
  margin: 0;
}

.main .hero-button .cucumber-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 500px;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: white;
  box-sizing: border-box;
  background: #cf0a2c;
  display: inline-block;
  max-width: 420px;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  .main .hero-button .cucumber-btn {
    padding: 12px 20px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .main .hero-button .cucumber-btn {
    width: 100%;
    max-width: 265px;
    padding: 15px 20px;
  }
}

@media screen and (min-width: 1001px) {
  .main .hero-button .cucumber-btn:hover {
    color: white;
    background: #686868;
  }
}

.main .hero-button .cucumber-btn:hover,
.main .hero-button .cucumber-btn:focus {
  color: white;
}

@media only screen and (max-width: 640px) {
  .main .hero-button .cucumber-btn {
    width: 100%;
    max-width: 265px;
  }
}

.main .mainpage__intensive .cucumber-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 500px;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: white;
  box-sizing: border-box;
  background: #878787;
  background: -moz-linear-gradient(top, #878787 0%, #878787 50%, #686868 51%, #686868 100%);
  background: -webkit-linear-gradient(top, #878787 0%, #878787 50%, #686868 51%, #686868 100%);
  background: linear-gradient(to bottom, #878787 0%, #878787 50%, #686868 51%, #686868 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#878787', endColorstr='#686868', GradientType=0);
}

@media screen and (max-width: 1000px) {
  .main .mainpage__intensive .cucumber-btn {
    padding: 12px 20px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .main .mainpage__intensive .cucumber-btn {
    width: 100%;
    max-width: 265px;
    padding: 15px 20px;
  }
}

@media screen and (min-width: 1001px) {
  .main .mainpage__intensive .cucumber-btn:hover {
    color: white;
    background: #686868;
    background: -moz-linear-gradient(top, #686868 0%, #686868 50%, #4A4A4A 51%, #4A4A4A 100%);
    background: -webkit-linear-gradient(top, #686868 0%, #686868 50%, #4A4A4A 51%, #4A4A4A 100%);
    background: linear-gradient(to bottom, #686868 0%, #686868 50%, #4a4a4a 51%, #4a4a4a 100%);
  }
}

.main .mainpage__ght .articleTeaser a,
.main .mainpage__about .articleTeaser a,
.main .mainpage__teaser .articleTeaser a {
  text-transform: uppercase;
  text-decoration: none;
}

.main .mainpage__ght .articleTeaser .articleTeaser-text-header,
.main .mainpage__about .articleTeaser .articleTeaser-text-header,
.main .mainpage__teaser .articleTeaser .articleTeaser-text-header {
  margin-top: 0;
  font-size: 32px;
  line-height: 1.2em;
}

@media screen and (max-width: 1000px) {

  .main .mainpage__ght .articleTeaser .articleTeaser-text-header,
  .main .mainpage__about .articleTeaser .articleTeaser-text-header,
  .main .mainpage__teaser .articleTeaser .articleTeaser-text-header {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {

  .main .mainpage__ght .articleTeaser .articleTeaser-text-header,
  .main .mainpage__about .articleTeaser .articleTeaser-text-header,
  .main .mainpage__teaser .articleTeaser .articleTeaser-text-header {
    font-size: 22px;
  }
}

@media screen and (max-width: 374px) {

  .main .mainpage__ght .articleTeaser .articleTeaser-text-header,
  .main .mainpage__about .articleTeaser .articleTeaser-text-header,
  .main .mainpage__teaser .articleTeaser .articleTeaser-text-header {
    font-size: 20px;
  }
}

.main .mainpage__ght .articleTeaser .articleTeaser-text-description,
.main .mainpage__about .articleTeaser .articleTeaser-text-description,
.main .mainpage__teaser .articleTeaser .articleTeaser-text-description {
  margin-bottom: 30px;
}

.main .mainpage__ght .articleTeaser .articleTeaser-text-link,
.main .mainpage__about .articleTeaser .articleTeaser-text-link,
.main .mainpage__teaser .articleTeaser .articleTeaser-text-link {
  display: inline-block;
  position: relative;
  padding-right: 40px;
  font-size: 16px;
  line-height: 1.5em;
  color: #cf0a2c;
  vertical-align: middle;
  text-transform: uppercase;
}

.main .mainpage__ght .articleTeaser .articleTeaser-text-link::after,
.main .mainpage__about .articleTeaser .articleTeaser-text-link::after,
.main .mainpage__teaser .articleTeaser .articleTeaser-text-link::after {
  content: '';
  position: absolute;
  width: 24px;
  height: 24px;
  top: calc(50% - 12px);
  right: 0;
  z-index: 10;
  border-radius: 100%;
  background: url(../../assets/img/icon-chevron-right.svg?auto=format) center/30% no-repeat #cf0a2c;
}

@media screen and (max-width: 1000px) {

  .main .mainpage__ght .articleTeaser .articleTeaser-text-link::after,
  .main .mainpage__about .articleTeaser .articleTeaser-text-link::after,
  .main .mainpage__teaser .articleTeaser .articleTeaser-text-link::after {
    width: 22px;
    height: 22px;
    top: calc(50% - 11px);
  }
}

.main .mainpage__ght .articleTeaser .articleTeaser-text-link:hover,
.main .mainpage__about .articleTeaser .articleTeaser-text-link:hover,
.main .mainpage__teaser .articleTeaser .articleTeaser-text-link:hover {
  color: #686868;
}

.main .mainpage__ght .articleTeaser .articleTeaser-text-link:hover::after,
.main .mainpage__about .articleTeaser .articleTeaser-text-link:hover::after,
.main .mainpage__teaser .articleTeaser .articleTeaser-text-link:hover::after {
  background-color: #686868;
}

.main .mainpage__ght .articleTeaser .articleTeaser-text-description,
.main .mainpage__about .articleTeaser .articleTeaser-text-description {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -.025em;
}

@media screen and (max-width: 1000px) {

  .main .mainpage__ght .articleTeaser .articleTeaser-text-description,
  .main .mainpage__about .articleTeaser .articleTeaser-text-description {
    font-size: 15px;
    line-height: 1.333;
  }
}

.main .mainpage__products .articleTeaser .articleTeaser-text-content,
.main .mainpage__teaser .articleTeaser .articleTeaser-text-content {
  box-sizing: border-box;
}

.main .mainpage__products .articleTeaser .articleTeaser-text-description,
.main .mainpage__teaser .articleTeaser .articleTeaser-text-description {
  font-size: 14px;
  line-height: 1.43;
  letter-spacing: -.025em;
}

@media screen and (max-width: 1000px) {

  .main .mainpage__products .articleTeaser .articleTeaser-text-description,
  .main .mainpage__teaser .articleTeaser .articleTeaser-text-description {
    font-size: 13px;
    line-height: 1.38;
  }
}

@media screen and (max-width: 767px) {

  .main .mainpage__products .articleTeaser .articleTeaser-text-description,
  .main .mainpage__teaser .articleTeaser .articleTeaser-text-description {
    font-size: 15px;
    line-height: 1.3333;
  }
}

.main .mainpage__products .articleTeaser .articleTeaser-text-description p,
.main .mainpage__teaser .articleTeaser .articleTeaser-text-description p {
  margin: 0;
}

.main .mainpage__products .articleTeaser .articleTeaser-text-link,
.main .mainpage__teaser .articleTeaser .articleTeaser-text-link {
  position: absolute;
}

.main .mainpage__products .articleTeaser .articleTeaser-text-content {
  min-height: 240px;
  padding: 30px 0 0;
  position: relative;
}

.main .mainpage__products .articleTeaser .articleTeaser-text-header {
  font-size: 22px;
  line-height: 1.3em;
  margin: 0;
  padding-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 0;
}

@media screen and (max-width: 1000px) {
  .main .mainpage__products .articleTeaser .articleTeaser-text-header {
    font-size: 20px;
  }
}

.main .mainpage__products .articleTeaser .articleTeaser-text-description {
  padding-bottom: 30px;
}

.main .mainpage__products .articleTeaser .articleTeaser-text-link {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 500px;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: white;
  box-sizing: border-box;
  background: #cf0a2c;
  bottom: 0;
  left: 0;
  font-size: 0.92em;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  .main .mainpage__products .articleTeaser .articleTeaser-text-link {
    padding: 12px 20px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .main .mainpage__products .articleTeaser .articleTeaser-text-link {
    width: 100%;
    max-width: 265px;
    padding: 15px 20px;
  }
}

@media screen and (min-width: 1001px) {
  .main .mainpage__products .articleTeaser .articleTeaser-text-link:hover {
    color: white;
    background: #686868;
  }
}

@media only screen and (max-width: 1000px) {
  .main .mainpage__products .articleTeaser .articleTeaser-text-content {
    min-height: 200px;
    padding: 20px 0 0;
  }

  .main .mainpage__products .articleTeaser .articleTeaser-text-description {
    padding-bottom: 30px;
  }
}

@media only screen and (max-width: 767px) {

  .main .mainpage__products .articleTeaser[class*="grid_"] .articleTeaser-text-content,
  .main .mainpage__products .articleTeaser.alpha .articleTeaser-text-content,
  .main .mainpage__products .articleTeaser.omega .articleTeaser-text-content {
    height: auto;
    text-align: center;
    padding: 32px 0;
  }

  .main .mainpage__products .articleTeaser[class*="grid_"] .articleTeaser-text-header,
  .main .mainpage__products .articleTeaser.alpha .articleTeaser-text-header,
  .main .mainpage__products .articleTeaser.omega .articleTeaser-text-header {
    width: 100%;
    padding-bottom: 20px;
    text-align: left;
  }

  .main .mainpage__products .articleTeaser[class*="grid_"] .articleTeaser-text-description,
  .main .mainpage__products .articleTeaser.alpha .articleTeaser-text-description,
  .main .mainpage__products .articleTeaser.omega .articleTeaser-text-description {
    text-align: left;
  }

  .main .mainpage__products .articleTeaser[class*="grid_"] .articleTeaser-text-link,
  .main .mainpage__products .articleTeaser.alpha .articleTeaser-text-link,
  .main .mainpage__products .articleTeaser.omega .articleTeaser-text-link {
    position: relative;
    width: 100%;
    bottom: 0;
    left: 0;
    max-width: 100%;
  }

  .main .mainpage__products .articleTeaser[class*="grid_"]:last-of-type .articleTeaser-text-content,
  .main .mainpage__products .articleTeaser.alpha:last-of-type .articleTeaser-text-content,
  .main .mainpage__products .articleTeaser.omega:last-of-type .articleTeaser-text-content {
    padding-bottom: 0;
  }
}

.main .mainpage__teaser .articleTeaser .articleTeaser-text-content {
  padding: 30px 20px;
  box-sizing: border-box;
}

.main .mainpage__teaser .articleTeaser .articleTeaser-text-header {
  font-size: 18px;
  line-height: 1.3em;
  margin-bottom: 20px;
}

@media screen and (max-width: 1000px) {
  .main .mainpage__teaser .articleTeaser .articleTeaser-text-header {
    font-size: 16px;
    line-height: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  .main .mainpage__teaser .articleTeaser .articleTeaser-text-header {
    font-size: 18px;
  }
}

.main .mainpage__teaser .articleTeaser .articleTeaser-text-link {
  bottom: 15px;
  left: 20px;
}

@media only screen and (max-width: 1000px) {
  .main .mainpage__teaser .articleTeaser .articleTeaser-text-content {
    padding: 20px 15px;
  }

  .main .mainpage__teaser .articleTeaser .articleTeaser-text-link {
    left: 15px;
  }
}

@media only screen and (max-width: 767px) {

  .main .mainpage__teaser .articleTeaser[class*="grid_"] .articleTeaser-text-content,
  .main .mainpage__teaser .articleTeaser.alpha .articleTeaser-text-content,
  .main .mainpage__teaser .articleTeaser.omega .articleTeaser-text-content {
    padding: 30px 15px;
  }

  .main .mainpage__teaser .articleTeaser[class*="grid_"] .articleTeaser-text-header,
  .main .mainpage__teaser .articleTeaser.alpha .articleTeaser-text-header,
  .main .mainpage__teaser .articleTeaser.omega .articleTeaser-text-header {
    margin-bottom: 15px;
  }

  .main .mainpage__teaser .articleTeaser[class*="grid_"] .articleTeaser-text-link,
  .main .mainpage__teaser .articleTeaser.alpha .articleTeaser-text-link,
  .main .mainpage__teaser .articleTeaser.omega .articleTeaser-text-link {
    position: relative;
    bottom: 0;
    left: 0;
  }
}

.main .agd-page .page-lead a,
.main .agd-page .page-details a,
.main .product-page .page-lead a,
.main .product-page .page-details a {
  color: #cf0a2c;
  text-decoration: none;
}

.main .agd-page .page-lead p,
.main .product-page .page-lead p {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -.025em;
  font-size: 22px;
  line-height: 1.3;
  margin: 0 0 45px;
}

@media screen and (max-width: 1000px) {

  .main .agd-page .page-lead p,
  .main .product-page .page-lead p {
    font-size: 15px;
    line-height: 1.333;
  }
}

@media screen and (max-width: 1000px) {

  .main .agd-page .page-lead p,
  .main .product-page .page-lead p {
    margin: 0 0 40px;
  }
}

.main .agd-page .page-details p,
.main .product-page .page-details p {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -.025em;
  margin: 0 0 40px;
}

@media screen and (max-width: 1000px) {

  .main .agd-page .page-details p,
  .main .product-page .page-details p {
    font-size: 15px;
    line-height: 1.333;
  }
}

.main .product-page .page-lead h1,
.main .product-page .page-details h1 {
  font-size: 32px;
  line-height: 1.2em;
  margin: 0 0 30px;
  color: #001f5b;
}

@media screen and (max-width: 1000px) {

  .main .product-page .page-lead h1,
  .main .product-page .page-details h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {

  .main .product-page .page-lead h1,
  .main .product-page .page-details h1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 374px) {

  .main .product-page .page-lead h1,
  .main .product-page .page-details h1 {
    font-size: 20px;
  }
}

.main .product-page .page-lead h3,
.main .product-page .page-details h3 {
  font-size: 22px;
  line-height: 1.3em;
  margin: 0 0 30px;
  color: #001f5b;
}

@media screen and (max-width: 1000px) {

  .main .product-page .page-lead h3,
  .main .product-page .page-details h3 {
    font-size: 20px;
  }
}

.main .product-page .page-lead p,
.main .product-page .page-details p {
  color: #686868;
}

.main .product-page .page-lead a:hover,
.main .product-page .page-details a:hover {
  color: #001f5b;
}

.main .product-page .page-lead ul,
.main .product-page .page-details ul {
  margin: 0 0 30px;
  padding: 0;
}

.main .product-page .page-lead ul li,
.main .product-page .page-details ul li {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -.025em;
  font-size: 22px;
  line-height: 1.3;
  color: #686868;
}

@media screen and (max-width: 1000px) {

  .main .product-page .page-lead ul li,
  .main .product-page .page-details ul li {
    font-size: 15px;
    line-height: 1.333;
  }
}

.main .product-page .page-lead ul li::before,
.main .product-page .page-details ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #686868;
  top: calc(50% - 4px);
}

.main .product-page .page-lead .button-container p,
.main .product-page .page-details .button-container p {
  margin: 0;
}

.main .product-page .page-lead .button-container .cucumber-btn,
.main .product-page .page-details .button-container .cucumber-btn {
  display: inline-block;
  padding: 15px 30px;
  border-radius: 500px;
  font-size: 18px;
  line-height: 1em;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  color: white;
  box-sizing: border-box;
  background: #878787;
  background: -moz-linear-gradient(top, #878787 0%, #878787 50%, #686868 51%, #686868 100%);
  background: -webkit-linear-gradient(top, #878787 0%, #878787 50%, #686868 51%, #686868 100%);
  background: linear-gradient(to bottom, #878787 0%, #878787 50%, #686868 51%, #686868 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#878787', endColorstr='#686868', GradientType=0);
}

@media screen and (max-width: 1000px) {

  .main .product-page .page-lead .button-container .cucumber-btn,
  .main .product-page .page-details .button-container .cucumber-btn {
    padding: 12px 20px;
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {

  .main .product-page .page-lead .button-container .cucumber-btn,
  .main .product-page .page-details .button-container .cucumber-btn {
    width: 100%;
    max-width: 265px;
    padding: 15px 20px;
  }
}

@media screen and (min-width: 1001px) {

  .main .product-page .page-lead .button-container .cucumber-btn:hover,
  .main .product-page .page-details .button-container .cucumber-btn:hover {
    color: white;
    background: #686868;
    background: -moz-linear-gradient(top, #686868 0%, #686868 50%, #4A4A4A 51%, #4A4A4A 100%);
    background: -webkit-linear-gradient(top, #686868 0%, #686868 50%, #4A4A4A 51%, #4A4A4A 100%);
    background: linear-gradient(to bottom, #686868 0%, #686868 50%, #4a4a4a 51%, #4a4a4a 100%);
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {

  .main .product-page .page-lead h1,
  .main .product-page .page-lead h3,
  .main .product-page .page-details h1,
  .main .product-page .page-details h3 {
    margin: 0 0 20px;
  }
}

@media screen and (max-width: 767px) {

  .main .product-page .page-lead .button-container,
  .main .product-page .page-details .button-container {
    text-align: center;
  }

  .main .product-page .page-lead .button-container .cucumber-btn,
  .main .product-page .page-details .button-container .cucumber-btn {
    max-width: 100%;
  }
}

.main .agd-page .page-lead h2,
.main .agd-page .page-lead h3,
.main .agd-page .page-details h2,
.main .agd-page .page-details h3 {
  font-size: 32px;
  line-height: 1.2em;
  margin: 0 0 30px;
  color: #cf0a2c;
}

@media screen and (max-width: 1000px) {

  .main .agd-page .page-lead h2,
  .main .agd-page .page-lead h3,
  .main .agd-page .page-details h2,
  .main .agd-page .page-details h3 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {

  .main .agd-page .page-lead h2,
  .main .agd-page .page-lead h3,
  .main .agd-page .page-details h2,
  .main .agd-page .page-details h3 {
    font-size: 22px;
  }
}

@media screen and (max-width: 374px) {

  .main .agd-page .page-lead h2,
  .main .agd-page .page-lead h3,
  .main .agd-page .page-details h2,
  .main .agd-page .page-details h3 {
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) and (min-width: 768px) {

  .main .agd-page .page-lead h2,
  .main .agd-page .page-lead h3,
  .main .agd-page .page-details h2,
  .main .agd-page .page-details h3 {
    margin: 0 0 20px;
  }
}

.main .agd-page .page-lead h1,
.main .agd-page .page-lead h2,
.main .agd-page .page-details h1,
.main .agd-page .page-details h2 {
  font-size: 32px;
  line-height: 1.2em;
}

@media screen and (max-width: 1000px) {

  .main .agd-page .page-lead h1,
  .main .agd-page .page-lead h2,
  .main .agd-page .page-details h1,
  .main .agd-page .page-details h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {

  .main .agd-page .page-lead h1,
  .main .agd-page .page-lead h2,
  .main .agd-page .page-details h1,
  .main .agd-page .page-details h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 374px) {

  .main .agd-page .page-lead h1,
  .main .agd-page .page-lead h2,
  .main .agd-page .page-details h1,
  .main .agd-page .page-details h2 {
    font-size: 20px;
  }
}

.main .agd-page .page-lead h3,
.main .agd-page .page-details h3 {
  font-size: 22px;
  line-height: 1.3em;
}

@media screen and (max-width: 1000px) {

  .main .agd-page .page-lead h3,
  .main .agd-page .page-details h3 {
    font-size: 20px;
  }
}

.main .agd-page .page-lead p,
.main .agd-page .page-details p {
  color: #001f5b;
}

@media screen and (max-width: 1000px) {

  .main .agd-page .page-lead p,
  .main .agd-page .page-details p {
    margin: 0 0 20px;
  }
}

.main .agd-page .page-lead a:hover,
.main .agd-page .page-details a:hover {
  color: #686868;
}

.main .agd-page .page-lead .richText ul,
.main .agd-page .page-lead .richText ol,
.main .agd-page .page-details .richText ul,
.main .agd-page .page-details .richText ol {
  margin: -20px 0 30px 50px;
  /* Remove the default left margin */
  padding: 0;
  /* Remove the default padding */
}

.main .agd-page .page-lead .richText ul li,
.main .agd-page .page-lead .richText ol li,
.main .agd-page .page-details .richText ul li,
.main .agd-page .page-details .richText ol li {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -.025em;
  color: #001f5b;
  margin: 0 0 5px 20px;
  /* Give each list item a left margin to make room for the numbers */
  padding: 4px 8px 20px;
  /* Add some spacing around the content */
}

@media screen and (max-width: 1000px) {

  .main .agd-page .page-lead .richText ul li,
  .main .agd-page .page-lead .richText ol li,
  .main .agd-page .page-details .richText ul li,
  .main .agd-page .page-details .richText ol li {
    font-size: 15px;
    line-height: 1.333;
  }
}

.main .agd-page .page-lead .richText ul li:last-of-type,
.main .agd-page .page-lead .richText ol li:last-of-type,
.main .agd-page .page-details .richText ul li:last-of-type,
.main .agd-page .page-details .richText ol li:last-of-type {
  margin-bottom: 0;
  padding-bottom: 0;
}

@media only screen and (max-width: 1000px) {

  .main .agd-page .page-lead .richText ul,
  .main .agd-page .page-lead .richText ol,
  .main .agd-page .page-details .richText ul,
  .main .agd-page .page-details .richText ol {
    margin: -10px 0 10px 20px;
  }

  .main .agd-page .page-lead .richText ul li,
  .main .agd-page .page-lead .richText ol li,
  .main .agd-page .page-details .richText ul li,
  .main .agd-page .page-details .richText ol li {
    padding: 4px 15px 10px;
  }

  .main .agd-page .page-lead .richText ul li:last-of-type,
  .main .agd-page .page-lead .richText ol li:last-of-type,
  .main .agd-page .page-details .richText ul li:last-of-type,
  .main .agd-page .page-details .richText ol li:last-of-type {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 767px) {

  .main .agd-page .page-lead .richText ul,
  .main .agd-page .page-lead .richText ol,
  .main .agd-page .page-details .richText ul,
  .main .agd-page .page-details .richText ol {
    margin: 20px 0 0 !important;
  }
}

.main .agd-page .page-lead .richText ul li::before,
.main .agd-page .page-details .richText ul li::before {
  top: 8px;
  left: -20px;
  background: #001f5b;
}

.main .agd-page .page-lead .richText ol,
.main .agd-page .page-details .richText ol {
  counter-reset: li;
  /* Initiate a counter */
}

.main .agd-page .page-lead .richText ol>li,
.main .agd-page .page-details .richText ol>li {
  position: relative;
  /* Create a positioning context */
  list-style: none;
  /* Disable the normal item numbering */
}

.main .agd-page .page-lead .richText ol>li::before,
.main .agd-page .page-details .richText ol>li::before {
  content: counter(li);
  /* Use the counter as content */
  counter-increment: li;
  /* Increment the counter by 1 */
  /* Position and style the number */
  position: absolute;
  top: 4px;
  left: -20px;
  color: #001f5b;
  font-family: "Roboto", "Frutiger Bold", Arial, sans-serif;
  font-weight: 700;
}

.main .agd-page .page-lead .richText li ol,
.main .agd-page .page-lead .richText li ul,
.main .agd-page .page-details .richText li ol,
.main .agd-page .page-details .richText li ul {
  margin-top: 6px;
}

.main .agd-page .page-lead .richText ol ol li:last-child,
.main .agd-page .page-details .richText ol ol li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .main .agd-page .page-lead p:last-of-type {
    margin-bottom: 0;
  }
}

.main .agd-page .page-lead .richText ol>li::before,
.main .agd-page .page-details .richText ol>li::before {
  font-weight: bold;
}

.main .article-page .article-page__main .article-body h1,
.main .article-page .article-page__main .article-body h2 {
  margin: 0 0 30px;
}

@media screen and (max-width: 1000px) {

  .main .article-page .article-page__main .article-body h1,
  .main .article-page .article-page__main .article-body h2 {
    margin: 0 0 20px;
  }
}

.main .article-page .article-page__main .article-body h1 {
  font-size: 32px;
  line-height: 1.2em;
}

@media screen and (max-width: 1000px) {
  .main .article-page .article-page__main .article-body h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .main .article-page .article-page__main .article-body h1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 374px) {
  .main .article-page .article-page__main .article-body h1 {
    font-size: 20px;
  }
}

.main .article-page .article-page__main .article-body h2 {
  font-size: 22px;
  line-height: 1.3em;
  color: #cf0a2c;
}

@media screen and (max-width: 1000px) {
  .main .article-page .article-page__main .article-body h2 {
    font-size: 20px;
  }
}

.main .article-page .article-page__main .article-body p {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -.025em;
  margin: 0 0 40px;
}

@media screen and (max-width: 1000px) {
  .main .article-page .article-page__main .article-body p {
    font-size: 15px;
    line-height: 1.333;
  }
}

@media screen and (max-width: 1000px) {
  .main .article-page .article-page__main .article-body p {
    margin: 30px 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .main .article-page .article-page__main .article-body p {
    margin: 30px 0 30px;
  }
}

.main .article-page .article-page__main .article-body a {
  color: #cf0a2c;
  text-decoration: none;
}

.main .article-page .article-page__main .article-body a:hover {
  color: #686868;
}

.main .article-page .article-page__main .article-body ul,
.main .article-page .article-page__main .article-body ol {
  margin-top: -20px;
  margin-bottom: 30px;
  padding: 0;
}

@media only screen and (max-width: 1000px) {

  .main .article-page .article-page__main .article-body ul,
  .main .article-page .article-page__main .article-body ol {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 767px) {

  .main .article-page .article-page__main .article-body ul,
  .main .article-page .article-page__main .article-body ol {
    margin-top: 20px;
  }
}

.general-content.richText ul,
.general-content.richText ol,
.article-body ul,
.article-body ol {
  margin-left: 50px;
}

@media only screen and (max-width: 1000px) {

  .general-content.richText ul,
  .general-content.richText ol,
  .article-body ul,
  .article-body ol {
    margin-left: 30px;
  }
}

@media only screen and (max-width: 767px) {

  .general-content.richText ul,
  .general-content.richText ol,
  .article-body ul,
  .article-body ol {
    margin-left: 15px;
  }
}

.general-content.richText ul li,
.general-content.richText ol li,
.article-body ul li,
.article-body ol li {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -.025em;
  padding-left: 30px;
}

@media screen and (max-width: 1000px) {

  .general-content.richText ul li,
  .general-content.richText ol li,
  .article-body ul li,
  .article-body ol li {
    font-size: 15px;
    line-height: 1.333;
  }
}

.general-content.richText ul li:not(:last-of-type),
.general-content.richText ol li:not(:last-of-type),
.article-body ul li:not(:last-of-type),
.article-body ol li:not(:last-of-type) {
  margin-bottom: 15px;
}

.general-content.richText ul li::before,
.article-body ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  top: 7px;
  border-radius: 100%;
  background: #001f5b;
}

@media only screen and (max-width: 1000px) {

  .general-content.richText ul li::before,
  .article-body ul li::before {
    top: 4px;
  }
}

.general-content.richText ol,
.article-body ol {
  counter-reset: li;
}

.general-content.richText ol li,
.article-body ol li {
  position: relative;
  list-style: none;
  counter-increment: li;
}

.general-content.richText ol li::before,
.article-body ol li::before {
  content: counter(li) ".";
  position: absolute;
  top: 0;
  left: 0;
  color: #001f5b;
  font-family: "Roboto", "Frutiger Roman", Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -.025em;
  font-weight: normal;
}

@media screen and (max-width: 1000px) {

  .general-content.richText ol li::before,
  .article-body ol li::before {
    font-size: 15px;
    line-height: 1.333;
  }
}

:lang(ar) .article-body ol {
  counter-reset: li;
}

:lang(ar) .article-body ol li {
  position: relative;
  list-style: none;
  counter-increment: li;
  padding-right: 30px;
}

:lang(ar) .article-body ol li::before {
  display: none;
}

:lang(ar) .article-body ol li::after {
  content: "."counter(li);
  position: absolute;
  top: 0;
  right: 4px;
  color: #001f5b;
  font-family: "Roboto", "Frutiger Roman", Arial, sans-serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -.025em;
  font-weight: normal;
}

@media screen and (max-width: 1000px) {
  :lang(ar) .article-body ol li::after {
    font-size: 15px;
    line-height: 1.333;
  }
}

.general-content.richText * {
  padding: 0;
}

.general-content.richText h1 {
  font-size: 44px;
  line-height: 1.2em;
}

@media screen and (max-width: 1000px) {
  .general-content.richText h1 {
    font-size: 30px;
  }
}

@media screen and (max-width: 767px) {
  .general-content.richText h1 {
    font-size: 26px;
  }
}

.general-content.richText h2 {
  font-size: 32px;
  line-height: 1.2em;
}

@media screen and (max-width: 1000px) {
  .general-content.richText h2 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .general-content.richText h2 {
    font-size: 22px;
  }
}

@media screen and (max-width: 374px) {
  .general-content.richText h2 {
    font-size: 20px;
  }
}

.general-content.richText h3 {
  font-size: 22px;
  line-height: 1.3em;
}

@media screen and (max-width: 1000px) {
  .general-content.richText h3 {
    font-size: 20px;
  }
}

.general-content.richText h4 {
  font-size: 18px;
  line-height: 1.3em;
}

@media screen and (max-width: 1000px) {
  .general-content.richText h4 {
    font-size: 16px;
    line-height: 1.3em;
  }
}

@media screen and (max-width: 767px) {
  .general-content.richText h4 {
    font-size: 18px;
  }
}

.general-content.richText p {
  font-size: 16px;
  line-height: 1.56;
  letter-spacing: -.025em;
}

.general-content.richText p.font-size-2 {
  font-size: 1.5rem;
}

.general-content.richText p.social-img {
  display: flex;
}

.general-content.richText p.social-img a {
  margin-right: 10px;
}

.general-content.richText p.social-img a:nth-child(1) {
  margin-right: 4px;
}

@media screen and (max-width: 1000px) {
  .general-content.richText p {
    font-size: 15px;
    line-height: 1.333;
  }
}

.general-content.richText .hero-copy--blue {
  color: #001f5b;
}

.general-content.richText .hero-copy--red {
  color: #cf0a2c;
}

.general-content.richText a {
  color: #cf0a2c;
  text-decoration: none;
}

.general-content.richText a:hover {
  color: #686868;
}

.general-content.richText.error-handler-msg {
  margin-bottom: 100px;
}

.general-content.richText.error-handler-msg h1 {
  font-size: 176px;
  line-height: 1.3em;
  margin-bottom: 60px;
}

@media screen and (max-width: 1000px) {
  .general-content.richText.error-handler-msg {
    margin-bottom: 0;
  }

  .general-content.richText.error-handler-msg h1 {
    font-size: 88px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .general-content.richText.error-handler-msg h1 {
    font-size: 104px;
  }

  .general-content.richText p.social-img a {
    margin-right: 5px;
    width: 32px;
    height: auto;
  }
}

.main .parametrizedhtml {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.main .parametrizedhtml>.component-content img {
  position: absolute;
  width: 100%;
  top: 50%;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.main .parametrizedhtml .play-button {
  display: block;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 50%;
  left: 50%;
  z-index: 1;
  cursor: pointer;
  background: url(../../assets/img/icon-play.svg?auto=format) center/contain no-repeat transparent;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.main .parametrizedhtml:hover .play-button {
  background: url(../../assets/img/icon-play-hover.svg?auto=format) center/contain no-repeat transparent;
}

.contact-page .general-content h1 {
  font-size: 32px;
  line-height: 1.2em;
}

@media screen and (max-width: 1000px) {
  .contact-page .general-content h1 {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  .contact-page .general-content h1 {
    font-size: 22px;
  }
}

@media screen and (max-width: 374px) {
  .contact-page .general-content h1 {
    font-size: 20px;
  }
}

.contact-page .general-content.privacy-policy {
  position: relative;
}

.contact-page .general-content.privacy-policy::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  max-width: 1000px;
  height: 2px;
  bottom: 0px;
  left: 50%;
  border-top: 2px dotted #d1d1d1;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}

@media screen and (max-width: 1000px) {
  .contact-page .general-content.privacy-policy::after {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .contact-page .general-content.privacy-policy::after {
    width: 90%;
    max-width: 420px;
  }
}

.contact-page .general-content.privacy-policy:after {
  max-width: 100%;
  width: 100%;
}

.contact-page .general-content.privacy-policy .component-content {
  max-width: 600px;
  margin-bottom: 30px;
}

.contact-page .general-content.privacy-policy .component-content .richText-content {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1000px) {
  .contact-page .general-content.privacy-policy .component-content {
    margin-bottom: 40px;
  }

  .contact-page .general-content.privacy-policy .component-content .richText-content {
    margin-bottom: 40px;
  }
}

.contact-page .general-content.first {
  position: relative;
}

.contact-page .general-content.first::after {
  position: absolute;
  display: block;
  content: '';
  width: 100%;
  max-width: 1000px;
  height: 2px;
  bottom: 0px;
  left: 50%;
  border-top: 2px dotted #d1d1d1;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}

@media screen and (max-width: 1000px) {
  .contact-page .general-content.first::after {
    max-width: 90%;
  }
}

@media screen and (max-width: 767px) {
  .contact-page .general-content.first::after {
    width: 90%;
    max-width: 420px;
  }
}

.contact-page .general-content.first:after {
  max-width: 100%;
  width: 100%;
}

.contact-page .general-content.first .component-content {
  max-width: 600px;
  margin-bottom: 60px;
}

.page-contact-us .contact-page .general-content.first .component-content {
  max-width: 800px;
}

.contact-page .general-content.first .component-content .richText-content {
  margin-bottom: 60px;
}

@media only screen and (max-width: 1000px) {
  .contact-page .general-content.first .component-content {
    margin-bottom: 40px;
  }

  .contact-page .general-content.first .component-content .richText-content {
    margin-bottom: 40px;
  }
}

.contact-page.contact-page--no-form .general-content.first::after {
  display: none;
}

.contact-page.contact-page--no-form .general-content.first .component-content .richText-content {
  margin-bottom: 0;
}

.page-contact-us-thank-you .component {
  margin-bottom: 0;
}

.page-contact-us-thank-you .general-content h1,
.page-contact-us-thank-you .general-content h2 {
  color: #cf0a2c;
}

.page-contact-us-thank-you .general-content p {
  max-width: 420px;
}

.page-sitemap .richText h2 a {
  color: #001f5b;
}

.large_red_text_optimised {
  display: block;
  font-family: "Hind", Arial, sans-serif;
  font-size: 52px;
  font-weight: bold;
  line-height: 1.2;
  max-width: 400px;
  color: #CF0A2C !important;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .large_red_text_optimised {
    font-size: 36px;
  }
}

@media (max-width: 560px) {
  .large_red_text_optimised {
    font-size: 30px;
  }
}

.large_red_text_optimised_44 {
  display: block;
  font-family: "Hind", Arial, sans-serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2;
  color: #CF0A2C !important;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .large_red_text_optimised_44 {
    font-size: 30px;
  }
}

@media (max-width: 560px) {
  .large_red_text_optimised_44 {
    font-size: 26px;
  }
}

.large_blue_text_optimised {
  display: block;
  font-family: "Hind", Arial, sans-serif;
  font-size: 52px;
  font-weight: bold;
  line-height: 1.2;
  color: #2e6fca !important;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .large_blue_text_optimised {
    font-size: 36px;
  }
}

@media (max-width: 560px) {
  .large_blue_text_optimised {
    font-size: 30px;
  }
}

.large_blue_text_optimised_44 {
  display: block;
  font-family: "Hind", Arial, sans-serif;
  font-size: 44px;
  font-weight: bold;
  line-height: 1.2;
  color: #2e6fca !important;
  text-transform: uppercase;
}

@media (max-width: 1000px) {
  .large_blue_text_optimised_44 {
    font-size: 30px;
  }
}

@media (max-width: 560px) {
  .large_blue_text_optimised_44 {
    font-size: 26px;
  }
}

.large_red_text_52 {
  display: inline-block;
  font-size: 52px;
  line-height: 1.2;
  color: #cf0a2c !important;
}

.medium_red_font_44 {
  display: inline-block;
  font-size: 44px;
  line-height: 1.2;
  color: #cf0a2c !important;
}

.medium_red_font_32 {
  display: inline-block;
  font-size: 32px;
  line-height: 1.2;
  color: #cf0a2c !important;
}

.large_red_txt_55 {
  display: inline-block;
  font-size: 55px;
  line-height: 1.2;
  color: #cf0a2c !important;
}

.large_blue_txt_56 {
  display: inline-block;
  font-size: 56px;
  line-height: 1.2;
  color: #2e6fca !important;
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .large_red_text_52 {
    font-size: 36px;
  }

  .medium_red_font_44 {
    font-size: 30px;
  }

  .medium_red_font_32 {
    font-size: 24px;
  }

  .large_red_txt_55,
  .large_red_txt_56 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 767px) {
  .large_red_text_52 {
    font-size: 27px;
  }

  .medium_red_font_44 {
    font-size: 26px;
  }

  .medium_red_font_32 {
    font-size: 20px;
  }

  .large_red_txt_55,
  .large_red_txt_56 {
    font-size: 27px;
  }
}

@media screen and (min-width: 1001px) {

  .template-parodontax-basic-layout--german .questions-slide .quiz-answers label[for="ghtq2-answer3"],
  .template-parodontax-basic-layout--german .questions-slide .quiz-answers label[for="ghtq4-answer3"],
  .template-parodontax-basic-layout--german .questions-slide .quiz-answers label[for="ghtq4-answer2"] {
    padding-top: 16px;
    line-height: 1.2em;
  }
}

@media screen and (max-height: 800px) and (max-width: 1400px) and (min-width: 1001px) {

  .template-parodontax-basic-layout--german .questions-slide .quiz-answers label[for="ghtq2-answer3"],
  .template-parodontax-basic-layout--german .questions-slide .quiz-answers label[for="ghtq4-answer2"],
  .template-parodontax-basic-layout--german .questions-slide .quiz-answers label[for="ghtq4-answer3"] {
    padding: 7px 5px;
  }
}

@media screen and (max-width: 520px) {

  .template-parodontax-basic-layout--german .questions-slide .quiz-answers label[for="ghtq4-answer2"],
  .template-parodontax-basic-layout--german .questions-slide .quiz-answers label[for="ghtq4-answer3"] {
    padding-top: 4px;
    line-height: 1.2em;
  }
}

.template-parodontax-basic-layout--german .questions-slide .quiz-answers label[for="ghtq3-answer1"],
.template-parodontax-basic-layout--german .questions-slide .quiz-answers label[for="ghtq3-answer2"] {
  color: transparent;
}

.template-parodontax-basic-layout--german .ght-content-frame .ght-select-topic .quiz-btn.quiz-btn--wide[href*="reise-zur-zahnfleischerkrankung"] {
  padding: 6px 30px 0;
}

@media screen and (min-width: 1000px) {
  .template-parodontax-basic-layout--german .ght-content-frame .ght-select-topic .quiz-btn.quiz-btn--wide {
    display: inline-block;
    padding: 26px 40px 0 20px;
    line-height: 1.3em;
  }

  .template-parodontax-basic-layout--german .ght-content-frame .ght-select-topic .quiz-btn.quiz-btn--wide[href*="reise-zur-zahnfleischerkrankung"]::before {
    top: 35px;
  }

  .template-parodontax-basic-layout--german .ght-content-frame .ght-select-topic--thee .quiz-btn.quiz-btn--wide[href*="produkte"] {
    padding: 16px 40px 0 20px;
  }

  .template-parodontax-basic-layout--german .ght-content-frame .ght-select-topic--four .quiz-btn.quiz-btn--wide {
    max-width: 400px;
  }

  .template-parodontax-basic-layout--german .ght-content-frame .ght-select-topic--four .quiz-btn.quiz-btn--wide[href*="reise-zur-zahnfleischerkrankung"] {
    padding: 16px 30px 0;
  }
}

.template-parodontax-basic-layout--german .main .block-headline h1,
.template-parodontax-basic-layout--german .main .block-headline h2 {
  line-height: 1.33em;
}

.template-parodontax-basic-layout--german .main .parametrizedhtml .play-button {
  background: url("../../img/icon-play.svg?auto=format") center/contain no-repeat transparent;
}

.template-parodontax-basic-layout--german .main .parametrizedhtml:hover .play-button {
  background: url("../../img/icon-play-hover.svg?auto=format") center/contain no-repeat transparent;
}

@media screen and (min-width: 768px) {
  .template-parodontax-basic-layout--german .main .product-listpage .page-hero .content .richText {
    max-width: 600px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .template-parodontax-basic-layout--german.page-how-plaque-bacteria-causes-gum-disease .main .agd-page .page-hero .page-hero__text {
    max-width: 520px;
  }
}

@-moz-document url-prefix() {

  .template-parodontax-basic-layout--at .play-button,
  .template-parodontax-basic-layout--german .play-button {
    display: none !important;
  }
}

@media screen and (min-width: 1001px) {
  .template-parodontax-basic-layout--hun .questions-slide .quiz-answers label[for="ghtq2-answer3"] {
    padding-top: 16px;
    line-height: 1.2em;
  }
}

@media screen and (max-height: 800px) and (max-width: 1400px) and (min-width: 1001px) {
  .template-parodontax-basic-layout--hun .questions-slide .quiz-answers label[for="ghtq2-answer3"] {
    padding-top: 7px;
  }
}

.template-parodontax-basic-layout--hun .ght-content-frame h1 {
  line-height: 1.2em;
}

.template-parodontax-basic-layout--hun .quiz-btn.quiz-btn--wide[href*="products.html"] {
  padding-top: 3px;
  line-height: 1.3em;
}

.template-parodontax-basic-layout--UK .contact-page.contact-page--no-form .general-content.first::after {
  display: none;
}

.template-parodontax-basic-layout--UK .contact-page.contact-page--no-form .general-content.first .component-content .richText-content {
  margin-bottom: 0;
}

.template-parodontax-basic-layout--UK #footer .footer-content {
  padding: 60px 40px 30px;
}

.template-parodontax-basic-layout--UK #footer .footer-content .footer-share-this {
  top: -15px;
}

@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .template-parodontax-basic-layout--UK #footer .footer-content .footer-share-this {
    top: -30px;
  }
}

.template-parodontax-basic-layout--UK #footer .footer-content .copyright-container {
  bottom: -10px;
  margin-bottom: 0;
}

.template-parodontax-basic-layout--UK #footer .footer-content .copyright-container .copyright-text {
  width: 100%;
  margin-bottom: 10px;
}

@media only screen and (max-width: 1000px) and (min-width: 768px) {
  .template-parodontax-basic-layout--UK #footer .footer-content .copyright-container .copyright-text {
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 767px) and (min-width: 580px) {
  .template-parodontax-basic-layout--UK #footer .footer-content .copyright-container .copyright-text {
    margin-bottom: 10px;
  }
}

.template-parodontax-basic-layout--UK .main .product-page .page-lead ul li,
.template-parodontax-basic-layout--UK .main .product-page .page-details ul li {
  font-size: inherit;
}

.template-parodontax-basic-layout--UK .main .product-page .page-lead ul li::before,
.template-parodontax-basic-layout--UK .main .product-page .page-details ul li::before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #686868;
  top: 7px;
}

.template-parodontax-basic-layout--UK .agd-page .page-details .richText-content ul {
  margin-left: 20px;
}

.template-parodontax-basic-layout--UK .agd-page .page-details .richText-content ul li {
  padding-top: 0;
  padding-bottom: 5px;
}

.template-parodontax-basic-layout--UK .agd-page .page-details .richText-content ul li:before {
  top: 6px;
  font-size: 8px;
  left: -15px;
  content: "\f111";
  background: #001f5b;
}

.template-parodontax-basic-layout--it .questions-slide .quiz-answers label[for="ghtq4-answer3"] {
  padding-left: 10px;
  padding-right: 10px;
}

.template-parodontax-basic-layout--it .questions-slide .quiz-answers label[for="ghtq3-answer1"] {
  background: url(../../assets/img/GumHealthTest14_5b_541x316px_Italy_A0417.jpg?auto=format) center/cover no-repeat transparent;
  color: transparent;
}

.template-parodontax-basic-layout--it .questions-slide .quiz-answers label[for="ghtq3-answer2"] {
  background: url(../../assets/img/GumHealthTest14_5_541x316px_Italy_A0417.jpg?auto=format) center/cover no-repeat transparent;
  color: transparent;
}

@media screen and (min-width: 1001px) {

  .template-parodontax-basic-layout--it .questions-slide .quiz-answers label[for="ghtq2-answer3"],
  .template-parodontax-basic-layout--it .questions-slide .quiz-answers label[for="ghtq4-answer3"] {
    padding-top: 16px;
    line-height: 1.2em;
  }
}

@media screen and (max-height: 800px) and (max-width: 1400px) and (min-width: 1001px) {

  .template-parodontax-basic-layout--it .questions-slide .quiz-answers label[for="ghtq2-answer3"],
  .template-parodontax-basic-layout--it .questions-slide .quiz-answers label[for="ghtq4-answer3"] {
    padding: 7px 5px;
  }
}

@media screen and (max-width: 520px) {

  .template-parodontax-basic-layout--it .questions-slide .quiz-answers label[for="ghtq5-answer4"],
  .template-parodontax-basic-layout--it .questions-slide .quiz-answers label[for="ghtq4-answer3"] {
    padding-top: 4px;
    line-height: 1.2em;
  }
}

.template-parodontax-basic-layout--it .questions-slide__btn-container .quiz-btn--next.button--risk {
  font-size: 1.2em;
  padding-left: 20px;
}

.template-parodontax-basic-layout--it .quiz-btn.quiz-btn--wide[href*="cura-gengive-infiammate"] {
  position: static;
  padding-top: 3px;
  line-height: 1.3em;
}

.template-parodontax-basic-layout--it .quiz-btn.quiz-btn--wide[href*="prodotti"] {
  padding-top: 3px;
  padding-left: 30px;
  padding-right: 40px;
  line-height: 1.3em;
}

.template-parodontax-basic-layout--it.page-healthygums-advice .ght-select-topic .richText-content p:not(:last-of-type),
.template-parodontax-basic-layout--it.page-unhealthygums-advice .ght-select-topic .richText-content p:not(:last-of-type) {
  position: relative;
}

@media screen and (max-width: 520px) {

  .template-parodontax-basic-layout--it.page-healthygums-advice .ght-select-topic .quiz-btn.quiz-btn--wide,
  .template-parodontax-basic-layout--it.page-unhealthygums-advice .ght-select-topic .quiz-btn.quiz-btn--wide {
    padding: 7px 30px 0;
    line-height: 1.3;
  }

  .template-parodontax-basic-layout--it.page-healthygums-advice .ght-select-topic .quiz-btn.quiz-btn--wide[href*="gengivite-sintomi"],
  .template-parodontax-basic-layout--it.page-unhealthygums-advice .ght-select-topic .quiz-btn.quiz-btn--wide[href*="gengivite-sintomi"] {
    padding-top: 15px;
  }
}

.template-parodontax-basic-layout--it.page-healthygums-advice .quiz-btn.quiz-btn--wide[href*="prodotti"],
.template-parodontax-basic-layout--it.page-unhealthygums-advice .quiz-btn.quiz-btn--wide[href*="prodotti"] {
  position: static;
  padding: 0 30px 0;
  line-height: 1.3em;
}

@media screen and (max-width: 1000px) {

  .template-parodontax-basic-layout--it.page-healthygums-advice .quiz-btn.quiz-btn--wide[href*="prodotti"],
  .template-parodontax-basic-layout--it.page-unhealthygums-advice .quiz-btn.quiz-btn--wide[href*="prodotti"] {
    padding-top: 15px;
  }
}

@media screen and (max-width: 520px) {

  .template-parodontax-basic-layout--it.page-healthygums-advice .quiz-btn.quiz-btn--wide[href*="prodotti"],
  .template-parodontax-basic-layout--it.page-unhealthygums-advice .quiz-btn.quiz-btn--wide[href*="prodotti"] {
    padding-top: 7px;
  }
}

@media screen and (max-width: 520px) {
  .template-parodontax-basic-layout--it.page-healthygums-advice .quiz-btn.quiz-btn--wide[href*="prodotti"] {
    padding-top: 15px;
  }
}

.template-parodontax-basic-layout--it.page-healthygums-advice .quiz-btn.quiz-btn--wide[href*="cura-gengive-infiammate"] {
  position: static;
  padding: 0 38px 0;
  line-height: 1.3em;
}

@media screen and (max-width: 1000px) {
  .template-parodontax-basic-layout--it.page-healthygums-advice .quiz-btn.quiz-btn--wide[href*="cura-gengive-infiammate"] {
    padding-top: 15px;
  }
}

@media screen and (max-width: 520px) {
  .template-parodontax-basic-layout--it.page-healthygums-advice .quiz-btn.quiz-btn--wide[href*="cura-gengive-infiammate"] {
    padding-top: 7px;
  }
}

.template-parodontax-basic-layout--it .main .product-listpage .page-hero .content .richText {
  max-width: 700px;
}

@media screen and (max-width: 1000px) {
  .template-parodontax-basic-layout--it .main .product-listpage .page-hero .content .richText {
    max-width: 430px;
  }
}

.template-parodontax-basic-layout--cyrillic--ru .header-box .navigation .navigation-branch.navigation-level1 {
  -webkit-transition: margin-right 0.1s linear;
  -moz-transition: margin-right 0.1s linear;
  transition: margin-right 0.1s linear;
}

.template-parodontax-basic-layout--cyrillic--ru .header-box .navigation .navigation-branch.navigation-level1.slide {
  margin-right: 170px;
}

.template-parodontax-basic-layout--cyrillic--ru .main-nav-box .navigation-horizontal .navigation-item.navigation-level1>.navigation-item-title {
  padding: 12px 10px;
  text-align: left;
}

.template-parodontax-basic-layout--cyrillic--ru .mainpage__carousel .carousel-slide:nth-child(3) .richText h1 {
  font-size: 1.9em;
}

.template-parodontax-basic-layout--cyrillic--ru .mainpage__carousel .carousel-slide:nth-child(4) .richText h1 {
  font-size: 2.5em;
}

.template-parodontax-basic-layout--cyrillic--ru .mainpage__carousel .carousel-slide:nth-child(2) .richText h1 {
  max-width: 500px;
}

.template-parodontax-basic-layout--cyrillic--ru .main .about-page .page-hero .content .richText h1 {
  max-width: 650px;
}

.template-parodontax-basic-layout--cyrillic--ru .tab-container .navigation.component .navigation-root .navigation-item.navigation-level1>.navigation-item-title {
  padding: 0 10px;
  font-size: 0.9em;
}

@media screen and (min-width: 1001px) {

  .template-parodontax-basic-layout--cyrillic--ru .questions-slide .quiz-answers label[for="ghtq2-answer3"],
  .template-parodontax-basic-layout--cyrillic--ru .questions-slide .quiz-answers label[for="ghtq4-answer4"],
  .template-parodontax-basic-layout--cyrillic--ru .questions-slide .quiz-answers label[for="ghtq4-answer2"],
  .template-parodontax-basic-layout--cyrillic--ru .questions-slide .quiz-answers label[for="ghtq4-answer1"] {
    padding-top: 16px;
    line-height: 1.2em;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-height: 800px) and (max-width: 1400px) and (min-width: 1001px) {

  .template-parodontax-basic-layout--cyrillic--ru .questions-slide .quiz-answers label[for="ghtq2-answer3"],
  .template-parodontax-basic-layout--cyrillic--ru .questions-slide .quiz-answers label[for="ghtq4-answer4"],
  .template-parodontax-basic-layout--cyrillic--ru .questions-slide .quiz-answers label[for="ghtq4-answer2"],
  .template-parodontax-basic-layout--cyrillic--ru .questions-slide .quiz-answers label[for="ghtq4-answer1"] {
    padding: 7px 15px;
  }
}

.template-parodontax-basic-layout--cyrillic--ru .quiz-btn.quiz-btn--wide[href*="/treating-gum-disease-at-home"] {
  line-height: 1.2;
  padding-right: 30px;
  padding-left: 30px;
}

.template-parodontax-basic-layout--cyrillic--ru.page-toothpaste .main .product-listpage .page-hero .content .richText {
  max-width: 940px;
}

.template-parodontax-basic-layout--cyrillic--ru.page-toothpaste .main .product-listpage .page-hero .content .richText h1 {
  max-width: none;
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .template-parodontax-basic-layout--cyrillic--ru.page-toothpaste .main .product-listpage .page-hero .content .richText {
    max-width: 80%;
  }
}

@media screen and (max-width: 480px) {
  .template-parodontax-basic-layout--cyrillic--ru.page-toothpaste .main .product-listpage .page-hero .content .richText h1 {
    font-size: 20px;
  }
}

.template-parodontax-basic-layout--cyrillic--ru.page-toothpaste .main .product-listpage .page-hero .content .richText p {
  max-width: none;
}

.template-parodontax-basic-layout--cyrillic--ru .mainpage.product-landing .carousel-slide:nth-child(1) .richText h1,
.template-parodontax-basic-layout--cyrillic--ru .mainpage.product-landing .carousel-slide:nth-child(2) .richText h1 {
  max-width: 450px;
  font-size: 2.5em;
}

.template-parodontax-basic-layout--cyrillic--ru.page-mouthwash .main .product-listpage .page-hero .content .richText h1,
.template-parodontax-basic-layout--cyrillic--ru.page-toothbrush .main .product-listpage .page-hero .content .richText h1 {
  font-size: 32px;
}

@media screen and (max-width: 480px) {

  .template-parodontax-basic-layout--cyrillic--ru.page-mouthwash .main .product-listpage .page-hero .content .richText,
  .template-parodontax-basic-layout--cyrillic--ru.page-toothbrush .main .product-listpage .page-hero .content .richText {
    padding: 0 10px;
    bottom: 20px;
  }

  .template-parodontax-basic-layout--cyrillic--ru.page-mouthwash .main .product-listpage .page-hero .content .richText h1,
  .template-parodontax-basic-layout--cyrillic--ru.page-toothbrush .main .product-listpage .page-hero .content .richText h1 {
    font-size: 17px;
  }
}

.template-parodontax-basic-layout--cyrillic--ru.page-healthygums-advice .ght-select-topic .richText-content p:not(:last-of-type),
.template-parodontax-basic-layout--cyrillic--ru.page-unhealthygums-advice .ght-select-topic .richText-content p:not(:last-of-type) {
  position: relative;
}

.template-parodontax-basic-layout--cyrillic--ru .quiz-btn.quiz-btn--wide[href*="about-gum-disease"],
.template-parodontax-basic-layout--cyrillic--ru .quiz-btn.quiz-btn--wide[href*="caring-for-your-gums"],
.template-parodontax-basic-layout--cyrillic--ru .quiz-btn.quiz-btn--wide[href*="products"] {
  position: static;
  padding-top: 3px;
  padding-left: 30px;
  padding-right: 60px;
  line-height: 1.3em;
}

.template-parodontax-basic-layout--pl.page-healthygums-advice .ght-select-topic .richText-content p:not(:last-of-type),
.template-parodontax-basic-layout--pl.page-unhealthygums-advice .ght-select-topic .richText-content p:not(:last-of-type) {
  position: relative;
}

.template-parodontax-basic-layout--pl .quiz-btn.quiz-btn--wide[href*="produkty"] {
  position: static;
  padding: 0 30px 0;
  line-height: 1.3em;
}

@media screen and (max-width: 1000px) {
  .template-parodontax-basic-layout--pl .quiz-btn.quiz-btn--wide[href*="produkty"] {
    padding-top: 6px;
  }
}

@media screen and (min-width: 1001px) {

  .template-parodontax-basic-layout--pl .questions-slide .quiz-answers label[for="ghtq4-answer2"],
  .template-parodontax-basic-layout--pl .questions-slide .quiz-answers label[for="ghtq4-answer6"] {
    padding-top: 16px;
    line-height: 1.2em;
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-height: 800px) and (max-width: 1400px) and (min-width: 1001px) {

  .template-parodontax-basic-layout--pl .questions-slide .quiz-answers label[for="ghtq4-answer2"],
  .template-parodontax-basic-layout--pl .questions-slide .quiz-answers label[for="ghtq4-answer6"] {
    padding: 7px 15px;
  }
}

@media only screen and (max-height: 800px) and (max-width: 1400px) and (min-width: 1001px) {
  .template-parodontax-basic-layout--pl .questions-slide[data-index="7"] .quiz-btn--next {
    padding: 7px 30px 0 15px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 520px) {
  .template-parodontax-basic-layout--pl .questions-slide[data-index="7"] .quiz-btn--next {
    padding: 7px 30px 0 15px;
    line-height: 1.2;
  }
}

.template-parodontax-basic-layout--pl.page-toothpaste .main .product-listpage .page-hero .content .richText {
  max-width: 850px;
}

@media screen and (min-width: 768px) {
  .template-parodontax-basic-layout--pl.page-toothpaste .main .product-listpage .page-hero .content .richText {
    top: 28%;
  }
}

.template-parodontax-basic-layout--pl.page-toothpaste .main .product-listpage .page-hero .content .richText p {
  text-align: left;
}

@media screen and (min-width: 768px) {
  .template-parodontax-basic-layout--pl.page-mouthwash .main .product-listpage .page-hero .content .richText {
    max-width: 640px;
    margin: 0 0 0 -550px;
  }
}

@media screen and (max-width: 520px) {
  .template-parodontax-basic-layout--es .main .questions-frame {
    height: 560px;
  }
}

.template-parodontax-basic-layout--es .questions-slide .quiz-answers .quiz-btn.quiz-btn--next {
  padding-right: 30px;
}

@media screen and (min-width: 1001px) {

  .template-parodontax-basic-layout--es .questions-slide .quiz-answers label[for="ghtq4-answer4"],
  .template-parodontax-basic-layout--es .questions-slide .quiz-answers label[for="ghtq4-answer5"],
  .template-parodontax-basic-layout--es .questions-slide .quiz-answers label[for="ghtq2-answer3"] {
    padding-top: 16px;
    line-height: 1.2em;
  }
}

@media screen and (max-height: 800px) and (max-width: 1400px) and (min-width: 1001px) {

  .template-parodontax-basic-layout--es .questions-slide .quiz-answers label[for="ghtq4-answer4"],
  .template-parodontax-basic-layout--es .questions-slide .quiz-answers label[for="ghtq4-answer5"],
  .template-parodontax-basic-layout--es .questions-slide .quiz-answers label[for="ghtq2-answer3"] {
    padding: 7px 5px;
  }

  .template-parodontax-basic-layout--es .questions-slide .quiz-answers label[for="ghtq4-answer4"] {
    font-size: 13px;
  }
}

@media screen and (min-width: 521px) and (max-width: 1000px) {
  .template-parodontax-basic-layout--es .questions-slide .quiz-answers label[for="ghtq4-answer4"] {
    padding-top: 5px;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 520px) {

  .template-parodontax-basic-layout--es .questions-slide .quiz-answers label[for="ghtq4-answer4"],
  .template-parodontax-basic-layout--es .questions-slide .quiz-answers label[for="ghtq4-answer5"],
  .template-parodontax-basic-layout--es .questions-slide .quiz-answers label[for="ghtq5-answer4"] {
    padding-top: 4px;
    line-height: 1.2em;
  }
}

@media screen and (max-height: 800px) and (max-width: 1400px) and (min-width: 1001px) {
  .template-parodontax-basic-layout--es .questions-slide[data-index="7"] .quiz-btn--next {
    padding: 7px 40px 0 30px;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 520px) {
  .template-parodontax-basic-layout--es .questions-slide[data-index="7"] .quiz-btn--next {
    padding: 7px 40px 0 30px;
    line-height: 1.2em;
  }
}

.template-parodontax-basic-layout--es .mainpage.product-landing .carousel-slide:nth-child(1) .richText h1 {
  font-size: 3em;
}

.template-parodontax-basic-layout--es.page-healthygums-advice .ght-select-topic .richText-content p:not(:last-of-type),
.template-parodontax-basic-layout--es.page-unhealthygums-advice .ght-select-topic .richText-content p:not(:last-of-type) {
  position: relative;
}

.template-parodontax-basic-layout--es .quiz-btn.quiz-btn--wide[href*="cuidado-de-tus-encias"],
.template-parodontax-basic-layout--es .quiz-btn.quiz-btn--wide[href*="productos"] {
  position: static;
  padding-top: 3px;
  padding-left: 20px;
  padding-right: 50px;
  line-height: 1.3em;
}

.template-parodontax-basic-layout--fr .questions-slide[data-index="7"] label {
  font-size: 0.9em;
}

@media screen and (min-width: 1001px) {
  .template-parodontax-basic-layout--fr .questions-slide[data-index="7"] label {
    font-size: 0.8em;
  }
}

@media screen and (min-width: 1001px) {
  .template-parodontax-basic-layout--fr .questions-slide .quiz-answers label[for="ghtq2-answer3"] {
    padding-top: 16px;
    line-height: 1.2em;
  }
}

@media screen and (max-height: 800px) and (max-width: 1400px) and (min-width: 1001px) {
  .template-parodontax-basic-layout--fr .questions-slide .quiz-answers label[for="ghtq2-answer3"] {
    padding: 7px 5px;
  }
}

@media screen and (min-width: 1001px) {

  .template-parodontax-basic-layout--fr .quiz-btn.quiz-btn--wide[href*="a-propos"],
  .template-parodontax-basic-layout--fr .quiz-btn.quiz-btn--wide[href*="prenez-soin"],
  .template-parodontax-basic-layout--fr .quiz-btn.quiz-btn--wide[href*="produits"] {
    position: static;
    padding-right: 40px;
    padding-left: 20px;
    line-height: 1.3em;
  }
}

.template-parodontax-basic-layout--fr.page-healthygums-advice .ght-select-topic .richText-content p:not(:last-of-type),
.template-parodontax-basic-layout--fr.page-unhealthygums-advice .ght-select-topic .richText-content p:not(:last-of-type) {
  position: relative;
}

@media screen and (min-width: 1000px) {
  :lang(fr) .ght-content-frame .ght-select-topic .quiz-btn.quiz-btn--wide {
    display: table-cell !important;
    padding: 0 40px 0 20px !important;
    line-height: 1.3em;
  }

  :lang(fr) .genericFormGroup {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
  }

  :lang(fr) .genericFormGroup label {
    width: calc(33.3333% - 20px);
    max-width: 220px;
    float: none;
    flex-basis: 33%;
    display: block;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-top: 0 !important;
    line-height: 1.2 !important;
  }

  :lang(fr) .questions-slide[data-index="5"] .genericFormGroup label,
  :lang(fr) .questions-slide[data-index="6"] .genericFormGroup label {
    flex-basis: 45% !important;
    max-width: none;
  }
}

.template-parodontax-basic-layout--il .main-nav-box .navigation-horizontal .navigation-item.navigation-level1:not(:first-child)::after,
.template-parodontax-basic-layout--sa-ar .main-nav-box .navigation-horizontal .navigation-item.navigation-level1:not(:first-child)::after {
  position: absolute;
  content: '';
  width: 1px;
  height: 40px;
  top: 5px;
  right: 1px;
  background-color: #dedede;
}

.template-parodontax-basic-layout--il .main-nav-box .navigation-horizontal .navigation-item.navigation-level1 .navigation-branch.navigation-level2 li a,
.template-parodontax-basic-layout--sa-ar .main-nav-box .navigation-horizontal .navigation-item.navigation-level1 .navigation-branch.navigation-level2 li a {
  text-align: right;
}

.template-parodontax-basic-layout--il .header-box .sensodyne-location-dropdown,
.template-parodontax-basic-layout--sa-ar .header-box .sensodyne-location-dropdown {
  text-align: left;
}

.template-parodontax-basic-layout--il .select-language-box .flag-box,
.template-parodontax-basic-layout--sa-ar .select-language-box .flag-box {
  direction: ltr;
}

.template-parodontax-basic-layout--il .select-language-box .flag-box>.component-content,
.template-parodontax-basic-layout--sa-ar .select-language-box .flag-box>.component-content {
  direction: rtl;
  padding-left: 90px;
  box-sizing: border-box;
}

@media only screen and (max-width: 1000px) and (min-width: 768px) {

  .template-parodontax-basic-layout--il .select-language-box .flag-box>.component-content,
  .template-parodontax-basic-layout--sa-ar .select-language-box .flag-box>.component-content {
    padding-left: 0;
  }
}

.template-parodontax-basic-layout--il .select-header-txt,
.template-parodontax-basic-layout--sa-ar .select-header-txt {
  text-align: left;
}

.template-parodontax-basic-layout--il .select-header-txt p,
.template-parodontax-basic-layout--sa-ar .select-header-txt p {
  position: relative;
  top: 12px;
}

.template-parodontax-basic-layout--il .select-language-box .country-select-txt p,
.template-parodontax-basic-layout--sa-ar .select-language-box .country-select-txt p {
  padding: 0 12px 0;
  text-align: left;
}

.template-parodontax-basic-layout--il #footer .back-to-top,
.template-parodontax-basic-layout--sa-ar #footer .back-to-top {
  direction: ltr;
}

.template-parodontax-basic-layout--il #footer .back-to-top>div>.richText-content,
.template-parodontax-basic-layout--sa-ar #footer .back-to-top>div>.richText-content {
  direction: rtl;
  max-width: 340px;
}

.template-parodontax-basic-layout--il .footer-navigation .navigation-branch.navigation-level1,
.template-parodontax-basic-layout--sa-ar .footer-navigation .navigation-branch.navigation-level1 {
  direction: ltr;
}

.template-parodontax-basic-layout--il .footer-navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1,
.template-parodontax-basic-layout--sa-ar .footer-navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1 {
  direction: rtl;
  max-width: 140px;
  text-align: right;
}

@media screen and (max-width: 580px) {

  .template-parodontax-basic-layout--il .footer-navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1,
  .template-parodontax-basic-layout--sa-ar .footer-navigation .navigation-branch.navigation-level1 .navigation-item.navigation-level1 {
    max-width: 100%;
  }
}

.template-parodontax-basic-layout--il.page-search-results .search-box .searchBox .form-search button.button,
.template-parodontax-basic-layout--sa-ar.page-search-results .search-box .searchBox .form-search button.button {
  left: 20px;
  right: auto;
}

.template-parodontax-basic-layout--il.page-faqs .page-container .accordion-slide .accordion-head,
.template-parodontax-basic-layout--sa-ar.page-faqs .page-container .accordion-slide .accordion-head {
  padding: 16px 50px 16px 10px;
}

.template-parodontax-basic-layout--il.page-faqs .page-container .accordion-slide .accordion-head::before,
.template-parodontax-basic-layout--sa-ar.page-faqs .page-container .accordion-slide .accordion-head::before {
  right: 12px;
  left: auto;
}

.template-parodontax-basic-layout--il .mainpage__carousel .carousel .richText,
.template-parodontax-basic-layout--sa-ar .mainpage__carousel .carousel .richText {
  direction: ltr;
}

.template-parodontax-basic-layout--il .page-hero__text,
.template-parodontax-basic-layout--sa-ar .page-hero__text {
  direction: ltr;
}

.template-parodontax-basic-layout--il .main .about-page .page-hero .content .richText h1,
.template-parodontax-basic-layout--sa-ar .main .about-page .page-hero .content .richText h1 {
  max-width: 340px;
}

.template-parodontax-basic-layout--il .main .agd-page .page-hero .content .richText h1,
.template-parodontax-basic-layout--il .main .journey-page .page-hero .content .richText p,
.template-parodontax-basic-layout--sa-ar .main .agd-page .page-hero .content .richText h1,
.template-parodontax-basic-layout--sa-ar .main .journey-page .page-hero .content .richText p {
  max-width: 300px;
}

.template-parodontax-basic-layout--il .mainpage__ght,
.template-parodontax-basic-layout--sa-ar .mainpage__ght {
  direction: ltr;
}

.template-parodontax-basic-layout--il .carousel-product-landing .carousel .richText,
.template-parodontax-basic-layout--sa-ar .carousel-product-landing .carousel .richText {
  direction: rtl;
}

.template-parodontax-basic-layout--il .carousel-product-landing .carousel .richText h1,
.template-parodontax-basic-layout--il .carousel-product-landing .carousel .richText p,
.template-parodontax-basic-layout--sa-ar .carousel-product-landing .carousel .richText h1,
.template-parodontax-basic-layout--sa-ar .carousel-product-landing .carousel .richText p {
  text-align: right;
}

.template-parodontax-basic-layout--il .main .agd-page .smartLink li:first-child,
.template-parodontax-basic-layout--il .main .article-page .smartLink li:first-child,
.template-parodontax-basic-layout--sa-ar .main .agd-page .smartLink li:first-child,
.template-parodontax-basic-layout--sa-ar .main .article-page .smartLink li:first-child {
  float: right;
}

.template-parodontax-basic-layout--il .main .agd-page .smartLink li:first-child a::after,
.template-parodontax-basic-layout--il .main .article-page .smartLink li:first-child a::after,
.template-parodontax-basic-layout--sa-ar .main .agd-page .smartLink li:first-child a::after,
.template-parodontax-basic-layout--sa-ar .main .article-page .smartLink li:first-child a::after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.template-parodontax-basic-layout--il .main .agd-page .smartLink li:last-child,
.template-parodontax-basic-layout--il .main .article-page .smartLink li:last-child,
.template-parodontax-basic-layout--sa-ar .main .agd-page .smartLink li:last-child,
.template-parodontax-basic-layout--sa-ar .main .article-page .smartLink li:last-child {
  float: left;
}

.template-parodontax-basic-layout--il .main .agd-page .smartLink li:last-child a,
.template-parodontax-basic-layout--il .main .article-page .smartLink li:last-child a,
.template-parodontax-basic-layout--sa-ar .main .agd-page .smartLink li:last-child a,
.template-parodontax-basic-layout--sa-ar .main .article-page .smartLink li:last-child a {
  padding-right: 0;
  padding-left: 40px;
}

.template-parodontax-basic-layout--il .main .agd-page .smartLink li:last-child a::after,
.template-parodontax-basic-layout--il .main .article-page .smartLink li:last-child a::after,
.template-parodontax-basic-layout--sa-ar .main .agd-page .smartLink li:last-child a::after,
.template-parodontax-basic-layout--sa-ar .main .article-page .smartLink li:last-child a::after {
  right: auto;
  left: 0;
  margin-left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.template-parodontax-basic-layout--il .main .mainpage__products .articleTeaser .articleTeaser-text-link,
.template-parodontax-basic-layout--il .product-listpage__list .list-row .teaser-box .list-boxitem-button,
.template-parodontax-basic-layout--il .page-related .snippetReference .articleTeaser .articleTeaser-text-link,
.template-parodontax-basic-layout--sa-ar .main .mainpage__products .articleTeaser .articleTeaser-text-link,
.template-parodontax-basic-layout--sa-ar .product-listpage__list .list-row .teaser-box .list-boxitem-button,
.template-parodontax-basic-layout--sa-ar .page-related .snippetReference .articleTeaser .articleTeaser-text-link {
  left: auto;
  right: 0;
}

@media screen and (min-width: 1001px) {

  .template-parodontax-basic-layout--il .questions-slide[data-index="1"] label,
  .template-parodontax-basic-layout--sa-ar .questions-slide[data-index="1"] label {
    float: none;
  }

  .template-parodontax-basic-layout--il .questions-slide[data-index="1"] label:first-of-type,
  .template-parodontax-basic-layout--sa-ar .questions-slide[data-index="1"] label:first-of-type {
    margin-left: 15px !important;
  }

  .template-parodontax-basic-layout--il .questions-slide .quiz-answers label,
  .template-parodontax-basic-layout--sa-ar .questions-slide .quiz-answers label {
    margin-left: 20px;
    margin-right: 0;
  }

  .template-parodontax-basic-layout--il .questions-slide .quiz-answers label:last-of-type,
  .template-parodontax-basic-layout--sa-ar .questions-slide .quiz-answers label:last-of-type {
    margin-left: 0;
  }

  .template-parodontax-basic-layout--il .questions-slide .quiz-answers label:first-of-type,
  .template-parodontax-basic-layout--sa-ar .questions-slide .quiz-answers label:first-of-type {
    margin-left: 20px;
  }

  .template-parodontax-basic-layout--il .questions-slide[data-index="2"] .quiz-answers label:first-of-type,
  .template-parodontax-basic-layout--sa-ar .questions-slide[data-index="2"] .quiz-answers label:first-of-type {
    margin-right: 0;
  }

  .template-parodontax-basic-layout--il .questions-slide[data-index="4"] label:nth-of-type(2n),
  .template-parodontax-basic-layout--sa-ar .questions-slide[data-index="4"] label:nth-of-type(2n) {
    margin-left: 20px;
  }

  .template-parodontax-basic-layout--il .questions-slide[data-index="4"] label:nth-of-type(3n),
  .template-parodontax-basic-layout--sa-ar .questions-slide[data-index="4"] label:nth-of-type(3n) {
    margin-left: 0;
  }

  .template-parodontax-basic-layout--il .questions-slide[data-index="5"] label,
  .template-parodontax-basic-layout--il .questions-slide[data-index="6"] label,
  .template-parodontax-basic-layout--sa-ar .questions-slide[data-index="5"] label,
  .template-parodontax-basic-layout--sa-ar .questions-slide[data-index="6"] label {
    float: none;
    margin-left: 15px !important;
  }

  .template-parodontax-basic-layout--il .questions-slide[data-index="5"] label:nth-of-type(2n),
  .template-parodontax-basic-layout--il .questions-slide[data-index="6"] label:nth-of-type(2n),
  .template-parodontax-basic-layout--sa-ar .questions-slide[data-index="5"] label:nth-of-type(2n),
  .template-parodontax-basic-layout--sa-ar .questions-slide[data-index="6"] label:nth-of-type(2n) {
    margin-left: 0 !important;
  }

  .template-parodontax-basic-layout--il .ght-content-frame .ght-result-text,
  .template-parodontax-basic-layout--sa-ar .ght-content-frame .ght-result-text {
    float: right;
    text-align: right;
  }
}

@media screen and (max-width: 520px) {

  .template-parodontax-basic-layout--il .ght-content-frame.ocu-homepage-box h1,
  .template-parodontax-basic-layout--il .ght-content-frame.ocu-homepage-box p,
  .template-parodontax-basic-layout--sa-ar .ght-content-frame.ocu-homepage-box h1,
  .template-parodontax-basic-layout--sa-ar .ght-content-frame.ocu-homepage-box p {
    text-align: right;
  }
}

@media screen and (max-width: 1000px) {

  .template-parodontax-basic-layout--il .ght-result-text h2,
  .template-parodontax-basic-layout--il .ght-result-text ul,
  .template-parodontax-basic-layout--il .ght-result-text p,
  .template-parodontax-basic-layout--sa-ar .ght-result-text h2,
  .template-parodontax-basic-layout--sa-ar .ght-result-text ul,
  .template-parodontax-basic-layout--sa-ar .ght-result-text p {
    text-align: right;
  }

  .template-parodontax-basic-layout--il .ght-content-frame .ght-select-topic p:last-child,
  .template-parodontax-basic-layout--sa-ar .ght-content-frame .ght-select-topic p:last-child {
    text-align: right;
  }
}

.template-parodontax-basic-layout--il .ght-content-frame ul li .list-red-tick,
.template-parodontax-basic-layout--il .ght-content-frame ul li .list-bullet,
.template-parodontax-basic-layout--sa-ar .ght-content-frame ul li .list-red-tick,
.template-parodontax-basic-layout--sa-ar .ght-content-frame ul li .list-bullet {
  padding-right: 30px;
  padding-left: 0;
}

.template-parodontax-basic-layout--il .ght-content-frame ul li .list-red-tick::before,
.template-parodontax-basic-layout--il .ght-content-frame ul li .list-bullet::before,
.template-parodontax-basic-layout--sa-ar .ght-content-frame ul li .list-red-tick::before,
.template-parodontax-basic-layout--sa-ar .ght-content-frame ul li .list-bullet::before {
  left: auto;
  right: 0;
}

@media screen and (max-height: 800px) and (max-width: 1400px) and (min-width: 1001px) {

  .template-parodontax-basic-layout--il label[for="ghtq2-answer3"],
  .template-parodontax-basic-layout--sa-ar label[for="ghtq2-answer3"] {
    padding: 4px 15px;
    line-height: 1.3;
  }
}

@media screen and (min-width: 1001px) {

  .template-parodontax-basic-layout--il.page-gumdisease-learnmore .questions-slide__btn-container,
  .template-parodontax-basic-layout--il.page-gumdisease-risk .questions-slide__btn-container,
  .template-parodontax-basic-layout--il.page-healthygums-learnmore .questions-slide__btn-container,
  .template-parodontax-basic-layout--il.page-healthygums-risk .questions-slide__btn-container,
  .template-parodontax-basic-layout--il.page-healthygums-risk-learnmore .questions-slide__btn-container,
  .template-parodontax-basic-layout--il.page-unhealthygums-learnmore .questions-slide__btn-container,
  .template-parodontax-basic-layout--il.page-unhealthygums-risk .questions-slide__btn-container,
  .template-parodontax-basic-layout--il.page-unhealthygums-risk-learnmore .questions-slide__btn-container,
  .template-parodontax-basic-layout--sa-ar.page-gumdisease-learnmore .questions-slide__btn-container,
  .template-parodontax-basic-layout--sa-ar.page-gumdisease-risk .questions-slide__btn-container,
  .template-parodontax-basic-layout--sa-ar.page-healthygums-learnmore .questions-slide__btn-container,
  .template-parodontax-basic-layout--sa-ar.page-healthygums-risk .questions-slide__btn-container,
  .template-parodontax-basic-layout--sa-ar.page-healthygums-risk-learnmore .questions-slide__btn-container,
  .template-parodontax-basic-layout--sa-ar.page-unhealthygums-learnmore .questions-slide__btn-container,
  .template-parodontax-basic-layout--sa-ar.page-unhealthygums-risk .questions-slide__btn-container,
  .template-parodontax-basic-layout--sa-ar.page-unhealthygums-risk-learnmore .questions-slide__btn-container {
    float: right;
  }
}

.template-parodontax-basic-layout--il.page-gumdisease-learnmore .ght-content-frame .questions-slide__btn-container .quiz-btn--next::before,
.template-parodontax-basic-layout--il.page-gumdisease-risk .ght-content-frame .questions-slide__btn-container .quiz-btn--next::before,
.template-parodontax-basic-layout--il.page-healthygums-learnmore .ght-content-frame .questions-slide__btn-container .quiz-btn--next::before,
.template-parodontax-basic-layout--il.page-healthygums-risk .ght-content-frame .questions-slide__btn-container .quiz-btn--next::before,
.template-parodontax-basic-layout--il.page-healthygums-risk-learnmore .ght-content-frame .questions-slide__btn-container .quiz-btn--next::before,
.template-parodontax-basic-layout--il.page-unhealthygums-learnmore .ght-content-frame .questions-slide__btn-container .quiz-btn--next::before,
.template-parodontax-basic-layout--il.page-unhealthygums-risk .ght-content-frame .questions-slide__btn-container .quiz-btn--next::before,
.template-parodontax-basic-layout--il.page-unhealthygums-risk-learnmore .ght-content-frame .questions-slide__btn-container .quiz-btn--next::before,
.template-parodontax-basic-layout--sa-ar.page-gumdisease-learnmore .ght-content-frame .questions-slide__btn-container .quiz-btn--next::before,
.template-parodontax-basic-layout--sa-ar.page-gumdisease-risk .ght-content-frame .questions-slide__btn-container .quiz-btn--next::before,
.template-parodontax-basic-layout--sa-ar.page-healthygums-learnmore .ght-content-frame .questions-slide__btn-container .quiz-btn--next::before,
.template-parodontax-basic-layout--sa-ar.page-healthygums-risk .ght-content-frame .questions-slide__btn-container .quiz-btn--next::before,
.template-parodontax-basic-layout--sa-ar.page-healthygums-risk-learnmore .ght-content-frame .questions-slide__btn-container .quiz-btn--next::before,
.template-parodontax-basic-layout--sa-ar.page-unhealthygums-learnmore .ght-content-frame .questions-slide__btn-container .quiz-btn--next::before,
.template-parodontax-basic-layout--sa-ar.page-unhealthygums-risk .ght-content-frame .questions-slide__btn-container .quiz-btn--next::before,
.template-parodontax-basic-layout--sa-ar.page-unhealthygums-risk-learnmore .ght-content-frame .questions-slide__btn-container .quiz-btn--next::before {
  right: auto;
  left: 20px;
  -webkit-transform: rotate(180deg) translateY(50%);
  -moz-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  -o-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

@media screen and (min-width: 768px) {

  .template-parodontax-basic-layout--il .journey-page .accordion .accordion-slide .accordion-head,
  .template-parodontax-basic-layout--sa-ar .journey-page .accordion .accordion-slide .accordion-head {
    padding-right: 70px;
    text-align: left;
  }

  .template-parodontax-basic-layout--il .journey-page .accordion .accordion-slide.is-active .accordion-head,
  .template-parodontax-basic-layout--sa-ar .journey-page .accordion .accordion-slide.is-active .accordion-head {
    text-align: right;
  }
}

.template-parodontax-basic-layout--il .journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .richText .read-more,
.template-parodontax-basic-layout--sa-ar .journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .richText .read-more {
  padding-right: 0;
  padding-left: 40px;
}

.template-parodontax-basic-layout--il .journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .richText .read-more::after,
.template-parodontax-basic-layout--sa-ar .journey-page .accordion .accordion-slide .accordion-content-wrapper .journey-content-container .richText .read-more::after {
  right: auto;
  left: 0;
  margin-left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.template-parodontax-basic-layout--il .main .agd-page .page-lead .richText ol li,
.template-parodontax-basic-layout--il .main .agd-page .page-details .richText ol li,
.template-parodontax-basic-layout--sa-ar .main .agd-page .page-lead .richText ol li,
.template-parodontax-basic-layout--sa-ar .main .agd-page .page-details .richText ol li {
  margin: 0 20px 5px 0;
}

.template-parodontax-basic-layout--il .main .agd-page .page-lead .richText ol li::before,
.template-parodontax-basic-layout--il .main .agd-page .page-details .richText ol li::before,
.template-parodontax-basic-layout--sa-ar .main .agd-page .page-lead .richText ol li::before,
.template-parodontax-basic-layout--sa-ar .main .agd-page .page-details .richText ol li::before {
  left: auto;
  right: -20px;
}

.template-parodontax-basic-layout--il .general-content.richText ul li,
.template-parodontax-basic-layout--il .general-content.richText ol li,
.template-parodontax-basic-layout--il .article-body ul li,
.template-parodontax-basic-layout--il .article-body ol li,
.template-parodontax-basic-layout--sa-ar .general-content.richText ul li,
.template-parodontax-basic-layout--sa-ar .general-content.richText ol li,
.template-parodontax-basic-layout--sa-ar .article-body ul li,
.template-parodontax-basic-layout--sa-ar .article-body ol li {
  padding-left: 0;
  padding-right: 30px;
}

.template-parodontax-basic-layout--il .general-content.richText ul li::before,
.template-parodontax-basic-layout--il .general-content.richText ol li::before,
.template-parodontax-basic-layout--il .article-body ul li::before,
.template-parodontax-basic-layout--il .article-body ol li::before,
.template-parodontax-basic-layout--sa-ar .general-content.richText ul li::before,
.template-parodontax-basic-layout--sa-ar .general-content.richText ol li::before,
.template-parodontax-basic-layout--sa-ar .article-body ul li::before,
.template-parodontax-basic-layout--sa-ar .article-body ol li::before {
  left: auto;
  right: 0;
}

.template-parodontax-basic-layout--il .article-page__main .image .component-content.left,
.template-parodontax-basic-layout--sa-ar .article-page__main .image .component-content.left {
  text-align: right;
}

.template-parodontax-basic-layout--il .main .mainpage__ght .articleTeaser .articleTeaser-text-link,
.template-parodontax-basic-layout--il .main .mainpage__about .articleTeaser .articleTeaser-text-link,
.template-parodontax-basic-layout--il .main .mainpage__teaser .articleTeaser .articleTeaser-text-link,
.template-parodontax-basic-layout--il .agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-link,
.template-parodontax-basic-layout--il .article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-link,
.template-parodontax-basic-layout--il .article-listpage__main .articleList .articleList-article .articleList-more,
.template-parodontax-basic-layout--il .related-container .articleList .articleList-article .articleList-more,
.template-parodontax-basic-layout--sa-ar .main .mainpage__ght .articleTeaser .articleTeaser-text-link,
.template-parodontax-basic-layout--sa-ar .main .mainpage__about .articleTeaser .articleTeaser-text-link,
.template-parodontax-basic-layout--sa-ar .main .mainpage__teaser .articleTeaser .articleTeaser-text-link,
.template-parodontax-basic-layout--sa-ar .agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-link,
.template-parodontax-basic-layout--sa-ar .article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-link,
.template-parodontax-basic-layout--sa-ar .article-listpage__main .articleList .articleList-article .articleList-more,
.template-parodontax-basic-layout--sa-ar .related-container .articleList .articleList-article .articleList-more {
  padding-right: 0;
  padding-left: 40px;
}

.template-parodontax-basic-layout--il .main .mainpage__ght .articleTeaser .articleTeaser-text-link::after,
.template-parodontax-basic-layout--il .main .mainpage__about .articleTeaser .articleTeaser-text-link::after,
.template-parodontax-basic-layout--il .main .mainpage__teaser .articleTeaser .articleTeaser-text-link::after,
.template-parodontax-basic-layout--il .agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-link::after,
.template-parodontax-basic-layout--il .article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-link::after,
.template-parodontax-basic-layout--il .article-listpage__main .articleList .articleList-article .articleList-more::after,
.template-parodontax-basic-layout--il .related-container .articleList .articleList-article .articleList-more::after,
.template-parodontax-basic-layout--sa-ar .main .mainpage__ght .articleTeaser .articleTeaser-text-link::after,
.template-parodontax-basic-layout--sa-ar .main .mainpage__about .articleTeaser .articleTeaser-text-link::after,
.template-parodontax-basic-layout--sa-ar .main .mainpage__teaser .articleTeaser .articleTeaser-text-link::after,
.template-parodontax-basic-layout--sa-ar .agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-link::after,
.template-parodontax-basic-layout--sa-ar .article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-link::after,
.template-parodontax-basic-layout--sa-ar .article-listpage__main .articleList .articleList-article .articleList-more::after,
.template-parodontax-basic-layout--sa-ar .related-container .articleList .articleList-article .articleList-more::after {
  right: auto;
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.template-parodontax-basic-layout--il .main .mainpage__teaser .articleTeaser .articleTeaser-text-link,
.template-parodontax-basic-layout--il .agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-link,
.template-parodontax-basic-layout--il .article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-link,
.template-parodontax-basic-layout--il .article-listpage__main .articleList .articleList-article .articleList-more,
.template-parodontax-basic-layout--il .related-container .articleList .articleList-article .articleList-more,
.template-parodontax-basic-layout--sa-ar .main .mainpage__teaser .articleTeaser .articleTeaser-text-link,
.template-parodontax-basic-layout--sa-ar .agd-landing .agd-landing__list .articleTeaser .articleTeaser-text-link,
.template-parodontax-basic-layout--sa-ar .article-listpage .article-listpage__main .articleTeaser .articleTeaser-text-link,
.template-parodontax-basic-layout--sa-ar .article-listpage__main .articleList .articleList-article .articleList-more,
.template-parodontax-basic-layout--sa-ar .related-container .articleList .articleList-article .articleList-more {
  right: 20px;
  left: auto;
}

@media screen and (min-width: 768px) {

  .template-parodontax-basic-layout--il .agd-landing .agd-landing__list .articleTeaser.even .articleTeaser-text-link,
  .template-parodontax-basic-layout--sa-ar .agd-landing .agd-landing__list .articleTeaser.even .articleTeaser-text-link {
    width: 120px;
    right: calc(50% + 20px);
  }
}

@media screen and (min-width: 1000px) {

  .template-parodontax-basic-layout--il .agd-landing .agd-landing__list .articleTeaser.even .articleTeaser-text-link,
  .template-parodontax-basic-layout--sa-ar .agd-landing .agd-landing__list .articleTeaser.even .articleTeaser-text-link {
    right: 500px;
  }
}

.template-parodontax-basic-layout--il .articleTeaser .articleTeaser-text-header,
.template-parodontax-basic-layout--il .articleTeaser .articleTeaser-text-description p,
.template-parodontax-basic-layout--sa-ar .articleTeaser .articleTeaser-text-header,
.template-parodontax-basic-layout--sa-ar .articleTeaser .articleTeaser-text-description p {
  text-align: right !important;
}

@media only screen and (max-width: 767px) {

  .template-parodontax-basic-layout--il .mobile-navigation-box .navigation-branch.navigation-level1 .navigation-item.navigation-level1>.navigation-item-title,
  .template-parodontax-basic-layout--sa-ar .mobile-navigation-box .navigation-branch.navigation-level1 .navigation-item.navigation-level1>.navigation-item-title {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1000px) {
  .template-parodontax-basic-layout--sa-en .mainpage__carousel .carousel .carousel-slides>li:first-child .hero-cta--red {
    margin-top: 50px;
  }
}

.template-parodontax-basic-layout--sa-en .mainpage__carousel .carousel .carousel-slides>li .richText.hero-button--center {
  bottom: 3.5rem;
}

.template-parodontax-basic-layout--sa-en .select-language-box .component-content {
  position: relative;
}

.template-parodontax-basic-layout--sa-en .select-language-box .language-selector.component {
  position: absolute;
  top: 50px;
  right: 10px;
  margin: 0;
}

@media screen and (min-width: 1001px) {
  .template-parodontax-basic-layout--por .questions-slide .quiz-answers label[for="ghtq2-answer3"] {
    padding-top: 16px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 1.2em;
  }
}

@media screen and (max-height: 800px) and (max-width: 1400px) and (min-width: 1001px) {

  .template-parodontax-basic-layout--por .questions-slide .quiz-answers label[for="ghtq2-answer3"],
  .template-parodontax-basic-layout--por .questions-slide .quiz-answers label[for="ghtq4-answer2"],
  .template-parodontax-basic-layout--por .questions-slide .quiz-answers label[for="ghtq4-answer3"] {
    padding: 7px 15px;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 1000px) {

  .template-parodontax-basic-layout--por .questions-slide .quiz-answers label[for="ghtq6-answer3"],
  .template-parodontax-basic-layout--por .questions-slide .quiz-answers label[for="ghtq6-answer1"] {
    padding: 7px 15px;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 520px) {
  .template-parodontax-basic-layout--por .questions-slide .quiz-answers label[for="ghtq6-answer3"] {
    padding: 5px 10px;
  }
}

.template-parodontax-basic-layout--por.page-healthygums-advice .ght-select-topic .richText-content p:not(:last-of-type),
.template-parodontax-basic-layout--por.page-unhealthygums-advice .ght-select-topic .richText-content p:not(:last-of-type) {
  position: relative;
}

.template-parodontax-basic-layout--por.page-healthygums-advice .ght-select-topic .quiz-btn--wide,
.template-parodontax-basic-layout--por.page-unhealthygums-advice .ght-select-topic .quiz-btn--wide {
  position: static;
}

.template-parodontax-basic-layout--por.page-healthygums-advice .ght-content-frame .quiz-btn--wide,
.template-parodontax-basic-layout--por.page-unhealthygums-advice .ght-content-frame .quiz-btn--wide {
  padding: 0 35px 0;
  line-height: 1.3em;
}

@media screen and (max-width: 1000px) {

  .template-parodontax-basic-layout--por.page-healthygums-advice .ght-content-frame .quiz-btn--wide,
  .template-parodontax-basic-layout--por.page-unhealthygums-advice .ght-content-frame .quiz-btn--wide {
    padding-top: 6px;
  }
}

@media screen and (min-width: 521px) and (max-width: 1000px) {

  .template-parodontax-basic-layout--por.page-healthygums-advice .ght-content-frame .quiz-btn--wide[href*="cuidar-das-suas-gengivas"],
  .template-parodontax-basic-layout--por.page-unhealthygums-advice .ght-content-frame .quiz-btn--wide[href*="cuidar-das-suas-gengivas"] {
    padding-top: 15px;
  }
}

@media screen and (min-width: 1001px) {

  .template-parodontax-basic-layout--at .questions-slide .quiz-answers label[for="ghtq2-answer3"],
  .template-parodontax-basic-layout--at .questions-slide .quiz-answers label[for="ghtq4-answer3"],
  .template-parodontax-basic-layout--at .questions-slide .quiz-answers label[for="ghtq4-answer2"] {
    padding-top: 16px;
    line-height: 1.2em;
  }
}

@media screen and (max-height: 800px) and (max-width: 1400px) and (min-width: 1001px) {

  .template-parodontax-basic-layout--at .questions-slide .quiz-answers label[for="ghtq2-answer3"],
  .template-parodontax-basic-layout--at .questions-slide .quiz-answers label[for="ghtq4-answer2"],
  .template-parodontax-basic-layout--at .questions-slide .quiz-answers label[for="ghtq4-answer3"] {
    padding: 7px 5px;
  }
}

@media screen and (max-width: 520px) {

  .template-parodontax-basic-layout--at .questions-slide .quiz-answers label[for="ghtq4-answer2"],
  .template-parodontax-basic-layout--at .questions-slide .quiz-answers label[for="ghtq4-answer3"] {
    padding-top: 4px;
    line-height: 1.2em;
  }
}

.template-parodontax-basic-layout--at .questions-slide .quiz-answers label[for="ghtq3-answer1"],
.template-parodontax-basic-layout--at .questions-slide .quiz-answers label[for="ghtq3-answer2"] {
  color: transparent;
}

.template-parodontax-basic-layout--at .ght-content-frame .ght-select-topic .quiz-btn.quiz-btn--wide[href*="reise-zur-zahnfleischerkrankung"] {
  padding: 6px 30px 0;
}

@media screen and (min-width: 1000px) {
  .template-parodontax-basic-layout--at .ght-content-frame .ght-select-topic .quiz-btn.quiz-btn--wide {
    display: inline-block;
    padding: 26px 40px 0 20px;
    line-height: 1.3em;
  }

  .template-parodontax-basic-layout--at .ght-content-frame .ght-select-topic .quiz-btn.quiz-btn--wide[href*="reise-zur-zahnfleischerkrankung"]::before {
    top: 35px;
  }

  .template-parodontax-basic-layout--at .ght-content-frame .ght-select-topic--thee .quiz-btn.quiz-btn--wide[href*="produkte"] {
    padding: 16px 40px 0 20px;
  }

  .template-parodontax-basic-layout--at .ght-content-frame .ght-select-topic--four .quiz-btn.quiz-btn--wide {
    max-width: 400px;
  }

  .template-parodontax-basic-layout--at .ght-content-frame .ght-select-topic--four .quiz-btn.quiz-btn--wide[href*="reise-zur-zahnfleischerkrankung"] {
    padding: 16px 30px 0;
  }
}

.template-parodontax-basic-layout--at .main .block-headline h1,
.template-parodontax-basic-layout--at .main .block-headline h2 {
  line-height: 1.33em;
}

.template-parodontax-basic-layout--at .main .parametrizedhtml .play-button {
  background: url("../../img/icon-play.svg?auto=format") center/contain no-repeat transparent;
}

.template-parodontax-basic-layout--at .main .parametrizedhtml:hover .play-button {
  background: url("../../img/icon-play-hover.svg?auto=format") center/contain no-repeat transparent;
}

@media screen and (min-width: 768px) {
  .template-parodontax-basic-layout--at .main .product-listpage .page-hero .content .richText {
    max-width: 600px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .template-parodontax-basic-layout--at.page-how-plaque-bacteria-causes-gum-disease .main .agd-page .page-hero .page-hero__text {
    max-width: 520px;
  }
}

@media screen and (max-width: 480px) {
  .template-parodontax-basic-layout--at.page-toothpaste .main .product-listpage .page-hero .content .richText h1 {
    font-size: 24px;
  }
}

@-moz-document url-prefix() {
  .template-parodontax-basic-layout--at .template-parodontax-basic-layout--german .play-button {
    display: none !important;
  }
}

.template-parodontax-basic-layout--be-fr .mainpage.product-landing .carousel-slide:nth-child(1) .richText h1 {
  max-width: 550px;
  font-size: 2.5em;
}

.template-parodontax-basic-layout--be-nl .mainpage.product-landing .carousel-slide:nth-child(1) .richText h1 {
  max-width: 550px;
  font-size: 2.5em;
}

@media screen and (max-width: 1000px) {
  .template-parodontax-basic-layout--be-nl .mainpage.product-landing .carousel-slide:nth-child(1) .richText h1 {
    font-size: 2.3em;
  }

  .template-parodontax-basic-layout--be-nl .main .agd-page .page-hero .content .richText {
    max-width: 350px;
  }
}

@media screen and (max-width: 767px) {

  .template-parodontax-basic-layout--be-nl .main .agd-page .page-hero .content .richText h1,
  .template-parodontax-basic-layout--be-nl .main .agd-page .page-hero .content .richText h2 {
    font-size: 26px;
  }
}

@media screen and (min-width: 1001px) {

  .template-parodontax-basic-layout--pt-br .questions-slide .quiz-answers label[for="ghtq2-answer3"],
  .template-parodontax-basic-layout--pt-br .questions-slide .quiz-answers label[for="ghtq4-answer6"] {
    padding-top: 16px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 1.2em;
  }
}

@media screen and (max-height: 800px) and (max-width: 1400px) and (min-width: 1001px) {

  .template-parodontax-basic-layout--pt-br .questions-slide .quiz-answers label[for="ghtq2-answer3"],
  .template-parodontax-basic-layout--pt-br .questions-slide .quiz-answers label[for="ghtq4-answer6"] {
    padding: 7px 15px;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 520px) {

  .template-parodontax-basic-layout--pt-br .questions-slide .quiz-answers label[for="ghtq4-answer6"],
  .template-parodontax-basic-layout--pt-br .questions-slide .quiz-answers label[for="ghtq5-answer4"] {
    padding: 6px 15px;
    line-height: 1.1em;
  }
}

.template-parodontax-basic-layout--pt-br.page-mapadosite .richText h2 a {
  color: #001f5b;
}

.template-parodontax-basic-layout--pt-br.page-healthygums-advice .ght-content-frame .quiz-btn--wide,
.template-parodontax-basic-layout--pt-br.page-unhealthygums-advice .ght-content-frame .quiz-btn--wide {
  padding: 0 35px 0 20px;
  line-height: 1.3em;
}

@media screen and (max-width: 1000px) {

  .template-parodontax-basic-layout--pt-br.page-healthygums-advice .ght-content-frame .quiz-btn--wide,
  .template-parodontax-basic-layout--pt-br.page-unhealthygums-advice .ght-content-frame .quiz-btn--wide {
    padding-top: 15px;
  }
}

@media screen and (min-width: 1001px) {

  .template-parodontax-basic-layout--es-ar .questions-slide .quiz-answers label[for="ghtq2-answer3"],
  .template-parodontax-basic-layout--es-ar .questions-slide .quiz-answers label[for="ghtq4-answer5"] {
    padding-top: 16px;
    padding-right: 15px;
    padding-left: 15px;
    line-height: 1.2em;
  }
}

@media screen and (max-height: 800px) and (max-width: 1400px) and (min-width: 1001px) {

  .template-parodontax-basic-layout--es-ar .questions-slide .quiz-answers label[for="ghtq2-answer3"],
  .template-parodontax-basic-layout--es-ar .questions-slide .quiz-answers label[for="ghtq4-answer5"] {
    padding: 6px 15px;
    line-height: 1.2em;
  }
}

@media screen and (max-width: 520px) {

  .template-parodontax-basic-layout--es-ar .questions-slide .quiz-answers label[for="ghtq4-answer5"],
  .template-parodontax-basic-layout--es-ar .questions-slide .quiz-answers label[for="ghtq5-answer4"],
  .template-parodontax-basic-layout--es-ar .questions-slide .quiz-answers label[for="ghtq6-answer4"] {
    padding: 6px 15px;
    line-height: 1.1em;
  }
}

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