@import url(https://fonts.googleapis.com/css?family=Rajdhani:500,600,700);
.logo___2iU-H stop {
  stop-opacity: 1; }

.logo___2iU-H .cyan___3gXed {
  stop-color: #00CBE6; }

.logo___2iU-H .purple___323RQ {
  stop-color: #BB93FF; }

*:focus {
  outline: 0; }

html, body {
  overflow-x: hidden;
  max-width: 100%; }

body {
  margin: 0 auto;
  background: white;
  font-family: 'Rajdhani', sans-serif;
  -webkit-font-smoothing: antialiased; }

h1, h2, h3 {
  margin: 0;
  padding: 0; }

h5, h6, h4 {
  font-weight: 100; }

p {
  line-height: 1.5em; }

/* Remove default styling for links. We only really want styling
  like this in content sections, and those styles are defined in
  <Content />. For all other uses, we want to start with a blank
  slate, which this provides. */
a {
  color: inherit;
  text-decoration: none; }

p a {
  border-bottom: 1px solid #00CBE6;
  color: #00CBE6;
  transition: 0.5s; }
  p a:hover {
    border-bottom: 1px solid darlen(#00CBE6, 30%);
    color: #00444d; }

/**
* Remove global styling on buttons for ease of use in UI elements.
*/
button {
  width: auto;
  background: none;
  cursor: pointer;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border: none;
  margin: 0;
  padding: 0;
  line-height: inherit;
  text-align: left; }

/* Remove inheritance of text transform in Edge, Firefox, IE. */
button, select {
  text-transform: none; }

/* Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/* Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/* Correct the padding in Firefox. */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

pre {
  /* Correct inheritance/scaling of font size in all browsers. */
  font-family: monospace, monospace;
  /* Correct the odd em font sizing in all browsers. */
  font-size: 1em; }

/* Prevent superscripts and subscripts from affecting line-height. */
sup, sub {
  vertical-align: baseline;
  position: relative;
  top: -0.4em; }

sub {
  top: 0.4em; }

iframe {
  border: 0px; }

.menu___3q3C- {
  position: absolute;
  top: 8px;
  right: 8px;
  left: 8px;
  display: flex;
  padding: 0 10px;
  z-index: 1; }
  .menu___3q3C- .right___1nLG1 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-left: auto;
    font-size: 18px;
    transition: all 200ms ease-in-out; }
    .menu___3q3C- .right___1nLG1 > * {
      margin-right: 20px; }
      @media (max-width: 770px) {
        .menu___3q3C- .right___1nLG1 > * {
          margin-right: 40px; } }
    @media (max-width: 770px) {
      .menu___3q3C- .right___1nLG1 {
        display: none; } }
  .menu___3q3C- a {
    display: block;
    color: #d8d8d8;
    text-align: center;
    text-decoration: none;
    font-weight: lighter;
    padding: 20px; }
    .menu___3q3C- a:hover {
      color: #BB93FF; }
  .menu___3q3C- .dropDownButton___ivPJJ {
    display: none;
    align-items: center;
    position: absolute;
    top: 40px;
    right: 50px;
    cursor: pointer; }
    .menu___3q3C- .dropDownButton___ivPJJ svg {
      width: 24px;
      position: absolute;
      top: 50%;
      transform: translateY(-50%); }
    @media (max-width: 770px) {
      .menu___3q3C- .dropDownButton___ivPJJ {
        display: block; } }

.dropDownItems___JHnX_ {
  cursor: pointer;
  position: fixed;
  display: flex;
  width: 100vw;
  justify-content: space-between;
  flex-direction: column;
  background-color: #231F20;
  padding: 40px 0;
  z-index: 2;
  top: 0;
  align-items: center; }
  .dropDownItems___JHnX_ div, .dropDownItems___JHnX_ .white___-KgDa {
    padding: 20px; }
    .dropDownItems___JHnX_ div a:hover, .dropDownItems___JHnX_ .white___-KgDa a:hover {
      color: #BB93FF; }
  .dropDownItems___JHnX_ a {
    margin-bottom: 20px; }
  .dropDownItems___JHnX_ .white___-KgDa a {
    color: #f1f1f1; }
  .dropDownItems___JHnX_ .close___2B3eH {
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 30px;
    color: #FFF;
    font-size: 3em;
    width: 30px;
    height: 30px;
    padding: 0px; }

.footerContainer___1KcyD {
  padding: 7%;
  display: flex;
  flex-direction: column;
  background-color: #231F20;
  color: #FFF;
  margin-top: -32px;
  position: relative; }
  .footerContainer___1KcyD .main___2FQ4B {
    margin: 0 auto;
    max-width: 90vw; }
    @media (max-width: 770px) {
      .footerContainer___1KcyD .main___2FQ4B {
        max-width: 95vw; } }
    @media (min-width: 1400px) {
      .footerContainer___1KcyD .main___2FQ4B {
        max-width: 1280px; } }
  @media (max-width: 770px) {
    .footerContainer___1KcyD {
      padding: 60px 45px; } }
  .footerContainer___1KcyD a {
    transition: all 200ms ease-out;
    -webkit-transition: all 200ms ease-out;
    -moz-transition: all 200ms ease-out; }
    .footerContainer___1KcyD a:hover {
      color: #8E54F3; }
  .footerContainer___1KcyD .logo___t0NhV {
    width: 100%;
    margin: 0 auto; }
  .footerContainer___1KcyD .social___2qlcL {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: flex-end;
    color: #aaa;
    height: 30px;
    margin-bottom: -30px;
    position: relative;
    top: -30px; }
    .footerContainer___1KcyD .social___2qlcL img {
      margin-left: 12px;
      width: 20px;
      opacity: 0.7; }
  .footerContainer___1KcyD .briefContainer___1UMhO {
    margin: 50px 0;
    display: flex;
    justify-content: space-between; }
    @media (max-width: 670px) {
      .footerContainer___1KcyD .briefContainer___1UMhO {
        flex-direction: column; } }
    .footerContainer___1KcyD .briefContainer___1UMhO > * {
      width: 40%;
      line-height: 1.4; }
      @media (max-width: 670px) {
        .footerContainer___1KcyD .briefContainer___1UMhO > * {
          width: 100%; } }
  .footerContainer___1KcyD .pagesDirectory___L0BwN {
    display: grid;
    grid-template-columns: repeat(5, 1fr); }
    @media (max-width: 770px) {
      .footerContainer___1KcyD .pagesDirectory___L0BwN {
        grid-template-columns: repeat(2, 1fr); } }
    @media (max-width: 670px) {
      .footerContainer___1KcyD .pagesDirectory___L0BwN {
        grid-template-columns: repeat(1, 1fr); } }
    .footerContainer___1KcyD .pagesDirectory___L0BwN h2 {
      border-bottom: 1px solid #ccc;
      line-height: 2;
      font-weight: 600;
      font-size: 20px; }
    .footerContainer___1KcyD .pagesDirectory___L0BwN > div {
      margin-right: 20%; }
      .footerContainer___1KcyD .pagesDirectory___L0BwN > div ul {
        padding-left: 0;
        display: flex;
        flex-direction: column; }
        .footerContainer___1KcyD .pagesDirectory___L0BwN > div ul li {
          list-style: none;
          line-height: 2;
          font-size: 15px;
          color: #ccc; }
  .footerContainer___1KcyD .companyInfo___eJqTT {
    margin-top: 20px;
    font-size: 15px;
    color: #ccc;
    display: flex;
    justify-content: space-between; }

