@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  box-sizing: border-box;
}

.hearingtest {
  margin-bottom: 0.5rem;
}

.hearingtestplay {
  margin-bottom: 1rem;
}

.clearfix {
  content: "";
  display: table;
  clear: both;
}

html {
  font-size: 16px;
}
html body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #212121;
  overflow-x: hidden;
  padding-top: 100px;
  /* Login Style */
}
html body .tinymce-image-left {
  float: left;
  margin-right: 2rem;
}
html body .tinymce-image-right {
  float: right;
  margin-left: 2rem;
}
html body h1 {
  font-size: 6rem;
  font-weight: 300;
  margin-bottom: 3rem;
  color: #6f1d46;
}
@media screen and (max-width: 1000px) {
  html body h1 {
    font-size: 5rem;
  }
}
@media screen and (max-width: 750px) {
  html body h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 600px) {
  html body h1 {
    font-size: 3.5rem;
  }
}
html body h2 {
  font-size: 3.75rem;
  font-weight: 300;
  margin-bottom: 2.5rem;
  color: #6f1d46;
}
@media screen and (max-width: 750px) {
  html body h2 {
    font-size: 3.25rem;
  }
}
@media screen and (max-width: 600px) {
  html body h2 {
    font-size: 3rem;
  }
}
html body h3 {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  color: #6f1d46;
}
@media screen and (max-width: 750px) {
  html body h3 {
    font-size: 2.75rem;
  }
}
html body h4 {
  font-size: 2.125rem;
  margin-bottom: 1.5rem;
  color: #6f1d46;
}
@media screen and (max-width: 750px) {
  html body h4 {
    font-size: 2rem;
  }
}
html body h5 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #6f1d46;
}
html body h6 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
  color: #6f1d46;
}
html body p {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 1.5;
}
html body p.subtitle {
  font-size: 0.875rem;
  font-weight: 500;
}
html body p.small {
  font-size: 0.875rem;
}
html body p.caption {
  font-size: 0.75rem;
}
html body p.overline {
  font-size: 0.625rem;
}
html body p.colored {
  color: #6f1d46;
}
html body a {
  color: #6f1d46;
  text-decoration: none;
}
html body b, html body strong {
  font-weight: 700;
}
html body .text h2 {
  line-height: 1.5;
}
html body .text h3 {
  line-height: 1.5;
}
html body .text h4 {
  line-height: 1.5;
}
html body .text h5 {
  line-height: 1.5;
}
html body .text h6 {
  line-height: 1.5;
}
html body .text p, html body .text ul {
  font-size: 1rem;
  margin-bottom: 1rem;
  line-height: 2;
}
html body .text ul li {
  margin-left: 10px;
}
html body .text ul li::before {
  content: "• ";
  color: #6f1d46;
  font-size: 1rem;
  margin-left: -10px;
}
html body .container-fluid {
  width: 100%;
  max-width: 1200px;
}
html body .container-fluid.container-fluid-small {
  max-width: 900px;
}
@media screen and (max-width: 1440px) {
  html body .container-fluid {
    max-width: 1040px;
  }
}
html body .breuninger-r {
  margin-left: -2.75rem;
  margin-top: 0.5rem;
  position: fixed;
  z-index: -10;
}
@media screen and (max-width: 1200px) {
  html body .breuninger-r {
    display: none;
  }
}
html body img {
  max-width: 100%;
  height: auto;
}
html body .btn {
  height: -moz-fit-content;
  height: fit-content;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: all ease 0.5s;
  position: relative;
  overflow: hidden;
}
html body .btn:focus {
  box-shadow: none !important;
}
html body .btn:focus-visible {
  outline: none !important;
}
html body .btn:before {
  transition: all ease 0.5s;
  opacity: 0;
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  border-radius: 50%;
}
html body .btn:active {
  box-shadow: none !important;
}
html body .btn:active:before {
  opacity: 1;
  left: 50%;
  transform: translate(-50%, -50%);
}
html body .btn.btn-outline {
  background-color: transparent;
  border: 1px solid #E0E0E0;
  color: #6f1d46;
}
html body .btn.btn-outline:hover {
  background-color: rgba(11, 29, 70, 0.04);
}
html body .btn.btn-outline:focus {
  border: 1px solid #6f1d46;
  background-color: rgba(11, 29, 70, 0.12);
}
html body .btn.btn-outline:before {
  background-color: rgba(11, 29, 70, 0.1);
}
html body .btn.btn-outline:active {
  background-color: transparent;
  border: 1px solid #E0E0E0;
}
html body .btn.btn-contained {
  background-color: #6f1d46;
  color: #ffffff;
}
html body .btn.btn-contained:hover {
  background-color: #75264D;
}
html body .btn.btn-contained:focus {
  background-color: #81385D;
}
html body .btn.btn-contained:before {
  background-color: rgba(255, 255, 255, 0.12);
}
html body .btn.btn-contained:active {
  background-color: #6f1d46;
}
html body .block:not(.home):not(.bright-color) .btn-outline {
  background-color: transparent;
  border: 1px solid #6f1d46;
  color: #6f1d46;
}
html body .block:not(.home):not(.bright-color) .btn-outline:hover {
  background-color: rgba(11, 29, 70, 0.1);
}
html body .block:not(.home):not(.bright-color) .btn-outline:focus {
  border: 1px solid #6f1d46;
  background-color: rgba(11, 29, 70, 0.15);
}
html body .block:not(.home):not(.bright-color) .btn-outline:before {
  background-color: rgba(11, 29, 70, 0.2);
}
html body .block:not(.home):not(.bright-color) .btn-outline:active {
  background-color: transparent;
  border: 1px solid #6f1d46;
}
html body .bright-color .btn-outline {
  background-color: transparent;
  border: 1px solid #E0E0E0;
  color: #ffffff;
}
html body .bright-color .btn-outline:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
html body .bright-color .btn-outline:focus {
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
}
html body .bright-color .btn-outline:before {
  background-color: rgba(255, 255, 255, 0.2);
}
html body .bright-color .btn-outline:active {
  background-color: transparent;
  border: 1px solid #ffffff;
}
html body header {
  height: 100px;
  position: fixed;
  background-color: #ffffff;
  width: 100%;
  top: 0;
  z-index: 1002;
}
html body header .container-fluid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  padding: 0 0.75rem;
}
html body header .container-fluid #logo {
  margin: 1.75rem 0;
}
html body header .container-fluid section.navigation {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
html body header .container-fluid section.navigation nav {
  margin: 1.25rem 2.5rem 1.25rem 0;
  z-index: 1001;
}
@media screen and (max-width: 1000px) {
  html body header .container-fluid section.navigation nav {
    display: none;
    position: absolute;
    background-color: #6f1d46;
    top: 100px;
    left: 0;
    right: 0;
    margin: 0;
  }
}
html body header .container-fluid section.navigation nav ul {
  z-index: 1000;
}
html body header .container-fluid section.navigation nav ul li {
  display: inline-block;
  position: relative;
  transition: all ease 0.5s;
}
@media screen and (max-width: 1000px) {
  html body header .container-fluid section.navigation nav ul li {
    display: block;
  }
}
html body header .container-fluid section.navigation nav ul li a {
  display: block;
  padding: 1.375rem 1.25rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #000000;
  letter-spacing: 1px;
  transition: all ease 0.5s;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  html body header .container-fluid section.navigation nav ul li a {
    color: #ffffff;
  }
}
html body header .container-fluid section.navigation nav ul li a:focus {
  background-color: #6f1d46;
  color: #ffffff;
  border: none;
  outline: none;
}
html body header .container-fluid section.navigation nav ul li a .arrow {
  display: none;
}
@media screen and (max-width: 1000px) {
  html body header .container-fluid section.navigation nav ul li a .arrow {
    display: inline-block;
  }
}
html body header .container-fluid section.navigation nav ul li:hover, html body header .container-fluid section.navigation nav ul li:focus {
  background-color: #6f1d46;
}
html body header .container-fluid section.navigation nav ul li:hover a, html body header .container-fluid section.navigation nav ul li:focus a {
  color: #ffffff;
  border: none;
  outline: none;
}
html body header .container-fluid section.navigation nav ul li:hover ul, html body header .container-fluid section.navigation nav ul li:focus ul {
  visibility: visible;
  opacity: 1;
}
html body header .container-fluid section.navigation nav ul li ul {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: #6f1d46;
  position: absolute;
  top: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all ease 0.5s;
  z-index: 1000;
}
@media screen and (max-width: 1000px) {
  html body header .container-fluid section.navigation nav ul li ul {
    position: relative;
    opacity: unset;
    visibility: unset;
    display: none;
  }
}
html body header .container-fluid section.navigation nav ul li ul li {
  display: block;
}
html body header .container-fluid section.navigation nav ul li ul li:hover {
  background-color: #ffffff;
}
html body header .container-fluid section.navigation nav ul li ul li:hover a {
  color: #6f1d46;
  background-color: #ffffff;
}
html body header .container-fluid section.navigation nav ul li ul li a {
  white-space: nowrap;
  text-transform: none;
  padding: 0.75rem 3rem;
  color: #ffffff;
  font-weight: 500;
}
html body header .container-fluid section.navigation .btn {
  margin: 1.8125rem 0;
}
html body header .container-fluid section.navigation .hamburger {
  display: none;
  margin-top: 1.9rem;
  margin-left: 1rem;
}
@media screen and (max-width: 1000px) {
  html body header .container-fluid section.navigation .hamburger {
    display: inline-block;
  }
}
html body header .container-fluid section.navigation .hamburger .line {
  width: 30px;
  height: 4px;
  background-color: #6f1d46;
  display: block;
  margin: 7px auto;
  transition: all 0.3s ease-in-out;
}
html body header .container-fluid section.navigation .hamburger:hover {
  cursor: pointer;
}
html body header .container-fluid section.navigation .hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}
html body header .container-fluid section.navigation .hamburger.is-active .line:nth-child(1) {
  transform: translateY(12px) rotate(45deg);
}
html body header .container-fluid section.navigation .hamburger.is-active .line:nth-child(3) {
  transform: translateY(-10px) rotate(-45deg);
}
html body .header-shadow {
  position: fixed;
  top: 80px;
  width: 100%;
  height: 20px;
  box-shadow: 0 0.375rem 0.25rem -0.125rem #E0E0E0;
  z-index: 999;
}
html body .anchor-nav {
  width: 100%;
  background-color: #6f1d46;
  height: 3.75rem;
  position: fixed;
  top: 100px;
  z-index: 1000;
}
html body .anchor-nav .container-fluid {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
}
html body .anchor-nav .container-fluid nav {
  margin: 1.375rem 0;
}
html body .anchor-nav .container-fluid nav ul li {
  display: inline-block;
}
html body .anchor-nav .container-fluid nav ul li a {
  padding-left: 1.25rem;
  display: block;
  color: #ffffff;
}
html body .block {
  padding: 6rem 2rem;
  width: 100%;
}
html body .block.dark-bg {
  background-color: #6f1d46;
}
html body .block.bright-color * {
  color: #ffffff !important;
}
html body .block.bright-color a:not(.btn):before {
  background-color: #ffffff !important;
}
html body .block.bright-color form input, html body .block.bright-color form select {
  border-top: 1px solid #ffffff !important;
  border-left: 1px solid #ffffff !important;
  border-bottom: 1px solid #ffffff !important;
  color: #ffffff;
}
html body .block.bright-color form .input-group-text {
  border-color: #ffffff !important;
}
html body .block.bright-color form .input-group-text span {
  color: #ffffff;
}
html body .block.bright-color .contact-container .contact .contact-image {
  border: 1px solid #ffffff;
}
html body .block.bright-color .box {
  border: 1px solid #ffffff !important;
}
html body .block.bg-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
html body .block.bg-image .silhouetteR {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 20%;
}
@media screen and (max-width: 1600px) {
  html body .block.bg-image .silhouetteR {
    width: 30%;
  }
}
@media screen and (max-width: 1200px) {
  html body .block.bg-image .silhouetteR {
    display: none;
  }
}
html body .block.bg-image .silhouetteR img {
  height: 100%;
  float: right;
  width: auto;
}
html body .block.image-block {
  padding: 15rem 0;
  min-height: 30rem;
}
html body .block.home {
  padding: 15rem 0;
  margin-top: 3.75rem;
}
html body .block a:not(.btn) {
  color: #6f1d46;
  position: relative;
}
html body .block a:not(.btn):before {
  content: "";
  position: absolute;
  transition: transform 0.5s ease;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #6f1d46;
  transform: scaleX(0);
}
html body .block a:not(.btn):hover:before {
  transform: scaleX(1);
}
html body .block .alert-success {
  border: none;
  margin-bottom: 1.25rem;
  margin-top: 0;
  border-left: 0.25rem solid #8ac38b;
  padding: 1.25rem;
  border-radius: 0;
  background-image: none;
  list-style: none;
  color: #356635;
  background-color: #cde0c4;
}
html body .block .alert-success a.close {
  display: none;
}
html body .block form {
  margin-bottom: 2rem;
  /*
  input[type=checkbox].checkbox {
  	position:absolute;
  	z-index:-1000;
  	left:-1000px;
  	overflow: hidden;
  	clip: rect(0 0 0 0);
  	height:1px;
  	width:1px;
  	margin:-1px;
  	padding:0;
  	border:0;
  }

  input[type=checkbox].checkbox + label.checkbox {
  	min-height: 2rem;
  	display:inline-block;
  	vertical-align:middle;
  	cursor:pointer;
  	transition: all ease .2s;
  	background-color: transparent;
  	border-radius: 1rem;
  	color: $bordeaux;
  	border: 1px solid $bordeaux;
  	padding: .4rem 1rem .4rem 1.75rem;
  	position: relative;
  }

  input[type=checkbox].checkbox:checked + label.checkbox {
  	//background-image:url("/Custom/img/icon/checked.svg");
  	background-color: $bordeaux;
  	color: $white;

  	&:before {
  		font-family: "Material Icons";
  		content: "\e5ca";
  		color: $white;
  	}
  }

  label.checkbox:before {
  	font-family: "Material Icons";
  	content: "\e5cd";
  	color: $bordeaux;
  	font-size: 1.2rem;
  	position: absolute;
  	left: .3rem;
  	top: .3rem;
  }
   */
}
html body .block form label:not(.checkbox) {
  width: 100%;
}
html body .block form input:not([type=submit]), html body .block form select, html body .block form textarea {
  padding: 1rem 0 1rem 1rem;
  border: 1px solid #E0E0E0;
  color: #6f1d46;
  background-color: transparent;
  margin-bottom: 1rem;
  transition: all ease 0.5s;
}
html body .block form input:not([type=submit]) option:disabled, html body .block form select option:disabled, html body .block form textarea option:disabled {
  color: #6C757D;
}
html body .block form input:not([type=submit]).search-input, html body .block form select.search-input, html body .block form textarea.search-input {
  border-right: none;
}
html body .block form input:not([type=submit]):focus-visible, html body .block form input:not([type=submit]):focus, html body .block form select:focus-visible, html body .block form select:focus, html body .block form textarea:focus-visible, html body .block form textarea:focus {
  outline: none;
  box-shadow: none;
  border-color: #6f1d46;
}
html body .block form input:not([type=submit]):focus-visible + .input-group-append .input-group-text, html body .block form input:not([type=submit]):focus + .input-group-append .input-group-text, html body .block form select:focus-visible + .input-group-append .input-group-text, html body .block form select:focus + .input-group-append .input-group-text, html body .block form textarea:focus-visible + .input-group-append .input-group-text, html body .block form textarea:focus + .input-group-append .input-group-text {
  border-color: #6f1d46;
}
html body .block form.search-form-home .input-group-search {
  position: relative;
}
html body .block form.search-form-home .input-group-search #search-results {
  position: absolute;
  top: calc(100% - 1rem);
  left: 0;
  right: 0;
  background-color: #6f1d46;
  z-index: 1001;
  text-align: left;
  border: 1px solid #ffffff;
  border-radius: 0.25rem;
  padding-top: 1rem;
}
html body .block form.search-form-home .input-group-search #search-results h6 {
  margin-bottom: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
html body .block form.search-form-home .input-group-search #search-results p {
  padding-left: 1rem;
  padding-right: 1rem;
}
html body .block form.search-form-home .input-group-search #search-results ul {
  margin-bottom: 1rem;
}
html body .block form.search-form-home .input-group-search #search-results ul li a {
  display: block;
  padding: 0.5rem 1rem;
  transition: all ease 0.5s;
}
html body .block form.search-form-home .input-group-search #search-results ul li a:hover {
  color: #6f1d46 !important;
  background-color: #ffffff !important;
}
html body .block form.search-form-home .input-group-search #search-results ul li a:before {
  display: none;
}
html body .block form .g-recaptcha {
  margin-bottom: 1rem;
}
html body .block form div.with-errors {
  margin-top: -0.5rem;
  margin-bottom: 2rem;
}
html body .block form div.with-errors ul li {
  color: red;
}
html body .block form div.with-errors ul li strong {
  font-weight: normal;
}
html body .block form .g-recaptcha + div.with-errors {
  margin-top: 0;
}
html body .block form .section-title:not(:first-child) {
  margin-top: 2rem;
}
html body .block form .input-group-text {
  background: transparent;
  padding: 1.25rem;
  border-left: none;
  border-bottom-left-radius: unset;
  border-top-left-radius: unset;
  border-color: #E0E0E0;
  max-height: 3.625rem;
  transition: all ease 0.5s;
}
html body .block form .input-group-text.small-append {
  padding-left: 0;
  padding-right: 0.4rem;
}
html body .block form .input-group-text span {
  color: #6f1d46;
}
html body .block form .checkbox input[type=checkbox], html body .block form .checkbox input[type=radio] {
  height: 1rem;
  width: 1rem;
  margin-right: 1rem;
}
html body .block .box-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -1.5%;
  margin-left: -1.5%;
}
html body .block .box-container .box {
  position: relative;
  width: 30%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  padding: 0;
  margin-bottom: 60px;
  background-color: #ffffff;
  transition: all ease 0.5s;
  border-top-right-radius: 5rem;
  overflow: hidden;
  border: 1px solid #6f1d46;
}
@media screen and (max-width: 1000px) {
  html body .block .box-container .box {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }
}
@media screen and (max-width: 600px) {
  html body .block .box-container .box {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
html body .block .box-container .box .box-image {
  z-index: 1;
  position: relative;
  margin-bottom: -0.1rem;
}
html body .block .box-container .box .box-image img {
  width: 100%;
}
html body .block .box-container .box .box-image.play-image {
  min-height: 12.5rem;
  background-color: #6f1d46;
  text-align: center;
}
html body .block .box-container .box .box-image.play-image img {
  width: 8.375rem;
  height: 8.375rem;
  margin-top: 2rem;
}
html body .block .box-container .box .box-info {
  padding: 1rem;
}
html body .block .box-container .box .box-info * {
  color: #000000 !important;
}
html body .block .box-container .box .box-info strong, html body .block .box-container .box .box-info b, html body .block .box-container .box .box-info h5 {
  color: #6f1d46 !important;
}
html body .block .box-container .box .box-info a:not(.btn) {
  color: #6f1d46 !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 0.875rem;
}
html body .block .box-container .box .play-info .play-title a:not(.btn) {
  text-transform: none;
  letter-spacing: normal;
  font-size: 1rem;
}
html body .block .play-content p {
  display: inline-block;
}
html body .block .play-content .icon-container {
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.75rem;
}
html body .block .bestseller-container {
  margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
  html body .block .bestseller-container .bestseller-category {
    margin-bottom: 2rem;
  }
}
html body .block .bestseller-container .bestseller p {
  display: inline-block;
  margin-bottom: 0;
}
html body .block .bestseller-container .bestseller .icon-container {
  display: inline-block;
  vertical-align: middle;
}
html body .block .bestseller-container .bestseller .icon-container span {
  color: #ffa425 !important;
}
html body .block .contact-container {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  margin-right: -1.5%;
  margin-left: -1.5%;
}
html body .block .contact-container .contact {
  margin-bottom: 2rem;
  position: relative;
  width: 30%;
  margin-right: 1.5%;
  margin-left: 1.5%;
  padding: 0;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  html body .block .contact-container .contact {
    width: 48%;
    margin-right: 1%;
    margin-left: 1%;
  }
}
@media screen and (max-width: 600px) {
  html body .block .contact-container .contact {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
html body .block .contact-container .contact .contact-image {
  border-radius: 50%;
  border: 1px solid #6f1d46;
  overflow: hidden;
  width: 9.25rem;
  height: 9.25rem;
  margin: 0 auto;
}
html body .block .contact-container .contact .contact-info {
  margin-top: 1rem;
  color: #6f1d46;
}
html body .block .premieres .icon {
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 768px) {
  html body .block .premieres .icon {
    display: none;
  }
}
html body .block .premieres .premiere {
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  html body .block .premieres .premiere {
    border-bottom: 2px solid #6f1d46;
  }
}
html body .block .premieres .premiere strong {
  color: #6f1d46;
}
html body .block .title {
  font-size: 1.5rem;
}
html body .block .authors .summary {
  display: flex;
  justify-content: space-between;
  padding: 1rem;
  border: 2px solid #C77E9E;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 600px) {
  html body .block .authors .summary {
    justify-content: center;
  }
}
html body .block .authors .summary span {
  margin-top: 0.25rem;
}
@media screen and (max-width: 600px) {
  html body .block .authors .summary span {
    display: none;
  }
}
html body .block .authors .summary a:before, html body .block .authors .summary a:hover:before {
  display: none;
}
@media screen and (max-width: 600px) {
  html body .block .authors .summary a {
    margin: 0 3px;
  }
}
html body .block .authors .header {
  border-bottom: 2px solid #C77E9E;
  padding-top: 1.25rem;
  cursor: pointer;
}
html body .block .authors .header h4 {
  display: inline-block;
}
html body .block .authors .header .arrow {
  float: right;
  transition: transform ease 0.5s;
  font-size: 2.125rem;
}
html body .block .authors .header .flip {
  transform: rotate(180deg);
}
html body .block .authors [class^=letter-] {
  display: none;
}
html body .block .authors .author {
  padding: 1rem 0;
  border-bottom: 2px solid #C77E9E;
}
html body .block .authors .author .author-name-badge {
  display: inline-block;
  border-radius: 50%;
  background-color: #ffa425;
  width: 3.5rem;
  height: 3.5rem;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-align: center;
  color: #6f1d46;
  font-weight: 700;
}
html body .block .authors .author .author-name {
  color: #6f1d46;
  font-weight: 700;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
html body .block .authors .author .author-web {
  padding-top: 1rem;
}
html body .block .authors .author .author-web p {
  display: inline-block;
}
html body .block .authors .author .author-web .icon-container {
  display: inline-block;
  vertical-align: middle;
}
html body .block .authors .author .author-link {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  text-transform: uppercase;
  font-weight: 700;
}
html body .author-detail .author-icon .icon {
  margin: 0 1rem;
}
html body .blog-detail h2 {
  margin-bottom: 0.5rem;
}
html body .login {
  background-image: url("/Custom/img/login-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
}
html body .login .login-screen {
  background-color: #6f1d46;
  margin: 75px auto;
  border-radius: 15px;
  padding: 50px;
  width: -moz-fit-content;
  width: fit-content;
  color: white;
}
html body .login .login-screen .app-title {
  text-align: center;
}
html body .login .login-screen .app-title h1 {
  color: white;
  font-size: 3rem;
}
html body .login .login-screen .login-form {
  text-align: center;
}
html body .login .login-screen .login-form .control-group {
  margin-bottom: 10px;
}
html body .login .login-screen .login-form .control-group input {
  text-align: center;
  background-color: white;
  border: 2px solid transparent;
  border-radius: 3px;
  padding: 10px 0;
  width: 300px;
  transition: border 0.5s;
}
html body .login .login-screen .login-form .control-group input:focus {
  border: 2px solid transparent;
  box-shadow: none;
}
html body .login .login-screen .login-form .control-group input:focus-visible {
  outline: none;
}
html body .login .login-screen .login-form .btn {
  border: 2px solid white;
  background-color: #6f1d46;
  font-size: 1rem;
  line-height: 25px;
  padding: 10px 0;
  text-decoration: none;
  text-shadow: none;
  border-radius: 3px;
  box-shadow: none;
  transition: 0.5s;
  display: block;
  width: 300px;
  margin: 0 auto;
}
html body .login .login-screen .login-form .btn:hover {
  background-color: white;
  color: #6f1d46;
}
html body footer {
  background-color: #220000;
  padding: 4rem 0 2rem 0;
  color: #ffffff;
  z-index: 1000;
}
html body footer [class^=col-] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
html body footer [class^=col-] p {
  font-size: 1.125rem;
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 768px) {
  html body footer [class^=col-] p {
    text-align: center;
  }
}
html body footer [class^=col-] a {
  color: #ffffff;
}
html body footer [class^=col-]:last-child p {
  display: inline-block;
  text-align: right;
  float: right;
}
@media screen and (max-width: 768px) {
  html body footer [class^=col-]:last-child p {
    display: block;
    text-align: center;
    float: none;
  }
}
html body footer [class^=col-] .social-media {
  display: flex;
  justify-content: space-around;
}
html body footer [class^=col-] nav ul li {
  display: inline-block;
  padding: 0 1rem;
  border-right: 1px solid #ffffff;
}
html body footer [class^=col-] nav ul li:last-child {
  border: none;
}
html body footer [class^=col-] nav ul li a {
  font-size: 1.125rem;
}
html body #toTop {
  display: none;
  position: fixed;
  right: 14px;
  bottom: 30px;
  background: #220000;
  opacity: 1;
  margin: 1px;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #ffffff;
  z-index: 1001;
  padding: 0;
  cursor: pointer;
  width: 3rem;
  height: 3rem;
}
html body #toTop span {
  color: #ffffff;
  font-size: 2.5rem;
}/*# sourceMappingURL=style.css.map */