/* fonts */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  src: local("Montserrat Light"), local("Montserrat-Light"), url("fonts/Montserrat-Light.woff") format("woff"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: local("Montserrat Regular"), local("Montserrat-Regular"), url("fonts/Montserrat-Regular.woff") format("woff"); }
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 400;
  src: local("Montserrat Medium Italic"), local("Montserrat-MediumItalic"), url("fonts/Montserrat-Regular.ttf") format("truetype"); }
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: local("Montserrat Bold"), local("Montserrat-Bold"), url("fonts/Montserrat-Bold.woff") format("woff"); }
@font-face {
  font-family: 'Montserrat';
  font-style: italic;
  font-weight: 900;
  src: local("Montserrat Black"), local("Montserrat-Black"), url("fonts/Montserrat-Black.woff") format("woff"); }
@font-face {
  font-family: 'LeagueGothic';
  font-style: normal;
  font-weight: 600;
  src: url("fonts/LeagueGothic-Regular.otf") format("opentype"); }
/* colors */
/* fonts */
/* breakpoints */
html {
  box-sizing: border-box;
  font-size: 100%;
  height: 100%;
  min-height: 100%;
  scroll-behavior: smooth;
  vertical-align: baseline; }

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

body {
  background: white;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  height: 100%;
  line-height: 1.4;
  margin: 0;
  min-height: 100%;
  padding: 0; }

article,
header,
section {
  display: block; }

a {
  background-color: transparent;
  border: none;
  color: #a80073;
  text-decoration: underline; }
  a:hover {
    color: black; }

img {
  border-style: none;
  display: inline-block;
  height: auto;
  max-width: 100%;
  vertical-align: middle; }

h2,
h3,
h4,
h5 {
  color: black;
  font-family: "Montserrat", sans-serif;
  line-height: 1.1;
  padding: 0; }
  @media screen and (min-width: 48em) {
    h2,
    h3,
    h4,
    h5 {
      line-height: 1.25; } }

h1 {
  color: black;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
  padding: 2rem 0; }
  @media screen and (min-width: 48em) {
    h1 {
      font-size: 55px; } }

h2 {
  border-bottom: #db0096 solid 0.8rem;
  font-family: "LeagueGothic", sans-serif;
  font-size: 30px;
  font-weight: 900;
  line-height: 0.6;
  margin: 1rem 0 1rem;
  padding: 1rem 0 0;
  text-transform: uppercase; }
  @media screen and (min-width: 48em) {
    h2 {
      border-bottom: #db0096 solid 1.2rem;
      font-size: 43px;
      margin: 0 0 2rem;
      padding: 4.5rem 0 0; } }

h3 {
  font-size: 29px;
  font-weight: 700;
  margin-bottom: 0;
  padding: 1.3rem 0 0; }

h4 {
  font-size: 23px;
  font-weight: 700;
  padding: 1.3rem; }

h5 {
  font-size: 18px;
  font-weight: 700;
  padding: 1rem 0; }

p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: 1rem;
  padding: 0;
  position: relative; }
  @media screen and (max-width: 34em) {
    p {
      margin: 0 4% 1rem; } }

ul {
  margin: 0 0 1rem 2rem; }
  ul li {
    line-height: 1.4;
    margin-bottom: 0.5rem; }
    ul li ul {
      margin: 0.5rem 0 1rem 1.3rem; }

ol {
  padding: 0 0 0 1rem; }

hr {
  border: 1px solid #a80073;
  margin: 1rem 0 1.5rem;
  max-width: 30rem; }

blockquote {
  border-left: 0.7rem solid #595959;
  margin-bottom: 2.3rem;
  padding-left: 2rem;
  padding-right: 3rem; }

.visually-hidden {
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px; }

.container {
  margin-left: auto;
  margin-right: auto;
  padding: 2% 0; }
  @media screen and (min-width: 48em) {
    .container {
      width: 750px; } }
  @media screen and (min-width: 66em) {
    .container {
      width: 800px; } }

.hidden {
  display: none;
  opacity: 0; }

.griddy {
  display: grid;
  grid-column-gap: 0;
  grid-row-gap: 0;
  grid-template-columns: 20% 80%;
  grid-template-rows: auto; }
  @media screen and (min-width: 48em) {
    .griddy {
      grid-template-columns: 10% 90%; } }

.flex-parent {
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0;
  padding: 0;
  width: 100%; }
  @media screen and (max-width: 48em) {
    .flex-parent {
      flex-direction: column; } }

.flex-child {
  height: auto;
  margin: 0;
  flex-grow: 1;
  text-align: left;
  width: 50%; }
  @media screen and (max-width: 34em) {
    .flex-child {
      width: 100%; } }
  .flex-child:nth-child(1) {
    padding-right: 1rem; }
  .flex-child:nth-child(2) {
    padding-left: 1rem; }

.dropdowns {
  width: 100%; }
  .dropdowns ul {
    background: none;
    display: inline-block;
    list-style: none;
    margin: 0;
    padding-left: 0;
    width: 100%; }
    .dropdowns ul li {
      color: black;
      display: block;
      float: left;
      padding: 1rem;
      position: relative;
      text-decoration: none;
      transition-duration: 0.5s; }
      .dropdowns ul li a {
        color: black; }
      .dropdowns ul li:hover {
        color: white;
        cursor: pointer; }

.button-style,
button {
  background: #db0096;
  border: none;
  clear: both;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  margin: 1rem auto;
  max-width: 23rem;
  min-width: 10rem;
  padding: 1rem;
  text-align: center;
  text-decoration: none;
  transition: all 0.2s; }
  .button-style:hover,
  button:hover {
    background: black;
    color: white; }

.button a,
button a {
  background: transparent;
  color: white;
  margin: 0;
  padding: 0;
  text-decoration: none;
  text-transform: uppercase;
  width: unset; }
  .button a:hover,
  button a:hover {
    background-color: transparent;
    color: white; }

.page-wrapper {
  margin: 0 auto 1rem;
  max-width: 800px;
  width: 95%; }
  @media screen and (min-width: 48em) {
    .page-wrapper {
      width: 100%; } }
  .page-wrapper header {
    background: #a1a1a1; }
  .page-wrapper .main-content {
    margin: 0 auto; }
    @media screen and (min-width: 48em) {
      .page-wrapper .main-content {
        margin: 0;
        padding-top: 3rem; } }
  .page-wrapper aside {
    font-size: 0.8rem;
    font-weight: bold;
    text-transform: uppercase; }
    .page-wrapper aside ol li {
      padding-bottom: 1rem; }

@media screen and (min-width: 48em) {
  .home .intro h2 {
    margin: 0;
    padding: 0; } }
@media screen and (min-width: 48em) {
  .home .flex-child:nth-child(2) {
    padding-top: 0.5rem;
    width: 30%; } }
.home .learn-section,
.home .readings {
  align-content: space-between;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  .home .learn-section a,
  .home .readings a {
    background-color: black;
    color: white;
    display: inline-block;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 1rem;
    padding: 1rem;
    text-decoration: none;
    text-transform: uppercase; }
    @media screen and (min-width: 48em) {
      .home .learn-section a,
      .home .readings a {
        margin: 0 auto 1rem;
        width: 100%; } }
    .home .learn-section a:hover,
    .home .readings a:hover {
      background-color: #db0096;
      color: white;
      transition: all 0.2s; }
.home .learn-section,
.home .readings-section {
  display: flex;
  flex-grow: 0;
  gap: 0 0.7rem;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .home .learn-section,
    .home .readings-section {
      flex-direction: column;
      width: 23%; } }
  .home .learn-section img,
  .home .readings-section img {
    background: #db0096;
    height: auto;
    padding: 0.5rem; }
.home .learn-section a {
  padding: 0;
  width: 100%; }
  .home .learn-section a img {
    width: 100%; }
.home .learn-section span {
  display: block;
  margin: 1rem; }

.page-wrapper .main-content {
  margin-top: 0;
  padding-top: 0; }
  @media screen and (min-width: 48em) {
    .page-wrapper .main-content {
      margin-top: 3rem;
      padding-top: 3rem; } }
  .page-wrapper .main-content h3 {
    margin: 0;
    padding: 0; }
    .page-wrapper .main-content h3 a {
      color: black;
      font-size: 29px;
      text-decoration: none; }
      .page-wrapper .main-content h3 a:hover {
        color: #db0096;
        text-decoration: none; }

.flex-parent {
  column-gap: 1rem; }
  .flex-parent .flex-child:nth-child(1) {
    padding-right: 0;
    width: 100%; }
    @media screen and (min-width: 48em) {
      .flex-parent .flex-child:nth-child(1) {
        width: 25%; } }
  .flex-parent .flex-child:nth-child(2) {
    padding-left: 0;
    width: 100%; }
    @media screen and (min-width: 48em) {
      .flex-parent .flex-child:nth-child(2) {
        width: 30%; } }

.moderation-page .flex-child:nth-child(2) {
  width: 30%; }

.learn-list {
  display: flex;
  flex-direction: column;
  flex-grow: 0;
  gap: 0 0.5rem;
  margin-bottom: 2rem;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .learn-list {
      flex-direction: row; } }
  .learn-list .learn-image {
    background: #db0096;
    display: grid;
    height: 8rem;
    margin: 0.5rem 0 1rem;
    padding: 0.5rem;
    place-items: center;
    width: 100%; }
    @media screen and (min-width: 48em) {
      .learn-list .learn-image {
        margin: 0.5rem 0 0;
        width: 25%; } }
    .learn-list .learn-image img {
      display: block;
      margin: 0 auto;
      width: 5rem; }
  .learn-list .learn-summary {
    padding-left: 0;
    width: 100%; }
    @media screen and (min-width: 48em) {
      .learn-list .learn-summary {
        padding-left: 1.5rem;
        width: 75%; } }
    .learn-list .learn-summary p {
      margin-left: 0; }

.appeal-page .flex-child:nth-child(2) {
  width: 70%; }

.about-page h3 {
  padding: 0; }
  .about-page h3 a {
    color: black;
    font-size: 29px;
    text-decoration: none; }
    .about-page h3 a:hover {
      color: #db0096; }
.about-page h4 {
  margin: 0;
  padding-bottom: 0;
  padding-left: 0; }
.about-page p {
  margin-top: 0; }
.about-page li {
  font-weight: bold;
  margin-left: 1.2rem; }

.back {
  color: #db0096;
  font-size: 0.9rem;
  font-weight: bold;
  margin-top: 1rem;
  text-decoration: none;
  text-transform: uppercase; }
  @media screen and (min-width: 48em) {
    .back {
      margin-top: 0; } }

.articles-section .flex-child:nth-child(1) {
  margin: 0 0 1rem;
  padding-left: 0;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .articles-section .flex-child:nth-child(1) {
      margin-top: 0.3rem;
      width: 30%; } }
  .articles-section .flex-child:nth-child(1) ul {
    color: #db0096;
    font-size: 0.8rem;
    font-weight: bold;
    margin-bottom: 1rem;
    list-style: none;
    text-transform: uppercase; }
    .articles-section .flex-child:nth-child(1) ul li {
      margin-bottom: 1rem; }
    .articles-section .flex-child:nth-child(1) ul a {
      text-decoration: none; }
.articles-section .flex-child:nth-child(2) {
  padding-left: 0;
  width: 100%; }
  @media screen and (min-width: 48em) {
    .articles-section .flex-child:nth-child(2) {
      margin-top: 0;
      width: 65%; } }

.article-part {
  border-bottom: 2px solid #969696;
  padding: 3rem 0 1rem; }
  .article-part h4 {
    margin: 0;
    padding: 0; }

.article-level {
  color: #a80073;
  font-weight: bold;
  text-transform: uppercase; }

.article-from {
  color: #969696;
  font-weight: bold;
  text-transform: uppercase; }

h4 {
  padding: 0; }
  h4 a {
    color: black;
    text-decoration: none; }

.article-date {
  margin-bottom: 1rem;
  text-transform: uppercase; }

.article-categories {
  margin: 2rem 0 4rem; }
  .article-categories .article-cat {
    border: 2px solid #a80073;
    color: #a80073;
    font-size: 0.9rem;
    font-weight: bold;
    line-height: 3;
    padding: 0.5rem;
    text-transform: uppercase; }

.image-wrapper {
  padding: 1em 0; }
  @media screen and (min-width: 48em) {
    .image-wrapper {
      float: right;
      min-width: 50%;
      padding: 0 2em; } }

.top {
  background-color: white;
  bottom: 0.5rem;
  color: black;
  position: fixed;
  right: 0;
  text-align: center; }
  .top a {
    border: 0;
    color: black;
    font-size: 0.8rem;
    text-decoration: none; }

footer {
  background: black;
  clear: both;
  color: white;
  display: none;
  font-size: 1.1rem;
  font-weight: 600;
  text-transform: uppercase;
  width: 100%; }
  @media screen and (min-width: 48em) {
    footer {
      display: block; } }
  footer a {
    color: white;
    text-decoration: none; }
    footer a:hover {
      color: #fa00ab; }
  footer .footer-logo {
    margin: 0;
    width: 100%; }
    footer .footer-logo img {
      height: 5rem; }
  footer .swedish-logo {
    font-weight: normal;
    margin-top: 3rem;
    text-transform: none;
    width: 50%; }
    footer .swedish-logo img {
      height: 3rem;
      margin-top: 3px; }
  footer span {
    font-size: 0.8rem;
    line-height: 1.25;
    padding-top: 0.1rem; }
  footer .griddy {
    grid-column-gap: 1%;
    grid-template-columns: 24% 24% 24% 24%; }
    footer .griddy:last-child {
      margin-left: 3%; }
  footer .swedish-logo.griddy {
    grid-template-columns: 25% 75%; }
  footer hr {
    max-width: none; }
  footer .footer-wrapper {
    padding-top: 2rem; }
    footer .footer-wrapper .footer-nav {
      display: grid;
      grid-column-gap: 1%;
      grid-template-columns: 50% 50%;
      margin-top: 3rem;
      width: 50%; }
      footer .footer-wrapper .footer-nav ul {
        line-height: 1;
        margin: 0;
        padding: 0; }
      footer .footer-wrapper .footer-nav li {
        line-height: 1.25;
        list-style: none;
        margin: 0; }
      footer .footer-wrapper .footer-nav a {
        border: none;
        color: #fa00ab;
        text-decoration: none;
        text-transform: none; }
        footer .footer-wrapper .footer-nav a:hover {
          color: white; }

.ui-menu {
  display: block;
  list-style: none;
  margin: 0;
  outline: 0;
  padding: 0; }

.ui-selectmenu-menu {
  display: none;
  left: 0;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0; }
  .ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px; }
    .ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
      border: 0;
      font-size: 1rem;
      font-weight: bold;
      height: auto;
      line-height: 1.5;
      margin: 0.5rem 0 0;
      padding: 2px 0.4rem; }

.ui-selectmenu-open {
  display: block; }

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis; }

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em; }

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0; }

.ui-icon {
  height: 16px;
  width: 16px; }

.ui-widget-content {
  background: white; }

.ui-selectmenu-text {
  display: inline-block; }

.ui-selectmenu-button {
  background: #fff;
  border: 0.13rem solid #2b2b2b;
  border-radius: 0;
  color: #2b2b2b;
  display: inline-block;
  padding: 0.3rem 0 0 0.5rem;
  position: relative; }
  .ui-selectmenu-button .ui-icon {
    background-image: url("images/arrow-right.svg");
    background-position: left;
    background-repeat: no-repeat;
    background-size: 65%;
    position: absolute;
    right: 1px;
    top: 5px; }
  .ui-selectmenu-button:hover .ui-icon {
    background-image: url("images/arrow-down.svg");
    background-size: 100%;
    right: 3px; }

.ui-menu .ui-menu-item {
  padding-left: 0.6rem; }
  .ui-menu .ui-menu-item a {
    border: 0;
    color: #2b2b2b;
    font-size: .8rem;
    padding: 0.4rem 2.1rem 0.4rem 1rem;
    text-decoration: none;
    text-transform: uppercase; }
.ui-menu .ui-menu-item .ui-state-focus {
  background: #a1a1a1;
  border: 0.01rem solid #a1a1a1;
  border-radius: 0;
  color: #2b2b2b; }

.ui-selectmenu-menu .ui-menu {
  max-height: 65vh; }

body {
  margin-top: 30px; }

header {
  padding: 0 3%; }
  @media screen and (min-width: 48em) {
    header {
      padding: 0; } }
  header img {
    margin: 3rem auto 1rem;
    padding-right: 1rem; }

.bar {
  background: black;
  color: white;
  display: block;
  font-size: 14.4px;
  height: 30px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 11; }
  .bar .container {
    padding: 2px 0 0; }
  .bar a {
    color: #a80073;
    text-transform: uppercase; }
  .bar a:hover {
    color: white; }
  .bar img {
    margin: 4px 0.8rem;
    width: 85px; }
    @media screen and (min-width: 48em) {
      .bar img {
        margin: 4px 0 0; } }

nav {
  background-color: white;
  display: none;
  height: 60px;
  left: 0;
  position: relative;
  text-align: center;
  top: 30px;
  width: 100%;
  z-index: 10; }
  @media screen and (min-width: 48em) {
    nav {
      display: block; } }
  nav ul {
    display: flex;
    font-size: 0.75rem;
    height: 2rem;
    justify-content: space-between;
    line-height: 1rem;
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%; }
    @media screen and (min-width: 48em) {
      nav ul {
        max-width: 1024px; } }
    nav ul li {
      color: white;
      display: none;
      font-size: 1.1rem;
      font-weight: 700;
      text-align: left;
      text-transform: uppercase; }
      @media screen and (min-width: 48em) {
        nav ul li {
          display: inline-block;
          flex-grow: 0;
          font-size: 0.85rem;
          margin: 0 auto;
          width: 33%; } }
    nav ul li.close-menu {
      display: none !important; }
    nav ul a {
      background: linear-gradient(90deg, black 91.5%, white 50%);
      border-bottom: 1.3rem solid #db0096;
      color: white;
      display: inline-block;
      padding: 8px 10px;
      text-decoration: none;
      width: 90%; }
      nav ul a:hover {
        background: linear-gradient(90deg, #db0096 90%, white 50%);
        border-bottom-color: black;
        color: white;
        padding: 10px;
        text-decoration: none; }

body.pages-section:not(.page-1) nav ul li:nth-child(2) a {
  background: linear-gradient(90deg, #db0096 90%, white 50%);
  border-bottom-color: black;
  color: white;
  padding: 10px;
  text-decoration: none; }

body.page-1 nav ul li:nth-child(1) a {
  background: linear-gradient(90deg, #db0096 90%, white 50%);
  border-bottom-color: black;
  color: white;
  padding: 10px;
  text-decoration: none; }

body.readings-section nav ul li:nth-child(3) a {
  background: linear-gradient(90deg, #db0096 90%, white 50%);
  border-bottom-color: black;
  color: white;
  padding: 10px;
  text-decoration: none; }

body.blog-section nav ul li:nth-child(4) a {
  background: linear-gradient(90deg, #db0096 90%, white 50%);
  border-bottom-color: black;
  color: white;
  padding: 10px;
  text-decoration: none; }

.tracking {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase; }

.tagline {
  display: block;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.25;
  padding: 0.5rem 1% 0 0; }
  @media screen and (min-width: 48em) {
    .tagline {
      padding: 0.5rem 0 0; } }
  .tagline .pink {
    color: #db0096; }

.language-picker {
  color: #db0096;
  cursor: pointer;
  float: right;
  justify-self: end;
  margin: 0 7rem 0 0;
  position: relative;
  text-align: left;
  width: 4rem;
  z-index: 30; }
  @media screen and (min-width: 48em) {
    .language-picker {
      margin: 0;
      width: 10rem; } }
  .language-picker ul {
    float: right;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 30; }
    .language-picker ul li {
      background-color: #db0096;
      color: white;
      display: none;
      font-size: 0.77rem;
      font-weight: bold;
      list-style-image: url("");
      list-style-type: none;
      margin: 0;
      padding: 0.2rem 0 0.1rem;
      position: relative;
      text-align: center;
      text-transform: uppercase;
      width: 8rem;
      z-index: 99; }
      @media screen and (min-width: 48em) {
        .language-picker ul li {
          font-size: 0.99rem;
          width: 10rem; } }
      .language-picker ul li.current {
        background: url("/images/globe-black.svg") 10% 3px no-repeat, url("/images/arrow-down.svg") 90% 7px no-repeat;
        background-color: black;
        background-repeat: no-repeat;
        background-size: 15px, 15px;
        border: 1px black solid;
        display: block;
        margin: 0;
        text-align: center; }
        @media screen and (min-width: 48em) {
          .language-picker ul li.current {
            background: url("/images/globe.svg") 10% 6px no-repeat, url("/images/arrow-right.svg") 8.5rem 6px no-repeat;
            background-color: black;
            background-repeat: no-repeat;
            background-size: 15px, 6%;
            border: none;
            padding-right: 5px; }
            .language-picker ul li.current:hover {
              background: url("/images/globe.svg") 10% 6px no-repeat, url("/images/arrow-down.svg") 90% 8px no-repeat;
              background-size: 15px, 15px; } }
      .language-picker ul li a {
        color: white;
        text-decoration: none; }
      .language-picker ul li:first-of-type {
        margin-bottom: 0.05rem; }

#mobile-nav {
  background-color: black;
  color: white;
  display: block;
  font-weight: bold;
  height: 100%;
  overflow: hidden;
  position: fixed;
  right: 0;
  text-transform: uppercase;
  top: 0;
  transition: width 0.3s ease;
  width: 0;
  z-index: 100; }
  #mobile-nav .mobile-logo {
    margin: 1rem 0; }
    #mobile-nav .mobile-logo img {
      margin-left: -0.5rem; }
  #mobile-nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0 1rem 1rem 1.25rem; }
    #mobile-nav ul li {
      line-height: 1.25;
      margin-bottom: 0;
      text-transform: none; }
  #mobile-nav ul.magenta-nav {
    background: #db0096;
    list-style-type: none;
    margin: 0;
    padding: 1rem 2.5rem; }
    #mobile-nav ul.magenta-nav li {
      margin-bottom: 0.5rem; }
    #mobile-nav ul.magenta-nav li:first-child {
      margin-top: 2rem; }
    #mobile-nav ul.magenta-nav a {
      text-transform: uppercase; }
  #mobile-nav hr {
    border: 2px solid white;
    margin: 0; }
  #mobile-nav a {
    border: 0;
    color: white;
    font-weight: bold;
    text-decoration: none; }
  #mobile-nav a.open-menu {
    display: none; }
  #mobile-nav .close-menu a {
    text-decoration: none; }
  #mobile-nav .social-media {
    margin-left: 2.5rem; }
    #mobile-nav .social-media img {
      height: auto;
      margin-right: 0.7rem;
      width: 30px; }

#mobile-nav:target {
  width: 260px; }

#mobile-nav:target + .page-wrapper {
  position: relative; }
  #mobile-nav:target + .page-wrapper a.open-menu {
    display: none; }
  #mobile-nav:target + .page-wrapper .close-menu {
    display: block; }
  #mobile-nav:target + .page-wrapper .main-nav {
    position: relative; }

#mobile-nav:not(:target) + .page-wrapper {
  right: 0; }

a.open-menu {
  border: none;
  color: #db0096;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 0.8;
  position: fixed;
  right: 1rem;
  text-decoration: none;
  top: 0;
  z-index: 99;
  z-index: 1000; }
  @media screen and (min-width: 48em) {
    a.open-menu {
      display: none; } }
  a.open-menu:hover {
    cursor: pointer; }

.close-menu {
  color: rgba(255, 255, 255, 0.9);
  font-size: 3rem;
  position: absolute;
  right: 6px;
  top: -12px; }
  .close-menu:hover {
    cursor: pointer; }

.share-links.mobile {
  clear: both;
  display: block;
  margin: 1rem auto 2rem;
  text-align: center; }
  .share-links.mobile > a {
    border: none;
    display: inline-block;
    height: 4rem;
    overflow: hidden;
    position: relative;
    width: 4rem; }
    .share-links.mobile > a i {
      background-color: white;
      background-size: 4rem;
      display: inline-block;
      height: 4rem;
      position: relative;
      width: 4rem;
      z-index: 2; }
    .share-links.mobile > a:nth-child(1) {
      margin-right: 2rem; }
    .share-links.mobile > a span {
      background-color: #ec1e1e;
      box-sizing: content-box;
      display: inline-block;
      font-size: 1.2rem;
      height: 4rem;
      line-height: 4rem;
      opacity: 0.9;
      padding-left: 1rem;
      position: absolute;
      right: 0;
      text-align: left;
      text-transform: uppercase;
      top: 0;
      visibility: hidden;
      width: 14.7rem;
      z-index: 1; }
  .share-links.mobile > a.share-facebook i {
    background: url("images/icon-facebook.svg") no-repeat; }
  .share-links.mobile > a.share-twitter i {
    background: url("images/icon-twitter.svg") no-repeat; }

.share-links.desktop {
  display: none;
  left: 0;
  position: absolute;
  top: 22.5rem;
  z-index: 3; }
  .share-links.desktop > a {
    border: none;
    display: block;
    height: 3rem;
    left: 0;
    margin-top: 1rem;
    overflow: visible;
    position: relative;
    width: 3rem; }
    .share-links.desktop > a:hover, .share-links.desktop > a:focus {
      opacity: 0.8;
      transition: width 130ms;
      width: 22rem; }
      .share-links.desktop > a:hover i, .share-links.desktop > a:focus i {
        left: 0;
        position: absolute;
        z-index: 2; }
        .share-links.desktop > a:hover i:after, .share-links.desktop > a:hover i:before, .share-links.desktop > a:focus i:after, .share-links.desktop > a:focus i:before {
          display: none;
          right: 0;
          transform: none; }
      .share-links.desktop > a:hover span, .share-links.desktop > a:focus span {
        visibility: visible; }
    .share-links.desktop > a:nth-child(2) {
      margin-top: 1.5rem; }
  .share-links.desktop > a i {
    background-color: none;
    background-size: 3rem;
    display: inline-block;
    height: 3rem;
    position: relative;
    width: 3rem;
    z-index: 2; }
  .share-links.desktop > a.share-facebook i {
    background: url("images/icon-facebook.svg") no-repeat; }
  .share-links.desktop > a.share-twitter i {
    background: url("images/icon-twitter.svg") no-repeat; }
  .share-links.desktop > a span {
    background-color: white;
    box-sizing: content-box;
    color: black;
    display: inline-block;
    font-size: 1.2rem;
    height: 2.5rem;
    line-height: 2.5rem;
    opacity: 0.9;
    padding-left: 0;
    position: absolute;
    right: 0;
    text-align: left;
    text-transform: uppercase;
    top: 0;
    visibility: hidden;
    width: 15.7rem;
    z-index: 1; }

@media screen and (min-width: 66em) {
  .share-links.mobile {
    display: none; }

  .share-links.desktop {
    display: block; } }
form {
  background: #a1a1a1;
  margin: 0 auto;
  padding: 2rem; }
  form label {
    font-size: 1rem;
    line-height: 1.7rem;
    text-transform: uppercase; }
  form input[type=text],
  form input[type=email],
  form textarea {
    border: 0;
    color: #2b2b2b;
    font-weight: 300;
    padding: .5rem;
    width: 100%; }
    form input[type=text]::placeholder,
    form input[type=email]::placeholder,
    form textarea::placeholder {
      color: #2d2d2d; }
  form input[type=file] {
    appearance: none;
    color: #2b2b2b;
    font-size: .8rem;
    text-transform: uppercase; }

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  left: -9999px;
  position: absolute; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  cursor: pointer;
  padding-left: 1.95rem;
  position: relative; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  background: #fff;
  border: 2px solid #db0096;
  box-shadow: none;
  content: '';
  display: block;
  height: 1.25em;
  left: 0;
  position: absolute;
  top: 0;
  width: 1.25em; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  background-image: url("/images/circle.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 12px;
  border: 1px solid #db0096;
  content: '';
  height: 1.25em;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 0.1s linear;
  width: 1.25em; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

label {
  color: #fa00ab;
  display: inline-block;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.4rem;
  margin-bottom: 1rem;
  text-transform: uppercase; }

label:hover {
  color: #a80073; }

input[type="radio"] {
  display: none; }

input[type="radio"] + label span {
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  height: 19px;
  margin: -1px 4px 0 0;
  vertical-align: middle;
  width: 9px; }

input[type="radio"] + label span {
  background-color: white; }

input[type="radio"]:checked + label span {
  background: #2b2b2b;
  border: 4px solid #fff; }

input[type="radio"] + label span,
input[type="radio"]:checked + label span {
  transition: background-color 0.1s linear; }

html[dir="rtl"] .lang-switcher {
  margin: 3px 0 0 7rem; }
  @media screen and (min-width: 48em) {
    html[dir="rtl"] .lang-switcher {
      margin: 3px 0 0; } }
html[dir="rtl"] nav ul li {
  text-align: right; }
  html[dir="rtl"] nav ul li a {
    background: linear-gradient(-90deg, black 91.5%, white 50%);
    padding-right: 1rem; }
html[dir="rtl"] body.pages-section nav ul li:nth-child(2) a,
html[dir="rtl"] body.articles-section nav ul li:nth-child(3) a,
html[dir="rtl"] body.blog_posts-section nav ul li:nth-child(4) a {
  background: linear-gradient(-90deg, #db0096 90%, white 50%);
  border-bottom-color: black;
  color: white;
  padding: 10px 1rem 10px 10px;
  text-decoration: none; }
html[dir="rtl"] .flex-child {
  text-align: right; }
html[dir="rtl"] h2 {
  line-height: 1.2; }
html[dir="rtl"] .pages-section #main-content h3 {
  margin: 2rem 0 1rem; }
html[dir="rtl"] .share-links.desktop {
  right: 0; }
  html[dir="rtl"] .share-links.desktop > a {
    right: 0; }
    html[dir="rtl"] .share-links.desktop > a:hover, html[dir="rtl"] .share-links.desktop > a:focus {
      width: 20rem; }
      html[dir="rtl"] .share-links.desktop > a:hover i, html[dir="rtl"] .share-links.desktop > a:focus i {
        left: unset;
        right: 0; }
      html[dir="rtl"] .share-links.desktop > a:hover i:after,
      html[dir="rtl"] .share-links.desktop > a:hover i:before, html[dir="rtl"] .share-links.desktop > a:focus i:after,
      html[dir="rtl"] .share-links.desktop > a:focus i:before {
        left: 0;
        right: unset; }
  html[dir="rtl"] .share-links.desktop > a span {
    font-size: 1.4rem;
    left: 0;
    line-height: 1.5;
    right: unset;
    text-align: right; }
html[dir="rtl"] .blog_posts-section .flex-child:nth-child(1) {
  margin: 0;
  padding: 0;
  width: 100%; }
  @media screen and (min-width: 48em) {
    html[dir="rtl"] .blog_posts-section .flex-child:nth-child(1) {
      margin: 0 0 0 1rem;
      width: 22%; } }
html[dir="rtl"] .menu-logo {
  left: unset;
  right: 9px; }
html[dir="rtl"] .open-menu {
  left: 15px;
  right: unset; }
html[dir="rtl"] .close-menu {
  left: 9px;
  right: unset; }
html[dir="rtl"] #off-canvas {
  left: 0;
  right: unset; }
  html[dir="rtl"] #off-canvas ul {
    margin-right: 2.5em; }
html[dir="rtl"] #off-canvas:target + .page-wrapper {
  left: 260px;
  right: unset; }
html[dir="rtl"] #off-canvas:not(:target) + .page-wrapper {
  left: 0;
  right: unset; }

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