@charset "UTF-8";
/*
 Theme Name: Hamrén Media Theme 
 Description: Hamrén Media Theme
 Author: Hamrén Media
 Version: 4.0
 */
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;700&display=swap");
#main {
  overflow-x: hidden;
}
#main section .wp-block-columns {
  margin-bottom: 0rem;
}
#main section .wp-block-columns.has-background {
  padding: 2rem 1rem;
}
@media (min-width: 500px) {
  #main section .wp-block-columns.has-background {
    padding: 3rem 1rem;
  }
}
#main section .wp-block-group {
  padding: 2rem 1rem;
  border-radius: 20px;
  max-width: 1380px;
  margin: 0 auto;
}
@media (min-width: 500px) {
  #main section .wp-block-group {
    padding: 3rem 1rem;
  }
}
#main section .wp-block-group.no-bottom-padding {
  padding-bottom: 0rem;
}
@media (min-width: 825px) {
  #main section .wp-block-group.add-padding {
    padding: 5rem 3rem;
  }
}
#main section .wp-block-group .wp-block-group__inner-container {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}
#main section .wp-block-group .wp-block-group__inner-container .wp-block-columns.has-background {
  padding: 2rem;
  border-radius: 20px;
  gap: 3rem;
}
@media (min-width: 500px) {
  #main section .wp-block-group .wp-block-group__inner-container .wp-block-columns.has-background {
    padding: 3rem;
  }
}
#main section .wp-block-group .wp-block-group__inner-container .wp-block-columns .wp-block-column.has-background {
  padding: 2rem;
  border-radius: 20px;
  gap: 3rem;
}
@media (min-width: 500px) {
  #main section .wp-block-group .wp-block-group__inner-container .wp-block-columns .wp-block-column.has-background {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}
#main section .wp-block-group .max-content {
  height: max-content;
}
#main section .wp-block-group.full-width .wp-block-group__inner-container {
  max-width: 100%;
  margin-left: unset;
  margin-right: unset;
}
#main section .wp-block-group.narrow .wp-block-group__inner-container {
  max-width: calc((1500px / 12) * 10);
  margin-left: auto;
  margin-right: auto;
}
#main section .wp-block-group.narrower .wp-block-group__inner-container {
  max-width: calc((1500px / 12) * 7);
  margin-left: auto;
  margin-right: auto;
}
#main section .wp-block-group.centered .wp-block-group__inner-container {
  margin-left: auto;
  margin-right: auto;
}
#main .hw-single {
  margin-top: 30px;
}
@media (min-width: 825px) {
  #main .hw-single {
    margin-top: 40px;
  }
}
@media (max-width: 825px) {
  #main .wp-block-columns {
    flex-wrap: wrap !important;
  }
}
#main .wp-block-columns .wp-block-column.has-background {
  padding: 2rem;
  border-radius: 1rem;
  margin-top: 1rem;
  margin-bottom: 3rem;
}
@media (max-width: 825px) {
  #main .wp-block-columns .wp-block-column.has-background {
    flex-basis: 100%;
    margin-top: 1rem;
    margin-bottom: 0;
  }
}
#main .wp-block-columns .wp-block-column.has-background h1, #main .wp-block-columns .wp-block-column.has-background h2, #main .wp-block-columns .wp-block-column.has-background h3 {
  margin-top: 1rem;
}
#main .wp-block-media-text {
  margin-top: 5rem;
  margin-bottom: 5rem;
  border-radius: 1rem;
}
#main .wp-block-media-text .wp-block-media-text__content {
  padding-top: 3rem;
  margin-bottom: 3rem;
}
#main .wp-block-media-text.has-media-on-the-right img, #main .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}
@media (max-width: 500px) {
  #main .wp-block-media-text.has-media-on-the-right img, #main .wp-block-media-text.has-media-on-the-right .wp-block-media-text__media {
    border-top-left-radius: 1rem;
  }
}
body {
  margin: 0;
  padding: 0;
}
body #main {
  margin-top: 5rem;
}
@media (min-width: 825px) {
  body #main {
    margin-top: 58px;
    background: white;
  }
}
body * {
  box-sizing: border-box;
}
body .is-type-video iframe {
  position: relative !important;
  min-height: 100%;
  height: 15rem;
}
@media (min-width: 825px) {
  body .is-type-video iframe {
    height: 30rem;
  }
}
.single.single-seminar .hw-single-tagof {
  display: none;
}
.single.single-seminar .meta-sem ul {
  display: flex;
  flex-direction: column;
}
.single.single-seminar .meta-sem ul li {
  margin-bottom: 7px;
}
.single.single-seminar .meta-sem ul li span.elementor-icon-list-icon {
  display: flex;
  justify-content: center;
}
.single.single-seminar .meta-sem ul li span.elementor-icon-list-icon i {
  display: flex;
  justify-content: center;
}
body .main .has-primary-color, body footer .has-primary-color, body .elementor-location-single .has-primary-color {
  color: #272736;
}
body .main .has-primary-background-color, body footer .has-primary-background-color, body .elementor-location-single .has-primary-background-color {
  background-color: #272736;
}
body .main .has-primary-background-color.has-background, body footer .has-primary-background-color.has-background, body .elementor-location-single .has-primary-background-color.has-background {
  background-color: #272736;
}
body .main a.has-primary-background-color:hover, body footer a.has-primary-background-color:hover, body .elementor-location-single a.has-primary-background-color:hover {
  background-color: #3c3c54;
}
body .main .has-light-beige-color, body footer .has-light-beige-color, body .elementor-location-single .has-light-beige-color {
  color: #f4ecd5;
}
body .main .has-light-beige-background-color, body footer .has-light-beige-background-color, body .elementor-location-single .has-light-beige-background-color {
  background-color: #f4ecd5;
}
body .main .has-light-beige-background-color.has-background, body footer .has-light-beige-background-color.has-background, body .elementor-location-single .has-light-beige-background-color.has-background {
  background-color: #f4ecd5;
}
body .main a.has-light-beige-background-color:hover, body footer a.has-light-beige-background-color:hover, body .elementor-location-single a.has-light-beige-background-color:hover {
  background-color: #fffefd;
}
body .main .has-beige-color, body footer .has-beige-color, body .elementor-location-single .has-beige-color {
  color: #f9c58b;
}
body .main .has-beige-background-color, body footer .has-beige-background-color, body .elementor-location-single .has-beige-background-color {
  background-color: #f9c58b;
}
body .main .has-beige-background-color.has-background, body footer .has-beige-background-color.has-background, body .elementor-location-single .has-beige-background-color.has-background {
  background-color: #f9c58b;
}
body .main a.has-beige-background-color:hover, body footer a.has-beige-background-color:hover, body .elementor-location-single a.has-beige-background-color:hover {
  background-color: #fcddbb;
}
body .main .has-orange-color, body footer .has-orange-color, body .elementor-location-single .has-orange-color {
  color: #f3972c;
}
body .main .has-orange-background-color, body footer .has-orange-background-color, body .elementor-location-single .has-orange-background-color {
  background-color: #f3972c;
}
body .main .has-orange-background-color.has-background, body footer .has-orange-background-color.has-background, body .elementor-location-single .has-orange-background-color.has-background {
  background-color: #f3972c;
}
body .main a.has-orange-background-color:hover, body footer a.has-orange-background-color:hover, body .elementor-location-single a.has-orange-background-color:hover {
  background-color: #f6af5c;
}
body .main .has-light-blue-color, body footer .has-light-blue-color, body .elementor-location-single .has-light-blue-color {
  color: #dbdfe5;
}
body .main .has-light-blue-background-color, body footer .has-light-blue-background-color, body .elementor-location-single .has-light-blue-background-color {
  background-color: #dbdfe5;
}
body .main .has-light-blue-background-color.has-background, body footer .has-light-blue-background-color.has-background, body .elementor-location-single .has-light-blue-background-color.has-background {
  background-color: #dbdfe5;
}
body .main a.has-light-blue-background-color:hover, body footer a.has-light-blue-background-color:hover, body .elementor-location-single a.has-light-blue-background-color:hover {
  background-color: #f9f9fa;
}
body .main .has-white-color, body footer .has-white-color, body .elementor-location-single .has-white-color {
  color: #fff;
}
body .main .has-white-background-color, body footer .has-white-background-color, body .elementor-location-single .has-white-background-color {
  background-color: #fff;
}
body .main .has-white-background-color.has-background, body footer .has-white-background-color.has-background, body .elementor-location-single .has-white-background-color.has-background {
  background-color: #fff;
}
body .main a.has-white-background-color:hover, body footer a.has-white-background-color:hover, body .elementor-location-single a.has-white-background-color:hover {
  background-color: white;
}
body .main .has-black-color, body footer .has-black-color, body .elementor-location-single .has-black-color {
  color: #000;
}
body .main .has-black-background-color, body footer .has-black-background-color, body .elementor-location-single .has-black-background-color {
  background-color: #000;
}
body .main .has-black-background-color.has-background, body footer .has-black-background-color.has-background, body .elementor-location-single .has-black-background-color.has-background {
  background-color: #000;
}
body .main a.has-black-background-color:hover, body footer a.has-black-background-color:hover, body .elementor-location-single a.has-black-background-color:hover {
  background-color: #1a1a1a;
}
body .main .has-primary-background-color h1, body .main .has-primary-background-color h2, body .main .has-primary-background-color h3, body .main .has-primary-background-color h4, body .main .has-primary-background-color p, body .main .has-primary-background-color a, body .main .has-primary-background-color i, body .main .has-primary-background-color .wp-block-button__link:after, body footer .has-primary-background-color h1, body footer .has-primary-background-color h2, body footer .has-primary-background-color h3, body footer .has-primary-background-color h4, body footer .has-primary-background-color p, body footer .has-primary-background-color a, body footer .has-primary-background-color i, body footer .has-primary-background-color .wp-block-button__link:after, body .elementor-location-single .has-primary-background-color h1, body .elementor-location-single .has-primary-background-color h2, body .elementor-location-single .has-primary-background-color h3, body .elementor-location-single .has-primary-background-color h4, body .elementor-location-single .has-primary-background-color p, body .elementor-location-single .has-primary-background-color a, body .elementor-location-single .has-primary-background-color i, body .elementor-location-single .has-primary-background-color .wp-block-button__link:after {
  color: #fff;
}
.size0 {
  font-size: 1rem;
}
.size1 {
  font-size: 3.375rem;
}
.size2 {
  font-size: 2.725rem;
}
.size3 {
  font-size: 1.95rem;
}
.size4 {
  font-size: 1.5rem;
}
.size5 {
  font-size: 1.25rem;
}
.size6 {
  font-size: 1.125rem;
}
.size7 {
  font-size: 0.875rem;
}
.size8 {
  font-size: 4.5rem;
}
html {
  font-size: 1rem;
  line-height: normal;
  letter-spacing: normal;
}
body {
  -webkit-font-smoothing: antialiased;
  font-family: "Open Sans", sans-serif;
  color: #272736;
}
body a {
  text-decoration: none;
}
h1, h2, h3, h4, h5, p {
  max-width: 1000px;
}
p {
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: normal;
  font-family: "Open Sans", sans-serif;
}
p.wp-block-hw-ingress-box {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: normal;
  white-space: pre-wrap;
}
p a {
  font-weight: 700;
  color: #272736;
}
p.excerpt {
  font-size: 0.9rem;
  line-height: 1.3rem;
}
.wp-block-group pre a, .wp-block-group p a {
  font-weight: 700;
  color: #f3972c;
}
.wp-block-group pre a strong, .wp-block-group p a strong {
  color: #f3972c !important;
}
pre, .wp-block-hw-ingress-box {
  font-size: 1.25rem;
  line-height: 1.7rem;
  letter-spacing: normal;
  font-family: "Open Sans", sans-serif;
  white-space: pre-wrap;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 700;
  font-family: "Open Sans", sans-serif;
}
h1 em, h1 strong, h2 em, h2 strong, h3 em, h3 strong, h4 em, h4 strong, h5 em, h5 strong, h6 em, h6 strong {
  font-weight: 700;
  position: relative;
  font-style: normal;
  white-space: nowrap;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: 700;
  color: #272736;
}
a {
  font-weight: 700;
  color: #272736;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
a:hover {
  color: #f3972c;
}
h1 {
  font-size: 3.375rem;
  line-height: 4rem;
  letter-spacing: normal;
}
@media (max-width: 500px) {
  h1 {
    font-size: 2.725rem;
    line-height: 3.375rem;
    letter-spacing: normal;
  }
}
h2 {
  font-size: 2.725rem;
  line-height: 3.375rem;
  letter-spacing: normal;
  margin-bottom: 0.5rem;
}
@media (max-width: 500px) {
  h2 {
    font-size: 1.95rem;
    line-height: 2.5rem;
    letter-spacing: normal;
  }
}
h3 {
  font-size: 1.95rem;
  line-height: 2.625rem;
  letter-spacing: normal;
}
@media (max-width: 500px) {
  h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    letter-spacing: normal;
  }
}
h4 {
  font-size: 1.5rem;
  line-height: 2rem;
  letter-spacing: normal;
}
h5 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  letter-spacing: normal;
}
h6 {
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: normal;
}
figcaption {
  font-size: 0.8rem;
  font-style: italic;
  margin-top: 10px;
  max-width: calc((1500px / 12) * 7);
}
ul, ol {
  padding-left: 1.5rem;
}
blockquote, .wp-block-quote, .wp-block-quote.is-style-large {
  margin: 2rem 0;
  padding: 0px;
}
blockquote p, .wp-block-quote p, .wp-block-quote.is-style-large p {
  font-size: 1.95rem;
  line-height: 2.625rem;
  letter-spacing: normal;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
}
blockquote p em, blockquote p strong, .wp-block-quote p em, .wp-block-quote p strong, .wp-block-quote.is-style-large p em, .wp-block-quote.is-style-large p strong {
  font-weight: bold;
  font-style: normal;
}
blockquote cite, .wp-block-quote cite, .wp-block-quote.is-style-large cite {
  font-style: normal;
}
.wp-block-quote {
  margin: 4rem 0;
}
.wp-block-quote.is-style-large p {
  font-size: 2.725rem;
  line-height: 3.375rem;
  letter-spacing: normal;
}
.hw-tag span {
  font-size: 0.9rem;
  color: #828A9B;
}
@media (max-width: 500px) {
  .wp-block-button {
    width: 100%;
  }
}
.wp-block-button.aligncenter {
  width: auto !important;
}
.wp-block-button .wp-block-button__link {
  margin-top: 1.5rem;
  background-color: #272736;
  color: white;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  position: relative;
  min-width: 300px;
  display: flex;
  font-weight: bold;
  align-items: center;
  padding: 0.5rem 0.6rem 0.5rem 1.5rem;
  margin-right: 2rem;
  justify-content: space-between;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.wp-block-button .wp-block-button__link:after {
  content: "";
  font: var(--fa-font-solid);
  color: #272736;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  height: 35px;
  width: 35px;
  font-size: 19px;
  background: white;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
}
@media (max-width: 500px) {
  .wp-block-button .wp-block-button__link {
    width: 100%;
  }
}
.wp-block-button .wp-block-button__link:hover {
  background-color: #f3972c;
  color: #fff;
}
.wp-block-button .wp-block-button__link:hover:after {
  background-color: #fff;
  color: #f3972c;
}
.elementor-widget__width-auto .wp-block-button .wp-block-button__link {
  margin-right: 1rem;
}
@media (max-width: 500px) {
  .elementor-widget__width-auto .wp-block-button .wp-block-button__link {
    margin-bottom: 1rem;
  }
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background-color: #272736;
  color: white;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  position: relative;
  min-width: 300px;
  display: flex;
  font-weight: bold;
  align-items: center;
  padding: 0.5rem 0.6rem 0.5rem 1.5rem;
  margin-right: 2rem;
  justify-content: space-between;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  background-color: #fff !important;
  color: #272736 !important;
  border-color: transparent !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:after {
  content: "";
  font: var(--fa-font-solid);
  color: #272736;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  height: 35px;
  width: 35px;
  font-size: 19px;
  background: white;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
}
@media (max-width: 500px) {
  .wp-block-button.is-style-outline .wp-block-button__link {
    width: 100%;
  }
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #f3972c;
  color: #fff;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover:after {
  background-color: #fff;
  color: #f3972c;
}
.elementor-widget__width-auto .wp-block-button.is-style-outline .wp-block-button__link {
  margin-right: 1rem;
}
@media (max-width: 500px) {
  .elementor-widget__width-auto .wp-block-button.is-style-outline .wp-block-button__link {
    margin-bottom: 1rem;
  }
}
.wp-block-button.is-style-outline .wp-block-button__link:after {
  background-color: #f3972c !important;
  color: #fff !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover {
  background-color: #f3972c !important;
  color: #fff !important;
  border-color: transparent !important;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover:after {
  background-color: #fff !important;
  color: #f3972c !important;
}
@media (max-width: 500px) {
  .elementor-widget__width-auto {
    width: 100% !important;
  }
}
.elementor-button {
  min-width: 200px !important;
  max-width: 200px !important;
  background-color: #272736;
  color: white;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  position: relative;
  min-width: 300px;
  display: flex;
  font-weight: bold;
  align-items: center;
  padding: 0.5rem 0.6rem 0.5rem 1.5rem;
  margin-right: 2rem;
  justify-content: space-between;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  display: flex !important;
  background-color: #fff !important;
  padding: 10px 10px 10px 24px !important;
  border-radius: 40px !important;
}
.elementor-button:after {
  content: "";
  font: var(--fa-font-solid);
  color: #272736;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  height: 35px;
  width: 35px;
  font-size: 19px;
  background: white;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
}
@media (max-width: 500px) {
  .elementor-button {
    width: 100%;
  }
}
.elementor-button:hover {
  background-color: #f3972c;
  color: #fff;
}
.elementor-button:hover:after {
  background-color: #fff;
  color: #f3972c;
}
.elementor-widget__width-auto .elementor-button {
  margin-right: 1rem;
}
@media (max-width: 500px) {
  .elementor-widget__width-auto .elementor-button {
    margin-bottom: 1rem;
  }
}
.elementor-button span {
  color: #272736 !important;
}
.elementor-button:after {
  background-color: #f3972c !important;
  color: #fff !important;
}
.elementor-button:hover {
  background-color: #f3972c !important;
}
.elementor-button:hover span {
  color: #fff !important;
}
.elementor-button:hover:after {
  background-color: #fff !important;
  color: #f3972c !important;
}
.elementor-widget-button.elementor-button-info .elementor-button {
  background-color: #272736;
  color: white;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  position: relative;
  min-width: 300px;
  display: flex;
  font-weight: bold;
  align-items: center;
  padding: 0.5rem 0.6rem 0.5rem 1.5rem;
  margin-right: 2rem;
  justify-content: space-between;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.elementor-widget-button.elementor-button-info .elementor-button:after {
  content: "";
  font: var(--fa-font-solid);
  color: #272736;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  height: 35px;
  width: 35px;
  font-size: 19px;
  background: white;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
}
@media (max-width: 500px) {
  .elementor-widget-button.elementor-button-info .elementor-button {
    width: 100%;
  }
}
.elementor-widget-button.elementor-button-info .elementor-button:hover {
  background-color: #f3972c;
  color: #fff;
}
.elementor-widget-button.elementor-button-info .elementor-button:hover:after {
  background-color: #fff;
  color: #f3972c;
}
.elementor-widget__width-auto .elementor-widget-button.elementor-button-info .elementor-button {
  margin-right: 1rem;
}
@media (max-width: 500px) {
  .elementor-widget__width-auto .elementor-widget-button.elementor-button-info .elementor-button {
    margin-bottom: 1rem;
  }
}
.elementor-widget-button.elementor-button-success .elementor-button {
  background-color: #272736;
  color: white;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  position: relative;
  min-width: 300px;
  display: flex;
  font-weight: bold;
  align-items: center;
  padding: 0.5rem 0.6rem 0.5rem 1.5rem;
  margin-right: 2rem;
  justify-content: space-between;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.elementor-widget-button.elementor-button-success .elementor-button:after {
  content: "";
  font: var(--fa-font-solid);
  color: #272736;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  height: 35px;
  width: 35px;
  font-size: 19px;
  background: white;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
}
@media (max-width: 500px) {
  .elementor-widget-button.elementor-button-success .elementor-button {
    width: 100%;
  }
}
.elementor-widget-button.elementor-button-success .elementor-button:hover {
  background-color: #f3972c;
  color: #fff;
}
.elementor-widget-button.elementor-button-success .elementor-button:hover:after {
  background-color: #fff;
  color: #f3972c;
}
.elementor-widget__width-auto .elementor-widget-button.elementor-button-success .elementor-button {
  margin-right: 1rem;
}
@media (max-width: 500px) {
  .elementor-widget__width-auto .elementor-widget-button.elementor-button-success .elementor-button {
    margin-bottom: 1rem;
  }
}
.elementor-widget-button.elementor-button-warning .elementor-button {
  background-color: #272736;
  color: white;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  position: relative;
  min-width: 300px;
  display: flex;
  font-weight: bold;
  align-items: center;
  padding: 0.5rem 0.6rem 0.5rem 1.5rem;
  margin-right: 2rem;
  justify-content: space-between;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.elementor-widget-button.elementor-button-warning .elementor-button:after {
  content: "";
  font: var(--fa-font-solid);
  color: #272736;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  height: 35px;
  width: 35px;
  font-size: 19px;
  background: white;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
}
@media (max-width: 500px) {
  .elementor-widget-button.elementor-button-warning .elementor-button {
    width: 100%;
  }
}
.elementor-widget-button.elementor-button-warning .elementor-button:hover {
  background-color: #f3972c;
  color: #fff;
}
.elementor-widget-button.elementor-button-warning .elementor-button:hover:after {
  background-color: #fff;
  color: #f3972c;
}
.elementor-widget__width-auto .elementor-widget-button.elementor-button-warning .elementor-button {
  margin-right: 1rem;
}
@media (max-width: 500px) {
  .elementor-widget__width-auto .elementor-widget-button.elementor-button-warning .elementor-button {
    margin-bottom: 1rem;
  }
}
.elementor-widget-button.elementor-button-danger .elementor-button {
  background-color: #272736;
  color: white;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  position: relative;
  min-width: 300px;
  display: flex;
  font-weight: bold;
  align-items: center;
  padding: 0.5rem 0.6rem 0.5rem 1.5rem;
  margin-right: 2rem;
  justify-content: space-between;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.elementor-widget-button.elementor-button-danger .elementor-button:after {
  content: "";
  font: var(--fa-font-solid);
  color: #272736;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  height: 35px;
  width: 35px;
  font-size: 19px;
  background: white;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
}
@media (max-width: 500px) {
  .elementor-widget-button.elementor-button-danger .elementor-button {
    width: 100%;
  }
}
.elementor-widget-button.elementor-button-danger .elementor-button:hover {
  background-color: #f3972c;
  color: #fff;
}
.elementor-widget-button.elementor-button-danger .elementor-button:hover:after {
  background-color: #fff;
  color: #f3972c;
}
.elementor-widget__width-auto .elementor-widget-button.elementor-button-danger .elementor-button {
  margin-right: 1rem;
}
@media (max-width: 500px) {
  .elementor-widget__width-auto .elementor-widget-button.elementor-button-danger .elementor-button {
    margin-bottom: 1rem;
  }
}
.elementor-align-center .elementor-button-wrapper {
  display: flex;
  justify-content: center;
}
.elementor-align-center .elementor-button-wrapper .elementor-button {
  width: fit-content;
}
@media (max-width: 500px) {
  .elementor-align-center .elementor-button-wrapper .elementor-button {
    width: 100%;
  }
}
.wp-block-file a:not(.wp-block-file__button) {
  display: none;
}
.wp-block-file .wp-block-file__button {
  margin-top: 30px;
  background-color: #272736;
  color: white;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  position: relative;
  min-width: 300px;
  display: flex;
  font-weight: bold;
  align-items: center;
  padding: 0.5rem 0.6rem 0.5rem 1.5rem;
  margin-right: 2rem;
  justify-content: space-between;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 1rem !important;
}
.wp-block-file .wp-block-file__button:after {
  content: "";
  font: var(--fa-font-solid);
  color: #272736;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  height: 35px;
  width: 35px;
  font-size: 19px;
  background: white;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
}
@media (max-width: 500px) {
  .wp-block-file .wp-block-file__button {
    width: 100%;
  }
}
.wp-block-file .wp-block-file__button:hover {
  background-color: #f3972c;
  color: #fff;
}
.wp-block-file .wp-block-file__button:hover:after {
  background-color: #fff;
  color: #f3972c;
}
.elementor-widget__width-auto .wp-block-file .wp-block-file__button {
  margin-right: 1rem;
}
@media (max-width: 500px) {
  .elementor-widget__width-auto .wp-block-file .wp-block-file__button {
    margin-bottom: 1rem;
  }
}
.wp-block-file .wp-block-file__button:after {
  content: "" !important;
}
.wp-block-file.has-background {
  background-color: transparent !important;
}
.wp-block-file.has-light-blue-background-color .wp-block-file__button {
  background-color: #dbdfe5;
  color: #272736;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  position: relative;
  min-width: 300px;
  display: flex;
  font-weight: bold;
  align-items: center;
  padding: 0.5rem 0.6rem 0.5rem 1.5rem;
  margin-right: 2rem;
  justify-content: space-between;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.wp-block-file.has-light-blue-background-color .wp-block-file__button:after {
  content: "";
  font: var(--fa-font-solid);
  color: #dbdfe5;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  height: 35px;
  width: 35px;
  font-size: 19px;
  background: #272736;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
}
@media (max-width: 500px) {
  .wp-block-file.has-light-blue-background-color .wp-block-file__button {
    width: 100%;
  }
}
.wp-block-file.has-light-blue-background-color .wp-block-file__button:hover {
  background-color: #f3972c;
  color: #fff;
}
.wp-block-file.has-light-blue-background-color .wp-block-file__button:hover:after {
  background-color: #fff;
  color: #f3972c;
}
.elementor-widget__width-auto .wp-block-file.has-light-blue-background-color .wp-block-file__button {
  margin-right: 1rem;
}
@media (max-width: 500px) {
  .elementor-widget__width-auto .wp-block-file.has-light-blue-background-color .wp-block-file__button {
    margin-bottom: 1rem;
  }
}
.wp-block-file.has-beige-background-color .wp-block-file__button {
  background-color: #f9c58b;
  color: #272736;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  position: relative;
  min-width: 300px;
  display: flex;
  font-weight: bold;
  align-items: center;
  padding: 0.5rem 0.6rem 0.5rem 1.5rem;
  margin-right: 2rem;
  justify-content: space-between;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.wp-block-file.has-beige-background-color .wp-block-file__button:after {
  content: "";
  font: var(--fa-font-solid);
  color: #f9c58b;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  height: 35px;
  width: 35px;
  font-size: 19px;
  background: #272736;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
}
@media (max-width: 500px) {
  .wp-block-file.has-beige-background-color .wp-block-file__button {
    width: 100%;
  }
}
.wp-block-file.has-beige-background-color .wp-block-file__button:hover {
  background-color: #f3972c;
  color: #fff;
}
.wp-block-file.has-beige-background-color .wp-block-file__button:hover:after {
  background-color: #fff;
  color: #f3972c;
}
.elementor-widget__width-auto .wp-block-file.has-beige-background-color .wp-block-file__button {
  margin-right: 1rem;
}
@media (max-width: 500px) {
  .elementor-widget__width-auto .wp-block-file.has-beige-background-color .wp-block-file__button {
    margin-bottom: 1rem;
  }
}
.wp-block-file.has-light-beige-background-color .wp-block-file__button {
  background-color: #f4ecd5;
  color: #272736;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  position: relative;
  min-width: 300px;
  display: flex;
  font-weight: bold;
  align-items: center;
  padding: 0.5rem 0.6rem 0.5rem 1.5rem;
  margin-right: 2rem;
  justify-content: space-between;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.wp-block-file.has-light-beige-background-color .wp-block-file__button:after {
  content: "";
  font: var(--fa-font-solid);
  color: #f4ecd5;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  height: 35px;
  width: 35px;
  font-size: 19px;
  background: #272736;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
}
@media (max-width: 500px) {
  .wp-block-file.has-light-beige-background-color .wp-block-file__button {
    width: 100%;
  }
}
.wp-block-file.has-light-beige-background-color .wp-block-file__button:hover {
  background-color: #f3972c;
  color: #fff;
}
.wp-block-file.has-light-beige-background-color .wp-block-file__button:hover:after {
  background-color: #fff;
  color: #f3972c;
}
.elementor-widget__width-auto .wp-block-file.has-light-beige-background-color .wp-block-file__button {
  margin-right: 1rem;
}
@media (max-width: 500px) {
  .elementor-widget__width-auto .wp-block-file.has-light-beige-background-color .wp-block-file__button {
    margin-bottom: 1rem;
  }
}
.wp-block-file.has-white-background-color .wp-block-file__button {
  background-color: #fff;
  color: #272736;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  position: relative;
  min-width: 300px;
  display: flex;
  font-weight: bold;
  align-items: center;
  padding: 0.5rem 0.6rem 0.5rem 1.5rem;
  margin-right: 2rem;
  justify-content: space-between;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.wp-block-file.has-white-background-color .wp-block-file__button:after {
  content: "";
  font: var(--fa-font-solid);
  color: #fff;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  height: 35px;
  width: 35px;
  font-size: 19px;
  background: #272736;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
}
@media (max-width: 500px) {
  .wp-block-file.has-white-background-color .wp-block-file__button {
    width: 100%;
  }
}
.wp-block-file.has-white-background-color .wp-block-file__button:hover {
  background-color: #f3972c;
  color: #fff;
}
.wp-block-file.has-white-background-color .wp-block-file__button:hover:after {
  background-color: #fff;
  color: #f3972c;
}
.elementor-widget__width-auto .wp-block-file.has-white-background-color .wp-block-file__button {
  margin-right: 1rem;
}
@media (max-width: 500px) {
  .elementor-widget__width-auto .wp-block-file.has-white-background-color .wp-block-file__button {
    margin-bottom: 1rem;
  }
}
.cookie-wrapper {
  background-color: white;
}
.cookie-wrapper.settings-page {
  background-color: white;
}
.cookie-wrapper .cookie-buttons button, .cookie-wrapper .cookie-buttons #cookie-settings {
  background-color: #272736;
  color: white;
  font-family: inherit;
  font-size: 1rem;
  border-radius: 20px;
}
.cookie-wrapper .cookie-buttons button svg, .cookie-wrapper .cookie-buttons #cookie-settings svg {
  fill: #fff;
}
.cookie-wrapper .cookie-buttons button:hover, .cookie-wrapper .cookie-buttons #cookie-settings:hover {
  background-color: #f3972c;
}
.cookie-wrapper .cookie-page-link {
  color: #000;
}
.cookie-wrapper .cookie-page-link:hover {
  color: #f3972c;
}
.cookie-wrapper .cookie-category a:hover, .cookie-wrapper .cookie-category a.active, .cookie-wrapper .cookie-category a.active:after {
  color: #f3972c;
}
.cookie-wrapper .cookie-description .single-cookie {
  border-color: #f3972c;
}
.cookie-wrapper .slider {
  border-color: #272736;
  background-color: white;
}
.cookie-wrapper .slider:before {
  background-color: #272736;
  color: #fff;
}
.cookie-wrapper .slider .slide {
  background-color: #272736;
}
.cookie-wrapper input:checked + .slider {
  background-color: #f3972c;
  border-color: #f3972c;
}
.cookie-wrapper input:checked + .slider:before {
  background-color: #fff;
  color: #f3972c;
}
.cookie-settings-button {
  background-color: #272736;
  color: white;
  cursor: pointer;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  position: relative;
  min-width: 300px;
  display: flex;
  font-weight: bold;
  align-items: center;
  padding: 0.5rem 0.6rem 0.5rem 1.5rem;
  margin-right: 2rem;
  justify-content: space-between;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  border: none;
  border-radius: 9999px;
}
.cookie-settings-button:after {
  content: "";
  font: var(--fa-font-solid);
  color: #272736;
  margin-left: 1rem;
  display: flex;
  align-items: center;
  border-radius: 50%;
  justify-content: center;
  height: 35px;
  width: 35px;
  font-size: 19px;
  background: white;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
}
@media (max-width: 500px) {
  .cookie-settings-button {
    width: 100%;
  }
}
.cookie-settings-button:hover {
  background-color: #f3972c;
  color: #fff;
}
.cookie-settings-button:hover:after {
  background-color: #fff;
  color: #f3972c;
}
.elementor-widget__width-auto .cookie-settings-button {
  margin-right: 1rem;
}
@media (max-width: 500px) {
  .elementor-widget__width-auto .cookie-settings-button {
    margin-bottom: 1rem;
  }
}
.counter-wrapper .counter-box {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
}
.counter-wrapper .counter-box .counter-number-row {
  font-size: 4rem;
  line-height: 5.5rem;
  color: #fff;
  margin: 0;
  align-items: baseline;
  justify-content: center;
  display: flex;
}
.counter-wrapper .counter-box .counter-number-row .counter-number-suffix, .counter-wrapper .counter-box .counter-number-row .counter-number-prefix {
  font-size: 3.7rem;
}
.counter-wrapper .counter-box .counter-number-row .counter-number-suffix i, .counter-wrapper .counter-box .counter-number-row .counter-number-prefix i {
  font-size: 3rem;
  margin-left: 5px;
}
@media (max-width: 500px) {
  .counter-wrapper .counter-box .counter-title {
    margin: 0;
    text-align: center;
  }
}
.img-quote {
  background-color: #272736;
  border-radius: 20px;
  display: flex;
  margin: 0;
}
.img-quote cite {
  padding: 4rem;
}
.img-quote cite p, .img-quote cite span, .img-quote cite strong, .img-quote cite h2 {
  color: #fff;
}
.img-quote cite h2 {
  margin-bottom: 20px;
}
.img-quote cite span {
  font-weight: bold;
}
.img-quote cite p {
  font-size: 1rem;
  line-height: normal;
}
.img-quote cite .marks {
  font-size: 5rem;
  font-family: "Font Awesome 5 Free";
}
.img-quote .testimonal-img-wrapper img {
  height: 100%;
  max-width: 400px;
  object-fit: cover;
  border: none;
  border-radius: 0 15px 15px 0;
}
.img-quote * {
  margin: 0;
}
.wp-block-cover * {
  color: #fff;
  text-align: center;
}
.wp-block-cover .elementor-container {
  max-width: calc((1500px / 12) * 7) !important;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-cover:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(39, 39, 54, 0.7);
}
.hero-slider .slide {
  height: 95vh;
  width: 100% !important;
  display: flex;
  flex-direction: column;
  justify-content: center !important;
  align-items: flex-start;
  position: relative;
}
@media (min-width: 1054px) {
  .hero-slider .slide {
    height: 85vh;
    justify-content: center !important;
  }
}
@media (min-width: 500px) and (max-width: 1054px) {
  .hero-slider .slide {
    height: 70vh;
  }
}
.hero-slider .slide:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.4);
  background-image: var(--post-img-var);
  background-repeat: no-repeat;
  background-size: cover;
}
.hero-slider .slide .slide-content {
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  max-width: 73rem;
  color: #fff;
}
@media (min-width: 1054px) {
  .hero-slider .slide .slide-content {
    padding: 0 0rem 0rem 16rem;
  }
}
@media (min-width: 500px) and (max-width: 1054px) {
  .hero-slider .slide .slide-content {
    padding-left: 5rem;
    padding-right: 5rem;
  }
}
@media (max-width: 1054px) {
  .hero-slider .slide .slide-content .wp-element-button {
    min-width: auto !important;
  }
}
.hero-slider .slide .slide-content .slide-title {
  margin-bottom: 1rem;
  margin-top: 0;
}
@media (max-width: 500px) {
  .hero-slider .slide .slide-content .slide-title {
    font-size: 1.25rem;
    line-height: 1.7rem;
    letter-spacing: normal;
  }
}
.hero-slider .slide .slide-content .slide-title a {
  color: #fff;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.hero-slider .slide .slide-content .slide-title a:hover {
  color: #f3972c;
}
.hero-slider .slide .slide-content .slide-ingress {
  font-size: 1rem;
  line-height: 1.6rem;
  letter-spacing: normal;
  margin-top: 0;
}
@media (min-width: 825px) {
  .hero-slider .slide .slide-content .slide-ingress {
    font-size: 1.25rem;
    line-height: 1.5rem;
    letter-spacing: normal;
  }
}
.hero-slider .slide .slide-content span {
  text-transform: uppercase;
  color: #f4ecd5;
}
@media (max-width: 500px) {
  .hero-slider .slide .slide-content span {
    font-size: 0.8rem;
  }
}
.hero-slider .owl-nav .owl-prev {
  width: 35px;
  height: 35px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 50%;
  background-color: #272736;
  color: #fff;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  position: absolute;
  top: 40%;
  margin-left: 20px;
  display: block !important;
  border: 0px solid black;
}
@media (max-width: 500px) {
  .hero-slider .owl-nav .owl-prev {
    top: 85%;
  }
}
.hero-slider .owl-nav .owl-next {
  width: 35px;
  height: 35px;
  font-size: 1rem;
  line-height: 1.5rem;
  border-radius: 50%;
  background-color: #272736;
  color: #fff;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  position: absolute;
  top: 40%;
  right: 25px;
  display: block !important;
  border: 0px solid black;
}
@media (max-width: 500px) {
  .hero-slider .owl-nav .owl-next {
    top: 85%;
  }
}
.hero-slider .owl-dots {
  position: absolute;
  bottom: 10%;
  right: 4rem;
}
@media (max-width: 500px) {
  .hero-slider .owl-dots {
    right: 35%;
  }
}
.hero-slider .owl-dots .owl-dot {
  background: unset !important;
  border: none;
  margin-right: 1rem;
  height: 0.8rem;
  width: 0.8rem;
  background-color: rgba(255, 255, 255, 0.5) !important;
  border-radius: 50%;
  display: inline-block;
}
.hero-slider .owl-dots .active {
  background-color: #fff !important;
}
.searchandfilter ul {
  padding: 0;
  padding-bottom: 10px;
}
.searchandfilter ul .sf-field-sort_order ul {
  display: flex;
}
.searchandfilter ul .sf-field-sort_order ul li {
  margin-right: 10px;
}
.searchandfilter ul .sf-field-sort_order ul li:first-child {
  display: none;
}
.searchandfilter h4 {
  color: #272736;
  font-weight: bold;
  font-size: 1.2rem;
}
.searchandfilter ul {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 850px;
}
.searchandfilter ul li {
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.searchandfilter ul li label {
  border: 2px solid #272736;
  background-color: #fff;
  border-radius: 20px;
  cursor: pointer;
  padding: 7px 30px !important;
}
.searchandfilter ul li.sf-level-0 {
  margin-right: 20px;
  color: #272736;
  display: flex !important;
  align-items: center;
  font-weight: normal;
  font-size: 0.95em;
  margin-bottom: 5px;
  max-width: 100%;
}
.searchandfilter ul li.sf-level-0:before {
  display: none;
}
.searchandfilter ul li.sf-level-0:hover input ~ label {
  background: rgba(39, 39, 54, 0.1);
}
.searchandfilter ul li.sf-level-0 input {
  width: auto;
  background: #fff;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  color: #fff;
}
.searchandfilter ul li.sf-level-0 input:checked ~ label {
  background: #272736;
  color: #fff;
}
.searchandfilter ul li.sf-level-0 input[type="checkbox"], .searchandfilter ul li.sf-level-0 input[type="radio"] {
  -webkit-appearance: none;
  display: none;
}
.searchandfilter ul li.sf-field-post_type {
  width: 100%;
}
.searchandfilter ul li.sf-field-post_type h4 {
  font-size: 1.8rem;
}
.wp-pagenavi, .pagination {
  display: flex;
  justify-content: center;
  align-items: center;
}
.wp-pagenavi span, .wp-pagenavi a, .pagination span, .pagination a {
  background-color: #fff;
  border: none;
  border-radius: 10px;
  color: #272736 !important;
  margin: 5px;
  padding: 5px 10px;
  font-weight: bold;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.wp-pagenavi span:hover, .wp-pagenavi a:hover, .pagination span:hover, .pagination a:hover {
  background: #272736;
  color: white !important;
}
.wp-pagenavi span.current, .wp-pagenavi a.current, .pagination span.current, .pagination a.current {
  background-color: #272736;
  font-size: 1.2em;
  color: #fff !important;
}
.wp-pagenavi span.extend, .wp-pagenavi a.extend, .pagination span.extend, .pagination a.extend {
  font-size: 1.2em;
}
.wp-pagenavi span.nextpostslink, .wp-pagenavi span.previouspostslink, .wp-pagenavi span.next, .wp-pagenavi span.prev, .wp-pagenavi a.nextpostslink, .wp-pagenavi a.previouspostslink, .wp-pagenavi a.next, .wp-pagenavi a.prev, .pagination span.nextpostslink, .pagination span.previouspostslink, .pagination span.next, .pagination span.prev, .pagination a.nextpostslink, .pagination a.previouspostslink, .pagination a.next, .pagination a.prev {
  background-color: transparent;
  color: #272736 !important;
}
.sf-field-taxonomy-business-cats .sf-item-40 {
  order: 1;
}
.search-filter-results {
  margin-top: 20px;
}
@media (min-width: 500px) {
  .search-filter-results {
    margin-top: 40px;
  }
}
.hw-video iframe, .hw-video img, .hw-image iframe, .hw-image img {
  border-radius: 20px;
}
@media (min-width: 825px) {
  .hw-video, .hw-image {
    padding-left: 3rem;
  }
}
.wp-block-image.is-style-rounded img {
  border-radius: 20px !important;
}
.hw-single-image figcaption {
  padding-left: 18px;
}
.hw-map iframe {
  border-radius: 20px !important;
}
#form-field-email {
  padding: 15px !important;
}
.eicon-close {
  color: #f3972c;
}
.popup-newsletter {
  background-color: #272736;
  color: #fff;
  padding: 3rem 2rem;
}
@media (max-width: 500px) {
  .popup-newsletter {
    padding: 2rem 0.5rem;
  }
}
.popup-newsletter .elementor-widget-heading {
  margin-bottom: 0;
}
.popup-newsletter p {
  line-height: 1.2rem;
}
.popup-newsletter .elementor-form-fields-wrapper {
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.popup-newsletter .elementor-form-fields-wrapper .elementor-field-type-email input {
  border-radius: 5rem;
}
.popup-newsletter .elementor-form-fields-wrapper .elementor-field-type-submit {
  width: fit-content;
}
.popup-newsletter .elementor-form-fields-wrapper .elementor-field-type-submit button {
  margin-right: 0;
  min-width: 0 !important;
}
@media (max-width: 500px) {
  .popup-newsletter .elementor-form-fields-wrapper .elementor-field-type-submit button {
    padding: 10px !important;
  }
}
.popup-newsletter .elementor-form-fields-wrapper .elementor-field-type-submit button .elementor-button-text {
  white-space: nowrap;
}
@media (max-width: 500px) {
  .popup-newsletter .elementor-form-fields-wrapper .elementor-field-type-submit button .elementor-button-text {
    display: none;
  }
}
@media (max-width: 500px) {
  .popup-newsletter .elementor-form-fields-wrapper .elementor-field-type-submit button:after {
    margin-left: 0;
  }
}
@media (min-width: 500px) {
  .grid-item-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.grid-item-wrapper .grid-item {
  margin-bottom: 20px;
}
.col-1.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-1.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
  }
}
@media (min-width: 825px) {
  .col-1.grid-item-wrapper .grid-item {
    width: calc((100% / 1 ) - ( (20px * ( 1 - 1) ) / 1 ));
  }
}
.col-2.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-2.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
  }
}
@media (min-width: 825px) {
  .col-2.grid-item-wrapper .grid-item {
    width: calc((100% / 2 ) - ( (20px * ( 2 - 1) ) / 2 ));
  }
}
.col-3.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-3.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
  }
}
@media (min-width: 825px) {
  .col-3.grid-item-wrapper .grid-item {
    width: calc((100% / 3 ) - ( (20px * ( 3 - 1) ) / 3 ));
  }
}
.col-4.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-4.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
  }
}
@media (min-width: 825px) {
  .col-4.grid-item-wrapper .grid-item {
    width: calc((100% / 4 ) - ( (20px * ( 4 - 1) ) / 4 ));
  }
}
.col-5.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-5.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
  }
}
@media (min-width: 825px) {
  .col-5.grid-item-wrapper .grid-item {
    width: calc((100% / 5 ) - ( (20px * ( 5 - 1) ) / 5 ));
  }
}
.col-6.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-6.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
  }
}
@media (min-width: 825px) {
  .col-6.grid-item-wrapper .grid-item {
    width: calc((100% / 6 ) - ( (20px * ( 6 - 1) ) / 6 ));
  }
}
.col-7.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-7.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
  }
}
@media (min-width: 825px) {
  .col-7.grid-item-wrapper .grid-item {
    width: calc((100% / 7 ) - ( (20px * ( 7 - 1) ) / 7 ));
  }
}
.col-8.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-8.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
  }
}
@media (min-width: 825px) {
  .col-8.grid-item-wrapper .grid-item {
    width: calc((100% / 8 ) - ( (20px * ( 8 - 1) ) / 8 ));
  }
}
.col-9.grid-item-wrapper .grid-item {
  width: 100%;
}
@media (min-width: 500px) and (max-width: 825px) {
  .col-9.grid-item-wrapper .grid-item {
    width: calc(50% - (20px / 2));
  }
}
@media (min-width: 825px) {
  .col-9.grid-item-wrapper .grid-item {
    width: calc((100% / 9 ) - ( (20px * ( 9 - 1) ) / 9 ));
  }
}
.grid-item-wrapper .grid-item.post, .grid-item-wrapper .grid-item.the-impact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.grid-item-wrapper .grid-item.post .post-img img, .grid-item-wrapper .grid-item.the-impact .post-img img {
  border-radius: 20px;
  height: 290px;
  width: 100%;
  object-fit: cover;
}
.grid-item-wrapper .grid-item.post .post-content, .grid-item-wrapper .grid-item.the-impact .post-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 1rem 0;
}
.grid-item-wrapper .grid-item.post .post-content span, .grid-item-wrapper .grid-item.the-impact .post-content span {
  text-transform: uppercase;
  font-weight: 500;
  color: #828A9B;
}
.grid-item-wrapper .grid-item.post .post-content .post-title, .grid-item-wrapper .grid-item.the-impact .post-content .post-title {
  margin-bottom: 1rem;
}
.grid-item-wrapper .grid-item.post .post-content .post-ingress, .grid-item-wrapper .grid-item.the-impact .post-content .post-ingress {
  flex-grow: 1;
  margin-top: 0;
  margin-bottom: 1rem;
}
.grid-item-wrapper .grid-item.post .post-link, .grid-item-wrapper .grid-item.the-impact .post-link {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.grid-item-wrapper .grid-item.post .post-link:hover, .grid-item-wrapper .grid-item.the-impact .post-link:hover {
  color: #f3972c;
}
.grid-item-wrapper .grid-item.post .post-link:hover:after, .grid-item-wrapper .grid-item.the-impact .post-link:hover:after {
  color: #f3972c;
}
.grid-item-wrapper .grid-item.post .post-link:after, .grid-item-wrapper .grid-item.the-impact .post-link:after {
  content: "";
  font: var(--fa-font-solid);
  color: #272736;
  margin-left: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
}
.grid-item-wrapper .grid-item.open-positions, .grid-item-wrapper .grid-item.lediga-tjanster {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  background-color: #272736;
  border-radius: 20px;
  padding: 2rem;
}
.grid-item-wrapper .grid-item.open-positions .post-content *, .grid-item-wrapper .grid-item.lediga-tjanster .post-content * {
  color: #fff;
}
.grid-item-wrapper .grid-item.open-positions .post-img, .grid-item-wrapper .grid-item.lediga-tjanster .post-img {
  display: none;
}
.grid-item-wrapper .grid-item.open-positions .post-wrapper, .grid-item-wrapper .grid-item.lediga-tjanster .post-wrapper {
  padding: 2rem;
}
.grid-item-wrapper .grid-item.open-positions .post-wrapper .post-link, .grid-item-wrapper .grid-item.lediga-tjanster .post-wrapper .post-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.grid-item-wrapper .grid-item.open-positions .post-wrapper .post-link:hover:before, .grid-item-wrapper .grid-item.lediga-tjanster .post-wrapper .post-link:hover:before {
  color: #fff;
  background: #272736;
}
.grid-item-wrapper .grid-item.open-positions .post-wrapper .post-link:after, .grid-item-wrapper .grid-item.lediga-tjanster .post-wrapper .post-link:after {
  content: "";
  font: var(--fa-font-solid);
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
}
.grid-item-wrapper .grid-item.open-positions .lower .post-link, .grid-item-wrapper .grid-item.lediga-tjanster .lower .post-link {
  color: #fff;
}
.grid-item-wrapper .grid-item.open-positions .lower .post-link:after, .grid-item-wrapper .grid-item.lediga-tjanster .lower .post-link:after {
  color: #fff;
}
.grid-item-wrapper .grid-item.page {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
}
.grid-item-wrapper .grid-item.page .page-title {
  white-space: normal;
  margin: 0;
  display: flex;
  align-items: center;
}
.grid-item-wrapper .grid-item.page .page-title .page-link {
  display: flex;
  align-items: center;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.grid-item-wrapper .grid-item.page .page-title .page-link:hover:before {
  color: #fff;
  background: #272736;
}
.grid-item-wrapper .grid-item.page .page-title .page-link:before {
  content: "";
  font: var(--fa-font-solid);
  color: #828A9B;
  margin-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
  background: #dbdfe5;
  border-radius: 50%;
}
.grid-item-wrapper .grid-item.page .page-ingress {
  margin-left: 3.188rem;
}
.grid-item-wrapper.post-type-researchmedia {
  /* 		//Owlslider
		&.owl-drag {
			.owl-stage-outer {
				.owl-stage {
					.owl-item {
						.grid-item {
							width: 100%;
							.iconimage {
								position: absolute;
								z-index: -2;
								.post-image {
									&:before {
										content: "";
										position: absolute;
										left: 0; right: 0;
										top: 0; bottom: 0;
										border-radius: 20px;
										background: rgba($primary , .7);
									}
									img {
										border-radius: 20px;
									}
								}
								.icon {
									position: absolute;
									display: flex;
									justify-content: right;
									z-index: 1;
									padding: 20px;
									width: 100%;
									i {
										color: $primary;
										@include font-size(0, 1.5);
										display: flex;
										align-items: center;
										justify-content: center;
										height: 50px;
										width: 50px;
										@include transition();
										transition-delay: 0.1s;
										background: $light-blue;
										border-radius: 50%;
									}
								}
							}
							.content {
								* {
									color: $white;
								}
							}
							.lower {
								display: none;
								* {
									color: $white;
								}
								a {
									display: flex;
									align-items: center;
									justify-content: space-between;
									&:after {
										content: "\f061";
										font: $solid-icon;
										color: $white;
										margin-left: 1rem;
										@include font-size(6, 1.75);
										display: flex;
										align-items: center;
										justify-content: center;
										height: 35px;
										width: 35px;
										@include transition();
										transition-delay: 0.1s;
									}
								}
							}
						}
					}
				}
			}
		} */
}
.grid-item-wrapper.post-type-researchmedia.owl-carousel {
  width: auto;
  margin-top: 2rem;
}
@media (min-width: 1500px) {
  .grid-item-wrapper.post-type-researchmedia.owl-carousel {
    width: 2000px;
  }
}
.grid-item-wrapper.post-type-researchmedia.owl-carousel .media-slide {
  height: 30rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end !important;
  align-items: flex-start;
  position: relative;
  color: #fff;
}
.grid-item-wrapper.post-type-researchmedia.owl-carousel .media-slide:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  filter: brightness(0.35);
  background-image: var(--media-img-var);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}
.grid-item-wrapper.post-type-researchmedia.owl-carousel .media-slide .media-icon {
  position: absolute;
  display: flex;
  justify-content: right;
  z-index: 1;
  padding: 20px;
  top: 0;
  right: 0;
}
.grid-item-wrapper.post-type-researchmedia.owl-carousel .media-slide .media-icon i {
  color: #272736;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
  background: #dbdfe5;
  border-radius: 50%;
}
.grid-item-wrapper.post-type-researchmedia.owl-carousel .media-slide .media-content {
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
}
.grid-item-wrapper.post-type-researchmedia.owl-carousel .media-slide .media-content .media-title a {
  color: #fff;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.grid-item-wrapper.post-type-researchmedia.owl-carousel .media-slide .media-content .media-title a:hover {
  color: #f3972c;
}
.grid-item-wrapper.post-type-researchmedia.owl-carousel .media-slide .media-content .media-ingress {
  font-size: 0.9rem;
  line-height: 1.3rem;
  margin-bottom: 2rem;
}
.grid-item-wrapper.post-type-researchmedia .owl-nav {
  display: block !important;
}
.grid-item-wrapper.post-type-researchmedia .owl-nav .owl-prev {
  width: 20px;
  height: 20px;
  top: 40%;
  font-size: 10px;
  margin-left: 5px;
  border-radius: 50%;
  background-color: #dbdfe5;
  color: #272736;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  position: absolute;
  display: block !important;
  border: 0px solid black;
}
@media (min-width: 1500px) {
  .grid-item-wrapper.post-type-researchmedia .owl-nav .owl-prev {
    width: 60px;
    height: 60px;
    margin-left: 20px;
    top: 35%;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.grid-item-wrapper.post-type-researchmedia .owl-nav .owl-next {
  width: 20px;
  height: 20px;
  top: 40%;
  font-size: 10px;
  margin-right: 5px;
  border-radius: 50%;
  background-color: #dbdfe5;
  color: #272736;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  position: absolute;
  top: 40%;
  right: 5px;
  display: block !important;
  border: 0px solid black;
}
@media (min-width: 1500px) {
  .grid-item-wrapper.post-type-researchmedia .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    margin-right: 20px;
    top: 35%;
    font-size: 1.5rem;
    line-height: 1.5rem;
    left: 1440px;
  }
}
.grid-item-wrapper .grid-item {
  width: 100%;
}
.grid-item-wrapper .grid-item .iconimage {
  width: 100%;
  display: flex;
  justify-content: right;
}
.grid-item-wrapper .grid-item .iconimage .post-image img {
  border-radius: 20px;
}
.grid-item-wrapper .grid-item .iconimage .post-image img:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border-radius: 20px;
  background: rgba(39, 39, 54, 0.7);
}
.grid-item-wrapper .grid-item .iconimage .icon {
  position: absolute;
  display: flex;
  justify-content: right;
  z-index: 1;
  padding: 20px;
}
.grid-item-wrapper .grid-item .iconimage .icon i {
  color: #272736;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
  background: #dbdfe5;
  border-radius: 50%;
}
.grid-item-wrapper .grid-item .lower a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.grid-item-wrapper .grid-item .lower a:after {
  content: "";
  font: var(--fa-font-solid);
  color: #272736;
  margin-left: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
}
@media (min-width: 1500px) {
  .page-id-23 .grid-item-wrapper.post-type-researchleaders, .page-id-1763 .grid-item-wrapper.post-type-researchleaders {
    width: 1000px;
  }
}
.grid-item-wrapper.post-type-researchleaders {
  width: auto;
  display: flex;
  margin-bottom: 1rem;
}
@media (max-width: 500px) {
  .grid-item-wrapper.post-type-researchleaders {
    flex-direction: column;
  }
}
.grid-item-wrapper.post-type-researchleaders .content {
  height: 400px;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.grid-item-wrapper.post-type-researchleaders .owl-stage {
  padding-left: 0 !important;
}
.grid-item-wrapper.post-type-researchleaders .owl-nav .owl-prev {
  width: 30px;
  height: 30px;
  top: 40%;
  font-size: 15px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #272736;
  color: #fff;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  position: absolute;
  display: block !important;
  border: 0px solid black;
}
@media (min-width: 1500px) {
  .grid-item-wrapper.post-type-researchleaders .owl-nav .owl-prev {
    width: 60px;
    height: 60px;
    margin-left: 20px;
    top: 35%;
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
.grid-item-wrapper.post-type-researchleaders .owl-nav button.disabled {
  opacity: 0;
  cursor: default !important;
}
.grid-item-wrapper.post-type-researchleaders .owl-nav .owl-next {
  right: 15px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #272736;
  color: #fff;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  position: absolute;
  top: 40%;
  display: block !important;
  border: 0px solid black;
}
@media (min-width: 1500px) {
  .grid-item-wrapper.post-type-researchleaders .owl-nav .owl-next {
    width: 60px;
    height: 60px;
    margin-left: 20px;
    top: 35%;
    font-size: 1.5rem;
    line-height: 1.5rem;
    right: 80px;
  }
}
.grid-item-wrapper .grid-item.researchleaders {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  min-height: 43rem;
  justify-content: space-between;
}
@media (min-width: 500px) and (max-width: 825px) {
  .grid-item-wrapper .grid-item.researchleaders {
    width: 100% !important;
  }
}
.grid-item-wrapper .grid-item.researchleaders .post-img {
  z-index: -1;
  height: 500px;
}
.grid-item-wrapper .grid-item.researchleaders .post-img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}
.grid-item-wrapper .grid-item.researchleaders .post-content .page-title {
  white-space: normal;
  margin-top: 1rem;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.grid-item-wrapper .grid-item.researchleaders .post-content .page-ingress {
  margin-left: 3.188rem;
}
.grid-item-wrapper .grid-item.researchleaders .page-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.grid-item-wrapper .grid-item.researchleaders .page-link:hover {
  color: #f3972c;
}
.grid-item-wrapper .grid-item.researchleaders .page-link:hover:after {
  color: #f3972c;
}
.grid-item-wrapper .grid-item.researchleaders .page-link:after {
  content: "";
  font: var(--fa-font-solid);
  color: #272736;
  margin-left: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
}
.contacts-item.contacts .post-img img {
  width: 100%;
  border-radius: 20px 20px 0 0;
}
.contacts-item.contacts .post-wrapper {
  background-color: #272736;
  padding: 2rem;
  border-radius: 0 0 20px 20px;
  margin-top: -10px;
}
.contacts-item.contacts .post-wrapper .page-title {
  margin-bottom: 0;
}
.contacts-item.contacts .post-wrapper * {
  color: #fff;
}
.contacts-item.contacts .post-wrapper .phone, .contacts-item.contacts .post-wrapper .email {
  display: flex;
  align-items: center;
}
.contacts-item.contacts .post-wrapper .phone p, .contacts-item.contacts .post-wrapper .email p {
  margin: 5px 15px;
}
.grid-item-wrapper .grid-item.researchprojects {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.grid-item-wrapper .grid-item.researchprojects .post-img img {
  border-radius: 20px;
  height: 290px;
  width: 100%;
  object-fit: cover;
}
.grid-item-wrapper .grid-item.researchprojects .post-content {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 1rem 0;
}
.grid-item-wrapper .grid-item.researchprojects .post-content span {
  font-weight: 500;
  color: #828A9B;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.grid-item-wrapper .grid-item.researchprojects .post-content .post-title {
  margin-bottom: 1rem;
}
.grid-item-wrapper .grid-item.researchprojects .post-content .post-ingress {
  flex-grow: 1;
  margin-top: 0;
  margin-bottom: 1rem;
}
.grid-item-wrapper .grid-item.researchprojects .post-link {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: normal;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.grid-item-wrapper .grid-item.researchprojects .post-link:hover {
  color: #f3972c;
}
.grid-item-wrapper .grid-item.researchprojects .post-link:hover:after {
  color: #f3972c;
}
.grid-item-wrapper .grid-item.researchprojects .post-link:after {
  content: "";
  font: var(--fa-font-solid);
  color: #272736;
  margin-left: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
}
.grid-item-wrapper .grid-item.seminar {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  background-color: #272736;
  border-radius: 20px;
  padding: 2rem;
  height: fit-content;
  min-height: 500px;
  justify-content: space-between;
}
.grid-item-wrapper .grid-item.seminar .upper .post-content * {
  color: #fff;
}
.grid-item-wrapper .grid-item.seminar .upper .post-content .post-ingress {
  display: flex;
  flex-direction: column;
}
.grid-item-wrapper .grid-item.seminar .upper .post-content .post-ingress span {
  display: flex;
  font-size: 1rem;
}
.grid-item-wrapper .grid-item.seminar .upper .post-content .post-ingress span i {
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
}
.grid-item-wrapper .grid-item.seminar .post-img {
  display: none;
}
.grid-item-wrapper .grid-item.seminar .lower .post-link {
  color: #fff;
}
.grid-item-wrapper .grid-item.seminar .lower .post-link:after {
  color: #fff;
}
.grid-item-wrapper .grid-item.seminar .lower .post-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.grid-item-wrapper .grid-item.seminar .lower .post-link:hover:before {
  color: #fff;
  background: #272736;
}
.grid-item-wrapper .grid-item.seminar .lower .post-link:after {
  content: "";
  font: var(--fa-font-solid);
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
}
.grid-item-wrapper .grid-item.organisations {
  display: flex;
  flex-direction: column;
  margin-bottom: 1rem;
  background-color: #272736;
  border-radius: 20px;
  padding: 2rem;
  height: fit-content;
  min-height: 400px;
  justify-content: space-between;
}
.grid-item-wrapper .grid-item.organisations .upper .post-content * {
  color: #fff;
}
.grid-item-wrapper .grid-item.organisations .upper .post-content .post-ingress {
  display: flex;
  flex-direction: column;
}
.grid-item-wrapper .grid-item.organisations .upper .post-content .post-ingress span {
  display: flex;
  font-size: 1rem;
}
.grid-item-wrapper .grid-item.organisations .upper .post-content .post-ingress span i {
  margin-right: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
}
.grid-item-wrapper .grid-item.organisations .post-img {
  display: none;
}
.grid-item-wrapper .grid-item.organisations .lower .post-link {
  color: #fff;
}
.grid-item-wrapper .grid-item.organisations .lower .post-link:after {
  color: #fff;
}
.grid-item-wrapper .grid-item.organisations .lower .post-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.grid-item-wrapper .grid-item.organisations .lower .post-link:hover:before {
  color: #fff;
  background: #272736;
}
.grid-item-wrapper .grid-item.organisations .lower .post-link:after {
  content: "";
  font: var(--fa-font-solid);
  color: #fff;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 35px;
  width: 35px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
  transition-delay: 0.1s;
}
.footer {
  background-color: #272736;
  margin-top: 3rem;
}
.footer * {
  color: #fff;
}
.footer .footer-content {
  padding: 5rem 2rem;
  margin: 0 auto;
}
@media (min-width: 825px) {
  .footer .footer-content {
    display: flex;
    padding: 5rem 3rem;
    max-width: 1500px;
    gap: 40px;
  }
}
.footer .footer-content .footer_widget {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (min-width: 825px) {
  .footer .footer-content .footer_widget {
    width: 33%;
  }
}
@media (min-width: 1500px) {
  .footer .footer-content .footer_widget {
    justify-content: space-between;
  }
}
@media (max-width: 1500px) {
  .footer .footer-content .footer_widget .wp-block-button__link {
    width: 100%;
    min-width: 100%;
  }
}
@media (max-width: 825px) {
  .footer .footer-content .footer_widget .wp-block-image {
    margin-bottom: 2rem;
  }
}
.footer .footer-content .footer_widget .wp-block-social-links {
  margin-top: 0;
}
@media (min-width: 825px) {
  .footer .footer-content .footer_widget .wp-block-social-links {
    margin: 0;
  }
}
.footer .footer-content .footer_widget .wp-block-social-links li a svg {
  width: 2.25em;
  height: 2.25em;
}
.footer .footer-logos {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 10px;
  margin-top: 30px;
}
.footer .footer-logos img.ki {
  height: 40px;
}
.footer .footer-logos img.kth {
  width: 40px;
}
.footer .footer-logos img.rs {
  height: 30px;
  padding-bottom: 5px;
}
@media (min-width: 825px) {
  .footer .footer-logos {
    display: none;
  }
}
.header {
  background-color: white;
  position: fixed;
  z-index: 1000;
  width: 100%;
  overflow: visible;
  height: 90px;
  top: 0;
  transition: 0.2s ease-in-out all;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
}
@media (min-width: 825px) {
  .header {
    z-index: 10000;
    width: 100%;
    top: 0;
    overflow: visible;
    padding: 15px 1rem;
    background: #fff;
  }
}
.header.fixed, .header.opened {
  background: #fff;
}
.header .row {
  height: 100%;
  display: flex;
  justify-content: space-between;
  margin: auto;
  max-width: 1500px;
  padding: 20px 30px;
  position: relative;
  align-items: center;
}
@media (min-width: 825px) {
  .header .row {
    align-items: center;
    padding: 0;
  }
}
.header .row .header-logos {
  display: none;
}
@media (min-width: 825px) {
  .header .row .header-logos {
    display: flex;
    align-items: baseline;
  }
  .header .row .header-logos img {
    margin-left: 20px;
  }
  .header .row .header-logos img.ki {
    height: 35px;
  }
  .header .row .header-logos img.kth {
    width: 35px;
  }
  .header .row .header-logos img.rs {
    height: 25px;
    padding-bottom: 5px;
  }
}
.header .row .custom-logo-link {
  position: relative;
  z-index: 200;
  width: 100%;
  height: 100%;
  display: flex;
  max-width: 200px;
  max-height: 100%;
  align-items: center;
}
@media (min-width: 500px) {
  .header .row .custom-logo-link {
    max-width: 180px;
  }
}
.header .row .custom-logo-link .custom-logo {
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.header .row .custom-logo-link .custom-logo.sticky {
  width: 100px;
  padding: 0 25px;
  max-width: 100px;
  margin-left: -25px;
  opacity: 1 !important;
  top: -10px;
}
@media (min-width: 825px) {
  .header .row .custom-logo-link .custom-logo.sticky {
    margin-left: 0;
  }
}
.header .row .custom-logo-link .custom-logo.sticky + .sticky {
  opacity: 1;
}
.header .row .custom-logo-link .custom-logo.sticky-logo {
  opacity: 0;
}
.header .row .menu-huvudmeny-container, .header .row .menu-main-menu-container {
  position: fixed;
  right: -100vw;
  width: 100vw;
  height: 80vh;
  background: #fff;
  z-index: 100;
  top: 79px;
  align-items: start;
  display: flex;
  transition: 0.2s ease-in-out all;
  -webkit-transition: 0.2s ease-in-out all;
  -moz-transition: 0.2s ease-in-out all;
  -o-transition: 0.2s ease-in-out all;
}
@media (min-width: 500px) {
  .header .row .menu-huvudmeny-container, .header .row .menu-main-menu-container {
    width: 80vw;
    padding: 20px 30px;
  }
}
.header .row .menu-huvudmeny-container.opened, .header .row .menu-main-menu-container.opened {
  right: 0 !important;
  overflow-y: scroll;
  height: 70vh;
  border-radius: 0 0 30px 30px;
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container, .header .row .menu-main-menu-container {
    position: relative;
    padding: 0;
    right: 0;
    top: 0;
    height: auto;
    align-items: center;
    background: transparent;
    width: 100%;
    margin: 0;
    margin-left: auto;
    justify-content: flex-end;
  }
}
.header .row .menu-huvudmeny-container > ul, .header .row .menu-main-menu-container > ul {
  list-style-type: none;
  padding: 20px;
  width: 100%;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul, .header .row .menu-main-menu-container > ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: row;
    gap: 5px;
    justify-content: center;
    height: 100%;
    overflow-y: unset;
    width: 100%;
    max-width: 900px;
  }
}
@media (max-width: 825px) {
  .header .row .menu-huvudmeny-container > ul #menu-item-111 a, .header .row .menu-main-menu-container > ul #menu-item-111 a {
    font-weight: bold;
    font-size: 3rem;
  }
}
.header .row .menu-huvudmeny-container > ul > li, .header .row .menu-main-menu-container > ul > li {
  font-size: 25px;
  position: relative;
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul > li, .header .row .menu-main-menu-container > ul > li {
    display: flex;
    flex-wrap: wrap;
    margin-left: 25px;
    text-align: left;
    position: relative;
    overflow: hidden;
  }
}
.header .row .menu-huvudmeny-container > ul > li.current-menu-item > a, .header .row .menu-main-menu-container > ul > li.current-menu-item > a {
  color: #000;
  font-weight: bold;
  width: 100%;
}
.header .row .menu-huvudmeny-container > ul > li.current-menu-item > a:after, .header .row .menu-main-menu-container > ul > li.current-menu-item > a:after {
  color: #000 !important;
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul > li.current-menu-item > a, .header .row .menu-main-menu-container > ul > li.current-menu-item > a {
    color: #000;
    font-weight: bold;
  }
  .header .row .menu-huvudmeny-container > ul > li.current-menu-item > a:after, .header .row .menu-main-menu-container > ul > li.current-menu-item > a:after {
    color: #000;
  }
  .fixed.header .row .menu-huvudmeny-container > ul > li.current-menu-item > a, .fixed.header .row .menu-main-menu-container > ul > li.current-menu-item > a {
    color: #272736;
  }
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul > li.menu-item-has-children > a:after, .header .row .menu-main-menu-container > ul > li.menu-item-has-children > a:after {
    content: "";
    color: #000;
    margin-left: 10px;
    margin-top: 2px;
    font-size: 0.8rem;
    font: var(--fa-font-regular);
    font-weight: bold;
  }
  .fixed.header .row .menu-huvudmeny-container > ul > li.menu-item-has-children > a:after, .fixed.header .row .menu-main-menu-container > ul > li.menu-item-has-children > a:after {
    color: #272736;
  }
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul > li:hover, .header .row .menu-huvudmeny-container > ul > li:focus-within, .header .row .menu-main-menu-container > ul > li:hover, .header .row .menu-main-menu-container > ul > li:focus-within {
    overflow: visible;
  }
  .header .row .menu-huvudmeny-container > ul > li:hover .sub-menu, .header .row .menu-huvudmeny-container > ul > li:focus-within .sub-menu, .header .row .menu-main-menu-container > ul > li:hover .sub-menu, .header .row .menu-main-menu-container > ul > li:focus-within .sub-menu {
    opacity: 1;
    display: block;
  }
  .elementor-msie .header .row .menu-huvudmeny-container > ul > li:hover, .elementor-msie .header .row .menu-main-menu-container > ul > li:hover {
    overflow: visible;
  }
  .elementor-msie .header .row .menu-huvudmeny-container > ul > li:hover > .sub-menu, .elementor-msie .header .row .menu-main-menu-container > ul > li:hover > .sub-menu {
    opacity: 1;
  }
  .elementor-msie .header .row .menu-huvudmeny-container > ul > li:hover > .sub-menu .menu-item-has-children:hover, .elementor-msie .header .row .menu-main-menu-container > ul > li:hover > .sub-menu .menu-item-has-children:hover {
    overflow: visible;
  }
  .elementor-msie .header .row .menu-huvudmeny-container > ul > li:hover > .sub-menu .menu-item-has-children:hover > .sub-menu, .elementor-msie .header .row .menu-main-menu-container > ul > li:hover > .sub-menu .menu-item-has-children:hover > .sub-menu {
    opacity: 1;
  }
}
.header .row .menu-huvudmeny-container > ul > li a, .header .row .menu-main-menu-container > ul > li a {
  display: block;
  color: #272736;
  font-size: 1rem;
  padding: 10px;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  font-family: "Open Sans", sans-serif;
  white-space: nowrap;
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul > li a, .header .row .menu-main-menu-container > ul > li a {
    width: 100%;
    padding: 30px 20px 20px 20px;
    font-size: 1rem;
    font-weight: 500;
    margin-bottom: 15px;
    display: flex;
    height: 100%;
    justify-content: flex-start;
    margin-bottom: 0;
    padding: 0px;
    color: #000;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
  }
  .fixed.header .row .menu-huvudmeny-container > ul > li a, .fixed.header .row .menu-main-menu-container > ul > li a {
    color: #272736;
  }
  .header .row .menu-huvudmeny-container > ul > li a:after, .header .row .menu-main-menu-container > ul > li a:after {
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
  }
  .header .row .menu-huvudmeny-container > ul > li a:hover, .header .row .menu-main-menu-container > ul > li a:hover {
    color: #f3972c;
  }
  .header .row .menu-huvudmeny-container > ul > li a:hover:after, .header .row .menu-main-menu-container > ul > li a:hover:after {
    color: #f3972c;
  }
}
@media (min-width: 825px) {
  .fixed.header .row .menu-huvudmeny-container > ul > li a, .fixed.header .row .menu-main-menu-container > ul > li a {
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
  }
  .fixed.header .row .menu-huvudmeny-container > ul > li a:hover, .fixed.header .row .menu-main-menu-container > ul > li a:hover {
    color: #000;
  }
}
.header .row .menu-huvudmeny-container > ul > li .sub-menu, .header .row .menu-main-menu-container > ul > li .sub-menu {
  display: none;
  width: 100%;
  order: 100;
  padding: 0;
  margin: 0;
  list-style-type: none;
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul > li .sub-menu, .header .row .menu-main-menu-container > ul > li .sub-menu {
    z-index: 1000;
    background: #fff;
    opacity: 0;
    position: absolute;
    width: max-content;
    left: -30px;
    top: calc(100% - 3px);
    padding: 30px 30px 15px 30px;
    border-radius: 10px;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
  }
}
.header .row .menu-huvudmeny-container > ul > li .sub-menu.open, .header .row .menu-main-menu-container > ul > li .sub-menu.open {
  display: block;
}
.header .row .menu-huvudmeny-container > ul > li .sub-menu li, .header .row .menu-main-menu-container > ul > li .sub-menu li {
  position: relative;
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul > li .sub-menu li.menu-item-has-children > a, .header .row .menu-main-menu-container > ul > li .sub-menu li.menu-item-has-children > a {
    width: 100%;
  }
  .header .row .menu-huvudmeny-container > ul > li .sub-menu li.menu-item-has-children > a:hover, .header .row .menu-main-menu-container > ul > li .sub-menu li.menu-item-has-children > a:hover {
    color: #000;
  }
}
.header .row .menu-huvudmeny-container > ul > li .sub-menu li a, .header .row .menu-main-menu-container > ul > li .sub-menu li a {
  font-weight: normal;
  text-transform: none;
  color: #272736;
  padding: 10px;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul > li .sub-menu li a, .header .row .menu-main-menu-container > ul > li .sub-menu li a {
    padding: 0 0 10px 0;
    width: 100%;
  }
  .header .row .menu-huvudmeny-container > ul > li .sub-menu li a:hover, .header .row .menu-main-menu-container > ul > li .sub-menu li a:hover {
    color: #f3972c;
  }
}
.header .row .menu-huvudmeny-container > ul > li .sub-menu .sub-menu, .header .row .menu-main-menu-container > ul > li .sub-menu .sub-menu {
  position: static;
  padding: 0;
  padding-bottom: 20px;
  background: transparent;
}
.header .row .menu-huvudmeny-container > ul > li .sub-menu .sub-menu a, .header .row .menu-main-menu-container > ul > li .sub-menu .sub-menu a {
  font-weight: normal;
  align-items: flex-start;
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul > li .sub-menu .sub-menu a, .header .row .menu-main-menu-container > ul > li .sub-menu .sub-menu a {
    font-size: 1.1rem;
  }
}
.header .row .menu-huvudmeny-container > ul > li .sub-menu .sub-menu a:before, .header .row .menu-main-menu-container > ul > li .sub-menu .sub-menu a:before {
  content: "-";
  margin-right: 5px;
}
.header .row .menu-huvudmeny-container > ul > li .expand, .header .row .menu-main-menu-container > ul > li .expand {
  height: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  right: 0;
  position: absolute;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  width: 50px;
  height: 50px;
  flex-shrink: 0;
  top: 0;
  background: transparent;
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul > li .expand, .header .row .menu-main-menu-container > ul > li .expand {
    display: none;
  }
}
.header .row .menu-huvudmeny-container > ul > li .expand:before, .header .row .menu-main-menu-container > ul > li .expand:before {
  content: "";
  color: #272736;
  font-weight: bold;
  font: var(--fa-font-regular);
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul > li .expand:before, .header .row .menu-main-menu-container > ul > li .expand:before {
    color: #272736;
    margin-bottom: 0;
  }
}
.header .row .menu-huvudmeny-container > ul > li .expand.open:before, .header .row .menu-main-menu-container > ul > li .expand.open:before {
  content: "";
  font-weight: bold;
}
@media (min-width: 825px) {
  .header .row .menu-huvudmeny-container > ul > li .menu-item-75, .header .row .menu-main-menu-container > ul > li .menu-item-75 {
    display: none;
  }
}
.header .row .menu-huvudmeny-container > ul.opened, .header .row .menu-main-menu-container > ul.opened {
  right: 0;
  overflow-y: auto;
  background-color: #272736;
  top: 80px;
  padding: 0;
  max-height: calc(100% - 50px);
}
.header .row .language-switcher {
  margin-right: 60px;
  list-style-type: none;
  display: flex;
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  padding: 9px 20px;
  border-radius: 50px;
  border: 1px solid #fff;
}
.fixed.header .row .language-switcher, .opened.header .row .language-switcher {
  border-color: #272736;
  color: #272736;
}
@media (min-width: 825px) {
  .fixed.header .row .language-switcher a, .opened.header .row .language-switcher a {
    color: #fff !important;
  }
}
@media (min-width: 825px) {
  .header .row .language-switcher {
    background-color: #000;
    margin-right: 0px;
    border: 0;
    transition: 0.5s ease all;
    -webkit-transition: 0.5s ease all;
    -moz-transition: 0.5s ease all;
    -o-transition: 0.5s ease all;
  }
  .header .row .language-switcher:hover {
    background-color: black;
  }
}
.header .row .language-switcher .switch-cta {
  display: none;
}
.header .row .language-switcher a {
  color: white;
}
.fixed.header .row .language-switcher a, .opened.header .row .language-switcher a {
  border-color: #272736;
  color: #272736;
}
.header .top-menu {
  background: #272736;
  padding: 10px;
}
.header .top-menu .row {
  padding: 0;
  display: flex;
}
@media (min-width: 500px) {
  .header .top-menu .row {
    width: 100%;
    background: #272736;
    justify-content: flex-end;
  }
}
.header .top-menu .row .menu-box {
  display: block;
  text-align: center;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
@media (min-width: 500px) {
  .header .top-menu .row .menu-box {
    padding-left: 20px;
  }
}
.header .menu-toggle {
  width: 60px;
  height: 60px;
  z-index: 1000;
  cursor: pointer;
  overflow: hidden;
  -webkit-appearance: none;
  border-radius: 0;
  border: 0;
  position: absolute;
  top: 30px;
  right: 20px;
  background: transparent;
}
@media (min-width: 825px) {
  .header .menu-toggle {
    display: none;
  }
}
.fixed.header .menu-toggle span, .opened.header .menu-toggle span {
  background: #000;
}
.header .menu-toggle span {
  width: 30px;
  height: 3px;
  background: #272736;
  margin: 7px auto;
  border-radius: 2px;
  display: block;
  transition: 0.5s ease all;
  -webkit-transition: 0.5s ease all;
  -moz-transition: 0.5s ease all;
  -o-transition: 0.5s ease all;
}
.header .menu-toggle.opened span:first-child {
  transform: rotate(45deg) translate(6px, 7px);
}
.header .menu-toggle.opened span:nth-child(2) {
  transform: rotate(0) translate(100px, 0);
}
.header .menu-toggle.opened span:nth-child(3) {
  transform: rotate(-45deg) translate(7px, -8px);
}
.error404 .menu-item a {
  color: #272736 !important;
}
.error404 .menu-item a:after {
  color: #272736 !important;
}
.single .header .row .logo-link .logotype {
  opacity: initial !important;
}
.single .header .row .menu-huvudmeny-container > ul > li > a, .single .header .row .menu-huvudmeny-engelska-container > ul > li > a {
  color: #272736 !important;
}
