@charset "UTF-8";
/* Copyright 2017 Dominik Krulak
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* -------------------------------- ABOUT --------------------------------------
 * Compiled to:      core.min.css
 * File name abbr.:  -
 * Description:      core stylesheet build out of most required components and
 *                   cross-browser styling for basic web presentation.
 * ---------------------------------------------------------------------------*/
/*
 * Note: the order of imported files must be preserved.
 */
/* Copyright 2017 Dominik Krulak
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* -------------------------------- ABOUT --------------------------------------
 * Compiled to:      *
 * File name abbr.:  -
 * Description:      SASS variables that are imported in almost every CSS
 *                   stylesheet.
 * ---------------------------------------------------------------------------*/
/* Local default fonts */
/* Google fonts */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* Theme */
/* Typography and iconography colors */
/* SPINNER */
/* ANIMATION */
/* SNACKBAR */
/* Copyright 2017 Dominik Krulak
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* -------------------------------- ABOUT --------------------------------------
 * Compiled to:      *
 * File name abbr.:  -
 * Description:      SASS mixins that are imported in almost every CSS
 *                   stylesheet.
 * ---------------------------------------------------------------------------*/
/* Dialog */
/* Copyright 2017 Dominik Krulak
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* -------------------------------- ABOUT --------------------------------------
 * Compiled to:      core.min.css
 * File name abbr.:  -
 * Description:      core layout component based on CSS flex property
 *                   that defines the grid.
 * ---------------------------------------------------------------------------*/
.gd {
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  flex-flow: row wrap;
  margin: 0;
  align-items: stretch;
  padding: 0.3125rem;
  overflow: hidden;
}
.gd.nw {
  flex-wrap: nowrap;
}
.gd.gpYl > * {
  margin: 1.25rem 0.3125rem;
}
.gd.gp0sd {
  padding-right: 0;
  padding-left: 0;
}
.gd.gp0sd.allCgw > * {
  width: 100%;
}
.gd.gp0sd > * {
  margin-right: 0;
  margin-left: 0;
}
.gd.gp0sd > *.c1 {
  width: 8.3333333333%;
}
.gd.gp0sd > *.c2 {
  width: 16.6666666667%;
}
.gd.gp0sd > *.c3 {
  width: 25%;
}
.gd.gp0sd > *.c4 {
  width: 33.3333333333%;
}
.gd.gp0sd > *.c5 {
  width: 41.6666666667%;
}
.gd.gp0sd > *.c6 {
  width: 50%;
}
.gd.gp0sd > *.c7 {
  width: 58.3333333333%;
}
.gd.gp0sd > *.c8 {
  width: 66.6666666667%;
}
.gd.gp0sd > *.c9 {
  width: 75%;
}
.gd.gp0sd > *.c10 {
  width: 83.3333333333%;
}
.gd.gp0sd > *.c11 {
  width: 91.6666666667%;
}
.gd.gp0sd > *.c12 {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .gd.gp0sd > *.c1T {
    width: 16.6666666667%;
  }
  .gd.gp0sd > *.c2T {
    width: 33.3333333333%;
  }
  .gd.gp0sd > *.c3T {
    width: 50%;
  }
  .gd.gp0sd > *.c4T {
    width: 66.6666666667%;
  }
  .gd.gp0sd > *.c5T {
    width: 83.3333333333%;
  }
  .gd.gp0sd > *.c6T {
    width: 100%;
  }
}
@media only screen and (max-width: 812px) {
  .gd.gp0sd > *.c1P {
    width: 25%;
  }
  .gd.gp0sd > *.c2P {
    width: 50%;
  }
  .gd.gp0sd > *.c3P {
    width: 75%;
  }
  .gd.gp0sd > *.c4P {
    width: 100%;
  }
}
.gd.nstd > * {
  padding: 0;
}
.gd.allCgw > * {
  width: calc(100% - 0.625rem);
}
.gd.sh {
  height: calc(100% - 0.625rem);
  width: calc(100% - 0.625rem);
}
.gd.gp0 {
  padding: 0;
}
.gd.gp0.sh {
  height: 100%;
}
.gd.gp0.allCgw > * {
  width: 100%;
}
.gd.gp0 > * {
  margin: 0;
}
.gd.gp0 > *.c1 {
  width: 8.3333333333%;
}
.gd.gp0 > *.c2 {
  width: 16.6666666667%;
}
.gd.gp0 > *.c3 {
  width: 25%;
}
.gd.gp0 > *.c4 {
  width: 33.3333333333%;
}
.gd.gp0 > *.c5 {
  width: 41.6666666667%;
}
.gd.gp0 > *.c6 {
  width: 50%;
}
.gd.gp0 > *.c7 {
  width: 58.3333333333%;
}
.gd.gp0 > *.c8 {
  width: 66.6666666667%;
}
.gd.gp0 > *.c9 {
  width: 75%;
}
.gd.gp0 > *.c10 {
  width: 83.3333333333%;
}
.gd.gp0 > *.c11 {
  width: 91.6666666667%;
}
.gd.gp0 > *.c12 {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .gd.gp0 > *.c1T {
    width: 16.6666666667%;
  }
  .gd.gp0 > *.c2T {
    width: 33.3333333333%;
  }
  .gd.gp0 > *.c3T {
    width: 50%;
  }
  .gd.gp0 > *.c4T {
    width: 66.6666666667%;
  }
  .gd.gp0 > *.c5T {
    width: 83.3333333333%;
  }
  .gd.gp0 > *.c6T {
    width: 100%;
  }
}
@media only screen and (max-width: 812px) {
  .gd.gp0 > *.c1P {
    width: 25%;
  }
  .gd.gp0 > *.c2P {
    width: 50%;
  }
  .gd.gp0 > *.c3P {
    width: 75%;
  }
  .gd.gp0 > *.c4P {
    width: 100%;
  }
}
.gd.gp0cPad {
  padding: 0;
}
.gd.gp0cPad.sh {
  height: 100%;
}
.gd.gp0cPad.allCgw > * {
  width: 100%;
}
.gd.gp0cPad > * {
  margin: 0;
  padding: 1.875rem;
}
@media only screen and (max-width: 1024px) {
  .gd.gp0cPad > * {
    padding: 1.5625rem;
  }
}
@media only screen and (max-width: 812px) {
  .gd.gp0cPad > * {
    padding: 1.25rem;
  }
}
.gd.gp0cPad > *.c1 {
  width: 8.3333333333%;
}
.gd.gp0cPad > *.c2 {
  width: 16.6666666667%;
}
.gd.gp0cPad > *.c3 {
  width: 25%;
}
.gd.gp0cPad > *.c4 {
  width: 33.3333333333%;
}
.gd.gp0cPad > *.c5 {
  width: 41.6666666667%;
}
.gd.gp0cPad > *.c6 {
  width: 50%;
}
.gd.gp0cPad > *.c7 {
  width: 58.3333333333%;
}
.gd.gp0cPad > *.c8 {
  width: 66.6666666667%;
}
.gd.gp0cPad > *.c9 {
  width: 75%;
}
.gd.gp0cPad > *.c10 {
  width: 83.3333333333%;
}
.gd.gp0cPad > *.c11 {
  width: 91.6666666667%;
}
.gd.gp0cPad > *.c12 {
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .gd.gp0cPad > *.c1T {
    width: 16.6666666667%;
  }
  .gd.gp0cPad > *.c2T {
    width: 33.3333333333%;
  }
  .gd.gp0cPad > *.c3T {
    width: 50%;
  }
  .gd.gp0cPad > *.c4T {
    width: 66.6666666667%;
  }
  .gd.gp0cPad > *.c5T {
    width: 83.3333333333%;
  }
  .gd.gp0cPad > *.c6T {
    width: 100%;
  }
}
@media only screen and (max-width: 812px) {
  .gd.gp0cPad > *.c1P {
    width: 25%;
  }
  .gd.gp0cPad > *.c2P {
    width: 50%;
  }
  .gd.gp0cPad > *.c3P {
    width: 75%;
  }
  .gd.gp0cPad > *.c4P {
    width: 100%;
  }
}
.gd.gp1 {
  padding: 0;
}
.gd.gp1.allCgw > * {
  width: calc(100% - 2px);
}
.gd.gp1.sh {
  height: 100%;
}
.gd.gp1 > * {
  margin: 1px;
}
.gd.gp1 > *.c1 {
  width: calc(8.3333333333% - 2px);
}
.gd.gp1 > *.c2 {
  width: calc(16.6666666667% - 2px);
}
.gd.gp1 > *.c3 {
  width: calc(25% - 2px);
}
.gd.gp1 > *.c4 {
  width: calc(33.3333333333% - 2px);
}
.gd.gp1 > *.c5 {
  width: calc(41.6666666667% - 2px);
}
.gd.gp1 > *.c6 {
  width: calc(50% - 2px);
}
.gd.gp1 > *.c7 {
  width: calc(58.3333333333% - 2px);
}
.gd.gp1 > *.c8 {
  width: calc(66.6666666667% - 2px);
}
.gd.gp1 > *.c9 {
  width: calc(75% - 2px);
}
.gd.gp1 > *.c10 {
  width: calc(83.3333333333% - 2px);
}
.gd.gp1 > *.c11 {
  width: calc(91.6666666667% - 2px);
}
.gd.gp1 > *.c12 {
  width: calc(100% - 2px);
}
@media only screen and (max-width: 1024px) {
  .gd.gp1 > *.c1T {
    width: calc(16.6666666667% - 2px);
  }
  .gd.gp1 > *.c2T {
    width: calc(33.3333333333% - 2px);
  }
  .gd.gp1 > *.c3T {
    width: calc(50% - 2px);
  }
  .gd.gp1 > *.c4T {
    width: calc(66.6666666667% - 2px);
  }
  .gd.gp1 > *.c5T {
    width: calc(83.3333333333% - 2px);
  }
  .gd.gp1 > *.c6T {
    width: calc(100% - 2px);
  }
}
@media only screen and (max-width: 812px) {
  .gd.gp1 > *.c1P {
    width: calc(25% - 2px);
  }
  .gd.gp1 > *.c2P {
    width: calc(50% - 2px);
  }
  .gd.gp1 > *.c3P {
    width: calc(75% - 2px);
  }
  .gd.gp1 > *.c4P {
    width: calc(100% - 2px);
  }
}
.gd > * {
  box-sizing: border-box;
  margin: 0.3125rem;
  padding: 1.25rem;
  position: relative;
}
@media only screen and (max-width: 812px) {
  .gd > * {
    padding: 0.9375rem;
  }
}
@media only screen and (max-width: 480px) {
  .gd > * {
    padding: 0.625rem;
  }
}
.gd > *.p0 {
  padding: 0;
}
.gd > *.pR0 {
  padding-right: 0;
}
.gd > *.pEt0 {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}
.gd > *.c1 {
  width: calc(8.3333333333% - 0.625rem);
}
.gd > *.c2 {
  width: calc(16.6666666667% - 0.625rem);
}
.gd > *.c3 {
  width: calc(25% - 0.625rem);
}
.gd > *.c4 {
  width: calc(33.3333333333% - 0.625rem);
}
.gd > *.c5 {
  width: calc(41.6666666667% - 0.625rem);
}
.gd > *.c6 {
  width: calc(50% - 0.625rem);
}
.gd > *.c7 {
  width: calc(58.3333333333% - 0.625rem);
}
.gd > *.c8 {
  width: calc(66.6666666667% - 0.625rem);
}
.gd > *.c9 {
  width: calc(75% - 0.625rem);
}
.gd > *.c10 {
  width: calc(83.3333333333% - 0.625rem);
}
.gd > *.c11 {
  width: calc(91.6666666667% - 0.625rem);
}
.gd > *.c12 {
  width: calc(100% - 0.625rem);
}
@media only screen and (max-width: 1024px) {
  .gd > *.c1T {
    width: calc(16.6666666667% - 0.625rem);
  }
  .gd > *.c2T {
    width: calc(33.3333333333% - 0.625rem);
  }
  .gd > *.c3T {
    width: calc(50% - 0.625rem);
  }
  .gd > *.c4T {
    width: calc(66.6666666667% - 0.625rem);
  }
  .gd > *.c5T {
    width: calc(83.3333333333% - 0.625rem);
  }
  .gd > *.c6T {
    width: calc(100% - 0.625rem);
  }
  .gd > *.o1T {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .gd > *.o2T {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .gd > *.o3T {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .gd > *.o4T {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .gd > *.oFstT {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .gd > *.oLstT {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
}
@media only screen and (max-width: 812px) {
  .gd > *.c1P {
    width: calc(25% - 0.625rem);
  }
  .gd > *.c2P {
    width: calc(50% - 0.625rem);
  }
  .gd > *.c3P {
    width: calc(75% - 0.625rem);
  }
  .gd > *.c4P {
    width: calc(100% - 0.625rem);
  }
  .gd > *.o1P {
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .gd > *.o2P {
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
  .gd > *.o3P {
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .gd > *.o4P {
    -ms-flex-order: 4;
    -webkit-order: 4;
    order: 4;
  }
  .gd > *.oFstP {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
  }
  .gd > *.oLstP {
    -ms-flex-order: 5;
    -webkit-order: 5;
    order: 5;
  }
}
.gd > *.cGw {
  -webkit-box-flex: 1;
  /* OLD - iOS 6-, Safari 3.1-6 */
  -moz-box-flex: 1;
  /* OLD - Firefox 19- */
  width: 100%;
  /* For old syntax, otherwise collapses. */
  -webkit-flex: 1;
  /* Chrome */
  -ms-flex: 1;
  /* IE 10 */
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .gd > *.cGwT {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    width: 100%;
    /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
  }
}
@media only screen and (max-width: 480px) {
  .gd > *.cGwP {
    -webkit-box-flex: 1;
    /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-flex: 1;
    /* OLD - Firefox 19- */
    width: 100%;
    /* For old syntax, otherwise collapses. */
    -webkit-flex: 1;
    /* Chrome */
    -ms-flex: 1;
    /* IE 10 */
    flex: 1;
  }
}
.gd > *.cT {
  align-self: flex-start;
}
.gd > *.cC {
  align-self: center;
}
.gd > *.cB {
  align-self: flex-end;
}
.gd > *.cSh {
  align-self: stretch;
}

/* Copyright 2017 Dominik Krulak
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* -------------------------------- ABOUT --------------------------------------
 * Compiled to:      core.min.css
 * File name abbr.:  -
 * Description:      core layout component that manages the placements of
 *                   main content and navigations.
 * ---------------------------------------------------------------------------*/
html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  width: 100%;
  min-height: 100%;
  margin: 0;
  overflow-x: hidden;
  background-color: #ffffff;
}

main {
  display: block;
}

*[hidden] {
  display: none;
}

.ctHr {
  max-width: 900px;
  margin: 0 auto;
}

.nav {
  box-sizing: border-box;
  position: relative;
}
.nav.X {
  left: 0;
  right: 0;
}
.nav.X > .scrl {
  overflow-x: auto;
  overflow-y: hidden;
}
.nav.X > .scrl > * {
  overflow-x: auto;
  padding-bottom: 20px;
}
.nav.X .arrow {
  position: absolute;
  width: 48px;
  height: 48px;
  top: 50%;
  margin-top: -24px;
  border-radius: 50%;
  cursor: pointer;
  -webkit-box-shadow: 0px 6px 15px -6px rgba(0, 0, 0, 0.87);
  -moz-box-shadow: 0px 6px 15px -6px rgba(0, 0, 0, 0.87);
  box-shadow: 0px 6px 15px -6px rgba(0, 0, 0, 0.87);
  z-index: 2;
  background-color: #ffffff;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.nav.X .arrow:hover::before, .nav.X .arrow:hover::after, .nav.X .arrow:focus::before, .nav.X .arrow:focus::after {
  background-color: #5e5e5e;
}
.nav.X .arrow:active::before, .nav.X .arrow:active::after {
  background-color: #919191;
}
.nav.X .arrow::before, .nav.X .arrow::after {
  content: "";
  position: absolute;
  display: block;
  width: 7px;
  height: 3px;
  border-radius: 7px;
  background-color: #303030;
}
.nav.X .arrow.L {
  left: 0.3125rem;
}
.nav.X .arrow.L::before {
  top: 20px;
  left: 21px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav.X .arrow.L::after {
  top: 24px;
  left: 21px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav.X .arrow.R {
  right: 0.3125rem;
}
.nav.X .arrow.R::before {
  top: 20px;
  right: 21px;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav.X .arrow.R::after {
  top: 24px;
  right: 21px;
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav.Y {
  position: absolute;
  top: 0;
  bottom: 0;
}
.nav.Y > .scrl {
  overflow-y: auto;
  overflow-x: hidden;
}
.nav.Y > .scrl > * {
  overflow-y: auto;
}
.nav.fx {
  position: fixed;
  z-index: 3;
}
.nav > .scrl {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-overflow-scrolling: touch;
}

body > footer {
  padding-bottom: 5rem;
  color: #919191;
  background-color: #000000;
}
body > footer .info {
  border-bottom: 1px solid #5e5e5e;
}
body > footer .info p {
  color: #919191;
}
body > footer ul {
  list-style: none;
}
body > footer ul li {
  padding: 0;
}
body > footer ul li a:not(.hkI):not(.bn) {
  display: block;
  padding: 0.4rem 0;
  color: #c6c6c6;
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 0.8rem;
  line-height: 1.25;
}
@media only screen and (max-width: 480px) {
  body > footer ul li a:not(.hkI):not(.bn) {
    font-size: 0.694rem;
  }
}
body > footer ul li ul {
  padding: 0;
}
body > footer ul li ul li {
  padding: 0;
}
body > footer aside .bn.hEmp {
  margin: 0;
}

/* HTML5 elements */
body {
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  line-height: 1.45;
  font-weight: normal;
  color: #1d1d1f;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4 {
  margin: 1.414em 0 0.5em;
  padding: 0;
  line-height: 1.1;
  font-weight: bold;
  color: #1d1d1f;
}
@media only screen and (max-width: 480px) {
  h1,
h2,
h3,
h4 {
    line-height: 1.05;
  }
}

h5,
h6 {
  margin: 1.333em 0 0.5em;
  padding: 0;
  line-height: 1.3;
  font-weight: bold;
  color: #1d1d1f;
}
@media only screen and (max-width: 480px) {
  h5,
h6 {
    line-height: 1.15;
  }
}

h1 {
  font-family: "Poppins", "Verdana", "Helvetica", "Arial Black", "Trebuchet MS", sans-serif;
  font-size: 3.052em;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 812px) {
  h1 {
    font-size: 1.802em;
  }
}

h2 {
  font-family: "Poppins", "Verdana", "Helvetica", "Arial Black", "Trebuchet MS", sans-serif;
  font-size: 2.441em;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 812px) {
  h2 {
    font-size: 1.602em;
  }
}

h3 {
  font-family: "Poppins", "Verdana", "Helvetica", "Arial Black", "Trebuchet MS", sans-serif;
  font-size: 1.953em;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 812px) {
  h3 {
    font-size: 1.424em;
  }
}

h4 {
  font-family: "Poppins", "Verdana", "Helvetica", "Arial Black", "Trebuchet MS", sans-serif;
  font-size: 1.563em;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 812px) {
  h4 {
    font-size: 1.266em;
  }
}

h5 {
  font-family: "Poppins", "Verdana", "Helvetica", "Arial Black", "Trebuchet MS", sans-serif;
  font-size: 1.25em;
  letter-spacing: 0.02em;
}
@media only screen and (max-width: 812px) {
  h5 {
    font-size: 1.125em;
  }
}

h6 {
  font-family: "Poppins", "Verdana", "Helvetica", "Arial Black", "Trebuchet MS", sans-serif;
  font-size: 1em;
  letter-spacing: 0.02em;
}

p {
  margin: 0 0 1.3rem 0;
  color: #1d1d1f;
}

a:not(.hkI):not(.bn) {
  color: #f68400;
  text-decoration: none;
  outline: none;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
a:not(.hkI):not(.bn):hover, a:not(.hkI):not(.bn):active, a:not(.hkI):not(.bn):focus {
  text-decoration: underline;
}

.hkI {
  position: relative;
  display: inline-flex;
  color: #f68400;
  text-decoration: none;
  outline: none;
  cursor: pointer;
}
.hkI.sbjtR svg {
  margin-left: 0.5rem;
}
.hkI.sbjtL svg {
  margin-right: 0.5rem;
}
.hkI svg {
  align-self: center;
}
.hkI svg > * {
  fill: #f68400;
}
.hkI:hover > span,
.hkI :active > span,
.hkI :focus > span {
  text-decoration: underline;
}
.hkI:active {
  color: #f68400;
}
.hkI:active svg {
  fill: #f68400;
}

blockquote {
  margin: 2rem 0;
  padding: 0;
}
blockquote p {
  position: relative;
  font-family: Times New Roman, Georgia, serif;
  font-size: 1.45rem;
  font-style: italic;
  letter-spacing: 0.04em;
}
blockquote p:before {
  content: "“";
  padding-right: 0.375rem;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 0;
}
blockquote p:after {
  content: "”";
  padding-left: 0.375rem;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 0;
}
blockquote footer cite {
  font-style: normal;
  color: #919191;
}

mark {
  background-color: #3f3;
}

ol,
ul {
  margin: 0 0 1.2rem 0;
}
ol > li,
ul > li {
  padding: 0.4rem 0;
}

code {
  display: inline-block;
  color: #1d1d1f;
  font-family: monospace;
  font-size: inherit;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.25em 0.625em;
  vertical-align: middle;
  border: 1px solid #80808b;
  border-radius: 3px;
  background-color: #ffffff;
}

pre {
  font-family: monospace;
  font-size: 1.125rem;
  line-height: 1.55;
  white-space: pre-line;
  color: #5e5e5e;
  margin: 0.875rem 0;
  padding: 1.25rem;
  overflow: auto;
  border: 1px solid #80808b;
  border-radius: 3px;
  background-color: #ffffff;
}
pre code {
  font-size: inherit;
  line-height: inherit;
  padding: 0;
  border: none;
  background-color: rgba(0, 0, 0, 0);
}

.tLt {
  font-weight: lighter;
}

.tNml {
  font-weight: normal;
}

.lH1 {
  line-height: 1;
}

.h1 {
  font-family: "Poppins", "Verdana", "Helvetica", "Arial Black", "Trebuchet MS", sans-serif;
  font-size: 3.052em;
  letter-spacing: -0.02em;
  font-weight: bold;
}
@media only screen and (max-width: 812px) {
  .h1 {
    font-size: 1.802em;
  }
}

.h2 {
  font-family: "Poppins", "Verdana", "Helvetica", "Arial Black", "Trebuchet MS", sans-serif;
  font-size: 2.441em;
  letter-spacing: -0.02em;
  font-weight: bold;
}
@media only screen and (max-width: 812px) {
  .h2 {
    font-size: 1.602em;
  }
}

.h3 {
  font-family: "Poppins", "Verdana", "Helvetica", "Arial Black", "Trebuchet MS", sans-serif;
  font-size: 1.953em;
  letter-spacing: -0.02em;
  font-weight: bold;
}
@media only screen and (max-width: 812px) {
  .h3 {
    font-size: 1.424em;
  }
}

.h4 {
  font-family: "Poppins", "Verdana", "Helvetica", "Arial Black", "Trebuchet MS", sans-serif;
  font-size: 1.563em;
  letter-spacing: -0.01em;
  font-weight: bold;
}
@media only screen and (max-width: 812px) {
  .h4 {
    font-size: 1.266em;
  }
}

.h5 {
  font-family: "Poppins", "Verdana", "Helvetica", "Arial Black", "Trebuchet MS", sans-serif;
  font-size: 1.25em;
  letter-spacing: 0.02em;
  font-weight: bold;
}
@media only screen and (max-width: 812px) {
  .h5 {
    font-size: 1.125em;
  }
}

.h6 {
  font-family: "Poppins", "Verdana", "Helvetica", "Arial Black", "Trebuchet MS", sans-serif;
  font-size: 1em;
  letter-spacing: 0.02em;
  font-weight: bold;
}

.h7 {
  font-family: "Poppins", "Verdana", "Helvetica", "Arial Black", "Trebuchet MS", sans-serif;
  font-size: 0.8rem;
  letter-spacing: 0.02em;
  line-height: 1.25;
  font-weight: bold;
}

.b1 {
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 3.052em;
}
@media only screen and (max-width: 812px) {
  .b1 {
    font-size: 1.802em;
  }
}

.b2 {
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 2.441em;
}
@media only screen and (max-width: 812px) {
  .b2 {
    font-size: 1.602em;
  }
}

.b3 {
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 1.953em;
}
@media only screen and (max-width: 812px) {
  .b3 {
    font-size: 1.424em;
  }
}

.b4 {
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 1.563em;
}
@media only screen and (max-width: 812px) {
  .b4 {
    font-size: 1.266em;
  }
}

.b5 {
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 1.25em;
}
@media only screen and (max-width: 812px) {
  .b5 {
    font-size: 1.125em;
  }
}

.b6 {
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 1em;
}

.b7 {
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 0.8rem;
  line-height: 1.25;
}
@media only screen and (max-width: 480px) {
  .b7 {
    font-size: 0.694rem;
  }
}

.tUc {
  text-transform: uppercase;
}

.tJy {
  text-align: justify;
}

.tNw {
  white-space: nowrap;
}

.tR {
  text-align: right;
}

.tC {
  text-align: center;
}

@media only screen and (max-width: 1024px) {
  .tLT {
    text-align: left;
  }

  .tCT {
    text-align: center;
  }

  .tRT {
    text-align: right;
  }
}
@media only screen and (max-width: 812px) {
  .tLP {
    text-align: left;
  }

  .tCP {
    text-align: center;
  }

  .tRP {
    text-align: right;
  }
}
.bn {
  display: -webkit-inline-flex;
  display: inline-flex;
  position: relative;
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 0.875rem;
  letter-spacing: 0;
  padding: 0.3125rem 1.75rem;
  line-height: 24px;
  border: 1px solid rgba(0, 0, 0, 0);
  margin: 0.375rem;
  border-radius: 3px;
  color: #1d1d1f;
  background: rgba(0, 0, 0, 0);
  outline: none;
  font-weight: normal;
  text-decoration: none;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.bn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -1px;
  padding: 1px;
  border-radius: 3px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.bn:hover {
  text-decoration: none;
}
.bn:hover::after {
  background-color: rgba(0, 0, 0, 0.05);
}
.bn:focus {
  text-decoration: none;
}
.bn:focus::after {
  background-color: rgba(0, 0, 0, 0.05);
}
.bn:active {
  text-decoration: none;
}
.bn:active::after {
  background-color: rgba(0, 0, 0, 0.15);
}
.bn::-moz-focus-inner {
  border: 0;
}
.bn[disabled][disabled] {
  cursor: not-allowed;
  pointer-events: none;
  color: #5e5e5e;
}
.bn[disabled][disabled] svg > * {
  fill: #5e5e5e;
}
.bn[disabled][disabled] .i span:after {
  background: #5e5e5e;
}
.bn svg {
  width: 24px;
  height: 24px;
}
.bn svg > * {
  fill: #1d1d1f;
}
.bn input.bn[type=submit] {
  -webkit-appearance: none;
}
.bn.sbjt {
  padding: 0.3125rem;
  line-height: 1;
}
.bn.sbjtL svg, .bn.sbjtL .i {
  margin-right: 0.625rem;
}
.bn.sbjtR svg, .bn.sbjtR .i {
  margin-left: 0.625rem;
}
.bn.l {
  padding: 0.1875rem 3rem;
  line-height: 48px;
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 1.25rem;
  letter-spacing: 0.03125rem;
}
.bn.l.sbjt {
  padding: 0.5rem;
}
.bn.l.sbjtL svg, .bn.l.sbjtL .i {
  margin-right: 1rem;
}
.bn.l.sbjtR svg, .bn.l.sbjtR .i {
  margin-left: 1rem;
}
.bn.l svg {
  width: 48px;
  height: 48px;
}
.bn.s {
  padding: 0.125rem 0.625rem;
  line-height: 20px;
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.03125rem;
}
.bn.s.sbjt {
  padding: 2px;
}
.bn.s.sbjtL svg, .bn.s.sbjtL .i {
  margin-right: 0.375rem;
}
.bn.s.sbjtR svg, .bn.s.sbjtR .i {
  margin-left: 0.375rem;
}
.bn.s svg {
  width: 20px;
  height: 20px;
}
.bn.xs {
  padding: 0.125rem 0.3125rem;
  line-height: 14px;
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 0.6875rem;
  letter-spacing: 0.0225rem;
}
.bn.xs svg {
  width: 16px;
  height: 16px;
}
.bn.rd {
  border-radius: 50px;
}
.bn.rd::after {
  border-radius: 50px;
}
.bn.rd.sbjt {
  border-radius: 50%;
}
.bn.bd {
  font-weight: bold;
}
.bn.ue {
  text-transform: uppercase;
}
.bn.gw {
  width: 100%;
  margin: 0.375rem 0;
  padding: 0;
}
.bn.gw > span {
  padding: 0.3125rem 1.75rem;
  height: 24px;
  line-height: 24px;
  width: 100%;
}
.bn.gw.s > span {
  padding: 0.125rem 0.625rem;
  height: 20px;
  line-height: 20px;
}
.bn.mEmp {
  border-color: #f68400;
}
.bn.mEmp[disabled][disabled] {
  border-color: #ffc597;
}
.bn.hEmp {
  color: #1d1d1f;
  background-color: #f68400;
}
.bn.hEmp[disabled][disabled] {
  color: #5e5e5e;
  background-color: #ffc597;
}
.bn.hEmp[disabled][disabled] svg > * {
  fill: #5e5e5e;
}
.bn.hEmp svg > * {
  fill: #1d1d1f;
}
.bn.snd {
  color: #1d1d1f;
}
.bn.snd svg > * {
  fill: #1d1d1f;
}
.bn.snd[disabled][disabled] {
  color: #5e5e5e;
}
.bn.snd[disabled][disabled] svg > * {
  fill: #5e5e5e;
}
.bn.snd[disabled][disabled] .i span:after {
  background: #5e5e5e;
}
.bn.snd.mEmp {
  border-color: #1d1d1f;
}
.bn.snd.mEmp[disabled][disabled] {
  border-color: #5e5e5e;
}
.bn.snd.hEmp {
  color: #ffffff;
  background-color: #1d1d1f;
}
.bn.snd.hEmp[disabled][disabled] {
  color: #c6c6c6;
  background-color: #5e5e5e;
}
.bn.snd.hEmp[disabled][disabled] svg > * {
  fill: #c6c6c6;
}
.bn.snd.hEmp svg > * {
  fill: #ffffff;
}
.bn.snd.sbjt.on svg > * {
  fill: #f68400;
}
.bn.snd.sbjt.on svg > .fil {
  fill: #f68400;
}
.bn.snd.sbjt.on svg > .filO {
  fill: #303030;
}
.bn.snd.sbjt.on svg > .strkO {
  stroke: #303030;
}
.bn.snd.sbjt.on[disabled][disabled] svg > * {
  fill: #ffc597;
}
.bn.snd.sbjt.on.mEmp {
  border-color: #f68400;
}
.bn.snd.sbjt.on.mEmp[disabled][disabled] {
  border-color: #ffc597;
}
.bn.snd.sbjt.on.hEmp {
  background-color: #f68400;
}
.bn.snd.sbjt.on.hEmp[disabled][disabled] {
  background-color: #ffc597;
}
.bn.snd.sbjt.on.hEmp[disabled][disabled] svg > * {
  fill: #303030;
}
.bn.snd.sbjt.on.hEmp svg > * {
  fill: #303030;
}
.bn.snd.sbjt.on.hEmp svg > .fil {
  fill: #303030;
}
.bn.snd.sbjt.on.hEmp svg > .filO {
  fill: #f68400;
}
.bn.snd.sbjt.on.hEmp svg > .strkO {
  stroke: #f68400;
}
.bn.dgr {
  color: #ff3b30;
}
.bn.dgr svg > * {
  fill: #ff3b30;
}
.bn.dgr[disabled][disabled] {
  color: #ffdcda;
}
.bn.dgr[disabled][disabled] svg > * {
  fill: #ffdcda;
}
.bn.dgr[disabled][disabled] .i span:after {
  background: #ffdcda;
}
.bn.dgr.mEmp {
  border-color: #ff3b30;
}
.bn.dgr.mEmp[disabled][disabled] {
  border-color: #ffdcda;
}
.bn.dgr.hEmp {
  color: #ffffff;
  background-color: #ff3b30;
}
.bn.dgr.hEmp[disabled][disabled] {
  color: #ffffff;
  background-color: #ffdcda;
}
.bn.dgr.hEmp[disabled][disabled] svg > * {
  fill: #ffdcda;
}
.bn.dgr.hEmp svg > * {
  fill: #ffffff;
}

/* Copyright 2017 Dominik Krulak
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*
 * -----------------------------------------------------------------------------
 *
 * Compiled to: core.min.css
 * File name abbr. meaning:
 * Description: Reset styles that are computed or applied by default.
 *
 * -----------------------------------------------------------------------------
 */
/* Copyright 2017 Dominik Krulak
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*
 * -----------------------------------------------------------------------------
 *
 * Compiled to: core.min.css
 * File name abbr. meaning: html5 boilerplate
 * Description: Reset styles that are computed or applied by default.
 *
 * -----------------------------------------------------------------------------
 */
/* Copyright 2017 Dominik Krulak
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* -------------------------------- ABOUT --------------------------------------
 * Compiled to:      *
 * File name abbr.:  -
 * Description:      SASS variables that are imported in almost every CSS
 *                   stylesheet.
 * ---------------------------------------------------------------------------*/
/* Local default fonts */
/* Google fonts */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* Theme */
/* Typography and iconography colors */
/* SPINNER */
/* ANIMATION */
/* SNACKBAR */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
::selection {
  background: #ffc597;
  color: #303030;
  text-shadow: none;
}

hr {
  display: block;
  height: 1px;
  width: 100%;
  border: 0;
  background-color: #ebebec;
  margin: 1em 0;
  padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
  border: none;
}

video {
  width: 100%;
  height: auto;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

figure {
  width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
}

figcaption {
  padding: 1.25rem;
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 0.8rem;
  line-height: 1.25;
}
@media only screen and (max-width: 480px) {
  figcaption {
    font-size: 0.694rem;
  }
}
@media only screen and (max-width: 1024px) {
  figcaption {
    padding: 0.9375rem;
  }
}
@media only screen and (max-width: 812px) {
  figcaption {
    padding: 0.625rem;
  }
}

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

@media print {
  *,
*:before,
*:after,
*:first-letter {
    background: transparent;
    color: #000;
    /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    box-shadow: none;
  }

  a,
a:visited {
    text-decoration: underline;
  }

  a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="#"]:after,
a[href^="javascript:"]:after {
    content: "";
  }

  pre,
blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  img {
    page-break-inside: avoid;
    max-width: 100%;
  }

  p,
h2,
h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
h3 {
    page-break-after: avoid;
  }
}
/* Copyright 2017 Dominik Krulak
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/*
 * -----------------------------------------------------------------------------
 *
 * Compiled to: core.min.css
 * File name abbr.:
 * Description: Reset styles that are computed or applied by default.
 *
 * -----------------------------------------------------------------------------
 */
/* Copyright 2017 Dominik Krulak
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* -------------------------------- ABOUT --------------------------------------
 * Compiled to:      *
 * File name abbr.:  -
 * Description:      SASS variables that are imported in almost every CSS
 *                   stylesheet.
 * ---------------------------------------------------------------------------*/
/* Local default fonts */
/* Google fonts */
/**
 * Copyright 2015 Google Inc. All Rights Reserved.
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* Theme */
/* Typography and iconography colors */
/* SPINNER */
/* ANIMATION */
/* SNACKBAR */
/* Copyright 2017 Dominik Krulak
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */
/* -------------------------------- ABOUT --------------------------------------
 * Compiled to:      *
 * File name abbr.:  -
 * Description:      SASS mixins that are imported in almost every CSS
 *                   stylesheet.
 * ---------------------------------------------------------------------------*/
/* Dialog */
.hn {
  display: none;
}

@media only screen and (max-width: 480px) {
  .hnP {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .hnT {
    display: none;
  }
}

@media only screen and (min-width: 1025px) {
  .hnD {
    display: none;
  }
}

.hnv {
  position: absolute;
  border: 0;
  clip: rect(0 0 0 0);
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
}

@media only screen and (max-width: 480px) {
  .hnvP {
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 812px) {
  .hnvPT {
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
  }
}

@media only screen and (max-width: 1024px) {
  .hnvT {
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
  }
}

@media only screen and (min-width: 1025px) {
  .hnvD {
    position: absolute;
    border: 0;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
  }
}

.hnv.fe:active,
.hnv.fe:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.ie {
  visibility: hidden;
}

.cx:after,
.cx:before {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.cx:after {
  clear: both;
}

.sn {
  display: block;
}

.cvr {
  min-height: 100vh;
  object-fit: cover;
  object-position: center;
  max-height: 100vh;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 1024px) {
  .cvr {
    min-height: 85vh;
    max-height: 85vh;
  }
}
@media only screen and (max-width: 812px) {
  .cvr {
    min-height: 55vh;
    max-height: 55vh;
  }
}
@media only screen and (max-width: 480px) {
  .cvr {
    min-height: 45vh;
    max-height: 45vh;
  }
}

.cvr45vh {
  min-height: 45vh;
  object-fit: cover;
  object-position: center;
  max-height: 45vh;
  width: 100%;
  height: 100%;
}

.cvr50vh {
  min-height: 50vh;
  object-fit: cover;
  object-position: center;
  max-height: 50vh;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .cvr50vh {
    min-height: 45vh;
    max-height: 45vh;
  }
}

.cvr75vh {
  min-height: 75vh;
  object-fit: cover;
  object-position: center;
  max-height: 75vh;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 812px) {
  .cvr75vh {
    min-height: 70vh;
    max-height: 70vh;
  }
}
@media only screen and (max-width: 480px) {
  .cvr75vh {
    min-height: 60vh;
    max-height: 60vh;
  }
}

.cvr60vh {
  min-height: 60vh;
  object-fit: cover;
  object-position: center;
  max-height: 60vh;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .cvr60vh {
    min-height: 50vh;
    max-height: 50vh;
  }
}

.cvr85vh {
  min-height: 85vh;
  object-fit: cover;
  object-position: center;
  max-height: 85vh;
  width: 100%;
  height: 100%;
}

.ab {
  position: absolute;
}

.rv {
  position: relative;
}

.idx1 {
  z-index: 1;
}

.cEl::before {
  content: "";
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  width: 100%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.cEl::after {
  content: "";
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  width: 100%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
@media only screen and (max-width: 812px) {
  .cElP::before {
    content: "";
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .cElP::after {
    content: "";
    position: relative;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    width: 100%;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

.rEl::before {
  content: "";
  position: relative;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  width: 100%;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

svg > * {
  fill: #303030;
  stroke: rgba(0, 0, 0, 0);
}

.i {
  width: 24px;
  height: 24px;
}
.i.xs {
  width: 16px;
  height: 16px;
}
.i.s {
  width: 20px;
  height: 20px;
}
.i.l {
  width: 48px;
  height: 48px;
}
.i.xl {
  width: 72px;
  height: 72px;
}

.bnTgl {
  position: relative;
  cursor: pointer;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.bnTgl::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50px;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
.bnTgl:hover::after, .bnTgl:focus::after {
  background-color: rgba(0, 0, 0, 0.05);
}
.bnTgl:active::after {
  background-color: rgba(0, 0, 0, 0.15);
}

.ntf {
  display: inline-block;
  padding: 0.25rem 1rem;
  border-radius: 3px;
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 0.8rem;
  line-height: 1.25;
  z-index: 5;
}
@media only screen and (max-width: 480px) {
  .ntf {
    font-size: 0.694rem;
  }
}
.ntf.scs {
  color: #303030;
  background-color: #4cd964;
}
.ntf.dgr {
  color: #ffffff;
  background-color: #ff3b30;
}

#privacyPrompt {
  position: fixed;
  bottom: 0;
  width: 100%;
  max-height: 250px;
  z-index: 3;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  transition-duration: 0.2s;
  -webkit-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  -moz-transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
  transition-timing-function: cubic-bezier(0.42, 0, 0.58, 1);
}
#privacyPrompt.hide {
  max-height: 0;
  margin-bottom: -0.625rem;
}
#privacyPrompt > .gd {
  margin: 0.9375rem;
  color: rgba(255, 255, 255, 0.87);
  border: 1px solid #5e5e5e;
  border-radius: 3px;
  background-color: #000000;
}
#privacyPrompt > .gd a > * {
  color: #f68400;
}
#privacyPrompt > .gd a svg > * {
  fill: #f68400;
}

.note {
  position: relative;
  box-sizing: border-box;
  margin: 1.5rem 0;
  padding: 0.875rem 0.875rem 0.875rem 2.5rem;
  background-color: #f2efeb;
}
.note > * {
  position: relative;
  margin: 0;
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 0.8rem;
  line-height: 1.25;
  color: #4b4b4e;
}
@media only screen and (max-width: 480px) {
  .note > * {
    font-size: 0.694rem;
  }
}
.note > * > * {
  font-size: inherit;
}
.note > *:first-child:before {
  content: "*";
  position: absolute;
  font-family: "Arial", "Georgia", "Helvetica", "Tahoma", sans-serif;
  font-size: 2.441em;
  font-weight: bold;
  line-height: 0;
  top: 1.05rem;
  left: -1.5rem;
}
@media only screen and (max-width: 812px) {
  .note > *:first-child:before {
    font-size: 1.602em;
  }
}
.note.tip {
  background-color: #bcf1c5;
}
.note.tip > * {
  color: #1c822d;
}
.note.wn {
  background-color: #ffe788;
}
.note.wn > * {
  color: #775f00;
}
.note.dgr {
  background-color: #ff9b96;
}
.note.dgr * {
  color: #a70900;
}

p.link > a {
  position: relative;
  margin-right: 2rem;
  font-weight: bold;
}
p.link > a::before, p.link > a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 2px;
  right: 0;
  top: 50%;
  margin-right: -16px;
  background-color: #f68400;
}
p.link > a::before {
  margin-top: -4px;
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
}
p.link > a::after {
  margin-top: 2px;
  -ms-transform: rotate(-55deg);
  transform: rotate(-55deg);
}
@media only screen and (max-width: 480px) {
  p.link > a::before {
    margin-top: -3px;
  }
  p.link > a::after {
    margin-top: 2px;
  }
}
p.link.s > a {
  margin-right: 1.5rem;
}
p.link.s > a::before, p.link.s > a::after {
  width: 5px;
  height: 2px;
  right: 0;
  top: 50%;
  margin-right: -12px;
}
p.link.s > a::before {
  margin-top: -3px;
  -ms-transform: rotate(55deg);
  transform: rotate(55deg);
}
p.link.s > a::after {
  margin-top: 1px;
  -ms-transform: rotate(-55deg);
  transform: rotate(-55deg);
}
@media only screen and (max-width: 480px) {
  p.link.s > a::before {
    margin-top: -2px;
  }
  p.link.s > a::after {
    margin-top: 1px;
  }
}
