/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/../lib/bootstrap-sass/assets/stylesheets/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.428571429;
  color: #333333;
  background-color: #fff;
}

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

a {
  color: #337ab7;
  text-decoration: none;
}

a:hover, a:focus {
  color: #23527c;
  text-decoration: underline;
}

a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.img-rounded {
  border-radius: 6px;
}

.img-thumbnail {
  padding: 4px;
  line-height: 1.428571429;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}

.img-circle {
  border-radius: 50%;
}

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}

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

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

[role="button"] {
  cursor: pointer;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}

h1 small,
h1 .small, h2 small,
h2 .small, h3 small,
h3 .small, h4 small,
h4 .small, h5 small,
h5 .small, h6 small,
h6 .small,
.h1 small,
.h1 .small, .h2 small,
.h2 .small, .h3 small,
.h3 .small, .h4 small,
.h4 .small, .h5 small,
.h5 .small, .h6 small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}

h1, .h1,
h2, .h2,
h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h1 small,
h1 .small, .h1 small,
.h1 .small,
h2 small,
h2 .small, .h2 small,
.h2 .small,
h3 small,
h3 .small, .h3 small,
.h3 .small {
  font-size: 65%;
}

h4, .h4,
h5, .h5,
h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h4 small,
h4 .small, .h4 small,
.h4 .small,
h5 small,
h5 .small, .h5 small,
.h5 .small,
h6 small,
h6 .small, .h6 small,
.h6 .small {
  font-size: 75%;
}

h1, .h1 {
  font-size: 36px;
}

h2, .h2 {
  font-size: 30px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 18px;
}

h5, .h5 {
  font-size: 14px;
}

h6, .h6 {
  font-size: 12px;
}

p {
  margin: 0 0 10px;
}

.lead {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.4;
}

@media (min-width: 768px) {
  .lead {
    font-size: 21px;
  }
}

small,
.small {
  font-size: 85%;
}

mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase, .initialism {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.text-muted {
  color: #777777;
}

.text-primary {
  color: #337ab7;
}

a.text-primary:hover,
a.text-primary:focus {
  color: #286090;
}

.text-success {
  color: #3c763d;
}

a.text-success:hover,
a.text-success:focus {
  color: #2b542c;
}

.text-info {
  color: #31708f;
}

a.text-info:hover,
a.text-info:focus {
  color: #245269;
}

.text-warning {
  color: #8a6d3b;
}

a.text-warning:hover,
a.text-warning:focus {
  color: #66512c;
}

.text-danger {
  color: #a94442;
}

a.text-danger:hover,
a.text-danger:focus {
  color: #843534;
}

.bg-primary {
  color: #fff;
}

.bg-primary {
  background-color: #337ab7;
}

a.bg-primary:hover,
a.bg-primary:focus {
  background-color: #286090;
}

.bg-success {
  background-color: #dff0d8;
}

a.bg-success:hover,
a.bg-success:focus {
  background-color: #c1e2b3;
}

.bg-info {
  background-color: #d9edf7;
}

a.bg-info:hover,
a.bg-info:focus {
  background-color: #afd9ee;
}

.bg-warning {
  background-color: #fcf8e3;
}

a.bg-warning:hover,
a.bg-warning:focus {
  background-color: #f7ecb5;
}

.bg-danger {
  background-color: #f2dede;
}

a.bg-danger:hover,
a.bg-danger:focus {
  background-color: #e4b9b9;
}

.page-header {
  padding-bottom: 9px;
  margin: 40px 0 20px;
  border-bottom: 1px solid #eeeeee;
}

ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}

ul ul,
ul ol,
ol ul,
ol ol {
  margin-bottom: 0;
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}

.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}

dl {
  margin-top: 0;
  margin-bottom: 20px;
}

dt,
dd {
  line-height: 1.428571429;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

.dl-horizontal dd:before, .dl-horizontal dd:after {
  content: " ";
  display: table;
}

.dl-horizontal dd:after {
  clear: both;
}

@media (min-width: 768px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .dl-horizontal dd {
    margin-left: 180px;
  }
}

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}

.initialism {
  font-size: 90%;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eeeeee;
}

blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote small,
blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.428571429;
  color: #777777;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
  content: '\2014 \00A0';
}

.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}

.blockquote-reverse footer:before,
.blockquote-reverse small:before,
.blockquote-reverse .small:before,
blockquote.pull-right footer:before,
blockquote.pull-right small:before,
blockquote.pull-right .small:before {
  content: '';
}

.blockquote-reverse footer:after,
.blockquote-reverse small:after,
.blockquote-reverse .small:after,
blockquote.pull-right footer:after,
blockquote.pull-right small:after,
blockquote.pull-right .small:after {
  content: '\00A0 \2014';
}

address {
  margin-bottom: 20px;
  font-style: normal;
  line-height: 1.428571429;
}

code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}

code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}

kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}

kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}

pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.428571429;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 4px;
}

pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}

.col-xs-1 {
  width: 8.3333333333%;
}

.col-xs-2 {
  width: 16.6666666667%;
}

.col-xs-3 {
  width: 25%;
}

.col-xs-4 {
  width: 33.3333333333%;
}

.col-xs-5 {
  width: 41.6666666667%;
}

.col-xs-6 {
  width: 50%;
}

.col-xs-7 {
  width: 58.3333333333%;
}

.col-xs-8 {
  width: 66.6666666667%;
}

.col-xs-9 {
  width: 75%;
}

.col-xs-10 {
  width: 83.3333333333%;
}

.col-xs-11 {
  width: 91.6666666667%;
}

.col-xs-12 {
  width: 100%;
}

.col-xs-pull-0 {
  right: auto;
}

.col-xs-pull-1 {
  right: 8.3333333333%;
}

.col-xs-pull-2 {
  right: 16.6666666667%;
}

.col-xs-pull-3 {
  right: 25%;
}

.col-xs-pull-4 {
  right: 33.3333333333%;
}

.col-xs-pull-5 {
  right: 41.6666666667%;
}

.col-xs-pull-6 {
  right: 50%;
}

.col-xs-pull-7 {
  right: 58.3333333333%;
}

.col-xs-pull-8 {
  right: 66.6666666667%;
}

.col-xs-pull-9 {
  right: 75%;
}

.col-xs-pull-10 {
  right: 83.3333333333%;
}

.col-xs-pull-11 {
  right: 91.6666666667%;
}

.col-xs-pull-12 {
  right: 100%;
}

.col-xs-push-0 {
  left: auto;
}

.col-xs-push-1 {
  left: 8.3333333333%;
}

.col-xs-push-2 {
  left: 16.6666666667%;
}

.col-xs-push-3 {
  left: 25%;
}

.col-xs-push-4 {
  left: 33.3333333333%;
}

.col-xs-push-5 {
  left: 41.6666666667%;
}

.col-xs-push-6 {
  left: 50%;
}

.col-xs-push-7 {
  left: 58.3333333333%;
}

.col-xs-push-8 {
  left: 66.6666666667%;
}

.col-xs-push-9 {
  left: 75%;
}

.col-xs-push-10 {
  left: 83.3333333333%;
}

.col-xs-push-11 {
  left: 91.6666666667%;
}

.col-xs-push-12 {
  left: 100%;
}

.col-xs-offset-0 {
  margin-left: 0%;
}

.col-xs-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  margin-left: 100%;
}

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-1 {
    width: 8.3333333333%;
  }
  .col-sm-2 {
    width: 16.6666666667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-4 {
    width: 33.3333333333%;
  }
  .col-sm-5 {
    width: 41.6666666667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-7 {
    width: 58.3333333333%;
  }
  .col-sm-8 {
    width: 66.6666666667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-10 {
    width: 83.3333333333%;
  }
  .col-sm-11 {
    width: 91.6666666667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-pull-1 {
    right: 8.3333333333%;
  }
  .col-sm-pull-2 {
    right: 16.6666666667%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-4 {
    right: 33.3333333333%;
  }
  .col-sm-pull-5 {
    right: 41.6666666667%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-7 {
    right: 58.3333333333%;
  }
  .col-sm-pull-8 {
    right: 66.6666666667%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-10 {
    right: 83.3333333333%;
  }
  .col-sm-pull-11 {
    right: 91.6666666667%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-push-1 {
    left: 8.3333333333%;
  }
  .col-sm-push-2 {
    left: 16.6666666667%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-4 {
    left: 33.3333333333%;
  }
  .col-sm-push-5 {
    left: 41.6666666667%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-7 {
    left: 58.3333333333%;
  }
  .col-sm-push-8 {
    left: 66.6666666667%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-10 {
    left: 83.3333333333%;
  }
  .col-sm-push-11 {
    left: 91.6666666667%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-1 {
    width: 8.3333333333%;
  }
  .col-md-2 {
    width: 16.6666666667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-4 {
    width: 33.3333333333%;
  }
  .col-md-5 {
    width: 41.6666666667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-7 {
    width: 58.3333333333%;
  }
  .col-md-8 {
    width: 66.6666666667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-10 {
    width: 83.3333333333%;
  }
  .col-md-11 {
    width: 91.6666666667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-pull-1 {
    right: 8.3333333333%;
  }
  .col-md-pull-2 {
    right: 16.6666666667%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-4 {
    right: 33.3333333333%;
  }
  .col-md-pull-5 {
    right: 41.6666666667%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-7 {
    right: 58.3333333333%;
  }
  .col-md-pull-8 {
    right: 66.6666666667%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-10 {
    right: 83.3333333333%;
  }
  .col-md-pull-11 {
    right: 91.6666666667%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-push-1 {
    left: 8.3333333333%;
  }
  .col-md-push-2 {
    left: 16.6666666667%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-4 {
    left: 33.3333333333%;
  }
  .col-md-push-5 {
    left: 41.6666666667%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-7 {
    left: 58.3333333333%;
  }
  .col-md-push-8 {
    left: 66.6666666667%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-10 {
    left: 83.3333333333%;
  }
  .col-md-push-11 {
    left: 91.6666666667%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-1 {
    width: 8.3333333333%;
  }
  .col-lg-2 {
    width: 16.6666666667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-4 {
    width: 33.3333333333%;
  }
  .col-lg-5 {
    width: 41.6666666667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-7 {
    width: 58.3333333333%;
  }
  .col-lg-8 {
    width: 66.6666666667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-10 {
    width: 83.3333333333%;
  }
  .col-lg-11 {
    width: 91.6666666667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-pull-1 {
    right: 8.3333333333%;
  }
  .col-lg-pull-2 {
    right: 16.6666666667%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-4 {
    right: 33.3333333333%;
  }
  .col-lg-pull-5 {
    right: 41.6666666667%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-7 {
    right: 58.3333333333%;
  }
  .col-lg-pull-8 {
    right: 66.6666666667%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-10 {
    right: 83.3333333333%;
  }
  .col-lg-pull-11 {
    right: 91.6666666667%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-push-1 {
    left: 8.3333333333%;
  }
  .col-lg-push-2 {
    left: 16.6666666667%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-4 {
    left: 33.3333333333%;
  }
  .col-lg-push-5 {
    left: 41.6666666667%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-7 {
    left: 58.3333333333%;
  }
  .col-lg-push-8 {
    left: 66.6666666667%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-10 {
    left: 83.3333333333%;
  }
  .col-lg-push-11 {
    left: 91.6666666667%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn:hover, .btn:focus, .btn.focus {
  color: #333;
  text-decoration: none;
}

.btn:active, .btn.active {
  outline: 0;
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

.btn.disabled, .btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  opacity: 0.65;
  filter: alpha(opacity=65);
  box-shadow: none;
}

a.btn.disabled,
fieldset[disabled] a.btn {
  pointer-events: none;
}

.btn-default {
  color: #333;
  background-color: #fff;
  border-color: #ccc;
}

.btn-default:focus, .btn-default.focus {
  color: #333;
  background-color: #e6e6e6;
  border-color: #8c8c8c;
}

.btn-default:hover {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus,
.open > .btn-default.dropdown-toggle:hover,
.open > .btn-default.dropdown-toggle:focus,
.open > .btn-default.dropdown-toggle.focus {
  color: #333;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}

.btn-default:active, .btn-default.active,
.open > .btn-default.dropdown-toggle {
  background-image: none;
}

.btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus,
fieldset[disabled] .btn-default:hover,
fieldset[disabled] .btn-default:focus,
fieldset[disabled] .btn-default.focus {
  background-color: #fff;
  border-color: #ccc;
}

.btn-default .badge {
  color: #fff;
  background-color: #333;
}

.btn-primary {
  color: #fff;
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary:focus, .btn-primary.focus {
  color: #fff;
  background-color: #286090;
  border-color: #122b40;
}

.btn-primary:hover {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #286090;
  border-color: #204d74;
}

.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus,
.open > .btn-primary.dropdown-toggle:hover,
.open > .btn-primary.dropdown-toggle:focus,
.open > .btn-primary.dropdown-toggle.focus {
  color: #fff;
  background-color: #204d74;
  border-color: #122b40;
}

.btn-primary:active, .btn-primary.active,
.open > .btn-primary.dropdown-toggle {
  background-image: none;
}

.btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus,
fieldset[disabled] .btn-primary:hover,
fieldset[disabled] .btn-primary:focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #337ab7;
  border-color: #2e6da4;
}

.btn-primary .badge {
  color: #337ab7;
  background-color: #fff;
}

.btn-success {
  color: #fff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success:focus, .btn-success.focus {
  color: #fff;
  background-color: #449d44;
  border-color: #255625;
}

.btn-success:hover {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #449d44;
  border-color: #398439;
}

.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus,
.open > .btn-success.dropdown-toggle:hover,
.open > .btn-success.dropdown-toggle:focus,
.open > .btn-success.dropdown-toggle.focus {
  color: #fff;
  background-color: #398439;
  border-color: #255625;
}

.btn-success:active, .btn-success.active,
.open > .btn-success.dropdown-toggle {
  background-image: none;
}

.btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus,
fieldset[disabled] .btn-success:hover,
fieldset[disabled] .btn-success:focus,
fieldset[disabled] .btn-success.focus {
  background-color: #5cb85c;
  border-color: #4cae4c;
}

.btn-success .badge {
  color: #5cb85c;
  background-color: #fff;
}

.btn-info {
  color: #fff;
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info:focus, .btn-info.focus {
  color: #fff;
  background-color: #31b0d5;
  border-color: #1b6d85;
}

.btn-info:hover {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  color: #fff;
  background-color: #31b0d5;
  border-color: #269abc;
}

.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus,
.open > .btn-info.dropdown-toggle:hover,
.open > .btn-info.dropdown-toggle:focus,
.open > .btn-info.dropdown-toggle.focus {
  color: #fff;
  background-color: #269abc;
  border-color: #1b6d85;
}

.btn-info:active, .btn-info.active,
.open > .btn-info.dropdown-toggle {
  background-image: none;
}

.btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus,
fieldset[disabled] .btn-info:hover,
fieldset[disabled] .btn-info:focus,
fieldset[disabled] .btn-info.focus {
  background-color: #5bc0de;
  border-color: #46b8da;
}

.btn-info .badge {
  color: #5bc0de;
  background-color: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning:focus, .btn-warning.focus {
  color: #fff;
  background-color: #ec971f;
  border-color: #985f0d;
}

.btn-warning:hover {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #ec971f;
  border-color: #d58512;
}

.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus,
.open > .btn-warning.dropdown-toggle:hover,
.open > .btn-warning.dropdown-toggle:focus,
.open > .btn-warning.dropdown-toggle.focus {
  color: #fff;
  background-color: #d58512;
  border-color: #985f0d;
}

.btn-warning:active, .btn-warning.active,
.open > .btn-warning.dropdown-toggle {
  background-image: none;
}

.btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus,
fieldset[disabled] .btn-warning:hover,
fieldset[disabled] .btn-warning:focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #f0ad4e;
  border-color: #eea236;
}

.btn-warning .badge {
  color: #f0ad4e;
  background-color: #fff;
}

.btn-danger {
  color: #fff;
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger:focus, .btn-danger.focus {
  color: #fff;
  background-color: #c9302c;
  border-color: #761c19;
}

.btn-danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus,
.open > .btn-danger.dropdown-toggle:hover,
.open > .btn-danger.dropdown-toggle:focus,
.open > .btn-danger.dropdown-toggle.focus {
  color: #fff;
  background-color: #ac2925;
  border-color: #761c19;
}

.btn-danger:active, .btn-danger.active,
.open > .btn-danger.dropdown-toggle {
  background-image: none;
}

.btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus,
fieldset[disabled] .btn-danger:hover,
fieldset[disabled] .btn-danger:focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #d9534f;
  border-color: #d43f3a;
}

.btn-danger .badge {
  color: #d9534f;
  background-color: #fff;
}

.btn-link {
  color: #337ab7;
  font-weight: normal;
  border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent;
}

.btn-link[disabled]:hover, .btn-link[disabled]:focus,
fieldset[disabled] .btn-link:hover,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}

.btn-lg {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
}

.btn-sm {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-xs {
  padding: 1px 5px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.modal-open {
  overflow: hidden;
}

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header:before, .modal-header:after {
  content: " ";
  display: table;
}

.modal-header:after {
  clear: both;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.428571429;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}

@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.pull-right {
  float: right !important;
}

.pull-left {
  float: left !important;
}

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

@-ms-viewport {
  width: device-width;
}

.visible-xs {
  display: none !important;
}

.visible-sm {
  display: none !important;
}

.visible-md {
  display: none !important;
}

.visible-lg {
  display: none !important;
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}

.visible-print {
  display: none !important;
}

@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table !important;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}

.visible-print-block {
  display: none !important;
}

@media print {
  .visible-print-block {
    display: block !important;
  }
}

.visible-print-inline {
  display: none !important;
}

@media print {
  .visible-print-inline {
    display: inline !important;
  }
}

.visible-print-inline-block {
  display: none !important;
}

@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}

@media print {
  .hidden-print {
    display: none !important;
  }
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: #000;
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -10px;
}

.hamburger-inner::after {
  bottom: -10px;
}

/*
   * Elastic
   */
.hamburger--elastic .hamburger-inner {
  top: 2px;
  transition-duration: 0.275s;
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic .hamburger-inner::before {
  top: 10px;
  transition: opacity 0.125s 0.275s ease;
}

.hamburger--elastic .hamburger-inner::after {
  top: 20px;
  transition: -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform 0.275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.hamburger--elastic.is-active .hamburger-inner {
  -webkit-transform: translate3d(0, 10px, 0) rotate(135deg);
  transform: translate3d(0, 10px, 0) rotate(135deg);
  transition-delay: 0.075s;
}

.hamburger--elastic.is-active .hamburger-inner::before {
  transition-delay: 0s;
  opacity: 0;
}

.hamburger--elastic.is-active .hamburger-inner::after {
  -webkit-transform: translate3d(0, -20px, 0) rotate(-270deg);
  transform: translate3d(0, -20px, 0) rotate(-270deg);
  transition-delay: 0.075s;
}

/**
 *
 * All animations must live in their own file
 * in the animations directory and be included
 * here.
 *
 */
/**
 * Styles shared by multiple animations
 */
/**
 * Dots
 */
@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}
@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.7;
  }
  100% {
    opacity: 0.0;
  }
}

.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
  transform: translateY(-25px);
}

.ball-scale-ripple-multiple > div:nth-child(0) {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.ball-scale-ripple-multiple > div:nth-child(1) {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.ball-scale-ripple-multiple > div:nth-child(2) {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.ball-scale-ripple-multiple > div:nth-child(3) {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.ball-scale-ripple-multiple > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  top: -2px;
  left: -26px;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
  animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
}

/**
 * Lines
 */
/**
 * Misc
 */

@font-face {
  font-family: 'IntroHeadRBase';
  src: url("../fonts/IntroHeadRBase.eot");
  src: url("../fonts/IntroHeadRBase.eot") format("embedded-opentype"), url("../fonts/IntroHeadRBase.woff2") format("woff2"), url("../fonts/IntroHeadRBase.woff") format("woff"), url("../fonts/IntroHeadRBase.ttf") format("truetype"), url("../fonts/IntroHeadRBase.svg#IntroHeadRBase") format("svg");
}

.yellow-bg {
  background: #FCED9A;
}

.pink-bg {
  background: #AC4F37;
}

.green-bg {
  background: #39AF52;
}

html, body {
  min-height: 100vh;
}

body {
  background: url(../img/blue-bg.svg) #c7f1ff repeat-x;
  font-family: 'IntroHeadRBase', sans-serif;
  text-align: justify;
  color: #3D3D3D;
  font-size: 22px;
}

.main-wrapper {
  position: relative;
  min-height: 100vh;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  padding-bottom: 420px;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 900;
  font-family: 'Rubik', sans-serif;
  text-transform: uppercase;
}

h1 {
  font-size: 45px;
  line-height: 55px;
}

h2 {
  font-size: 32px;
  line-height: 42px;
}

h4 {
  line-height: 42px;
  margin-top: 20px;
}

section {
  position: relative;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

a {
  cursor: pointer;
}

.btn-default {
  background: none;
  border: 3px solid #3D3D3D;
  font-size: 18px;
  min-width: 175px;
  padding: 15px 30px 13px;
  border-radius: 30px;
  font-family: 'Rubik';
  font-weight: 700;
  margin-top: 40px;
  text-transform: uppercase;
  outline: 0;
  transition: all .2s ease-in-out;
}

.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:focus, .btn-default:active:hover {
  background: #3D3D3D;
  outline: 0;
  border: 3px solid #3D3D3D;
  color: #fff;
}

.btn-default:hover.green, .btn-default:active.green, .btn-default:focus.green, .btn-default:active:focus.green, .btn-default:active:hover.green {
  background: #39AF52;
  color: #fff;
}

.btn-default:hover.pink, .btn-default:active.pink, .btn-default:focus.pink, .btn-default:active:focus.pink, .btn-default:active:hover.pink {
  background: #AC4F37;
  color: #fff;
}

.btn-default.green {
  color: #39AF52;
  border: 3px solid #39AF52;
}

.btn-default.pink {
  color: #AC4F37;
  border: 3px solid #AC4F37;
}

.btn-red {
  background: linear-gradient(#D64343, #DC2D37);
  border-radius: 30px;
  color: #fff;
  padding: 13px 17px 10px;
  font-size: 20px;
}

.btn-red:hover, .btn-red:active, .btn-red:focus, .btn-red:active:focus, .btn-red:active:hover {
  color: #fff;
  background: linear-gradient(#DC2D37, #D64343);
}

.main-content {
  padding-bottom: 50px;
}

.loading {
  visibility: hidden;
}

.arrow {
  border: 0;
  width: 50px;
  height: 50px;
  background: url(../img/arrow.svg) no-repeat center;
}

.arrow.arrow-left {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.arrow:focus {
  outline: none;
}

.sidebar-row {
  display: -webkit-box;
  display: flex;
}

.sticky-container {
  height: 100%;
}

.separator {
  border-top: 2px solid #3D3D3D;
  margin: 40px 0;
}

@media screen and (max-width: 992px) {
  h1 {
    font-size: 35px;
    line-height: 45px;
  }
  h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .main-wrapper, .not-logged-in .main-wrapper {
    padding-bottom: 0;
  }
  .btn-default {
    font-size: 20px;
  }
  .main-content {
    padding-bottom: 20px;
  }
  .sidebar-row {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  h1 {
    font-size: 25px;
    line-height: 35px;
  }
  h2 {
    font-size: 20px;
    line-height: 30px;
  }
}

body {
  transition: 0.2s;
  transition-timing-function: ease;
}

.transition-wrapper {
  position: relative;
  z-index: 1;
}

.transition-wrapper .transition-page {
  transition: 0.2s;
  transition-timing-function: ease;
  opacity: 1;
  position: relative;
  top: 0px;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.transition-wrapper .footer {
  transition: 0.2s;
  transition-timing-function: ease;
}

.transition-wrapper .transition-leave,
.transition-wrapper .transition-appear,
.transition-wrapper .transition-leave-active,
.transition-wrapper .transition-appear-active {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.transition-wrapper .transition-appear {
  z-index: 10;
}

.transition-wrapper .transition-appear .transition-page, .transition-wrapper .transition-appear .footer {
  transition-delay: 0.2s;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.transition-wrapper .transition-appear.transition-appear-active .transition-page, .transition-wrapper .transition-appear .footer {
  opacity: 1;
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.transition-wrapper .transition-leave {
  z-index: 20;
}

.transition-wrapper .transition-leave .transition-page, .transition-wrapper .transition-leave .footer {
  -webkit-filter: blur(0px);
  filter: blur(0px);
}

.transition-wrapper .transition-leave.transition-leave-active .transition-page, .transition-wrapper .transition-leave .footer {
  opacity: 0;
  -webkit-filter: blur(3px);
  filter: blur(3px);
}

.cookie-disclaimer {
  background: #FCED9A;
  padding: 15px 0;
  font-size: 18px;
}

.cookie-disclaimer .container {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
}

.cookie-disclaimer .container .msg-box {
  margin-right: 20px;
}

.cookie-disclaimer .container .msg-box a {
  color: #39AF52;
}

.cookie-disclaimer .container .msg-box a:hover {
  text-decoration: none;
}

.cookie-disclaimer .container .close {
  display: -webkit-box;
  display: flex;
  margin: 0 0 0 auto;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 18px;
  min-width: 1px;
  padding: 5px 25px;
  border: 1px solid #3D3D3D;
  font-family: 'IntroHeadRBase';
}

.loader {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  z-index: 1000;
}

.loader div {
  border-color: #3d3d3d;
}

.push-menu {
  position: fixed;
  z-index: 200;
  background-color: #FCED9A;
  transition: 0.3s linear;
  width: 100%;
  height: 100%;
  padding-top: 75px;
  overflow-y: scroll;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
}

.push-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.push-menu ul li {
  display: block;
  text-align: center;
  border-bottom: solid 1px #d3c785;
}

.push-menu ul li a {
  display: block;
  padding: 12px 24px;
  color: #3D3D3D;
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
}

.push-menu-mask {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 0;
  height: 0;
  background-color: #000;
  opacity: 0;
  transition: opacity 0.3s, width 0s 0.3s, height 0s 0.3s;
}

.push-menu-mask.is-active {
  width: 100%;
  height: 100%;
  opacity: 0.7;
  transition: opacity 0.3s;
}

.push-menu .hamburger {
  outline: none;
}

.push-menu .hamburger-inner, .push-menu .hamburger-inner:before, .push-menu .hamburger-inner:after {
  background: #3D3D3D;
}

.push-menu .profile-img {
  display: none;
}

body.disable-scroll {
  overflow: hidden;
}

.main-wrapper {
  transition: .3s linear;
}

.main-wrapper.has-push-right {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media all {
  .push-menu {
    width: 300px;
    -webkit-transform: translateX(300px);
    transform: translateX(300px);
  }
  .push-menu.is-active {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  .main-wrapper.has-push-right {
    -webkit-transform: translateX(-300px);
    transform: translateX(-300px);
  }
}

@media all and (max-width: 300px) {
  .push-menu {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .push-menu {
    padding-top: 20px;
  }
}

.side-menu.mobile-side-menu {
  display: none;
}

.side-menu ul {
  padding: 0;
}

.side-menu ul li {
  position: relative;
  list-style: none;
  font-size: 18px;
  font-family: 'Rubik';
  font-weight: 700;
  line-height: 45px;
  text-transform: uppercase;
  padding-left: 30px;
  transition: .3s ease-in-out;
}

.side-menu ul li a {
  color: inherit;
  text-decoration: none;
}

.side-menu ul li a.active {
  color: #CE4040;
}

.side-menu ul li.has-submenu:before {
  display: inline-block;
  content: '\003E';
  position: absolute;
  left: 10px;
  top: -3px;
}

.side-menu ul li .sub-menu {
  display: none;
}

.side-menu ul li .sub-menu li {
  font-size: 20px;
}

.side-menu ul li.active {
  color: #CE4040;
}

.side-menu ul li.active .sub-menu {
  display: block;
  color: #3D3D3D;
}

.side-menu ul li.active.has-submenu:before {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.side-menu ul li:hover {
  color: #CE4040;
}

.side-menu ul li:hover .sub-menu {
  color: #3D3D3D;
}

@media screen and (max-width: 992px) {
  .side-menu.mobile-side-menu {
    display: block;
  }
  .side-menu ul li {
    display: inline-block;
    padding: 0;
    font-size: 20px;
    margin-right: 25px;
  }
  .side-menu ul li .sub-menu, .side-menu ul li.active .sub-menu {
    display: none;
  }
  .side-menu ul li.has-submenu:before {
    display: none;
  }
}

.header {
  padding: 50px 0;
}

.header .logo {
  width: 90px;
}

.header .logo-beta {
  width: 120px;
}

.header .menu-holder {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.header .menu-holder .main-menu {
  display: inline-block;
}

.header .menu-holder .main-menu ul {
  padding: 0;
  margin-bottom: 0;
}

.header .menu-holder .main-menu ul li {
  display: inline-block;
  list-style: none;
  font-size: 18px;
  line-height: 60px;
  text-transform: uppercase;
  font-family: 'Rubik';
  font-weight: 700;
  position: relative;
}

.header .menu-holder .main-menu ul li a {
  color: inherit;
  text-decoration: none;
  transition: .3s ease;
  padding: 10px 15px 8px;
}

.header .menu-holder .main-menu ul li a.active {
  color: #CE4040;
}

.header .menu-holder .main-menu ul li.active a, .header .menu-holder .main-menu ul li:hover a, .header .menu-holder .main-menu ul li:active a, .header .menu-holder .main-menu ul li:focus a {
  color: #CE4040;
}

.header .menu-holder .main-menu ul li.not-loggedin a {
  border: 3px solid #3D3D3D;
  border-radius: 30px;
}

.header .menu-holder .main-menu ul li.not-loggedin a:hover {
  border: 3px solid #CE4040;
}

.header .menu-holder .profile-img {
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  margin: 7px 0 7px 10px;
}

.header .menu-holder .profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.header .menu-holder .hamburger {
  display: none;
  outline: 0;
}

.header .menu-holder .hamburger-inner:before, .header .menu-holder .hamburger-inner:after {
  left: -1px;
}

.header .menu-holder .hamburger-inner, .header .menu-holder .hamburger-inner:before, .header .menu-holder .hamburger-inner:after {
  background: #3D3D3D;
  border: 1px solid #3D3D3D;
}

/*
.not-logged-in {
	.header {
		background: #BBEDFF;
	}
}
*/
@media screen and (max-width: 992px) {
  .header {
    padding: 25px 0;
  }
  .header .logo {
    width: 50px;
  }
  .header .menu-holder .main-menu {
    display: none;
  }
  .header .menu-holder .profile-img {
    margin: 0;
  }
  .header .menu-holder .hamburger {
    display: inline-block;
    padding: 0 0 0 20px;
  }
}

.packages {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  justify-content: flex-start;
  padding: 35px 0;
  position: relative;
  min-height: 100px;
}

.packages .package {
  position: relative;
  height: 255px;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
  margin: 10px;
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  flex: 0 1 205px;
  color: inherit;
  display: block;
}

.packages .package:hover {
  text-decoration: none;
}

.packages .package h4 {
  font-size: 22px;
  font-family: 'IntroHeadRBase';
}

.packages .package p {
  font-family: 'IntroHeadRBase', script;
  font-size: 18px;
}

.packages .package .progress {
  position: absolute;
  bottom: 15px;
  left: 20px;
  font-size: 16px;
}

.packages .package .progress span {
  font-size: 20px;
}

.packages.main .package:nth-child(n) {
  background: url(../img/my-package1.svg) no-repeat center;
  background-size: cover;
}

.packages.main .package:nth-child(n).done {
  background: url(../img/my-package1-done.svg) no-repeat center;
  background-size: cover;
}

.packages.main .package:nth-child(2n) {
  background: url(../img/my-package2.svg) no-repeat center;
  background-size: cover;
}

.packages.main .package:nth-child(2n).done {
  background: url(../img/my-package2-done.svg) no-repeat center;
  background-size: cover;
}

.packages.main .package:nth-child(3n) {
  background: url(../img/my-package3.svg) no-repeat center;
  background-size: cover;
}

.packages.main .package:nth-child(3n).done {
  background: url(../img/my-package3-done.svg) no-repeat center;
  background-size: cover;
}

.packages.onetime .package {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.packages.onetime .package h4 {
  font-size: 22px;
}

.packages.onetime .package:nth-child(n) {
  background: url(../img/cooking.svg) no-repeat center;
  background-size: cover;
}

.packages.onetime .package:nth-child(n) h4 {
  color: #C0B162;
}

.packages.onetime .package:nth-child(2n) {
  background: url(../img/holiday.svg) no-repeat center;
  background-size: cover;
}

.packages.onetime .package:nth-child(2n) h4 {
  color: #CB4847;
}

.packages.onetime .package:nth-child(3n) {
  background: url(../img/running.svg) no-repeat center;
  background-size: cover;
}

.packages.onetime .package:nth-child(3n) h4 {
  color: #242A77;
}

.packages.happiness .package {
  background: url(../img/love-bg.svg) no-repeat center;
  background-size: cover;
}

.packages.happiness .package.done {
  background: url(../img/love-bg-done.svg) no-repeat center;
  background-size: cover;
}

.packages.work .package {
  background: url(../img/work.svg) no-repeat center;
  background-size: cover;
}

.packages.work .package.done {
  background: url(../img/work-done.svg) no-repeat center;
  background-size: cover;
}

.packages.sport .package:nth-child(n) {
  background: url(../img/sport1.svg) no-repeat center;
  background-size: cover;
}

.packages.sport .package:nth-child(n).done {
  background: url(../img/sport1-done.svg) no-repeat center;
  background-size: cover;
}

.packages.sport .package:nth-child(2n) {
  background: url(../img/sport2.svg) no-repeat center;
  background-size: cover;
}

.packages.sport .package:nth-child(2n).done {
  background: url(../img/sport2-done.svg) no-repeat center;
  background-size: cover;
}

.packages.sport .package:nth-child(3n) {
  background: url(../img/sport3.svg) no-repeat center;
  background-size: cover;
}

.packages.sport .package:nth-child(3n).done {
  background: url(../img/sport3-done.svg) no-repeat center;
  background-size: cover;
}

@media screen and (max-width: 767px) {
  .packages {
    -webkit-box-pack: center;
    justify-content: center;
  }
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  background: url(../img/grass-pattern.svg) repeat-x center bottom;
  background-size: auto 100%;
  padding-top: 80px;
}

.footer a {
  color: inherit;
  text-decoration: none;
  transition: all .2s ease-in-out;
  opacity: 1;
}

.footer a:hover, .footer a.active {
  opacity: 0.7;
}

.footer h2 {
  font-size: 25px;
  margin-bottom: 30px;
}

.footer .social-links .social-link {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: 0 10px;
  transition: .3s ease-in-out;
}

.footer .social-links .social-link.facebook {
  background: url(../img/fb.svg) no-repeat center;
  background-size: cover;
}

.footer .social-links .social-link.twitter {
  background: url(../img/tw.svg) no-repeat center;
  background-size: 100%;
}

.footer .social-links .social-link.youtube {
  background: url(../img/youtube.svg) no-repeat center;
  background-size: 100%;
}

.footer .social-links .social-link.instagram {
  background: url(../img/instagram-logo.svg) no-repeat center;
  background-size: 100%;
}

.footer .social-links .social-link:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.footer .bottom-nav,
.footer .footer-menu-mobile {
  padding: 0;
  margin: 30px 0;
}

.footer .bottom-nav li,
.footer .footer-menu-mobile li {
  position: relative;
  display: inline-block;
  list-style: none;
  font-size: 22px;
  text-transform: uppercase;
  padding: 5px 30px;
}

.footer .bottom-nav li:not(:last-child):after,
.footer .footer-menu-mobile li:not(:last-child):after {
  display: inline-block;
  content: '\002F';
  position: absolute;
  right: 0;
}

.footer .footer-menu-mobile {
  display: none;
}

.footer .copyright {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 30px 0 20px;
  font-size: 16px;
  text-transform: uppercase;
  color: #fff;
}

.footer .copyright .footer-menu {
  padding: 0;
}

.footer .copyright .footer-menu li {
  list-style: none;
  display: inline-block;
  border-left: 1px solid #fff;
}

.footer .copyright .footer-menu li:first-child {
  border: 0;
}

.footer .copyright .footer-menu li a {
  padding: 5px 10px;
  color: inherit;
  text-decoration: none;
}

.footer .footer-copy {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer .footer-copy li {
  padding: 0 10px;
  margin: 0;
  display: block;
}

@media screen and (min-width: 768px) {
  .footer .footer-copy li {
    display: inline-block;
    border-left: 1px solid #fff;
  }
  .footer .footer-copy li:first-child {
    border: 0;
  }
}

/*.not-logged-in,*/
.not-found .footer {
  background: #F5F3EE;
  color: #8A7C59;
  padding-top: 60px;
}

.not-found .footer .social-links .social-link.facebook {
  background: url(../img/fb-dark.svg) no-repeat center;
  background-size: cover;
}

.not-found .footer .social-links .social-link.twitter {
  background: url(../img/tw-dark.svg) no-repeat center;
  background-size: 100%;
}

.not-found .footer .social-links .social-link.youtube {
  background: url(../img/youtube-dark.svg) no-repeat center;
  background-size: 100%;
}

.not-found .footer .social-links .social-link.instagram {
  background: url(../img/instagram-logo-dark.svg) no-repeat center;
  background-size: 100%;
}

.not-found .footer .copyright {
  border-top: 1px solid rgba(138, 124, 89, 0.5);
  color: #8A7C59;
}

.not-found .footer .copyright .footer-menu li {
  border-left: 1px solid rgba(138, 124, 89, 0.5);
}

.not-found .footer .copyright .footer-menu li:first-child {
  border: 0;
}

@media screen and (max-width: 992px) {
  .footer {
    position: relative;
    text-align: center;
  }
  .footer .social-links .social-link {
    display: inline-block;
    width: 25px;
    height: 25px;
  }
  .footer .bottom-nav,
  .footer .footer-menu-mobile {
    margin: 30px 0 0;
  }
  .footer .bottom-nav li,
  .footer .footer-menu-mobile li {
    display: block;
    font-size: 22px;
  }
  .footer .bottom-nav li:not(:last-child):after,
  .footer .footer-menu-mobile li:not(:last-child):after {
    display: none;
  }
  .footer .footer-menu-mobile {
    display: block;
    margin: 0 0 30px;
  }
  .footer .copyright .footer-menu {
    display: none;
  }
}

/** function circular-progress
 **------------------------------------------*/
.play-screen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../img/bg.svg) no-repeat;
  background-size: cover;
  padding: 35px;
  text-align: center;
  overflow: hidden;
  transition: .3s ease-in-out;
}

.play-screen.fade-in {
  -webkit-animation: fade-in .3s linear;
  animation: fade-in .3s linear;
  opacity: 1;
  z-index: 9999;
}

.play-screen .close-btn {
  position: absolute;
  top: 55px;
  left: 55px;
  width: 50px;
  height: 50px;
  background: url(../img/back-btn.svg) no-repeat center;
  background-size: 100%;
  border: 0;
  outline: 0;
  z-index: 9000;
}

.play-screen h2 {
  margin-bottom: 10px;
}

.play-screen .meditation-time {
  font-size: 25px;
}

.play-screen .meditation-time span {
  font-size: 32px;
}

.play-screen .meditation-title {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.play-screen .meditation-title .arrow-left {
  margin-right: 20px;
}

.play-screen .meditation-title .arrow-right {
  margin-left: 20px;
}

.play-screen .meditation-title .arrow-left:disabled, .play-screen .meditation-title .arrow-right:disabled {
  opacity: 0.5;
}

.play-screen .current-set {
  position: relative;
  box-sizing: border-box;
  width: 310px;
  height: 310px;
  padding: 10px;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  background: #fffbe4;
  border-radius: 100%;
  margin: 50px auto 30px;
}

.play-screen .current-set .inner {
  position: absolute;
  top: 25px;
  right: 25px;
  left: 25px;
  bottom: 25px;
  background: #f9efb2;
  border-radius: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
}

.play-screen .current-set .inner .play-btn, .play-screen .current-set .inner .pause-btn {
  background: none;
  border: 0;
  outline: none;
  width: 95px;
  height: 95px;
  background: url(../img/play-btn-white.svg) no-repeat center;
}

.play-screen .current-set .inner .pause-btn {
  background-image: url(../img/pause-btn.svg);
}

.play-screen .current-set:before {
  display: block;
  content: '';
  width: 190px;
  height: 115px;
  background: url(../img/blurred-cloud.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 80%;
  bottom: 20px;
  z-index: -1;
  transition: .3s ease;
  -webkit-animation: swing 4s ease-in-out infinite;
  animation: swing 4s ease-in-out infinite;
}

.play-screen .current-set-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 155px;
  height: 95px;
  background: url(../img/cloud2.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 80%;
  bottom: 20px;
  transition: .3s ease;
  -webkit-animation: swing 4s ease-in-out 2s infinite;
  animation: swing 4s ease-in-out 2s infinite;
}

.play-screen .current-set-group p {
  margin: 0;
  font-size: 20px;
}

.play-screen .current-set-group p span {
  font-size: 26px;
}

.play-screen .p-1 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(93.6deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-2 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(97.2deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-3 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(100.8deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-4 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(104.4deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-5 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(108deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-6 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(111.6deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-7 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(115.2deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-8 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(118.8deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-9 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(122.4deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-10 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(126deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-11 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(129.6deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-12 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(133.2deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-13 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(136.8deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-14 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(140.4deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-15 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(144deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-16 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(147.6deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-17 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(151.2deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-18 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(154.8deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-19 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(158.4deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-20 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(162deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-21 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(165.6deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-22 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(169.2deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-23 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(172.8deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-24 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(176.4deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-25 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(180deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-26 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(183.6deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-27 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(187.2deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-28 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(190.8deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-29 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(194.4deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-30 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(198deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-31 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(201.6deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-32 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(205.2deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-33 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(208.8deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-34 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(212.4deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-35 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(216deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-36 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(219.6deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-37 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(223.2deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-38 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(226.8deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-39 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(230.4deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-40 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(234deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-41 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(237.6deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-42 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(241.2deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-43 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(244.8deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-44 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(248.4deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-45 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(252deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-46 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(255.6deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-47 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(259.2deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-48 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(262.8deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-49 {
  background: linear-gradient(90deg, #fffbe4 50%, transparent 50%, transparent), linear-gradient(266.4deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-50 {
  background: linear-gradient(-90deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-51 {
  background: linear-gradient(-86.4deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-52 {
  background: linear-gradient(-82.8deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-53 {
  background: linear-gradient(-79.2deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-54 {
  background: linear-gradient(-75.6deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-55 {
  background: linear-gradient(-72deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-56 {
  background: linear-gradient(-68.4deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-57 {
  background: linear-gradient(-64.8deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-58 {
  background: linear-gradient(-61.2deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-59 {
  background: linear-gradient(-57.6deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-60 {
  background: linear-gradient(-54deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-61 {
  background: linear-gradient(-50.4deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-62 {
  background: linear-gradient(-46.8deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-63 {
  background: linear-gradient(-43.2deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-64 {
  background: linear-gradient(-39.6deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-65 {
  background: linear-gradient(-36deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-66 {
  background: linear-gradient(-32.4deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-67 {
  background: linear-gradient(-28.8deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-68 {
  background: linear-gradient(-25.2deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-69 {
  background: linear-gradient(-21.6deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-70 {
  background: linear-gradient(-18deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-71 {
  background: linear-gradient(-14.4deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-72 {
  background: linear-gradient(-10.8deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-73 {
  background: linear-gradient(-7.2deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-74 {
  background: linear-gradient(-3.6deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-75 {
  background: linear-gradient(0deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-76 {
  background: linear-gradient(3.6deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-77 {
  background: linear-gradient(7.2deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-78 {
  background: linear-gradient(10.8deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-79 {
  background: linear-gradient(14.4deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-80 {
  background: linear-gradient(18deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-81 {
  background: linear-gradient(21.6deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-82 {
  background: linear-gradient(25.2deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-83 {
  background: linear-gradient(28.8deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-84 {
  background: linear-gradient(32.4deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-85 {
  background: linear-gradient(36deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-86 {
  background: linear-gradient(39.6deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-87 {
  background: linear-gradient(43.2deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-88 {
  background: linear-gradient(46.8deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-89 {
  background: linear-gradient(50.4deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-90 {
  background: linear-gradient(54deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-91 {
  background: linear-gradient(57.6deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-92 {
  background: linear-gradient(61.2deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-93 {
  background: linear-gradient(64.8deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-94 {
  background: linear-gradient(68.4deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-95 {
  background: linear-gradient(72deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-96 {
  background: linear-gradient(75.6deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-97 {
  background: linear-gradient(79.2deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-98 {
  background: linear-gradient(82.8deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-99 {
  background: linear-gradient(86.4deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .p-100 {
  background: linear-gradient(90deg, #FCED9A 50%, transparent 50%, transparent), linear-gradient(270deg, #FCED9A 50%, #fffbe4 50%, #fffbe4);
}

.play-screen .duration {
  font-size: 28px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #C9F1FF;
  z-index: -1;
  transition: .3s ease-in-out;
  opacity: 0;
}

.overlay.active {
  opacity: .8;
  z-index: 9999;
}

.popup-holder {
  position: fixed;
  top: 0;
  width: 100%;
  min-height: 100vh;
  display: none;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 24px;
  z-index: 9999;
}

.popup-holder.active {
  display: -webkit-box;
  display: flex;
}

.popup-holder .rate-card {
  display: none;
  position: relative;
  width: 100%;
  margin: 20px;
  max-width: 750px;
  background: #fff;
  padding: 30px 70px;
  border-radius: 10px;
  text-align: center;
  box-shadow: 0 3px 204px 0 rgba(0, 0, 0, 0.2);
}

.popup-holder .rate-card.fade-in {
  display: block;
  -webkit-animation: fade-in-up 2s ease-in-out;
  animation: fade-in-up 2s ease-in-out;
}

.popup-holder .rate-card .rating-stars {
  text-align: center;
  margin: 40px 0;
}

.popup-holder .rate-card .rating-stars .star {
  display: inline-block;
  width: 47px;
  height: 44px;
  margin: 0 5px;
  background: url(../img/star.svg) no-repeat center;
}

.popup-holder .rate-card .rating-stars .star.active {
  background: url(../img/star-filled.svg) no-repeat center;
}

.popup-holder .rate-card p {
  text-align: center;
  font-size: 24px;
}

.popup-holder .rate-card .share-btn {
  margin: 20px 0;
  background: #3B5998;
  border: 0;
  color: #fff;
  font-size: 26px;
  line-height: 34px;
  font-weight: 300;
}

.popup-holder .rate-card .share-btn:after {
  display: inline-block;
  content: '';
  position: relative;
  top: 4px;
  width: 26px;
  height: 26px;
  margin-left: 15px;
  background: url(../img/fb.svg) no-repeat center;
  background-size: 100%;
}

.popup-holder .rate-card .close-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  background: #fff url(../img/close-btn.svg) no-repeat center top;
  border-radius: 100%;
  border: 0;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.2);
  top: -20px;
  right: -15px;
  outline: 0;
}

@-webkit-keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in-up {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .play-screen .close-btn {
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
  }
  .play-screen .current-set {
    width: 165px;
    height: 165px;
  }
  .play-screen .current-set .inner {
    position: absolute;
    top: 15px;
    right: 15px;
    left: 15px;
    bottom: 15px;
  }
  .play-screen .current-set .inner .play-btn, .play-screen .current-set .inner .pause-btn {
    width: 40px;
    height: 40px;
    background-size: cover;
  }
  .play-screen .current-set:before {
    width: 110px;
    height: 65px;
  }
  .play-screen .current-set-group {
    width: 80px;
    height: 50px;
  }
  .play-screen .current-set-group p {
    font-size: 16px;
  }
  .play-screen .current-set-group p span {
    font-size: 18px;
  }
  .play-screen .duration {
    font-size: 20px;
  }
  .popup-holder .rate-card {
    padding: 30px;
  }
  .popup-holder .rate-card .rating-stars .star {
    display: inline-block;
    width: 31px;
    height: 26px;
    background-size: cover;
  }
  .popup-holder .rate-card .rating-stars .star.active {
    background-size: cover;
  }
  .popup-holder .rate-card p {
    font-size: 20px;
  }
}

@-webkit-keyframes fade-in {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.top-section p {
  font-size: 32px;
}

.top-section .top-img-holder {
  margin: 150px 0 50px;
  position: relative;
}

.top-section .top-img-holder .bg-circle {
  width: 660px;
  height: 660px;
  background: #FCED9A;
  position: absolute;
  z-index: 0;
  border-radius: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: -80px;
}

.top-section .top-img-holder img {
  position: relative;
  z-index: 10;
}

.top-section .top-img-holder .subscribe-holder,
.top-section .top-img-holder .register-holder {
  position: absolute;
  top: 0;
  z-index: 20;
}

.top-section .top-img-holder .subscribe-holder .cloud-text,
.top-section .top-img-holder .register-holder .cloud-text {
  position: relative;
  width: 270px;
  height: 165px;
  background: url(../img/cloud2.svg) no-repeat;
  background-size: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  font-size: 25px;
  text-transform: uppercase;
}

.top-section .top-img-holder .subscribe-holder .cloud-text .btn-red,
.top-section .top-img-holder .register-holder .cloud-text .btn-red {
  position: absolute;
  bottom: 0;
}

.top-section .top-img-holder .subscribe-holder {
  left: 0;
}

.top-section .top-img-holder .subscribe-holder .cloud-text .btn-red {
  left: 0;
}

.top-section .top-img-holder .register-holder {
  right: 8%;
  top: -50px;
}

.top-section .top-img-holder .register-holder .cloud-text .btn-red {
  right: 0;
}

@media screen and (max-width: 992px) {
  .top-section .top-img-holder .subscribe-holder,
  .top-section .top-img-holder .register-holder {
    top: -170px;
  }
  .top-section .top-img-holder .register-holder {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .top-section p {
    font-size: 25px;
  }
  .top-section .top-img-holder {
    margin: 150px 0 50px;
    position: relative;
  }
  .top-section .top-img-holder .bg-circle {
    width: 460px;
    height: 460px;
  }
  .top-section .top-img-holder .subscribe-holder,
  .top-section .top-img-holder .register-holder {
    top: -140px;
  }
  .top-section .top-img-holder .subscribe-holder .cloud-text,
  .top-section .top-img-holder .register-holder .cloud-text {
    width: 215px;
    height: 145px;
    font-size: 20px;
  }
  .top-section .top-img-holder .subscribe-holder {
    top: -140px;
  }
}

@media screen and (max-width: 520px) {
  .top-section .top-img-holder {
    margin: 270px 0 50px;
  }
  .top-section .top-img-holder .bg-circle {
    width: 320px;
    height: 320px;
  }
  .top-section .top-img-holder .subscribe-holder,
  .top-section .top-img-holder .register-holder {
    top: -250px;
  }
  .top-section .top-img-holder .subscribe-holder .cloud-text,
  .top-section .top-img-holder .register-holder .cloud-text {
    width: 195px;
    height: 133px;
    font-size: 18px;
  }
  .top-section .top-img-holder .register-holder {
    top: -130px;
  }
}

@media screen and (max-width: 320px) {
  .top-section .top-img-holder .bg-circle {
    width: 200px;
    height: 200px;
  }
}

.about-section {
  background: #39AF52;
  color: #fff;
  position: relative;
  margin-top: -170px;
  padding: 120px 0 0;
  background: url(../img/green-arc.svg) no-repeat center top;
  background-size: cover;
  text-align: center;
}

.about-section ul {
  padding: 50px 0;
  display: inline-block;
  text-align: left;
}

.about-section ul li {
  font-size: 26px;
  line-height: 80px;
  list-style: none;
}

.about-section ul li:before {
  display: inline-block;
  content: '';
  width: 25px;
  height: 21px;
  background: url(../img/check.svg) no-repeat center;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .about-section {
    margin-top: -100px;
    padding: 60px 0 0;
  }
  .about-section ul {
    padding: 30px 0;
  }
  .about-section ul li {
    font-size: 20px;
    padding: 15px 0;
    line-height: 25px;
  }
}

.stress-relief {
  padding: 100px 0;
  background: #fff;
  color: #39AF52;
}

.stress-relief p {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .stress-relief {
    padding: 50px 0;
  }
  .stress-relief p {
    font-size: 20px;
  }
}

.losing-focus {
  padding: 100px 0;
  background: #FFBDA6 url(../img/hearts-pattern.svg);
  color: #AC4F37;
  text-align: center;
}

.losing-focus p {
  font-size: 25px;
}

@media screen and (max-width: 767px) {
  .losing-focus {
    padding: 50px 0;
  }
  .losing-focus p {
    font-size: 20px;
  }
}

.test-medita {
  color: #3D3D3D;
  padding: 100px 0 0;
}

.test-medita p {
  font-size: 25px;
}

.test-medita .medita-app {
  margin-top: -130px;
}

@media screen and (max-width: 1170px) {
  .test-medita {
    text-align: center;
  }
  .test-medita .medita-app {
    margin: 0 auto;
    max-width: 300px;
  }
}

@media screen and (max-width: 767px) {
  .test-medita {
    padding: 50px 0;
  }
  .test-medita p {
    font-size: 20px;
  }
  .test-medita .medita-app {
    margin: 0 auto;
    max-width: 200px;
  }
}

body.not-found {
  background: url(../img/raining-clouds.svg) top center no-repeat, linear-gradient(#bcbcbc, #f7f7f7);
  background-size: cover;
}

body.not-found .main-wrapper {
  padding-bottom: 0;
  height: 100%;
  overflow: hidden;
}

.not-found-container {
  color: #7e7e7e;
  text-align: center;
  font-family: 'Rubik', sans-serif;
  font-weight: 700;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
}

.not-found-cloud {
  background: url(../img/cloud-rain.svg) center no-repeat;
  width: 100%;
  background-size: auto 100%;
  height: 300px;
  font-size: 70px;
  line-height: 200px;
}

@media screen and (min-width: 767px) {
  .not-found-cloud {
    background-size: auto;
    height: 490px;
    line-height: 340px;
    font-size: 130px;
  }
}

.section-current-set .current-set {
  position: relative;
  box-sizing: border-box;
  width: 265px;
  height: 265px;
  padding: 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
  background: #FCED9A;
  border-radius: 100%;
  margin: 0 auto;
  border: 7px solid rgba(252, 237, 154, 0.48);
  box-shadow: 0 2px 25px 1px rgba(252, 237, 154, 0.6);
  transition: .3s ease;
  -webkit-animation: shine 2s ease-in-out infinite;
  animation: shine 2s ease-in-out infinite;
}

.section-current-set .current-set h2 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 20px;
  font-family: 'IntroHeadRBase';
}

.section-current-set .current-set .play-btn {
  border: 1px solid #3D3D3D;
  border-radius: 30px;
  padding: 9px 25px 6px;
  padding-right: 60px;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
  text-transform: uppercase;
  outline: none;
  background: url(../img/play-btn.svg) no-repeat 85% center;
  color: inherit;
}

.section-current-set .current-set .play-btn:hover {
  text-decoration: none;
}

.section-current-set .current-set .play-btn-mobile {
  display: none;
  border: 0;
  outline: none;
  background: none;
  padding: 0;
  width: 40px;
  height: 40px;
}

.section-current-set .current-set .play-btn-mobile img {
  width: 100%;
  height: 100%;
}

.section-current-set .current-set:before {
  display: block;
  content: '';
  width: 190px;
  height: 115px;
  background: url(../img/blurred-cloud.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  left: 80%;
  bottom: 20px;
  z-index: -1;
  transition: .3s ease;
  -webkit-animation: swing 4s ease-in-out infinite;
  animation: swing 4s ease-in-out infinite;
}

.section-current-set .current-set-group {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 155px;
  height: 95px;
  background: url(../img/cloud2.svg) no-repeat center;
  background-size: cover;
  position: absolute;
  right: 90%;
  bottom: 20px;
  transition: .3s ease;
  -webkit-animation: swing 4s ease-in-out 2s infinite;
  animation: swing 4s ease-in-out 2s infinite;
}

.section-current-set .current-set-group p {
  margin: 0;
  font-size: 20px;
}

.section-current-set .current-set-group p span {
  font-size: 22px;
}

@-webkit-keyframes shine {
  0% {
    box-shadow: 0 2px 25px 1px rgba(252, 237, 154, 0.6);
  }
  50% {
    box-shadow: 0 2px 25px 21px rgba(252, 237, 154, 0.6);
  }
  100% {
    box-shadow: 0 2px 25px 1px rgba(252, 237, 154, 0.6);
  }
}

@keyframes shine {
  0% {
    box-shadow: 0 2px 25px 1px rgba(252, 237, 154, 0.6);
  }
  50% {
    box-shadow: 0 2px 25px 21px rgba(252, 237, 154, 0.6);
  }
  100% {
    box-shadow: 0 2px 25px 1px rgba(252, 237, 154, 0.6);
  }
}

@-webkit-keyframes swing {
  0% {
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
  50% {
    -webkit-transform: translatex(-15px);
    transform: translatex(-15px);
  }
  100% {
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
}

@keyframes swing {
  0% {
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
  50% {
    -webkit-transform: translatex(-15px);
    transform: translatex(-15px);
  }
  100% {
    -webkit-transform: translatex(0);
    transform: translatex(0);
  }
}

@media screen and (max-width: 767px) {
  .section-current-set .current-set {
    width: 180px;
    height: 180px;
  }
  .section-current-set .current-set h2 {
    margin: 0;
    font-size: 22px;
  }
  .section-current-set .current-set .play-btn {
    display: none;
  }
  .section-current-set .current-set .play-btn-mobile {
    display: block;
  }
  .section-current-set .current-set:before {
    width: 130px;
    height: 75px;
    bottom: 10px;
    background: url(../img/cloud2.svg) no-repeat center;
    background-size: cover;
  }
  .section-current-set .current-set-group {
    width: 105px;
    height: 65px;
  }
  .section-current-set .current-set-group p {
    font-size: 16px;
  }
  .section-current-set .current-set-group p span {
    font-size: 18px;
  }
}

.section-daily-exercises {
  padding: 100px 0 70px;
}

.section-daily-exercises h2 {
  text-align: center;
}

.section-daily-exercises p {
  font-family: 'IntroHeadRBase', script;
  font-size: 24px;
  line-height: 32px;
  text-align: center;
}

.section-daily-exercises .steps {
  display: -webkit-box;
  display: flex;
  justify-content: space-around;
  -webkit-box-align: center;
  align-items: center;
  padding: 60px 0 20px;
}

.section-daily-exercises .steps .step {
  text-align: center;
  transition: .4s ease-in-out;
}

.section-daily-exercises .steps .step-icon {
  width: 145px;
  height: 145px;
  margin: 0 auto 35px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  transition: .3s ease-in-out;
}

.section-daily-exercises .steps .step.one .step-icon {
  background: #fff url(../img/relax.svg) no-repeat center;
}

.section-daily-exercises .steps .step.two .step-icon {
  background: #fff url(../img/focus.svg) no-repeat center;
}

.section-daily-exercises .steps .step.three .step-icon {
  background: #fff url(../img/breathe.svg) no-repeat center;
}

.section-daily-exercises .steps .step h3 {
  font-family: 'IntroHeadRBase';
  font-size: 25px;
  font-weight: 300;
}

.section-daily-exercises .steps .step.fade-in {
  -webkit-animation: fade-in 2s ease-in-out;
  animation: fade-in 2s ease-in-out;
}

@keyframes fade-in {
  0% {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@media screen and (max-width: 767px) {
  .section-daily-exercises {
    padding: 50px 0 30px;
  }
  .section-daily-exercises p {
    font-size: 20px;
  }
  .section-daily-exercises .steps {
    padding: 40px 0 0;
  }
  .section-daily-exercises .steps .step-icon {
    width: 125px;
    height: 125px;
  }
  .section-daily-exercises .steps .step h3 {
    font-size: 25px;
    line-height: 35px;
  }
}

@media screen and (max-width: 480px) {
  .section-daily-exercises {
    padding: 30px 0 15px;
  }
  .section-daily-exercises .steps {
    padding: 20px 0 0;
  }
  .section-daily-exercises .steps .step-icon {
    width: 100px;
    height: 100px;
  }
  .section-daily-exercises .steps .step.one .step-icon, .section-daily-exercises .steps .step.two .step-icon, .section-daily-exercises .steps .step.three .step-icon {
    background-size: 50% 50%;
  }
  .section-daily-exercises .steps .step h3 {
    font-size: 25px;
    line-height: 35px;
  }
}

.section-my-packages {
  padding: 30px 0;
}

.section-my-packages h2 {
  text-align: center;
}

.section-my-packages .packages {
  -webkit-box-pack: center;
  justify-content: center;
}

.section-onetime-sessions {
  padding: 30px 0;
}

.section-onetime-sessions h2 {
  text-align: center;
}

.section-onetime-sessions .packages {
  -webkit-box-pack: center;
  justify-content: center;
}

.meditating-girl {
  margin: 20px auto;
}

.top-banner {
  position: relative;
  padding: 40px 50px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
}

.top-banner .banner-img {
  position: absolute;
  bottom: 0;
  right: 0;
}

.top-banner .new-label {
  width: 112px;
  height: 69px;
  background: url(../img/cloud2.svg) no-repeat center;
  background-size: cover;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 30px;
}

.top-banner h2 {
  font-size: 40px;
}

.top-banner p {
  font-size: 18px;
  font-family: 'IntroHeadRBase', script;
}

.packages-wrapper {
  padding-top: 40px;
}

.packages-wrapper .packages {
  padding: 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 992px) {
  .meditations-page .side-menu {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .top-banner {
    padding: 15px 20px;
  }
  .top-banner .banner-img {
    width: 75px;
  }
  .top-banner .new-label {
    width: 72px;
    height: 45px;
    font-size: 18px;
  }
  .top-banner h2 {
    font-size: 25px;
  }
  .top-banner p {
    font-size: 18px;
  }
}

.profile-form {
  padding: 50px 0;
  transition: .3s ease-in-out;
}

.profile-form.loading {
  opacity: .3;
}

.profile-form h2 {
  margin-bottom: 40px;
}

.profile-form label {
  font-size: 18px;
  display: block;
  text-transform: uppercase;
}

.profile-form .input-holder {
  margin-top: 40px;
}

.profile-form input:not([type=submit]) {
  display: block;
  width: 80%;
  font-size: 22px;
  font-family: 'IntroHeadRBase', script;
  padding: 5px 10px;
  background: none;
  border: 0;
  outline: 0;
  border-bottom: 1px solid #979797;
}

.profile-form input:not([type=submit]):disabled {
  color: #bdbdbd;
}

.profile-form input:not([type=submit]).invite-email {
  width: 100%;
}

.profile-form .msg-error {
  position: relative;
  font-size: 16px;
  color: #AC4F37;
}

.profile-form .profile-img {
  margin: 30px 0;
  width: 150px;
  height: 150px;
}

.profile-form .profile-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.profile-form .upload-btn-wrapper {
  position: relative;
  display: inline-block;
  margin-bottom: 40px;
  cursor: pointer;
}

.profile-form .upload-btn-wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.profile-form.login input:not([type=submit]) {
  width: 100%;
}

.profile-form a {
  color: inherit;
  font-size: 20px;
}

.clipboard-copy,
.referral-link {
  margin-top: 20px;
}

.section-separator-text {
  position: relative;
  display: inline-block;
  margin: 60px 0 40px;
}

.section-separator-text:after, .section-separator-text:before {
  content: "";
  display: block;
  width: 50px;
  background: #3D3D3D;
  height: 4px;
  position: absolute;
  top: 50%;
  right: 120%;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.section-separator-text:after {
  right: auto;
  left: 120%;
}

.login-link {
  margin-left: 15px;
  margin-right: 15px;
}

.login-link:last-child {
  margin-right: 0;
}

.cta-text {
  font-size: 22px;
  display: block;
  text-transform: uppercase;
}

.avatar {
  width: 100%;
  height: 100%;
  text-transform: uppercase;
}

.avatar svg {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.referral-link {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .profile-form {
    padding: 30px 0;
  }
  .profile-form label {
    font-size: 22px;
  }
  .profile-form input:not([type=submit]) {
    font-size: 18px;
    width: 100%;
  }
  .profile-form .profile-img {
    margin: 10px 0 20px;
    width: 100px;
    height: 100px;
  }
}

.meditation-calendar table {
  width: 100%;
  max-width: 640px;
  table-layout: fixed;
  text-align: center;
}

.meditation-calendar table thead {
  font-family: 'IntroHeadRBase', script;
  font-size: 22px;
}

.meditation-calendar table tbody {
  font-size: 25px;
}

.meditation-calendar table tbody td {
  background: url(../img/cloud2.svg) no-repeat center;
  background-size: 95%;
  padding: 10px;
  color: #b0b0b0;
}

.meditation-calendar table tbody td.meditation {
  background: url(../img/meditation-done.svg) no-repeat center;
  background-size: 100%;
}

.meditation-calendar table tbody td.no-bg {
  background: none;
}

.meditation-calendar .calendar-navigation {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  text-align: center;
}

.meditation-calendar .calendar-navigation .calendar-title {
  width: 100px;
}

.meditation-calendar .calendar-navigation .calendar-title h3, .meditation-calendar .calendar-navigation .calendar-title h4 {
  margin: 0;
}

@media screen and (max-width: 767px) {
  .meditation-calendar {
    padding: 30px 0;
  }
  .meditation-calendar table thead,
  .meditation-calendar table tbody {
    font-size: 20px;
  }
}

.statistics {
  padding: 50px 0 20px;
}

.statistics-item {
  display: inline-block;
  margin-right: 200px;
}

.statistics-item:last-child {
  margin-right: 0;
}

.statistics-item .number-field {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 145px;
  height: 145px;
  background: #fff;
  border-radius: 100%;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
  color: #7AB0CE;
  margin: 0 auto;
  margin-bottom: 20px;
}

.statistics-item .number-field .number {
  font-size: 75px;
  line-height: 65px;
}

.statistics-item .number-field p {
  text-transform: uppercase;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 0;
}

.statistics-item h4 {
  font-size: 23px;
  font-family: 'IntroHeadRBase', sans-serif;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .statistics {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
  }
  .statistics-item {
    margin: 20px;
  }
}

.faq h4 {
  margin: 40px 0 20px;
}

.side-image {
  text-align: center;
}

.side-image img {
  width: 250px;
  max-width: 250px;
  border-radius: 125px;
}

.team-member {
  margin-top: 50px;
}

.team-member .title {
  margin-top: 0;
}

/*! HTML5 Boilerplate v5.3.0 | MIT License | https://html5boilerplate.com/ */
/*
 * 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.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
html {
  color: #222;
  font-size: 1em;
  line-height: 1.4;
}

/*
 * 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.
 */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
textarea {
  resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */
.browserupgrade {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
/* ==========================================================================
   Helper classes
   ========================================================================== */
/*
 * Hide visually and from screen readers
 */
.hidden {
  display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * https://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 *
 * 1. For long content, line feeds are not interpreted as spaces and small width
 *    causes content to wrap 1 word per line:
 *    https://medium.com/@jessebeach/beware-smushed-off-screen-accessible-text-5952a4c2cbfe
 */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
  white-space: inherit;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */
.invisible {
  visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */
.clearfix:before,
.clearfix:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}

.clearfix:after {
  clear: both;
}

.relative {
  position: relative;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */
@media only screen and (min-width: 35em) {
  /* Style adjustments for viewports that meet the condition */
}

@media print, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 1.25dppx), (min-resolution: 120dpi) {
  /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid the additional HTTP request:
   http://www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
@media print {
  *,
  *:before,
  *:after,
  p:first-letter,
  div:first-letter,
  blockquote:first-letter,
  li:first-letter,
  p:first-line,
  div:first-line,
  blockquote:first-line,
  li:first-line {
    background: transparent !important;
    color: #000 !important;
    /* Black prints faster:
                                   http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  /*
     * Don't show links that are fragment identifiers,
     * or use the `javascript:` pseudo protocol
     */
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre {
    white-space: pre-wrap !important;
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  /*
     * Printing Tables:
     * http://css-discuss.incutio.com/wiki/Printing_Tables
     */
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}

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