/* Using global sytles is not recommended, prefer local styles via CSS Modules */

/*
 * box model like it should be
 *
 * http://www.paulirish.com/2012/box-sizing-border-box-ftw/
 */
html { box-sizing: border-box; }

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

/*
 * kill document defaults margin & padding. We all do that all the time, right ?
 */
html,
body {
  margin: 0;
  padding: 0;
}

/*
 * page styles
 */
html {
  min-height: 100%;
}

body {
  font-size: 1rem;
  line-height: 1.5rem;

  /* system font https://medium.com/designing-medium/system-shock-6b1dc6d6596f */
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}

/*
 * .phenomic-HeadingAnchor
 *
 * anchors for markdown headings, generated via markdown renderer, so require
 * global styling
 */

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
}

.phenomic-HeadingAnchor {
  display: inline-block;
  text-align: center;
  margin-left: -1.8rem;
  margin-right: 0.4rem;
  width: 1.4rem;
  line-height: 1.4rem;
  text-decoration: none;
  opacity: 0.1;
  transition: opacity 0.2s
}

h1:hover .phenomic-HeadingAnchor,
h2:hover .phenomic-HeadingAnchor,
h3:hover .phenomic-HeadingAnchor,
h4:hover .phenomic-HeadingAnchor,
h5:hover .phenomic-HeadingAnchor,
h6:hover .phenomic-HeadingAnchor { opacity: 1; }

/* minimal styling, prefer removing this and use local styles */
a {
  color: #0e63e3;
}

/* handy for content */
img {
  max-width: 100%;
}

h3 {
  font-weight: bold !important;
}
/**
 * You can try all official Highlight.js theme here
 *
 * https://highlightjs.org/static/demo/
 *
 * More themes here
 *
 * https://github.com/isagalaev/highlight.js/tree/master/src/styles
 */

/*

Atom One Dark by Daniel Gamage
Original One Dark Syntax theme from https://github.com/atom/one-dark-syntax

base:    #282c34
mono-1:  #abb2bf
mono-2:  #818896
mono-3:  #5c6370
hue-1:   #56b6c2
hue-2:   #61aeee
hue-3:   #c678dd
hue-4:   #98c379
hue-5:   #e06c75
hue-5-2: #be5046
hue-6:   #d19a66
hue-6-2: #e6c07b

*/

.hljs {
  display: block;
  overflow-x: auto;
  padding: 0.5em;
  color: #abb2bf;
  background: #282c34;
}

.hljs-comment,
.hljs-quote {
  color: #5c6370;
  font-style: italic;
}

.hljs-doctag,
.hljs-keyword,
.hljs-formula {
  color: #c678dd;
}

.hljs-section,
.hljs-name,
.hljs-selector-tag,
.hljs-deletion,
.hljs-subst {
  color: #e06c75;
}

.hljs-literal {
  color: #56b6c2;
}

.hljs-string,
.hljs-regexp,
.hljs-addition,
.hljs-attribute,
.hljs-meta-string {
  color: #98c379;
}

.hljs-built_in,
.hljs-class .hljs-title {
  color: #e6c07b;
}

.hljs-attr,
.hljs-variable,
.hljs-template-variable,
.hljs-type,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo,
.hljs-number {
  color: #d19a66;
}

.hljs-symbol,
.hljs-bullet,
.hljs-link,
.hljs-meta,
.hljs-selector-id,
.hljs-title {
  color: #61aeee;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-link {
  text-decoration: underline;
}
/* GLOBAL STYLES ! */
@font-face {
    font-family: "Avenir";
    src: url("/assets/fonts/AvenirNextLTPro-UltLt.otf");
    font-weight: lighter;
}
@font-face {
    font-family: "Avenir";
    src: url("/assets/fonts/AvenirNextLTPro-Regular.otf");
}
@font-face {
    font-family: "Avenir";
    src: url("/assets/fonts/AvenirNextLTPro-Bold.otf");
    font-weight: bold;
}
@font-face {
    font-family: "Rooney";
    src: url("/assets/fonts/Rooney-RegularItalic.otf");
    font-style: normal, italic, oblique;
}
@font-face {
    font-family: "Rooney";
    src: url("/assets/fonts/Rooney-Bold.otf");
    font-weight: bold;
}

img { -ms-interpolation-mode: bicubic; }

body {
  margin: 0;

  font-size: 1rem;
  line-height: 1.5rem;

  /* stylelint-disable value-list-comma-newline-after */

  /* system font https://medium.com/designing-medium/system-shock-6b1dc6d6596f */
  font-family:
    "Avenir", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu,
    Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;

  /* stylelint-enable */
}

a {
  color: #714988;
  text-decoration: none
}

a:hover {
    text-decoration: underline;
}

hr {
  border: 0;
  border-bottom: 1px solid #e6e6e6;
}

h1,
h2,
h3,
h4 {
  font-weight: 200;
  margin-bottom: 1rem;
  margin-top: 2rem;
  padding-bottom: 0.5rem;
}

h1 > a, h2 > a, h3 > a, h4 > a {
    display: none;
}

h2 {
  margin-top: 4rem;
  border-bottom: 1px solid #e6e6e6;
}

h1 {
  color: #522974;
  margin: 2rem 0;
  font-size: 40px;
  line-height: 48px;
  font-weight: 600;
}
h4 {
  font-weight: 600;
}

p a {
  text-decoration: underline;
}

img {
  max-width: 100%;
  display: inline-block;
}

ol {
  counter-reset: li; /* Initiate a counter */
  list-style: none; /* Remove default numbering */
  *list-style: decimal;
}

ol li {
  position: relative;
  min-height: 3rem;
  padding-left: 0.5rem;
  margin-bottom: 1.5rem;
}

@media screen\0 {

	ol li:before {
		padding-top: 24px;
	}
}

ol li:before{

  content: counter(li);
  counter-increment: li;
  position: absolute;
  left: -40px;
  left: -2.5rem;
  top: 0;
  height: 48px;
  height: 3rem;
  line-height: 56px;
  line-height: 3.5rem;
  font-size: 50px;
  color: #b0b0b0;
}

li > p > strong {
  display: block;
  padding-bottom: 0.5rem;
}

/* for .phenomic-HeadingAnchor */
h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
}

.phenomic-HeadingAnchor {
  position: absolute;
  left: -1.5rem;
  opacity: 0.1;
  transition: opacity 0.2s
}

h1:hover .phenomic-HeadingAnchor,
h2:hover .phenomic-HeadingAnchor,
h3:hover .phenomic-HeadingAnchor,
h4:hover .phenomic-HeadingAnchor,
h5:hover .phenomic-HeadingAnchor,
h6:hover .phenomic-HeadingAnchor {
    opacity: 1;
}

blockquote {
  opacity: 0.7;
  margin: 2rem 0;
}

/* local styles */

.kNNZH {
  /* placeholder */
}
.bA3Vx {
  list-style: none;
  padding: 0;
}
.bA3Vx ._1a7Cg {
  display: inline-block;
}
.bA3Vx ._1a7Cg + ._1a7Cg::before {
  content: '|';
  padding: 0 4px;
  padding: 0 0.25rem;
}
._1Qad0 {
  list-style: none;
  background-color: #522974;
  padding: 0;
  height: 2.25rem;
  line-height: 2.25rem;
  display: inline-block;
  float: right;
}
._1Qad0 > li._3KZMi {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  ._1Qad0 > li._3KZMi {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  ._1Qad0 {
    max-width: 100%;
  }
}
._1Qad0 ._3KZMi {
  vertical-align: middle;
  display: block;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  white-space: nowrap;
  font-size: 14px;
  text-decoration: none;
}
._1Qad0 ._3KZMi + ._3KZMi::before {
  content: '';
  display: none;
}
@media screen and (max-width: 1200px) {
  ._1Qad0 ._3KZMi {
    display: block;
    font-size: 16px;
  }
}
._1Qad0 ._3KZMi._3K3Yh .PHCtb::after {
  content: '\25BC';
  font-size: 7px;
  color: inherit;
  padding-left: 8px;
  padding-left: 0.5rem;
  display: inline-block;
}
._1Qad0 ._3KZMi + ._3KZMi .PHCtb {
  border-left: 1px solid rgba(255, 255, 255, .4);
}
@media screen and (max-width: 1200px) {
  ._1Qad0 ._3KZMi + ._3KZMi .PHCtb {
    border-left: none;
  }
}
._1Qad0 ._3KZMi .PHCtb {
  cursor: pointer;
  padding: 0 1rem;
  box-sizing: border-box;
  color: white;
  height: 2.25rem;
  line-height: 2.25rem;
  display: block;
  width: 100%;
}
._1Qad0 ._3KZMi:hover ._3kr8B,
._1Qad0 ._3KZMi:active ._3kr8B {
  display: block;
}
._1Qad0 ._3kr8B {
  display: none;
  min-width: 8rem;
  position: absolute;
  list-style: none;
  padding: 0;
  left: 0;
  top: 100%;
  z-index: 1000;
  background-color: #d0b7e5;
  line-height: 2.25rem;
}
._1Qad0 ._3kr8B ._3KZMi:hover {
  background-color: #e9dcf3;
}
@media screen and (max-width: 1200px) {
  ._1Qad0 ._3kr8B ._3KZMi:hover {
    background-color: #d0b7e5;
    text-decoration: underline;
  }
}
._1Qad0 ._3kr8B ._2gKRf {
  padding: 0 1rem;
  box-sizing: border-box;
  color: #522974;
  text-decoration: none;
  line-height: 2.25rem;
  width: 100%;
}
._1Qad0 ._3kr8B:hover {
  display: block;
}
._1SpAV {
  display: none;
  height: 2rem;
  float: right;
  line-height: 2.25rem;
  background-color: #522974;
  color: white;
  padding: 0 1rem;
  padding-left: 2.5rem;
  position: relative;
}
._1SpAV::before {
  content: "";
  position: absolute;
  left: 16px;
  left: 1rem;
  top: 9.6px;
  top: 0.6rem;
  width: 19.2px;
  width: 1.2rem;
  height: 2px;
  background: white;
  box-shadow: 0 5px 0 0 white,
    0 10px 0 0 white;
}
._3-k4E {
  list-style: none;
  background-color: #522974;
  height: 2.25rem;
  line-height: 2.25rem;
  display: inline-block;
  float: right;
  background-color: transparent;
  position: absolute;
  top: -1.25rem;
  margin: 0;
  padding: 0;
  line-height: 2rem;
  right: 1rem;
}
._3-k4E > li._3KZMi {
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  ._3-k4E > li._3KZMi {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  ._3-k4E {
    max-width: 100%;
  }
}
._3-k4E ._3KZMi {
  vertical-align: middle;
  display: block;
  position: relative;
  -ms-flex-align: center;
      align-items: center;
  white-space: nowrap;
  font-size: 14px;
  text-decoration: none;
}
._3-k4E ._3KZMi + ._3KZMi::before {
  content: '';
  display: none;
}
@media screen and (max-width: 1200px) {
  ._3-k4E ._3KZMi {
    display: block;
    font-size: 16px;
  }
}
._3-k4E ._3KZMi._3K3Yh .PHCtb::after {
  content: '\25BC';
  font-size: 7px;
  color: inherit;
  padding-left: 8px;
  padding-left: 0.5rem;
  display: inline-block;
}
._3-k4E ._3KZMi + ._3KZMi .PHCtb {
  border-left: 1px solid rgba(255, 255, 255, .4);
}
@media screen and (max-width: 1200px) {
  ._3-k4E ._3KZMi + ._3KZMi .PHCtb {
    border-left: none;
  }
}
._3-k4E ._3KZMi .PHCtb {
  cursor: pointer;
  padding: 0 1rem;
  box-sizing: border-box;
  color: white;
  height: 2.25rem;
  line-height: 2.25rem;
  display: block;
  width: 100%;
}
._3-k4E ._3KZMi:hover ._3kr8B,
._3-k4E ._3KZMi:active ._3kr8B {
  display: block;
}
._3-k4E ._3kr8B {
  display: none;
  min-width: 8rem;
  position: absolute;
  list-style: none;
  padding: 0;
  left: 0;
  top: 100%;
  z-index: 1000;
  background-color: #d0b7e5;
  line-height: 2.25rem;
}
._3-k4E ._3kr8B ._3KZMi:hover {
  background-color: #e9dcf3;
}
@media screen and (max-width: 1200px) {
  ._3-k4E ._3kr8B ._3KZMi:hover {
    background-color: #d0b7e5;
    text-decoration: underline;
  }
}
._3-k4E ._3kr8B ._2gKRf {
  padding: 0 1rem;
  box-sizing: border-box;
  color: #522974;
  text-decoration: none;
  line-height: 2.25rem;
  width: 100%;
}
._3-k4E ._3kr8B:hover {
  display: block;
}
._3-k4E ._3KZMi .PHCtb {
  color: #522974;
  border-left: none !important;
  height: 100%;
}
._3-k4E ._3KZMi._3K3Yh .PHCtb::after {
  font-size: 9px;
  height: 32px;
  height: 2rem;
}
._3-k4E ._3kr8B {
  display: none;
  min-width: 8rem;
  position: absolute;
  list-style: none;
  padding: 0;
  left: 0;
  top: 100%;
  z-index: 1000;
  background-color: #d0b7e5;
  line-height: 2.25rem;
}
._3-k4E ._3kr8B ._3KZMi:hover {
  background-color: #e9dcf3;
}
@media screen and (max-width: 1200px) {
  ._3-k4E ._3kr8B ._3KZMi:hover {
    background-color: #d0b7e5;
    text-decoration: underline;
  }
}
._3-k4E ._3kr8B ._2gKRf {
  padding: 0 1rem;
  box-sizing: border-box;
  color: #522974;
  text-decoration: none;
  line-height: 2.25rem;
  width: 100%;
}
._3-k4E ._3kr8B:hover {
  display: block;
}
._3-k4E .Lav8B {
  vertical-align: middle;
  margin-top: -2px;
  height: 18px;
  line-height: 20px;
  margin-right: 0.5rem;
}
@media screen and (max-width: 1200px) {
  ._3qeoa {
    display: block;
    top: 3.65rem;
    position: absolute;
    height: auto;
    right: -1rem;
    transition: width 250ms ease-in-out;
    width: 0;
    overflow: hidden;
    max-width: 20rem;
    z-index: 1000;
  }
  ._3qeoa ._1Qad0 {
    position: static;
    display: block;
    height: auto;
    margin-bottom: 0;
  }
  ._3qeoa ._3kr8B {
    display: block;
    position: static;
  }
  ._3qeoa ._3kr8B ._3KZMi {
    padding-left: 2rem;
  }
  ._3qeoa ._3-k4E {
    position: static;
    display: block;
    height: auto;
    background-color: #522974;
  }
  ._3qeoa ._3-k4E ._3KZMi .PHCtb {
    padding-left: 1rem;
    color: white;
  }
  ._3qeoa ._2gKRf {
    display: block;
  }
  ._3qeoa.zpEko {
    width: 100%;
  }
  ._1SpAV {
    display: inline-block;
    margin: 0.7rem 0;
  }
}
@media screen and (max-width: 600px) {
  ._3qeoa {
    display: block;
    top: 3.3rem;
  }
  ._1SpAV {
    margin: 0.5rem 0;
  }
}
@media screen and (max-width: 400px) {
  ._1SpAV {
    padding-left: 2.2rem;
    margin: 0.3rem 0;
  }
  ._1SpAV > span {
    display: none;
  }
}
._1E4MV {
  position: absolute;
  width: 100%;
  color: black;
  background: rgba(255, 255, 255, .8);
  border-bottom: 4px solid #522974;
  padding: 1.25rem;
  box-sizing: border-box;
}
._1E4MV .hA7MG {
  display: block;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin: 0 auto;
  position: relative;
  padding: 0 1rem;
  line-height: 3rem;
  max-width: 73rem;
}
@media screen and (max-width: 830px) {
  ._1E4MV .hA7MG {
    padding: 0;
  }
}
._1E4MV .R8PNJ {
  float: left;
  font-family: "proxima-nova", "Source Sans Pro", sans-serif;
  font-size: 19px;
  font-weight: 400;
  font-style: normal;
  padding: 0;
  z-index: 8002;
  position: relative;
  top: 7px;
}
._1E4MV .R8PNJ a {
  display: block;
}
._1E4MV .R8PNJ img {
  max-height: 40px;
  max-width: 205px;
  display: inline-block;
  vertical-align: middle;
}
@media screen and (max-width: 400px) {
  ._1E4MV {
    /* mobile */
  }
  ._1E4MV .R8PNJ {
    top: -4px;
  }
}
@media screen and (min-width: 401px) and (max-width: 600px) {
  ._1E4MV {
    /* mobile */
  }
  ._1E4MV .R8PNJ {
    top: -2px;
  }
}
@media screen and (min-width: 601px) and (max-width: 1200px) {
  ._1E4MV {
    /* mobile */
  }
  ._1E4MV .R8PNJ {
    top: 0;
  }
}
._116Tm {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
      align-items: stretch;
  -ms-flex-direction: column;
      flex-direction: column;
}
.EYp7z {
  margin-top: 1rem;
  padding: 1rem;
  font-size: 0.75rem;
  background-color: rgba(100, 100, 100, .15);
  border-top: 2px solid #522974;
}
.EYp7z ._1RH6W {
  font-size: 0.75rem;
  text-align: center;
  color: grey;
}
.EYp7z ._3q1cw {
  text-align: center;
  padding-bottom: 0.5rem;
}
.EYp7z ._1AEGd,
.EYp7z ._3kEkQ {
  font-size: 11px;
  color: black;
  padding: 0 1rem;
  box-sizing: border-box;
  margin: 1rem auto;
  max-width: 73rem;
}
._1iBD7 {
  box-sizing: border-box;
  display: inline-block;
  white-space: normal;
  padding: 0.5rem 2rem;
  margin: 0.5rem;
  margin-left: 0;
  font-size: 14px;
  border-radius: 2px;
  border: 1px solid;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  line-height: 1.43;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  cursor: pointer;
}
._1iBD7._1KPNJ {
  font-size: 18px;
  padding: 1rem 1rem;
  margin: 2rem 1rem;
}
._1iBD7._3F6AY {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
._1iBD7._1aOJn {
  border-color: #522974;
  border-bottom-color: #1d0e29;
  background-color: #522974;
  color: white;
}
._1iBD7._1aOJn:hover {
  border-color: #8746bd;
  border-bottom-color: #522974;
  background-color: #8746bd;
  text-decoration: none;
}
._1iBD7._1_gdb {
  border-color: #888d90;
  border-bottom-color: #565a5c;
  color: #565a5c;
}
._1iBD7._1_gdb:hover {
  border-color: #000000;
  background-color: #f5f5f5;
  text-decoration: none;
}
._1iBD7._3Rf34 {
  border-color: #888d90;
  border-bottom-color: #565a5c;
  color: #522974;
}
._1iBD7._3Rf34:hover {
  border-color: #000000;
  background-color: #ebebeb;
  text-decoration: none !important;
}
._2v3o7 {
  text-align: left;
  padding: 0 1rem;
  box-sizing: border-box;
  vertical-align: top;
}
._2v3o7 ._3L7kq {
  margin-top: 1rem;
  width: 4rem;
  display: block;
}
._2v3o7 ._3L7kq._3iISS {
  margin-top: 0;
  height: auto;
  width: auto;
}
._2v3o7 ._2FyX6 {
  box-shadow: 0 0 1px 0 silver;
}
._2v3o7 ._17IIm {
  border: 0;
  margin: 0;
  padding: 0;
  margin-top: 1.5rem;
}
._2v3o7 .dCp7C {
  text-align: center;
}
._2v3o7 ._2oSY3 {
  font-size: 13px;
}
._2v3o7 ._2oSY3 a {
  display: inline-block;
}
._2v3o7 ._2oSY3 a img:hover {
  opacity: 0.6;
}
._2bnA5 {
  display: block;
  box-sizing: border-box;
}
._2bnA5 ._4X3G2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -1rem;
  margin-right: -1rem;
}
._2bnA5 ._4X3G2 ._3jpX7 {
  width: 33%;
}
._2bnA5 ._4X3G2 ._3jpX7.W4ReP {
  background-color: #f5f5f5;
  padding: 1rem;
}
._2bnA5 ._4X3G2 ._3jpX7.W4ReP:nth-child(even) {
  background-color: #f9f9f9;
}
@media screen and (max-width: 1080px) {
  ._2bnA5 ._4X3G2 ._3jpX7 {
    width: 50%;
  }
  ._2bnA5 ._4X3G2 ._3jpX7.W4ReP {
    width: 100%;
  }
}
@media screen and (max-width: 850px) {
  ._2bnA5 ._4X3G2 ._3jpX7 {
    width: 33%;
  }
  ._2bnA5 ._4X3G2 ._3jpX7.W4ReP {
    width: 33%;
  }
}
@media screen and (max-width: 600px) {
  ._2bnA5 ._4X3G2 ._3jpX7 {
    width: 100%;
  }
  ._2bnA5 ._4X3G2 ._3jpX7.W4ReP {
    width: 100%;
  }
}
._2bnA5 ._2YD07 {
  display: block;
}
._3y9jP {
  box-sizing: border-box;
  vertical-align: top;
}
._3y9jP ._25mp8 {
  margin-left: -0.5rem;
}
.ByGVI ._3aR7m {
  display: block;
  width: 100%;
  height: 542px;
  background-position: center;
  background-size: cover;
}
@media screen and (min-height: 900px) {
  .ByGVI ._3aR7m {
    height: 700px;
  }
}
.ByGVI ._2_q-j {
  display: block;
  width: 100%;
  height: 542px;
  background-position: center;
  background-size: cover;
}
@media screen and (min-height: 900px) {
  .ByGVI ._2_q-j {
    height: 700px;
  }
}
@media screen and (max-width: 480px) {
  .ByGVI ._2_q-j {
    background-position: -160px center !important;
  }
}
@media screen and (max-width: 400px) {
  .ByGVI ._2_q-j {
    background-position: -160px center !important;
  }
}
._18PrH {
  height: 100%;
  width: 100%;
  margin-bottom: 2rem;
  top: 0;
  left: 0;
  bottom: 0;
  display: block;
  position: absolute;
  box-sizing: border-box;
}
@media screen and (max-width: 850px) {
  ._18PrH {
    position: static;
  }
}
._18PrH ._1WSoN {
  width: 332px;
  display: block;
}
@media screen and (max-width: 850px) {
  ._18PrH ._1WSoN {
    width: 100%;
  }
}
@media screen and (min-width: 850px) {
  ._18PrH ._3UtDO {
    top: 0;
    position: absolute;
  }
  ._18PrH ._3Gkeh {
    position: fixed;
    top: 47px;
  }
  ._18PrH .k2G5w {
    position: -webkit-sticky;
    position: sticky;
    top: 47px;
  }
  ._18PrH ._1w3x3 {
    position: absolute;
    bottom: 0;
  }
}
._1zZOo {
  margin: 0;
  font-size: .875em;
  display: table;
  width: 100%;
  padding: 1px;
  box-sizing: border-box;
}
._1zZOo ._2s1I4 {
  display: block;
  width: 100%;
}
._1zZOo ._2agE- {
  display: table-caption;
  caption-side: bottom;
  font-size: 16px;
  padding: 1rem;
  color: black;
  box-sizing: border-box;
}
._1zZOo .Hduu3 {
  font-size: 13px;
}
._1zZOo .T03nJ {
  padding-top: 1rem;
  text-align: right;
}
.y2-rk {
  margin: 50px 0 100px 0;
  display: block;
  width: 100%;
  max-height: 20em;
  padding: 3px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
}
.y2-rk img._2ffBS {
  display: inline-block !important;
  width: 37%;
  box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, .65);
}
.y2-rk ._2agE- {
  height: 100%;
  display: inline-block;
  width: 56%;
  color: black;
  vertical-align: top;
}
.y2-rk ._2agE- h2 {
  margin: 6px 0 0 0;
  border: none;
  top: 0;
}
.y2-rk ._2agE- ._2X3mj {
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 1148px) {
  .y2-rk {
    margin: 0;
    display: block;
    width: 100%;
    max-height: none;
    padding: 3px;
    box-sizing: border-box;
    position: static;
    overflow: hidden;
  }
  .y2-rk img._2ffBS {
    margin: 10px auto 50px auto !important;
    display: block !important;
    float: none !important;
    width: 60%;
    box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, .65);
  }
  .y2-rk ._2agE- {
    display: block;
    width: 100%;
    color: black;
  }
  .y2-rk ._2agE- h2 {
    margin: 6px 0 0 0;
    border: none;
    top: 0;
  }
  .y2-rk ._2agE- ._2X3mj {
    position: static;
    bottom: auto;
  }
}
@media screen and (max-width: 700px) {
  .y2-rk img._2ffBS {
    margin: 10px auto 50px auto !important;
    display: block !important;
    float: none !important;
    width: 90%;
    box-shadow: 0px 0px 14px -3px rgba(0, 0, 0, .65);
  }
}
._3Pnym,
._1BeRc {
  display: inline-block;
  padding: 0 1rem;
  box-sizing: border-box;
  position: relative;
  margin: 1rem 0;
}
._3Pnym:hover,
._1BeRc:hover {
  text-decoration: none;
}
._3Pnym ._3gKfc,
._1BeRc ._3gKfc {
  position: absolute;
  z-index: -1;
  left: 1rem;
  top: 0;
  right: 1rem;
  bottom: 0;
  background-color: white;
  border: 1px solid #e6e6e6;
}
._3Pnym._1nxVi,
._1BeRc._1nxVi {
  display: inline-block;
  width: 50%;
}
._17deZ {
  margin-left: -1rem;
  margin-right: -1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
._17deZ._3ICoU > * {
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
}
._17deZ > * {
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
@media screen and (max-width: 700px) {
  ._17deZ {
    display: block;
  }
  ._17deZ > * {
    width: 100%;
    display: block;
  }
}
._3jsTE {
  margin-top: 1rem;
  padding: 1rem;
  font-size: 0.75rem;
  background-color: rgba(100, 100, 100, .15);
  border-top: 2px solid #522974;
}
._3jsTE .fdMu2 {
  font-size: 11px;
  color: grey;
  padding: 0 1rem;
  box-sizing: border-box;
  margin: 1rem auto;
  max-width: 73rem;
}
._2SeOW {
  margin: 0;
  padding: 1rem;
  border: 1px solid rgba(0, 0, 0, .1);
  text-align: center;
}
@media screen and (max-width: 850px) {
  ._2SeOW {
    border: none;
    text-align: left;
    padding: 1rem 0;
  }
}
._2SeOW .e__oT {
  margin-top: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (max-width: 850px) {
  ._2SeOW .e__oT {
    padding-bottom: 0.5rem;
  }
}
@media screen and (min-width: 500px) and (max-width: 850px) {
  ._2SeOW ._35n7v {
    display: inline-block !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 49%;
  }
  ._2SeOW ._35n7v + ._35n7v {
    margin-left: 2%;
  }
}
._2aNys {
  width: 100%;
  border-collapse: collapse;
}
._2aNys th,
._2aNys td {
  line-height: 2rem;
  vertical-align: middle;
}
._2aNys td {
  border: 1px solid #e6e6e6;
  text-align: center;
}
._2aNys th {
  width: 20%;
  font-weight: normal;
  background-color: #522974;
  border: 1px solid #522974;
  color: white;
}
._2aNys ._2mtCg {
  background-color: #f9f9f9;
}
._2aNys ._2mtCg._2lW4u {
  display: none;
}
._2aNys .Spuby {
  display: none;
}
._2aNys .Spuby._1OVyI {
  display: table-row;
}
._2aNys ._27Qj5 {
  font-weight: bold;
}
._33mDA {
  width: 100%;
  border-collapse: collapse;
}
._33mDA th,
._33mDA td {
  line-height: 2rem;
  vertical-align: middle;
}
._33mDA td {
  border: 1px solid #e6e6e6;
  text-align: center;
}
._33mDA th {
  width: 20%;
  font-weight: normal;
  background-color: #522974;
  border: 1px solid #522974;
  color: white;
}
._33mDA ._3_IFf {
  background-color: #f9f9f9;
}
._33mDA ._3_IFf._3ZMYZ {
  display: none;
}
._33mDA ._1_7SV {
  display: none;
}
._33mDA ._1_7SV._2i-nq {
  display: table-row;
}
._33mDA ._2M5PW {
  font-weight: bold;
}
._25lGJ {
  text-align: left;
}
._1G7uT {
  text-align: right;
}
._20Un0 {
  text-align: center;
}
.vQA8F._2_T0B {
  display: block;
  margin-left: 0;
  margin-right: 0;
}
.vQA8F.ZO5H1 {
  display: inline-block !important;
}
._3B-eG {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  margin-top: 4rem;
}
._3B-eG ._2Jdxc {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
._2OvAz {
  overflow-x: auto;
  padding: 0px;
  margin-top: -10px;
  margin-bottom: -10px;
}
._3EFys {
  font-size: 0.7em;
  width: 100%;
}
._2_H4c {
  font-weight: 1em;
  background: #522974;
  color: white;
  border: 1px solid white;
  padding: 1em;
  text-align: center;
}
._30nsA {
  background: #ebebeb;
  margin-bottom: 0.5em;
}
._30nsA:nth-child(even) {
  background: #dcdcdc;
}
._3T5aK {
  border: 1px solid white;
  padding: 1em;
  text-align: right;
}
._2a3Hn {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
._2a3Hn .e25OT {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
._2a3Hn .e25OT:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #522974;
  border-radius: 100%;
  animation: _2VjIV 1.2s infinite ease-in-out both;
}
._2a3Hn ._1doFc {
  transform: rotate(30deg);
}
._2a3Hn .Ke7Zo {
  transform: rotate(60deg);
}
._2a3Hn ._3ioA- {
  transform: rotate(90deg);
}
._2a3Hn ._3UBLn {
  transform: rotate(120deg);
}
._2a3Hn .Al48J {
  transform: rotate(150deg);
}
._2a3Hn ._1c8ed {
  transform: rotate(180deg);
}
._2a3Hn .xzu8v {
  transform: rotate(210deg);
}
._2a3Hn .v5a3n {
  transform: rotate(240deg);
}
._2a3Hn .YRYzp {
  transform: rotate(270deg);
}
._2a3Hn ._-3akg {
  transform: rotate(300deg);
}
._2a3Hn ._1uw6N {
  transform: rotate(330deg);
}
._2a3Hn ._1doFc:before {
  animation-delay: -1.1s;
}
._2a3Hn .Ke7Zo:before {
  animation-delay: -1s;
}
._2a3Hn ._3ioA-:before {
  animation-delay: -0.9s;
}
._2a3Hn ._3UBLn:before {
  animation-delay: -0.8s;
}
._2a3Hn .Al48J:before {
  animation-delay: -0.7s;
}
._2a3Hn ._1c8ed:before {
  animation-delay: -0.6s;
}
._2a3Hn .xzu8v:before {
  animation-delay: -0.5s;
}
._2a3Hn .v5a3n:before {
  animation-delay: -0.4s;
}
._2a3Hn .YRYzp:before {
  animation-delay: -0.3s;
}
._2a3Hn ._-3akg:before {
  animation-delay: -0.2s;
}
._2a3Hn ._1uw6N:before {
  animation-delay: -0.1s;
}
@keyframes _2VjIV {
  0%,
  39%,
  100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
._2kebZ {
  width: 100%;
  display: block;
  padding: 20px 0;
  height: 163px;
  overflow: hidden;
}
._2kebZ a {
  text-decoration: none;
  display: block;
  height: 100%;
  overflow: hidden;
}
._2kebZ a ._2c5kU {
  float: left;
  padding: 0;
  margin: 0 3% 0 0;
  width: 22%;
  height: 100%;
  overflow: hidden;
}
._2kebZ a ._2c5kU img {
  max-height: 100%;
  max-width: 185px;
}
._2kebZ a ._2eg1A {
  line-height: 143%;
  margin: 0;
  padding: 3px 0;
  width: 75%;
  height: 100%;
  display: inline-block;
  color: black;
}
._2kebZ a ._2eg1A ._3VrHR {
  font-size: 14px;
  color: #8A8A8A;
  letter-spacing: 1px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
._2kebZ a ._2eg1A ._35cVJ {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #714988;
  background-color: rgba(113, 73, 136, .1);
  padding: 0px 12px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #714988;
}
@media screen and (max-width: 1210px) {
  ._2kebZ a ._2eg1A {
    line-height: 145%;
  }
}
@media screen and (max-width: 1130px) {
  ._2kebZ a ._2eg1A {
    line-height: 1.3;
  }
  ._2kebZ a ._2eg1A p:last-child {
    margin-bottom: 1%;
  }
}
@media screen and (max-width: 460px) {
  ._2kebZ a ._2eg1A {
    line-height: 1.35;
  }
  ._2kebZ a ._2eg1A h3 {
    font-size: 0.85em;
  }
}
@media screen and (max-width: 345px) {
  ._2kebZ a ._2eg1A {
    line-height: 1.054;
  }
}
._2kebZ a ._2eg1A h3 {
  margin: 0;
  padding: 0;
  color: #714988;
}
._2kebZ a ._2eg1A p {
  margin: 0;
}
@media screen and (max-width: 1210px) {
  ._2kebZ a ._2eg1A p {
    font-size: 0.95em;
  }
}
._2kebZ a ._2eg1A ._2RPfu ._3Hu6N {
  font-size: 13px;
  display: inline-block;
  padding: 0 1.5% 1% 0;
  color: #383636;
}
@media screen and (max-width: 1210px) {
  ._2kebZ a ._2eg1A ._2RPfu ._3Hu6N {
    font-size: 12px;
    padding: 0 1% 0 0;
  }
}
@media screen and (max-width: 1130px) {
  ._2kebZ a ._2eg1A ._2RPfu ._3Hu6N {
    line-height: 1;
  }
}
@media screen and (max-width: 460px) {
  ._2kebZ a ._2eg1A ._2RPfu ._3Hu6N {
    display: none;
  }
}
._2kebZ a ._2eg1A ._2RPfu ._3Hu6N ._1ncrk {
  text-transform: uppercase;
}
._2kebZ a:hover {
  background-color: #efefef;
}
@media screen and (max-width: 1210px) {
  h3 {
    font-size: 1em;
  }
}
@media screen and (max-width: 1070px) {
  ._3Hu6N {
    font-size: 10px;
    padding: 0 1% 0 0;
  }
}
._3hD4t {
  text-align: center;
}
._3hD4t ._39DNp {
  display: inline-block;
  padding: 0 10px;
}
._1rmrB {
  position: relative;
  width: 50%;
  display: inline-block;
  padding: 0 1rem;
}
@media all and (max-width: 900px) {
  ._1rmrB {
    position: relative;
    width: 100%;
    display: block;
  }
}
._341p3 {
  font-size: medium;
  padding: 1rem;
  font-weight: bold;
}
.K5EcV {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.zZy-S {
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  max-width: 100%;
  box-shadow: none;
  box-sizing: border-box;
  transition: border-color;
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06);
  padding: .6rem;
  /* width: 100%; */
  font-size: 16px;
  background-color: #fbfbfb;
  box-shadow: 0 2px 0 0 #ddd;
  padding-right: 30px;
}
._3LiNe {
  position: relative;
  display: inline-block;
}
._3LiNe::after {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  width: 8px;
  width: .5rem;
  height: 8px;
  height: .5rem;
  border-right: 3.2px solid #000;
  border-right: .2rem solid #000;
  border-top: 3.2px solid #000;
  border-top: .2rem solid #000;
  transform: rotate(135deg);
  position: absolute;
  pointer-events: none;
  right: 12px;
  right: .75rem;
  top: 15.2px;
  top: .95rem;
}
.fYzJ8 {
  font-size: medium;
  padding: 1rem;
  font-weight: bold;
}
._3DNfg {
  display: inline-block;
}
._3brdq {
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  max-width: 100%;
  box-shadow: none;
  box-sizing: border-box;
  transition: border-color;
  border-radius: 3px;
  border: 1px solid #ddd;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06);
  padding: .6rem;
  /* width: 100%; */
  font-size: 16px;
  background-color: #fbfbfb;
  box-shadow: 0 2px 0 0 #ddd;
  padding-right: 30px;
}
._1ePN6 {
  position: relative;
  display: inline-block;
}
._1ePN6::after {
  display: inline-block;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  width: 8px;
  width: .5rem;
  height: 8px;
  height: .5rem;
  border-right: 3.2px solid #000;
  border-right: .2rem solid #000;
  border-top: 3.2px solid #000;
  border-top: .2rem solid #000;
  transform: rotate(135deg);
  position: absolute;
  pointer-events: none;
  right: 12px;
  right: .75rem;
  top: 15.2px;
  top: .95rem;
}
._3PM6e {
  margin: 1rem 0;
  max-width: 75rem;
  position: relative;
}
._3PM6e ._3XyUl {
  font-weight: bold;
  text-align: center;
  display: block;
}
._3PM6e .Q8Tyy {
  font-size: 12px;
  color: grey;
  padding: 0.5rem 2rem;
  text-align: center;
}
._3PM6e ._1ojD1 {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -45px;
}
._1CuPO {
  margin: 0;
  font-size: 0.875em;
  width: 100%;
  padding: 1px;
  box-sizing: border-box;
}
._1CuPO ._3mo7J {
  display: block;
  width: 100%;
}
._1CuPO ._2n4pT {
  display: table-caption;
  caption-side: bottom;
  font-size: 16px;
  padding: 1rem;
  color: black;
  box-sizing: border-box;
}
._1CuPO ._1IG2b {
  font-size: 13px;
}
._1CuPO ._1qHHN {
  padding-top: 1rem;
  text-align: right;
}
._1Iij9 {
  margin: 0;
  font-size: 0.875em;
  width: 100%;
  padding: 1px;
  box-sizing: border-box;
}
._1Iij9 .rCMck {
  display: block;
  width: 100%;
}
._1Iij9 ._3GWqc {
  display: table-caption;
  caption-side: bottom;
  font-size: 16px;
  padding: 1rem;
  color: black;
  box-sizing: border-box;
}
._1Iij9 ._9WkZf {
  font-size: 13px;
}
._1Iij9 ._2Ljf5 {
  padding-top: 1rem;
  text-align: right;
}
._1kll0 {
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 20px;
  opacity: 0.2;
  position: absolute;
}
._1HdVG {
  margin-top: -2rem;
}
._1HdVG ._2FVRn {
  position: relative;
  bottom: -30px;
  font-weight: bold;
  text-align: center;
  display: block;
}
._1HdVG .dgiXJ {
  position: absolute;
  right: 0;
  background: white;
  border: solid 1px #522974;
}
._1HdVG ._3PWb6 {
  bottom: -2.5rem;
  right: 0.55rem;
  overflow: visible;
  position: relative;
  text-align: right;
}
._1HdVG .LcqJQ {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -45px;
}
._1HdVG ._3YwAL {
  border: solid 1px #522974;
  border-radius: 3px;
  background: white;
  color: #522974;
  font-weight: bold;
  font-size: 12px;
  margin: 4px;
}
/* DayPicker styles */

.DayPicker {
  display: inline-block;
}

.DayPicker-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 1rem 0;
}

.DayPicker-Month {
  display: table;
  border-collapse: collapse;
  border-spacing: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin: 0 1rem;
}

.DayPicker-NavBar {
  position: absolute;
  left: 0;
  right: 0;
  padding: 0 .5rem;
  top: 1rem;
}

.DayPicker-NavButton {
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  cursor: pointer;
}

.DayPicker-NavButton--prev {
  left: 1rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI2cHgiIGhlaWdodD0iNTBweCIgdmlld0JveD0iMCAwIDI2IDUwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy4zLjIgKDEyMDQzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5wcmV2PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9InByZXYiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEzLjM5MzE5MywgMjUuMDAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC0xMy4zOTMxOTMsIC0yNS4wMDAwMDApIHRyYW5zbGF0ZSgwLjg5MzE5MywgMC4wMDAwMDApIiBmaWxsPSIjNTY1QTVDIj4KICAgICAgICAgICAgPHBhdGggZD0iTTAsNDkuMTIzNzMzMSBMMCw0NS4zNjc0MzQ1IEwyMC4xMzE4NDU5LDI0LjcyMzA2MTIgTDAsNC4yMzEzODMxNCBMMCwwLjQ3NTA4NDQ1OSBMMjUsMjQuNzIzMDYxMiBMMCw0OS4xMjM3MzMxIEwwLDQ5LjEyMzczMzEgWiIgaWQ9InJpZ2h0IiBza2V0Y2g6dHlwZT0iTVNTaGFwZUdyb3VwIj48L3BhdGg+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K");
}

.DayPicker-NavButton--next {
  right: 1rem;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+Cjxzdmcgd2lkdGg9IjI2cHgiIGhlaWdodD0iNTBweCIgdmlld0JveD0iMCAwIDI2IDUwIiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHhtbG5zOnNrZXRjaD0iaHR0cDovL3d3dy5ib2hlbWlhbmNvZGluZy5jb20vc2tldGNoL25zIj4KICAgIDwhLS0gR2VuZXJhdG9yOiBTa2V0Y2ggMy4zLjIgKDEyMDQzKSAtIGh0dHA6Ly93d3cuYm9oZW1pYW5jb2RpbmcuY29tL3NrZXRjaCAtLT4KICAgIDx0aXRsZT5uZXh0PC90aXRsZT4KICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPgogICAgPGRlZnM+PC9kZWZzPgogICAgPGcgaWQ9IlBhZ2UtMSIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc2tldGNoOnR5cGU9Ik1TUGFnZSI+CiAgICAgICAgPGcgaWQ9Im5leHQiIHNrZXRjaDp0eXBlPSJNU0xheWVyR3JvdXAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuOTUxNDUxLCAwLjAwMDAwMCkiIGZpbGw9IiM1NjVBNUMiPgogICAgICAgICAgICA8cGF0aCBkPSJNMCw0OS4xMjM3MzMxIEwwLDQ1LjM2NzQzNDUgTDIwLjEzMTg0NTksMjQuNzIzMDYxMiBMMCw0LjIzMTM4MzE0IEwwLDAuNDc1MDg0NDU5IEwyNSwyNC43MjMwNjEyIEwwLDQ5LjEyMzczMzEgTDAsNDkuMTIzNzMzMSBaIiBpZD0icmlnaHQiIHNrZXRjaDp0eXBlPSJNU1NoYXBlR3JvdXAiPjwvcGF0aD4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPgo=");
}

.DayPicker-NavButton--interactionDisabled {
  display: none;
}

.DayPicker-Caption {
  display: table-caption;
  height: 1.5rem;
  text-align: center;
}

.DayPicker-Weekdays {
  display: table-header-group;
}

.DayPicker-WeekdaysRow {
  display: table-row;
}

.DayPicker-Weekday {
  display: table-cell;
  padding: .5rem;
  font-size: .875em;
  text-align: center;
  color: #8b9898;
}

.DayPicker-Body {
  display: table-row-group;
}

.DayPicker-Week {
  display: table-row;
}

.DayPicker-Day {
  display: table-cell;
  padding: .5rem;
  border: 1px solid #eaecec;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
}

.DayPicker-WeekNumber {
  display: table-cell;
  padding: .5rem;
  text-align: right;
  vertical-align: middle;
  min-width: 1rem;
  font-size: 0.75em;
  cursor: pointer;
  color: #8b9898;
}

.DayPicker--interactionDisabled .DayPicker-Day {
  cursor: default;
}

.DayPicker-Footer {
  display: table-caption;
  caption-side: bottom;
  padding-top: .5rem;
}

.DayPicker-TodayButton {
  border: none;
  background-image: none;
  background-color: transparent;
  box-shadow: none;
  cursor: pointer;
  color: #4A90E2;
  font-size: 0.875em;
}

/* Default modifiers */

.DayPicker-Day--today {
  color: #d0021b;
  font-weight: 500;
}

.DayPicker-Day--disabled {
  color: #dce0e0;
  cursor: default;
  background-color: #eff1f1;
}

.DayPicker-Day--outside {
  cursor: default;
  color: #dce0e0;
}

/* Example modifiers */

.DayPicker-Day--sunday {
  background-color: #f7f8f8;
}

.DayPicker-Day--sunday:not(.DayPicker-Day--today) {
  color: #dce0e0;
}

.DayPicker-Day--selected:not(.DayPicker-Day--disabled):not(.DayPicker-Day--outside) {
  color: #FFF;
  background-color: #4A90E2;
}

/* DayPickerInput */

.DayPickerInput {
  display: inline-block;
}

.DayPickerInput-OverlayWrapper {
  position: relative;
}

.DayPickerInput-Overlay {
  left: 0;
  position: absolute;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}
._3r0p- {
  display: inline-block;
  padding: 0.9em;
  text-align: center;
  font-size: 1.1em;
}
@media screen and (max-width: 930) {
  ._3r0p- {
    width: 50px;
  }
}
._3r0p-._1MzVr {
  color: #522974;
  border: 1px solid #888d90;
  border-top: 2px solid #522974;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  border-bottom: 1px solid white;
  font-weight: bold;
}
._3r0p-._33XSS {
  color: #565a5c;
  border: 1px solid transparent;
  border-bottom: 1px solid #888d90;
}
._3r0p-._33XSS:hover {
  color: #888d90;
  cursor: pointer;
}
._2b38n {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  white-space: nowrap;
}
._3nd4j {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  border-bottom: 1px solid #888d90;
}
.h2C4C {
  width: 100%;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
._2gsKS {
  margin-bottom: 0;
  margin-top: 0;
}
._2gWih {
  text-decoration: underline;
  border: 0;
  padding: 1em;
  text-align: right;
  min-width: 8em;
  color: #522974;
  cursor: pointer;
  position: absolute;
  margin: 0 -1.4%;
}
._11TLw {
  display: none;
  width: 300px;
  background-color: #565a5c;
  color: white;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 70%;
  right: 0;
  margin-left: -80px;
}
._11TLw._11TLw::after {
  content: "";
  position: absolute;
  top: 100%;
  right: 25px;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #565a5c transparent transparent transparent;
}
._11TLw._2th01 {
  display: none;
}
._11TLw._201pZ {
  display: inline-block;
}
._3KljD {
  text-align: center;
  width: 100%;
}
.w6pSK {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
}
._2DNHO {
  overflow-x: auto;
  padding-top: 2em;
}
._2V-K4 {
  font-size: 0.7em;
  width: 100%;
}
._3v0j8 {
  font-weight: 1em;
  background: #522974;
  color: white;
  border: 1px solid white;
  padding: 1em;
  text-align: center;
}
._2m6nj {
  background: #ebebeb;
  margin-bottom: 0.5em;
}
._2m6nj:nth-child(even) {
  background: #dcdcdc;
}
._2XsOy {
  width: 10%;
  padding: 1em;
  text-align: center;
}
._2KKtH {
  margin-top: 3em;
}
._2qP3a {
  padding-top: 8rem;
}
._2qP3a ul {
  padding-left: 1rem;
}
@media screen and (max-width: 1060px) {
  ._2qP3a {
    padding-top: 5rem;
  }
}
._2qP3a ._1Jdh7 {
  margin: 0 auto;
  max-width: 75rem;
  padding: 1rem;
  box-sizing: border-box;
  min-height: 1145px;
}
._2qP3a .Iq5eO {
  display: block;
  position: relative;
}
@media screen and (max-width: 850px) {
  ._2qP3a .Iq5eO {
    display: block;
  }
}
._2qP3a .Iq5eO ._2-Ld_,
._2qP3a .Iq5eO .R3V7x {
  padding-right: 2rem;
  margin-right: 332px;
}
@media screen and (max-width: 850px) {
  ._2qP3a .Iq5eO ._2-Ld_,
  ._2qP3a .Iq5eO .R3V7x {
    display: block;
    padding-right: 0;
    margin-right: 0;
  }
}
._2qP3a .Iq5eO .R3V7x {
  padding-right: 0;
  margin-right: 0;
}
._2qP3a .Iq5eO ._3ympF {
  position: absolute;
  top: 0;
  right: 0;
  width: 332px;
  height: 100%;
  bottom: 0;
}
@media screen and (max-width: 850px) {
  ._2qP3a .Iq5eO ._3ympF {
    position: static;
    display: block;
    width: auto;
    padding: 0;
  }
}
._2qP3a img {
  margin: 0 auto;
}
._1Zu4s {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 50vh;
  padding: 1rem 0;
}

._3DufC {
  margin: 4rem 0;
  margin-top: 8rem;
  font-size: 2rem;
  line-height: 3rem;
  text-align: center;
}
._1zXFJ {
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

._2m0-E {
  height: 5vh;
  margin-top: 2.5vh;
  min-height: 5rem;
  width: 5vh;
  min-width: 5rem;
  border: 6px solid rgba(0, 0, 0, 0.2);
  border-top-color: rgba(0, 0, 0, 0.8);
  border-radius: 100%;
  animation: _18dz_ 0.6s infinite linear 0.25s;

  /* the opacity is used to lazyload the spinner, see animation delay */
  opacity: 0;
}

@keyframes _18dz_ {
  from {
    opacity: 1;
    transform: rotate(0);
  }

  to {
    opacity: 1;
    transform: rotate(359deg);
  }
}
._16ueV ._2AvIQ {
  margin: 0 auto;
  padding: 1rem;
  box-sizing: border-box;
  padding-top: 8rem;
  max-width: 75rem;
}
@media screen and (max-width: 1060px) {
  ._16ueV ._2AvIQ {
    padding-top: 5rem;
  }
}
._16ueV .iLW9S {
  float: right;
}
._16ueV .iLW9S img {
  height: 3rem;
}
._16ueV .iLW9S:hover {
  opacity: 0.6;
}
._1lU6a ._1jnLC {
  margin-bottom: -7rem;
}
@media screen and (max-width: 1060px) {
}
._1lU6a ._3I6rl {
  padding-top: 7rem;
  margin-bottom: -7rem;
}
@media screen and (max-width: 1200px) {
  ._1lU6a ._3I6rl {
    padding-top: 6rem;
  }
}
@media screen and (max-width: 600px) {
  ._1lU6a ._3I6rl {
    padding-top: 5.5rem;
  }
}
._1lU6a ._3zWI9 {
  padding-top: 7rem;
  max-width: 75rem;
  margin: 0 auto;
  margin-bottom: 4rem;
}
._1lU6a ._3zWI9 img {
  margin: 0 auto;
  display: block;
}
._1lU6a ._3STcR {
  margin-left: -1rem;
  margin-right: -1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
._1lU6a ._3STcR._1Vvsz > * {
  display: -ms-flexbox;
  display: flex;
  width: 33.3333%;
}
._1lU6a ._3STcR > * {
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}
@media screen and (max-width: 700px) {
  ._1lU6a ._3STcR {
    display: block;
  }
  ._1lU6a ._3STcR > * {
    width: 100%;
    display: block;
  }
}
._32iYI ._3zWI9 {
  padding-top: 7rem;
  max-width: 75rem;
  margin: 0 auto;
  margin-bottom: 4rem;
}
._32iYI ._3zWI9 img {
  margin: 0 auto;
  display: block;
}
._32iYI h2 {
  border: none;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
._32iYI h2 + h2 {
  margin-top: 1rem;
}
._32iYI ol {
  counter-reset: none;
  /* Initiate a counter */
  list-style: decimal;
  /* Remove default numbering */
  padding-left: 1rem;
}
._32iYI ol ol {
  list-style: lower-alpha;
  padding-left: 2rem;
}
._32iYI ol ol ol {
  list-style: lower-roman;
}
._32iYI ol li {
  position: relative;
  min-height: auto;
  padding-left: 0.5rem;
}
._32iYI ol li:before {
  content: none;
  display: none !important;
}
._32iYI li > p > strong {
  display: block;
  padding-bottom: 0.5rem;
}
._3DTn8 {
  margin-bottom: 0;
}
._2ZDtX img {
  margin-right: 20px;
  margin-bottom: 5px;
  margin-left: 7px;
}
._2ZDtX h1 {
  margin-bottom: 0;
}
._2ZDtX h3 {
  margin-bottom: 0;
  padding-bottom: 0;
}
._2ZDtX h4 {
  color: #3b3e41;
  font-weight: 500;
  font-size: 17px;
  margin-bottom: 0;
  margin-top: 10px;
}
._2ZDtX h5 {
  font-size: 16px;
  margin-bottom: 0;
  padding-bottom: 0;
}
.xKaKQ {
  display: inline-block;
  padding: 0 15px 30px 0;
  color: #383636;
}
.xKaKQ p {
  margin: 0;
}
.xKaKQ ._2NrjE {
  text-transform: uppercase;
}
.xKaKQ a {
  text-decoration: none;
}
.xKaKQ ._1eCld {
  font-size: 14px;
  color: #8A8A8A;
  letter-spacing: 1px;
  line-height: 17px;
  font-weight: 600;
  text-transform: uppercase;
}
.xKaKQ ._3MWRA {
  font-size: 12px;
  display: inline-block;
  border: 1px solid #714988;
  background-color: rgba(113, 73, 136, .1);
  padding: 0px 12px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  color: #714988;
  margin-left: 15px;
}
._1DBj_ {
  min-height: 650px;
}
._2YzH8 h1 {
  position: static;
}
._1rXA2 {
  padding: 10px 0;
  position: absolute;
  right: 365px;
}
._1rXA2 > * {
  font-size: 14px;
  line-height: 16px;
  vertical-align: middle;
}
._1rXA2 img {
  padding-right: 2px;
}
@media screen and (max-width: 850px) {
  ._1rXA2 {
    right: 5px;
  }
}
._1K6_P {
  display: inline;
}
._2nZnC {
  display: inline;
  font-weight: bold;
}
._31FHJ {
  padding-top: 20px;
  display: block;
  text-align: center;
  color: #714988;
}
._31FHJ ._2x56t {
  padding-left: 10px;
  float: left;
}
._31FHJ ._2ZWnX {
  padding-right: 10px;
  float: right;
}
iframe {
  border: none;
  display: block;
  width: 100%;
}
._1LR8M {
  margin: 1rem 0;
  max-width: 75rem;
  position: relative;
}
._1LR8M ._3xke1 {
  font-weight: bold;
  text-align: center;
  display: block;
}
._1LR8M ._38V0r {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -45px;
}
._2t20U {
  display: none;
}
._2xJXD {
  position: relative;
  width: 50%;
  display: inline-block;
  padding: 0 1rem;
}
@media all and (max-width: 900px) {
  ._2xJXD {
    position: relative;
    width: 100%;
    display: block;
  }
}
._2_OMW ._3eDFb {
  padding-top: 7rem;
}
._2_OMW section {
  margin-bottom: 2rem;
}
@media screen and (max-width: 850px) {
  ._2_OMW section {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 850px) {
  ._2_OMW img {
    float: none !important;
    margin: 0 !important;
    width: 100% !important;
  }
}
