@charset "UTF-8";
/*!
Theme Name: StudioHop Fitness
Theme URI: http://underscores.me/
Author: Spacetime
Author URI: http://heyspacetime.com
Description: A custom theme for StudioHop Fitness
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: studiohop-fitness
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

StudioHop Fitness is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Modules
# Pages
# Partials
*/
/* COLORS */
/* NEUTRALS */
/* TEXT COLORS */
/* FONTS */
/* BREAKPOINTS */
* {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  background-color: #333638;
  color: #464c49;
}

html, body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

[class*="col"] img {
  max-width: 100%;
  height: auto;
}

.aligncenter {
  margin: 0 auto;
  display: block;
}

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

.visible-xs,
.visible-sm,
.visible-md,
.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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
  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;
  }
}

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

@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;
}

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

.col, .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, .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-12 {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col, .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-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 992px) {
  .col, .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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}

@media (min-width: 1200px) {
  .col, .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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}

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

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

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

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

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

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

.button {
  font-family: "Open Sans", sans-serif;
  border-radius: 50px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  color: white;
  background-image: none;
  border: 2px solid transparent;
  white-space: nowrap;
  padding: 0.5em 1.25em;
  margin: 0 3px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.42857143;
  text-transform: uppercase;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-color: transparent;
  background-color: #464a4c;
}

.button:hover, .button:active, .button:visited {
  color: white;
  text-decoration: none;
  font-weight: 600;
}

.button:hover i.right-4, .button:active i.right-4, .button:visited i.right-4 {
  margin-left: 0.2em;
  margin-right: -0.2em;
}

.button i, .button .icon-solid, .button .icon-stroke, .button .icon-social {
  vertical-align: text-bottom;
  line-height: 1.2em;
  -webkit-transition: all 150ms;
  transition: all 150ms;
}

.button a {
  color: white;
}

.button:hover {
  background-color: #3f4244;
}

.button:active {
  background-color: #373a3c;
}

.button.primary {
  color: #fff;
  border-color: transparent;
  background-color: #f1b519;
}

.button.primary:hover {
  background-color: #ecaf0e;
}

.button.primary:active {
  background-color: #dea40e;
}

.button.secondary {
  color: #fff;
  border-color: transparent;
  background-color: #2ac4f4;
}

.button.secondary:hover {
  background-color: #1bc0f3;
}

.button.secondary:active {
  background-color: #0dbcf2;
}

.button.success {
  border-color: transparent;
  background-color: #99CC33;
}

.button.success:hover {
  background-color: #90c030;
}

.button.success:active {
  background-color: #87b42d;
}

.button.warning {
  border-color: transparent;
  background-color: #f1b519;
}

.button.warning:hover {
  background-color: #ecaf0e;
}

.button.warning:active {
  background-color: #dea40e;
}

.button.danger {
  border-color: transparent;
  background-color: #BA3B40;
}

.button.danger:hover {
  background-color: #ae373c;
}

.button.danger:active {
  background-color: #a33438;
}

.button.danger.ghost {
  background-color: transparent;
  border: 2px solid #BA3B40;
  color: #BA3B40;
}

.button.disabled {
  border-color: transparent;
  background-color: #F4F4F6;
  color: #8D9CA8;
  pointer-events: none;
}

.button.disabled:hover {
  background-color: #ececef;
}

.button.disabled:active {
  background-color: #e3e3e8;
}

.button.ghost {
  background-color: transparent;
  border: 2px solid #585b5d;
  color: #585b5d;
}

.button.ghost:disabled, .button.ghost.disabled {
  color: #8D9CA8;
  border-color: #8D9CA8;
  cursor: auto;
}

.button.ghost:disabled:hover, .button.ghost.disabled:hover {
  background-color: #fff;
}

.button.ghost:hover {
  background-color: #585b5d;
  color: #fff;
}

.button.ghost.white {
  border-color: #fff;
  color: #fff;
}

.button.ghost.white:hover {
  background-color: #fff;
  color: #464c49;
}

.button.text-button {
  display: inline-block;
  border: none;
  outline: none;
  background: transparent;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  padding: 0.1em 0;
  font-size: 1em;
  color: #464c49;
  -webkit-transition: border-color 100ms;
  transition: border-color 100ms;
}

.button.text-button:hover {
  border-color: #464c49;
}

.button.signout {
  border-radius: 0;
  font-size: 10px;
  background-color: transparent;
  margin-left: 10px;
  border: 1px solid #f1b519;
  padding: 5px 10px;
}

.button.signout a {
  color: #f1b519;
  font-weight: 600;
}

.button.large {
  padding: 15px 30px;
}

.button.small {
  padding: 0.36em 1.1em;
  font-size: .857em;
  font-weight: 600;
}

.button.small a {
  font-size: 12px;
}

.button.fullwide {
  width: 100%;
  margin-top: 10px;
  display: block;
}

.cta-circle {
  display: block;
  border-radius: 13em;
  border-bottom: transparent;
  color: #a2a5a4;
  cursor: pointer;
  font-size: 0.85em;
  line-height: 2.85;
  text-align: center;
  width: 25em;
  height: 25em;
  -webkit-transition: border 100ms ease-out;
  transition: border 100ms ease-out;
}

@media only screen and (min-width: 768px) {
  .cta-circle {
    font-size: 1em;
  }
}

.cta-circle.dark {
  background-color: #1c3954;
  border: 3px solid #1c3954;
  color: white;
}

.cta-circle.light {
  background-color: white;
  border: 3px solid white;
  color: #1c3954;
}

.cta-circle i {
  color: #EEB41D;
  display: inline-block;
  font-size: 2em;
  -webkit-transition: -webkit-transform 300ms ease-out;
  transition: -webkit-transform 300ms ease-out;
  transition: transform 300ms ease-out;
  transition: transform 300ms ease-out, -webkit-transform 300ms ease-out;
}

.cta-circle:hover {
  border: 3px solid #EEB41D;
}

.cta-circle:hover i {
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}

.cta-detail {
  padding: 4.1em 2em 0;
}

.cta-detail h2.detail-heading {
  color: #f1b519;
  font-size: 1em;
  text-transform: uppercase;
}

.cta-detail h1.main-info {
  font-family: "Raleway", sans-serif;
  font-size: 3.75em;
  letter-spacing: -0.025em;
  margin-top: 0;
  padding-top: 0;
}

.cta-detail h1.main-info.money:before {
  padding-right: 5px;
  top: -15px;
  content: '$';
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.cta-detail h3.detail-tag {
  line-height: 1.4;
  font-weight: 500;
  font-size: 1.2em;
  padding: .7em 1.5em 0;
}

.cta-detail small {
  font-family: "Raleway", sans-serif;
  color: inherit;
  font-size: 0.5em;
  font-weight: 700;
}

@font-face {
  font-family: 'Flaticons Social';
  src: url("/wp-content/themes/studiohop-fitness/fonts/flaticons-social.eot");
  src: url("/wp-content/themes/studiohop-fitness/fonts/flaticons-social.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/studiohop-fitness/fonts/flaticons-social.woff") format("woff"), url("/wp-content/themes/studiohop-fitness/fonts/flaticons-social.ttf") format("truetype"), url("/wp-content/themes/studiohop-fitness/fonts/flaticons-social.svg#flaticons-social") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-social:before {
  font-family: 'Flaticons Social';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-social.facebook-1:before,
.icon-social.facebook:before,
.icon-social.A1:before {
  content: "\e7d0";
}

.icon-social.twitter-1:before,
.icon-social.twitter:before,
.icon-social.A2:before {
  content: "\e7d1";
}

.icon-social.kippt-1:before,
.icon-social.kippt:before,
.icon-social.A3:before {
  content: "\e7d2";
}

.icon-social.vimeo-1:before,
.icon-social.vimeo:before,
.icon-social.A4:before {
  content: "\e7d3";
}

.icon-social.flickr-1:before,
.icon-social.flickr:before,
.icon-social.A5:before {
  content: "\e7d4";
}

.icon-social.pinterest-1:before,
.icon-social.pinterest:before,
.icon-social.A6:before {
  content: "\e7d5";
}

.icon-social.skype-1:before,
.icon-social.skype:before,
.icon-social.A7:before {
  content: "\e7d6";
}

.icon-social.dribbble-1:before,
.icon-social.dribbble:before,
.icon-social.A8:before {
  content: "\e7d7";
}

.icon-social.tumblr-1:before,
.icon-social.tumblr:before,
.icon-social.A9:before {
  content: "\e7d8";
}

.icon-social.google-plus-1:before,
.icon-social.google-plus:before,
.icon-social.A10:before {
  content: "\e7d9";
}

.icon-social.linkedin-1:before,
.icon-social.linkedin:before,
.icon-social.A11:before {
  content: "\e7da";
}

.icon-social.github-1:before,
.icon-social.github:before,
.icon-social.A12:before {
  content: "\e7db";
}

.icon-social.vine-1:before,
.icon-social.vine:before,
.icon-social.A13:before {
  content: "\e7dc";
}

.icon-social.instagram-1:before,
.icon-social.instagram:before,
.icon-social.B1:before {
  content: "\e7dd";
}

.icon-social.rdio-1:before,
.icon-social.rdio:before,
.icon-social.B2:before {
  content: "\e7de";
}

.icon-social.dropbox-1:before,
.icon-social.dropbox:before,
.icon-social.B3:before {
  content: "\e7df";
}

.icon-social.rss-1:before,
.icon-social.rss:before,
.icon-social.B4:before {
  content: "\e7e0";
}

.icon-social.cargo-1:before,
.icon-social.cargo:before,
.icon-social.B5:before {
  content: "\e7e1";
}

.icon-social.stumbleupon-1:before,
.icon-social.stumbleupon:before,
.icon-social.B6:before {
  content: "\e7e2";
}

.icon-social.paypal-1:before,
.icon-social.paypal:before,
.icon-social.B7:before {
  content: "\e7e3";
}

.icon-social.behance-1:before,
.icon-social.behance:before,
.icon-social.B8:before {
  content: "\e7e4";
}

.icon-social.zootool-1:before,
.icon-social.zootool:before,
.icon-social.B9:before {
  content: "\e7e5";
}

.icon-social.etsy-1:before,
.icon-social.etsy:before,
.icon-social.B10:before {
  content: "\e7e6";
}

.icon-social.foursquare-1:before,
.icon-social.foursquare:before,
.icon-social.B11:before {
  content: "\e7e7";
}

.icon-social.facebook-2:before,
.icon-social.B12:before {
  content: "\e7e8";
}

.icon-social.twitter-2:before,
.icon-social.B13:before {
  content: "\e7e9";
}

.icon-social.kippt-2:before,
.icon-social.C1:before {
  content: "\e7ea";
}

.icon-social.vimeo-2:before,
.icon-social.C2:before {
  content: "\e7eb";
}

.icon-social.flickr-2:before,
.icon-social.C3:before {
  content: "\e7ec";
}

.icon-social.linkedin-2:before,
.icon-social.C4:before {
  content: "\e7ed";
}

.icon-social.facebook-3:before,
.icon-social.C5:before {
  content: "\e7ee";
}

.icon-social.twitter-3:before,
.icon-social.C6:before {
  content: "\e7ef";
}

.icon-social.kippt-3:before,
.icon-social.C7:before {
  content: "\e7f0";
}

.icon-social.vimeo-3:before,
.icon-social.C8:before {
  content: "\e7f1";
}

.icon-social.flickr-3:before,
.icon-social.C9:before {
  content: "\e7f2";
}

.icon-social.pinterest-2:before,
.icon-social.C10:before {
  content: "\e7f3";
}

.icon-social.skype-2:before,
.icon-social.C11:before {
  content: "\e7f4";
}

.icon-social.dribbble-2:before,
.icon-social.C12:before {
  content: "\e7f5";
}

.icon-social.youtube-1:before,
.icon-social.youtube:before,
.icon-social.C13:before {
  content: "\e7f6";
}

.icon-social.facebook-4:before,
.icon-social.D1:before {
  content: "\e7f7";
}

.icon-social.twitter-4:before,
.icon-social.D2:before {
  content: "\e7f8";
}

.icon-social.kippt-4:before,
.icon-social.D3:before {
  content: "\e7f9";
}

.icon-social.vimeo-4:before,
.icon-social.D4:before {
  content: "\e7fa";
}

.icon-social.flickr-4:before,
.icon-social.D5:before {
  content: "\e7fb";
}

.icon-social.pinterest-3:before,
.icon-social.D6:before {
  content: "\e7fc";
}

.icon-social.skype-3:before,
.icon-social.D7:before {
  content: "\e7fd";
}

.icon-social.dribbble-3:before,
.icon-social.D8:before {
  content: "\e7fe";
}

.icon-social.tumblr-2:before,
.icon-social.D9:before {
  content: "\e7ff";
}

.icon-social.google-plus-2:before,
.icon-social.D10:before {
  content: "\e800";
}

.icon-social.linkedin-3:before,
.icon-social.D11:before {
  content: "\e801";
}

.icon-social.rss-2:before,
.icon-social.D12:before {
  content: "\e802";
}

.icon-social.stumbleupon-2:before,
.icon-social.D13:before {
  content: "\e803";
}

@font-face {
  font-family: 'Flaticons Solid';
  src: url("/wp-content/themes/studiohop-fitness/fonts/flaticons-solid.eot");
  src: url("/wp-content/themes/studiohop-fitness/fonts/flaticons-solid.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/studiohop-fitness/fonts/flaticons-solid.woff") format("woff"), url("/wp-content/themes/studiohop-fitness/fonts/flaticons-solid.ttf") format("truetype"), url("/wp-content/themes/studiohop-fitness/fonts/flaticons-solid.svg#flaticons-solid") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-solid:before {
  font-family: 'Flaticons Solid';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-solid.grid-1:before,
.icon-solid.grid:before,
.icon-solid.A1:before {
  content: "\e000";
}

.icon-solid.grid-2:before,
.icon-solid.A2:before {
  content: "\e001";
}

.icon-solid.window-1:before,
.icon-solid.window:before,
.icon-solid.A3:before {
  content: "\e002";
}

.icon-solid.window-2:before,
.icon-solid.A4:before {
  content: "\e003";
}

.icon-solid.switch-window-1:before,
.icon-solid.switch-window:before,
.icon-solid.A5:before {
  content: "\e004";
}

.icon-solid.collection-1:before,
.icon-solid.collection:before,
.icon-solid.A6:before {
  content: "\e005";
}

.icon-solid.add-window-1:before,
.icon-solid.add-window:before,
.icon-solid.A7:before {
  content: "\e006";
}

.icon-solid.browser-1:before,
.icon-solid.browser:before,
.icon-solid.A8:before {
  content: "\e007";
}

.icon-solid.minimize-browser-1:before,
.icon-solid.minimize-browser:before,
.icon-solid.A9:before {
  content: "\e008";
}

.icon-solid.new-browser-1:before,
.icon-solid.new-browser:before,
.icon-solid.A10:before {
  content: "\e009";
}

.icon-solid.close-browser-1:before,
.icon-solid.close-browser:before,
.icon-solid.A11:before {
  content: "\e00a";
}

.icon-solid.browser-2:before,
.icon-solid.A12:before {
  content: "\e00b";
}

.icon-solid.minimize-browser-2:before,
.icon-solid.A13:before {
  content: "\e00c";
}

.icon-solid.new-browser-2:before,
.icon-solid.A14:before {
  content: "\e00d";
}

.icon-solid.close-browser-2:before,
.icon-solid.A15:before {
  content: "\e00e";
}

.icon-solid.multiple-browsers-1:before,
.icon-solid.multiple-browsers:before,
.icon-solid.A16:before {
  content: "\e00f";
}

.icon-solid.browser-3:before,
.icon-solid.A17:before {
  content: "\e010";
}

.icon-solid.minimize-browser-3:before,
.icon-solid.A18:before {
  content: "\e011";
}

.icon-solid.new-browser-3:before,
.icon-solid.A19:before {
  content: "\e012";
}

.icon-solid.close-browser-3:before,
.icon-solid.A20:before {
  content: "\e013";
}

.icon-solid.folder-1:before,
.icon-solid.folder:before,
.icon-solid.B1:before {
  content: "\e014";
}

.icon-solid.add-folder-1:before,
.icon-solid.add-folder:before,
.icon-solid.B2:before {
  content: "\e015";
}

.icon-solid.remove-folder-1:before,
.icon-solid.remove-folder:before,
.icon-solid.B3:before {
  content: "\e016";
}

.icon-solid.upload-folder-1:before,
.icon-solid.upload-folder:before,
.icon-solid.B4:before {
  content: "\e017";
}

.icon-solid.download-folder-1:before,
.icon-solid.download-folder:before,
.icon-solid.B5:before {
  content: "\e018";
}

.icon-solid.open-folder-1:before,
.icon-solid.open-folder:before,
.icon-solid.B6:before {
  content: "\e019";
}

.icon-solid.open-folder-2:before,
.icon-solid.B7:before {
  content: "\e01a";
}

.icon-solid.open-folder-3:before,
.icon-solid.B8:before {
  content: "\e01b";
}

.icon-solid.document-1:before,
.icon-solid.document:before,
.icon-solid.B9:before {
  content: "\e01c";
}

.icon-solid.document-2:before,
.icon-solid.B10:before {
  content: "\e01d";
}

.icon-solid.document-3:before,
.icon-solid.B11:before {
  content: "\e01e";
}

.icon-solid.document-4:before,
.icon-solid.B12:before {
  content: "\e01f";
}

.icon-solid.multiple-documents-1:before,
.icon-solid.multiple-documents:before,
.icon-solid.B13:before {
  content: "\e020";
}

.icon-solid.remove-document-1:before,
.icon-solid.remove-document:before,
.icon-solid.B14:before {
  content: "\e021";
}

.icon-solid.add-document-1:before,
.icon-solid.add-document:before,
.icon-solid.B15:before {
  content: "\e022";
}

.icon-solid.close-document-1:before,
.icon-solid.close-document:before,
.icon-solid.B16:before {
  content: "\e023";
}

.icon-solid.upload-document-1:before,
.icon-solid.upload-document:before,
.icon-solid.B17:before {
  content: "\e024";
}

.icon-solid.download-document-1:before,
.icon-solid.download-document:before,
.icon-solid.B18:before {
  content: "\e025";
}

.icon-solid.import-document-1:before,
.icon-solid.import-document:before,
.icon-solid.B19:before {
  content: "\e026";
}

.icon-solid.export-document-1:before,
.icon-solid.export-document:before,
.icon-solid.B20:before {
  content: "\e027";
}

.icon-solid.clipboard-1:before,
.icon-solid.clipboard:before,
.icon-solid.copy-1:before,
.icon-solid.copy:before,
.icon-solid.C1:before {
  content: "\e028";
}

.icon-solid.remove-from-clipboard-1:before,
.icon-solid.remove-from-clipboard:before,
.icon-solid.C2:before {
  content: "\e029";
}

.icon-solid.add-to-clipboard-1:before,
.icon-solid.add-to-clipboard:before,
.icon-solid.C3:before {
  content: "\e02a";
}

.icon-solid.delete-from-clipboard-1:before,
.icon-solid.delete-from-clipboard:before,
.icon-solid.C4:before {
  content: "\e02b";
}

.icon-solid.clipboard-checkmark-1:before,
.icon-solid.clipboard-checkmark:before,
.icon-solid.C5:before {
  content: "\e02c";
}

.icon-solid.upload-to-clipboard-1:before,
.icon-solid.upload-to-clipboard:before,
.icon-solid.C6:before {
  content: "\e02d";
}

.icon-solid.clipboard-2:before,
.icon-solid.copy-2:before,
.icon-solid.C7:before {
  content: "\e02e";
}

.icon-solid.clipboard-3:before,
.icon-solid.copy-3:before,
.icon-solid.C8:before {
  content: "\e02f";
}

.icon-solid.clipboard-4:before,
.icon-solid.copy-4:before,
.icon-solid.C9:before {
  content: "\e030";
}

.icon-solid.comment-1:before,
.icon-solid.comment:before,
.icon-solid.C10:before {
  content: "\e031";
}

.icon-solid.thinking-comment-1:before,
.icon-solid.thinking-comment:before,
.icon-solid.C11:before {
  content: "\e032";
}

.icon-solid.heart-comment-1:before,
.icon-solid.heart-comment:before,
.icon-solid.C12:before {
  content: "\e033";
}

.icon-solid.post-comment-1:before,
.icon-solid.post-comment:before,
.icon-solid.C13:before {
  content: "\e034";
}

.icon-solid.comment-2:before,
.icon-solid.C14:before {
  content: "\e035";
}

.icon-solid.thinking-comment-2:before,
.icon-solid.C15:before {
  content: "\e036";
}

.icon-solid.heart-comment-2:before,
.icon-solid.C16:before {
  content: "\e037";
}

.icon-solid.post-comment-2:before,
.icon-solid.C17:before {
  content: "\e038";
}

.icon-solid.chat-1:before,
.icon-solid.chat:before,
.icon-solid.C18:before {
  content: "\e039";
}

.icon-solid.chat-2:before,
.icon-solid.C19:before {
  content: "\e03a";
}

.icon-solid.chat-3:before,
.icon-solid.C20:before {
  content: "\e03b";
}

.icon-solid.lock-1:before,
.icon-solid.lock:before,
.icon-solid.D1:before {
  content: "\e03c";
}

.icon-solid.unlock-1:before,
.icon-solid.unlock:before,
.icon-solid.D2:before {
  content: "\e03d";
}

.icon-solid.lock-2:before,
.icon-solid.D3:before {
  content: "\e03e";
}

.icon-solid.lock-3:before,
.icon-solid.D4:before {
  content: "\e03f";
}

.icon-solid.unlock-3:before,
.icon-solid.D5:before {
  content: "\e040";
}

.icon-solid.key-1:before,
.icon-solid.key:before,
.icon-solid.password-1:before,
.icon-solid.password:before,
.icon-solid.D6:before {
  content: "\e041";
}

.icon-solid.key-2:before,
.icon-solid.password-2:before,
.icon-solid.D7:before {
  content: "\e042";
}

.icon-solid.bell-1:before,
.icon-solid.bell:before,
.icon-solid.notification-1:before,
.icon-solid.notification:before,
.icon-solid.D8:before {
  content: "\e043";
}

.icon-solid.bell-2:before,
.icon-solid.notification-2:before,
.icon-solid.D9:before {
  content: "\e044";
}

.icon-solid.bell-3:before,
.icon-solid.service-bell-1:before,
.icon-solid.service-bell:before,
.icon-solid.service-1:before,
.icon-solid.service:before,
.icon-solid.D10:before {
  content: "\e045";
}

.icon-solid.printer-1:before,
.icon-solid.printer:before,
.icon-solid.print-1:before,
.icon-solid.print:before,
.icon-solid.D11:before {
  content: "\e046";
}

.icon-solid.calculator-1:before,
.icon-solid.calculator:before,
.icon-solid.D12:before {
  content: "\e047";
}

.icon-solid.cloud-1:before,
.icon-solid.cloud:before,
.icon-solid.D13:before {
  content: "\e048";
}

.icon-solid.cloud-upload-1:before,
.icon-solid.cloud-upload:before,
.icon-solid.D14:before {
  content: "\e049";
}

.icon-solid.cloud-add-1:before,
.icon-solid.cloud-add:before,
.icon-solid.D15:before {
  content: "\e04a";
}

.icon-solid.cloud-checkmark-1:before,
.icon-solid.cloud-checkmark:before,
.icon-solid.D16:before {
  content: "\e04b";
}

.icon-solid.cloud-2:before,
.icon-solid.D17:before {
  content: "\e04c";
}

.icon-solid.house-1:before,
.icon-solid.house:before,
.icon-solid.home-1:before,
.icon-solid.home:before,
.icon-solid.D18:before {
  content: "\e04d";
}

.icon-solid.house-2:before,
.icon-solid.home-2:before,
.icon-solid.D19:before {
  content: "\e04e";
}

.icon-solid.house-3:before,
.icon-solid.home-3:before,
.icon-solid.D20:before {
  content: "\e04f";
}

.icon-solid.open-book-1:before,
.icon-solid.open-book:before,
.icon-solid.E1:before {
  content: "\e050";
}

.icon-solid.open-book-2:before,
.icon-solid.E2:before {
  content: "\e051";
}

.icon-solid.open-book-3:before,
.icon-solid.E3:before {
  content: "\e052";
}

.icon-solid.open-book-4:before,
.icon-solid.E4:before {
  content: "\e053";
}

.icon-solid.book-1:before,
.icon-solid.book:before,
.icon-solid.E5:before {
  content: "\e054";
}

.icon-solid.book-2:before,
.icon-solid.E6:before {
  content: "\e055";
}

.icon-solid.book-3:before,
.icon-solid.E7:before {
  content: "\e056";
}

.icon-solid.book-4:before,
.icon-solid.E8:before {
  content: "\e057";
}

.icon-solid.book-5:before,
.icon-solid.E9:before {
  content: "\e058";
}

.icon-solid.book-6:before,
.icon-solid.E10:before {
  content: "\e059";
}

.icon-solid.newspaper-1:before,
.icon-solid.newspaper:before,
.icon-solid.E11:before {
  content: "\e05a";
}

.icon-solid.newspaper-2:before,
.icon-solid.E12:before {
  content: "\e05b";
}

.icon-solid.newspaper-3:before,
.icon-solid.E13:before {
  content: "\e05c";
}

.icon-solid.newspaper-4:before,
.icon-solid.E14:before {
  content: "\e05d";
}

.icon-solid.journal-1:before,
.icon-solid.journal:before,
.icon-solid.E15:before {
  content: "\e05e";
}

.icon-solid.journal-2:before,
.icon-solid.E16:before {
  content: "\e05f";
}

.icon-solid.journal-3:before,
.icon-solid.E17:before {
  content: "\e060";
}

.icon-solid.notebook-1:before,
.icon-solid.notebook:before,
.icon-solid.E18:before {
  content: "\e061";
}

.icon-solid.notebook-2:before,
.icon-solid.E19:before {
  content: "\e062";
}

.icon-solid.notebook-3:before,
.icon-solid.E20:before {
  content: "\e063";
}

.icon-solid.article-1:before,
.icon-solid.article:before,
.icon-solid.F1:before {
  content: "\e064";
}

.icon-solid.article-2:before,
.icon-solid.F2:before {
  content: "\e065";
}

.icon-solid.article-3:before,
.icon-solid.F3:before {
  content: "\e066";
}

.icon-solid.notepad-1:before,
.icon-solid.notepad:before,
.icon-solid.F4:before {
  content: "\e067";
}

.icon-solid.suitcase-1:before,
.icon-solid.suitcase:before,
.icon-solid.portfolio-1:before,
.icon-solid.portfolio:before,
.icon-solid.F5:before {
  content: "\e068";
}

.icon-solid.suitcase-2:before,
.icon-solid.F6:before {
  content: "\e069";
}

.icon-solid.briefcase-1:before,
.icon-solid.briefcase:before,
.icon-solid.F7:before {
  content: "\e06a";
}

.icon-solid.toolbox-1:before,
.icon-solid.toolbox:before,
.icon-solid.F8:before {
  content: "\e06b";
}

.icon-solid.shirt-1:before,
.icon-solid.shirt:before,
.icon-solid.F9:before {
  content: "\e06c";
}

.icon-solid.umbrella-1:before,
.icon-solid.umbrella:before,
.icon-solid.F10:before {
  content: "\e06d";
}

.icon-solid.coffee-1:before,
.icon-solid.coffee:before,
.icon-solid.F11:before {
  content: "\e06e";
}

.icon-solid.binoculars-1:before,
.icon-solid.binoculars:before,
.icon-solid.view-5:before,
.icon-solid.F12:before {
  content: "\e06f";
}

.icon-solid.glasses-1:before,
.icon-solid.glasses:before,
.icon-solid.F13:before {
  content: "\e070";
}

.icon-solid.magnifying-glass-1:before,
.icon-solid.magnifying-glass:before,
.icon-solid.zoom-1:before,
.icon-solid.zoom:before,
.icon-solid.F14:before {
  content: "\e071";
}

.icon-solid.magnifying-glass-2:before,
.icon-solid.zoom-2:before,
.icon-solid.F15:before {
  content: "\e072";
}

.icon-solid.magnifying-glass-3:before,
.icon-solid.zoom-3:before,
.icon-solid.F16:before {
  content: "\e073";
}

.icon-solid.eye-1:before,
.icon-solid.eye:before,
.icon-solid.view-1:before,
.icon-solid.view:before,
.icon-solid.F17:before {
  content: "\e074";
}

.icon-solid.eye-2:before,
.icon-solid.view-2:before,
.icon-solid.F18:before {
  content: "\e075";
}

.icon-solid.eye-3:before,
.icon-solid.view-3:before,
.icon-solid.F19:before {
  content: "\e076";
}

.icon-solid.eye-4:before,
.icon-solid.view-4:before,
.icon-solid.F20:before {
  content: "\e077";
}

.icon-solid.iphone-1:before,
.icon-solid.iphone:before,
.icon-solid.smart-phone-3:before,
.icon-solid.G1:before {
  content: "\e078";
}

.icon-solid.ipad-mini-1:before,
.icon-solid.ipad-mini:before,
.icon-solid.tablet-2:before,
.icon-solid.G2:before {
  content: "\e079";
}

.icon-solid.ipad-1:before,
.icon-solid.ipad:before,
.icon-solid.tablet-3:before,
.icon-solid.G3:before {
  content: "\e07a";
}

.icon-solid.macbook-1:before,
.icon-solid.macbook:before,
.icon-solid.laptop-2:before,
.icon-solid.G4:before {
  content: "\e07b";
}

.icon-solid.imac-1:before,
.icon-solid.imac:before,
.icon-solid.computer-2:before,
.icon-solid.G5:before {
  content: "\e07c";
}

.icon-solid.smart-phone-1:before,
.icon-solid.smart-phone:before,
.icon-solid.G6:before {
  content: "\e07d";
}

.icon-solid.tablet-1:before,
.icon-solid.tablet:before,
.icon-solid.G7:before {
  content: "\e07e";
}

.icon-solid.laptop-1:before,
.icon-solid.laptop:before,
.icon-solid.G8:before {
  content: "\e07f";
}

.icon-solid.computer-1:before,
.icon-solid.computer:before,
.icon-solid.G9:before {
  content: "\e080";
}

.icon-solid.smart-phone-2:before,
.icon-solid.G10:before {
  content: "\e081";
}

.icon-solid.image-1:before,
.icon-solid.image:before,
.icon-solid.photo-1:before,
.icon-solid.photo:before,
.icon-solid.G11:before {
  content: "\e082";
}

.icon-solid.image-gallery-1:before,
.icon-solid.image-gallery:before,
.icon-solid.photo-gallery-1:before,
.icon-solid.photo-gallery:before,
.icon-solid.G12:before {
  content: "\e083";
}

.icon-solid.media-gallery-1:before,
.icon-solid.media-gallery:before,
.icon-solid.video-gallery-1:before,
.icon-solid.video-gallery:before,
.icon-solid.G13:before {
  content: "\e084";
}

.icon-solid.video-1:before,
.icon-solid.video:before,
.icon-solid.video-camera-1:before,
.icon-solid.video-camera:before,
.icon-solid.G14:before {
  content: "\e085";
}

.icon-solid.film-1:before,
.icon-solid.film:before,
.icon-solid.video-2:before,
.icon-solid.G15:before {
  content: "\e086";
}

.icon-solid.tv-1:before,
.icon-solid.tv:before,
.icon-solid.television-1:before,
.icon-solid.television:before,
.icon-solid.G16:before {
  content: "\e087";
}

.icon-solid.camera-1:before,
.icon-solid.camera:before,
.icon-solid.G17:before {
  content: "\e088";
}

.icon-solid.camera-2:before,
.icon-solid.G18:before {
  content: "\e089";
}

.icon-solid.camera-3:before,
.icon-solid.G19:before {
  content: "\e08a";
}

.icon-solid.camera-4:before,
.icon-solid.G20:before {
  content: "\e08b";
}

.icon-solid.calendar-1:before,
.icon-solid.calendar:before,
.icon-solid.H1:before {
  content: "\e08c";
}

.icon-solid.calendar-2:before,
.icon-solid.H2:before {
  content: "\e08d";
}

.icon-solid.calendar-3:before,
.icon-solid.H3:before {
  content: "\e08e";
}

.icon-solid.calendar-4:before,
.icon-solid.H4:before {
  content: "\e08f";
}

.icon-solid.calendar-5:before,
.icon-solid.H5:before {
  content: "\e090";
}

.icon-solid.calendar-6:before,
.icon-solid.H6:before {
  content: "\e091";
}

.icon-solid.inbox-1:before,
.icon-solid.inbox:before,
.icon-solid.H7:before {
  content: "\e092";
}

.icon-solid.inbox-2:before,
.icon-solid.H8:before {
  content: "\e093";
}

.icon-solid.inbox-3:before,
.icon-solid.H9:before {
  content: "\e094";
}

.icon-solid.inbox-4:before,
.icon-solid.H10:before {
  content: "\e095";
}

.icon-solid.inbox-5:before,
.icon-solid.H11:before {
  content: "\e096";
}

.icon-solid.inbox-6:before,
.icon-solid.H12:before {
  content: "\e097";
}

.icon-solid.trash-1:before,
.icon-solid.trash:before,
.icon-solid.delete-1:before,
.icon-solid.delete:before,
.icon-solid.H13:before {
  content: "\e098";
}

.icon-solid.trash-2:before,
.icon-solid.delete-2:before,
.icon-solid.H14:before {
  content: "\e099";
}

.icon-solid.trash-3:before,
.icon-solid.delete-3:before,
.icon-solid.H15:before {
  content: "\e09a";
}

.icon-solid.trash-4:before,
.icon-solid.delete-4:before,
.icon-solid.H16:before {
  content: "\e09b";
}

.icon-solid.bucket-1:before,
.icon-solid.bucket:before,
.icon-solid.H17:before {
  content: "\e09c";
}

.icon-solid.bucket-2:before,
.icon-solid.H18:before {
  content: "\e09d";
}

.icon-solid.paperclip-1:before,
.icon-solid.paperclip:before,
.icon-solid.attachment-1:before,
.icon-solid.attachment:before,
.icon-solid.H19:before {
  content: "\e09e";
}

.icon-solid.paperclip-2:before,
.icon-solid.attachment-2:before,
.icon-solid.H20:before {
  content: "\e09f";
}

.icon-solid.compose-1:before,
.icon-solid.compose:before,
.icon-solid.message-1:before,
.icon-solid.message:before,
.icon-solid.I1:before {
  content: "\e0a0";
}

.icon-solid.compose-2:before,
.icon-solid.message-2:before,
.icon-solid.I2:before {
  content: "\e0a1";
}

.icon-solid.compose-3:before,
.icon-solid.message-3:before,
.icon-solid.I3:before {
  content: "\e0a2";
}

.icon-solid.compose-4:before,
.icon-solid.message-4:before,
.icon-solid.I4:before {
  content: "\e0a3";
}

.icon-solid.brush-1:before,
.icon-solid.brush:before,
.icon-solid.paint-1:before,
.icon-solid.paint:before,
.icon-solid.I5:before {
  content: "\e0a4";
}

.icon-solid.pencil-1:before,
.icon-solid.pencil:before,
.icon-solid.edit-1:before,
.icon-solid.edit:before,
.icon-solid.I6:before {
  content: "\e0a5";
}

.icon-solid.pencil-2:before,
.icon-solid.edit-2:before,
.icon-solid.I7:before {
  content: "\e0a6";
}

.icon-solid.pencil-3:before,
.icon-solid.edit-3:before,
.icon-solid.I8:before {
  content: "\e0a7";
}

.icon-solid.feather-1:before,
.icon-solid.feather:before,
.icon-solid.I9:before {
  content: "\e0a8";
}

.icon-solid.feather-2:before,
.icon-solid.I10:before {
  content: "\e0a9";
}

.icon-solid.mail-1:before,
.icon-solid.mail:before,
.icon-solid.envelope-1:before,
.icon-solid.envelope:before,
.icon-solid.I11:before {
  content: "\e0aa";
}

.icon-solid.mail-2:before,
.icon-solid.envelope-2:before,
.icon-solid.I12:before {
  content: "\e0ab";
}

.icon-solid.mail-3:before,
.icon-solid.envelope-3:before,
.icon-solid.I13:before {
  content: "\e0ac";
}

.icon-solid.mail-4:before,
.icon-solid.envelope-4:before,
.icon-solid.I14:before {
  content: "\e0ad";
}

.icon-solid.send-1:before,
.icon-solid.send:before,
.icon-solid.I15:before {
  content: "\e0ae";
}

.icon-solid.share-1:before,
.icon-solid.share:before,
.icon-solid.I16:before {
  content: "\e0af";
}

.icon-solid.share-2:before,
.icon-solid.I17:before {
  content: "\e0b0";
}

.icon-solid.reply-to-all-1:before,
.icon-solid.reply-to-all:before,
.icon-solid.I18:before {
  content: "\e0b1";
}

.icon-solid.reply-1:before,
.icon-solid.reply:before,
.icon-solid.I19:before {
  content: "\e0b2";
}

.icon-solid.forward-1:before,
.icon-solid.forward:before,
.icon-solid.I20:before {
  content: "\e0b3";
}

.icon-solid.star-1:before,
.icon-solid.star:before,
.icon-solid.J1:before {
  content: "\e0b4";
}

.icon-solid.star-2:before,
.icon-solid.J2:before {
  content: "\e0b5";
}

.icon-solid.heart-1:before,
.icon-solid.heart:before,
.icon-solid.J3:before {
  content: "\e0b6";
}

.icon-solid.bookmark-1:before,
.icon-solid.bookmark:before,
.icon-solid.J4:before {
  content: "\e0b7";
}

.icon-solid.bookmark-2:before,
.icon-solid.J5:before {
  content: "\e0b8";
}

.icon-solid.bookmark-3:before,
.icon-solid.J6:before {
  content: "\e0b9";
}

.icon-solid.pin-1:before,
.icon-solid.pin:before,
.icon-solid.J7:before {
  content: "\e0ba";
}

.icon-solid.share-3:before,
.icon-solid.J8:before {
  content: "\e0bb";
}

.icon-solid.share-4:before,
.icon-solid.J9:before {
  content: "\e0bc";
}

.icon-solid.share-5:before,
.icon-solid.J10:before {
  content: "\e0bd";
}

.icon-solid.link-1:before,
.icon-solid.link:before,
.icon-solid.J11:before {
  content: "\e0be";
}

.icon-solid.link-2:before,
.icon-solid.J12:before {
  content: "\e0bf";
}

.icon-solid.link-3:before,
.icon-solid.J13:before {
  content: "\e0c0";
}

.icon-solid.link-4:before,
.icon-solid.J14:before {
  content: "\e0c1";
}

.icon-solid.question-1:before,
.icon-solid.question:before,
.icon-solid.help-1:before,
.icon-solid.help:before,
.icon-solid.J15:before {
  content: "\e0c2";
}

.icon-solid.question-2:before,
.icon-solid.help-2:before,
.icon-solid.J16:before {
  content: "\e0c3";
}

.icon-solid.exclamation-point-1:before,
.icon-solid.exclamation-point:before,
.icon-solid.caution-1:before,
.icon-solid.caution:before,
.icon-solid.warning-1:before,
.icon-solid.warning:before,
.icon-solid.J17:before {
  content: "\e0c4";
}

.icon-solid.exclamation-point-2:before,
.icon-solid.caution-2:before,
.icon-solid.warning-2:before,
.icon-solid.J18:before {
  content: "\e0c5";
}

.icon-solid.info-1:before,
.icon-solid.info:before,
.icon-solid.about-1:before,
.icon-solid.about:before,
.icon-solid.J19:before {
  content: "\e0c6";
}

.icon-solid.info-2:before,
.icon-solid.about-2:before,
.icon-solid.J20:before {
  content: "\e0c7";
}

.icon-solid.user-1:before,
.icon-solid.user:before,
.icon-solid.profile-2:before,
.icon-solid.K1:before {
  content: "\e0c8";
}

.icon-solid.add-user-1:before,
.icon-solid.add-user:before,
.icon-solid.K2:before {
  content: "\e0c9";
}

.icon-solid.user-2:before,
.icon-solid.profile-3:before,
.icon-solid.K3:before {
  content: "\e0ca";
}

.icon-solid.user-3:before,
.icon-solid.profile-4:before,
.icon-solid.K4:before {
  content: "\e0cb";
}

.icon-solid.user-4:before,
.icon-solid.profile-5:before,
.icon-solid.K5:before {
  content: "\e0cc";
}

.icon-solid.group-1:before,
.icon-solid.group:before,
.icon-solid.follow-1:before,
.icon-solid.follow:before,
.icon-solid.K6:before {
  content: "\e0cd";
}

.icon-solid.group-2:before,
.icon-solid.K7:before {
  content: "\e0ce";
}

.icon-solid.profile-1:before,
.icon-solid.profile:before,
.icon-solid.K8:before {
  content: "\e0cf";
}

.icon-solid.id-1:before,
.icon-solid.id:before,
.icon-solid.K9:before {
  content: "\e0d0";
}

.icon-solid.id-2:before,
.icon-solid.K10:before {
  content: "\e0d1";
}

.icon-solid.contacts-1:before,
.icon-solid.contacts:before,
.icon-solid.K11:before {
  content: "\e0d2";
}

.icon-solid.contacts-2:before,
.icon-solid.K12:before {
  content: "\e0d3";
}

.icon-solid.trophy-1:before,
.icon-solid.trophy:before,
.icon-solid.award-1:before,
.icon-solid.award:before,
.icon-solid.K13:before {
  content: "\e0d4";
}

.icon-solid.thumbs-up-1:before,
.icon-solid.thumbs-up:before,
.icon-solid.like-1:before,
.icon-solid.like:before,
.icon-solid.K14:before {
  content: "\e0d5";
}

.icon-solid.gas-1:before,
.icon-solid.gas:before,
.icon-solid.travel-1:before,
.icon-solid.travel:before,
.icon-solid.K15:before {
  content: "\e0d6";
}

.icon-solid.airplane-1:before,
.icon-solid.airplane:before,
.icon-solid.travel-2:before,
.icon-solid.K16:before {
  content: "\e0d7";
}

.icon-solid.car-1:before,
.icon-solid.car:before,
.icon-solid.vehicle-1:before,
.icon-solid.vehicle:before,
.icon-solid.travel-3:before,
.icon-solid.K17:before {
  content: "\e0d8";
}

.icon-solid.bike-1:before,
.icon-solid.bike:before,
.icon-solid.travel-4:before,
.icon-solid.K18:before {
  content: "\e0d9";
}

.icon-solid.building-1:before,
.icon-solid.building:before,
.icon-solid.city-1:before,
.icon-solid.city:before,
.icon-solid.K19:before {
  content: "\e0da";
}

.icon-solid.government-1:before,
.icon-solid.government:before,
.icon-solid.politics-1:before,
.icon-solid.politics:before,
.icon-solid.building-2:before,
.icon-solid.K20:before {
  content: "\e0db";
}

.icon-solid.cart-1:before,
.icon-solid.cart:before,
.icon-solid.shopping-cart-1:before,
.icon-solid.shopping-cart:before,
.icon-solid.L1:before {
  content: "\e0dc";
}

.icon-solid.cart-2:before,
.icon-solid.shopping-cart-2:before,
.icon-solid.L2:before {
  content: "\e0dd";
}

.icon-solid.cart-3:before,
.icon-solid.shopping-cart-3:before,
.icon-solid.L3:before {
  content: "\e0de";
}

.icon-solid.tag-1:before,
.icon-solid.tag:before,
.icon-solid.L4:before {
  content: "\e0df";
}

.icon-solid.tag-2:before,
.icon-solid.L5:before {
  content: "\e0e0";
}

.icon-solid.money-1:before,
.icon-solid.money:before,
.icon-solid.currency-1:before,
.icon-solid.currency:before,
.icon-solid.L6:before {
  content: "\e0e1";
}

.icon-solid.money-2:before,
.icon-solid.currency-2:before,
.icon-solid.L7:before {
  content: "\e0e2";
}

.icon-solid.store-1:before,
.icon-solid.store:before,
.icon-solid.market-1:before,
.icon-solid.market:before,
.icon-solid.shop-1:before,
.icon-solid.shop:before,
.icon-solid.L8:before {
  content: "\e0e3";
}

.icon-solid.store-2:before,
.icon-solid.market-2:before,
.icon-solid.shop-2:before,
.icon-solid.L9:before {
  content: "\e0e4";
}

.icon-solid.bag-1:before,
.icon-solid.bag:before,
.icon-solid.L10:before {
  content: "\e0e5";
}

.icon-solid.basket-1:before,
.icon-solid.basket:before,
.icon-solid.L11:before {
  content: "\e0e6";
}

.icon-solid.basket-2:before,
.icon-solid.L12:before {
  content: "\e0e7";
}

.icon-solid.bag-1:before,
.icon-solid.bag:before,
.icon-solid.L13:before {
  content: "\e0e8";
}

.icon-solid.gift-1:before,
.icon-solid.gift:before,
.icon-solid.present-1:before,
.icon-solid.present:before,
.icon-solid.L14:before {
  content: "\e0e9";
}

.icon-solid.credit-card-1:before,
.icon-solid.credit-card:before,
.icon-solid.payment-1:before,
.icon-solid.payment:before,
.icon-solid.L15:before {
  content: "\e0ea";
}

.icon-solid.wallet-1:before,
.icon-solid.wallet:before,
.icon-solid.payment-1:before,
.icon-solid.payment:before,
.icon-solid.L16:before {
  content: "\e0eb";
}

.icon-solid.flag-1:before,
.icon-solid.flag:before,
.icon-solid.finish-1:before,
.icon-solid.finish:before,
.icon-solid.L17:before {
  content: "\e0ec";
}

.icon-solid.flag-2:before,
.icon-solid.finish-2:before,
.icon-solid.L18:before {
  content: "\e0ed";
}

.icon-solid.flag-3:before,
.icon-solid.finish-3:before,
.icon-solid.L19:before {
  content: "\e0ee";
}

.icon-solid.rocket-1:before,
.icon-solid.rocket:before,
.icon-solid.spaceship-1:before,
.icon-solid.spaceship:before,
.icon-solid.L20:before {
  content: "\e0ef";
}

.icon-solid.battery-full-1:before,
.icon-solid.battery-full:before,
.icon-solid.M1:before {
  content: "\e0f0";
}

.icon-solid.battery-ok-1:before,
.icon-solid.battery-ok:before,
.icon-solid.M2:before {
  content: "\e0f1";
}

.icon-solid.battery-low-1:before,
.icon-solid.battery-low:before,
.icon-solid.M3:before {
  content: "\e0f2";
}

.icon-solid.battery-empty-1:before,
.icon-solid.battery-empty:before,
.icon-solid.M4:before {
  content: "\e0f3";
}

.icon-solid.battery-charging-1:before,
.icon-solid.battery-charging:before,
.icon-solid.M5:before {
  content: "\e0f4";
}

.icon-solid.battery-empty-2:before,
.icon-solid.M6:before {
  content: "\e0f5";
}

.icon-solid.battery-low-2:before,
.icon-solid.M7:before {
  content: "\e0f6";
}

.icon-solid.battery-ok-1:before,
.icon-solid.battery-ok:before,
.icon-solid.M8:before {
  content: "\e0f7";
}

.icon-solid.battery-good-1:before,
.icon-solid.battery-good:before,
.icon-solid.M9:before {
  content: "\e0f8";
}

.icon-solid.battery-full-1:before,
.icon-solid.battery-full:before,
.icon-solid.M10:before {
  content: "\e0f9";
}

.icon-solid.battery-charging-2:before,
.icon-solid.M11:before {
  content: "\e0fa";
}

.icon-solid.battery-charging-3:before,
.icon-solid.lightning-bolt-1:before,
.icon-solid.lightning-bolt:before,
.icon-solid.M12:before {
  content: "\e0fb";
}

.icon-solid.wifi-1:before,
.icon-solid.wifi:before,
.icon-solid.wireless-1:before,
.icon-solid.wireless:before,
.icon-solid.M13:before {
  content: "\e0fc";
}

.icon-solid.wifi-rounded-1:before,
.icon-solid.wifi-rounded:before,
.icon-solid.wireless-rounded-1:before,
.icon-solid.wireless-rounded:before,
.icon-solid.M14:before {
  content: "\e0fd";
}

.icon-solid.wifi-2:before,
.icon-solid.wireless-2:before,
.icon-solid.M15:before {
  content: "\e0fe";
}

.icon-solid.wifi-rounded-2:before,
.icon-solid.wireless-rounded-2:before,
.icon-solid.M16:before {
  content: "\e0ff";
}

.icon-solid.wifi-3:before,
.icon-solid.wireless-3:before,
.icon-solid.M17:before {
  content: "\e100";
}

.icon-solid.rss-1:before,
.icon-solid.rss:before,
.icon-solid.M18:before {
  content: "\e101";
}

.icon-solid.signal-bars-1:before,
.icon-solid.signal-bars:before,
.icon-solid.M19:before {
  content: "\e102";
}

.icon-solid.graph-1:before,
.icon-solid.graph:before,
.icon-solid.stats-1:before,
.icon-solid.stats:before,
.icon-solid.M20:before {
  content: "\e103";
}

.icon-solid.files-1:before,
.icon-solid.files:before,
.icon-solid.N1:before {
  content: "\e104";
}

.icon-solid.box-1:before,
.icon-solid.box:before,
.icon-solid.files-2:before,
.icon-solid.N2:before {
  content: "\e105";
}

.icon-solid.bluetooth-1:before,
.icon-solid.bluetooth:before,
.icon-solid.N3:before {
  content: "\e106";
}

.icon-solid.history-1:before,
.icon-solid.history:before,
.icon-solid.time-machine-1:before,
.icon-solid.time-machine:before,
.icon-solid.N4:before {
  content: "\e107";
}

.icon-solid.clock-1:before,
.icon-solid.clock:before,
.icon-solid.time-1:before,
.icon-solid.time:before,
.icon-solid.N5:before {
  content: "\e108";
}

.icon-solid.watch-1:before,
.icon-solid.watch:before,
.icon-solid.time-2:before,
.icon-solid.N6:before {
  content: "\e109";
}

.icon-solid.stopwatch-1:before,
.icon-solid.stopwatch:before,
.icon-solid.N7:before {
  content: "\e10a";
}

.icon-solid.gauge-1:before,
.icon-solid.gauge:before,
.icon-solid.speedometer-1:before,
.icon-solid.speedometer:before,
.icon-solid.N8:before {
  content: "\e10b";
}

.icon-solid.gauge-2:before,
.icon-solid.N9:before {
  content: "\e10c";
}

.icon-solid.explore-1:before,
.icon-solid.explore:before,
.icon-solid.compass-1:before,
.icon-solid.compass:before,
.icon-solid.N10:before {
  content: "\e10d";
}

.icon-solid.map-1:before,
.icon-solid.map:before,
.icon-solid.location-1:before,
.icon-solid.location:before,
.icon-solid.N11:before {
  content: "\e10e";
}

.icon-solid.location-pin-1:before,
.icon-solid.location-pin:before,
.icon-solid.N12:before {
  content: "\e10f";
}

.icon-solid.location-pin-2:before,
.icon-solid.N13:before {
  content: "\e110";
}

.icon-solid.location-pin-3:before,
.icon-solid.N14:before {
  content: "\e111";
}

.icon-solid.location-pin-4:before,
.icon-solid.N15:before {
  content: "\e112";
}

.icon-solid.location-pin-5:before,
.icon-solid.N16:before {
  content: "\e113";
}

.icon-solid.location-arrow-1:before,
.icon-solid.location-arrow:before,
.icon-solid.N17:before {
  content: "\e114";
}

.icon-solid.earth-1:before,
.icon-solid.earth:before,
.icon-solid.world-1:before,
.icon-solid.world:before,
.icon-solid.N18:before {
  content: "\e115";
}

.icon-solid.crosshairs-1:before,
.icon-solid.crosshairs:before,
.icon-solid.aim-1:before,
.icon-solid.aim:before,
.icon-solid.N19:before {
  content: "\e116";
}

.icon-solid.target-1:before,
.icon-solid.target:before,
.icon-solid.aim-2:before,
.icon-solid.N20:before {
  content: "\e117";
}

.icon-solid.call-1:before,
.icon-solid.call:before,
.icon-solid.phone-1:before,
.icon-solid.phone:before,
.icon-solid.O1:before {
  content: "\e118";
}

.icon-solid.call-2:before,
.icon-solid.phone-2:before,
.icon-solid.O2:before {
  content: "\e119";
}

.icon-solid.call-3:before,
.icon-solid.phone-3:before,
.icon-solid.O3:before {
  content: "\e11a";
}

.icon-solid.call-4:before,
.icon-solid.phone-4:before,
.icon-solid.O4:before {
  content: "\e11b";
}

.icon-solid.lightbulb-1:before,
.icon-solid.lightbulb:before,
.icon-solid.idea-1:before,
.icon-solid.idea:before,
.icon-solid.O5:before {
  content: "\e11c";
}

.icon-solid.lightbulb-2:before,
.icon-solid.O6:before {
  content: "\e11d";
}

.icon-solid.lightbulb-3:before,
.icon-solid.idea-2:before,
.icon-solid.O7:before {
  content: "\e11e";
}

.icon-solid.dashboard-1:before,
.icon-solid.dashboard:before,
.icon-solid.see-all-1:before,
.icon-solid.see-all:before,
.icon-solid.O8:before {
  content: "\e11f";
}

.icon-solid.command-1:before,
.icon-solid.command:before,
.icon-solid.O9:before {
  content: "\e120";
}

.icon-solid.option-1:before,
.icon-solid.option:before,
.icon-solid.O10:before {
  content: "\e121";
}

.icon-solid.control-1:before,
.icon-solid.control:before,
.icon-solid.O11:before {
  content: "\e122";
}

.icon-solid.shift-1:before,
.icon-solid.shift:before,
.icon-solid.O12:before {
  content: "\e123";
}

.icon-solid.eject-1:before,
.icon-solid.eject:before,
.icon-solid.O13:before {
  content: "\e124";
}

.icon-solid.backspace-1:before,
.icon-solid.backspace:before,
.icon-solid.O14:before {
  content: "\e125";
}

.icon-solid.tree-1:before,
.icon-solid.tree:before,
.icon-solid.nature-1:before,
.icon-solid.nature:before,
.icon-solid.O15:before {
  content: "\e126";
}

.icon-solid.moon-1:before,
.icon-solid.moon:before,
.icon-solid.sleep-1:before,
.icon-solid.sleep:before,
.icon-solid.O16:before {
  content: "\e127";
}

.icon-solid.water-1:before,
.icon-solid.water:before,
.icon-solid.O17:before {
  content: "\e128";
}

.icon-solid.left-1:before,
.icon-solid.left:before,
.icon-solid.nature-2:before,
.icon-solid.O18:before {
  content: "\e129";
}

.icon-solid.whale-1:before,
.icon-solid.whale:before,
.icon-solid.O19:before {
  content: "\e12a";
}

.icon-solid.life-ring-1:before,
.icon-solid.life-ring:before,
.icon-solid.support-1:before,
.icon-solid.support:before,
.icon-solid.O20:before {
  content: "\e12b";
}

.icon-solid.settings-1:before,
.icon-solid.settings:before,
.icon-solid.gear-1:before,
.icon-solid.gear:before,
.icon-solid.P1:before {
  content: "\e12c";
}

.icon-solid.settings-2:before,
.icon-solid.gear-2:before,
.icon-solid.P2:before {
  content: "\e12d";
}

.icon-solid.wrench-1:before,
.icon-solid.wrench:before,
.icon-solid.tool-1:before,
.icon-solid.tool:before,
.icon-solid.P3:before {
  content: "\e12e";
}

.icon-solid.skill-1:before,
.icon-solid.skill:before,
.icon-solid.work-1:before,
.icon-solid.work:before,
.icon-solid.P4:before {
  content: "\e12f";
}

.icon-solid.scissors-1:before,
.icon-solid.scissors:before,
.icon-solid.cut-1:before,
.icon-solid.cut:before,
.icon-solid.P5:before {
  content: "\e130";
}

.icon-solid.eyedropper-1:before,
.icon-solid.eyedropper:before,
.icon-solid.P6:before {
  content: "\e131";
}

.icon-solid.magic-wand-1:before,
.icon-solid.magic-wand:before,
.icon-solid.P7:before {
  content: "\e132";
}

.icon-solid.text-1:before,
.icon-solid.text:before,
.icon-solid.type-1:before,
.icon-solid.type:before,
.icon-solid.P8:before {
  content: "\e133";
}

.icon-solid.graph-2:before,
.icon-solid.P9:before {
  content: "\e134";
}

.icon-solid.running-1:before,
.icon-solid.running:before,
.icon-solid.P10:before {
  content: "\e135";
}

.icon-solid.pie-graph-1:before,
.icon-solid.pie-graph:before,
.icon-solid.graph-3:before,
.icon-solid.P11:before {
  content: "\e136";
}

.icon-solid.slider-1:before,
.icon-solid.slider:before,
.icon-solid.P12:before {
  content: "\e137";
}

.icon-solid.slider-2:before,
.icon-solid.P13:before {
  content: "\e138";
}

.icon-solid.slider-3:before,
.icon-solid.P14:before {
  content: "\e139";
}

.icon-solid.slider-4:before,
.icon-solid.P15:before {
  content: "\e13a";
}

.icon-solid.toggle:before,
.icon-solid.P16:before {
  content: "\e13b";
}

.icon-solid.server-1:before,
.icon-solid.server:before,
.icon-solid.P17:before {
  content: "\e13c";
}

.icon-solid.network-1:before,
.icon-solid.network:before,
.icon-solid.P18:before {
  content: "\e13d";
}

.icon-solid.copyright-1:before,
.icon-solid.copyright:before,
.icon-solid.P19:before {
  content: "\e13e";
}

.icon-solid.trademark-1:before,
.icon-solid.trademark:before,
.icon-solid.P20:before {
  content: "\e13f";
}

.icon-solid.left-text-1:before,
.icon-solid.left-text:before,
.icon-solid.Q1:before {
  content: "\e140";
}

.icon-solid.centered-text-1:before,
.icon-solid.centered-text:before,
.icon-solid.Q2:before {
  content: "\e141";
}

.icon-solid.right-text-1:before,
.icon-solid.right-text:before,
.icon-solid.Q3:before {
  content: "\e142";
}

.icon-solid.paragraph-text-1:before,
.icon-solid.paragraph-text:before,
.icon-solid.Q4:before {
  content: "\e143";
}

.icon-solid.align-top-1:before,
.icon-solid.align-top:before,
.icon-solid.Q5:before {
  content: "\e144";
}

.icon-solid.align-bottom-1:before,
.icon-solid.align-bottom:before,
.icon-solid.Q6:before {
  content: "\e145";
}

.icon-solid.align-horizontally-1:before,
.icon-solid.align-horizontally:before,
.icon-solid.Q7:before {
  content: "\e146";
}

.icon-solid.align-left-1:before,
.icon-solid.align-left:before,
.icon-solid.Q8:before {
  content: "\e147";
}

.icon-solid.align-center-1:before,
.icon-solid.align-center:before,
.icon-solid.Q9:before {
  content: "\e148";
}

.icon-solid.align-right-1:before,
.icon-solid.align-right:before,
.icon-solid.Q10:before {
  content: "\e149";
}

.icon-solid.align-top-edges-1:before,
.icon-solid.align-top-edges:before,
.icon-solid.Q11:before {
  content: "\e14a";
}

.icon-solid.distribute-vertical-centers-1:before,
.icon-solid.distribute-vertical-centers:before,
.icon-solid.Q12:before {
  content: "\e14b";
}

.icon-solid.align-bottom-edges-1:before,
.icon-solid.align-bottom-edges:before,
.icon-solid.Q13:before {
  content: "\e14c";
}

.icon-solid.align-left-edges-1:before,
.icon-solid.align-left-edges:before,
.icon-solid.Q14:before {
  content: "\e14d";
}

.icon-solid.distribute-horizontal-centers-1:before,
.icon-solid.distribute-horizontal-centers:before,
.icon-solid.Q15:before {
  content: "\e14e";
}

.icon-solid.align-right-edges-1:before,
.icon-solid.align-right-edges:before,
.icon-solid.Q16:before {
  content: "\e14f";
}

.icon-solid.layout-1:before,
.icon-solid.layout:before,
.icon-solid.Q17:before {
  content: "\e150";
}

.icon-solid.layout-2:before,
.icon-solid.Q18:before {
  content: "\e151";
}

.icon-solid.layout-3:before,
.icon-solid.Q19:before {
  content: "\e152";
}

.icon-solid.layout-4:before,
.icon-solid.Q20:before {
  content: "\e153";
}

.icon-solid.menu-1:before,
.icon-solid.menu:before,
.icon-solid.R1:before {
  content: "\e154";
}

.icon-solid.menu-2:before,
.icon-solid.R2:before {
  content: "\e155";
}

.icon-solid.menu-3:before,
.icon-solid.R3:before {
  content: "\e156";
}

.icon-solid.menu-list-1:before,
.icon-solid.menu-list:before,
.icon-solid.R4:before {
  content: "\e157";
}

.icon-solid.menu-list-2:before,
.icon-solid.R5:before {
  content: "\e158";
}

.icon-solid.menu-list-3:before,
.icon-solid.R6:before {
  content: "\e159";
}

.icon-solid.menu-list-4:before,
.icon-solid.R7:before {
  content: "\e15a";
}

.icon-solid.paragraph-justify-1:before,
.icon-solid.paragraph-justify:before,
.icon-solid.R8:before {
  content: "\e15b";
}

.icon-solid.paragraph-left-justify-1:before,
.icon-solid.paragraph-left-justify:before,
.icon-solid.R9:before {
  content: "\e15c";
}

.icon-solid.paragraph-left-1:before,
.icon-solid.paragraph-left:before,
.icon-solid.R10:before {
  content: "\e15d";
}

.icon-solid.paragraph-center-1:before,
.icon-solid.paragraph-center:before,
.icon-solid.R11:before {
  content: "\e15e";
}

.icon-solid.paragraph-right-1:before,
.icon-solid.paragraph-right:before,
.icon-solid.R12:before {
  content: "\e15f";
}

.icon-solid.paragraph-right-justify-1:before,
.icon-solid.paragraph-right-justify:before,
.icon-solid.R13:before {
  content: "\e160";
}

.icon-solid.marquee-1:before,
.icon-solid.marquee:before,
.icon-solid.R14:before {
  content: "\e161";
}

.icon-solid.marquee-plus-1:before,
.icon-solid.marquee-plus:before,
.icon-solid.R15:before {
  content: "\e162";
}

.icon-solid.marquee-2:before,
.icon-solid.R16:before {
  content: "\e163";
}

.icon-solid.marquee-plus-2:before,
.icon-solid.R17:before {
  content: "\e164";
}

.icon-solid.sun-1:before,
.icon-solid.sun:before,
.icon-solid.brightness-1:before,
.icon-solid.brightness:before,
.icon-solid.R18:before {
  content: "\e165";
}

.icon-solid.sun-2:before,
.icon-solid.brightness-2:before,
.icon-solid.R19:before {
  content: "\e166";
}

.icon-solid.sun-3:before,
.icon-solid.brightness-3:before,
.icon-solid.R20:before {
  content: "\e167";
}

.icon-solid.turn-page-down-1:before,
.icon-solid.turn-page-down:before,
.icon-solid.S1:before {
  content: "\e168";
}

.icon-solid.turn-page-up-1:before,
.icon-solid.turn-page-up:before,
.icon-solid.S2:before {
  content: "\e169";
}

.icon-solid.slide-out-left-1:before,
.icon-solid.slide-out-left:before,
.icon-solid.S3:before {
  content: "\e16a";
}

.icon-solid.slide-in-right-1:before,
.icon-solid.slide-in-right:before,
.icon-solid.S4:before {
  content: "\e16b";
}

.icon-solid.slide-in-left-1:before,
.icon-solid.slide-in-left:before,
.icon-solid.S5:before {
  content: "\e16c";
}

.icon-solid.slide-out-right-1:before,
.icon-solid.slide-out-right:before,
.icon-solid.S6:before {
  content: "\e16d";
}

.icon-solid.fold-up-1:before,
.icon-solid.fold-up:before,
.icon-solid.S7:before {
  content: "\e16e";
}

.icon-solid.fold-down-1:before,
.icon-solid.fold-down:before,
.icon-solid.S8:before {
  content: "\e16f";
}

.icon-solid.fold-left-1:before,
.icon-solid.fold-left:before,
.icon-solid.S9:before {
  content: "\e170";
}

.icon-solid.fold-right-1:before,
.icon-solid.fold-right:before,
.icon-solid.S10:before {
  content: "\e171";
}

.icon-solid.move-up-1:before,
.icon-solid.move-up:before,
.icon-solid.S11:before {
  content: "\e172";
}

.icon-solid.move-down-1:before,
.icon-solid.move-down:before,
.icon-solid.S12:before {
  content: "\e173";
}

.icon-solid.move-left-1:before,
.icon-solid.move-left:before,
.icon-solid.login-1:before,
.icon-solid.login:before,
.icon-solid.S13:before {
  content: "\e174";
}

.icon-solid.move-right-1:before,
.icon-solid.move-right:before,
.icon-solid.logout-1:before,
.icon-solid.logout:before,
.icon-solid.S14:before {
  content: "\e175";
}

.icon-solid.upload-1:before,
.icon-solid.upload:before,
.icon-solid.S15:before {
  content: "\e176";
}

.icon-solid.download-1:before,
.icon-solid.download:before,
.icon-solid.S16:before {
  content: "\e177";
}

.icon-solid.upload-inbox-2:before,
.icon-solid.S17:before {
  content: "\e178";
}

.icon-solid.download-inbox-2:before,
.icon-solid.S18:before {
  content: "\e179";
}

.icon-solid.upload-3:before,
.icon-solid.S19:before {
  content: "\e17a";
}

.icon-solid.download-3:before,
.icon-solid.S20:before {
  content: "\e17b";
}

.icon-solid.previous-1:before,
.icon-solid.previous:before,
.icon-solid.T1:before {
  content: "\e17c";
}

.icon-solid.rewind-1:before,
.icon-solid.rewind:before,
.icon-solid.T2:before {
  content: "\e17d";
}

.icon-solid.stop-1:before,
.icon-solid.stop:before,
.icon-solid.T3:before {
  content: "\e17e";
}

.icon-solid.pause-1:before,
.icon-solid.pause:before,
.icon-solid.T4:before {
  content: "\e17f";
}

.icon-solid.play-1:before,
.icon-solid.play:before,
.icon-solid.T5:before {
  content: "\e180";
}

.icon-solid.fast-forward-1:before,
.icon-solid.fast-forward:before,
.icon-solid.T6:before {
  content: "\e181";
}

.icon-solid.next-1:before,
.icon-solid.next:before,
.icon-solid.T7:before {
  content: "\e182";
}

.icon-solid.previous-2:before,
.icon-solid.T8:before {
  content: "\e183";
}

.icon-solid.rewind-2:before,
.icon-solid.T9:before {
  content: "\e184";
}

.icon-solid.stop-2:before,
.icon-solid.T10:before {
  content: "\e185";
}

.icon-solid.pause-2:before,
.icon-solid.T11:before {
  content: "\e186";
}

.icon-solid.play-2:before,
.icon-solid.T12:before {
  content: "\e187";
}

.icon-solid.fast-forward-2:before,
.icon-solid.T13:before {
  content: "\e188";
}

.icon-solid.next-2:before,
.icon-solid.T14:before {
  content: "\e189";
}

.icon-solid.previous-3:before,
.icon-solid.T15:before {
  content: "\e18a";
}

.icon-solid.rewind-3:before,
.icon-solid.T16:before {
  content: "\e18b";
}

.icon-solid.pause-3:before,
.icon-solid.T17:before {
  content: "\e18c";
}

.icon-solid.play-3:before,
.icon-solid.T18:before {
  content: "\e18d";
}

.icon-solid.fast-forward-3:before,
.icon-solid.T19:before {
  content: "\e18e";
}

.icon-solid.next-3:before,
.icon-solid.T20:before {
  content: "\e18f";
}

.icon-solid.previous-4:before,
.icon-solid.U1:before {
  content: "\e190";
}

.icon-solid.pause-4:before,
.icon-solid.U2:before {
  content: "\e191";
}

.icon-solid.play-4:before,
.icon-solid.U3:before {
  content: "\e192";
}

.icon-solid.next-4:before,
.icon-solid.U4:before {
  content: "\e193";
}

.icon-solid.speaker-1:before,
.icon-solid.speaker:before,
.icon-solid.volume-1:before,
.icon-solid.volume:before,
.icon-solid.U5:before {
  content: "\e194";
}

.icon-solid.speaker-2:before,
.icon-solid.volume-2:before,
.icon-solid.U6:before {
  content: "\e195";
}

.icon-solid.speaker-3:before,
.icon-solid.volume-3:before,
.icon-solid.mute-1:before,
.icon-solid.mute:before,
.icon-solid.U7:before {
  content: "\e196";
}

.icon-solid.speaker-4:before,
.icon-solid.volume-4:before,
.icon-solid.U8:before {
  content: "\e197";
}

.icon-solid.headphones-1:before,
.icon-solid.headphones:before,
.icon-solid.U9:before {
  content: "\e198";
}

.icon-solid.microphone-1:before,
.icon-solid.microphone:before,
.icon-solid.U10:before {
  content: "\e199";
}

.icon-solid.microphone-2:before,
.icon-solid.mute-2:before,
.icon-solid.U11:before {
  content: "\e19a";
}

.icon-solid.music-1:before,
.icon-solid.music:before,
.icon-solid.U12:before {
  content: "\e19b";
}

.icon-solid.megaphone-1:before,
.icon-solid.megaphone:before,
.icon-solid.announcement-1:before,
.icon-solid.announcement:before,
.icon-solid.U13:before {
  content: "\e19c";
}

.icon-solid.infinity-1:before,
.icon-solid.infinity:before,
.icon-solid.loop-1:before,
.icon-solid.loop:before,
.icon-solid.U14:before {
  content: "\e19d";
}

.icon-solid.shuffle-1:before,
.icon-solid.shuffle:before,
.icon-solid.U15:before {
  content: "\e19e";
}

.icon-solid.repeat-1:before,
.icon-solid.repeat:before,
.icon-solid.reload-1:before,
.icon-solid.reload:before,
.icon-solid.U16:before {
  content: "\e19f";
}

.icon-solid.repeat-2:before,
.icon-solid.reload-2:before,
.icon-solid.refresh-2:before,
.icon-solid.U17:before {
  content: "\e1a0";
}

.icon-solid.repeat-3:before,
.icon-solid.reload-3:before,
.icon-solid.U18:before {
  content: "\e1a1";
}

.icon-solid.repeat-4:before,
.icon-solid.reload-4:before,
.icon-solid.U19:before {
  content: "\e1a2";
}

.icon-solid.refresh-1:before,
.icon-solid.refresh:before,
.icon-solid.U20:before {
  content: "\e1a3";
}

.icon-solid.position-1:before,
.icon-solid.position:before,
.icon-solid.move-1:before,
.icon-solid.move:before,
.icon-solid.V1:before {
  content: "\e1a4";
}

.icon-solid.minimize-1:before,
.icon-solid.minimize:before,
.icon-solid.contract-1:before,
.icon-solid.contract:before,
.icon-solid.V2:before {
  content: "\e1a5";
}

.icon-solid.maximize-1:before,
.icon-solid.maximize:before,
.icon-solid.expand-1:before,
.icon-solid.expand:before,
.icon-solid.V3:before {
  content: "\e1a6";
}

.icon-solid.maximize-2:before,
.icon-solid.expand-2:before,
.icon-solid.V4:before {
  content: "\e1a7";
}

.icon-solid.maximize-3:before,
.icon-solid.expand-3:before,
.icon-solid.V5:before {
  content: "\e1a8";
}

.icon-solid.maximize-4:before,
.icon-solid.expand-4:before,
.icon-solid.V6:before {
  content: "\e1a9";
}

.icon-solid.expand-vertically-1:before,
.icon-solid.expand-vertically:before,
.icon-solid.V7:before {
  content: "\e1aa";
}

.icon-solid.expand-horizontally-1:before,
.icon-solid.expand-horizontally:before,
.icon-solid.V8:before {
  content: "\e1ab";
}

.icon-solid.up-arrow-1:before,
.icon-solid.up-arrow:before,
.icon-solid.V9:before {
  content: "\e1ac";
}

.icon-solid.down-arrow-1:before,
.icon-solid.down-arrow:before,
.icon-solid.V10:before {
  content: "\e1ad";
}

.icon-solid.left-arrow-1:before,
.icon-solid.left-arrow:before,
.icon-solid.V11:before {
  content: "\e1ae";
}

.icon-solid.right-arrow-1:before,
.icon-solid.right-arrow:before,
.icon-solid.V12:before {
  content: "\e1af";
}

.icon-solid.up-arrow-2:before,
.icon-solid.V13:before {
  content: "\e1b0";
}

.icon-solid.down-arrow-2:before,
.icon-solid.V14:before {
  content: "\e1b1";
}

.icon-solid.left-arrow-2:before,
.icon-solid.V15:before {
  content: "\e1b2";
}

.icon-solid.right-arrow-2:before,
.icon-solid.V16:before {
  content: "\e1b3";
}

.icon-solid.left-angle-quote-1:before,
.icon-solid.left-angle-quote:before,
.icon-solid.V17:before {
  content: "\e1b4";
}

.icon-solid.right-angle-quote-1:before,
.icon-solid.right-angle-quote:before,
.icon-solid.V18:before {
  content: "\e1b5";
}

.icon-solid.left-angle-quote-2:before,
.icon-solid.V19:before {
  content: "\e1b6";
}

.icon-solid.right-angle-quote-2:before,
.icon-solid.V20:before {
  content: "\e1b7";
}

.icon-solid.plus-1:before,
.icon-solid.plus:before,
.icon-solid.W1:before {
  content: "\e1b8";
}

.icon-solid.minus-1:before,
.icon-solid.minus:before,
.icon-solid.W2:before {
  content: "\e1b9";
}

.icon-solid.checkmark-1:before,
.icon-solid.checkmark:before,
.icon-solid.W3:before {
  content: "\e1ba";
}

.icon-solid.x-1:before,
.icon-solid.x:before,
.icon-solid.W4:before {
  content: "\e1bb";
}

.icon-solid.up-1:before,
.icon-solid.up:before,
.icon-solid.W5:before {
  content: "\e1bc";
}

.icon-solid.down-1:before,
.icon-solid.down:before,
.icon-solid.W6:before {
  content: "\e1bd";
}

.icon-solid.left-1:before,
.icon-solid.left:before,
.icon-solid.W7:before {
  content: "\e1be";
}

.icon-solid.right-1:before,
.icon-solid.right:before,
.icon-solid.W8:before {
  content: "\e1bf";
}

.icon-solid.up-2:before,
.icon-solid.W9:before {
  content: "\e1c0";
}

.icon-solid.down-2:before,
.icon-solid.W10:before {
  content: "\e1c1";
}

.icon-solid.left-2:before,
.icon-solid.W11:before {
  content: "\e1c2";
}

.icon-solid.right-2:before,
.icon-solid.W12:before {
  content: "\e1c3";
}

.icon-solid.up-3:before,
.icon-solid.W13:before {
  content: "\e1c4";
}

.icon-solid.down-3:before,
.icon-solid.W14:before {
  content: "\e1c5";
}

.icon-solid.left-3:before,
.icon-solid.W15:before {
  content: "\e1c6";
}

.icon-solid.right-3:before,
.icon-solid.W16:before {
  content: "\e1c7";
}

.icon-solid.up-4:before,
.icon-solid.W17:before {
  content: "\e1c8";
}

.icon-solid.down-4:before,
.icon-solid.W18:before {
  content: "\e1c9";
}

.icon-solid.left-4:before,
.icon-solid.W19:before {
  content: "\e1ca";
}

.icon-solid.right-4:before,
.icon-solid.W20:before {
  content: "\e1cb";
}

.icon-solid.plus-2:before,
.icon-solid.X1:before {
  content: "\e1cc";
}

.icon-solid.minus-2:before,
.icon-solid.X2:before {
  content: "\e1cd";
}

.icon-solid.checkmark-2:before,
.icon-solid.X3:before {
  content: "\e1ce";
}

.icon-solid.x-2:before,
.icon-solid.X4:before {
  content: "\e1cf";
}

.icon-solid.up-circle-1:before,
.icon-solid.up-circle:before,
.icon-solid.X5:before {
  content: "\e1d0";
}

.icon-solid.down-circle-1:before,
.icon-solid.down-circle:before,
.icon-solid.X6:before {
  content: "\e1d1";
}

.icon-solid.left-circle-1:before,
.icon-solid.left-circle:before,
.icon-solid.X7:before {
  content: "\e1d2";
}

.icon-solid.right-circle-1:before,
.icon-solid.right-circle:before,
.icon-solid.X8:before {
  content: "\e1d3";
}

.icon-solid.up-circle-2:before,
.icon-solid.X9:before {
  content: "\e1d4";
}

.icon-solid.down-circle-2:before,
.icon-solid.X10:before {
  content: "\e1d5";
}

.icon-solid.left-circle-2:before,
.icon-solid.X11:before {
  content: "\e1d6";
}

.icon-solid.right-circle-2:before,
.icon-solid.X12:before {
  content: "\e1d7";
}

.icon-solid.up-circle-3:before,
.icon-solid.X13:before {
  content: "\e1d8";
}

.icon-solid.down-circle-3:before,
.icon-solid.download-4:before,
.icon-solid.X14:before {
  content: "\e1d9";
}

.icon-solid.left-circle-3:before,
.icon-solid.X15:before {
  content: "\e1da";
}

.icon-solid.right-circle-3:before,
.icon-solid.X16:before {
  content: "\e1db";
}

.icon-solid.up-circle-4:before,
.icon-solid.X17:before {
  content: "\e1dc";
}

.icon-solid.down-circle-4:before,
.icon-solid.X18:before {
  content: "\e1dd";
}

.icon-solid.left-circle-4:before,
.icon-solid.X19:before {
  content: "\e1de";
}

.icon-solid.right-circle-4:before,
.icon-solid.X20:before {
  content: "\e1df";
}

.icon-solid.plus-3:before,
.icon-solid.Y1:before {
  content: "\e1e0";
}

.icon-solid.minus-3:before,
.icon-solid.Y2:before {
  content: "\e1e1";
}

.icon-solid.checkmark-3:before,
.icon-solid.Y3:before {
  content: "\e1e2";
}

.icon-solid.x-3:before,
.icon-solid.Y4:before {
  content: "\e1e3";
}

.icon-solid.up-square-1:before,
.icon-solid.up-square:before,
.icon-solid.Y5:before {
  content: "\e1e4";
}

.icon-solid.down-square-1:before,
.icon-solid.down-square:before,
.icon-solid.Y6:before {
  content: "\e1e5";
}

.icon-solid.left-square-1:before,
.icon-solid.left-square:before,
.icon-solid.Y7:before {
  content: "\e1e6";
}

.icon-solid.right-square-1:before,
.icon-solid.right-square:before,
.icon-solid.Y8:before {
  content: "\e1e7";
}

.icon-solid.up-square-2:before,
.icon-solid.Y9:before {
  content: "\e1e8";
}

.icon-solid.down-square-2:before,
.icon-solid.Y10:before {
  content: "\e1e9";
}

.icon-solid.left-square-2:before,
.icon-solid.Y11:before {
  content: "\e1ea";
}

.icon-solid.right-square-2:before,
.icon-solid.Y12:before {
  content: "\e1eb";
}

.icon-solid.up-square-3:before,
.icon-solid.Y13:before {
  content: "\e1ec";
}

.icon-solid.down-square-3:before,
.icon-solid.download-5:before,
.icon-solid.Y14:before {
  content: "\e1ed";
}

.icon-solid.left-square-3:before,
.icon-solid.Y15:before {
  content: "\e1ee";
}

.icon-solid.right-square-3:before,
.icon-solid.Y16:before {
  content: "\e1ef";
}

.icon-solid.up-square-4:before,
.icon-solid.Y17:before {
  content: "\e1f0";
}

.icon-solid.down-square-4:before,
.icon-solid.Y18:before {
  content: "\e1f1";
}

.icon-solid.left-square-4:before,
.icon-solid.Y19:before {
  content: "\e1f2";
}

.icon-solid.right-square-4:before,
.icon-solid.Y20:before {
  content: "\e1f3";
}

@font-face {
  font-family: 'Flaticons Stroke';
  src: url("/wp-content/themes/studiohop-fitness/fonts/flaticons-stroke.eot");
  src: url("/wp-content/themes/studiohop-fitness/fonts/flaticons-stroke.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/studiohop-fitness/fonts/flaticons-stroke.woff") format("woff"), url("/wp-content/themes/studiohop-fitness/fonts/flaticons-stroke.ttf") format("truetype"), url("/wp-content/themes/studiohop-fitness/fonts/flaticons-stroke.svg#flaticons-stroke") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon-stroke:before {
  font-family: 'Flaticons Stroke';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}

.icon-stroke.grid-1:before,
.icon-stroke.grid:before,
.icon-stroke.A1:before {
  content: "\e3e8";
}

.icon-stroke.grid-2:before,
.icon-stroke.A2:before {
  content: "\e3e9";
}

.icon-stroke.grid-3:before,
.icon-stroke.A3:before {
  content: "\e3ea";
}

.icon-stroke.window-1:before,
.icon-stroke.window:before,
.icon-stroke.A4:before {
  content: "\e3eb";
}

.icon-stroke.collection-1:before,
.icon-stroke.collection:before,
.icon-stroke.A5:before {
  content: "\e3ec";
}

.icon-stroke.switch-window-1:before,
.icon-stroke.switch-window:before,
.icon-stroke.A6:before {
  content: "\e3ed";
}

.icon-stroke.add-window-1:before,
.icon-stroke.add-window:before,
.icon-stroke.A7:before {
  content: "\e3ee";
}

.icon-stroke.browser-1:before,
.icon-stroke.browser:before,
.icon-stroke.A8:before {
  content: "\e3ef";
}

.icon-stroke.minimize-browser-1:before,
.icon-stroke.minimize-browser:before,
.icon-stroke.A9:before {
  content: "\e3f0";
}

.icon-stroke.new-browser-1:before,
.icon-stroke.new-browser:before,
.icon-stroke.A10:before {
  content: "\e3f1";
}

.icon-stroke.close-browser-1:before,
.icon-stroke.close-browser:before,
.icon-stroke.A11:before {
  content: "\e3f2";
}

.icon-stroke.browser-2:before,
.icon-stroke.A12:before {
  content: "\e3f3";
}

.icon-stroke.minimize-browser-2:before,
.icon-stroke.A13:before {
  content: "\e3f4";
}

.icon-stroke.new-browser-2:before,
.icon-stroke.A14:before {
  content: "\e3f5";
}

.icon-stroke.close-browser-2:before,
.icon-stroke.A15:before {
  content: "\e3f6";
}

.icon-stroke.multiple-browsers-1:before,
.icon-stroke.multiple-browsers:before,
.icon-stroke.A16:before {
  content: "\e3f7";
}

.icon-stroke.browser-3:before,
.icon-stroke.A17:before {
  content: "\e3f8";
}

.icon-stroke.minimize-browser-3:before,
.icon-stroke.A18:before {
  content: "\e3f9";
}

.icon-stroke.new-browser-3:before,
.icon-stroke.A19:before {
  content: "\e3fa";
}

.icon-stroke.close-browser-3:before,
.icon-stroke.A20:before {
  content: "\e3fb";
}

.icon-stroke.folder-1:before,
.icon-stroke.folder:before,
.icon-stroke.B1:before {
  content: "\e3fc";
}

.icon-stroke.add-folder-1:before,
.icon-stroke.add-folder:before,
.icon-stroke.B2:before {
  content: "\e3fd";
}

.icon-stroke.remove-folder-1:before,
.icon-stroke.remove-folder:before,
.icon-stroke.B3:before {
  content: "\e3fe";
}

.icon-stroke.upload-to-folder-1:before,
.icon-stroke.upload-to-folder:before,
.icon-stroke.B4:before {
  content: "\e3ff";
}

.icon-stroke.download-to-folder-1:before,
.icon-stroke.download-to-folder:before,
.icon-stroke.B5:before {
  content: "\e400";
}

.icon-stroke.folder-2:before,
.icon-stroke.B6:before {
  content: "\e401";
}

.icon-stroke.open-folder-1:before,
.icon-stroke.open-folder:before,
.icon-stroke.B7:before {
  content: "\e402";
}

.icon-stroke.add-to-folder-1:before,
.icon-stroke.add-to-folder:before,
.icon-stroke.B8:before {
  content: "\e403";
}

.icon-stroke.document-1:before,
.icon-stroke.document:before,
.icon-stroke.B9:before {
  content: "\e404";
}

.icon-stroke.document-2:before,
.icon-stroke.B10:before {
  content: "\e405";
}

.icon-stroke.document-3:before,
.icon-stroke.B11:before {
  content: "\e406";
}

.icon-stroke.document-4:before,
.icon-stroke.B12:before {
  content: "\e407";
}

.icon-stroke.multiple-documents-1:before,
.icon-stroke.multiple-documents:before,
.icon-stroke.B13:before {
  content: "\e408";
}

.icon-stroke.remove-documents-1:before,
.icon-stroke.remove-documents:before,
.icon-stroke.B14:before {
  content: "\e409";
}

.icon-stroke.add-document-1:before,
.icon-stroke.add-document:before,
.icon-stroke.B15:before {
  content: "\e40a";
}

.icon-stroke.close-document-1:before,
.icon-stroke.close-document:before,
.icon-stroke.B16:before {
  content: "\e40b";
}

.icon-stroke.upload-document-1:before,
.icon-stroke.upload-document:before,
.icon-stroke.B17:before {
  content: "\e40c";
}

.icon-stroke.download-document-1:before,
.icon-stroke.download-document:before,
.icon-stroke.B18:before {
  content: "\e40d";
}

.icon-stroke.import-document-1:before,
.icon-stroke.import-document:before,
.icon-stroke.B19:before {
  content: "\e40e";
}

.icon-stroke.export-document-1:before,
.icon-stroke.export-document:before,
.icon-stroke.B20:before {
  content: "\e40f";
}

.icon-stroke.clipboard-1:before,
.icon-stroke.clipboard:before,
.icon-stroke.copy-1:before,
.icon-stroke.copy:before,
.icon-stroke.C1:before {
  content: "\e410";
}

.icon-stroke.clipboard-1a:before,
.icon-stroke.copy-2:before,
.icon-stroke.C2:before {
  content: "\e411";
}

.icon-stroke.clipboard-1b:before,
.icon-stroke.copy-3:before,
.icon-stroke.C3:before {
  content: "\e412";
}

.icon-stroke.clipboard-2:before,
.icon-stroke.copy-4:before,
.icon-stroke.C4:before {
  content: "\e413";
}

.icon-stroke.remove-from-clipboard-1:before,
.icon-stroke.remove-from-clipboard:before,
.icon-stroke.C5:before {
  content: "\e414";
}

.icon-stroke.add-to-clipboard-1:before,
.icon-stroke.add-to-clipboard:before,
.icon-stroke.copy-5:before,
.icon-stroke.C6:before {
  content: "\e415";
}

.icon-stroke.add-to-clipboard-2:before,
.icon-stroke.C7:before {
  content: "\e416";
}

.icon-stroke.clipboard-2a:before,
.icon-stroke.C8:before {
  content: "\e417";
}

.icon-stroke.clipboard-2b:before,
.icon-stroke.C9:before {
  content: "\e418";
}

.icon-stroke.comment-1:before,
.icon-stroke.comment:before,
.icon-stroke.C10:before {
  content: "\e419";
}

.icon-stroke.thinking-comment-1:before,
.icon-stroke.thinking-comment:before,
.icon-stroke.C11:before {
  content: "\e41a";
}

.icon-stroke.writing-comment-1:before,
.icon-stroke.writing-comment:before,
.icon-stroke.C12:before {
  content: "\e41b";
}

.icon-stroke.posted-comment:before,
.icon-stroke.C13:before {
  content: "\e41c";
}

.icon-stroke.comment-2:before,
.icon-stroke.C14:before {
  content: "\e41d";
}

.icon-stroke.thinking-comment-2:before,
.icon-stroke.C15:before {
  content: "\e41e";
}

.icon-stroke.writing-comment-2:before,
.icon-stroke.C16:before {
  content: "\e41f";
}

.icon-stroke.posted-comment-2:before,
.icon-stroke.C17:before {
  content: "\e420";
}

.icon-stroke.chat-1:before,
.icon-stroke.chat:before,
.icon-stroke.C18:before {
  content: "\e421";
}

.icon-stroke.chat-2:before,
.icon-stroke.C19:before {
  content: "\e422";
}

.icon-stroke.chat-3:before,
.icon-stroke.C20:before {
  content: "\e423";
}

.icon-stroke.lock-1:before,
.icon-stroke.lock:before,
.icon-stroke.D1:before {
  content: "\e424";
}

.icon-stroke.unlock-1:before,
.icon-stroke.unlock:before,
.icon-stroke.D2:before {
  content: "\e425";
}

.icon-stroke.lock-2:before,
.icon-stroke.D3:before {
  content: "\e426";
}

.icon-stroke.lock-3:before,
.icon-stroke.D4:before {
  content: "\e427";
}

.icon-stroke.unlock-3:before,
.icon-stroke.D5:before {
  content: "\e428";
}

.icon-stroke.key-1:before,
.icon-stroke.key:before,
.icon-stroke.password-1:before,
.icon-stroke.password:before,
.icon-stroke.D6:before {
  content: "\e429";
}

.icon-stroke.key-2:before,
.icon-stroke.password-2:before,
.icon-stroke.D7:before {
  content: "\e42a";
}

.icon-stroke.bell-1:before,
.icon-stroke.bell:before,
.icon-stroke.notification-1:before,
.icon-stroke.notification:before,
.icon-stroke.D8:before {
  content: "\e42b";
}

.icon-stroke.bell-2:before,
.icon-stroke.notification-2:before,
.icon-stroke.D9:before {
  content: "\e42c";
}

.icon-stroke.bell-3:before,
.icon-stroke.service-1:before,
.icon-stroke.service:before,
.icon-stroke.D10:before {
  content: "\e42d";
}

.icon-stroke.print-1:before,
.icon-stroke.print:before,
.icon-stroke.D11:before {
  content: "\e42e";
}

.icon-stroke.calculator-1:before,
.icon-stroke.calculator:before,
.icon-stroke.D12:before {
  content: "\e42f";
}

.icon-stroke.cloud-1:before,
.icon-stroke.cloud:before,
.icon-stroke.D13:before {
  content: "\e430";
}

.icon-stroke.cloud-upload-1:before,
.icon-stroke.cloud-upload:before,
.icon-stroke.D14:before {
  content: "\e431";
}

.icon-stroke.cloud-download-1:before,
.icon-stroke.cloud-download:before,
.icon-stroke.D15:before {
  content: "\e432";
}

.icon-stroke.cloud-add-1:before,
.icon-stroke.cloud-add:before,
.icon-stroke.D16:before {
  content: "\e433";
}

.icon-stroke.cloud-2:before,
.icon-stroke.D17:before {
  content: "\e434";
}

.icon-stroke.home-1:before,
.icon-stroke.home:before,
.icon-stroke.house-1:before,
.icon-stroke.house:before,
.icon-stroke.D18:before {
  content: "\e435";
}

.icon-stroke.home-2:before,
.icon-stroke.house-2:before,
.icon-stroke.D19:before {
  content: "\e436";
}

.icon-stroke.home-3:before,
.icon-stroke.house-3:before,
.icon-stroke.D20:before {
  content: "\e437";
}

.icon-stroke.open-book-1:before,
.icon-stroke.open-book:before,
.icon-stroke.E1:before {
  content: "\e438";
}

.icon-stroke.open-book-2:before,
.icon-stroke.E2:before {
  content: "\e439";
}

.icon-stroke.open-book-3:before,
.icon-stroke.E3:before {
  content: "\e43a";
}

.icon-stroke.open-book-4:before,
.icon-stroke.E4:before {
  content: "\e43b";
}

.icon-stroke.book-1:before,
.icon-stroke.book:before,
.icon-stroke.E5:before {
  content: "\e43c";
}

.icon-stroke.book-2:before,
.icon-stroke.E6:before {
  content: "\e43d";
}

.icon-stroke.book-3:before,
.icon-stroke.E7:before {
  content: "\e43e";
}

.icon-stroke.book-4:before,
.icon-stroke.E8:before {
  content: "\e43f";
}

.icon-stroke.book-5:before,
.icon-stroke.E9:before {
  content: "\e440";
}

.icon-stroke.book-6:before,
.icon-stroke.E10:before {
  content: "\e441";
}

.icon-stroke.newspaper-1:before,
.icon-stroke.newspaper:before,
.icon-stroke.E11:before {
  content: "\e442";
}

.icon-stroke.newspaper-2:before,
.icon-stroke.E12:before {
  content: "\e443";
}

.icon-stroke.newspaper-3:before,
.icon-stroke.E13:before {
  content: "\e444";
}

.icon-stroke.newspaper-4:before,
.icon-stroke.E14:before {
  content: "\e445";
}

.icon-stroke.journal-1:before,
.icon-stroke.journal:before,
.icon-stroke.E15:before {
  content: "\e446";
}

.icon-stroke.journal-2:before,
.icon-stroke.E16:before {
  content: "\e447";
}

.icon-stroke.journal-3:before,
.icon-stroke.E17:before {
  content: "\e448";
}

.icon-stroke.notebook-1:before,
.icon-stroke.notebook:before,
.icon-stroke.E18:before {
  content: "\e449";
}

.icon-stroke.notebook-2:before,
.icon-stroke.E19:before {
  content: "\e44a";
}

.icon-stroke.notebook-3:before,
.icon-stroke.E20:before {
  content: "\e44b";
}

.icon-stroke.article-1:before,
.icon-stroke.article:before,
.icon-stroke.F1:before {
  content: "\e44c";
}

.icon-stroke.article-2:before,
.icon-stroke.F2:before {
  content: "\e44d";
}

.icon-stroke.article-3:before,
.icon-stroke.F3:before {
  content: "\e44e";
}

.icon-stroke.notepad-1:before,
.icon-stroke.notepad:before,
.icon-stroke.F4:before {
  content: "\e44f";
}

.icon-stroke.notepad-2:before,
.icon-stroke.F5:before {
  content: "\e450";
}

.icon-stroke.suitcase-1:before,
.icon-stroke.suitcase:before,
.icon-stroke.portfolio-1:before,
.icon-stroke.portfolio:before,
.icon-stroke.F6:before {
  content: "\e451";
}

.icon-stroke.suitcase-2:before,
.icon-stroke.F7:before {
  content: "\e452";
}

.icon-stroke.briefcase-1:before,
.icon-stroke.briefcase:before,
.icon-stroke.F8:before {
  content: "\e453";
}

.icon-stroke.toolbox:before,
.icon-stroke.F9:before {
  content: "\e454";
}

.icon-stroke.shirt-1:before,
.icon-stroke.shirt:before,
.icon-stroke.F10:before {
  content: "\e455";
}

.icon-stroke.umbrella-1:before,
.icon-stroke.umbrella:before,
.icon-stroke.F11:before {
  content: "\e456";
}

.icon-stroke.coffee-1:before,
.icon-stroke.coffee:before,
.icon-stroke.F12:before {
  content: "\e457";
}

.icon-stroke.glasses-1:before,
.icon-stroke.glasses:before,
.icon-stroke.F13:before {
  content: "\e458";
}

.icon-stroke.zoom-1:before,
.icon-stroke.zoom:before,
.icon-stroke.magnifying-glass-1:before,
.icon-stroke.magnifying-glass:before,
.icon-stroke.F14:before {
  content: "\e459";
}

.icon-stroke.zoom-2:before,
.icon-stroke.magnifying-glass-2:before,
.icon-stroke.F15:before {
  content: "\e45a";
}

.icon-stroke.zoom-in-1:before,
.icon-stroke.zoom-in:before,
.icon-stroke.magnifying-glass-3:before,
.icon-stroke.F16:before {
  content: "\e45b";
}

.icon-stroke.eye-1:before,
.icon-stroke.eye:before,
.icon-stroke.view-1:before,
.icon-stroke.view:before,
.icon-stroke.F17:before {
  content: "\e45c";
}

.icon-stroke.eye-2:before,
.icon-stroke.view-2:before,
.icon-stroke.F18:before {
  content: "\e45d";
}

.icon-stroke.eye-3:before,
.icon-stroke.view-3:before,
.icon-stroke.F19:before {
  content: "\e45e";
}

.icon-stroke.eye-4:before,
.icon-stroke.view-4:before,
.icon-stroke.F20:before {
  content: "\e45f";
}

.icon-stroke.iphone-1:before,
.icon-stroke.iphone:before,
.icon-stroke.smart-phone-3:before,
.icon-stroke.G1:before {
  content: "\e460";
}

.icon-stroke.ipad-mini-1-tablet-2:before,
.icon-stroke.G2:before {
  content: "\e461";
}

.icon-stroke.ipad-1:before,
.icon-stroke.ipad:before,
.icon-stroke.tablet-3:before,
.icon-stroke.G3:before {
  content: "\e462";
}

.icon-stroke.macbook-1:before,
.icon-stroke.macbook:before,
.icon-stroke.laptop-2:before,
.icon-stroke.G4:before {
  content: "\e463";
}

.icon-stroke.imac-1:before,
.icon-stroke.imac:before,
.icon-stroke.computer-2:before,
.icon-stroke.G5:before {
  content: "\e464";
}

.icon-stroke.smart-phone-1:before,
.icon-stroke.smart-phone:before,
.icon-stroke.G6:before {
  content: "\e465";
}

.icon-stroke.tablet-1:before,
.icon-stroke.tablet:before,
.icon-stroke.G7:before {
  content: "\e466";
}

.icon-stroke.laptop-1:before,
.icon-stroke.laptop:before,
.icon-stroke.G8:before {
  content: "\e467";
}

.icon-stroke.computer-1:before,
.icon-stroke.computer:before,
.icon-stroke.G9:before {
  content: "\e468";
}

.icon-stroke.smart-phone-2:before,
.icon-stroke.G10:before {
  content: "\e469";
}

.icon-stroke.photo-1:before,
.icon-stroke.photo:before,
.icon-stroke.image-1:before,
.icon-stroke.image:before,
.icon-stroke.G11:before {
  content: "\e46a";
}

.icon-stroke.photo-gallery-1:before,
.icon-stroke.photo-gallery:before,
.icon-stroke.G12:before {
  content: "\e46b";
}

.icon-stroke.media-gallery-1:before,
.icon-stroke.media-gallery:before,
.icon-stroke.image-gallery-1:before,
.icon-stroke.image-gallery:before,
.icon-stroke.G13:before {
  content: "\e46c";
}

.icon-stroke.video-camera-1:before,
.icon-stroke.video-camera:before,
.icon-stroke.video-1:before,
.icon-stroke.video:before,
.icon-stroke.G14:before {
  content: "\e46d";
}

.icon-stroke.tv-1:before,
.icon-stroke.tv:before,
.icon-stroke.television-1:before,
.icon-stroke.television:before,
.icon-stroke.G15:before {
  content: "\e46e";
}

.icon-stroke.film-strip-1:before,
.icon-stroke.film-strip:before,
.icon-stroke.film-1:before,
.icon-stroke.film:before,
.icon-stroke.G16:before {
  content: "\e46f";
}

.icon-stroke.camera-1:before,
.icon-stroke.camera:before,
.icon-stroke.G17:before {
  content: "\e470";
}

.icon-stroke.camera-2:before,
.icon-stroke.G18:before {
  content: "\e471";
}

.icon-stroke.camera-3:before,
.icon-stroke.G19:before {
  content: "\e472";
}

.icon-stroke.camera-4:before,
.icon-stroke.G20:before {
  content: "\e473";
}

.icon-stroke.calendar-1:before,
.icon-stroke.calendar:before,
.icon-stroke.H1:before {
  content: "\e474";
}

.icon-stroke.calendar-2:before,
.icon-stroke.H2:before {
  content: "\e475";
}

.icon-stroke.calendar-3:before,
.icon-stroke.H3:before {
  content: "\e476";
}

.icon-stroke.calendar-4:before,
.icon-stroke.H4:before {
  content: "\e477";
}

.icon-stroke.calendar-5:before,
.icon-stroke.H5:before {
  content: "\e478";
}

.icon-stroke.taskpad-1:before,
.icon-stroke.taskpad:before,
.icon-stroke.H6:before {
  content: "\e479";
}

.icon-stroke.inbox-1:before,
.icon-stroke.inbox:before,
.icon-stroke.H7:before {
  content: "\e47a";
}

.icon-stroke.inbox-checkmark-1:before,
.icon-stroke.inbox-checkmark:before,
.icon-stroke.H8:before {
  content: "\e47b";
}

.icon-stroke.inbox-upload-1:before,
.icon-stroke.inbox-upload:before,
.icon-stroke.H9:before {
  content: "\e47c";
}

.icon-stroke.inbox-add-1:before,
.icon-stroke.inbox-add:before,
.icon-stroke.H10:before {
  content: "\e47d";
}

.icon-stroke.inbox-2:before,
.icon-stroke.H11:before {
  content: "\e47e";
}

.icon-stroke.inbox-3:before,
.icon-stroke.H12:before {
  content: "\e47f";
}

.icon-stroke.trash-1:before,
.icon-stroke.trash:before,
.icon-stroke.delete-1:before,
.icon-stroke.delete:before,
.icon-stroke.H13:before {
  content: "\e480";
}

.icon-stroke.trash-2:before,
.icon-stroke.delete-2:before,
.icon-stroke.H14:before {
  content: "\e481";
}

.icon-stroke.trash-3:before,
.icon-stroke.delete-3:before,
.icon-stroke.H15:before {
  content: "\e482";
}

.icon-stroke.trash-4:before,
.icon-stroke.delete-4:before,
.icon-stroke.H16:before {
  content: "\e483";
}

.icon-stroke.trash-5:before,
.icon-stroke.delete-5:before,
.icon-stroke.H17:before {
  content: "\e484";
}

.icon-stroke.bucket-1:before,
.icon-stroke.bucket:before,
.icon-stroke.H18:before {
  content: "\e485";
}

.icon-stroke.paperclip-1:before,
.icon-stroke.paperclip:before,
.icon-stroke.attachment-1:before,
.icon-stroke.attachment:before,
.icon-stroke.H19:before {
  content: "\e486";
}

.icon-stroke.paperclip-2:before,
.icon-stroke.attachment-2:before,
.icon-stroke.H20:before {
  content: "\e487";
}

.icon-stroke.compose-1:before,
.icon-stroke.compose:before,
.icon-stroke.message-1:before,
.icon-stroke.message:before,
.icon-stroke.I1:before {
  content: "\e488";
}

.icon-stroke.compose-2:before,
.icon-stroke.message-2:before,
.icon-stroke.I2:before {
  content: "\e489";
}

.icon-stroke.compose-3:before,
.icon-stroke.message-3:before,
.icon-stroke.I3:before {
  content: "\e48a";
}

.icon-stroke.pencil-1:before,
.icon-stroke.pencil:before,
.icon-stroke.edit-1:before,
.icon-stroke.edit:before,
.icon-stroke.I4:before {
  content: "\e48b";
}

.icon-stroke.pencil-2:before,
.icon-stroke.edit-2:before,
.icon-stroke.I5:before {
  content: "\e48c";
}

.icon-stroke.brush-1:before,
.icon-stroke.brush:before,
.icon-stroke.paint-1:before,
.icon-stroke.paint:before,
.icon-stroke.I6:before {
  content: "\e48d";
}

.icon-stroke.compose-4:before,
.icon-stroke.message-4:before,
.icon-stroke.I7:before {
  content: "\e48e";
}

.icon-stroke.feather-1:before,
.icon-stroke.feather:before,
.icon-stroke.I8:before {
  content: "\e48f";
}

.icon-stroke.compose-5:before,
.icon-stroke.message-5:before,
.icon-stroke.I9:before {
  content: "\e490";
}

.icon-stroke.feather-2:before,
.icon-stroke.I10:before {
  content: "\e491";
}

.icon-stroke.mail-1:before,
.icon-stroke.mail:before,
.icon-stroke.envelope-1:before,
.icon-stroke.envelope:before,
.icon-stroke.I11:before {
  content: "\e492";
}

.icon-stroke.mail-2:before,
.icon-stroke.envelope-2:before,
.icon-stroke.I12:before {
  content: "\e493";
}

.icon-stroke.mail-3:before,
.icon-stroke.envelope-3:before,
.icon-stroke.I13:before {
  content: "\e494";
}

.icon-stroke.mail-4:before,
.icon-stroke.envelope-4:before,
.icon-stroke.I14:before {
  content: "\e495";
}

.icon-stroke.send-1:before,
.icon-stroke.send:before,
.icon-stroke.I15:before {
  content: "\e496";
}

.icon-stroke.share-1:before,
.icon-stroke.share:before,
.icon-stroke.I16:before {
  content: "\e497";
}

.icon-stroke.share-2:before,
.icon-stroke.I17:before {
  content: "\e498";
}

.icon-stroke.reply-to-all-1:before,
.icon-stroke.reply-to-all:before,
.icon-stroke.I18:before {
  content: "\e499";
}

.icon-stroke.reply-1:before,
.icon-stroke.reply:before,
.icon-stroke.I19:before {
  content: "\e49a";
}

.icon-stroke.forward-1:before,
.icon-stroke.forward:before,
.icon-stroke.I20:before {
  content: "\e49b";
}

.icon-stroke.star-1:before,
.icon-stroke.star:before,
.icon-stroke.J1:before {
  content: "\e49c";
}

.icon-stroke.star-2:before,
.icon-stroke.J2:before {
  content: "\e49d";
}

.icon-stroke.heart-1:before,
.icon-stroke.heart:before,
.icon-stroke.J3:before {
  content: "\e49e";
}

.icon-stroke.bookmark-1:before,
.icon-stroke.bookmark:before,
.icon-stroke.J4:before {
  content: "\e49f";
}

.icon-stroke.bookmark-2:before,
.icon-stroke.J5:before {
  content: "\e4a0";
}

.icon-stroke.bookmark-3:before,
.icon-stroke.J6:before {
  content: "\e4a1";
}

.icon-stroke.pin-1:before,
.icon-stroke.pin:before,
.icon-stroke.J7:before {
  content: "\e4a2";
}

.icon-stroke.share-3:before,
.icon-stroke.J8:before {
  content: "\e4a3";
}

.icon-stroke.share-4:before,
.icon-stroke.J9:before {
  content: "\e4a4";
}

.icon-stroke.share-5:before,
.icon-stroke.J10:before {
  content: "\e4a5";
}

.icon-stroke.link-1:before,
.icon-stroke.link:before,
.icon-stroke.J11:before {
  content: "\e4a6";
}

.icon-stroke.link-2:before,
.icon-stroke.J12:before {
  content: "\e4a7";
}

.icon-stroke.link-3:before,
.icon-stroke.J13:before {
  content: "\e4a8";
}

.icon-stroke.link-4:before,
.icon-stroke.J14:before {
  content: "\e4a9";
}

.icon-stroke.question-mark-1:before,
.icon-stroke.question-mark:before,
.icon-stroke.help-1:before,
.icon-stroke.help:before,
.icon-stroke.J15:before {
  content: "\e4aa";
}

.icon-stroke.question-mark-2:before,
.icon-stroke.help-2:before,
.icon-stroke.J16:before {
  content: "\e4ab";
}

.icon-stroke.exclamation-point-1:before,
.icon-stroke.exclamation-point:before,
.icon-stroke.warning-1:before,
.icon-stroke.warning:before,
.icon-stroke.caution-1:before,
.icon-stroke.caution:before,
.icon-stroke.J17:before {
  content: "\e4ac";
}

.icon-stroke.exclamation-point-1:before,
.icon-stroke.exclamation-point:before,
.icon-stroke.warning-1:before,
.icon-stroke.warning:before,
.icon-stroke.caution-1:before,
.icon-stroke.caution:before,
.icon-stroke.J18:before {
  content: "\e4ad";
}

.icon-stroke.info-1:before,
.icon-stroke.info:before,
.icon-stroke.about-1:before,
.icon-stroke.about:before,
.icon-stroke.J19:before {
  content: "\e4ae";
}

.icon-stroke.info-2:before,
.icon-stroke.about-2:before,
.icon-stroke.J20:before {
  content: "\e4af";
}

.icon-stroke.user-1:before,
.icon-stroke.user:before,
.icon-stroke.profile-2:before,
.icon-stroke.K1:before {
  content: "\e4b0";
}

.icon-stroke.add-user-1:before,
.icon-stroke.add-user:before,
.icon-stroke.K2:before {
  content: "\e4b1";
}

.icon-stroke.user-2:before,
.icon-stroke.profile-3:before,
.icon-stroke.K3:before {
  content: "\e4b2";
}

.icon-stroke.user-3:before,
.icon-stroke.profile-4:before,
.icon-stroke.K4:before {
  content: "\e4b3";
}

.icon-stroke.user-4:before,
.icon-stroke.profile-5:before,
.icon-stroke.K5:before {
  content: "\e4b4";
}

.icon-stroke.group-1:before,
.icon-stroke.group:before,
.icon-stroke.follow-1:before,
.icon-stroke.follow:before,
.icon-stroke.K6:before {
  content: "\e4b5";
}

.icon-stroke.profile-1:before,
.icon-stroke.profile:before,
.icon-stroke.K7:before {
  content: "\e4b6";
}

.icon-stroke.id-1:before,
.icon-stroke.id:before,
.icon-stroke.K8:before {
  content: "\e4b7";
}

.icon-stroke.id-2:before,
.icon-stroke.K9:before {
  content: "\e4b8";
}

.icon-stroke.contacts-1:before,
.icon-stroke.contacts:before,
.icon-stroke.K10:before {
  content: "\e4b9";
}

.icon-stroke.contacts-2:before,
.icon-stroke.K11:before {
  content: "\e4ba";
}

.icon-stroke.moon-1:before,
.icon-stroke.moon:before,
.icon-stroke.sleep-1:before,
.icon-stroke.sleep:before,
.icon-stroke.K12:before {
  content: "\e4bb";
}

.icon-stroke.water-1:before,
.icon-stroke.water:before,
.icon-stroke.K13:before {
  content: "\e4bc";
}

.icon-stroke.leaf-1:before,
.icon-stroke.leaf:before,
.icon-stroke.nature-1:before,
.icon-stroke.nature:before,
.icon-stroke.K14:before {
  content: "\e4bd";
}

.icon-stroke.anchor-1:before,
.icon-stroke.anchor:before,
.icon-stroke.K15:before {
  content: "\e4be";
}

.icon-stroke.trophy-1:before,
.icon-stroke.trophy:before,
.icon-stroke.award-1:before,
.icon-stroke.award:before,
.icon-stroke.K16:before {
  content: "\e4bf";
}

.icon-stroke.gas-1:before,
.icon-stroke.gas:before,
.icon-stroke.travel-1:before,
.icon-stroke.travel:before,
.icon-stroke.K17:before {
  content: "\e4c0";
}

.icon-stroke.food-1:before,
.icon-stroke.food:before,
.icon-stroke.restaurant-1:before,
.icon-stroke.restaurant:before,
.icon-stroke.K18:before {
  content: "\e4c1";
}

.icon-stroke.building-1:before,
.icon-stroke.building:before,
.icon-stroke.city-1:before,
.icon-stroke.city:before,
.icon-stroke.K19:before {
  content: "\e4c2";
}

.icon-stroke.government-1:before,
.icon-stroke.government:before,
.icon-stroke.politics-1:before,
.icon-stroke.politics:before,
.icon-stroke.building-2:before,
.icon-stroke.K20:before {
  content: "\e4c3";
}

.icon-stroke.cart-1:before,
.icon-stroke.cart:before,
.icon-stroke.shopping-cart-1:before,
.icon-stroke.shopping-cart:before,
.icon-stroke.L1:before {
  content: "\e4c4";
}

.icon-stroke.cart-2:before,
.icon-stroke.shopping-cart-2:before,
.icon-stroke.L2:before {
  content: "\e4c5";
}

.icon-stroke.cart-3:before,
.icon-stroke.shopping-cart-3:before,
.icon-stroke.L3:before {
  content: "\e4c6";
}

.icon-stroke.tag-1:before,
.icon-stroke.tag:before,
.icon-stroke.L4:before {
  content: "\e4c7";
}

.icon-stroke.tag-2:before,
.icon-stroke.L5:before {
  content: "\e4c8";
}

.icon-stroke.money-1:before,
.icon-stroke.money:before,
.icon-stroke.currency-1:before,
.icon-stroke.currency:before,
.icon-stroke.L6:before {
  content: "\e4c9";
}

.icon-stroke.money-2:before,
.icon-stroke.currency-2:before,
.icon-stroke.L7:before {
  content: "\e4ca";
}

.icon-stroke.shop-1:before,
.icon-stroke.shop:before,
.icon-stroke.market-1:before,
.icon-stroke.market:before,
.icon-stroke.store-1:before,
.icon-stroke.store:before,
.icon-stroke.L8:before {
  content: "\e4cb";
}

.icon-stroke.shop-2:before,
.icon-stroke.market-2:before,
.icon-stroke.store-2:before,
.icon-stroke.L9:before {
  content: "\e4cc";
}

.icon-stroke.basket-1:before,
.icon-stroke.basket:before,
.icon-stroke.L10:before {
  content: "\e4cd";
}

.icon-stroke.basket-2:before,
.icon-stroke.L11:before {
  content: "\e4ce";
}

.icon-stroke.gift-1:before,
.icon-stroke.gift:before,
.icon-stroke.present-1:before,
.icon-stroke.present:before,
.icon-stroke.L12:before {
  content: "\e4cf";
}

.icon-stroke.gift-2:before,
.icon-stroke.present-2:before,
.icon-stroke.L13:before {
  content: "\e4d0";
}

.icon-stroke.bag-1:before,
.icon-stroke.bag:before,
.icon-stroke.L14:before {
  content: "\e4d1";
}

.icon-stroke.cube-1:before,
.icon-stroke.cube:before,
.icon-stroke.L15:before {
  content: "\e4d2";
}

.icon-stroke.ring-1:before,
.icon-stroke.ring:before,
.icon-stroke.L16:before {
  content: "\e4d3";
}

.icon-stroke.wallet-1:before,
.icon-stroke.wallet:before,
.icon-stroke.payment-1:before,
.icon-stroke.payment:before,
.icon-stroke.L17:before {
  content: "\e4d4";
}

.icon-stroke.credit-card-1:before,
.icon-stroke.credit-card:before,
.icon-stroke.payment-2:before,
.icon-stroke.L18:before {
  content: "\e4d5";
}

.icon-stroke.flag-1:before,
.icon-stroke.flag:before,
.icon-stroke.finish-1:before,
.icon-stroke.finish:before,
.icon-stroke.L19:before {
  content: "\e4d6";
}

.icon-stroke.flag-2:before,
.icon-stroke.finish-2:before,
.icon-stroke.L20:before {
  content: "\e4d7";
}

.icon-stroke.battery-full-1:before,
.icon-stroke.battery-full:before,
.icon-stroke.M1:before {
  content: "\e4d8";
}

.icon-stroke.battery-ok-1:before,
.icon-stroke.battery-ok:before,
.icon-stroke.M2:before {
  content: "\e4d9";
}

.icon-stroke.battery-low-1:before,
.icon-stroke.battery-low:before,
.icon-stroke.M3:before {
  content: "\e4da";
}

.icon-stroke.battery-empty-1:before,
.icon-stroke.battery-empty:before,
.icon-stroke.M4:before {
  content: "\e4db";
}

.icon-stroke.battery-charging-1:before,
.icon-stroke.battery-charging:before,
.icon-stroke.M5:before {
  content: "\e4dc";
}

.icon-stroke.battery-dead-1:before,
.icon-stroke.battery-dead:before,
.icon-stroke.M6:before {
  content: "\e4dd";
}

.icon-stroke.battery-full-2:before,
.icon-stroke.M7:before {
  content: "\e4de";
}

.icon-stroke.battery-ok-2:before,
.icon-stroke.M8:before {
  content: "\e4df";
}

.icon-stroke.battery-low-2:before,
.icon-stroke.M9:before {
  content: "\e4e0";
}

.icon-stroke.battery-empty-2:before,
.icon-stroke.M10:before {
  content: "\e4e1";
}

.icon-stroke.battery-charging-1:before,
.icon-stroke.battery-charging:before,
.icon-stroke.M11:before {
  content: "\e4e2";
}

.icon-stroke.battery-charging-2:before,
.icon-stroke.lightning-bolt-1:before,
.icon-stroke.lightning-bolt:before,
.icon-stroke.M12:before {
  content: "\e4e3";
}

.icon-stroke.wifi-1:before,
.icon-stroke.wifi:before,
.icon-stroke.wireless-1:before,
.icon-stroke.wireless:before,
.icon-stroke.M13:before {
  content: "\e4e4";
}

.icon-stroke.wifi-rounded-1:before,
.icon-stroke.wifi-rounded:before,
.icon-stroke.wireless-rounded-1:before,
.icon-stroke.wireless-rounded:before,
.icon-stroke.M14:before {
  content: "\e4e5";
}

.icon-stroke.wifi-2:before,
.icon-stroke.wireless-2:before,
.icon-stroke.M15:before {
  content: "\e4e6";
}

.icon-stroke.wifi-rounded-2:before,
.icon-stroke.wireless-rounded-2:before,
.icon-stroke.M16:before {
  content: "\e4e7";
}

.icon-stroke.wifi-3:before,
.icon-stroke.wireless-3:before,
.icon-stroke.M17:before {
  content: "\e4e8";
}

.icon-stroke.wifi-rounded-3:before,
.icon-stroke.wireless-rounded-3:before,
.icon-stroke.M18:before {
  content: "\e4e9";
}

.icon-stroke.graph-1:before,
.icon-stroke.graph:before,
.icon-stroke.M19:before {
  content: "\e4ea";
}

.icon-stroke.graph-2:before,
.icon-stroke.stats-1:before,
.icon-stroke.stats:before,
.icon-stroke.M20:before {
  content: "\e4eb";
}

.icon-stroke.bluetooth-1:before,
.icon-stroke.bluetooth:before,
.icon-stroke.N1:before {
  content: "\e4ec";
}

.icon-stroke.history-1:before,
.icon-stroke.history:before,
.icon-stroke.time-machine-1:before,
.icon-stroke.time-machine:before,
.icon-stroke.N2:before {
  content: "\e4ed";
}

.icon-stroke.time-1:before,
.icon-stroke.time:before,
.icon-stroke.clock-1:before,
.icon-stroke.clock:before,
.icon-stroke.N3:before {
  content: "\e4ee";
}

.icon-stroke.time-2:before,
.icon-stroke.watch-1:before,
.icon-stroke.watch:before,
.icon-stroke.N4:before {
  content: "\e4ef";
}

.icon-stroke.alarm-clock-1:before,
.icon-stroke.alarm-clock:before,
.icon-stroke.alert-1:before,
.icon-stroke.alert:before,
.icon-stroke.N5:before {
  content: "\e4f0";
}

.icon-stroke.stopwatch-1:before,
.icon-stroke.stopwatch:before,
.icon-stroke.N6:before {
  content: "\e4f1";
}

.icon-stroke.compass-1:before,
.icon-stroke.compass:before,
.icon-stroke.N7:before {
  content: "\e4f2";
}

.icon-stroke.gauge-1:before,
.icon-stroke.gauge:before,
.icon-stroke.speedometer-1:before,
.icon-stroke.speedometer:before,
.icon-stroke.N8:before {
  content: "\e4f3";
}

.icon-stroke.gauge-2:before,
.icon-stroke.N9:before {
  content: "\e4f4";
}

.icon-stroke.map-1:before,
.icon-stroke.map:before,
.icon-stroke.location-1:before,
.icon-stroke.location:before,
.icon-stroke.N10:before {
  content: "\e4f5";
}

.icon-stroke.location-pin-1:before,
.icon-stroke.location-pin:before,
.icon-stroke.N11:before {
  content: "\e4f6";
}

.icon-stroke.location-pin-2:before,
.icon-stroke.N12:before {
  content: "\e4f7";
}

.icon-stroke.location-pin-3:before,
.icon-stroke.N13:before {
  content: "\e4f8";
}

.icon-stroke.location-pin-4:before,
.icon-stroke.N14:before {
  content: "\e4f9";
}

.icon-stroke.location-pin-5:before,
.icon-stroke.N15:before {
  content: "\e4fa";
}

.icon-stroke.location-pin-6:before,
.icon-stroke.N16:before {
  content: "\e4fb";
}

.icon-stroke.location-arrow-1:before,
.icon-stroke.location-arrow:before,
.icon-stroke.N17:before {
  content: "\e4fc";
}

.icon-stroke.globe-1:before,
.icon-stroke.globe:before,
.icon-stroke.world-1:before,
.icon-stroke.world:before,
.icon-stroke.N18:before {
  content: "\e4fd";
}

.icon-stroke.aim-1:before,
.icon-stroke.aim:before,
.icon-stroke.crosshairs-1:before,
.icon-stroke.crosshairs:before,
.icon-stroke.N19:before {
  content: "\e4fe";
}

.icon-stroke.target-1:before,
.icon-stroke.target:before,
.icon-stroke.aim-2:before,
.icon-stroke.N20:before {
  content: "\e4ff";
}

.icon-stroke.call-1:before,
.icon-stroke.call:before,
.icon-stroke.phone-1:before,
.icon-stroke.phone:before,
.icon-stroke.O1:before {
  content: "\e500";
}

.icon-stroke.call-2:before,
.icon-stroke.phone-2:before,
.icon-stroke.O2:before {
  content: "\e501";
}

.icon-stroke.call-3:before,
.icon-stroke.phone-3:before,
.icon-stroke.O3:before {
  content: "\e502";
}

.icon-stroke.call-4:before,
.icon-stroke.phone-4:before,
.icon-stroke.O4:before {
  content: "\e503";
}

.icon-stroke.lightbulb-1:before,
.icon-stroke.lightbulb:before,
.icon-stroke.idea-1:before,
.icon-stroke.idea:before,
.icon-stroke.O5:before {
  content: "\e504";
}

.icon-stroke.lightbulb-2:before,
.icon-stroke.O6:before {
  content: "\e505";
}

.icon-stroke.lightbulb-3:before,
.icon-stroke.O7:before {
  content: "\e506";
}

.icon-stroke.see-all-1:before,
.icon-stroke.see-all:before,
.icon-stroke.dashboard-1:before,
.icon-stroke.dashboard:before,
.icon-stroke.O8:before {
  content: "\e507";
}

.icon-stroke.command-1:before,
.icon-stroke.command:before,
.icon-stroke.O9:before {
  content: "\e508";
}

.icon-stroke.option-1:before,
.icon-stroke.option:before,
.icon-stroke.O10:before {
  content: "\e509";
}

.icon-stroke.control-1:before,
.icon-stroke.control:before,
.icon-stroke.O11:before {
  content: "\e50a";
}

.icon-stroke.shift-1:before,
.icon-stroke.shift:before,
.icon-stroke.O12:before {
  content: "\e50b";
}

.icon-stroke.eject-1:before,
.icon-stroke.eject:before,
.icon-stroke.O13:before {
  content: "\e50c";
}

.icon-stroke.loading-1:before,
.icon-stroke.loading:before,
.icon-stroke.O14:before {
  content: "\e50d";
}

.icon-stroke.loading-2:before,
.icon-stroke.O15:before {
  content: "\e50e";
}

.icon-stroke.loading-3:before,
.icon-stroke.O16:before {
  content: "\e50f";
}

.icon-stroke.logout-1:before,
.icon-stroke.logout:before,
.icon-stroke.shut-down-1:before,
.icon-stroke.shut-down:before,
.icon-stroke.O17:before {
  content: "\e510";
}

.icon-stroke.asterisk-1:before,
.icon-stroke.asterisk:before,
.icon-stroke.O18:before {
  content: "\e511";
}

.icon-stroke.email-1:before,
.icon-stroke.email:before,
.icon-stroke.at-1:before,
.icon-stroke.at:before,
.icon-stroke.O19:before {
  content: "\e512";
}

.icon-stroke.pound-1:before,
.icon-stroke.pound:before,
.icon-stroke.hashtag-1:before,
.icon-stroke.hashtag:before,
.icon-stroke.O20:before {
  content: "\e513";
}

.icon-stroke.settings-1:before,
.icon-stroke.settings:before,
.icon-stroke.gear-1:before,
.icon-stroke.gear:before,
.icon-stroke.P1:before {
  content: "\e514";
}

.icon-stroke.settings-2:before,
.icon-stroke.gear-2:before,
.icon-stroke.P2:before {
  content: "\e515";
}

.icon-stroke.wrench-1:before,
.icon-stroke.wrench:before,
.icon-stroke.tool-1:before,
.icon-stroke.tool:before,
.icon-stroke.P3:before {
  content: "\e516";
}

.icon-stroke.wrench-2:before,
.icon-stroke.tool-2:before,
.icon-stroke.P4:before {
  content: "\e517";
}

.icon-stroke.work-1:before,
.icon-stroke.work:before,
.icon-stroke.tool-3:before,
.icon-stroke.skill-1:before,
.icon-stroke.skill:before,
.icon-stroke.P5:before {
  content: "\e518";
}

.icon-stroke.scissors-1:before,
.icon-stroke.scissors:before,
.icon-stroke.cut-1:before,
.icon-stroke.cut:before,
.icon-stroke.P6:before {
  content: "\e519";
}

.icon-stroke.type-1:before,
.icon-stroke.type:before,
.icon-stroke.text-1:before,
.icon-stroke.text:before,
.icon-stroke.P7:before {
  content: "\e51a";
}

.icon-stroke.graph-3:before,
.icon-stroke.stats-2:before,
.icon-stroke.P8:before {
  content: "\e51b";
}

.icon-stroke.activity-monitor-1:before,
.icon-stroke.activity-monitor:before,
.icon-stroke.P9:before {
  content: "\e51c";
}

.icon-stroke.activity-1:before,
.icon-stroke.activity:before,
.icon-stroke.graph-4:before,
.icon-stroke.P10:before {
  content: "\e51d";
}

.icon-stroke.running-1:before,
.icon-stroke.running:before,
.icon-stroke.P11:before {
  content: "\e51e";
}

.icon-stroke.error-1:before,
.icon-stroke.error:before,
.icon-stroke.no-1:before,
.icon-stroke.no:before,
.icon-stroke.P12:before {
  content: "\e51f";
}

.icon-stroke.slider-1:before,
.icon-stroke.slider:before,
.icon-stroke.P13:before {
  content: "\e520";
}

.icon-stroke.slider-2:before,
.icon-stroke.P14:before {
  content: "\e521";
}

.icon-stroke.slider-3:before,
.icon-stroke.P15:before {
  content: "\e522";
}

.icon-stroke.toggle-1:before,
.icon-stroke.toggle:before,
.icon-stroke.P16:before {
  content: "\e523";
}

.icon-stroke.server-1:before,
.icon-stroke.server:before,
.icon-stroke.P17:before {
  content: "\e524";
}

.icon-stroke.network-1:before,
.icon-stroke.network:before,
.icon-stroke.P18:before {
  content: "\e525";
}

.icon-stroke.copyright-1:before,
.icon-stroke.copyright:before,
.icon-stroke.P19:before {
  content: "\e526";
}

.icon-stroke.crop-1:before,
.icon-stroke.crop:before,
.icon-stroke.P20:before {
  content: "\e527";
}

.icon-stroke.left-text-1:before,
.icon-stroke.left-text:before,
.icon-stroke.Q1:before {
  content: "\e528";
}

.icon-stroke.center-text-1:before,
.icon-stroke.center-text:before,
.icon-stroke.Q2:before {
  content: "\e529";
}

.icon-stroke.right-text-1:before,
.icon-stroke.right-text:before,
.icon-stroke.Q3:before {
  content: "\e52a";
}

.icon-stroke.paragraph-text-1:before,
.icon-stroke.paragraph-text:before,
.icon-stroke.Q4:before {
  content: "\e52b";
}

.icon-stroke.align-top-1:before,
.icon-stroke.align-top:before,
.icon-stroke.Q5:before {
  content: "\e52c";
}

.icon-stroke.align-bottom-1:before,
.icon-stroke.align-bottom:before,
.icon-stroke.Q6:before {
  content: "\e52d";
}

.icon-stroke.align-horizontally-1:before,
.icon-stroke.align-horizontally:before,
.icon-stroke.Q7:before {
  content: "\e52e";
}

.icon-stroke.align-left-1:before,
.icon-stroke.align-left:before,
.icon-stroke.Q8:before {
  content: "\e52f";
}

.icon-stroke.align-center-1:before,
.icon-stroke.align-center:before,
.icon-stroke.Q9:before {
  content: "\e530";
}

.icon-stroke.align-right-1:before,
.icon-stroke.align-right:before,
.icon-stroke.Q10:before {
  content: "\e531";
}

.icon-stroke.align-top-edges-1:before,
.icon-stroke.align-top-edges:before,
.icon-stroke.Q11:before {
  content: "\e532";
}

.icon-stroke.distribute-vertical-centers-1:before,
.icon-stroke.distribute-vertical-centers:before,
.icon-stroke.Q12:before {
  content: "\e533";
}

.icon-stroke.align-bottom-edges-1:before,
.icon-stroke.align-bottom-edges:before,
.icon-stroke.Q13:before {
  content: "\e534";
}

.icon-stroke.align-left-edges-1:before,
.icon-stroke.align-left-edges:before,
.icon-stroke.Q14:before {
  content: "\e535";
}

.icon-stroke.distribute-centers-horizontally-1:before,
.icon-stroke.distribute-centers-horizontally:before,
.icon-stroke.Q15:before {
  content: "\e536";
}

.icon-stroke.align-right-edges-1:before,
.icon-stroke.align-right-edges:before,
.icon-stroke.Q16:before {
  content: "\e537";
}

.icon-stroke.layout-1:before,
.icon-stroke.layout:before,
.icon-stroke.Q17:before {
  content: "\e538";
}

.icon-stroke.layout-2:before,
.icon-stroke.Q18:before {
  content: "\e539";
}

.icon-stroke.layout-3:before,
.icon-stroke.Q19:before {
  content: "\e53a";
}

.icon-stroke.layout-4:before,
.icon-stroke.Q20:before {
  content: "\e53b";
}

.icon-stroke.menu-1:before,
.icon-stroke.menu:before,
.icon-stroke.R1:before {
  content: "\e53c";
}

.icon-stroke.menu-2:before,
.icon-stroke.R2:before {
  content: "\e53d";
}

.icon-stroke.menu-3:before,
.icon-stroke.R3:before {
  content: "\e53e";
}

.icon-stroke.menu-list-1:before,
.icon-stroke.menu-list:before,
.icon-stroke.R4:before {
  content: "\e53f";
}

.icon-stroke.menu-list-2:before,
.icon-stroke.R5:before {
  content: "\e540";
}

.icon-stroke.menu-list-3:before,
.icon-stroke.R6:before {
  content: "\e541";
}

.icon-stroke.menu-list-4:before,
.icon-stroke.R7:before {
  content: "\e542";
}

.icon-stroke.paragraph-justify-1:before,
.icon-stroke.paragraph-justify:before,
.icon-stroke.R8:before {
  content: "\e543";
}

.icon-stroke.paragraph-left-justify-1:before,
.icon-stroke.paragraph-left-justify:before,
.icon-stroke.R9:before {
  content: "\e544";
}

.icon-stroke.paragraph-left-1:before,
.icon-stroke.paragraph-left:before,
.icon-stroke.R10:before {
  content: "\e545";
}

.icon-stroke.paragraph-centered-1:before,
.icon-stroke.paragraph-centered:before,
.icon-stroke.R11:before {
  content: "\e546";
}

.icon-stroke.paragraph-right-1:before,
.icon-stroke.paragraph-right:before,
.icon-stroke.R12:before {
  content: "\e547";
}

.icon-stroke.paragraph-right-justify-1:before,
.icon-stroke.paragraph-right-justify:before,
.icon-stroke.R13:before {
  content: "\e548";
}

.icon-stroke.marquee-1:before,
.icon-stroke.marquee:before,
.icon-stroke.R14:before {
  content: "\e549";
}

.icon-stroke.marquee-plus-1:before,
.icon-stroke.marquee-plus:before,
.icon-stroke.R15:before {
  content: "\e54a";
}

.icon-stroke.marquee-2:before,
.icon-stroke.R16:before {
  content: "\e54b";
}

.icon-stroke.marquee-plus-2:before,
.icon-stroke.R17:before {
  content: "\e54c";
}

.icon-stroke.sun-1:before,
.icon-stroke.sun:before,
.icon-stroke.brightness-1:before,
.icon-stroke.brightness:before,
.icon-stroke.R18:before {
  content: "\e54d";
}

.icon-stroke.sun-2:before,
.icon-stroke.brightness-2:before,
.icon-stroke.R19:before {
  content: "\e54e";
}

.icon-stroke.sun-3:before,
.icon-stroke.brightness-3:before,
.icon-stroke.R20:before {
  content: "\e54f";
}

.icon-stroke.turn-page-down-1:before,
.icon-stroke.turn-page-down:before,
.icon-stroke.S1:before {
  content: "\e550";
}

.icon-stroke.turn-page-up-1:before,
.icon-stroke.turn-page-up:before,
.icon-stroke.S2:before {
  content: "\e551";
}

.icon-stroke.slide-out-left-1:before,
.icon-stroke.slide-out-left:before,
.icon-stroke.S3:before {
  content: "\e552";
}

.icon-stroke.slide-in-right-1:before,
.icon-stroke.slide-in-right:before,
.icon-stroke.S4:before {
  content: "\e553";
}

.icon-stroke.slide-in-left-1:before,
.icon-stroke.slide-in-left:before,
.icon-stroke.S5:before {
  content: "\e554";
}

.icon-stroke.slide-out-right-1:before,
.icon-stroke.slide-out-right:before,
.icon-stroke.S6:before {
  content: "\e555";
}

.icon-stroke.fold-up-1:before,
.icon-stroke.fold-up:before,
.icon-stroke.S7:before {
  content: "\e556";
}

.icon-stroke.fold-down-1:before,
.icon-stroke.fold-down:before,
.icon-stroke.S8:before {
  content: "\e557";
}

.icon-stroke.fold-left-1:before,
.icon-stroke.fold-left:before,
.icon-stroke.S9:before {
  content: "\e558";
}

.icon-stroke.fold-right-1:before,
.icon-stroke.fold-right:before,
.icon-stroke.S10:before {
  content: "\e559";
}

.icon-stroke.move-up-1:before,
.icon-stroke.move-up:before,
.icon-stroke.S11:before {
  content: "\e55a";
}

.icon-stroke.move-down-1:before,
.icon-stroke.move-down:before,
.icon-stroke.S12:before {
  content: "\e55b";
}

.icon-stroke.login-1:before,
.icon-stroke.login:before,
.icon-stroke.S13:before {
  content: "\e55c";
}

.icon-stroke.logout-2:before,
.icon-stroke.S14:before {
  content: "\e55d";
}

.icon-stroke.upload-1:before,
.icon-stroke.upload:before,
.icon-stroke.S15:before {
  content: "\e55e";
}

.icon-stroke.download-1:before,
.icon-stroke.download:before,
.icon-stroke.S16:before {
  content: "\e55f";
}

.icon-stroke.upload-2:before,
.icon-stroke.S17:before {
  content: "\e560";
}

.icon-stroke.download-2:before,
.icon-stroke.S18:before {
  content: "\e561";
}

.icon-stroke.save-1:before,
.icon-stroke.save:before,
.icon-stroke.S19:before {
  content: "\e562";
}

.icon-stroke.save-2:before,
.icon-stroke.S20:before {
  content: "\e563";
}

.icon-stroke.previous-1:before,
.icon-stroke.previous:before,
.icon-stroke.T1:before {
  content: "\e564";
}

.icon-stroke.rewind-1:before,
.icon-stroke.rewind:before,
.icon-stroke.T2:before {
  content: "\e565";
}

.icon-stroke.stop-1:before,
.icon-stroke.stop:before,
.icon-stroke.T3:before {
  content: "\e566";
}

.icon-stroke.pause-1:before,
.icon-stroke.pause:before,
.icon-stroke.T4:before {
  content: "\e567";
}

.icon-stroke.play-1:before,
.icon-stroke.play:before,
.icon-stroke.T5:before {
  content: "\e568";
}

.icon-stroke.fast-forward-1:before,
.icon-stroke.fast-forward:before,
.icon-stroke.T6:before {
  content: "\e569";
}

.icon-stroke.next-1:before,
.icon-stroke.next:before,
.icon-stroke.T7:before {
  content: "\e56a";
}

.icon-stroke.previous-2:before,
.icon-stroke.T8:before {
  content: "\e56b";
}

.icon-stroke.rewind-2:before,
.icon-stroke.T9:before {
  content: "\e56c";
}

.icon-stroke.stop-2:before,
.icon-stroke.T10:before {
  content: "\e56d";
}

.icon-stroke.pause-2:before,
.icon-stroke.T11:before {
  content: "\e56e";
}

.icon-stroke.play-2:before,
.icon-stroke.T12:before {
  content: "\e56f";
}

.icon-stroke.fast-forward-2:before,
.icon-stroke.T13:before {
  content: "\e570";
}

.icon-stroke.next-2:before,
.icon-stroke.T14:before {
  content: "\e571";
}

.icon-stroke.previous-3:before,
.icon-stroke.T15:before {
  content: "\e572";
}

.icon-stroke.rewind-3:before,
.icon-stroke.T16:before {
  content: "\e573";
}

.icon-stroke.pause-3:before,
.icon-stroke.T17:before {
  content: "\e574";
}

.icon-stroke.play-3:before,
.icon-stroke.T18:before {
  content: "\e575";
}

.icon-stroke.fast-forward-3:before,
.icon-stroke.T19:before {
  content: "\e576";
}

.icon-stroke.next-3:before,
.icon-stroke.T20:before {
  content: "\e577";
}

.icon-stroke.previous-4:before,
.icon-stroke.U1:before {
  content: "\e578";
}

.icon-stroke.pause-4:before,
.icon-stroke.U2:before {
  content: "\e579";
}

.icon-stroke.play-4:before,
.icon-stroke.U3:before {
  content: "\e57a";
}

.icon-stroke.next-4:before,
.icon-stroke.U4:before {
  content: "\e57b";
}

.icon-stroke.speaker-1:before,
.icon-stroke.speaker:before,
.icon-stroke.volume-1:before,
.icon-stroke.volume:before,
.icon-stroke.U5:before {
  content: "\e57c";
}

.icon-stroke.speaker-2:before,
.icon-stroke.volume-2:before,
.icon-stroke.U6:before {
  content: "\e57d";
}

.icon-stroke.speaker-3:before,
.icon-stroke.volume-3:before,
.icon-stroke.mute-1:before,
.icon-stroke.mute:before,
.icon-stroke.U7:before {
  content: "\e57e";
}

.icon-stroke.speaker-4:before,
.icon-stroke.volume-4:before,
.icon-stroke.U8:before {
  content: "\e57f";
}

.icon-stroke.headphones-1:before,
.icon-stroke.headphones:before,
.icon-stroke.U9:before {
  content: "\e580";
}

.icon-stroke.microphone-1:before,
.icon-stroke.microphone:before,
.icon-stroke.U10:before {
  content: "\e581";
}

.icon-stroke.microphone-2:before,
.icon-stroke.mute-2:before,
.icon-stroke.U11:before {
  content: "\e582";
}

.icon-stroke.music-1:before,
.icon-stroke.music:before,
.icon-stroke.U12:before {
  content: "\e583";
}

.icon-stroke.megaphone-1:before,
.icon-stroke.megaphone:before,
.icon-stroke.announcement-1:before,
.icon-stroke.announcement:before,
.icon-stroke.U13:before {
  content: "\e584";
}

.icon-stroke.infinity-1:before,
.icon-stroke.infinity:before,
.icon-stroke.loop-1:before,
.icon-stroke.loop:before,
.icon-stroke.U14:before {
  content: "\e585";
}

.icon-stroke.shuffle-1:before,
.icon-stroke.shuffle:before,
.icon-stroke.U15:before {
  content: "\e586";
}

.icon-stroke.repeat-1:before,
.icon-stroke.repeat:before,
.icon-stroke.reload-1:before,
.icon-stroke.reload:before,
.icon-stroke.U16:before {
  content: "\e587";
}

.icon-stroke.repeat-2:before,
.icon-stroke.reload-2:before,
.icon-stroke.U17:before {
  content: "\e588";
}

.icon-stroke.repeat-3:before,
.icon-stroke.reload-3:before,
.icon-stroke.U18:before {
  content: "\e589";
}

.icon-stroke.repeat-4:before,
.icon-stroke.reload-4:before,
.icon-stroke.U19:before {
  content: "\e58a";
}

.icon-stroke.refresh-1:before,
.icon-stroke.refresh:before,
.icon-stroke.U20:before {
  content: "\e58b";
}

.icon-stroke.position-1:before,
.icon-stroke.position:before,
.icon-stroke.move-1:before,
.icon-stroke.move:before,
.icon-stroke.V1:before {
  content: "\e58c";
}

.icon-stroke.minimize-1:before,
.icon-stroke.minimize:before,
.icon-stroke.contract-1:before,
.icon-stroke.contract:before,
.icon-stroke.V2:before {
  content: "\e58d";
}

.icon-stroke.maximize-1:before,
.icon-stroke.maximize:before,
.icon-stroke.expand-1:before,
.icon-stroke.expand:before,
.icon-stroke.V3:before {
  content: "\e58e";
}

.icon-stroke.maximize-2:before,
.icon-stroke.expand-2:before,
.icon-stroke.V4:before {
  content: "\e58f";
}

.icon-stroke.maximize-3:before,
.icon-stroke.expand-3:before,
.icon-stroke.V5:before {
  content: "\e590";
}

.icon-stroke.maximize-4:before,
.icon-stroke.expand-4:before,
.icon-stroke.V6:before {
  content: "\e591";
}

.icon-stroke.expand-vertically-1:before,
.icon-stroke.expand-vertically:before,
.icon-stroke.V7:before {
  content: "\e592";
}

.icon-stroke.expand-horizontally-1:before,
.icon-stroke.expand-horizontally:before,
.icon-stroke.V8:before {
  content: "\e593";
}

.icon-stroke.arrow-up-1:before,
.icon-stroke.arrow-up:before,
.icon-stroke.V9:before {
  content: "\e594";
}

.icon-stroke.arrow-down-1:before,
.icon-stroke.arrow-down:before,
.icon-stroke.V10:before {
  content: "\e595";
}

.icon-stroke.arrow-left-1:before,
.icon-stroke.arrow-left:before,
.icon-stroke.V11:before {
  content: "\e596";
}

.icon-stroke.arrow-right-1:before,
.icon-stroke.arrow-right:before,
.icon-stroke.V12:before {
  content: "\e597";
}

.icon-stroke.arrow-up-2:before,
.icon-stroke.V13:before {
  content: "\e598";
}

.icon-stroke.arrow-down-2:before,
.icon-stroke.V14:before {
  content: "\e599";
}

.icon-stroke.arrow-left-2:before,
.icon-stroke.V15:before {
  content: "\e59a";
}

.icon-stroke.arrow-right-2:before,
.icon-stroke.V16:before {
  content: "\e59b";
}

.icon-stroke.left-angle-quote-1:before,
.icon-stroke.left-angle-quote:before,
.icon-stroke.V17:before {
  content: "\e59c";
}

.icon-stroke.right-angle-quote-1:before,
.icon-stroke.right-angle-quote:before,
.icon-stroke.V18:before {
  content: "\e59d";
}

.icon-stroke.left-angle-quote-2:before,
.icon-stroke.V19:before {
  content: "\e59e";
}

.icon-stroke.right-angle-quote-2:before,
.icon-stroke.V20:before {
  content: "\e59f";
}

.icon-stroke.plus-1:before,
.icon-stroke.plus:before,
.icon-stroke.W1:before {
  content: "\e5a0";
}

.icon-stroke.minus-1:before,
.icon-stroke.minus:before,
.icon-stroke.W2:before {
  content: "\e5a1";
}

.icon-stroke.checkmark-1:before,
.icon-stroke.checkmark:before,
.icon-stroke.W3:before {
  content: "\e5a2";
}

.icon-stroke.x-1:before,
.icon-stroke.x:before,
.icon-stroke.W4:before {
  content: "\e5a3";
}

.icon-stroke.up-1:before,
.icon-stroke.up:before,
.icon-stroke.W5:before {
  content: "\e5a4";
}

.icon-stroke.down-1:before,
.icon-stroke.down:before,
.icon-stroke.W6:before {
  content: "\e5a5";
}

.icon-stroke.left-1:before,
.icon-stroke.left:before,
.icon-stroke.W7:before {
  content: "\e5a6";
}

.icon-stroke.right-1:before,
.icon-stroke.right:before,
.icon-stroke.W8:before {
  content: "\e5a7";
}

.icon-stroke.up-2:before,
.icon-stroke.W9:before {
  content: "\e5a8";
}

.icon-stroke.down-2:before,
.icon-stroke.W10:before {
  content: "\e5a9";
}

.icon-stroke.left-2:before,
.icon-stroke.W11:before {
  content: "\e5aa";
}

.icon-stroke.right-2:before,
.icon-stroke.W12:before {
  content: "\e5ab";
}

.icon-stroke.up-3:before,
.icon-stroke.W13:before {
  content: "\e5ac";
}

.icon-stroke.down-3:before,
.icon-stroke.W14:before {
  content: "\e5ad";
}

.icon-stroke.left-3:before,
.icon-stroke.W15:before {
  content: "\e5ae";
}

.icon-stroke.right-3:before,
.icon-stroke.W16:before {
  content: "\e5af";
}

.icon-stroke.up-4:before,
.icon-stroke.W17:before {
  content: "\e5b0";
}

.icon-stroke.down-4:before,
.icon-stroke.W18:before {
  content: "\e5b1";
}

.icon-stroke.left-4:before,
.icon-stroke.W19:before {
  content: "\e5b2";
}

.icon-stroke.right-4:before,
.icon-stroke.W20:before {
  content: "\e5b3";
}

.icon-stroke.plus-2:before,
.icon-stroke.X1:before {
  content: "\e5b4";
}

.icon-stroke.minus-2:before,
.icon-stroke.X2:before {
  content: "\e5b5";
}

.icon-stroke.checkmark-2:before,
.icon-stroke.X3:before {
  content: "\e5b6";
}

.icon-stroke.x-2:before,
.icon-stroke.X4:before {
  content: "\e5b7";
}

.icon-stroke.up-circle-1:before,
.icon-stroke.up-circle:before,
.icon-stroke.X5:before {
  content: "\e5b8";
}

.icon-stroke.down-circle-1:before,
.icon-stroke.down-circle:before,
.icon-stroke.X6:before {
  content: "\e5b9";
}

.icon-stroke.left-circle-1:before,
.icon-stroke.left-circle:before,
.icon-stroke.X7:before {
  content: "\e5ba";
}

.icon-stroke.right-circle-1:before,
.icon-stroke.right-circle:before,
.icon-stroke.X8:before {
  content: "\e5bb";
}

.icon-stroke.up-circle-2:before,
.icon-stroke.X9:before {
  content: "\e5bc";
}

.icon-stroke.down-circle-2:before,
.icon-stroke.X10:before {
  content: "\e5bd";
}

.icon-stroke.left-circle-2:before,
.icon-stroke.X11:before {
  content: "\e5be";
}

.icon-stroke.right-circle-2:before,
.icon-stroke.X12:before {
  content: "\e5bf";
}

.icon-stroke.up-circle-3:before,
.icon-stroke.X13:before {
  content: "\e5c0";
}

.icon-stroke.down-circle-3:before,
.icon-stroke.download-3:before,
.icon-stroke.X14:before {
  content: "\e5c1";
}

.icon-stroke.left-circle-3:before,
.icon-stroke.X15:before {
  content: "\e5c2";
}

.icon-stroke.right-circle-3:before,
.icon-stroke.X16:before {
  content: "\e5c3";
}

.icon-stroke.up-circle-4:before,
.icon-stroke.X17:before {
  content: "\e5c4";
}

.icon-stroke.down-circle-4:before,
.icon-stroke.X18:before {
  content: "\e5c5";
}

.icon-stroke.left-circle-4:before,
.icon-stroke.X19:before {
  content: "\e5c6";
}

.icon-stroke.right-circle-4:before,
.icon-stroke.X20:before {
  content: "\e5c7";
}

.icon-stroke.plus-3:before,
.icon-stroke.Y1:before {
  content: "\e5c8";
}

.icon-stroke.minus-3:before,
.icon-stroke.Y2:before {
  content: "\e5c9";
}

.icon-stroke.checkmark-3:before,
.icon-stroke.Y3:before {
  content: "\e5ca";
}

.icon-stroke.x-3:before,
.icon-stroke.Y4:before {
  content: "\e5cb";
}

.icon-stroke.up-square-1:before,
.icon-stroke.up-square:before,
.icon-stroke.Y5:before {
  content: "\e5cc";
}

.icon-stroke.down-square-1:before,
.icon-stroke.down-square:before,
.icon-stroke.Y6:before {
  content: "\e5cd";
}

.icon-stroke.left-square-1:before,
.icon-stroke.left-square:before,
.icon-stroke.Y7:before {
  content: "\e5ce";
}

.icon-stroke.right-square-1:before,
.icon-stroke.right-square:before,
.icon-stroke.Y8:before {
  content: "\e5cf";
}

.icon-stroke.up-square-2:before,
.icon-stroke.Y9:before {
  content: "\e5d0";
}

.icon-stroke.down-square-2:before,
.icon-stroke.Y10:before {
  content: "\e5d1";
}

.icon-stroke.left-square-2:before,
.icon-stroke.Y11:before {
  content: "\e5d2";
}

.icon-stroke.right-square-2:before,
.icon-stroke.Y12:before {
  content: "\e5d3";
}

.icon-stroke.up-square-3:before,
.icon-stroke.Y13:before {
  content: "\e5d4";
}

.icon-stroke.down-square-3:before,
.icon-stroke.download-4:before,
.icon-stroke.Y14:before {
  content: "\e5d5";
}

.icon-stroke.left-square-3:before,
.icon-stroke.Y15:before {
  content: "\e5d6";
}

.icon-stroke.right-square-3:before,
.icon-stroke.Y16:before {
  content: "\e5d7";
}

.icon-stroke.up-square-4:before,
.icon-stroke.Y17:before {
  content: "\e5d8";
}

.icon-stroke.down-square-4:before,
.icon-stroke.Y18:before {
  content: "\e5d9";
}

.icon-stroke.left-square-4:before,
.icon-stroke.Y19:before {
  content: "\e5da";
}

.icon-stroke.right-square-4:before,
.icon-stroke.Y20:before {
  content: "\e5db";
}

footer {
  color: white;
}

footer .footer-bg {
  background-color: white;
  width: 100%;
}

footer .footer-bg p.signup {
  font-size: 1em;
  line-height: 1.6;
  color: white;
  margin-bottom: 0.4em;
}

footer .middle {
  background-color: #464a4c;
  height: auto;
  padding-top: 1em;
  padding-bottom: 2em;
}

@media only screen and (min-width: 480px) {
  footer .middle {
    padding-top: 2em;
    padding-bottom: 3em;
  }
}

@media only screen and (min-width: 992px) {
  footer .middle {
    padding-top: 4em;
    padding-bottom: 4em;
  }
}

footer .middle h3 {
  font-family: "Open Sans", sans-serif;
  color: #2ac4f4;
  font-size: 21px;
  font-weight: 600;
  text-transform: none;
  margin-top: 30px;
  margin-bottom: 0.6em;
}

footer .bottom {
  background-color: #333638;
  height: 100px;
  line-height: 100px;
}

footer .copyright {
  font-family: "Raleway", sans-serif;
  color: #a2a5a4;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-align: center;
}

@media only screen and (min-width: 580px) {
  footer .copyright {
    text-align: left;
  }
}

footer .copyright .backtotop {
  display: inline-block;
  background-color: transparent;
  border: 1px solid #a2a5a4;
  color: #a2a5a4;
  margin-top: 30px;
  float: none;
}

@media only screen and (min-width: 580px) {
  footer .copyright .backtotop {
    float: left;
    display: inline-block;
  }
}

footer .copyright .copyright-text {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 400;
  display: block;
  line-height: 1.6;
  margin-bottom: 2em;
}

@media only screen and (min-width: 580px) {
  footer .copyright .copyright-text {
    margin-left: 2em;
    display: inline-block;
    vertical-align: sub;
  }
}

@media only screen and (min-width: 768px) {
  footer .copyright .copyright-text {
    margin-left: 6em;
  }
}

@media only screen and (min-width: 992px) {
  footer .copyright .copyright-text {
    margin-left: 12em;
  }
}

@media only screen and (min-width: 1200px) {
  footer .copyright .copyright-text {
    margin-left: 18em;
  }
}

.mc-select {
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  padding: 15px 15px;
  width: 100%;
  font-size: 21px;
  background-color: #585b5d;
  margin-bottom: 10px;
  color: #a2a5a4;
}

@media only screen and (min-width: 500px) {
  .mc-select {
    width: 40%;
  }
}

.mc-select .select-caret {
  position: absolute;
  top: 0.85em;
  right: 1em;
  pointer-events: none;
}

#mc_embed_signup {
  width: 100%;
  float: left;
  margin-top: 10px;
}

#mc_embed_signup select {
  width: 100%;
  font-size: 21px;
  background-color: #585b5d;
  color: #a2a5a4;
  border: none;
  -webkit-appearance: none;
}

@media only screen and (min-width: 0) and (max-width: 479px) {
  #mc_embed_signup .button-container {
    width: calc(100% + 1.4em);
    display: block;
    background-color: #464a4c;
    margin: 0.5em 0em -0.7em -0.7em;
    padding: 1em 1em 1.5em 0;
    text-align: center;
  }
}

#mc_embed_signup .input-wrapper {
  background-color: #585b5d;
  padding: 10px;
}

#mc_embed_signup .input-wrapper:after {
  content: '';
  clear: both;
  display: table;
}

#mc_embed_signup .mc-field-group {
  display: block;
}

@media only screen and (min-width: 480px) {
  #mc_embed_signup .mc-field-group {
    float: left;
    width: calc(100% - 140px);
  }
}

#mc_embed_signup .mc-field-group #mce-EMAIL {
  background-color: transparent;
  color: #a2a5a4;
  border: none;
  margin: 0;
  font-size: 21px;
  padding: 10px;
}

#mc_embed_signup .mc-field-group #mce-EMAIL:focus {
  outline: none;
  background-color: #555;
}

#mc_embed_signup #mc-embedded-subscribe {
  display: inline-block;
  margin: 0;
  width: 170px;
}

@media only screen and (min-width: 480px) {
  #mc_embed_signup #mc-embedded-subscribe {
    float: right;
    width: auto;
  }
}

.footer-content a {
  color: white;
}

.footer-content button.ghost a {
  color: white;
}

.footer-content .footer-nav {
  text-align: left;
}

.footer-content .footer-nav ul {
  list-style: none;
  padding: 0;
}

.footer-content .footer-nav li {
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 400;
  font-style: strong;
  letter-spacing: .05em;
  margin: 30px 0;
  font-weight: 600;
}

.footer-content .footer-nav li a {
  text-decoration: none;
  border: none;
  color: #F4F4F6;
}

.footer-content .footer-nav li a:hover {
  border: none;
}

@media only screen and (min-width: 0) and (max-width: 479px) {
  .mobile-social-section {
    text-align: center;
  }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .links-sections:after {
    content: '';
    clear: both;
    display: table;
  }
  .company-links-section {
    float: left;
    width: 50%;
  }
  .company-links-section:after {
    content: '';
    clear: both;
    display: table;
  }
  .user-links-section {
    float: left;
    width: 50%;
  }
  .user-links-section:after {
    content: '';
    clear: both;
    display: table;
  }
  .mobile-social-section {
    text-align: center;
    width: 100%;
  }
}

.social-icons {
  display: inline-block;
}

.social-icons ul {
  font-size: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: left;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .social-icons ul {
    font-size: 13px;
  }
}

.social-icons ul li {
  color: white;
  display: inline-block;
}

.social-icons ul li a {
  border-radius: 50%;
  background-color: #585b5d;
  border-bottom: transparent;
  color: #a2a5a4;
  height: 2.5em;
  line-height: 2.5em;
  margin: 0.25em;
  text-align: center;
  width: 2.5em;
  display: inline-block;
  border: 1px solid #777;
}

.social-icons ul li a:hover {
  background-color: #3f4345;
}

.social-icons ul li a i {
  color: white;
  font-size: 1.125em;
  line-height: 2.33em;
}

.footer-download p {
  display: inline-block;
  -webkit-margin-before: 1em;
  -webkit-margin-after: 1em;
  -webkit-margin-start: 0px;
  -webkit-margin-end: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
}

.footer-download a {
  display: inline-block;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: 100% auto;
  width: 117px;
  height: 38px;
  margin-top: 5px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .footer-download a {
    width: 98px;
    height: 32px;
  }
}

.footer-download-ios {
  margin-right: 18px;
  background-image: url("/wp-content/themes/studiohop-fitness/images/footer-download-ios.svg");
}

.footer-download-android {
  background-image: url("/wp-content/themes/studiohop-fitness/images/google-play-badge.png");
}

input:focus,
select:focus,
textarea:focus,
button:focus,
textarea:focus,
select:focus {
  outline: none;
  outline-color: transparent;
  outline-style: none;
}

.form-inline {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.form-inline .input-group {
  margin-right: 1em;
}

.form-inline .input-group:last-of-type {
  margin-right: 0;
}

.field-group, .input-group {
  display: inline-block;
  margin-bottom: 1.5em;
  width: 100%;
}

input[type="text"], input[type="email"], input[type="password"], input[type="date"], input[type="datetime-local"], input[type="tel"], textarea {
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 3px solid #F4F4F6;
  padding: 10px;
  margin: 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="text"]:focus, input[type="email"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime-local"]:focus, input[type="tel"]:focus, textarea:focus {
  outline: 1px solid #89B4D9;
}

input[type="text"].invalid, input[type="email"].invalid, input[type="password"].invalid, input[type="date"].invalid, input[type="datetime-local"].invalid, input[type="tel"].invalid, textarea.invalid {
  border-color: #BA3B40;
}

input[type="text"].warning, input[type="email"].warning, input[type="password"].warning, input[type="date"].warning, input[type="datetime-local"].warning, input[type="tel"].warning, textarea.warning {
  border-color: #f1b519;
}

input[type="text"].success, input[type="email"].success, input[type="password"].success, input[type="date"].success, input[type="datetime-local"].success, input[type="tel"].success, textarea.success {
  border-color: #99CC33;
}

input[type="text"].auto-width, input[type="email"].auto-width, input[type="password"].auto-width, input[type="date"].auto-width, input[type="datetime-local"].auto-width, input[type="tel"].auto-width, textarea.auto-width {
  width: auto;
}

.submit-button {
  background-color: transparent;
  border: 1px solid #1c3954;
  color: #1c3954;
}

.submit-button:hover {
  background-color: #1c3954;
  color: white;
}

.wpcf7 textarea {
  height: 110px;
}

textarea:focus {
  outline: 1px solid #89B4D9;
}

label {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: .05em;
  color: #1c3954;
  font-weight: 700;
  margin-bottom: 0.2em;
  display: inline-block;
}

.label-help {
  font-size: 0.82em;
  display: inline-block;
  margin-left: 0.5em;
  color: #777;
}

.select-style {
  border: 3px solid #f5f5f5;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  background: #fff;
}

.select-style.multiple {
  background-position: 95% 10px;
}

.select-style select {
  font-family: "Raleway", sans-serif;
  font-weight: 500;
  padding: 10px;
  width: 130%;
  font-size: 16px;
  border: none;
  box-shadow: none;
  background: transparent;
  background-image: none;
  -webkit-appearance: none;
}

.select-style select:focus {
  outline: none;
}

/*===========================================
  Checkbox and Radio Button Styles
============================================*/
.checkbox, .radio {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

.checkbox + label, .radio + label {
  height: 24px;
  display: inline-block;
  line-height: 24px;
  background-repeat: no-repeat;
  background-position: 0 0;
  vertical-align: middle;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "Raleway", sans-serif;
  text-transform: none;
  font-weight: 500;
  font-size: 1.14em;
  color: #464c49;
}

.checkbox + label:before, .radio + label:before {
  color: #fff;
  content: '';
  width: 24px;
  height: 24px;
  border: 3px solid #f5f5f5;
  display: inline-block;
  font-size: 1.14em;
  margin-right: 0.5em;
  vertical-align: bottom;
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

.checkbox:checked + label:before, .radio:checked + label:before {
  content: '\e1ba';
  font-family: 'Flaticons Solid';
  color: #464c49;
  line-height: 1.15;
  text-align: center;
}

.radio-group {
  margin-top: 0.25em;
}

.radio-group .radio-item {
  display: block;
}

@media only screen and (min-width: 600px) {
  .radio-group .radio-item {
    display: inline-block;
    margin-right: 1.5em;
  }
}

.radio-group label:last-of-type {
  margin-right: 0;
}

.validation-rules {
  margin-top: 0.25em;
}

.validation-rules .validation-rule {
  padding-right: 0;
}

.validation-rules .validation-rule i {
  display: inline-block;
  margin-right: 0.25em;
  width: 1em;
}

.validation-rules .validation-rule i.icon-solid {
  vertical-align: text-top;
}

.validation-rules .validation-rule i.hide {
  display: none;
}

.col-stackable {
  margin-bottom: 2em;
}

@media only screen and (min-width: 0) and (max-width: 479px) {
  .container-full-xs {
    background-color: #fff;
  }
}

.flex-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media only screen and (min-width: 0) and (max-width: 479px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media only screen and (min-width: 480px) {
  .visible-mobile {
    display: none !important;
  }
}

.header {
  background-color: #464a4c;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 12em;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 0.8em;
}

.header .background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-position: center center;
  background-size: cover;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  z-index: 0;
}

@media only screen and (min-width: 0) {
  .header {
    font-size: 1em;
    height: 28.57em;
    padding-bottom: 25px;
  }
}

@media only screen and (min-width: 0) and (max-width: 479px) {
  .header.header-small {
    height: 17em;
  }
}

.header.header-large {
  font-size: 0.9em;
  height: 40em;
}

@media only screen and (min-width: 480px) {
  .header.header-large {
    height: 50em;
  }
}

.header.header-behind-nav {
  margin-top: 0;
}

.header.loading {
  opacity: 0.5;
  -webkit-transition: opacity 500ms;
  transition: opacity 500ms;
}

.header .header-text {
  color: #fff;
  font-size: 1.4em;
  font-weight: 500;
  margin-top: 1em;
}

.header .subhead {
  font-family: "Raleway", sans-serif;
  color: #f1b519;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 0.2em;
  margin-top: 140px;
}

.header .header-title {
  font-family: "Raleway", sans-serif;
  color: white;
  font-size: 2.5em;
  line-height: 1.1em;
  margin: 0;
  font-weight: 700;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
}

@media only screen and (min-width: 480px) {
  .header .header-title {
    font-size: 4.28em;
    margin-top: 0.167em;
  }
}

.header h5.header-tag {
  font-family: "Open Sans", sans-serif;
  color: #EEB41D;
  letter-spacing: .01em;
  line-height: 28px;
  margin: 0;
  font-size: 0.9em;
  font-weight: 800;
  text-transform: uppercase;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.2);
  margin-top: 5em;
}

@media only screen and (min-width: 480px) {
  .header h5.header-tag {
    font-size: 1.1em;
  }
}

.header .header-subtitle {
  color: #fff;
}

.header .header-cta, .header .banner-cta {
  z-index: 1;
  margin: auto;
  color: white;
  padding-left: 2em;
  padding-right: 2em;
}

@media only screen and (min-width: 480px) {
  .header .header-cta, .header .banner-cta {
    width: 80%;
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .header .header-cta, .header .banner-cta {
    width: 70%;
  }
}

.header .header-cta .subhead, .header .banner-cta .subhead {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  font-size: 21px;
  line-height: 30px;
  margin-top: 15px;
}

.header .header-cta .button, .header .banner-cta .button {
  margin-top: 0;
}

.container-bg {
  background-color: white;
  height: auto;
  margin-bottom: 30px;
  padding: 1.5em 0;
}

@media only screen and (min-width: 480px) {
  .container-bg {
    margin-top: -25px;
    padding: 1.5em 1em;
  }
}

@media only screen and (min-width: 768px) {
  .container-bg {
    padding: 2.5em 2em;
  }
}

.container-bg .container-title {
  margin: -1.5em -1em 1em;
}

@media only screen and (min-width: 768px) {
  .container-bg .container-title {
    margin: -2.5em -2em 1em;
  }
}

.content-bg {
  background-color: #F4F4F6;
  width: 100%;
  position: relative;
}

@media only screen and (min-width: 480px) {
  .content-bg {
    padding-bottom: 2em;
  }
}

.content-bg.home {
  padding-bottom: 0px;
}

.content-bg .content-frame {
  border-radius: 2px;
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: -30px;
  padding: 20px 10px;
  z-index: 2500;
}

@media (min-width: 768px) {
  .content-bg .content-frame {
    padding: 30px 50px;
  }
}

.content-bg hr {
  border: 1px solid;
  color: #F4F4F6;
  margin: 0 20px;
}

.content-bg p.caption {
  font-family: "Open Sans", sans-serif;
  color: #1c3954;
  font-size: 12px;
  font-weight: 300;
}

ul {
  list-style-type: none;
  padding-left: 0;
}

ul.list-styled {
  list-style-type: none;
  padding-left: 11px;
}

ul.list-styled li {
  position: relative;
}

ul.list-styled li:before {
  content: "•";
  margin-left: -11px;
  position: absolute;
  left: 0;
  top: 0;
}

.disc:before {
  content: "•";
  font-size: 1.7em;
  font-style: normal;
  padding-right: 0.1em;
  vertical-align: top;
}

.disc.hide:before {
  display: none;
}

.loader {
  height: 24px;
  width: 24px;
  display: inline-block;
  margin: 0px auto;
  position: relative;
  -webkit-animation: rotation 1s infinite linear;
          animation: rotation 1s infinite linear;
  border: 3px solid rgba(241, 181, 25, 0.15);
  border-top-color: rgba(241, 181, 25, 0.8);
  border-radius: 100%;
}

.loader.loader-12 {
  width: 12px;
  height: 12px;
}

.loader.loader-14 {
  width: 14px;
  height: 14px;
}

.loader.loader-16 {
  width: 16px;
  height: 16px;
}

.loader.loader-20 {
  width: 20px;
  height: 20px;
}

.loader.loader-24 {
  width: 24px;
  height: 24px;
}

.loader.loader-32 {
  width: 32px;
  height: 32px;
}

.loader.loader-48 {
  width: 48px;
  height: 48px;
}

.loader.loader-64 {
  width: 64px;
  height: 64px;
}

.loader .loader-12, .loader .loader-14, .loader .loader-16 {
  border-width: 2px;
}

.loader.secondary {
  border-color: rgba(42, 196, 244, 0.15);
  border-top-color: rgba(42, 196, 244, 0.8);
}

.loader.grayscale {
  border-color: rgba(88, 91, 93, 0.15);
  border-top-color: rgba(88, 91, 93, 0.8);
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

/*
* 	Owl Carousel Owl Demo Theme
*	v1.3.3
*/
.owl-theme .owl-controls {
  margin-top: 10px;
  text-align: center;
  width: 100%;
}

/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div {
  color: #2ac4f4;
  display: inline-block;
  margin: 5px;
  opacity: 1;
  padding: 3px 10px;
  font-size: 23px;
  position: absolute;
  top: calc(50% - 2em);
  zoom: 1;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev, .owl-theme .owl-controls .owl-buttons div.owl-next {
  -webkit-transition: all 100ms;
  transition: all 100ms;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev.disabled, .owl-theme .owl-controls .owl-buttons div.owl-next.disabled {
  opacity: 0;
  visibility: hidden;
}

.owl-theme .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}

.owl-theme .owl-controls .owl-buttons div.owl-next {
  right: 0;
}

@media only screen and (min-width: 850px) and (max-width: 991px) {
  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -3.5rem;
  }
  .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -3.5rem;
  }
}

@media only screen and (min-width: 1070px) and (max-width: 1199px) {
  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -3.5rem;
  }
  .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -3.5rem;
  }
}

@media only screen and (min-width: 1280px) {
  .owl-theme .owl-controls .owl-buttons div.owl-prev {
    left: -3.5rem;
  }
  .owl-theme .owl-controls .owl-buttons div.owl-next {
    right: -3.5rem;
  }
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  opacity: 1;
  text-decoration: none;
}

/* Styling Pagination*/
.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  opacity: 0.5;
  border-radius: 20px;
  background: #8D9CA8;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  opacity: 1;
}

/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url("/wp-content/themes/studiohop-fitness/images/ajax-loader.gif") no-repeat center center;
}

@-webkit-keyframes vex-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes vex-flyin {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@-webkit-keyframes vex-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@keyframes vex-flyout {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

@-webkit-keyframes vex-pulse {
  0% {
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    box-shadow: inset 0 0 0 300px transparent;
  }
}

@keyframes vex-pulse {
  0% {
    box-shadow: inset 0 0 0 300px transparent;
  }
  70% {
    box-shadow: inset 0 0 0 300px rgba(255, 255, 255, 0.25);
  }
  100% {
    box-shadow: inset 0 0 0 300px transparent;
  }
}

.vex.vex-theme-studiohop {
  padding-top: 11.4em;
  padding-bottom: 2em;
}

.vex.vex-theme-studiohop.vex-closing .vex-content {
  -webkit-animation: vex-flyout 0.4s;
          animation: vex-flyout 0.4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.vex.vex-theme-studiohop .vex-content {
  -webkit-animation: vex-flyin 0.4s;
          animation: vex-flyin 0.4s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.vex.vex-theme-studiohop .vex-content {
  border-radius: 0;
  box-shadow: inset 0 1px #a6a6a6, 0 0 0 1px rgba(0, 0, 0, 0.08);
  background: #fff;
  color: #464c49;
  padding: 1em;
  position: relative;
  margin: 0 auto;
  max-width: 100%;
  width: 450px;
  line-height: 1.5em;
}

.vex.vex-theme-studiohop .vex-content:after {
  content: '';
  clear: both;
  display: table;
}

.vex.vex-theme-studiohop .vex-close {
  border-radius: 78px;
  position: absolute;
  top: -1em;
  right: -1em;
  background-color: #f1b519;
  cursor: pointer;
  width: 2.3em;
  height: 2.3em;
  text-align: center;
  padding-top: 0.15em;
}

.vex.vex-theme-studiohop .vex-close:before {
  content: "\e1bb";
  font-size: 1.9em;
  color: #fff;
  z-index: 100;
  font-family: 'Flaticons Solid';
  speak: none;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
}

.vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-message {
  margin-bottom: 0.5em;
}

.vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input {
  margin-bottom: 1em;
}

.vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input textarea, .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="date"], .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="datetime"], .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="datetime-local"], .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="email"], .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="month"], .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="number"], .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="password"], .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="search"], .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="tel"], .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="text"], .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="time"], .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="url"], .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="week"] {
  border-radius: 3px;
  background: white;
  width: 100%;
  padding: 0.25em 0.67em;
  border: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  min-height: 2.5em;
  margin: 0 0 0.25em;
}

.vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input textarea:focus, .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="date"]:focus, .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="datetime"]:focus, .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="datetime-local"]:focus, .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="email"]:focus, .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="month"]:focus, .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="number"]:focus, .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="password"]:focus, .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="search"]:focus, .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="tel"]:focus, .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="text"]:focus, .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="time"]:focus, .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="url"]:focus, .vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-input input[type="week"]:focus {
  box-shadow: inset 0 0 0 1px #2ac4f4;
  outline: none;
}

.vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-buttons {
  *zoom: 1;
}

.vex.vex-theme-studiohop .vex-dialog-form .vex-dialog-buttons:after {
  content: "";
  display: table;
  clear: both;
}

.vex.vex-theme-studiohop .vex-dialog-button {
  border-radius: 3px;
  border: 0;
  float: right;
  margin: 0 0 0 0.5em;
  font-family: inherit;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.8em;
  line-height: 1em;
  padding: 0.75em 2em;
}

.vex.vex-theme-studiohop .vex-dialog-button.vex-last {
  margin-left: 0;
}

.vex.vex-theme-studiohop .vex-dialog-button:focus {
  -webkit-animation: vex-pulse 1.1s infinite;
          animation: vex-pulse 1.1s infinite;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  outline: none;
}

@media (max-width: 568px) {
  .vex.vex-theme-studiohop .vex-dialog-button:focus {
    -webkit-animation: none;
            animation: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}

.vex.vex-theme-studiohop .vex-dialog-button.vex-dialog-button-primary {
  background: #2ac4f4;
  color: white;
}

.vex.vex-theme-studiohop .vex-dialog-button.vex-dialog-button-secondary {
  background: #e0e0e0;
  color: #777777;
}

.vex-loading-spinner.vex-theme-studiohop {
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2), 0 0 0.5em rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  background: rgba(255, 255, 255, 0.2);
  width: 0;
  height: 0;
  border: 1.2em solid #bbbbbb;
  border-top-color: #f0f0f0;
  border-bottom-color: #f0f0f0;
}

.post-entry {
  margin: 15px 0;
  margin-bottom: 40px;
}

.post-entry .post-date {
  margin-top: 0;
  font-size: 14px;
  float: left;
  padding-left: 0px;
}

.post-meta {
  margin-top: 10px;
}

.post-meta:after {
  content: '';
  clear: both;
  display: table;
}

.post-excerpt {
  display: inline-block;
}

.post-excerpt p {
  margin-top: 0;
}

.entry-content {
  margin-bottom: 55px;
}

.post-thumbnail {
  padding: 0;
  margin: 0;
  background: top center no-repeat;
  background-size: cover;
  min-height: 225px;
}

.post-author {
  margin-top: 0;
  font-size: 14px;
}

.post-categories {
  margin-top: 0;
  text-transform: uppercase;
  color: #CEC276;
  font-size: 14px;
  list-style: none;
}

.post-categories a {
  color: #CEC276;
}

.post-content {
  margin-top: 50px;
}

.post-title {
  float: left;
  margin-top: 5px;
  color: #1c3954;
}

.post-button a.button.large {
  font-family: "Open Sans", sans-serif;
  color: white;
  border-bottom: none;
  background-color: #1D3953;
}

.post-button a.button.large:active {
  outline: 0;
}

.post-button a.button.large:hover {
  color: #0caddf;
  border-bottom: none;
}

p.post-button {
  text-align: center;
}

.sidebar h2 {
  font-size: 22px;
}

.sidebar .category-row {
  margin: 5px 0;
}

.sidebar .category-count {
  display: inline-block;
  float: right;
  border-radius: 10px;
  background: #e9e9ed;
  color: #333638;
  padding: 2px 5px;
}

.sidebar .wrapper {
  position: relative;
}

.sidebar input[type="search"], .sidebar textarea {
  width: 100%;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: 3px solid #F4F4F6;
  padding: 10px;
  margin: 0 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.sidebar input[type="search"]:focus, .sidebar textarea:focus {
  outline: 1px solid #89B4D9;
}

.sidebar input[type="search"].invalid, .sidebar textarea.invalid {
  border-color: #BA3B40;
}

.sidebar input[type="search"].warning, .sidebar textarea.warning {
  border-color: #f1b519;
}

.sidebar input[type="search"].success, .sidebar textarea.success {
  border-color: #99CC33;
}

.sidebar input[type="search"].auto-width, .sidebar textarea.auto-width {
  width: auto;
}

.sidebar button.search-submit {
  background-color: transparent;
  color: #CEC276;
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  font-weight: 500;
  border: none;
  padding: 10px;
  margin: 0 0;
  position: relative;
  float: right;
  display: inline-block;
  margin-top: -40px;
  z-index: 1000;
}

.sidebar button.search-submit:hover {
  color: #1c3954;
}

.sidebar select {
  color: #A9A9A9;
}

.sidebar .select-style {
  border: 3px solid #f5f5f5;
  width: 100%;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.sidebar .select-style:after {
  content: '\e1c1';
  position: absolute;
  top: 0.6em;
  right: 0.5em;
  color: #CEC276;
  font-family: 'Flaticons Solid';
  font-size: 1.2em;
  font-weight: 500;
  pointer-events: none;
}

.sidebar .select-style select:focus {
  outline: none;
}

.sidebar .screen-reader-text {
  display: none;
}

.sidebar a {
  font-size: 1.2em;
}

body.simple {
  height: auto;
  min-height: auto;
  background-color: #4e545b;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
}

@media only screen and (min-width: 480px) {
  body.simple {
    background-image: url("/wp-content/themes/studiohop-fitness/images/banners/filter/mainhomebanner.jpg");
  }
}

body.simple .simple-container {
  margin: 0 auto;
  width: 500px;
  max-width: 100%;
  background-color: #fff;
  position: relative;
}

body.simple .simple-container:after {
  content: '';
  clear: both;
  display: table;
}

@media only screen and (min-width: 0) and (max-width: 479px) {
  body.simple .simple-container {
    min-height: 100vh;
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 480px) {
  body.simple .simple-container {
    margin: 2em auto;
  }
}

@media only screen and (min-width: 0) and (max-width: 479px) {
  body.simple .simple-container {
    margin-top: 0 !important;
  }
}

body.simple .simple-container .simple-header {
  padding: 2em;
  position: relative;
}

body.simple .simple-container .simple-header:after {
  content: '';
  width: 100%;
  display: block;
  border-bottom: 1px solid #eee;
  position: absolute;
  left: 0;
  bottom: 0;
}

body.simple .simple-container .simple-content {
  padding: 0 1em 1em;
}

@media only screen and (min-width: 600px) {
  body.simple .simple-container .simple-content {
    padding-left: 3em;
    padding-right: 3em;
  }
}

body.simple .simple-container .simple-footer {
  background-color: #f4f4f6;
  padding: 2em;
  margin-top: 2em;
  text-align: center;
}

@media only screen and (min-width: 0) and (max-width: 479px) {
  body.simple .simple-container .simple-footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

body.simple .simple-container .simple-footer h3 {
  color: #1c3954;
  font-size: 1em;
  font-weight: 600;
  margin: 0;
}

@media only screen and (min-width: 330px) {
  body.simple .simple-container .simple-footer h3 {
    font-size: 1.1em;
  }
}

@media only screen and (min-width: 350px) {
  body.simple .simple-container .simple-footer h3 {
    font-size: 1.2em;
  }
}

@media only screen and (min-width: 480px) {
  body.simple .simple-container .simple-footer h3 {
    font-size: 1.4em;
    font-weight: 400;
  }
}

body.simple .simple-container .simple-footer .right-4 {
  font-size: 0.8em;
  margin-left: 0.2em;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

body.simple .simple-container .simple-footer:hover .right-4 {
  margin-left: 0.5em;
  margin-right: -0.3em;
}

body.simple .logo {
  display: block;
  width: 200px;
  margin: 0 auto;
}

body.simple .simple-title {
  color: #1c3954;
  text-align: center;
  margin: 2em 0 1.5em;
  font-size: 1.1em;
  font-weight: 700;
  text-transform: uppercase;
}

body.simple .forgot-link {
  display: inline-block;
  color: #aaa;
  margin: 0.4em 0 1em 0.25em;
}

body.simple .alert {
  margin-top: -1em;
}

@media only screen and (min-width: 0) and (max-width: -1) {
  body.simple .simple-container {
    background-color: #444;
  }
  body.simple .simple-container .simple-header:after {
    border-bottom-color: #666;
  }
  body.simple .simple-container label, body.simple .simple-container .label {
    color: #eee;
  }
  body.simple .simple-container .simple-footer {
    background-color: #666;
  }
  body.simple .simple-container .simple-footer h3 {
    color: #ccc;
    font-size: 1.2em;
    font-weight: 600;
  }
  body.simple input[type="text"], body.simple input[type="email"], body.simple input[type="password"], body.simple textarea {
    background-color: #333;
    border-color: #666;
  }
  body.simple .button.ghost {
    border-color: #fff;
    color: #fff;
  }
  body.simple .button.ghost:hover {
    background-color: #fff;
    color: #464c49;
  }
  body.simple .simple-title {
    color: #eee;
  }
  body.simple .forgot-link {
    display: inline-block;
    color: #888;
    margin: 0.4em 0 1em 0.25em;
  }
  body.simple .alert {
    margin-top: -1em;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
  border: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
  border: 0;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
  outline: none;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/wp-content/themes/studiohop-fitness/images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("/wp-content/themes/studiohop-fitness/fonts/slick.eot");
  src: url("/wp-content/themes/studiohop-fitness/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/studiohop-fitness/fonts/slick.woff") format("woff"), url("/wp-content/themes/studiohop-fitness/fonts/slick.ttf") format("truetype"), url("/wp-content/themes/studiohop-fitness/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.5;
}

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #2ac4f4;
  opacity: 0.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 2px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "◦";
  width: 25px;
  height: 25px;
  font-family: "slick";
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #2ac4f4;
  opacity: 0.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: #2ac4f4;
  opacity: 0.8;
  content: "●";
}

.apss-social-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap !important;
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important;
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

.apss-social-share .apss-share-text {
  display: inline-block;
  font-family: "Open Sans", sans-serif;
  color: #1c3954;
  text-transform: uppercase;
  font-size: 1.3em;
  font-weight: 700;
}

.apss-social-share .apss-facebook, .apss-social-share .apss-twitter, .apss-social-share .apss-pinterest, .apss-social-share .apss-linkedin {
  display: inline-block;
  margin: 0 25px;
  color: #2ac4f4;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 1.3em;
  text-transform: uppercase;
}

.apss-social-share i {
  display: none;
}

.tabs {
  position: relative;
}

.tabs ul.tab-headings {
  padding-left: 0;
  margin-bottom: 1em;
  margin-top: 0;
  position: relative;
}

.tabs ul.tab-headings li {
  border-bottom: 3px solid transparent;
  color: #b5b9bc;
  display: inline-block;
  font-size: 1.2em;
  font-weight: 600;
  margin: 0.5em 2em 0.5em 0;
  padding-bottom: 3px;
  text-transform: uppercase;
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.tabs ul.tab-headings li:last-of-type {
  margin-right: 0;
}

.tabs ul.tab-headings li.active {
  border-bottom-color: #EEB41D;
  color: #464c49;
}

.tabs .tab {
  display: none;
}

.tabs .tab.active {
  display: block;
}

.tab-placeholder {
  margin: 2em 0;
  text-align: center;
}

.tab-placeholder:after {
  content: '';
  clear: both;
  display: table;
}

.tab-placeholder.tab-placeholder-absolute {
  position: absolute;
  top: 10em;
  left: auto;
  right: auto;
  z-index: 1000;
  width: 100%;
  text-align: center;
}

.tabs.tabs-bg ul.tab-headings {
  background-color: #F4F4F6;
  overflow-x: hidden;
  padding: 0.35em;
  white-space: nowrap;
}

.tabs.tabs-bg ul.tab-headings li {
  border-bottom: none;
  color: #1c3954;
  font-size: 0.9em;
  font-weight: 700;
  margin: 0;
  opacity: 0.25;
  padding: 0.75em 1em;
}

@media only screen and (min-width: 480px) {
  .tabs.tabs-bg ul.tab-headings li {
    font-size: 1em;
  }
}

.tabs.tabs-bg ul.tab-headings li.active {
  background-color: #fff;
  opacity: 1;
}

.tabs.tabs-bg .tab-heading-arrow {
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.6em;
  line-height: 49.8px;
  padding: 0 1em 0 0.5em;
  color: rgba(28, 57, 84, 0.25);
  background-color: #F4F4F6;
  cursor: pointer;
  z-index: 100;
}

@media only screen and (min-width: 480px) {
  .tabs.tabs-bg .tab-heading-arrow {
    line-height: 53px;
  }
}

@media only screen and (min-width: 480px) {
  .tabs.tabs-bg .tab-heading-arrow:before {
    width: 1em;
    background: -webkit-linear-gradient(right, #f4f4f6, rgba(244, 244, 246, 0));
    background: linear-gradient(to left, #f4f4f6, rgba(244, 244, 246, 0));
    line-height: 53px;
    position: absolute;
    top: 0;
    left: -1em;
    content: '';
  }
}

.tabs.tabs-bg .tab-heading-arrow.tab-heading-arrow-next {
  right: 0;
}

.tabs.tabs-bg .tab-heading-arrow.tab-heading-arrow-prev {
  left: 0;
  width: 1.8em;
}

.tabs.tabs-bg .tab-heading-arrow.tab-heading-arrow-prev:before {
  right: -1em;
  left: auto;
  background: -webkit-linear-gradient(left, #f4f4f6, rgba(244, 244, 246, 0));
  background: linear-gradient(to right, #f4f4f6, rgba(244, 244, 246, 0));
}

/*===========================================
  Table Styles
============================================*/
/*===========================================
  Table Styles
============================================*/
table {
  max-width: 100%;
  background-color: transparent;
}

thead {
  background-color: #777777;
  color: white;
  font-size: 12px;
  font-weight: 400;
}

th {
  text-align: left;
}

td {
  padding: 10px;
  vertical-align: center;
}

.table {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.table thead {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  color: #1c3954;
}

.table tbody tr td {
  font-size: 1.14em;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px 15px;
  line-height: 1.42857143;
}

.table > thead > tr > th {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 10px;
  font-weight: 500;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}

.table > tbody + tbody {
  border-top: 2px solid #dedee4;
}

.table .table {
  background-color: #ffffff;
}

.table.condensed > thead > tr > th,
.table.condensed > tbody > tr > th,
.table.condensed > tfoot > tr > th,
.table.condensed > thead > tr > td,
.table.condensed > tbody > tr > td,
.table.condensed > tfoot > tr > td {
  padding: 5px;
}

.table.bordered {
  border: 1px solid #dedee4;
}

.table.bordered > thead > tr > th,
.table.bordered > tbody > tr > th,
.table.bordered > tfoot > tr > th,
.table.bordered > thead > tr > td,
.table.bordered > tbody > tr > td,
.table.bordered > tfoot > tr > td {
  border: 1px solid #dedee4;
}

.table.bordered > thead > tr > th,
.table.bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table.striped > tbody > tr:nth-child(odd) > td,
.table.striped > tbody > tr:nth-child(odd) > th {
  background-color: #F4F4F6;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}

.table-bordered {
  border: 1px solid #dedee4;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dedee4;
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #F4F4F6;
}

.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #f5f5f5;
}

table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}

table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}

@media (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dedee4;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}

.table thead {
  background-color: #fff;
  border-bottom: 1px solid #ddd;
  color: #1c3954;
}

.table thead tr th {
  font-weight: 500;
}

.table tbody tr td {
  font-size: 1.14em;
}

small {
  font-size: 85%;
}

cite {
  font-style: normal;
}

.strong {
  font-weight: 600;
}

.stronger {
  font-weight: 700;
  text-transform: uppercase;
}

pre {
  font-family: "Courier 10 Pitch", Courier, monospace;
  font-size: 95%;
  line-height: 140%;
  white-space: pre;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  background-color: #F9F9F9;
  padding: 10px;
  border: 1px solid #cacaca;
}

code {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 95%;
  line-height: 140%;
  white-space: pre;
  white-space: pre-wrap;
  white-space: -moz-pre-wrap;
  white-space: -o-pre-wrap;
  background-color: #F9F9F9;
  padding: 10px;
  border: 1px solid #cacaca;
}

#content code {
  display: block;
  padding: 0.5em 1em;
  border: 1px solid #bebab0;
}

a, a:visited, a:hover, a:active {
  color: inherit;
  text-decoration: inherit;
  font-weight: inherit;
}

.post-content a, .post-content a:visited, .post-content a:hover, .post-content a:active {
  font-family: "Open Sans", sans-serif;
  color: #2ac4f4;
  cursor: pointer;
  text-decoration: none;
  border-bottom: 1px solid #eee;
  -webkit-transition: all 50ms;
  transition: all 50ms;
}

.post-content a:focus, .post-content a:visited:focus, .post-content a:hover:focus, .post-content a:active:focus {
  outline: thin dotted;
}

.post-content a:active, .post-content a:visited:active, .post-content a:hover:active, .post-content a:active:active {
  outline: 0;
}

.post-content a:hover, .post-content a:visited:hover, .post-content a:hover:hover, .post-content a:active:hover {
  color: #0caddf;
  outline: 0;
  text-decoration: none;
  border-bottom: 1px solid #2ac4f4;
}

.text-link-lite {
  border-bottom: 1px solid #ccc;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.text-link-lite:hover {
  border-bottom-color: #999;
}

.text-muted {
  color: #dedee4;
}

.text-primary {
  color: #464c49;
}

.text-warning {
  color: #EEB41D;
}

.text-danger {
  color: #BA3B40;
}

.text-success {
  color: #99CC33;
}

.text-info {
  color: #464c49;
}

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

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

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

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  line-height: 1.1;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.h1 a,
.h2 a,
.h3 a,
.h4 a,
.h5 a,
.h6 a {
  font-family: "Raleway", sans-serif;
}

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

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

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

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

h2,
.h2 {
  font-size: 28px;
  color: #1c3954;
}

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

h4,
.h4 {
  font-size: 21px;
  font-family: "Open Sans", sans-serif;
  line-height: 30px;
  color: #464a4c;
  font-weight: 300;
}

h5, .h5 {
  font-family: "Open Sans", sans-serif;
  color: #1c3954;
  font-size: 1em;
  font-weight: 700;
  text-transform: uppercase;
}

h5.small, h5small, .h5.small, .h5small {
  font-size: 0.857em;
}

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

p,
.p {
  font-size: 1.14em;
  font-family: "Open Sans", sans-serif;
  color: #464a4c;
  line-height: 1.85;
  font-weight: 400;
}

p.lead,
.p.lead {
  font-size: 1.37em;
  line-height: 1.6;
}

h1 small,
.h1 small {
  font-size: 24px;
}

h2 small,
.h2 small {
  font-size: 18px;
}

h3 small,
.h3 small,
h4 small,
.h4 small {
  font-size: 14px;
}

.page-header {
  font-family: "Raleway", sans-serif;
  font-size: 2em;
  font-weight: 700;
  margin: 0.5rem 0 1rem;
  color: #1c3954;
}

h4.page-header {
  font-size: 1.5em;
}

/*===========================================
  Top Nav Styles
============================================*/
@media only screen and (min-width: 0) and (max-width: 849px) {
  .nav-container {
    padding: 0;
    width: 100%;
  }
}

@media only screen and (min-width: 850px) and (max-width: 991px) {
  .nav-container {
    width: 850px;
  }
}

.browsehappy {
  position: absolute;
  top: 48px;
  left: 0;
  background: #f1b519;
  line-height: 1.4;
  width: 100%;
  z-index: 100;
  padding: 0.7em;
  /* color: #fff; */
  text-align: center;
  opacity: 0.96;
}

.browsehappy a {
  border-bottom: 1px solid #777;
}

.navigation {
  width: 100%;
  background-color: #2ac4f4;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.22);
  height: auto;
  font-weight: 300;
  padding: 0;
  position: fixed;
  top: 0;
  left: 0;
  clear: both;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  z-index: 99999;
  -webkit-transition: background-color 100ms ease-out;
  transition: background-color 100ms ease-out;
}

.navigation.active {
  background-color: #2ac4f4;
}

@media only screen and (min-width: 0) and (max-width: 849px) {
  .navigation .collapse {
    background-color: #fff;
    margin-top: 65px;
    visibility: hidden;
    opacity: 0;
    height: 0;
  }
}

.navigation .collapse.active {
  max-height: 50em;
  visibility: visible;
  opacity: 1;
  display: block;
  height: auto;
}

@media only screen and (min-width: 0) and (max-width: 849px) {
  .navigation .collapse.active {
    border-bottom: 2px solid #ddd;
  }
}

.navigation .collapse.active ul {
  visibility: visible;
  opacity: 1;
}

@media only screen and (min-width: 0) and (max-width: 849px) {
  .navigation .hidden-mobile {
    display: none;
  }
}

@media only screen and (min-width: 850px) {
  .navigation .hidden-large {
    display: none;
  }
}

.navigation a.menu-link {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  cursor: pointer;
  height: 30px;
  width: 30px;
  margin: 18px 10px 17px 20px;
  background: left top no-repeat;
  background-image: url("/wp-content/themes/studiohop-fitness/images/menu-fallback.png");
  /* Set the PNG fallback to use for logo */
  background-image: url("/wp-content/themes/studiohop-fitness/images/menu.svg"), none;
  /* Set the SVG file here */
  float: right;
  display: inline;
}

.navigation a.menu-link.active {
  background-image: url("/wp-content/themes/studiohop-fitness/images/menu-close.svg"), none;
  background-size: 15px 15px;
  background-position: 4px 7px;
}

.navigation .menu-x-preload {
  background: url("/wp-content/themes/studiohop-fitness/images/menu-close.svg") no-repeat -9999px -9999px;
}

.navigation .nav-btn {
  vertical-align: top;
  margin-top: 0.85em;
}

.navigation .nav-btn .button {
  line-height: 1;
  padding: 10px 20px;
}

.navigation .logo-holder {
  display: inline-block;
  float: left;
  margin-right: 20px;
}

@media (max-width: 850px) {
  .navigation .logo-holder {
    margin-left: 20px;
    padding: 0;
  }
}

.navigation .logo-holder h1.logo {
  width: 170px;
  height: 50px;
  margin: 7.5px 0 0 0;
  background: url("/wp-content/themes/studiohop-fitness/images/studiohop-white-logo.png") no-repeat;
  background-image: url("/wp-content/themes/studiohop-fitness/images/studiohop-white-logo.svg"), none;
  background-size: 100%;
  background-repeat: no-repeat;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

@media (max-width: 850px) {
  .navigation .logo-holder h1.logo {
    width: 150px;
    height: 50px;
    margin-top: 9px;
  }
}

.navigation .logo-holder h1.logo a {
  width: 100%;
  height: 50px;
  float: left;
  color: white;
  display: inline;
  cursor: pointer;
  border: none;
}

.navigation ul {
  -webkit-transition: opacity 400ms ease-out;
  transition: opacity 400ms ease-out;
  visibility: hidden;
  opacity: 0;
  margin: 0;
  padding: 0;
  padding-top: 0;
}

.navigation ul li {
  font-family: "Raleway", sans-serif;
  color: #1c3954;
  width: 100%;
  font-size: 16px;
  outline: 0;
  -webkit-transition: background-color 50ms;
  transition: background-color 50ms;
}

@media only screen and (min-width: 0) and (max-width: 849px) {
  .navigation ul li:hover {
    background-color: #F4F4F6;
  }
}

.navigation ul li i {
  float: right;
  color: #f1b519;
  font-size: 21px;
}

.navigation ul li a {
  font-family: "Raleway", sans-serif;
  color: #1c3954;
  font-size: 16px;
  padding: 15px;
  border-bottom: 1px solid #F4F4F6;
  text-decoration: none;
  font-weight: 700;
  display: block;
  outline: 0;
}

@media only screen and (min-width: 0) and (max-width: 849px) {
  .navigation ul li a {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 0) and (max-width: 849px) {
  .navigation ul li .welcome {
    display: none;
  }
}

.navigation ul.sub-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #F4F4F6;
  width: 100%;
  border: none;
}

@media only screen and (min-width: 0) and (max-width: 849px) {
  .navigation ul.sub-nav li {
    background-color: #fff;
  }
  .navigation ul.sub-nav li:hover {
    background-color: #F4F4F6;
  }
}

@media only screen and (min-width: 0) and (max-width: 849px) {
  .navigation ul.sub-nav li a {
    font-size: 16px;
    font-weight: 700;
    padding: 15px;
    padding-left: 20px;
    text-transform: none;
  }
}

.navigation ul.sub-nav li a i {
  display: none;
}

@media only screen and (min-width: 850px) {
  .navigation {
    clear: none;
    padding: 0px 30px;
    /* SECOND LEVEL NAV */
  }
  .navigation a.menu-link {
    display: none;
  }
  .navigation ul {
    border: 0;
    display: inline-block;
    visibility: visible;
    opacity: 1;
  }
}

@media only screen and (min-width: 850px) and (max-width: 991px) {
  .navigation ul {
    float: left;
  }
}

@media only screen and (min-width: 850px) {
  .navigation ul.account-nav {
    float: right;
    margin-bottom: -6px;
  }
}

@media only screen and (min-width: 850px) and (min-width: 850px) and (max-width: 889px) {
  .navigation ul.account-nav {
    padding-right: 30px;
  }
}

@media only screen and (min-width: 850px) {
  .navigation ul.main-nav {
    float: left;
    margin-bottom: -6px;
  }
  .navigation ul li {
    display: inline-block;
    position: relative;
    z-index: 1000;
    width: auto;
  }
  .navigation ul li.profile-li {
    margin-left: 1em;
    vertical-align: top;
    cursor: pointer;
  }
  .navigation ul li .profile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .navigation ul li .profile .avatar-nav {
    color: #fff;
  }
  .navigation ul li a, .navigation ul li .welcome {
    border: 0;
    color: white;
    line-height: 65px;
    padding: 0 20px;
    width: 100%;
    float: left;
    outline: 0;
  }
  .navigation ul li a button, .navigation ul li .welcome button {
    text-transform: none;
  }
  .navigation ul li a i, .navigation ul li .welcome i {
    line-height: 80px;
    font-weight: 300;
    font-size: 21px;
    margin-left: 5px;
  }
  .navigation ul li a:hover, .navigation ul li .welcome:hover {
    background-color: rgba(0, 0, 0, 0.15);
  }
  .navigation ul li .welcome {
    font-weight: 700;
  }
  .navigation ul li .welcome:hover {
    background-color: transparent;
  }
  .navigation ul li:hover ul {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 100ms;
    transition: all 100ms;
    -webkit-transition-delay: 0;
            transition-delay: 0;
  }
  .navigation ul.sub-nav {
    padding: 0;
    display: block;
    position: absolute;
    top: 65px;
    left: -11px;
    width: 176px;
    box-shadow: none;
    opacity: 0;
    box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.1);
    visibility: hidden;
    z-index: 1000;
    -webkit-transition: all 200ms;
    transition: all 200ms;
    -webkit-transition-delay: 150ms;
            transition-delay: 150ms;
  }
  .navigation ul.sub-nav li {
    height: 50px;
    line-height: 50px;
    background: white;
    display: block;
    margin: 0;
    padding: 0;
    color: #1c3954;
    width: 100%;
    border-bottom: 1px solid #e9e9ed;
  }
  .navigation ul.sub-nav li a {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #1c3954;
    background-color: white;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  .navigation ul.sub-nav li a i {
    font-size: 16px;
    margin: 0 10px 0 0;
    display: inline;
    float: left;
    text-align: center;
    width: 15px;
    line-height: 40px;
    padding: 5px 0px;
  }
  .navigation ul.sub-nav li a:hover {
    background-color: rgba(0, 0, 0, 0.05);
    border-bottom: none;
  }
}

.block {
  display: block;
}

.full-width {
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
              -ms-grid-row-align: flex-end;
          align-items: flex-end;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

.hide {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.bg-success {
  background-color: #99CC33;
}

.bg-warn {
  background-color: #EEB41D;
}

.bg-muted {
  background-color: #464a4c;
}

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

.text-success {
  color: #99CC33;
}

.text-warn {
  color: #EEB41D;
}

.text-primary {
  color: #f1b519;
}

.text-muted {
  color: #464a4c;
}

.text-danger {
  color: #BA3B40;
}

.pointer {
  cursor: pointer;
}

.separator {
  width: 100%;
  height: 1px;
  background-color: #eee;
  margin: 1em 0;
}

.br-sm {
  display: block;
}

.br-md {
  display: inline;
}

@media screen and (min-width: 768px) {
  .br-md {
    display: block;
  }
}

.br-lg {
  display: inline;
}

@media screen and (min-width: 992px) {
  .br-lg {
    display: block;
  }
}

.br-mobile {
  display: inline;
}

@media screen and (max-width: 768px) {
  .br-mobile {
    display: block;
  }
}

.wp-pagenavi {
  clear: both;
  text-align: center;
  margin-top: -30px;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .wp-pagenavi a.larger, .wp-pagenavi a.smaller, .wp-pagenavi .last {
    display: none;
  }
}

@media screen and (max-width: 397px) {
  .wp-pagenavi .current, .wp-pagenavi .extend, .wp-pagenavi .last {
    display: none;
  }
}

.wp-pagenavi a, .wp-pagenavi span {
  font-family: "Raleway", sans-serif;
  border-radius: 12px;
  font-weight: 600;
  text-decoration: none;
  border: 1px solid #464a4c;
  padding: 10px 15px;
  font-size: 12px;
  color: #585b5d;
  text-transform: uppercase;
  margin: 5px;
}

.wp-pagenavi a:hover, .wp-pagenavi span.current {
  background-color: white;
  color: #1c3954;
}

.wp-pagenavi span.current {
  font-weight: bold;
  color: #1c3954;
}

a.nextpostslink {
  font-family: "Raleway", sans-serif;
  border-radius: 25px;
  margin-left: 20px;
}

a.previouspostslink {
  font-family: "Raleway", sans-serif;
  border-radius: 25px;
  margin-right: 20px;
}

.wp-pagenavi a, .wp-pagenavi span {
  border-radius: 30px;
  border: 2px solid #737885;
}

.wp-pagenavi a.last {
  display: none;
}

body.home .content-bg {
  padding-bottom: 0;
}

body.home .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

body.home .spotlight {
  background-color: #61BED9;
  text-align: center;
}

body.home h5.spotlight {
  font-family: "Open Sans", sans-serif;
  color: white;
  letter-spacing: .01em;
  line-height: 28px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

body.home h3.spotlight-name {
  font-family: "Raleway", sans-serif;
  color: white;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}

body.home .spotlight i {
  color: white;
  font-size: 28px;
}

body.home .image-wrapper-spotlight {
  border-radius: 100%;
  border: 25px solid white;
  height: 230px;
  margin: 25px auto;
  overflow: hidden;
  position: relative;
  width: 230px;
}

body.home .image-wrapper-spotlight img {
  height: 100%;
  width: 100%;
}

body.home .image-wrapper-spotlight .image-overlay-spotlight {
  background-color: rgba(255, 0, 0, 0.25);
  bottom: 0;
  color: #fff;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

body.home .sidebar {
  margin-top: 25px;
}

body.archive button.ghost, body.category button.ghost, body.single button.ghost {
  border: 1px solid #585b5d;
}

body.archive .spotlight, body.category .spotlight, body.single .spotlight {
  background-color: #2ac4f4;
}

body.archive .spotlight h5.spotlight, body.category .spotlight h5.spotlight, body.single .spotlight h5.spotlight {
  font-family: "Open Sans", sans-serif;
  color: white;
  letter-spacing: .01em;
  line-height: 28px;
  margin-bottom: 0px;
  text-transform: uppercase;
}

body.archive .spotlight h3.spotlight-name, body.category .spotlight h3.spotlight-name, body.single .spotlight h3.spotlight-name {
  font-family: "Raleway", sans-serif;
  color: white;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}

body.archive .spotlight i, body.category .spotlight i, body.single .spotlight i {
  color: white;
  font-size: 28px;
}

body.archive .spotlight .image-wrapper-spotlight, body.category .spotlight .image-wrapper-spotlight, body.single .spotlight .image-wrapper-spotlight {
  border-radius: 100%;
  border: 30px solid white;
  height: 210px;
  margin: 25px auto;
  overflow: hidden;
  position: relative;
  width: 210px;
}

body.archive .spotlight .image-wrapper-spotlight img, body.category .spotlight .image-wrapper-spotlight img, body.single .spotlight .image-wrapper-spotlight img {
  height: 100%;
  width: 100%;
}

body.archive .spotlight .image-wrapper-spotlight .image-overlay-spotlight, body.category .spotlight .image-wrapper-spotlight .image-overlay-spotlight, body.single .spotlight .image-wrapper-spotlight .image-overlay-spotlight {
  background-color: rgba(255, 0, 0, 0.25);
  bottom: 0;
  color: #fff;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

@font-face {
  font-family: 'visuelt';
  src: url("/wp-content/themes/studiohop-fitness/fonts/visuelt-regular.eot");
  src: url("/wp-content/themes/studiohop-fitness/fonts/visuelt-regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/studiohop-fitness/fonts/visuelt-regular.woff") format("woff"), url("/wp-content/themes/studiohop-fitness/fonts/visuelt-regular.woff2") format("woff2"), url("/wp-content/themes/studiohop-fitness/fonts/visuelt-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'visuelt';
  src: url("/wp-content/themes/studiohop-fitness/fonts/visuelt-light.eot");
  src: url("/wp-content/themes/studiohop-fitness/fonts/visuelt-light.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/studiohop-fitness/fonts/visuelt-light.woff") format("woff"), url("/wp-content/themes/studiohop-fitness/fonts/visuelt-light.woff2") format("woff2"), url("/wp-content/themes/studiohop-fitness/fonts/visuelt-light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'visuelt';
  src: furl("/wp-content/themes/studiohop-fitness/fonts/visuelt-bold.eot");
  src: url("/wp-content/themes/studiohop-fitness/fonts/visuelt-bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/studiohop-fitness/fonts/visuelt-bold.woff") format("woff"), url("/wp-content/themes/studiohop-fitness/fonts/visuelt-bold.woff2") format("woff2"), url("/wp-content/themes/studiohop-fitness/fonts/visuelt-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

html, p, ul, ol {
  font-family: "visuelt", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
}

* {
  box-sizing: border-box;
}

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

html, body {
  background: #fff;
  color: #1F263B;
}

html.no-js .with-js {
  opacity: 0;
  -webkit-transition: opacity ease-in-out 0.15s;
  transition: opacity ease-in-out 0.15s;
}

html.js .with-js {
  opacity: 1;
}

a.skip-to-content {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

a.skip-to-content:active, a.skip-to-content:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.container {
  margin: 0 auto;
  max-width: 768px;
  padding: 0 10px;
}

@media only screen and (min-width: 1024px) {
  .container {
    max-width: 980px;
    margin: 0 auto;
    padding: 0;
  }
}

.section {
  display: block;
  position: relative;
  width: auto;
}

.m-t-lg {
  margin-top: 40px;
}

.m-b-lg {
  margin-top: 40px;
}

h1, h2, h3, h4, h5 {
  margin-bottom: 20px;
}

html {
  font-size: 16px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p, ul, ol {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 20px;
}

p strong, ul strong, ol strong {
  font-weight: 700;
}

h1 {
  font-size: 30px;
  font-weight: 700;
  text-align: center;
}

h2 {
  font-size: 20px;
  font-weight: 700;
  text-align: center;
}

h2 small {
  font-family: "visuelt", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 14px;
  font-weight: 400;
  margin: 0 5px;
}

h2 a.action {
  border: 0;
}

h2 a.action:hover {
  text-decoration: underline;
}

h3 {
  font-size: 18px;
  font-weight: 700;
}

p.intro {
  font-size: 18px;
  color: #D8DADE;
  line-height: 1.5em;
  text-align: center;
}

h2 + p.intro,
h1 + p.intro {
  margin-top: -10px;
}

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

.back-to a {
  text-decoration: underline;
}

.back-to a:hover {
  text-decoration: underline;
}

p.intro + p.intro {
  margin-top: -20px;
}

strong {
  font-weight: 700;
}

ul {
  list-style: disc;
  margin-left: 40px;
}

ol {
  list-style: decimal;
  margin-left: 40px;
}

a {
  color: #61BED9;
  text-decoration: none;
}

a:hover {
  opacity: 0.9;
  text-decoration: underline;
}

a.link-plain {
  color: inherit;
}

a.link-plain:hover {
  color: #61BED9;
  text-decoration: underline;
}

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

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

.text-muted {
  color: #D8DADE;
}

.text-lg {
  font-size: 18px;
}

.nowrap {
  white-space: nowrap;
}

.content-wrapper h1, .content-wrapper h2, .content-wrapper h3, .content-wrapper h4, .content-wrapper h5, .content-wrapper h6 {
  text-align: left;
}

.content-wrapper strong {
  font-weight: 700;
}

.content-wrapper em {
  font-style: italic;
}

.content-wrapper a {
  color: inherit;
  display: inline-block;
  position: relative;
  z-index: 100;
}

.content-wrapper a:after {
  background: rgba(182, 231, 240, 0.8);
  bottom: 1px;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.content-wrapper a:hover {
  text-decoration: none;
}

.content-wrapper a:hover:after {
  height: 100%;
}

.badge {
  background: #737885;
  color: #fff;
  font-size: 10px;
  font-weight: 200;
  padding: 0;
  border-radius: 15px;
  line-height: 18px;
  text-align: center;
  min-width: 18px;
  display: inline-block;
  vertical-align: 2px;
}

.badge.badge-notification {
  background-color: #F38F64;
}

.text-success {
  color: #6BCCC1;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}

.btn {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  background: rgba(175, 178, 187, 0.2);
  border-radius: 20px;
  border: none;
  color: #AFB2BB;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 40px;
  padding: 0 30px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.btn:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 10px 15px 0 rgba(31, 38, 59, 0.05);
  text-decoration: none;
}

.btn.btn-primary {
  background: #CEC276;
  color: #fff;
}

.btn.btn-secondary {
  background: #1F263B;
  color: #fff;
}

.btn.btn-blue {
  background: #61BED9;
  color: #fff;
}

.btn.btn-outline {
  background-color: #fff;
  background-position: top center;
  background-repeat: no-repeat;
  border-radius: 30px;
  border: 2px solid #737885;
  padding: 0 50px;
}

.btn.btn-outline:hover {
  background-color: #737885;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.btn.disabled {
  opacity: 0.5;
  background: #AFB2BB;
  color: #fff;
}

.btn.disabled:hover {
  -webkit-transform: none;
  transform: none;
  box-shadow: none;
  cursor: not-allowed;
}

.btn.btn-inverse {
  background: #fff;
  color: #1F263B;
}

.btn.btn-inverse:hover {
  background: #61BED9;
  color: #fff;
}

.btn.btn-app-store {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgOTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PC9kZWZzPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzYuMDAwMDAwLCAtNTk3Mi4wMDAwMDApIiBmaWxsPSIjNzM3ODg1Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNS4wMDAwMDAsIDU1ODkuMDAwMDAwKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQwLjAwMDAwMCwgMzcwLjIxMjEyMSkiPjxnPjxwYXRoIGQ9Ik0zNC43MjgyOTksMTcuMzg3NTY5MyBDMzcuMTQwMjE5NSwxNy4zODc1NjkzIDM4LjY4MjU0MjksMTkuNTY1NjUxNiAzOC42ODI1NDI5LDE5LjU2NTY1MTYgQzM4LjY4MjU0MjksMTkuNTY1NjUxNiAzNi4zMjk3ODU2LDIwLjc1NzI2OTcgMzYuMzI5Nzg1NiwyMy4zNDUxODA0IEMzNi4zMjk3ODU2LDI2LjQxNjczNjYgMzkuMjg1Mzk1NSwyNy4zMTAyMTA0IDM5LjI4NTM5NTUsMjcuMzEwMjEwNCBDMzkuMjg1Mzk1NSwyNy4zMTAyMTA0IDM2Ljk1MjUyOTMsMzIuNDc2NDQ1MiAzNC4zMzMwMjc2LDMyLjQ3NjQ0NTIgQzMyLjg2MDA2NzksMzIuNDc2NDQ1MiAzMi43NjE2MzI2LDMxLjY4NTU0ODMgMzAuODA0MTQ2NywzMS42ODU1NDgzIEMyOS4xMDQyMjQ3LDMxLjY4NTU0ODMgMjguNTMwOTUzNywzMi40NzY0NDUyIDI3LjIzNTk5MzYsMzIuNDc2NDQ1MiBDMjQuNzY0Mzk5OSwzMi40NzY0NDUyIDIxLjU3MTYyNzIsMjcuNDQwNTg4NiAyMS41NzE2MjcyLDIzLjM0NTE4MDQgQzIxLjU3MTYyNzIsMTkuMDkxMTEzNCAyNC44MDQxODIxLDE3LjM4NzU2OTMgMjYuODMwNTIxNywxNy4zODc1NjkzIEMyOC42MTAwMDgsMTcuMzg3NTY5MyAyOS4zNTEwNzgxLDE4LjM2NDkyNjIgMzAuNzg0MjU1NiwxOC4zNjQ5MjYyIEMzMS45OTA0NzA5LDE4LjM2NDkyNjIgMzIuOTM5NjMyMiwxNy4zODc1NjkzIDM0LjcyODI5OSwxNy4zODc1NjkzIEwzNC43MjgyOTksMTcuMzg3NTY5MyBaIE0zNC4zMTM2NDY1LDEzLjA0OTYxOTQgQzM0LjY2OTEzNTgsMTUuMTM0NzExNCAzMi42NDI3OTYxLDE3LjcxMzUxNDggMzAuMjIxMTg1MSwxNy42Mjk2MzE3IEMyOS44NjUxODU5LDE0Ljk3NjUzMiAzMi40NzQ5OTcxLDEzLjE4OTU4NDIgMzQuMzEzNjQ2NSwxMy4wNDk2MTk0IFogTTUyLjU5NzQzNTksMTguNDc0MjQ4NSBMNTQuMjQyODYzNiwxOC40NzQyNDg1IEw1OC42MTUwMDAzLDI4LjkxNzIzIEw1Ni45Njk1NzI1LDI4LjkxNzIzIEw1NS43NDcyNTQ3LDI1Ljc3MjYzNDcgTDUxLjAxNDY5MTEsMjUuNzcyNjM0NyBMNDkuNzYxMDMxOCwyOC45MTcyMyBMNDguMjQwOTcsMjguOTE3MjMgTDUyLjU5NzQzNTksMTguNDc0MjQ4NSBaIE01MS40ODQ4MTMzLDI0LjYwMjU1MjggTDU1LjI3NzEzMjUsMjQuNjAyNTUyOCBMNTMuNDEyMzE0NCwxOS43MzIwODY2IEw1My4zODA5NzI5LDE5LjczMjA4NjYgTDUxLjQ4NDgxMzMsMjQuNjAyNTUyOCBaIE01OS41Mzk1NzQsMjEuMzU1NTc1MyBMNjAuODcxNTg2OSwyMS4zNTU1NzUzIEw2MC44NzE1ODY5LDIyLjM3OTM5NyBMNjAuOTAyOTI4NCwyMi4zNzkzOTcgQzYxLjEyMjMxOTksMjEuOTYwMTE1NiA2MS40NjcwNzI3LDIxLjY1NTQwOTggNjEuOTM3MTk3MywyMS40NjUyNzA1IEM2Mi40MDczMjE4LDIxLjI3NTEzMTIgNjIuOTI0NDUxMSwyMS4xODAwNjMgNjMuNDg4NjAwNiwyMS4xODAwNjMgQzY0LjExNTQzMzMsMjEuMTgwMDYzIDY0LjY2MTI5MiwyMS4yODczMTk1IDY1LjEyNjE5MywyMS41MDE4MzU2IEM2NS41OTEwOTM5LDIxLjcxNjM1MTcgNjUuOTc3NjM1LDIyLjAwNjQzMTYgNjYuMjg1ODI3OCwyMi4zNzIwODQgQzY2LjU5NDAyMDYsMjIuNzM3NzM2NSA2Ni44MjY0Njc1LDIzLjE1OTQ0OTMgNjYuOTgzMTc1NywyMy42MzcyMzUyIEM2Ny4xMzk4ODM5LDI0LjExNTAyMSA2Ny4yMTgyMzY4LDI0LjYyMjA1MTUgNjcuMjE4MjM2OCwyNS4xNTgzNDE3IEM2Ny4yMTgyMzY4LDI1LjY5NDYzMiA2Ny4xNDI0OTU3LDI2LjIwMTY2MjQgNjYuOTkxMDExMSwyNi42Nzk0NDgzIEM2Ni44Mzk1MjY1LDI3LjE1NzIzNDEgNjYuNjA5NjkxMywyNy41NzQwNzE2IDY2LjMwMTQ5ODUsMjcuOTI5OTczNCBDNjUuOTkzMzA1NywyOC4yODU4NzUxIDY1LjYwNjc2NDcsMjguNTY2MjA0NCA2NS4xNDE4NjM3LDI4Ljc3MDk2OTggQzY0LjY3Njk2MjgsMjguOTc1NzM1MSA2NC4xMzYzMjc2LDI5LjA3ODExNjMgNjMuNTE5OTQyMSwyOS4wNzgxMTYzIEM2My4zMjE0NDUsMjkuMDc4MTE2MyA2My4wOTk0NDUxLDI5LjA1ODYxNTEgNjIuODUzOTM1NiwyOS4wMTk2MTIyIEM2Mi42MDg0MjYxLDI4Ljk4MDYwOTMgNjIuMzY1NTMyLDI4LjkxNzIzMDUgNjIuMTI1MjQ2MiwyOC44Mjk0NzM5IEM2MS44ODQ5NjAzLDI4Ljc0MTcxNzMgNjEuNjU3NzM2OCwyOC42MjIyNzI2IDYxLjQ0MzU2ODksMjguNDcxMTM2MyBDNjEuMjI5NDAxMSwyOC4zMTk5OTk5IDYxLjA0OTE4OTQsMjguMTMyMzAxMiA2MC45MDI5Mjg0LDI3LjkwODAzNDMgTDYwLjg3MTU4NjksMjcuOTA4MDM0MyBMNjAuODcxNTg2OSwzMS43OTg1NTY5IEw1OS41Mzk1NzQsMzEuNzk4NTU2OSBMNTkuNTM5NTc0LDIxLjM1NTU3NTMgWiBNNjUuODA3ODcwMiwyNS4wNzA1ODU2IEM2NS44MDc4NzAyLDI0LjcxOTU1OTIgNjUuNzU4MjQ2NywyNC4zNzU4NTExIDY1LjY1ODk5ODIsMjQuMDM5NDUwOCBDNjUuNTU5NzQ5NiwyMy43MDMwNTA2IDY1LjQwODI2NzMsMjMuNDAzMjIwMSA2NS4yMDQ1NDY3LDIzLjEzOTk1MDMgQzY1LjAwMDgyNiwyMi44NzY2ODA2IDY0LjczOTY0OTYsMjIuNjY3MDQzIDY0LjQyMTAwOTcsMjIuNTExMDMxMyBDNjQuMTAyMzY5NywyMi4zNTUwMTk2IDYzLjcyODg4NzQsMjIuMjc3MDE0OSA2My4zMDA1NTE3LDIyLjI3NzAxNDkgQzYyLjg1MTMyMTYsMjIuMjc3MDE0OSA2Mi40NzAwMDQsMjIuMzU5ODk0OCA2Mi4xNTY1ODc2LDIyLjUyNTY1NzMgQzYxLjg0MzE3MTMsMjIuNjkxNDE5NyA2MS41ODcyMTg0LDIyLjkwODM3MDMgNjEuMzg4NzIxMywyMy4xNzY1MTU0IEM2MS4xOTAyMjQzLDIzLjQ0NDY2MDUgNjEuMDQ2NTc3MywyMy43NDkzNjYzIDYwLjk1Nzc3NiwyNC4wOTA2NDE5IEM2MC44Njg5NzQ3LDI0LjQzMTkxNzUgNjAuODI0NTc0NywyNC43NzgwNjMzIDYwLjgyNDU3NDcsMjUuMTI5MDg5NyBDNjAuODI0NTc0NywyNS40OTk2MTc1IDYwLjg3MTU4NjQsMjUuODU3OTUxNSA2MC45NjU2MTEzLDI2LjIwNDEwMjUgQzYxLjA1OTYzNjMsMjYuNTUwMjUzNCA2MS4yMDg1MDY4LDI2Ljg1NDk1OTIgNjEuNDEyMjI3NSwyNy4xMTgyMjkgQzYxLjYxNTk0ODEsMjcuMzgxNDk4OCA2MS44Nzk3MzYzLDI3LjU5MzU3NCA2Mi4yMDM1OTk5LDI3Ljc1NDQ2MTEgQzYyLjUyNzQ2MzQsMjcuOTE1MzQ4MSA2Mi45MTkyMjgsMjcuOTk1NzkwNSA2My4zNzg5MDU0LDI3Ljk5NTc5MDUgQzYzLjgzODU4MjgsMjcuOTk1NzkwNSA2NC4yMjI1MTIxLDI3LjkxMjkxMDUgNjQuNTMwNzA0OCwyNy43NDcxNDgxIEM2NC44Mzg4OTc2LDI3LjU4MTM4NTYgNjUuMDg3MDE1MiwyNy4zNjE5OTc0IDY1LjI3NTA2NSwyNy4wODg5NzY5IEM2NS40NjMxMTQ4LDI2LjgxNTk1NjUgNjUuNTk4OTI2NiwyNi41MDM5Mzc3IDY1LjY4MjUwNDMsMjYuMTUyOTExNCBDNjUuNzY2MDgyLDI1LjgwMTg4NSA2NS44MDc4NzAyLDI1LjQ0MTExMzQgNjUuODA3ODcwMiwyNS4wNzA1ODU2IFogTTY4LjgzMjMyMzEsMjEuMzU1NTc1MyBMNzAuMTY0MzM2MSwyMS4zNTU1NzUzIEw3MC4xNjQzMzYxLDIyLjM3OTM5NyBMNzAuMTk1Njc3NiwyMi4zNzkzOTcgQzcwLjQxNTA2OSwyMS45NjAxMTU2IDcwLjc1OTgyMTksMjEuNjU1NDA5OCA3MS4yMjk5NDY0LDIxLjQ2NTI3MDUgQzcxLjcwMDA3MSwyMS4yNzUxMzEyIDcyLjIxNzIwMDMsMjEuMTgwMDYzIDcyLjc4MTM0OTgsMjEuMTgwMDYzIEM3My40MDgxODI1LDIxLjE4MDA2MyA3My45NTQwNDEyLDIxLjI4NzMxOTUgNzQuNDE4OTQyMSwyMS41MDE4MzU2IEM3NC44ODM4NDMxLDIxLjcxNjM1MTcgNzUuMjcwMzg0MiwyMi4wMDY0MzE2IDc1LjU3ODU3NywyMi4zNzIwODQgQzc1Ljg4Njc2OTcsMjIuNzM3NzM2NSA3Ni4xMTkyMTY3LDIzLjE1OTQ0OTMgNzYuMjc1OTI0OSwyMy42MzcyMzUyIEM3Ni40MzI2MzMxLDI0LjExNTAyMSA3Ni41MTA5ODYsMjQuNjIyMDUxNSA3Ni41MTA5ODYsMjUuMTU4MzQxNyBDNzYuNTEwOTg2LDI1LjY5NDYzMiA3Ni40MzUyNDQ5LDI2LjIwMTY2MjQgNzYuMjgzNzYwMywyNi42Nzk0NDgzIEM3Ni4xMzIyNzU3LDI3LjE1NzIzNDEgNzUuOTAyNDQwNSwyNy41NzQwNzE2IDc1LjU5NDI0NzcsMjcuOTI5OTczNCBDNzUuMjg2MDU0OSwyOC4yODU4NzUxIDc0Ljg5OTUxMzksMjguNTY2MjA0NCA3NC40MzQ2MTI5LDI4Ljc3MDk2OTggQzczLjk2OTcxMTksMjguOTc1NzM1MSA3My40MjkwNzY4LDI5LjA3ODExNjMgNzIuODEyNjkxMiwyOS4wNzgxMTYzIEM3Mi42MTQxOTQyLDI5LjA3ODExNjMgNzIuMzkyMTk0MywyOS4wNTg2MTUxIDcyLjE0NjY4NDgsMjkuMDE5NjEyMiBDNzEuOTAxMTc1MywyOC45ODA2MDkzIDcxLjY1ODI4MTIsMjguOTE3MjMwNSA3MS40MTc5OTUzLDI4LjgyOTQ3MzkgQzcxLjE3NzcwOTQsMjguNzQxNzE3MyA3MC45NTA0ODYsMjguNjIyMjcyNiA3MC43MzYzMTgxLDI4LjQ3MTEzNjMgQzcwLjUyMjE1MDMsMjguMzE5OTk5OSA3MC4zNDE5Mzg1LDI4LjEzMjMwMTIgNzAuMTk1Njc3NiwyNy45MDgwMzQzIEw3MC4xNjQzMzYxLDI3LjkwODAzNDMgTDcwLjE2NDMzNjEsMzEuNzk4NTU2OSBMNjguODMyMzIzMSwzMS43OTg1NTY5IEw2OC44MzIzMjMxLDIxLjM1NTU3NTMgWiBNNzUuMTAwNjE5NCwyNS4wNzA1ODU2IEM3NS4xMDA2MTk0LDI0LjcxOTU1OTIgNzUuMDUwOTk1OCwyNC4zNzU4NTExIDc0Ljk1MTc0NzMsMjQuMDM5NDUwOCBDNzQuODUyNDk4OCwyMy43MDMwNTA2IDc0LjcwMTAxNjUsMjMuNDAzMjIwMSA3NC40OTcyOTU5LDIzLjEzOTk1MDMgQzc0LjI5MzU3NTIsMjIuODc2NjgwNiA3NC4wMzIzOTg4LDIyLjY2NzA0MyA3My43MTM3NTg4LDIyLjUxMTAzMTMgQzczLjM5NTExODgsMjIuMzU1MDE5NiA3My4wMjE2MzY2LDIyLjI3NzAxNDkgNzIuNTkzMzAwOSwyMi4yNzcwMTQ5IEM3Mi4xNDQwNzA3LDIyLjI3NzAxNDkgNzEuNzYyNzUzMiwyMi4zNTk4OTQ4IDcxLjQ0OTMzNjgsMjIuNTI1NjU3MyBDNzEuMTM1OTIwNCwyMi42OTE0MTk3IDcwLjg3OTk2NzYsMjIuOTA4MzcwMyA3MC42ODE0NzA1LDIzLjE3NjUxNTQgQzcwLjQ4Mjk3MzUsMjMuNDQ0NjYwNSA3MC4zMzkzMjY1LDIzLjc0OTM2NjMgNzAuMjUwNTI1MiwyNC4wOTA2NDE5IEM3MC4xNjE3MjM4LDI0LjQzMTkxNzUgNzAuMTE3MzIzOSwyNC43NzgwNjMzIDcwLjExNzMyMzksMjUuMTI5MDg5NyBDNzAuMTE3MzIzOSwyNS40OTk2MTc1IDcwLjE2NDMzNTYsMjUuODU3OTUxNSA3MC4yNTgzNjA1LDI2LjIwNDEwMjUgQzcwLjM1MjM4NTQsMjYuNTUwMjUzNCA3MC41MDEyNTYsMjYuODU0OTU5MiA3MC43MDQ5NzY2LDI3LjExODIyOSBDNzAuOTA4Njk3MywyNy4zODE0OTg4IDcxLjE3MjQ4NTQsMjcuNTkzNTc0IDcxLjQ5NjM0OSwyNy43NTQ0NjExIEM3MS44MjAyMTI2LDI3LjkxNTM0ODEgNzIuMjExOTc3MiwyNy45OTU3OTA1IDcyLjY3MTY1NDYsMjcuOTk1NzkwNSBDNzMuMTMxMzMxOSwyNy45OTU3OTA1IDczLjUxNTI2MTIsMjcuOTEyOTEwNSA3My44MjM0NTQsMjcuNzQ3MTQ4MSBDNzQuMTMxNjQ2OCwyNy41ODEzODU2IDc0LjM3OTc2NDQsMjcuMzYxOTk3NCA3NC41Njc4MTQyLDI3LjA4ODk3NjkgQzc0Ljc1NTg2NCwyNi44MTU5NTY1IDc0Ljg5MTY3NTcsMjYuNTAzOTM3NyA3NC45NzUyNTM0LDI2LjE1MjkxMTQgQzc1LjA1ODgzMTEsMjUuODAxODg1IDc1LjEwMDYxOTQsMjUuNDQxMTEzNCA3NS4xMDA2MTk0LDI1LjA3MDU4NTYgWiBNODkuMTI1OTMyMiwyMS41MzEwODc2IEM4OS4wNDIzNTQ1LDIwLjc4MDI4MTMgODguNzUyNDQ4NywyMC4yMzY2ODYxIDg4LjI1NjIwNjEsMTkuOTAwMjg1OSBDODcuNzU5OTYzNSwxOS41NjM4ODU2IDg3LjEyNTMwNDgsMTkuMzk1Njg4IDg2LjM1MjIxMTEsMTkuMzk1Njg4IEM4Ni4wMzg3OTQ3LDE5LjM5NTY4OCA4NS43MzA2MDY2LDE5LjQyNDkzOTggODUuNDI3NjM3NCwxOS40ODM0NDQyIEM4NS4xMjQ2NjgzLDE5LjU0MTk0ODYgODQuODU1NjU2NiwxOS42Mzk0NTQ0IDg0LjYyMDU5NDMsMTkuNzc1OTY0NyBDODQuMzg1NTMyLDE5LjkxMjQ3NDkgODQuMTk3NDg1LDIwLjA5NTI5ODQgODQuMDU2NDQ3NiwyMC4zMjQ0NDA2IEM4My45MTU0MTAyLDIwLjU1MzU4MjggODMuODQ0ODkyNiwyMC44Mzg3ODc0IDgzLjg0NDg5MjYsMjEuMTgwMDYzIEM4My44NDQ4OTI2LDIxLjUwMTgzNzIgODMuOTQ2NzUxNCwyMS43NjI2NjUzIDg0LjE1MDQ3MjEsMjEuOTYyNTU1MyBDODQuMzU0MTkyNywyMi4xNjI0NDUzIDg0LjYyNTgxNjIsMjIuMzI1NzY3NyA4NC45NjUzNTA2LDIyLjQ1MjUyNzIgQzg1LjMwNDg4NSwyMi41NzkyODY3IDg1LjY4ODgxNDMsMjIuNjg0MTA1NSA4Ni4xMTcxNSwyMi43NjY5ODY3IEM4Ni41NDU0ODU3LDIyLjg0OTg2NzkgODYuOTgxNjUwMywyMi45NDAwNjA4IDg3LjQyNTY1NjgsMjMuMDM3NTY4MSBDODcuODY5NjYzNCwyMy4xMzUwNzU1IDg4LjMwNTgyOCwyMy4yNDk2NDQ4IDg4LjczNDE2MzcsMjMuMzgxMjc5NyBDODkuMTYyNDk5NCwyMy41MTI5MTQ2IDg5LjU0NjQyODcsMjMuNjkwODYyOCA4OS44ODU5NjMxLDIzLjkxNTEyOTYgQzkwLjIyNTQ5NzUsMjQuMTM5Mzk2NSA5MC40OTcxMjEsMjQuNDIyMTYzNCA5MC43MDA4NDE2LDI0Ljc2MzQzOSBDOTAuOTA0NTYyMywyNS4xMDQ3MTQ3IDkxLjAwNjQyMTEsMjUuNTMzNzQwNCA5MS4wMDY0MjExLDI2LjA1MDUyOTIgQzkxLjAwNjQyMTEsMjYuNjA2MzIwOSA5MC44NzMyMjExLDI3LjA4MTY2MiA5MC42MDY4MTcyLDI3LjQ3NjU2NjYgQzkwLjM0MDQxMzMsMjcuODcxNDcxMiA4OS45OTgyNzIyLDI4LjE5MzI0MDYgODkuNTgwMzgzNywyOC40NDE4ODQyIEM4OS4xNjI0OTUyLDI4LjY5MDUyNzkgODguNjk0OTg5NCwyOC44NzA5MTM3IDg4LjE3Nzg1MjQsMjguOTgzMDQ3MSBDODcuNjYwNzE1NCwyOS4wOTUxODA1IDg3LjE0NjE5NzksMjkuMTUxMjQ2NCA4Ni42MzQyODQ0LDI5LjE1MTI0NjQgQzg2LjAwNzQ1MTcsMjkuMTUxMjQ2NCA4NS40MTQ1ODEzLDI5LjA3ODExNyA4NC44NTU2NTU0LDI4LjkzMTg1NiBDODQuMjk2NzI5NSwyOC43ODU1OTUxIDgzLjgwNTcxNzksMjguNTYzNzY5MiA4My4zODI2MDU4LDI4LjI2NjM3MTkgQzgyLjk1OTQ5MzcsMjcuOTY4OTc0NiA4Mi42MjUxODc5LDI3LjU4ODcwMTggODIuMzc5Njc4NCwyNy4xMjU1NDIgQzgyLjEzNDE2ODksMjYuNjYyMzgyMiA4Mi4wMTE0MTYsMjYuMTEzOTExOCA4Mi4wMTE0MTYsMjUuNDgwMTE0MiBMODMuNDIxNzgyNiwyNS40ODAxMTQyIEM4My40MjE3ODI2LDI1LjkxODg5NzIgODMuNTEzMTk0NCwyNi4yOTY3MzI0IDgzLjY5NjAyMDYsMjYuNjEzNjMxMSBDODMuODc4ODQ2OCwyNi45MzA1Mjk5IDg0LjExOTEyOTEsMjcuMTkxMzU4MSA4NC40MTY4NzQ2LDI3LjM5NjEyMzUgQzg0LjcxNDYyMDIsMjcuNjAwODg4OCA4NS4wNjE5ODQ4LDI3Ljc1MjAyMjkgODUuNDU4OTc4OSwyNy44NDk1MzAyIEM4NS44NTU5NzMsMjcuOTQ3MDM3NSA4Ni4yNjM0MDgyLDI3Ljk5NTc5MDUgODYuNjgxMjk2NywyNy45OTU3OTA1IEM4Ny4wMTU2MDc1LDI3Ljk5NTc5MDUgODcuMzUyNTI1LDI3Ljk2NjUzODcgODcuNjkyMDU5NCwyNy45MDgwMzQzIEM4OC4wMzE1OTM4LDI3Ljg0OTUyOTkgODguMzM3MTcwMiwyNy43NDk1ODY0IDg4LjYwODc5NzgsMjcuNjA4MjAwOCBDODguODgwNDI1MywyNy40NjY4MTUyIDg5LjA5OTgxMzUsMjcuMjc0MjQxMSA4OS4yNjY5Njg5LDI3LjAzMDQ3MjggQzg5LjQzNDEyNDMsMjYuNzg2NzA0NiA4OS41MTc3MDA3LDI2LjQ3NDY4NTggODkuNTE3NzAwNywyNi4wOTQ0MDczIEM4OS41MTc3MDA3LDI1LjczMzYzMDIgODkuNDE1ODQxOSwyNS40NDExMTI2IDg5LjIxMjEyMTMsMjUuMjE2ODQ1OCBDODkuMDA4NDAwNiwyNC45OTI1NzkgODguNzM2Nzc3MiwyNC44MDk3NTU1IDg4LjM5NzI0MjgsMjQuNjY4MzY5OSBDODguMDU3NzA4MywyNC41MjY5ODQzIDg3LjY3Mzc3OSwyNC40MTI0MTQ5IDg3LjI0NTQ0MzMsMjQuMzI0NjU4MyBDODYuODE3MTA3NiwyNC4yMzY5MDE3IDg2LjM4MDk0MywyNC4xNDY3MDg4IDg1LjkzNjkzNjUsMjQuMDU0MDc2OSBDODUuNDkyOTI5OSwyMy45NjE0NDQ5IDg1LjA1Njc2NTQsMjMuODU0MTg4NSA4NC42Mjg0Mjk2LDIzLjczMjMwNDMgQzg0LjIwMDA5MzksMjMuNjEwNDIwMiA4My44MTYxNjQ2LDIzLjQ0OTUzNTUgODMuNDc2NjMwMiwyMy4yNDk2NDU1IEM4My4xMzcwOTU4LDIzLjA0OTc1NTUgODIuODY1NDcyMywyMi43OTEzNjUgODIuNjYxNzUxNywyMi40NzQ0NjYyIEM4Mi40NTgwMzExLDIyLjE1NzU2NzQgODIuMzU2MTcyMywyMS43NjAyMzExIDgyLjM1NjE3MjMsMjEuMjgyNDQ1MiBDODIuMzU2MTcyMywyMC43NTU5MDU3IDgyLjQ3MTA4OTksMjAuMzAwMDY1OCA4Mi43MDA5Mjg2LDE5LjkxNDkxMTkgQzgyLjkzMDc2NzIsMTkuNTI5NzU4IDgzLjIzNjM0MzYsMTkuMjEyODY0IDgzLjYxNzY2NjksMTguOTY0MjIwMyBDODMuOTk4OTkwMSwxOC43MTU1NzY2IDg0LjQzMjU0MywxOC41MzAzMTU1IDg0LjkxODMzODMsMTguNDA4NDMxNCBDODUuNDA0MTMzNywxOC4yODY1NDcyIDg1LjkwMjk4MDcsMTguMjI1NjA2MSA4Ni40MTQ4OTQxLDE4LjIyNTYwNjEgQzg2Ljk4OTQ5MDgsMTguMjI1NjA2MSA4Ny41MjIyOTA2LDE4LjI4ODk4NDkgODguMDEzMzA5NiwxOC40MTU3NDQ0IEM4OC41MDQzMjg2LDE4LjU0MjUwMzkgODguOTM1MjY5NywxOC43NDIzOTA5IDg5LjMwNjE0NTcsMTkuMDE1NDExNCBDODkuNjc3MDIxOCwxOS4yODg0MzE5IDg5Ljk2OTUzOTMsMTkuNjMyMTQgOTAuMTgzNzA3MiwyMC4wNDY1NDYxIEM5MC4zOTc4NzUsMjAuNDYwOTUyMiA5MC41MTU0MDQ0LDIwLjk1NTc5NDQgOTAuNTM2Mjk4OSwyMS41MzEwODc2IEw4OS4xMjU5MzIyLDIxLjUzMTA4NzYgWiBNOTQuNDM4MzEzMywyMS4zNTU1NzUzIEw5Ni4wNTIzOTk1LDIxLjM1NTU3NTMgTDk2LjA1MjM5OTUsMjIuNDUyNTI3MiBMOTQuNDM4MzEzMywyMi40NTI1MjcyIEw5NC40MzgzMTMzLDI3LjE0NzQ4MSBDOTQuNDM4MzEzMywyNy4yOTM3NDIgOTQuNDUxMzcyMSwyNy40MTA3NDkgOTQuNDc3NDkwMSwyNy40OTg1MDU2IEM5NC41MDM2MDgxLDI3LjU4NjI2MjIgOTQuNTUzMjMxNywyNy42NTQ1MTYzIDk0LjYyNjM2MjEsMjcuNzAzMjcgQzk0LjY5OTQ5MjYsMjcuNzUyMDIzNiA5NC44MDEzNTE0LDI3Ljc4MzcxMyA5NC45MzE5NDE2LDI3Ljc5ODMzOTEgQzk1LjA2MjUzMTcsMjcuODEyOTY1MiA5NS4yMzIyOTY0LDI3LjgyMDI3ODIgOTUuNDQxMjQwNywyNy44MjAyNzgyIEw5Ni4wNTIzOTk1LDI3LjgyMDI3ODIgTDk2LjA1MjM5OTUsMjguOTE3MjMgTDk1LjAzMzgwMTQsMjguOTE3MjMgQzk0LjY4OTA0MzQsMjguOTE3MjMgOTQuMzkzOTE0MSwyOC44OTUyOTEyIDk0LjE0ODQwNDYsMjguODUxNDEyOSBDOTMuOTAyODk1MSwyOC44MDc1MzQ2IDkzLjcwNDQwMSwyOC43MjcwOTIzIDkzLjU1MjkxNjQsMjguNjEwMDgzNSBDOTMuNDAxNDMxOCwyOC40OTMwNzQ3IDkzLjI4OTEyNiwyOC4zMjczMTQ4IDkzLjIxNTk5NTUsMjguMTEyNzk4NyBDOTMuMTQyODY1LDI3Ljg5ODI4MjYgOTMuMTA2MzAwMywyNy42MTU1MTU2IDkzLjEwNjMwMDMsMjcuMjY0NDg5MiBMOTMuMTA2MzAwMywyMi40NTI1MjcyIEw5MS43MjcyNzUxLDIyLjQ1MjUyNzIgTDkxLjcyNzI3NTEsMjEuMzU1NTc1MyBMOTMuMTA2MzAwMywyMS4zNTU1NzUzIEw5My4xMDYzMDAzLDE5LjA4ODU0MTUgTDk0LjQzODMxMzMsMTkuMDg4NTQxNSBMOTQuNDM4MzEzMywyMS4zNTU1NzUzIFogTTk3LjA4NjY2ODQsMjUuMTQzNzE1NyBDOTcuMDg2NjY4NCwyNC41ODc5MjQgOTcuMTcwMjQ0OSwyNC4wNjg3MDUzIDk3LjMzNzQwMDMsMjMuNTg2MDQ0MSBDOTcuNTA0NTU1NywyMy4xMDMzODI4IDk3Ljc1NTI4NSwyMi42ODQxMDc3IDk4LjA4OTU5NTgsMjIuMzI4MjA2IEM5OC40MjM5MDY2LDIxLjk3MjMwNDIgOTguODM2NTY1MywyMS42OTE5NzQ5IDk5LjMyNzU4NDMsMjEuNDg3MjA5NSBDOTkuODE4NjAzMywyMS4yODI0NDQyIDEwMC4zODI3NDQsMjEuMTgwMDYzIDEwMS4wMjAwMjQsMjEuMTgwMDYzIEMxMDEuNjY3NzUxLDIxLjE4MDA2MyAxMDIuMjM0NTA0LDIxLjI4MjQ0NDIgMTAyLjcyMDMsMjEuNDg3MjA5NSBDMTAzLjIwNjA5NSwyMS42OTE5NzQ5IDEwMy42MTYxNDIsMjEuOTcyMzA0MiAxMDMuOTUwNDUzLDIyLjMyODIwNiBDMTA0LjI4NDc2NCwyMi42ODQxMDc3IDEwNC41MzU0OTMsMjMuMTAzMzgyOCAxMDQuNzAyNjQ4LDIzLjU4NjA0NDEgQzEwNC44Njk4MDQsMjQuMDY4NzA1MyAxMDQuOTUzMzgsMjQuNTg3OTI0IDEwNC45NTMzOCwyNS4xNDM3MTU3IEMxMDQuOTUzMzgsMjUuNjk5NTA3NCAxMDQuODY5ODA0LDI2LjIxNjI4ODQgMTA0LjcwMjY0OCwyNi42OTQwNzQzIEMxMDQuNTM1NDkzLDI3LjE3MTg2MDEgMTA0LjI4NDc2NCwyNy41ODg2OTc3IDEwMy45NTA0NTMsMjcuOTQ0NTk5NCBDMTAzLjYxNjE0MiwyOC4zMDA1MDExIDEwMy4yMDYwOTUsMjguNTc4MzkyOCAxMDIuNzIwMywyOC43NzgyODI4IEMxMDIuMjM0NTA0LDI4Ljk3ODE3MjggMTAxLjY2Nzc1MSwyOS4wNzgxMTYzIDEwMS4wMjAwMjQsMjkuMDc4MTE2MyBDMTAwLjM4Mjc0NCwyOS4wNzgxMTYzIDk5LjgxODYwMzMsMjguOTc4MTcyOCA5OS4zMjc1ODQzLDI4Ljc3ODI4MjggQzk4LjgzNjU2NTMsMjguNTc4MzkyOCA5OC40MjM5MDY2LDI4LjMwMDUwMTEgOTguMDg5NTk1OCwyNy45NDQ1OTk0IEM5Ny43NTUyODUsMjcuNTg4Njk3NyA5Ny41MDQ1NTU3LDI3LjE3MTg2MDEgOTcuMzM3NDAwMywyNi42OTQwNzQzIEM5Ny4xNzAyNDQ5LDI2LjIxNjI4ODQgOTcuMDg2NjY4NCwyNS42OTk1MDc0IDk3LjA4NjY2ODQsMjUuMTQzNzE1NyBaIE05OC40OTcwMzUxLDI1LjE0MzcxNTcgQzk4LjQ5NzAzNTEsMjUuNjAyMDAwMSA5OC41NjIzMjkyLDI2LjAwOTA4NyA5OC42OTI5MTkzLDI2LjM2NDk4ODcgQzk4LjgyMzUwOTUsMjYuNzIwODkwNCA5OS4wMDM3MjEyLDI3LjAxODI4MzMgOTkuMjMzNTU5OSwyNy4yNTcxNzYyIEM5OS40NjMzOTg2LDI3LjQ5NjA2OTIgOTkuNzMyNDEwMiwyNy42Nzg4OTI2IDEwMC4wNDA2MDMsMjcuODA1NjUyMiBDMTAwLjM0ODc5NiwyNy45MzI0MTE3IDEwMC42NzUyNjYsMjcuOTk1NzkwNSAxMDEuMDIwMDI0LDI3Ljk5NTc5MDUgQzEwMS4zNjQ3ODIsMjcuOTk1NzkwNSAxMDEuNjkxMjUzLDI3LjkzMjQxMTcgMTAxLjk5OTQ0NiwyNy44MDU2NTIyIEMxMDIuMzA3NjM4LDI3LjY3ODg5MjYgMTAyLjU3NjY1LDI3LjQ5NjA2OTIgMTAyLjgwNjQ4OSwyNy4yNTcxNzYyIEMxMDMuMDM2MzI3LDI3LjAxODI4MzMgMTAzLjIxNjUzOSwyNi43MjA4OTA0IDEwMy4zNDcxMjksMjYuMzY0OTg4NyBDMTAzLjQ3NzcxOSwyNi4wMDkwODcgMTAzLjU0MzAxNCwyNS42MDIwMDAxIDEwMy41NDMwMTQsMjUuMTQzNzE1NyBDMTAzLjU0MzAxNCwyNC42ODU0MzEzIDEwMy40Nzc3MTksMjQuMjc4MzQ0MyAxMDMuMzQ3MTI5LDIzLjkyMjQ0MjYgQzEwMy4yMTY1MzksMjMuNTY2NTQwOSAxMDMuMDM2MzI3LDIzLjI2NjcxMDQgMTAyLjgwNjQ4OSwyMy4wMjI5NDIxIEMxMDIuNTc2NjUsMjIuNzc5MTczOCAxMDIuMzA3NjM4LDIyLjU5MzkxMjcgMTAxLjk5OTQ0NiwyMi40NjcxNTMyIEMxMDEuNjkxMjUzLDIyLjM0MDM5MzcgMTAxLjM2NDc4MiwyMi4yNzcwMTQ5IDEwMS4wMjAwMjQsMjIuMjc3MDE0OSBDMTAwLjY3NTI2NiwyMi4yNzcwMTQ5IDEwMC4zNDg3OTYsMjIuMzQwMzkzNyAxMDAuMDQwNjAzLDIyLjQ2NzE1MzIgQzk5LjczMjQxMDIsMjIuNTkzOTEyNyA5OS40NjMzOTg2LDIyLjc3OTE3MzggOTkuMjMzNTU5OSwyMy4wMjI5NDIxIEM5OS4wMDM3MjEyLDIzLjI2NjcxMDQgOTguODIzNTA5NSwyMy41NjY1NDA5IDk4LjY5MjkxOTMsMjMuOTIyNDQyNiBDOTguNTYyMzI5MiwyNC4yNzgzNDQzIDk4LjQ5NzAzNTEsMjQuNjg1NDMxMyA5OC40OTcwMzUxLDI1LjE0MzcxNTcgWiBNMTA2LjQ3MzQ0MiwyMS4zNTU1NzUzIEwxMDcuNzI3MTAxLDIxLjM1NTU3NTMgTDEwNy43MjcxMDEsMjIuOTQ5ODEyIEwxMDcuNzU4NDQzLDIyLjk0OTgxMiBDMTA4LjA4MjMwNiwyMi4zMzU1MTU5IDEwOC40NzkyOTQsMjEuODgyMTEzNyAxMDguOTQ5NDE5LDIxLjU4OTU5MTcgQzEwOS40MTk1NDQsMjEuMjk3MDY5OCAxMTAuMDE1MDI2LDIxLjE2MDU2MTYgMTEwLjczNTg4MywyMS4xODAwNjMgTDExMC43MzU4ODMsMjIuNDk2NDA1MiBDMTEwLjIwMzA3NiwyMi40OTY0MDUyIDEwOS43NDg2MjksMjIuNTY0NjU5MyAxMDkuMzcyNTI5LDIyLjcwMTE2OTYgQzEwOC45OTY0MjksMjIuODM3Njc5OCAxMDguNjkzNDY1LDIzLjAzNzU2NjggMTA4LjQ2MzYyNiwyMy4zMDA4MzY2IEMxMDguMjMzNzg3LDIzLjU2NDEwNjMgMTA4LjA2NjYzNSwyMy44ODM0MzggMTA3Ljk2MjE2MiwyNC4yNTg4NDEyIEMxMDcuODU3NjksMjQuNjM0MjQ0NCAxMDcuODA1NDU1LDI1LjA2NTcwNzggMTA3LjgwNTQ1NSwyNS41NTMyNDQ0IEwxMDcuODA1NDU1LDI4LjkxNzIzIEwxMDYuNDczNDQyLDI4LjkxNzIzIEwxMDYuNDczNDQyLDIxLjM1NTU3NTMgWiBNMTE4LjM2NzUzNCwyNi41MTg1NjIgQzExOC4xODk5MzIsMjcuMzY2ODc1NyAxMTcuNzk4MTY3LDI4LjAwNTUzOSAxMTcuMTkyMjI5LDI4LjQzNDU3MTIgQzExNi41ODYyOSwyOC44NjM2MDM0IDExNS44MjM2NTUsMjkuMDc4MTE2MyAxMTQuOTA0MywyOS4wNzgxMTYzIEMxMTQuMjU2NTczLDI5LjA3ODExNjMgMTEzLjY5NTA0NCwyOC45ODA2MTA0IDExMy4yMTk2OTYsMjguNzg1NTk1OCBDMTEyLjc0NDM0OCwyOC41OTA1ODEyIDExMi4zNDQ3NDgsMjguMzE3NTY0OCAxMTIuMDIwODg0LDI3Ljk2NjUzODQgQzExMS42OTcwMjEsMjcuNjE1NTEyMSAxMTEuNDU0MTI3LDI3LjE5NjIzNjkgMTExLjI5MjE5NSwyNi43MDg3MDAzIEMxMTEuMTMwMjYzLDI2LjIyMTE2MzcgMTExLjAzODg1MSwyNS42ODk3NTY4IDExMS4wMTc5NTcsMjUuMTE0NDYzNiBDMTExLjAxNzk1NywyNC41MzkxNzA1IDExMS4xMTE5OCwyNC4wMTI2Mzg4IDExMS4zMDAwMywyMy41MzQ4NTMgQzExMS40ODgwOCwyMy4wNTcwNjcxIDExMS43NTE4NjgsMjIuNjQyNjY3MiAxMTIuMDkxNDAzLDIyLjI5MTY0MDkgQzExMi40MzA5MzcsMjEuOTQwNjE0NSAxMTIuODMzMTQ5LDIxLjY2NzU5ODIgMTEzLjI5ODA1LDIxLjQ3MjU4MzUgQzExMy43NjI5NTEsMjEuMjc3NTY4OSAxMTQuMjcyMjQ1LDIxLjE4MDA2MyAxMTQuODI1OTQ3LDIxLjE4MDA2MyBDMTE1LjU0NjgwNCwyMS4xODAwNjMgMTE2LjE0NDg5OCwyMS4zMTkwMDg5IDExNi42MjAyNDcsMjEuNTk2OTA0NyBDMTE3LjA5NTU5NSwyMS44NzQ4MDA2IDExNy40NzY5MTIsMjIuMjI4MjU5MyAxMTcuNzY0MjExLDIyLjY1NzI5MTUgQzExOC4wNTE1MDksMjMuMDg2MzIzNyAxMTguMjUwMDAzLDIzLjU1NDM1MTggMTE4LjM1OTY5OSwyNC4wNjEzODk5IEMxMTguNDY5Mzk1LDI0LjU2ODQyNzkgMTE4LjUxMzc5NCwyNS4wNTEwODE5IDExOC40OTI5LDI1LjUwOTM2NjMgTDExMi40MjgzMjMsMjUuNTA5MzY2MyBDMTEyLjQxNzg3NiwyNS44NDA4OTEyIDExMi40NTk2NjQsMjYuMTU1MzQ3NiAxMTIuNTUzNjg5LDI2LjQ1Mjc0NDkgQzExMi42NDc3MTQsMjYuNzUwMTQyMiAxMTIuNzk5MTk3LDI3LjAxMzQwOCAxMTMuMDA4MTQxLDI3LjI0MjU1MDIgQzExMy4yMTcwODUsMjcuNDcxNjkyNCAxMTMuNDgzNDg1LDI3LjY1NDUxNTkgMTEzLjgwNzM0OSwyNy43OTEwMjYxIEMxMTQuMTMxMjEyLDI3LjkyNzUzNjQgMTE0LjUxMjUzLDI3Ljk5NTc5MDUgMTE0Ljk1MTMxMywyNy45OTU3OTA1IEMxMTUuNTE1NDYyLDI3Ljk5NTc5MDUgMTE1Ljk3Nzc0NCwyNy44NzM5MDgyIDExNi4zMzgxNzMsMjcuNjMwMTM5OSBDMTE2LjY5ODYwMiwyNy4zODYzNzE2IDExNi45MzYyNzMsMjcuMDE1ODQ5MyAxMTcuMDUxMTkyLDI2LjUxODU2MiBMMTE4LjM2NzUzNCwyNi41MTg1NjIgWiBNMTE3LjA4MjUzMywyNC40MTI0MTQ1IEMxMTcuMDYxNjM5LDI0LjExOTg5MjUgMTE2Ljk5MTEyMSwyMy44NDIwMDA4IDExNi44NzA5NzgsMjMuNTc4NzMxMSBDMTE2Ljc1MDgzNSwyMy4zMTU0NjEzIDExNi41ODg5MDYsMjMuMDg4NzYwMiAxMTYuMzg1MTg1LDIyLjg5ODYyMDkgQzExNi4xODE0NjUsMjIuNzA4NDgxNiAxMTUuOTQxMTgzLDIyLjU1NzM0NzYgMTE1LjY2NDMzMSwyMi40NDUyMTQyIEMxMTUuMzg3NDgsMjIuMzMzMDgwNyAxMTUuMDgxOTA0LDIyLjI3NzAxNDkgMTE0Ljc0NzU5MywyMi4yNzcwMTQ5IEMxMTQuNDAyODM1LDIyLjI3NzAxNDkgMTE0LjA5MjAzNSwyMi4zMzMwODA3IDExMy44MTUxODQsMjIuNDQ1MjE0MiBDMTEzLjUzODMzMywyMi41NTczNDc2IDExMy4zMDA2NjIsMjIuNzEwOTE5MyAxMTMuMTAyMTY1LDIyLjkwNTkzMzkgQzExMi45MDM2NjgsMjMuMTAwOTQ4NiAxMTIuNzQ2OTYyLDIzLjMyNzY0OTcgMTEyLjYzMjA0MywyMy41ODYwNDQxIEMxMTIuNTE3MTI0LDIzLjg0NDQzODUgMTEyLjQ0OTIxOCwyNC4xMTk4OTI1IDExMi40MjgzMjMsMjQuNDEyNDE0NSBMMTE3LjA4MjUzMywyNC40MTI0MTQ1IFoiPjwvcGF0aD48L2c+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  background-position: top 11px center;
  background-size: 98px 20px;
  height: 48px;
  padding-left: 60px;
  padding-right: 60px;
  text-indent: -9999px;
}

.btn.btn-app-store:hover {
  -webkit-transform: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOThweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgOTggMjAiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PC9kZWZzPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzYuMDAwMDAwLCAtNTk3Mi4wMDAwMDApIiBmaWxsPSIjZmZmZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNS4wMDAwMDAsIDU1ODkuMDAwMDAwKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQwLjAwMDAwMCwgMzcwLjIxMjEyMSkiPjxnPjxwYXRoIGQ9Ik0zNC43MjgyOTksMTcuMzg3NTY5MyBDMzcuMTQwMjE5NSwxNy4zODc1NjkzIDM4LjY4MjU0MjksMTkuNTY1NjUxNiAzOC42ODI1NDI5LDE5LjU2NTY1MTYgQzM4LjY4MjU0MjksMTkuNTY1NjUxNiAzNi4zMjk3ODU2LDIwLjc1NzI2OTcgMzYuMzI5Nzg1NiwyMy4zNDUxODA0IEMzNi4zMjk3ODU2LDI2LjQxNjczNjYgMzkuMjg1Mzk1NSwyNy4zMTAyMTA0IDM5LjI4NTM5NTUsMjcuMzEwMjEwNCBDMzkuMjg1Mzk1NSwyNy4zMTAyMTA0IDM2Ljk1MjUyOTMsMzIuNDc2NDQ1MiAzNC4zMzMwMjc2LDMyLjQ3NjQ0NTIgQzMyLjg2MDA2NzksMzIuNDc2NDQ1MiAzMi43NjE2MzI2LDMxLjY4NTU0ODMgMzAuODA0MTQ2NywzMS42ODU1NDgzIEMyOS4xMDQyMjQ3LDMxLjY4NTU0ODMgMjguNTMwOTUzNywzMi40NzY0NDUyIDI3LjIzNTk5MzYsMzIuNDc2NDQ1MiBDMjQuNzY0Mzk5OSwzMi40NzY0NDUyIDIxLjU3MTYyNzIsMjcuNDQwNTg4NiAyMS41NzE2MjcyLDIzLjM0NTE4MDQgQzIxLjU3MTYyNzIsMTkuMDkxMTEzNCAyNC44MDQxODIxLDE3LjM4NzU2OTMgMjYuODMwNTIxNywxNy4zODc1NjkzIEMyOC42MTAwMDgsMTcuMzg3NTY5MyAyOS4zNTEwNzgxLDE4LjM2NDkyNjIgMzAuNzg0MjU1NiwxOC4zNjQ5MjYyIEMzMS45OTA0NzA5LDE4LjM2NDkyNjIgMzIuOTM5NjMyMiwxNy4zODc1NjkzIDM0LjcyODI5OSwxNy4zODc1NjkzIEwzNC43MjgyOTksMTcuMzg3NTY5MyBaIE0zNC4zMTM2NDY1LDEzLjA0OTYxOTQgQzM0LjY2OTEzNTgsMTUuMTM0NzExNCAzMi42NDI3OTYxLDE3LjcxMzUxNDggMzAuMjIxMTg1MSwxNy42Mjk2MzE3IEMyOS44NjUxODU5LDE0Ljk3NjUzMiAzMi40NzQ5OTcxLDEzLjE4OTU4NDIgMzQuMzEzNjQ2NSwxMy4wNDk2MTk0IFogTTUyLjU5NzQzNTksMTguNDc0MjQ4NSBMNTQuMjQyODYzNiwxOC40NzQyNDg1IEw1OC42MTUwMDAzLDI4LjkxNzIzIEw1Ni45Njk1NzI1LDI4LjkxNzIzIEw1NS43NDcyNTQ3LDI1Ljc3MjYzNDcgTDUxLjAxNDY5MTEsMjUuNzcyNjM0NyBMNDkuNzYxMDMxOCwyOC45MTcyMyBMNDguMjQwOTcsMjguOTE3MjMgTDUyLjU5NzQzNTksMTguNDc0MjQ4NSBaIE01MS40ODQ4MTMzLDI0LjYwMjU1MjggTDU1LjI3NzEzMjUsMjQuNjAyNTUyOCBMNTMuNDEyMzE0NCwxOS43MzIwODY2IEw1My4zODA5NzI5LDE5LjczMjA4NjYgTDUxLjQ4NDgxMzMsMjQuNjAyNTUyOCBaIE01OS41Mzk1NzQsMjEuMzU1NTc1MyBMNjAuODcxNTg2OSwyMS4zNTU1NzUzIEw2MC44NzE1ODY5LDIyLjM3OTM5NyBMNjAuOTAyOTI4NCwyMi4zNzkzOTcgQzYxLjEyMjMxOTksMjEuOTYwMTE1NiA2MS40NjcwNzI3LDIxLjY1NTQwOTggNjEuOTM3MTk3MywyMS40NjUyNzA1IEM2Mi40MDczMjE4LDIxLjI3NTEzMTIgNjIuOTI0NDUxMSwyMS4xODAwNjMgNjMuNDg4NjAwNiwyMS4xODAwNjMgQzY0LjExNTQzMzMsMjEuMTgwMDYzIDY0LjY2MTI5MiwyMS4yODczMTk1IDY1LjEyNjE5MywyMS41MDE4MzU2IEM2NS41OTEwOTM5LDIxLjcxNjM1MTcgNjUuOTc3NjM1LDIyLjAwNjQzMTYgNjYuMjg1ODI3OCwyMi4zNzIwODQgQzY2LjU5NDAyMDYsMjIuNzM3NzM2NSA2Ni44MjY0Njc1LDIzLjE1OTQ0OTMgNjYuOTgzMTc1NywyMy42MzcyMzUyIEM2Ny4xMzk4ODM5LDI0LjExNTAyMSA2Ny4yMTgyMzY4LDI0LjYyMjA1MTUgNjcuMjE4MjM2OCwyNS4xNTgzNDE3IEM2Ny4yMTgyMzY4LDI1LjY5NDYzMiA2Ny4xNDI0OTU3LDI2LjIwMTY2MjQgNjYuOTkxMDExMSwyNi42Nzk0NDgzIEM2Ni44Mzk1MjY1LDI3LjE1NzIzNDEgNjYuNjA5NjkxMywyNy41NzQwNzE2IDY2LjMwMTQ5ODUsMjcuOTI5OTczNCBDNjUuOTkzMzA1NywyOC4yODU4NzUxIDY1LjYwNjc2NDcsMjguNTY2MjA0NCA2NS4xNDE4NjM3LDI4Ljc3MDk2OTggQzY0LjY3Njk2MjgsMjguOTc1NzM1MSA2NC4xMzYzMjc2LDI5LjA3ODExNjMgNjMuNTE5OTQyMSwyOS4wNzgxMTYzIEM2My4zMjE0NDUsMjkuMDc4MTE2MyA2My4wOTk0NDUxLDI5LjA1ODYxNTEgNjIuODUzOTM1NiwyOS4wMTk2MTIyIEM2Mi42MDg0MjYxLDI4Ljk4MDYwOTMgNjIuMzY1NTMyLDI4LjkxNzIzMDUgNjIuMTI1MjQ2MiwyOC44Mjk0NzM5IEM2MS44ODQ5NjAzLDI4Ljc0MTcxNzMgNjEuNjU3NzM2OCwyOC42MjIyNzI2IDYxLjQ0MzU2ODksMjguNDcxMTM2MyBDNjEuMjI5NDAxMSwyOC4zMTk5OTk5IDYxLjA0OTE4OTQsMjguMTMyMzAxMiA2MC45MDI5Mjg0LDI3LjkwODAzNDMgTDYwLjg3MTU4NjksMjcuOTA4MDM0MyBMNjAuODcxNTg2OSwzMS43OTg1NTY5IEw1OS41Mzk1NzQsMzEuNzk4NTU2OSBMNTkuNTM5NTc0LDIxLjM1NTU3NTMgWiBNNjUuODA3ODcwMiwyNS4wNzA1ODU2IEM2NS44MDc4NzAyLDI0LjcxOTU1OTIgNjUuNzU4MjQ2NywyNC4zNzU4NTExIDY1LjY1ODk5ODIsMjQuMDM5NDUwOCBDNjUuNTU5NzQ5NiwyMy43MDMwNTA2IDY1LjQwODI2NzMsMjMuNDAzMjIwMSA2NS4yMDQ1NDY3LDIzLjEzOTk1MDMgQzY1LjAwMDgyNiwyMi44NzY2ODA2IDY0LjczOTY0OTYsMjIuNjY3MDQzIDY0LjQyMTAwOTcsMjIuNTExMDMxMyBDNjQuMTAyMzY5NywyMi4zNTUwMTk2IDYzLjcyODg4NzQsMjIuMjc3MDE0OSA2My4zMDA1NTE3LDIyLjI3NzAxNDkgQzYyLjg1MTMyMTYsMjIuMjc3MDE0OSA2Mi40NzAwMDQsMjIuMzU5ODk0OCA2Mi4xNTY1ODc2LDIyLjUyNTY1NzMgQzYxLjg0MzE3MTMsMjIuNjkxNDE5NyA2MS41ODcyMTg0LDIyLjkwODM3MDMgNjEuMzg4NzIxMywyMy4xNzY1MTU0IEM2MS4xOTAyMjQzLDIzLjQ0NDY2MDUgNjEuMDQ2NTc3MywyMy43NDkzNjYzIDYwLjk1Nzc3NiwyNC4wOTA2NDE5IEM2MC44Njg5NzQ3LDI0LjQzMTkxNzUgNjAuODI0NTc0NywyNC43NzgwNjMzIDYwLjgyNDU3NDcsMjUuMTI5MDg5NyBDNjAuODI0NTc0NywyNS40OTk2MTc1IDYwLjg3MTU4NjQsMjUuODU3OTUxNSA2MC45NjU2MTEzLDI2LjIwNDEwMjUgQzYxLjA1OTYzNjMsMjYuNTUwMjUzNCA2MS4yMDg1MDY4LDI2Ljg1NDk1OTIgNjEuNDEyMjI3NSwyNy4xMTgyMjkgQzYxLjYxNTk0ODEsMjcuMzgxNDk4OCA2MS44Nzk3MzYzLDI3LjU5MzU3NCA2Mi4yMDM1OTk5LDI3Ljc1NDQ2MTEgQzYyLjUyNzQ2MzQsMjcuOTE1MzQ4MSA2Mi45MTkyMjgsMjcuOTk1NzkwNSA2My4zNzg5MDU0LDI3Ljk5NTc5MDUgQzYzLjgzODU4MjgsMjcuOTk1NzkwNSA2NC4yMjI1MTIxLDI3LjkxMjkxMDUgNjQuNTMwNzA0OCwyNy43NDcxNDgxIEM2NC44Mzg4OTc2LDI3LjU4MTM4NTYgNjUuMDg3MDE1MiwyNy4zNjE5OTc0IDY1LjI3NTA2NSwyNy4wODg5NzY5IEM2NS40NjMxMTQ4LDI2LjgxNTk1NjUgNjUuNTk4OTI2NiwyNi41MDM5Mzc3IDY1LjY4MjUwNDMsMjYuMTUyOTExNCBDNjUuNzY2MDgyLDI1LjgwMTg4NSA2NS44MDc4NzAyLDI1LjQ0MTExMzQgNjUuODA3ODcwMiwyNS4wNzA1ODU2IFogTTY4LjgzMjMyMzEsMjEuMzU1NTc1MyBMNzAuMTY0MzM2MSwyMS4zNTU1NzUzIEw3MC4xNjQzMzYxLDIyLjM3OTM5NyBMNzAuMTk1Njc3NiwyMi4zNzkzOTcgQzcwLjQxNTA2OSwyMS45NjAxMTU2IDcwLjc1OTgyMTksMjEuNjU1NDA5OCA3MS4yMjk5NDY0LDIxLjQ2NTI3MDUgQzcxLjcwMDA3MSwyMS4yNzUxMzEyIDcyLjIxNzIwMDMsMjEuMTgwMDYzIDcyLjc4MTM0OTgsMjEuMTgwMDYzIEM3My40MDgxODI1LDIxLjE4MDA2MyA3My45NTQwNDEyLDIxLjI4NzMxOTUgNzQuNDE4OTQyMSwyMS41MDE4MzU2IEM3NC44ODM4NDMxLDIxLjcxNjM1MTcgNzUuMjcwMzg0MiwyMi4wMDY0MzE2IDc1LjU3ODU3NywyMi4zNzIwODQgQzc1Ljg4Njc2OTcsMjIuNzM3NzM2NSA3Ni4xMTkyMTY3LDIzLjE1OTQ0OTMgNzYuMjc1OTI0OSwyMy42MzcyMzUyIEM3Ni40MzI2MzMxLDI0LjExNTAyMSA3Ni41MTA5ODYsMjQuNjIyMDUxNSA3Ni41MTA5ODYsMjUuMTU4MzQxNyBDNzYuNTEwOTg2LDI1LjY5NDYzMiA3Ni40MzUyNDQ5LDI2LjIwMTY2MjQgNzYuMjgzNzYwMywyNi42Nzk0NDgzIEM3Ni4xMzIyNzU3LDI3LjE1NzIzNDEgNzUuOTAyNDQwNSwyNy41NzQwNzE2IDc1LjU5NDI0NzcsMjcuOTI5OTczNCBDNzUuMjg2MDU0OSwyOC4yODU4NzUxIDc0Ljg5OTUxMzksMjguNTY2MjA0NCA3NC40MzQ2MTI5LDI4Ljc3MDk2OTggQzczLjk2OTcxMTksMjguOTc1NzM1MSA3My40MjkwNzY4LDI5LjA3ODExNjMgNzIuODEyNjkxMiwyOS4wNzgxMTYzIEM3Mi42MTQxOTQyLDI5LjA3ODExNjMgNzIuMzkyMTk0MywyOS4wNTg2MTUxIDcyLjE0NjY4NDgsMjkuMDE5NjEyMiBDNzEuOTAxMTc1MywyOC45ODA2MDkzIDcxLjY1ODI4MTIsMjguOTE3MjMwNSA3MS40MTc5OTUzLDI4LjgyOTQ3MzkgQzcxLjE3NzcwOTQsMjguNzQxNzE3MyA3MC45NTA0ODYsMjguNjIyMjcyNiA3MC43MzYzMTgxLDI4LjQ3MTEzNjMgQzcwLjUyMjE1MDMsMjguMzE5OTk5OSA3MC4zNDE5Mzg1LDI4LjEzMjMwMTIgNzAuMTk1Njc3NiwyNy45MDgwMzQzIEw3MC4xNjQzMzYxLDI3LjkwODAzNDMgTDcwLjE2NDMzNjEsMzEuNzk4NTU2OSBMNjguODMyMzIzMSwzMS43OTg1NTY5IEw2OC44MzIzMjMxLDIxLjM1NTU3NTMgWiBNNzUuMTAwNjE5NCwyNS4wNzA1ODU2IEM3NS4xMDA2MTk0LDI0LjcxOTU1OTIgNzUuMDUwOTk1OCwyNC4zNzU4NTExIDc0Ljk1MTc0NzMsMjQuMDM5NDUwOCBDNzQuODUyNDk4OCwyMy43MDMwNTA2IDc0LjcwMTAxNjUsMjMuNDAzMjIwMSA3NC40OTcyOTU5LDIzLjEzOTk1MDMgQzc0LjI5MzU3NTIsMjIuODc2NjgwNiA3NC4wMzIzOTg4LDIyLjY2NzA0MyA3My43MTM3NTg4LDIyLjUxMTAzMTMgQzczLjM5NTExODgsMjIuMzU1MDE5NiA3My4wMjE2MzY2LDIyLjI3NzAxNDkgNzIuNTkzMzAwOSwyMi4yNzcwMTQ5IEM3Mi4xNDQwNzA3LDIyLjI3NzAxNDkgNzEuNzYyNzUzMiwyMi4zNTk4OTQ4IDcxLjQ0OTMzNjgsMjIuNTI1NjU3MyBDNzEuMTM1OTIwNCwyMi42OTE0MTk3IDcwLjg3OTk2NzYsMjIuOTA4MzcwMyA3MC42ODE0NzA1LDIzLjE3NjUxNTQgQzcwLjQ4Mjk3MzUsMjMuNDQ0NjYwNSA3MC4zMzkzMjY1LDIzLjc0OTM2NjMgNzAuMjUwNTI1MiwyNC4wOTA2NDE5IEM3MC4xNjE3MjM4LDI0LjQzMTkxNzUgNzAuMTE3MzIzOSwyNC43NzgwNjMzIDcwLjExNzMyMzksMjUuMTI5MDg5NyBDNzAuMTE3MzIzOSwyNS40OTk2MTc1IDcwLjE2NDMzNTYsMjUuODU3OTUxNSA3MC4yNTgzNjA1LDI2LjIwNDEwMjUgQzcwLjM1MjM4NTQsMjYuNTUwMjUzNCA3MC41MDEyNTYsMjYuODU0OTU5MiA3MC43MDQ5NzY2LDI3LjExODIyOSBDNzAuOTA4Njk3MywyNy4zODE0OTg4IDcxLjE3MjQ4NTQsMjcuNTkzNTc0IDcxLjQ5NjM0OSwyNy43NTQ0NjExIEM3MS44MjAyMTI2LDI3LjkxNTM0ODEgNzIuMjExOTc3MiwyNy45OTU3OTA1IDcyLjY3MTY1NDYsMjcuOTk1NzkwNSBDNzMuMTMxMzMxOSwyNy45OTU3OTA1IDczLjUxNTI2MTIsMjcuOTEyOTEwNSA3My44MjM0NTQsMjcuNzQ3MTQ4MSBDNzQuMTMxNjQ2OCwyNy41ODEzODU2IDc0LjM3OTc2NDQsMjcuMzYxOTk3NCA3NC41Njc4MTQyLDI3LjA4ODk3NjkgQzc0Ljc1NTg2NCwyNi44MTU5NTY1IDc0Ljg5MTY3NTcsMjYuNTAzOTM3NyA3NC45NzUyNTM0LDI2LjE1MjkxMTQgQzc1LjA1ODgzMTEsMjUuODAxODg1IDc1LjEwMDYxOTQsMjUuNDQxMTEzNCA3NS4xMDA2MTk0LDI1LjA3MDU4NTYgWiBNODkuMTI1OTMyMiwyMS41MzEwODc2IEM4OS4wNDIzNTQ1LDIwLjc4MDI4MTMgODguNzUyNDQ4NywyMC4yMzY2ODYxIDg4LjI1NjIwNjEsMTkuOTAwMjg1OSBDODcuNzU5OTYzNSwxOS41NjM4ODU2IDg3LjEyNTMwNDgsMTkuMzk1Njg4IDg2LjM1MjIxMTEsMTkuMzk1Njg4IEM4Ni4wMzg3OTQ3LDE5LjM5NTY4OCA4NS43MzA2MDY2LDE5LjQyNDkzOTggODUuNDI3NjM3NCwxOS40ODM0NDQyIEM4NS4xMjQ2NjgzLDE5LjU0MTk0ODYgODQuODU1NjU2NiwxOS42Mzk0NTQ0IDg0LjYyMDU5NDMsMTkuNzc1OTY0NyBDODQuMzg1NTMyLDE5LjkxMjQ3NDkgODQuMTk3NDg1LDIwLjA5NTI5ODQgODQuMDU2NDQ3NiwyMC4zMjQ0NDA2IEM4My45MTU0MTAyLDIwLjU1MzU4MjggODMuODQ0ODkyNiwyMC44Mzg3ODc0IDgzLjg0NDg5MjYsMjEuMTgwMDYzIEM4My44NDQ4OTI2LDIxLjUwMTgzNzIgODMuOTQ2NzUxNCwyMS43NjI2NjUzIDg0LjE1MDQ3MjEsMjEuOTYyNTU1MyBDODQuMzU0MTkyNywyMi4xNjI0NDUzIDg0LjYyNTgxNjIsMjIuMzI1NzY3NyA4NC45NjUzNTA2LDIyLjQ1MjUyNzIgQzg1LjMwNDg4NSwyMi41NzkyODY3IDg1LjY4ODgxNDMsMjIuNjg0MTA1NSA4Ni4xMTcxNSwyMi43NjY5ODY3IEM4Ni41NDU0ODU3LDIyLjg0OTg2NzkgODYuOTgxNjUwMywyMi45NDAwNjA4IDg3LjQyNTY1NjgsMjMuMDM3NTY4MSBDODcuODY5NjYzNCwyMy4xMzUwNzU1IDg4LjMwNTgyOCwyMy4yNDk2NDQ4IDg4LjczNDE2MzcsMjMuMzgxMjc5NyBDODkuMTYyNDk5NCwyMy41MTI5MTQ2IDg5LjU0NjQyODcsMjMuNjkwODYyOCA4OS44ODU5NjMxLDIzLjkxNTEyOTYgQzkwLjIyNTQ5NzUsMjQuMTM5Mzk2NSA5MC40OTcxMjEsMjQuNDIyMTYzNCA5MC43MDA4NDE2LDI0Ljc2MzQzOSBDOTAuOTA0NTYyMywyNS4xMDQ3MTQ3IDkxLjAwNjQyMTEsMjUuNTMzNzQwNCA5MS4wMDY0MjExLDI2LjA1MDUyOTIgQzkxLjAwNjQyMTEsMjYuNjA2MzIwOSA5MC44NzMyMjExLDI3LjA4MTY2MiA5MC42MDY4MTcyLDI3LjQ3NjU2NjYgQzkwLjM0MDQxMzMsMjcuODcxNDcxMiA4OS45OTgyNzIyLDI4LjE5MzI0MDYgODkuNTgwMzgzNywyOC40NDE4ODQyIEM4OS4xNjI0OTUyLDI4LjY5MDUyNzkgODguNjk0OTg5NCwyOC44NzA5MTM3IDg4LjE3Nzg1MjQsMjguOTgzMDQ3MSBDODcuNjYwNzE1NCwyOS4wOTUxODA1IDg3LjE0NjE5NzksMjkuMTUxMjQ2NCA4Ni42MzQyODQ0LDI5LjE1MTI0NjQgQzg2LjAwNzQ1MTcsMjkuMTUxMjQ2NCA4NS40MTQ1ODEzLDI5LjA3ODExNyA4NC44NTU2NTU0LDI4LjkzMTg1NiBDODQuMjk2NzI5NSwyOC43ODU1OTUxIDgzLjgwNTcxNzksMjguNTYzNzY5MiA4My4zODI2MDU4LDI4LjI2NjM3MTkgQzgyLjk1OTQ5MzcsMjcuOTY4OTc0NiA4Mi42MjUxODc5LDI3LjU4ODcwMTggODIuMzc5Njc4NCwyNy4xMjU1NDIgQzgyLjEzNDE2ODksMjYuNjYyMzgyMiA4Mi4wMTE0MTYsMjYuMTEzOTExOCA4Mi4wMTE0MTYsMjUuNDgwMTE0MiBMODMuNDIxNzgyNiwyNS40ODAxMTQyIEM4My40MjE3ODI2LDI1LjkxODg5NzIgODMuNTEzMTk0NCwyNi4yOTY3MzI0IDgzLjY5NjAyMDYsMjYuNjEzNjMxMSBDODMuODc4ODQ2OCwyNi45MzA1Mjk5IDg0LjExOTEyOTEsMjcuMTkxMzU4MSA4NC40MTY4NzQ2LDI3LjM5NjEyMzUgQzg0LjcxNDYyMDIsMjcuNjAwODg4OCA4NS4wNjE5ODQ4LDI3Ljc1MjAyMjkgODUuNDU4OTc4OSwyNy44NDk1MzAyIEM4NS44NTU5NzMsMjcuOTQ3MDM3NSA4Ni4yNjM0MDgyLDI3Ljk5NTc5MDUgODYuNjgxMjk2NywyNy45OTU3OTA1IEM4Ny4wMTU2MDc1LDI3Ljk5NTc5MDUgODcuMzUyNTI1LDI3Ljk2NjUzODcgODcuNjkyMDU5NCwyNy45MDgwMzQzIEM4OC4wMzE1OTM4LDI3Ljg0OTUyOTkgODguMzM3MTcwMiwyNy43NDk1ODY0IDg4LjYwODc5NzgsMjcuNjA4MjAwOCBDODguODgwNDI1MywyNy40NjY4MTUyIDg5LjA5OTgxMzUsMjcuMjc0MjQxMSA4OS4yNjY5Njg5LDI3LjAzMDQ3MjggQzg5LjQzNDEyNDMsMjYuNzg2NzA0NiA4OS41MTc3MDA3LDI2LjQ3NDY4NTggODkuNTE3NzAwNywyNi4wOTQ0MDczIEM4OS41MTc3MDA3LDI1LjczMzYzMDIgODkuNDE1ODQxOSwyNS40NDExMTI2IDg5LjIxMjEyMTMsMjUuMjE2ODQ1OCBDODkuMDA4NDAwNiwyNC45OTI1NzkgODguNzM2Nzc3MiwyNC44MDk3NTU1IDg4LjM5NzI0MjgsMjQuNjY4MzY5OSBDODguMDU3NzA4MywyNC41MjY5ODQzIDg3LjY3Mzc3OSwyNC40MTI0MTQ5IDg3LjI0NTQ0MzMsMjQuMzI0NjU4MyBDODYuODE3MTA3NiwyNC4yMzY5MDE3IDg2LjM4MDk0MywyNC4xNDY3MDg4IDg1LjkzNjkzNjUsMjQuMDU0MDc2OSBDODUuNDkyOTI5OSwyMy45NjE0NDQ5IDg1LjA1Njc2NTQsMjMuODU0MTg4NSA4NC42Mjg0Mjk2LDIzLjczMjMwNDMgQzg0LjIwMDA5MzksMjMuNjEwNDIwMiA4My44MTYxNjQ2LDIzLjQ0OTUzNTUgODMuNDc2NjMwMiwyMy4yNDk2NDU1IEM4My4xMzcwOTU4LDIzLjA0OTc1NTUgODIuODY1NDcyMywyMi43OTEzNjUgODIuNjYxNzUxNywyMi40NzQ0NjYyIEM4Mi40NTgwMzExLDIyLjE1NzU2NzQgODIuMzU2MTcyMywyMS43NjAyMzExIDgyLjM1NjE3MjMsMjEuMjgyNDQ1MiBDODIuMzU2MTcyMywyMC43NTU5MDU3IDgyLjQ3MTA4OTksMjAuMzAwMDY1OCA4Mi43MDA5Mjg2LDE5LjkxNDkxMTkgQzgyLjkzMDc2NzIsMTkuNTI5NzU4IDgzLjIzNjM0MzYsMTkuMjEyODY0IDgzLjYxNzY2NjksMTguOTY0MjIwMyBDODMuOTk4OTkwMSwxOC43MTU1NzY2IDg0LjQzMjU0MywxOC41MzAzMTU1IDg0LjkxODMzODMsMTguNDA4NDMxNCBDODUuNDA0MTMzNywxOC4yODY1NDcyIDg1LjkwMjk4MDcsMTguMjI1NjA2MSA4Ni40MTQ4OTQxLDE4LjIyNTYwNjEgQzg2Ljk4OTQ5MDgsMTguMjI1NjA2MSA4Ny41MjIyOTA2LDE4LjI4ODk4NDkgODguMDEzMzA5NiwxOC40MTU3NDQ0IEM4OC41MDQzMjg2LDE4LjU0MjUwMzkgODguOTM1MjY5NywxOC43NDIzOTA5IDg5LjMwNjE0NTcsMTkuMDE1NDExNCBDODkuNjc3MDIxOCwxOS4yODg0MzE5IDg5Ljk2OTUzOTMsMTkuNjMyMTQgOTAuMTgzNzA3MiwyMC4wNDY1NDYxIEM5MC4zOTc4NzUsMjAuNDYwOTUyMiA5MC41MTU0MDQ0LDIwLjk1NTc5NDQgOTAuNTM2Mjk4OSwyMS41MzEwODc2IEw4OS4xMjU5MzIyLDIxLjUzMTA4NzYgWiBNOTQuNDM4MzEzMywyMS4zNTU1NzUzIEw5Ni4wNTIzOTk1LDIxLjM1NTU3NTMgTDk2LjA1MjM5OTUsMjIuNDUyNTI3MiBMOTQuNDM4MzEzMywyMi40NTI1MjcyIEw5NC40MzgzMTMzLDI3LjE0NzQ4MSBDOTQuNDM4MzEzMywyNy4yOTM3NDIgOTQuNDUxMzcyMSwyNy40MTA3NDkgOTQuNDc3NDkwMSwyNy40OTg1MDU2IEM5NC41MDM2MDgxLDI3LjU4NjI2MjIgOTQuNTUzMjMxNywyNy42NTQ1MTYzIDk0LjYyNjM2MjEsMjcuNzAzMjcgQzk0LjY5OTQ5MjYsMjcuNzUyMDIzNiA5NC44MDEzNTE0LDI3Ljc4MzcxMyA5NC45MzE5NDE2LDI3Ljc5ODMzOTEgQzk1LjA2MjUzMTcsMjcuODEyOTY1MiA5NS4yMzIyOTY0LDI3LjgyMDI3ODIgOTUuNDQxMjQwNywyNy44MjAyNzgyIEw5Ni4wNTIzOTk1LDI3LjgyMDI3ODIgTDk2LjA1MjM5OTUsMjguOTE3MjMgTDk1LjAzMzgwMTQsMjguOTE3MjMgQzk0LjY4OTA0MzQsMjguOTE3MjMgOTQuMzkzOTE0MSwyOC44OTUyOTEyIDk0LjE0ODQwNDYsMjguODUxNDEyOSBDOTMuOTAyODk1MSwyOC44MDc1MzQ2IDkzLjcwNDQwMSwyOC43MjcwOTIzIDkzLjU1MjkxNjQsMjguNjEwMDgzNSBDOTMuNDAxNDMxOCwyOC40OTMwNzQ3IDkzLjI4OTEyNiwyOC4zMjczMTQ4IDkzLjIxNTk5NTUsMjguMTEyNzk4NyBDOTMuMTQyODY1LDI3Ljg5ODI4MjYgOTMuMTA2MzAwMywyNy42MTU1MTU2IDkzLjEwNjMwMDMsMjcuMjY0NDg5MiBMOTMuMTA2MzAwMywyMi40NTI1MjcyIEw5MS43MjcyNzUxLDIyLjQ1MjUyNzIgTDkxLjcyNzI3NTEsMjEuMzU1NTc1MyBMOTMuMTA2MzAwMywyMS4zNTU1NzUzIEw5My4xMDYzMDAzLDE5LjA4ODU0MTUgTDk0LjQzODMxMzMsMTkuMDg4NTQxNSBMOTQuNDM4MzEzMywyMS4zNTU1NzUzIFogTTk3LjA4NjY2ODQsMjUuMTQzNzE1NyBDOTcuMDg2NjY4NCwyNC41ODc5MjQgOTcuMTcwMjQ0OSwyNC4wNjg3MDUzIDk3LjMzNzQwMDMsMjMuNTg2MDQ0MSBDOTcuNTA0NTU1NywyMy4xMDMzODI4IDk3Ljc1NTI4NSwyMi42ODQxMDc3IDk4LjA4OTU5NTgsMjIuMzI4MjA2IEM5OC40MjM5MDY2LDIxLjk3MjMwNDIgOTguODM2NTY1MywyMS42OTE5NzQ5IDk5LjMyNzU4NDMsMjEuNDg3MjA5NSBDOTkuODE4NjAzMywyMS4yODI0NDQyIDEwMC4zODI3NDQsMjEuMTgwMDYzIDEwMS4wMjAwMjQsMjEuMTgwMDYzIEMxMDEuNjY3NzUxLDIxLjE4MDA2MyAxMDIuMjM0NTA0LDIxLjI4MjQ0NDIgMTAyLjcyMDMsMjEuNDg3MjA5NSBDMTAzLjIwNjA5NSwyMS42OTE5NzQ5IDEwMy42MTYxNDIsMjEuOTcyMzA0MiAxMDMuOTUwNDUzLDIyLjMyODIwNiBDMTA0LjI4NDc2NCwyMi42ODQxMDc3IDEwNC41MzU0OTMsMjMuMTAzMzgyOCAxMDQuNzAyNjQ4LDIzLjU4NjA0NDEgQzEwNC44Njk4MDQsMjQuMDY4NzA1MyAxMDQuOTUzMzgsMjQuNTg3OTI0IDEwNC45NTMzOCwyNS4xNDM3MTU3IEMxMDQuOTUzMzgsMjUuNjk5NTA3NCAxMDQuODY5ODA0LDI2LjIxNjI4ODQgMTA0LjcwMjY0OCwyNi42OTQwNzQzIEMxMDQuNTM1NDkzLDI3LjE3MTg2MDEgMTA0LjI4NDc2NCwyNy41ODg2OTc3IDEwMy45NTA0NTMsMjcuOTQ0NTk5NCBDMTAzLjYxNjE0MiwyOC4zMDA1MDExIDEwMy4yMDYwOTUsMjguNTc4MzkyOCAxMDIuNzIwMywyOC43NzgyODI4IEMxMDIuMjM0NTA0LDI4Ljk3ODE3MjggMTAxLjY2Nzc1MSwyOS4wNzgxMTYzIDEwMS4wMjAwMjQsMjkuMDc4MTE2MyBDMTAwLjM4Mjc0NCwyOS4wNzgxMTYzIDk5LjgxODYwMzMsMjguOTc4MTcyOCA5OS4zMjc1ODQzLDI4Ljc3ODI4MjggQzk4LjgzNjU2NTMsMjguNTc4MzkyOCA5OC40MjM5MDY2LDI4LjMwMDUwMTEgOTguMDg5NTk1OCwyNy45NDQ1OTk0IEM5Ny43NTUyODUsMjcuNTg4Njk3NyA5Ny41MDQ1NTU3LDI3LjE3MTg2MDEgOTcuMzM3NDAwMywyNi42OTQwNzQzIEM5Ny4xNzAyNDQ5LDI2LjIxNjI4ODQgOTcuMDg2NjY4NCwyNS42OTk1MDc0IDk3LjA4NjY2ODQsMjUuMTQzNzE1NyBaIE05OC40OTcwMzUxLDI1LjE0MzcxNTcgQzk4LjQ5NzAzNTEsMjUuNjAyMDAwMSA5OC41NjIzMjkyLDI2LjAwOTA4NyA5OC42OTI5MTkzLDI2LjM2NDk4ODcgQzk4LjgyMzUwOTUsMjYuNzIwODkwNCA5OS4wMDM3MjEyLDI3LjAxODI4MzMgOTkuMjMzNTU5OSwyNy4yNTcxNzYyIEM5OS40NjMzOTg2LDI3LjQ5NjA2OTIgOTkuNzMyNDEwMiwyNy42Nzg4OTI2IDEwMC4wNDA2MDMsMjcuODA1NjUyMiBDMTAwLjM0ODc5NiwyNy45MzI0MTE3IDEwMC42NzUyNjYsMjcuOTk1NzkwNSAxMDEuMDIwMDI0LDI3Ljk5NTc5MDUgQzEwMS4zNjQ3ODIsMjcuOTk1NzkwNSAxMDEuNjkxMjUzLDI3LjkzMjQxMTcgMTAxLjk5OTQ0NiwyNy44MDU2NTIyIEMxMDIuMzA3NjM4LDI3LjY3ODg5MjYgMTAyLjU3NjY1LDI3LjQ5NjA2OTIgMTAyLjgwNjQ4OSwyNy4yNTcxNzYyIEMxMDMuMDM2MzI3LDI3LjAxODI4MzMgMTAzLjIxNjUzOSwyNi43MjA4OTA0IDEwMy4zNDcxMjksMjYuMzY0OTg4NyBDMTAzLjQ3NzcxOSwyNi4wMDkwODcgMTAzLjU0MzAxNCwyNS42MDIwMDAxIDEwMy41NDMwMTQsMjUuMTQzNzE1NyBDMTAzLjU0MzAxNCwyNC42ODU0MzEzIDEwMy40Nzc3MTksMjQuMjc4MzQ0MyAxMDMuMzQ3MTI5LDIzLjkyMjQ0MjYgQzEwMy4yMTY1MzksMjMuNTY2NTQwOSAxMDMuMDM2MzI3LDIzLjI2NjcxMDQgMTAyLjgwNjQ4OSwyMy4wMjI5NDIxIEMxMDIuNTc2NjUsMjIuNzc5MTczOCAxMDIuMzA3NjM4LDIyLjU5MzkxMjcgMTAxLjk5OTQ0NiwyMi40NjcxNTMyIEMxMDEuNjkxMjUzLDIyLjM0MDM5MzcgMTAxLjM2NDc4MiwyMi4yNzcwMTQ5IDEwMS4wMjAwMjQsMjIuMjc3MDE0OSBDMTAwLjY3NTI2NiwyMi4yNzcwMTQ5IDEwMC4zNDg3OTYsMjIuMzQwMzkzNyAxMDAuMDQwNjAzLDIyLjQ2NzE1MzIgQzk5LjczMjQxMDIsMjIuNTkzOTEyNyA5OS40NjMzOTg2LDIyLjc3OTE3MzggOTkuMjMzNTU5OSwyMy4wMjI5NDIxIEM5OS4wMDM3MjEyLDIzLjI2NjcxMDQgOTguODIzNTA5NSwyMy41NjY1NDA5IDk4LjY5MjkxOTMsMjMuOTIyNDQyNiBDOTguNTYyMzI5MiwyNC4yNzgzNDQzIDk4LjQ5NzAzNTEsMjQuNjg1NDMxMyA5OC40OTcwMzUxLDI1LjE0MzcxNTcgWiBNMTA2LjQ3MzQ0MiwyMS4zNTU1NzUzIEwxMDcuNzI3MTAxLDIxLjM1NTU3NTMgTDEwNy43MjcxMDEsMjIuOTQ5ODEyIEwxMDcuNzU4NDQzLDIyLjk0OTgxMiBDMTA4LjA4MjMwNiwyMi4zMzU1MTU5IDEwOC40NzkyOTQsMjEuODgyMTEzNyAxMDguOTQ5NDE5LDIxLjU4OTU5MTcgQzEwOS40MTk1NDQsMjEuMjk3MDY5OCAxMTAuMDE1MDI2LDIxLjE2MDU2MTYgMTEwLjczNTg4MywyMS4xODAwNjMgTDExMC43MzU4ODMsMjIuNDk2NDA1MiBDMTEwLjIwMzA3NiwyMi40OTY0MDUyIDEwOS43NDg2MjksMjIuNTY0NjU5MyAxMDkuMzcyNTI5LDIyLjcwMTE2OTYgQzEwOC45OTY0MjksMjIuODM3Njc5OCAxMDguNjkzNDY1LDIzLjAzNzU2NjggMTA4LjQ2MzYyNiwyMy4zMDA4MzY2IEMxMDguMjMzNzg3LDIzLjU2NDEwNjMgMTA4LjA2NjYzNSwyMy44ODM0MzggMTA3Ljk2MjE2MiwyNC4yNTg4NDEyIEMxMDcuODU3NjksMjQuNjM0MjQ0NCAxMDcuODA1NDU1LDI1LjA2NTcwNzggMTA3LjgwNTQ1NSwyNS41NTMyNDQ0IEwxMDcuODA1NDU1LDI4LjkxNzIzIEwxMDYuNDczNDQyLDI4LjkxNzIzIEwxMDYuNDczNDQyLDIxLjM1NTU3NTMgWiBNMTE4LjM2NzUzNCwyNi41MTg1NjIgQzExOC4xODk5MzIsMjcuMzY2ODc1NyAxMTcuNzk4MTY3LDI4LjAwNTUzOSAxMTcuMTkyMjI5LDI4LjQzNDU3MTIgQzExNi41ODYyOSwyOC44NjM2MDM0IDExNS44MjM2NTUsMjkuMDc4MTE2MyAxMTQuOTA0MywyOS4wNzgxMTYzIEMxMTQuMjU2NTczLDI5LjA3ODExNjMgMTEzLjY5NTA0NCwyOC45ODA2MTA0IDExMy4yMTk2OTYsMjguNzg1NTk1OCBDMTEyLjc0NDM0OCwyOC41OTA1ODEyIDExMi4zNDQ3NDgsMjguMzE3NTY0OCAxMTIuMDIwODg0LDI3Ljk2NjUzODQgQzExMS42OTcwMjEsMjcuNjE1NTEyMSAxMTEuNDU0MTI3LDI3LjE5NjIzNjkgMTExLjI5MjE5NSwyNi43MDg3MDAzIEMxMTEuMTMwMjYzLDI2LjIyMTE2MzcgMTExLjAzODg1MSwyNS42ODk3NTY4IDExMS4wMTc5NTcsMjUuMTE0NDYzNiBDMTExLjAxNzk1NywyNC41MzkxNzA1IDExMS4xMTE5OCwyNC4wMTI2Mzg4IDExMS4zMDAwMywyMy41MzQ4NTMgQzExMS40ODgwOCwyMy4wNTcwNjcxIDExMS43NTE4NjgsMjIuNjQyNjY3MiAxMTIuMDkxNDAzLDIyLjI5MTY0MDkgQzExMi40MzA5MzcsMjEuOTQwNjE0NSAxMTIuODMzMTQ5LDIxLjY2NzU5ODIgMTEzLjI5ODA1LDIxLjQ3MjU4MzUgQzExMy43NjI5NTEsMjEuMjc3NTY4OSAxMTQuMjcyMjQ1LDIxLjE4MDA2MyAxMTQuODI1OTQ3LDIxLjE4MDA2MyBDMTE1LjU0NjgwNCwyMS4xODAwNjMgMTE2LjE0NDg5OCwyMS4zMTkwMDg5IDExNi42MjAyNDcsMjEuNTk2OTA0NyBDMTE3LjA5NTU5NSwyMS44NzQ4MDA2IDExNy40NzY5MTIsMjIuMjI4MjU5MyAxMTcuNzY0MjExLDIyLjY1NzI5MTUgQzExOC4wNTE1MDksMjMuMDg2MzIzNyAxMTguMjUwMDAzLDIzLjU1NDM1MTggMTE4LjM1OTY5OSwyNC4wNjEzODk5IEMxMTguNDY5Mzk1LDI0LjU2ODQyNzkgMTE4LjUxMzc5NCwyNS4wNTEwODE5IDExOC40OTI5LDI1LjUwOTM2NjMgTDExMi40MjgzMjMsMjUuNTA5MzY2MyBDMTEyLjQxNzg3NiwyNS44NDA4OTEyIDExMi40NTk2NjQsMjYuMTU1MzQ3NiAxMTIuNTUzNjg5LDI2LjQ1Mjc0NDkgQzExMi42NDc3MTQsMjYuNzUwMTQyMiAxMTIuNzk5MTk3LDI3LjAxMzQwOCAxMTMuMDA4MTQxLDI3LjI0MjU1MDIgQzExMy4yMTcwODUsMjcuNDcxNjkyNCAxMTMuNDgzNDg1LDI3LjY1NDUxNTkgMTEzLjgwNzM0OSwyNy43OTEwMjYxIEMxMTQuMTMxMjEyLDI3LjkyNzUzNjQgMTE0LjUxMjUzLDI3Ljk5NTc5MDUgMTE0Ljk1MTMxMywyNy45OTU3OTA1IEMxMTUuNTE1NDYyLDI3Ljk5NTc5MDUgMTE1Ljk3Nzc0NCwyNy44NzM5MDgyIDExNi4zMzgxNzMsMjcuNjMwMTM5OSBDMTE2LjY5ODYwMiwyNy4zODYzNzE2IDExNi45MzYyNzMsMjcuMDE1ODQ5MyAxMTcuMDUxMTkyLDI2LjUxODU2MiBMMTE4LjM2NzUzNCwyNi41MTg1NjIgWiBNMTE3LjA4MjUzMywyNC40MTI0MTQ1IEMxMTcuMDYxNjM5LDI0LjExOTg5MjUgMTE2Ljk5MTEyMSwyMy44NDIwMDA4IDExNi44NzA5NzgsMjMuNTc4NzMxMSBDMTE2Ljc1MDgzNSwyMy4zMTU0NjEzIDExNi41ODg5MDYsMjMuMDg4NzYwMiAxMTYuMzg1MTg1LDIyLjg5ODYyMDkgQzExNi4xODE0NjUsMjIuNzA4NDgxNiAxMTUuOTQxMTgzLDIyLjU1NzM0NzYgMTE1LjY2NDMzMSwyMi40NDUyMTQyIEMxMTUuMzg3NDgsMjIuMzMzMDgwNyAxMTUuMDgxOTA0LDIyLjI3NzAxNDkgMTE0Ljc0NzU5MywyMi4yNzcwMTQ5IEMxMTQuNDAyODM1LDIyLjI3NzAxNDkgMTE0LjA5MjAzNSwyMi4zMzMwODA3IDExMy44MTUxODQsMjIuNDQ1MjE0MiBDMTEzLjUzODMzMywyMi41NTczNDc2IDExMy4zMDA2NjIsMjIuNzEwOTE5MyAxMTMuMTAyMTY1LDIyLjkwNTkzMzkgQzExMi45MDM2NjgsMjMuMTAwOTQ4NiAxMTIuNzQ2OTYyLDIzLjMyNzY0OTcgMTEyLjYzMjA0MywyMy41ODYwNDQxIEMxMTIuNTE3MTI0LDIzLjg0NDQzODUgMTEyLjQ0OTIxOCwyNC4xMTk4OTI1IDExMi40MjgzMjMsMjQuNDEyNDE0NSBMMTE3LjA4MjUzMywyNC40MTI0MTQ1IFoiPjwvcGF0aD48L2c+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  box-shadow: none;
  -webkit-transform: none;
          transform: none;
}

.btn.btn-google-play {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTdweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgOTcgMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PC9kZWZzPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzcuMDAwMDAwLCAtNjAzNi4wMDAwMDApIiBmaWxsPSIjNzM3ODg1Ij48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNS4wMDAwMDAsIDU1ODkuMDAwMDAwKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQwLjAwMDAwMCwgNDMwLjIxMjEyMSkiPjxnPjxwYXRoIGQ9Ik05MC4wOTk4NTQ5LDI3LjAxNTQzNTcgTDg5LjMxMDQ3OTEsMjcuNzE4ODM1MiBDODkuMTI4MDUyMSwyNy44MTM1MTQ3IDg4Ljk0NjYwMzMsMjcuOTIzNDM1MyA4OC43NjU2NDM1LDI4LjAwMTQ4ODIgQzg4LjIxNzM4NDQsMjguMjM2NTcwNSA4Ny42NTk4MzI3LDI4LjI5NTY4NzUgODcuMTY0Mzk0MywyOC4yOTU2ODc1IEM4Ni42MzcxNjU2LDI4LjI5NTY4NzUgODUuODEwNjE5NywyOC4yNjMzNTc5IDg0Ljk2NzQ0NTEsMjcuNjg3NDI5MyBDODMuNzk2MDk3NSwyNi45MDgyODYxIDgzLjI4NDAzMDMsMjUuNTY4OTE3MyA4My4yODQwMzAzLDI0LjQwMTgxOTEgQzgzLjI4NDAzMDMsMjEuOTg1NDEzIDg1LjM2NzAyMzgsMjAuODAwMzAyNSA4Ny4wNjYwODkxLDIwLjgwMDMwMjUgQzg3LjY1OTgzMjcsMjAuODAwMzAyNSA4OC4yNjk3MTYsMjAuOTQwNzA1MyA4OC43NjU2NDM1LDIxLjIzNjc1MiBDODkuNTkwMjMzMSwyMS43NTE3MTYyIDg5LjgwMzQ3MjIsMjIuNDIwOTM4OCA4OS45MjE4Mjk2LDIyLjc3OTMzNTQgTDg2LjA0MTk1NDcsMjQuMjU5NTY4OSBMODQuNzcxMzIzOCwyNC4zNTI4NjI4IEM4NS4xODI2NDA1LDI2LjMzNDIwNSA4Ni42MDE5NTE4LDI3LjQ4NjUyNCA4OC4xNzA0MzI3LDI3LjQ4NjUyNCBDODguOTUzOTM5NSwyNy40ODY1MjQgODkuNTM1NDU2MSwyNy4yNDQ5NzU4IDkwLjA2OTA0MjgsMjYuOTk2MDM3OSBDOTAuMDY5MDQyOCwyNi45OTYwMzc5IDkwLjE3NjE1MTUsMjYuOTQzMzg2OCA5MC4wOTk4NTQ5LDI3LjAxNTQzNTcgTDkwLjA5OTg1NDksMjcuMDE1NDM1NyBaIE04Ny43NTkxMTYxLDIzLjA3NDQ1ODQgTDg0Ljc1NDY5NTEsMjQuMzA1NzU0IEM4NC43MzgwNjY0LDI0LjAyNTg3MjEgODQuNzA0ODA4OSwyMy43NDU5OTAyIDg0LjcwNDgwODksMjMuNDgzMTk2OCBDODQuNzA0ODA4OSwyMS43OTkyODY5IDg1Ljk0MjY3MTQsMjEuMzE0MzQzMSA4Ni42MDE5NTE4LDIxLjMxNDM0MzEgQzg3LjQ5MjA3ODIsMjEuMzE0MzQzMSA4OC4yMzc5MjU4LDIyLjAzMzQ0NTUgODguMjM3OTI1OCwyMi42NTYwMjExIEM4OC4yMzc5MjU4LDIyLjg3MzA5MTIgODguMDc0MDgzOCwyMi45NjYzODUyIDg3Ljc1OTExNjEsMjMuMDc0NDU4NCBaIE04MS45ODc0NzgxLDI2Ljg5NDg5MjUgQzgxLjk4NzQ3ODEsMjcuNTAwMzc5NSA4Mi4xMDE5MjI5LDI3LjU5NDU5NzIgODIuNjQ0MzEzMSwyNy42NDIxNjc5IEM4Mi45MjcwMDE2LDI3LjY3MzU3MzggODMuMjA4NzExOSwyNy42ODc0MjkzIDgzLjQ4NzQ4NzgsMjcuNzE4ODM1MiBMODIuODc3MTE1NCwyOC4wNjE5OTA3IEw3OS45Njg1NTQyLDI4LjA2MTk5MDcgQzgwLjM1MDAzNjksMjcuNTk0NTk3MiA4MC40MTU1NzM3LDI3LjU0Nzk1MDIgODAuNDE1NTczNywyNy4yMzY2NjI0IEw4MC40MTU1NzM3LDI2Ljg4ODg4ODQgTDgwLjQwOTIxNTYsMTcuNjIyMzAzNyBMNzkuMTI0ODkwNSwxNy42MjIzMDM3IEw4MC4zNjEyODU4LDE3LjA1OTc2ODggTDgyLjcyMTU4NzgsMTcuMDU5NzY4OCBDODIuMjEwMDA5NywxNy4zMzk2NTA3IDgyLjA1NjkyNzUsMTcuNTEwMDczOCA4MS45OTEzOTA4LDE4LjA1NTUyMDIgTDgxLjk4NzQ3ODEsMjYuODk0ODkyNSBaIE03Ny40NzY2ODk1LDIxLjU2NTEyODMgQzc3Ljg1NTcyNjgsMjEuODU5MzI3NiA3OC42NDY1Njk4LDIyLjQ4Mzc1MDYgNzguNjQ2NTY5OCwyMy42Njc5MzczIEM3OC42NDY1Njk4LDI0LjgyMjEwMzggNzcuOTU3NDU1NSwyNS4zNjYxNjQ2IDc3LjI2MjQ3MjMsMjUuODgxMTI4OCBDNzcuMDQ5MjMzMiwyNi4wODM4ODE2IDc2Ljc5OTgwMjIsMjYuMzAzNzIyOCA3Ni43OTk4MDIyLDI2LjY0MzY0NTMgQzc2Ljc5OTgwMjIsMjYuOTg4NjQ4MyA3Ny4wNDkyMzMyLDI3LjE3NTY5ODEgNzcuMjI4NzI1NywyNy4zMTUxNzcyIEw3Ny44MjQ5MTQ3LDI3Ljc0OTc3OTIgQzc4LjU0OTczMTksMjguMzI3NTU1MiA3OS4yMTA0Nzk2LDI4Ljg1NzI5ODcgNzkuMjEwNDc5NiwyOS45MzM0MTIyIEM3OS4yMTA0Nzk2LDMxLjM5OTMyODMgNzcuNzA4MDI0NSwzMi44Nzc3MTQ0IDc0Ljg2ODkxMjcsMzIuODc3NzE0NCBDNzIuNDc3MzA5NSwzMi44Nzc3MTQ0IDcxLjMyMTEyMzQsMzEuODAyMDYyNyA3MS4zMjExMjM0LDMwLjY0ODgxOTkgQzcxLjMyMTEyMzQsMzAuMDg3NjcwNiA3MS42MTcwMTcxLDI5LjI5MjgyNDUgNzIuNTkzMjIxNiwyOC43NDgzMDE4IEM3My42MTYzNzc4LDI4LjE1NzU5MzkgNzUuMDAyNDMxNywyOC4wNzg2MTc0IDc1Ljc0NDg1NTgsMjguMDMyNDMyMiBDNzUuNTEzMDMxNiwyNy43NDk3NzkyIDc1LjI0ODQzOTEsMjcuNDUzNzMyNSA3NS4yNDg0MzkxLDI2Ljk3MDYzNjEgQzc1LjI0ODQzOTEsMjYuNzA2NDU3MSA3NS4zMzI1NjEsMjYuNTQ4OTY1OCA3NS40MTM3NDgzLDI2LjM2MzMwMTYgQzc1LjIzMzI3NzYsMjYuMzc5NDY2NCA3NS4wNTEzMzk3LDI2LjM5NjA5MyA3NC44ODYwMzA2LDI2LjM5NjA5MyBDNzMuMTM1NjExOCwyNi4zOTYwOTMgNzIuMTQ2MjAyMSwyNS4xNjI5NSA3Mi4xNDYyMDIxLDIzLjk0NzgxOTIgQzcyLjE0NjIwMjEsMjMuMjMxMDI2IDcyLjQ5MjQ3MSwyMi40MzU3MTggNzMuMjAzNTkzOSwyMS44NTkzMjc2IEM3NC4xNDQ1ODQ3LDIxLjEyNzc1NTEgNzUuMjY2NTM1MSwyMS4wMDE2Njk3IDc2LjE1ODEyODcsMjEuMDAxNjY5NyBMNzkuNTU5MTkzOSwyMS4wMDE2Njk3IEw3OC41MDE4MDIsMjEuNTY1MTI4MyBMNzcuNDc2Njg5NSwyMS41NjUxMjgzIFogTTc2LjMwNzI5ODIsMjguNDg0MTIyOCBDNzYuMTcxODIzLDI4LjQ2NzQ5NjIgNzYuMDkwNjM1NiwyOC40Njc0OTYyIDc1LjkyNzI4MjgsMjguNDY3NDk2MiBDNzUuNzc3NjI0MSwyOC40Njc0OTYyIDc0Ljg4NjAzMDYsMjguNDk3OTc4NCA3NC4xOTU0NDksMjguNzE2ODk1OSBDNzMuODMwMTA1OSwyOC44NDI5ODEzIDcyLjc3NDE4MTMsMjkuMjE1Njk1MyA3Mi43NzQxODEzLDMwLjMyMjc1MjkgQzcyLjc3NDE4MTMsMzEuNDI3NTAxMiA3My45MTQyMjc4LDMyLjIyNDE5NDggNzUuNjc3ODUxNywzMi4yMjQxOTQ4IEM3Ny4yNjI0NzIzLDMyLjIyNDE5NDggNzguMTAzNjkwNiwzMS41MDY5Mzk3IDc4LjEwMzY5MDYsMzAuNTQxMjA4NiBDNzguMTAzNjkwNiwyOS43NDYzNjI1IDc3LjU1OTM0NDEsMjkuMzI3MDAxNSA3Ni4zMDcyOTgyLDI4LjQ4NDEyMjggTDc2LjMwNzI5ODIsMjguNDg0MTIyOCBaIE03Ni43ODE3MDYyLDI1LjUyMjczMjIgQzc2LjUyMDUzNzMsMjUuNzY5MzYwOCA3Ni4wNzU0NzQxLDI1Ljk1OTE4MTcgNzUuNjYxNzEyMSwyNS45NTkxODE3IEM3NC4yNDM4NjgsMjUuOTU5MTgxNyA3My41OTkyNiwyNC4yMjgxNjMgNzMuNTk5MjYsMjMuMTg0Mzc5IEM3My41OTkyNiwyMi43NzkzMzU0IDczLjY4Mjg5MjcsMjIuMzU4MTI3IDczLjk2MjE1NzcsMjIuMDMzNDQ1NSBDNzQuMjI1MjgyOSwyMS43MTk4NDg1IDc0LjY4ODkzMTEsMjEuNTE3MDk1OCA3NS4xMTY4NzY1LDIxLjUxNzA5NTggQzc2LjQ4ODc0NzEsMjEuNTE3MDk1OCA3Ny4xOTY0NDY0LDIzLjI2Mjg5MzcgNzcuMTk2NDQ2NCwyNC4zODM4MDY5IEM3Ny4xOTY0NDY0LDI0LjY2NTk5OCA3Ny4xNjMxODksMjUuMTYyOTUgNzYuNzgxNzA2MiwyNS41MjI3MzIyIFogTTY3LjI0NDE0OTEsMjguMjYzMzU3OSBDNjQuNjIwNzIxOCwyOC4yNjMzNTc5IDYzLjIxNzA2MSwyNi4zMzQyMDUgNjMuMjE3MDYxLDI0LjU4NzQ4MzMgQzYzLjIxNzA2MSwyMi41NDY1NjI0IDY0Ljk4MTY2MzEsMjAuODAwMzAyNSA2Ny40OTE2MjM4LDIwLjgwMDMwMjUgQzY5LjkxNzk1MTcsMjAuODAwMzAyNSA3MS40Mzc1MjQ2LDIyLjU5NDEzMyA3MS40Mzc1MjQ2LDI0LjQ3NzU2MjcgQzcxLjQzNzUyNDYsMjYuMzE3MTE2NSA2OS45MzU1NTg2LDI4LjI2MzM1NzkgNjcuMjQ0MTQ5MSwyOC4yNjMzNTc5IFogTTY5LjMwODA2ODUsMjcuMDAyNTAzOCBDNjguOTI4MDUzLDI3LjUwMDM3OTUgNjguMjY5MjYxNywyNy43OTU1MDI1IDY3LjYyMzY3NTUsMjcuNzk1NTAyNSBDNjUuNjIzMzM2NiwyNy43OTU1MDI1IDY0LjgxNzMzMjEsMjUuMjU1NzgyMiA2NC44MTczMzIxLDIzLjcxNTk2OTkgQzY0LjgxNzMzMjEsMjMuMDQzNTE0NCA2NC45MzIyNjYsMjIuMzU4MTI3IDY1LjU3Njg3NCwyMS44MTI2ODA2IEM2NS45NzIwNTEsMjEuNDg0NzY2MiA2Ni41MjAzMTAxLDIxLjI4Mzg2MDkgNjcuMDY0NjU2NiwyMS4yODM4NjA5IEM2OS4xMTE0NTgxLDIxLjI4Mzg2MDkgNjkuODAzOTk2LDIzLjkwMTYzNDEgNjkuODAzOTk2LDI1LjI3NDI1NjIgQzY5LjgwMzk5NiwyNS44ODExMjg4IDY5LjcwNzE1ODEsMjYuNTAzNzA0NCA2OS4zMDgwNjg1LDI3LjAwMjUwMzggWiBNNTguNDYwNzU0LDI4LjI2MzM1NzkgQzU1LjgzNjgzNzYsMjguMjYzMzU3OSA1NC40MzU2MjIyLDI2LjMzNDIwNSA1NC40MzU2MjIyLDI0LjU4NzQ4MzMgQzU0LjQzNTYyMjIsMjIuNTQ2NTYyNCA1Ni4yMDA3MTM0LDIwLjgwMDMwMjUgNTguNzA5Njk2LDIwLjgwMDMwMjUgQzYxLjEzNDU1NjYsMjAuODAwMzAyNSA2Mi42NTI2NjIyLDIyLjU5NDEzMyA2Mi42NTI2NjIyLDI0LjQ3NzU2MjcgQzYyLjY1MjY2MjIsMjYuMzE3MTE2NSA2MS4xNTI2NTI2LDI4LjI2MzM1NzkgNTguNDYwNzU0LDI4LjI2MzM1NzkgWiBNNjAuNTI1MTYyNCwyNy4wMDI1MDM4IEM2MC4xNDQxNjg4LDI3LjUwMDM3OTUgNTkuNDg2MzU1NiwyNy43OTU1MDI1IDU4Ljg0MjIzNjcsMjcuNzk1NTAyNSBDNTYuODQ1MzIxNCwyNy43OTU1MDI1IDU2LjAzNTg5MzMsMjUuMjU1NzgyMiA1Ni4wMzU4OTMzLDIzLjcxNTk2OTkgQzU2LjAzNTg5MzMsMjMuMDQzNTE0NCA1Ni4xNTAzMzgyLDIyLjM1ODEyNyA1Ni43OTU5MjQzLDIxLjgxMjY4MDYgQzU3LjE5MjA3OTQsMjEuNDg0NzY2MiA1Ny43MzQ0Njk2LDIxLjI4Mzg2MDkgNTguMjgwNzcyNCwyMS4yODM4NjA5IEM2MC4zMjU2MTc2LDIxLjI4Mzg2MDkgNjEuMDIwMTExOCwyMy45MDE2MzQxIDYxLjAyMDExMTgsMjUuMjc0MjU2MiBDNjEuMDIwMTExOCwyNS44ODExMjg4IDYwLjkyMTMxNzYsMjYuNTAzNzA0NCA2MC41MjUxNjI0LDI3LjAwMjUwMzggWiBNNTMuMzg2NTQ0OCwyNy43MjI1MyBMNTEuMTczOTQ1LDI4LjIwMTAwOCBDNTAuMjc3NDYwNiwyOC4zMzQ0ODMgNDkuNDcyNDM0MiwyOC40NTE3OTMyIDQ4LjYxOTk2NzEsMjguNDUxNzkzMiBDNDQuMzUyMjUxNCwyOC40NTE3OTMyIDQyLjcyNjA1OSwyNS40ODUzMjIzIDQyLjcyNjA1OSwyMy4xNjM1OTU3IEM0Mi43MjYwNTksMjAuMzI4MjkwNSA0NS4wMzAxMTY4LDE3LjY5OTQzMjggNDguOTc2MDE3NiwxNy42OTk0MzI4IEM0OS44MTA4Nzc5LDE3LjY5OTQzMjggNTAuNjEzOTQ3OSwxNy44MTUzNTc1IDUxLjM0NTYxMjIsMTguMDAzNzkyOCBDNTIuNTA1MjIxOSwxOC4zMTEzODU4IDUzLjA0NzYxMiwxOC42OTA1NjU3IDUzLjM4NjU0NDgsMTguOTEyNzE2MiBMNTIuMTAxMjQxNCwyMC4wNjU0OTcxIEw1MS41NTkzNDAzLDIwLjE4MDAzNjIgTDUxLjk0NTcxMzksMTkuNTk4NTY1NCBDNTEuNDIyMzk3OCwxOS4xMTU5MzA4IDUwLjQ2MDM3NjcsMTguMjI1MDE5NiA0OC42MzQ2Mzk1LDE4LjIyNTAxOTYgQzQ2LjE5MzYzOTEsMTguMjI1MDE5NiA0NC4zNTIyNTE0LDE5Ljk3NzI4MzUgNDQuMzUyMjUxNCwyMi41MzU0Nzc5IEM0NC4zNTIyNTE0LDI1LjI4MzAzMTQgNDYuNDU0ODA4MSwyNy44Njc1NTEzIDQ5LjgyNzAxNzUsMjcuODY3NTUxMyBDNTAuODE3ODk0NCwyNy44Njc1NTEzIDUxLjMyODAwNTMsMjcuNjc5NTc3OCA1MS43OTExNjQ1LDI3LjUwNDA3NDMgTDUxLjc5MTE2NDUsMjUuMTQ4NjMyNiBMNDkuNDU0ODI3MywyNS4yNjczMjg0IEw1MC42OTMxNzg5LDI0LjYzOTIxMDYgTDUzLjk3MTk3NCwyNC42MzkyMTA2IEw1My41NzA5MjgxLDI1LjAwMzYxMTMgQzUzLjQ2Mjg0MTMsMjUuMDkwNDM5NCA1My40NDgxNjg5LDI1LjExOTk5NzkgNTMuNDE3ODQ1OSwyNS4yMzYzODQ0IEM1My40MDE3MDYyLDI1LjM2OTM5NzYgNTMuMzg2NTQ0OCwyNS43OTI0NTM0IDUzLjM4NjU0NDgsMjUuOTQxMTY5NSBMNTMuMzg2NTQ0OCwyNy43MjI1MyBaIE05NC44NTcxNDAxLDI3LjA4MTk0MjIgTDk0Ljg1NzE0MDEsMzEuMDUxNTU0MyBMOTQuMDIyMjc5OCwzMS4wNTE1NTQzIEw5NC4wMjIyNzk4LDIwLjk1MDQwNDIgTDk0Ljg1NzE0MDEsMjAuOTUwNDA0MiBMOTQuODU3MTQwMSwyMi4xMDA4NzU4IEM5NS40MDA5OTc1LDIxLjM1NzI5NTIgOTYuMzk0ODA4OSwyMC43Njc5NzI5IDk3LjU0OTAzODcsMjAuNzY3OTcyOSBDOTkuNjE5MzE2LDIwLjc2Nzk3MjkgMTAxLjAxMzY4NCwyMi4yNTA5Nzc1IDEwMS4wMTM2ODQsMjQuNTk4NTY3NyBDMTAxLjAxMzY4NCwyNi45MzA0NTUgOTkuNjE5MzE2LDI4LjQ0NDQwMzYgOTcuNTQ5MDM4NywyOC40NDQ0MDM2IEM5Ni40NTkzNjc1LDI4LjQ0NDQwMzYgOTUuNDgzMTYzLDI3LjkxMzczNjUgOTQuODU3MTQwMSwyNy4wODE5NDIyIFogTTEwMC4xMTY3MTEsMjQuNTk4NTY3NyBDMTAwLjExNjcxMSwyNi4zNzA2OTEyIDk5LjE0MDAxNzIsMjcuNzMxNzY3IDk3LjQwODE4MzUsMjcuNzMxNzY3IEM5Ni4zMzI2OTU3LDI3LjczMTc2NyA5NS4zMDQxNTk2LDI2LjkwNDU5MTMgOTQuODU3MTQwMSwyNi4yMDcxOTU5IEw5NC44NTcxNDAxLDIyLjk3Mzc3NDggQzk1LjMwNDE1OTYsMjIuMjc3NzY0OSA5Ni4zMzI2OTU3LDIxLjQ3OTY4NTggOTcuNDA4MTgzNSwyMS40Nzk2ODU4IEM5OS4xNDAwMTcyLDIxLjQ3OTY4NTggMTAwLjExNjcxMSwyMi44MjkyMTU0IDEwMC4xMTY3MTEsMjQuNTk4NTY3NyBaIE0xMDIuMTUzNzMxLDE4LjE2MTI4NDEgTDEwMi45ODgxMDIsMTguMTYxMjg0MSBMMTAyLjk4ODEwMiwyOC4yNjI0MzQyIEwxMDIuMTUzNzMxLDI4LjI2MjQzNDIgTDEwMi4xNTM3MzEsMTguMTYxMjg0MSBaIE0xMTIuMzU1OTQ4LDMwLjM5ODQ5NjUgQzExMi41MzQ0NjIsMzAuNDczNzc4MyAxMTIuODM5MTYsMzAuNTE5OTYzNCAxMTMuMDMyMzQ2LDMwLjUxOTk2MzQgQzExMy41NDI5NDYsMzAuNTE5OTYzNCAxMTMuODk4NTA4LDMwLjMyMjc1MjkgMTE0LjIxNzg3NywyOS42MjYyODExIEwxMTQuODI2NzgyLDI4LjMyMzM5ODYgTDExMS41MzgyMDYsMjAuOTUwNDA0MiBMMTEyLjQ2OTQxNSwyMC45NTA0MDQyIEwxMTUuMjkwNDMxLDI3LjMzOTY1NTMgTDExOC4wODQwNTgsMjAuOTUwNDA0MiBMMTE5LjAyODQ3MiwyMC45NTA0MDQyIEwxMTUuMDE3NTI0LDI5Ljg3MDYwMDUgQzExNC42MDEzMTYsMzAuNzg5Njg0NiAxMTMuOTQ2NDM4LDMxLjIzMTY3NjMgMTEzLjA0NzAxOSwzMS4yMzE2NzYzIEMxMTIuNzc3MDQ2LDMxLjIzMTY3NjMgMTEyLjQyMDk5NiwzMS4xODY0MTQ5IDExMi4yMTI2NDgsMzEuMTI1OTEyMyBMMTEyLjM1NTk0OCwzMC4zOTg0OTY1IFogTTEwOS45MTczOTMsMjguMjQwNzI3MiBDMTA5Ljg2MTYzOCwyNy45ODcxNzA4IDEwOS44MTk1NzcsMjcuNzYzNjM0OCAxMDkuNzg4NzY1LDI3LjU3NzA0NjggQzEwOS43NjMzMzMsMjcuMzkwOTIwOCAxMDkuNzQ4NjYsMjcuMjAwNjM4IDEwOS43NDg2NiwyNy4wMDcxMjIzIEMxMDkuNDYyNTQ4LDI3LjQwMzg1MjYgMTA5LjA1NzEwMSwyNy43MzQwNzYzIDEwOC41MzkxNjUsMjcuOTk0MDk4NiBDMTA4LjAyMDczOSwyOC4yNTU5NjgzIDEwNy41MjgyMzUsMjguMzg0MzYyOSAxMDYuODUyODE1LDI4LjM4NDM2MjkgQzEwNi4wMzk0NzUsMjguMzg0MzYyOSAxMDUuNDA4MDcyLDI4LjE5NTQ2NTggMTA0Ljk1NzYyOSwyNy44MTIxMjkyIEMxMDQuNTA4NjUzLDI3LjQyOTI1NDQgMTA0LjI4MjY5OCwyNi45MTA1OTU0IDEwNC4yODI2OTgsMjYuMjU0MzA0NyBDMTA0LjI4MjY5OCwyNS41OTg5Mzc3IDEwNC42MDk4OTMsMjUuMDY2ODg1IDEwNS4yNjIzMjYsMjQuNjU5OTk0IEMxMDUuOTE0NzU5LDI0LjI1MTI1NTUgMTA2Ljc1NzkzNCwyNC4wNDgwNDEgMTA3LjgwMTYzMSwyNC4wNDgwNDEgTDEwOS43NDg2NiwyNC4wNDgwNDEgTDEwOS43NDg2NiwyMy4xMzk1Nzk0IEMxMDkuNzQ4NjYsMjIuNjE2MzAxOSAxMDkuNTU5ODc1LDIyLjIwNDc5MjQgMTA5LjE4Mjc5NCwyMS45MDY0MzY0IEMxMDguODA0MjQ2LDIxLjYwNzYxODYgMTA4LjI3MzEwNSwyMS40NTY1OTMzIDEwNy41ODQ0OCwyMS40NTY1OTMzIEMxMDYuOTU1MDMzLDIxLjQ1NjU5MzMgMTA2LjQ0NDQzMywyMS41OTQ2ODY4IDEwNi4wNTU2MTQsMjEuODYzNDg0MyBDMTA1LjY3MDIxOSwyMi4xMzc4MjM5IDEwNS40NzYwNTQsMjIuNDc3NzQ2NSAxMDUuNDc2MDU0LDIyLjg4NzQwODYgTDEwNC42MjE2MywyMi44ODc0MDg2IEwxMDQuNjA0MDI0LDIyLjg0ODE1MTMgQzEwNC41NzMyMTIsMjIuMjk1Nzc3MSAxMDQuODQwNzM5LDIxLjgxMTI5NTEgMTA1LjQwOTUzOSwyMS4zOTI4NTc4IEMxMDUuOTc1ODk0LDIwLjk3NDg4MjMgMTA2LjcxNzgyOSwyMC43NjQ3NCAxMDcuNjMwOTQyLDIwLjc2NDc0IEMxMDguNTQxMTIxLDIwLjc2NDc0IDEwOS4yNzc2NzYsMjAuOTcxNjQ5NCAxMDkuODMyNzgyLDIxLjM4NDU0NDUgQzExMC4zODczOTksMjEuNzkzMjgyOSAxMTAuNjY1Njg2LDIyLjM4Mzk5MDcgMTEwLjY2NTY4NiwyMy4xNTYyMDYxIEwxMTAuNjY1Njg2LDI2Ljc2MzI2NDggQzExMC42NjU2ODYsMjcuMDIyMzYzNCAxMTAuNjc4ODkxLDI3LjI3MjY4NjggMTEwLjcxMzEyNywyNy41MTY1NDQzIEMxMTAuNzQ4MzQxLDI3Ljc2MDg2MzcgMTEwLjgwNDU4NSwyOC4wMDQ3MjEyIDExMC44Nzk0MTQsMjguMjQwNzI3MiBMMTA5LjkxNzM5MywyOC4yNDA3MjcyIFogTTEwNi45NTUwMzMsMjcuNjY2MTg0MiBDMTA2LjQxMTE3NiwyNy42NjYxODQyIDEwNS45ODQ2OTgsMjcuNTM5NjM2OSAxMDUuNjcyNjY0LDI3LjI4NDIzMzEgQzEwNS4zNjE2MDksMjcuMDMxNjAwNCAxMDUuMjA1MTAzLDI2LjY5ODE0MzggMTA1LjIwNTEwMywyNi4yODEwOTIxIEMxMDUuMjA1MTAzLDI1LjgzOTEwMDQgMTA1LjQ1MjA4OSwyNS40NTg5OTY3IDEwNS45Mzk3MDIsMjUuMTQ0OTM3OCBDMTA2LjQyNjMzNywyNC44Mjk5NTUyIDEwNy4wNDUwMjQsMjQuNjczODQ5NSAxMDcuNzkyMzM5LDI0LjY3Mzg0OTUgTDEwOS43NDg2NiwyNC42NzM4NDk1IEwxMDkuNzQ4NjYsMjYuMDc3ODc3NSBDMTA5LjU2NDI3NywyNi41NDI0OTk5IDEwOS4yMTIxMzksMjYuOTI2Mjk4MyAxMDguNjk0NjkyLDI3LjIyMDQ5NzYgQzEwOC4xNzM4MjIsMjcuNTE2NTQ0MyAxMDcuNjY0MiwyNy42NjYxODQyIDEwNi45NTUwMzMsMjcuNjY2MTg0MiBaIE0yMi40OTE2OTUsMzEuMDE5ODkwNiBDMjIuMjIzMDAyMywzMC45NTIzNDA4IDIyLjA0ODExMDksMzAuNzAzMzYxIDIyLjA0ODExMDksMzAuMzE4MDc2MSBMMjIuMDQ4MTEwOSwxNy42MDAzODg5IEMyMi4wNDgxMTA5LDE3LjI0MzU1NjQgMjIuMTk2MTk0LDE3LjAwMjg5ODggMjIuNDMwOTM0NCwxNi45MTU0MDA0IEwyOS4xMjcwNzcyLDI0LjAwMjc4NjggTDIyLjQ5MTY5NSwzMS4wMTk4OTA2IFogTTIzLjQxMzQ2NzEsMzAuNzQ5OTM0OSBMMjkuNTEwMzcxOSwyNC40MDg0NzY3IEwzMS40NzM1MDk5LDI2LjQ4NjMxNzMgTDIzLjQxMzQ2NzEsMzAuNzQ5OTM0OSBaIE0zMS41MjkwMTIsMjEuNDYyNjczIEwyOS41MjE5OTM0LDIzLjU4NTE1MTggTDIzLjU4MTI5NDcsMTcuMjU3NDk2NCBMMzEuNTI5MDEyLDIxLjQ2MjY3MyBaIE0zMi4wNjgyNTgyLDIxLjc0Nzk5MDggTDM1LjE4MTczNjIsMjMuMzk1MzQ3NSBDMzUuNzcxMjM2LDIzLjcwNzI1NDcgMzUuNzc2NjI3LDI0LjIxMDA0NTggMzUuMTgxNzM2MiwyNC41MjQ3MzIzIEwzMS45ODk0OTAyLDI2LjIxMzM3MyBMMjkuOTA3MzMzOSwyMy45OTU1OTIxIEwzMi4wNjgyNTgyLDIxLjc0Nzk5MDggWiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvZz48L2c+PC9zdmc+");
  background-position: top 15px center;
  background-size: 97px 17px;
  height: 48px;
  padding-left: 60px;
  padding-right: 60px;
  text-indent: -9999px;
}

.btn.btn-google-play:hover {
  -webkit-transform: none;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOTdweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgOTcgMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PC9kZWZzPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNzcuMDAwMDAwLCAtNjAzNi4wMDAwMDApIiBmaWxsPSIjZmZmZmZmIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxNS4wMDAwMDAsIDU1ODkuMDAwMDAwKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQwLjAwMDAwMCwgNDMwLjIxMjEyMSkiPjxnPjxwYXRoIGQ9Ik05MC4wOTk4NTQ5LDI3LjAxNTQzNTcgTDg5LjMxMDQ3OTEsMjcuNzE4ODM1MiBDODkuMTI4MDUyMSwyNy44MTM1MTQ3IDg4Ljk0NjYwMzMsMjcuOTIzNDM1MyA4OC43NjU2NDM1LDI4LjAwMTQ4ODIgQzg4LjIxNzM4NDQsMjguMjM2NTcwNSA4Ny42NTk4MzI3LDI4LjI5NTY4NzUgODcuMTY0Mzk0MywyOC4yOTU2ODc1IEM4Ni42MzcxNjU2LDI4LjI5NTY4NzUgODUuODEwNjE5NywyOC4yNjMzNTc5IDg0Ljk2NzQ0NTEsMjcuNjg3NDI5MyBDODMuNzk2MDk3NSwyNi45MDgyODYxIDgzLjI4NDAzMDMsMjUuNTY4OTE3MyA4My4yODQwMzAzLDI0LjQwMTgxOTEgQzgzLjI4NDAzMDMsMjEuOTg1NDEzIDg1LjM2NzAyMzgsMjAuODAwMzAyNSA4Ny4wNjYwODkxLDIwLjgwMDMwMjUgQzg3LjY1OTgzMjcsMjAuODAwMzAyNSA4OC4yNjk3MTYsMjAuOTQwNzA1MyA4OC43NjU2NDM1LDIxLjIzNjc1MiBDODkuNTkwMjMzMSwyMS43NTE3MTYyIDg5LjgwMzQ3MjIsMjIuNDIwOTM4OCA4OS45MjE4Mjk2LDIyLjc3OTMzNTQgTDg2LjA0MTk1NDcsMjQuMjU5NTY4OSBMODQuNzcxMzIzOCwyNC4zNTI4NjI4IEM4NS4xODI2NDA1LDI2LjMzNDIwNSA4Ni42MDE5NTE4LDI3LjQ4NjUyNCA4OC4xNzA0MzI3LDI3LjQ4NjUyNCBDODguOTUzOTM5NSwyNy40ODY1MjQgODkuNTM1NDU2MSwyNy4yNDQ5NzU4IDkwLjA2OTA0MjgsMjYuOTk2MDM3OSBDOTAuMDY5MDQyOCwyNi45OTYwMzc5IDkwLjE3NjE1MTUsMjYuOTQzMzg2OCA5MC4wOTk4NTQ5LDI3LjAxNTQzNTcgTDkwLjA5OTg1NDksMjcuMDE1NDM1NyBaIE04Ny43NTkxMTYxLDIzLjA3NDQ1ODQgTDg0Ljc1NDY5NTEsMjQuMzA1NzU0IEM4NC43MzgwNjY0LDI0LjAyNTg3MjEgODQuNzA0ODA4OSwyMy43NDU5OTAyIDg0LjcwNDgwODksMjMuNDgzMTk2OCBDODQuNzA0ODA4OSwyMS43OTkyODY5IDg1Ljk0MjY3MTQsMjEuMzE0MzQzMSA4Ni42MDE5NTE4LDIxLjMxNDM0MzEgQzg3LjQ5MjA3ODIsMjEuMzE0MzQzMSA4OC4yMzc5MjU4LDIyLjAzMzQ0NTUgODguMjM3OTI1OCwyMi42NTYwMjExIEM4OC4yMzc5MjU4LDIyLjg3MzA5MTIgODguMDc0MDgzOCwyMi45NjYzODUyIDg3Ljc1OTExNjEsMjMuMDc0NDU4NCBaIE04MS45ODc0NzgxLDI2Ljg5NDg5MjUgQzgxLjk4NzQ3ODEsMjcuNTAwMzc5NSA4Mi4xMDE5MjI5LDI3LjU5NDU5NzIgODIuNjQ0MzEzMSwyNy42NDIxNjc5IEM4Mi45MjcwMDE2LDI3LjY3MzU3MzggODMuMjA4NzExOSwyNy42ODc0MjkzIDgzLjQ4NzQ4NzgsMjcuNzE4ODM1MiBMODIuODc3MTE1NCwyOC4wNjE5OTA3IEw3OS45Njg1NTQyLDI4LjA2MTk5MDcgQzgwLjM1MDAzNjksMjcuNTk0NTk3MiA4MC40MTU1NzM3LDI3LjU0Nzk1MDIgODAuNDE1NTczNywyNy4yMzY2NjI0IEw4MC40MTU1NzM3LDI2Ljg4ODg4ODQgTDgwLjQwOTIxNTYsMTcuNjIyMzAzNyBMNzkuMTI0ODkwNSwxNy42MjIzMDM3IEw4MC4zNjEyODU4LDE3LjA1OTc2ODggTDgyLjcyMTU4NzgsMTcuMDU5NzY4OCBDODIuMjEwMDA5NywxNy4zMzk2NTA3IDgyLjA1NjkyNzUsMTcuNTEwMDczOCA4MS45OTEzOTA4LDE4LjA1NTUyMDIgTDgxLjk4NzQ3ODEsMjYuODk0ODkyNSBaIE03Ny40NzY2ODk1LDIxLjU2NTEyODMgQzc3Ljg1NTcyNjgsMjEuODU5MzI3NiA3OC42NDY1Njk4LDIyLjQ4Mzc1MDYgNzguNjQ2NTY5OCwyMy42Njc5MzczIEM3OC42NDY1Njk4LDI0LjgyMjEwMzggNzcuOTU3NDU1NSwyNS4zNjYxNjQ2IDc3LjI2MjQ3MjMsMjUuODgxMTI4OCBDNzcuMDQ5MjMzMiwyNi4wODM4ODE2IDc2Ljc5OTgwMjIsMjYuMzAzNzIyOCA3Ni43OTk4MDIyLDI2LjY0MzY0NTMgQzc2Ljc5OTgwMjIsMjYuOTg4NjQ4MyA3Ny4wNDkyMzMyLDI3LjE3NTY5ODEgNzcuMjI4NzI1NywyNy4zMTUxNzcyIEw3Ny44MjQ5MTQ3LDI3Ljc0OTc3OTIgQzc4LjU0OTczMTksMjguMzI3NTU1MiA3OS4yMTA0Nzk2LDI4Ljg1NzI5ODcgNzkuMjEwNDc5NiwyOS45MzM0MTIyIEM3OS4yMTA0Nzk2LDMxLjM5OTMyODMgNzcuNzA4MDI0NSwzMi44Nzc3MTQ0IDc0Ljg2ODkxMjcsMzIuODc3NzE0NCBDNzIuNDc3MzA5NSwzMi44Nzc3MTQ0IDcxLjMyMTEyMzQsMzEuODAyMDYyNyA3MS4zMjExMjM0LDMwLjY0ODgxOTkgQzcxLjMyMTEyMzQsMzAuMDg3NjcwNiA3MS42MTcwMTcxLDI5LjI5MjgyNDUgNzIuNTkzMjIxNiwyOC43NDgzMDE4IEM3My42MTYzNzc4LDI4LjE1NzU5MzkgNzUuMDAyNDMxNywyOC4wNzg2MTc0IDc1Ljc0NDg1NTgsMjguMDMyNDMyMiBDNzUuNTEzMDMxNiwyNy43NDk3NzkyIDc1LjI0ODQzOTEsMjcuNDUzNzMyNSA3NS4yNDg0MzkxLDI2Ljk3MDYzNjEgQzc1LjI0ODQzOTEsMjYuNzA2NDU3MSA3NS4zMzI1NjEsMjYuNTQ4OTY1OCA3NS40MTM3NDgzLDI2LjM2MzMwMTYgQzc1LjIzMzI3NzYsMjYuMzc5NDY2NCA3NS4wNTEzMzk3LDI2LjM5NjA5MyA3NC44ODYwMzA2LDI2LjM5NjA5MyBDNzMuMTM1NjExOCwyNi4zOTYwOTMgNzIuMTQ2MjAyMSwyNS4xNjI5NSA3Mi4xNDYyMDIxLDIzLjk0NzgxOTIgQzcyLjE0NjIwMjEsMjMuMjMxMDI2IDcyLjQ5MjQ3MSwyMi40MzU3MTggNzMuMjAzNTkzOSwyMS44NTkzMjc2IEM3NC4xNDQ1ODQ3LDIxLjEyNzc1NTEgNzUuMjY2NTM1MSwyMS4wMDE2Njk3IDc2LjE1ODEyODcsMjEuMDAxNjY5NyBMNzkuNTU5MTkzOSwyMS4wMDE2Njk3IEw3OC41MDE4MDIsMjEuNTY1MTI4MyBMNzcuNDc2Njg5NSwyMS41NjUxMjgzIFogTTc2LjMwNzI5ODIsMjguNDg0MTIyOCBDNzYuMTcxODIzLDI4LjQ2NzQ5NjIgNzYuMDkwNjM1NiwyOC40Njc0OTYyIDc1LjkyNzI4MjgsMjguNDY3NDk2MiBDNzUuNzc3NjI0MSwyOC40Njc0OTYyIDc0Ljg4NjAzMDYsMjguNDk3OTc4NCA3NC4xOTU0NDksMjguNzE2ODk1OSBDNzMuODMwMTA1OSwyOC44NDI5ODEzIDcyLjc3NDE4MTMsMjkuMjE1Njk1MyA3Mi43NzQxODEzLDMwLjMyMjc1MjkgQzcyLjc3NDE4MTMsMzEuNDI3NTAxMiA3My45MTQyMjc4LDMyLjIyNDE5NDggNzUuNjc3ODUxNywzMi4yMjQxOTQ4IEM3Ny4yNjI0NzIzLDMyLjIyNDE5NDggNzguMTAzNjkwNiwzMS41MDY5Mzk3IDc4LjEwMzY5MDYsMzAuNTQxMjA4NiBDNzguMTAzNjkwNiwyOS43NDYzNjI1IDc3LjU1OTM0NDEsMjkuMzI3MDAxNSA3Ni4zMDcyOTgyLDI4LjQ4NDEyMjggTDc2LjMwNzI5ODIsMjguNDg0MTIyOCBaIE03Ni43ODE3MDYyLDI1LjUyMjczMjIgQzc2LjUyMDUzNzMsMjUuNzY5MzYwOCA3Ni4wNzU0NzQxLDI1Ljk1OTE4MTcgNzUuNjYxNzEyMSwyNS45NTkxODE3IEM3NC4yNDM4NjgsMjUuOTU5MTgxNyA3My41OTkyNiwyNC4yMjgxNjMgNzMuNTk5MjYsMjMuMTg0Mzc5IEM3My41OTkyNiwyMi43NzkzMzU0IDczLjY4Mjg5MjcsMjIuMzU4MTI3IDczLjk2MjE1NzcsMjIuMDMzNDQ1NSBDNzQuMjI1MjgyOSwyMS43MTk4NDg1IDc0LjY4ODkzMTEsMjEuNTE3MDk1OCA3NS4xMTY4NzY1LDIxLjUxNzA5NTggQzc2LjQ4ODc0NzEsMjEuNTE3MDk1OCA3Ny4xOTY0NDY0LDIzLjI2Mjg5MzcgNzcuMTk2NDQ2NCwyNC4zODM4MDY5IEM3Ny4xOTY0NDY0LDI0LjY2NTk5OCA3Ny4xNjMxODksMjUuMTYyOTUgNzYuNzgxNzA2MiwyNS41MjI3MzIyIFogTTY3LjI0NDE0OTEsMjguMjYzMzU3OSBDNjQuNjIwNzIxOCwyOC4yNjMzNTc5IDYzLjIxNzA2MSwyNi4zMzQyMDUgNjMuMjE3MDYxLDI0LjU4NzQ4MzMgQzYzLjIxNzA2MSwyMi41NDY1NjI0IDY0Ljk4MTY2MzEsMjAuODAwMzAyNSA2Ny40OTE2MjM4LDIwLjgwMDMwMjUgQzY5LjkxNzk1MTcsMjAuODAwMzAyNSA3MS40Mzc1MjQ2LDIyLjU5NDEzMyA3MS40Mzc1MjQ2LDI0LjQ3NzU2MjcgQzcxLjQzNzUyNDYsMjYuMzE3MTE2NSA2OS45MzU1NTg2LDI4LjI2MzM1NzkgNjcuMjQ0MTQ5MSwyOC4yNjMzNTc5IFogTTY5LjMwODA2ODUsMjcuMDAyNTAzOCBDNjguOTI4MDUzLDI3LjUwMDM3OTUgNjguMjY5MjYxNywyNy43OTU1MDI1IDY3LjYyMzY3NTUsMjcuNzk1NTAyNSBDNjUuNjIzMzM2NiwyNy43OTU1MDI1IDY0LjgxNzMzMjEsMjUuMjU1NzgyMiA2NC44MTczMzIxLDIzLjcxNTk2OTkgQzY0LjgxNzMzMjEsMjMuMDQzNTE0NCA2NC45MzIyNjYsMjIuMzU4MTI3IDY1LjU3Njg3NCwyMS44MTI2ODA2IEM2NS45NzIwNTEsMjEuNDg0NzY2MiA2Ni41MjAzMTAxLDIxLjI4Mzg2MDkgNjcuMDY0NjU2NiwyMS4yODM4NjA5IEM2OS4xMTE0NTgxLDIxLjI4Mzg2MDkgNjkuODAzOTk2LDIzLjkwMTYzNDEgNjkuODAzOTk2LDI1LjI3NDI1NjIgQzY5LjgwMzk5NiwyNS44ODExMjg4IDY5LjcwNzE1ODEsMjYuNTAzNzA0NCA2OS4zMDgwNjg1LDI3LjAwMjUwMzggWiBNNTguNDYwNzU0LDI4LjI2MzM1NzkgQzU1LjgzNjgzNzYsMjguMjYzMzU3OSA1NC40MzU2MjIyLDI2LjMzNDIwNSA1NC40MzU2MjIyLDI0LjU4NzQ4MzMgQzU0LjQzNTYyMjIsMjIuNTQ2NTYyNCA1Ni4yMDA3MTM0LDIwLjgwMDMwMjUgNTguNzA5Njk2LDIwLjgwMDMwMjUgQzYxLjEzNDU1NjYsMjAuODAwMzAyNSA2Mi42NTI2NjIyLDIyLjU5NDEzMyA2Mi42NTI2NjIyLDI0LjQ3NzU2MjcgQzYyLjY1MjY2MjIsMjYuMzE3MTE2NSA2MS4xNTI2NTI2LDI4LjI2MzM1NzkgNTguNDYwNzU0LDI4LjI2MzM1NzkgWiBNNjAuNTI1MTYyNCwyNy4wMDI1MDM4IEM2MC4xNDQxNjg4LDI3LjUwMDM3OTUgNTkuNDg2MzU1NiwyNy43OTU1MDI1IDU4Ljg0MjIzNjcsMjcuNzk1NTAyNSBDNTYuODQ1MzIxNCwyNy43OTU1MDI1IDU2LjAzNTg5MzMsMjUuMjU1NzgyMiA1Ni4wMzU4OTMzLDIzLjcxNTk2OTkgQzU2LjAzNTg5MzMsMjMuMDQzNTE0NCA1Ni4xNTAzMzgyLDIyLjM1ODEyNyA1Ni43OTU5MjQzLDIxLjgxMjY4MDYgQzU3LjE5MjA3OTQsMjEuNDg0NzY2MiA1Ny43MzQ0Njk2LDIxLjI4Mzg2MDkgNTguMjgwNzcyNCwyMS4yODM4NjA5IEM2MC4zMjU2MTc2LDIxLjI4Mzg2MDkgNjEuMDIwMTExOCwyMy45MDE2MzQxIDYxLjAyMDExMTgsMjUuMjc0MjU2MiBDNjEuMDIwMTExOCwyNS44ODExMjg4IDYwLjkyMTMxNzYsMjYuNTAzNzA0NCA2MC41MjUxNjI0LDI3LjAwMjUwMzggWiBNNTMuMzg2NTQ0OCwyNy43MjI1MyBMNTEuMTczOTQ1LDI4LjIwMTAwOCBDNTAuMjc3NDYwNiwyOC4zMzQ0ODMgNDkuNDcyNDM0MiwyOC40NTE3OTMyIDQ4LjYxOTk2NzEsMjguNDUxNzkzMiBDNDQuMzUyMjUxNCwyOC40NTE3OTMyIDQyLjcyNjA1OSwyNS40ODUzMjIzIDQyLjcyNjA1OSwyMy4xNjM1OTU3IEM0Mi43MjYwNTksMjAuMzI4MjkwNSA0NS4wMzAxMTY4LDE3LjY5OTQzMjggNDguOTc2MDE3NiwxNy42OTk0MzI4IEM0OS44MTA4Nzc5LDE3LjY5OTQzMjggNTAuNjEzOTQ3OSwxNy44MTUzNTc1IDUxLjM0NTYxMjIsMTguMDAzNzkyOCBDNTIuNTA1MjIxOSwxOC4zMTEzODU4IDUzLjA0NzYxMiwxOC42OTA1NjU3IDUzLjM4NjU0NDgsMTguOTEyNzE2MiBMNTIuMTAxMjQxNCwyMC4wNjU0OTcxIEw1MS41NTkzNDAzLDIwLjE4MDAzNjIgTDUxLjk0NTcxMzksMTkuNTk4NTY1NCBDNTEuNDIyMzk3OCwxOS4xMTU5MzA4IDUwLjQ2MDM3NjcsMTguMjI1MDE5NiA0OC42MzQ2Mzk1LDE4LjIyNTAxOTYgQzQ2LjE5MzYzOTEsMTguMjI1MDE5NiA0NC4zNTIyNTE0LDE5Ljk3NzI4MzUgNDQuMzUyMjUxNCwyMi41MzU0Nzc5IEM0NC4zNTIyNTE0LDI1LjI4MzAzMTQgNDYuNDU0ODA4MSwyNy44Njc1NTEzIDQ5LjgyNzAxNzUsMjcuODY3NTUxMyBDNTAuODE3ODk0NCwyNy44Njc1NTEzIDUxLjMyODAwNTMsMjcuNjc5NTc3OCA1MS43OTExNjQ1LDI3LjUwNDA3NDMgTDUxLjc5MTE2NDUsMjUuMTQ4NjMyNiBMNDkuNDU0ODI3MywyNS4yNjczMjg0IEw1MC42OTMxNzg5LDI0LjYzOTIxMDYgTDUzLjk3MTk3NCwyNC42MzkyMTA2IEw1My41NzA5MjgxLDI1LjAwMzYxMTMgQzUzLjQ2Mjg0MTMsMjUuMDkwNDM5NCA1My40NDgxNjg5LDI1LjExOTk5NzkgNTMuNDE3ODQ1OSwyNS4yMzYzODQ0IEM1My40MDE3MDYyLDI1LjM2OTM5NzYgNTMuMzg2NTQ0OCwyNS43OTI0NTM0IDUzLjM4NjU0NDgsMjUuOTQxMTY5NSBMNTMuMzg2NTQ0OCwyNy43MjI1MyBaIE05NC44NTcxNDAxLDI3LjA4MTk0MjIgTDk0Ljg1NzE0MDEsMzEuMDUxNTU0MyBMOTQuMDIyMjc5OCwzMS4wNTE1NTQzIEw5NC4wMjIyNzk4LDIwLjk1MDQwNDIgTDk0Ljg1NzE0MDEsMjAuOTUwNDA0MiBMOTQuODU3MTQwMSwyMi4xMDA4NzU4IEM5NS40MDA5OTc1LDIxLjM1NzI5NTIgOTYuMzk0ODA4OSwyMC43Njc5NzI5IDk3LjU0OTAzODcsMjAuNzY3OTcyOSBDOTkuNjE5MzE2LDIwLjc2Nzk3MjkgMTAxLjAxMzY4NCwyMi4yNTA5Nzc1IDEwMS4wMTM2ODQsMjQuNTk4NTY3NyBDMTAxLjAxMzY4NCwyNi45MzA0NTUgOTkuNjE5MzE2LDI4LjQ0NDQwMzYgOTcuNTQ5MDM4NywyOC40NDQ0MDM2IEM5Ni40NTkzNjc1LDI4LjQ0NDQwMzYgOTUuNDgzMTYzLDI3LjkxMzczNjUgOTQuODU3MTQwMSwyNy4wODE5NDIyIFogTTEwMC4xMTY3MTEsMjQuNTk4NTY3NyBDMTAwLjExNjcxMSwyNi4zNzA2OTEyIDk5LjE0MDAxNzIsMjcuNzMxNzY3IDk3LjQwODE4MzUsMjcuNzMxNzY3IEM5Ni4zMzI2OTU3LDI3LjczMTc2NyA5NS4zMDQxNTk2LDI2LjkwNDU5MTMgOTQuODU3MTQwMSwyNi4yMDcxOTU5IEw5NC44NTcxNDAxLDIyLjk3Mzc3NDggQzk1LjMwNDE1OTYsMjIuMjc3NzY0OSA5Ni4zMzI2OTU3LDIxLjQ3OTY4NTggOTcuNDA4MTgzNSwyMS40Nzk2ODU4IEM5OS4xNDAwMTcyLDIxLjQ3OTY4NTggMTAwLjExNjcxMSwyMi44MjkyMTU0IDEwMC4xMTY3MTEsMjQuNTk4NTY3NyBaIE0xMDIuMTUzNzMxLDE4LjE2MTI4NDEgTDEwMi45ODgxMDIsMTguMTYxMjg0MSBMMTAyLjk4ODEwMiwyOC4yNjI0MzQyIEwxMDIuMTUzNzMxLDI4LjI2MjQzNDIgTDEwMi4xNTM3MzEsMTguMTYxMjg0MSBaIE0xMTIuMzU1OTQ4LDMwLjM5ODQ5NjUgQzExMi41MzQ0NjIsMzAuNDczNzc4MyAxMTIuODM5MTYsMzAuNTE5OTYzNCAxMTMuMDMyMzQ2LDMwLjUxOTk2MzQgQzExMy41NDI5NDYsMzAuNTE5OTYzNCAxMTMuODk4NTA4LDMwLjMyMjc1MjkgMTE0LjIxNzg3NywyOS42MjYyODExIEwxMTQuODI2NzgyLDI4LjMyMzM5ODYgTDExMS41MzgyMDYsMjAuOTUwNDA0MiBMMTEyLjQ2OTQxNSwyMC45NTA0MDQyIEwxMTUuMjkwNDMxLDI3LjMzOTY1NTMgTDExOC4wODQwNTgsMjAuOTUwNDA0MiBMMTE5LjAyODQ3MiwyMC45NTA0MDQyIEwxMTUuMDE3NTI0LDI5Ljg3MDYwMDUgQzExNC42MDEzMTYsMzAuNzg5Njg0NiAxMTMuOTQ2NDM4LDMxLjIzMTY3NjMgMTEzLjA0NzAxOSwzMS4yMzE2NzYzIEMxMTIuNzc3MDQ2LDMxLjIzMTY3NjMgMTEyLjQyMDk5NiwzMS4xODY0MTQ5IDExMi4yMTI2NDgsMzEuMTI1OTEyMyBMMTEyLjM1NTk0OCwzMC4zOTg0OTY1IFogTTEwOS45MTczOTMsMjguMjQwNzI3MiBDMTA5Ljg2MTYzOCwyNy45ODcxNzA4IDEwOS44MTk1NzcsMjcuNzYzNjM0OCAxMDkuNzg4NzY1LDI3LjU3NzA0NjggQzEwOS43NjMzMzMsMjcuMzkwOTIwOCAxMDkuNzQ4NjYsMjcuMjAwNjM4IDEwOS43NDg2NiwyNy4wMDcxMjIzIEMxMDkuNDYyNTQ4LDI3LjQwMzg1MjYgMTA5LjA1NzEwMSwyNy43MzQwNzYzIDEwOC41MzkxNjUsMjcuOTk0MDk4NiBDMTA4LjAyMDczOSwyOC4yNTU5NjgzIDEwNy41MjgyMzUsMjguMzg0MzYyOSAxMDYuODUyODE1LDI4LjM4NDM2MjkgQzEwNi4wMzk0NzUsMjguMzg0MzYyOSAxMDUuNDA4MDcyLDI4LjE5NTQ2NTggMTA0Ljk1NzYyOSwyNy44MTIxMjkyIEMxMDQuNTA4NjUzLDI3LjQyOTI1NDQgMTA0LjI4MjY5OCwyNi45MTA1OTU0IDEwNC4yODI2OTgsMjYuMjU0MzA0NyBDMTA0LjI4MjY5OCwyNS41OTg5Mzc3IDEwNC42MDk4OTMsMjUuMDY2ODg1IDEwNS4yNjIzMjYsMjQuNjU5OTk0IEMxMDUuOTE0NzU5LDI0LjI1MTI1NTUgMTA2Ljc1NzkzNCwyNC4wNDgwNDEgMTA3LjgwMTYzMSwyNC4wNDgwNDEgTDEwOS43NDg2NiwyNC4wNDgwNDEgTDEwOS43NDg2NiwyMy4xMzk1Nzk0IEMxMDkuNzQ4NjYsMjIuNjE2MzAxOSAxMDkuNTU5ODc1LDIyLjIwNDc5MjQgMTA5LjE4Mjc5NCwyMS45MDY0MzY0IEMxMDguODA0MjQ2LDIxLjYwNzYxODYgMTA4LjI3MzEwNSwyMS40NTY1OTMzIDEwNy41ODQ0OCwyMS40NTY1OTMzIEMxMDYuOTU1MDMzLDIxLjQ1NjU5MzMgMTA2LjQ0NDQzMywyMS41OTQ2ODY4IDEwNi4wNTU2MTQsMjEuODYzNDg0MyBDMTA1LjY3MDIxOSwyMi4xMzc4MjM5IDEwNS40NzYwNTQsMjIuNDc3NzQ2NSAxMDUuNDc2MDU0LDIyLjg4NzQwODYgTDEwNC42MjE2MywyMi44ODc0MDg2IEwxMDQuNjA0MDI0LDIyLjg0ODE1MTMgQzEwNC41NzMyMTIsMjIuMjk1Nzc3MSAxMDQuODQwNzM5LDIxLjgxMTI5NTEgMTA1LjQwOTUzOSwyMS4zOTI4NTc4IEMxMDUuOTc1ODk0LDIwLjk3NDg4MjMgMTA2LjcxNzgyOSwyMC43NjQ3NCAxMDcuNjMwOTQyLDIwLjc2NDc0IEMxMDguNTQxMTIxLDIwLjc2NDc0IDEwOS4yNzc2NzYsMjAuOTcxNjQ5NCAxMDkuODMyNzgyLDIxLjM4NDU0NDUgQzExMC4zODczOTksMjEuNzkzMjgyOSAxMTAuNjY1Njg2LDIyLjM4Mzk5MDcgMTEwLjY2NTY4NiwyMy4xNTYyMDYxIEwxMTAuNjY1Njg2LDI2Ljc2MzI2NDggQzExMC42NjU2ODYsMjcuMDIyMzYzNCAxMTAuNjc4ODkxLDI3LjI3MjY4NjggMTEwLjcxMzEyNywyNy41MTY1NDQzIEMxMTAuNzQ4MzQxLDI3Ljc2MDg2MzcgMTEwLjgwNDU4NSwyOC4wMDQ3MjEyIDExMC44Nzk0MTQsMjguMjQwNzI3MiBMMTA5LjkxNzM5MywyOC4yNDA3MjcyIFogTTEwNi45NTUwMzMsMjcuNjY2MTg0MiBDMTA2LjQxMTE3NiwyNy42NjYxODQyIDEwNS45ODQ2OTgsMjcuNTM5NjM2OSAxMDUuNjcyNjY0LDI3LjI4NDIzMzEgQzEwNS4zNjE2MDksMjcuMDMxNjAwNCAxMDUuMjA1MTAzLDI2LjY5ODE0MzggMTA1LjIwNTEwMywyNi4yODEwOTIxIEMxMDUuMjA1MTAzLDI1LjgzOTEwMDQgMTA1LjQ1MjA4OSwyNS40NTg5OTY3IDEwNS45Mzk3MDIsMjUuMTQ0OTM3OCBDMTA2LjQyNjMzNywyNC44Mjk5NTUyIDEwNy4wNDUwMjQsMjQuNjczODQ5NSAxMDcuNzkyMzM5LDI0LjY3Mzg0OTUgTDEwOS43NDg2NiwyNC42NzM4NDk1IEwxMDkuNzQ4NjYsMjYuMDc3ODc3NSBDMTA5LjU2NDI3NywyNi41NDI0OTk5IDEwOS4yMTIxMzksMjYuOTI2Mjk4MyAxMDguNjk0NjkyLDI3LjIyMDQ5NzYgQzEwOC4xNzM4MjIsMjcuNTE2NTQ0MyAxMDcuNjY0MiwyNy42NjYxODQyIDEwNi45NTUwMzMsMjcuNjY2MTg0MiBaIE0yMi40OTE2OTUsMzEuMDE5ODkwNiBDMjIuMjIzMDAyMywzMC45NTIzNDA4IDIyLjA0ODExMDksMzAuNzAzMzYxIDIyLjA0ODExMDksMzAuMzE4MDc2MSBMMjIuMDQ4MTEwOSwxNy42MDAzODg5IEMyMi4wNDgxMTA5LDE3LjI0MzU1NjQgMjIuMTk2MTk0LDE3LjAwMjg5ODggMjIuNDMwOTM0NCwxNi45MTU0MDA0IEwyOS4xMjcwNzcyLDI0LjAwMjc4NjggTDIyLjQ5MTY5NSwzMS4wMTk4OTA2IFogTTIzLjQxMzQ2NzEsMzAuNzQ5OTM0OSBMMjkuNTEwMzcxOSwyNC40MDg0NzY3IEwzMS40NzM1MDk5LDI2LjQ4NjMxNzMgTDIzLjQxMzQ2NzEsMzAuNzQ5OTM0OSBaIE0zMS41MjkwMTIsMjEuNDYyNjczIEwyOS41MjE5OTM0LDIzLjU4NTE1MTggTDIzLjU4MTI5NDcsMTcuMjU3NDk2NCBMMzEuNTI5MDEyLDIxLjQ2MjY3MyBaIE0zMi4wNjgyNTgyLDIxLjc0Nzk5MDggTDM1LjE4MTczNjIsMjMuMzk1MzQ3NSBDMzUuNzcxMjM2LDIzLjcwNzI1NDcgMzUuNzc2NjI3LDI0LjIxMDA0NTggMzUuMTgxNzM2MiwyNC41MjQ3MzIzIEwzMS45ODk0OTAyLDI2LjIxMzM3MyBMMjkuOTA3MzMzOSwyMy45OTU1OTIxIEwzMi4wNjgyNTgyLDIxLjc0Nzk5MDggWiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvZz48L2c+PC9zdmc+");
  box-shadow: none;
  -webkit-transform: none;
          transform: none;
}

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

.header {
  background: #fff;
  padding: 10px 0;
  position: relative;
}

.header .container {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .header .container {
    margin: 20px auto;
    position: relative;
    height: 50px;
  }
}

.header__logo {
  background: url("/images/marketing/studio-hop-logo.png") no-repeat center center;
  background-size: 120px 31px;
  display: block;
  height: 31px;
  margin: 10px auto;
  text-indent: -99999px;
  width: 120px;
  z-index: 100;
}

@media only screen and (min-width: 768px) {
  .header__logo {
    background-position: left center;
    background-size: 150px 39px;
    height: 50px;
    left: 0;
    margin: 0;
    position: absolute;
    top: 0;
    width: 150px;
    z-index: 200;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header__logo {
    background-position: left 10px center;
    width: 160px;
  }
}

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

.header__mobile {
  background: #fff;
  display: none;
  left: 0;
  overflow: hidden;
  padding: 20px 0;
  position: absolute;
  right: 0;
  top: 60px;
  z-index: 150;
}

@media only screen and (min-width: 768px) {
  .header__mobile {
    background: none;
    display: block;
    left: auto;
    padding: 0;
    position: relative;
    right: auto;
    top: auto;
  }
}

.header__nav {
  padding: 0 20px 20px;
}

@media only screen and (min-width: 768px) {
  .header__nav {
    border: 0;
    text-align: center;
    padding: 6px 0 0 0;
    position: relative;
  }
}

.header__nav a {
  color: #1F263B;
  display: block;
  font-size: 26px;
  font-weight: 200;
  padding: 10px 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media only screen and (min-width: 768px) {
  .header__nav a {
    color: #737885;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    line-height: 40px;
    margin: 0 10px;
    padding: 0 10px;
    text-align: center;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header__nav a {
    font-size: 14px;
    padding: 0 5px;
    margin: 0 5px;
  }
}

@media only screen and (min-width: 768px) {
  .header__nav a:hover {
    color: #61BED9;
    text-decoration: none;
  }
}

@media only screen and (min-width: 768px) {
  .header__nav a.is-active {
    color: #1F263B;
    font-weight: 700;
  }
}

.header__nav a.sign-up {
  color: #CEC276;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .header__nav a.sign-up {
    background: #CEC276;
    border-radius: 20px;
    color: #fff;
    font-weight: 400;
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1024px) {
  .header__nav a.sign-up {
    margin-right: 0;
  }
}

@media only screen and (min-width: 768px) {
  .header__nav a.sign-up:hover {
    background: #61BED9;
  }
}

@media only screen and (min-width: 768px) {
  .header__nav a.profile {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjZweCIgaGVpZ2h0PSIyNXB4IiB2aWV3Qm94PSIwIDAgMjYgMjUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PC9kZWZzPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDMxLjAwMDAwMCwgLTUzLjAwMDAwMCkiIGZpbGw9IiM3Mzc4ODUiIGZpbGwtcnVsZT0ibm9uemVybyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjMwLjAwMDAwMCwgMzkuMDAwMDAwKSI+PHBhdGggZD0iTTgxNC4xMTQ1ODMsMTQgQzgwNy4wNzA4MzMsMTQgODAxLjM1NDE2NywxOS42IDgwMS4zNTQxNjcsMjYuNSBDODAxLjM1NDE2NywzMy40IDgwNy4wNzA4MzMsMzkgODE0LjExNDU4MywzOSBDODIxLjE1ODMzMywzOSA4MjYuODc1LDMzLjQgODI2Ljg3NSwyNi41IEM4MjYuODc1LDE5LjYgODIxLjE1ODMzMywxNCA4MTQuMTE0NTgzLDE0IFogTTgxNC4xMTQ1ODMsMTguNTgzMzMzMyBDODE2LjIzMjgxMiwxOC41ODMzMzMzIDgxNy45NDI3MDgsMjAuMjU4MzMzMyA4MTcuOTQyNzA4LDIyLjMzMzMzMzMgQzgxNy45NDI3MDgsMjQuNDA4MzMzMyA4MTYuMjMyODEyLDI2LjA4MzMzMzMgODE0LjExNDU4MywyNi4wODMzMzMzIEM4MTEuOTk2MzU0LDI2LjA4MzMzMzMgODEwLjI4NjQ1OCwyNC40MDgzMzMzIDgxMC4yODY0NTgsMjIuMzMzMzMzMyBDODEwLjI4NjQ1OCwyMC4yNTgzMzMzIDgxMS45OTYzNTQsMTguNTgzMzMzMyA4MTQuMTE0NTgzLDE4LjU4MzMzMzMgWiBNODE0LjExNDU4MywzNi4zMzMzMzMzIEM4MTAuOTI0NDc5LDM2LjMzMzMzMzMgODA4LjEwNDQyNywzNC43MzMzMzMzIDgwNi40NTgzMzMsMzIuMzA4MzMzMyBDODA2LjQ5NjYxNSwyOS44MjA4MzMzIDgxMS41NjI1LDI4LjQ1ODMzMzMgODE0LjExNDU4MywyOC40NTgzMzMzIEM4MTYuNjUzOTA2LDI4LjQ1ODMzMzMgODIxLjczMjU1MiwyOS44MjA4MzMzIDgyMS43NzA4MzMsMzIuMzA4MzMzMyBDODIwLjEyNDc0LDM0LjczMzMzMzMgODE3LjMwNDY4NywzNi4zMzMzMzMzIDgxNC4xMTQ1ODMsMzYuMzMzMzMzMyBaIj48L3BhdGg+PC9nPjwvZz48L2c+PC9zdmc+");
    background-position: left center;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    padding-left: 30px;
  }
}

.header__nav a.profile .badge {
  margin-left: -5px;
  vertical-align: 8px;
}

.header__nav a + a {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .header__nav a + a {
    margin-top: 0;
  }
}

.header__nav-secondary {
  margin-top: 10px;
}

@media only screen and (min-width: 768px) {
  .header__nav-secondary {
    margin: 0;
    position: absolute;
    right: 0;
    top: 5px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .header__nav-secondary {
    right: 5px;
  }
}

.header__mobile-footer-links {
  font-size: 14px;
  line-height: 2.3em;
  padding: 0 20px;
  text-align: left;
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
}

.header__mobile-footer-links::after {
  clear: both;
  content: "";
  display: block;
}

@media only screen and (min-width: 768px) {
  .header__mobile-footer-links {
    display: none;
  }
}

.header__mobile-footer-links a {
  width: calc(50% - 30px);
  float: left;
  margin-left: 20px;
  color: #7D8691;
  font-weight: 700;
  letter-spacing: 0.15px;
  padding: 2px 0;
  white-space: nowrap;
}

.header__mobile-footer-links a:nth-child(odd) {
  clear: both;
}

.header__toggle {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjdweCIgaGVpZ2h0PSIxNHB4IiB2aWV3Qm94PSIwIDAgMjcgMTQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PC9kZWZzPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEuMDAwMDAwLCAtMTguMDAwMDAwKSIgc3Ryb2tlPSIjMUYyNjNCIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMTguMDAwMDAwKSI+PGc+PHBhdGggZD0iTTAsMSBMMjUsMSIgc3Ryb2tlLXdpZHRoPSIyIj48L3BhdGg+PHBhdGggZD0iTTAsNyBMMjUsNyIgc3Ryb2tlLXdpZHRoPSIyIj48L3BhdGg+PHBhdGggZD0iTTAsMTMgTDI1LDEzIiBzdHJva2Utd2lkdGg9IjIiPjwvcGF0aD48L2c+PC9nPjwvZz48L2c+PC9zdmc+");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 25px 14px;
  border: 0;
  display: block;
  height: 30px;
  position: absolute;
  left: 10px;
  text-indent: -9999px;
  top: 21px;
  width: 30px;
}

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

.header b.fliddle {
  background: url("wp-content/themes/studiohop-fitness/images/marketing/mobile-menu-bg.png") no-repeat top right;
  background-size: 72px 290px;
  height: 290px;
  position: absolute;
  right: 0;
  top: 0;
  width: 72px;
  z-index: 151;
  display: none;
}

body.with-mobile-nav .header__mobile {
  display: block;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

body.with-mobile-nav b.fliddle {
  display: block;
  opacity: 0.0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  right: -72px;
}

@media only screen and (min-width: 768px) {
  body.with-mobile-nav b.fliddle {
    display: none;
  }
}

body.with-mobile-nav .header__toggle {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTdweCIgaGVpZ2h0PSIxN3B4IiB2aWV3Qm94PSIwIDAgMTcgMTciIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PC9kZWZzPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJzcXVhcmUiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAtMTYuMDAwMDAwKSIgc3Ryb2tlPSIjMUYyNjNCIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMTguMDAwMDAwKSI+PGc+PHBhdGggZD0iTTEuMzYzNjM2MzYsMCBMMTQuNzk0NDY4MywxMy40MzA4MzE5IiBzdHJva2Utd2lkdGg9IjIiPjwvcGF0aD48cGF0aCBkPSJNMTQuNzk0NDY4MywwIEwxLjM2MzYzNjM2LDEzLjQzMDgzMTkiIHN0cm9rZS13aWR0aD0iMiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=");
  background-size: 15px 15px;
}

body.with-mobile-nav.in .header__mobile {
  opacity: 1.0;
}

body.with-mobile-nav.in b.fliddle {
  opacity: 1.0;
  right: 0;
}

.footer {
  padding: 0 10px;
}

.footer .container {
  border-top: 1px solid #D8DFE4;
  padding: 40px 0;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .footer .container {
    position: relative;
    margin: 0 auto;
  }
}

.footer__logo {
  background: url("/wp-content/themes/studiohop-fitness/images/marketing/studio-hop-logo.png") no-repeat center center;
  background-size: 185px 48px;
  display: block;
  height: 48px;
  margin: 0 auto 40px auto;
  text-indent: -9999px;
  width: 185px;
}

@media only screen and (min-width: 768px) {
  .footer__logo {
    position: absolute;
    top: 40px;
    left: 0;
  }
}

.footer__links {
  display: block;
  margin: 0 auto;
  padding: 0;
}

.footer__links::after {
  clear: both;
  content: "";
  display: block;
}

@media only screen and (min-width: 768px) {
  .footer__links {
    width: 50%;
    margin: 0 0 0 auto;
  }
}

.footer__links-col {
  width: calc(50% - 15px);
  float: left;
  margin-left: 10px;
  color: #7D8691;
  letter-spacing: 0.15px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .footer__links-col {
    width: calc(33.33333% - 13.33333px);
    float: left;
    margin-left: 10px;
  }
}

.footer__links-col:nth-child(odd) {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .footer__links-col:nth-child(odd) {
    clear: none;
  }
}

.footer__links-col h4 {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.15px;
  line-height: 1em;
  margin: 2px 0 8px 0;
  padding: 5px 0;
}

@media only screen and (min-width: 1024px) {
  .footer__links-col h4 {
    font-size: 16px;
  }
}

.footer__links-col ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__links-col a {
  color: inherit;
  display: block;
  font-size: 12px;
  line-height: 1em;
  margin: 2px 0 4px 0;
  padding: 5px 0;
}

@media only screen and (min-width: 1024px) {
  .footer__links-col a {
    font-size: 16px;
  }
}

.footer__links-col a.footer__links-app {
  max-width: 180px;
}

@media only screen and (min-width: 768px) {
  .footer__links-col.app-links-mobile {
    position: absolute;
    top: 183px;
    left: 0;
    width: auto;
    margin: 0;
  }
}

@media only screen and (min-width: 768px) {
  .footer__links-col.app-links-mobile h4 {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .footer__links-col.app-links-mobile .footer__links-app {
    display: inline-block;
    margin-right: 10px;
    width: 150px;
  }
}

.footer__copyright {
  color: #7D8691;
  font-size: 12px;
  letter-spacing: 0.15px;
  line-height: 2em;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .footer__copyright {
    left: 0;
    position: absolute;
    text-align: left;
    top: 103px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .footer__copyright {
    font-size: 16px;
    line-height: 30px;
  }
}

.footer__copyright a {
  color: inherit;
  display: inline-block;
  padding: 0 5px;
}

@media only screen and (min-width: 768px) {
  .footer__copyright a {
    padding: 0;
  }
}

.footer__copyright a + a:before {
  background: #7D8691;
  border-radius: 50%;
  content: "";
  display: inline-block;
  height: 3px;
  margin-right: 10px;
  vertical-align: 3px;
  width: 3px;
}

@media only screen and (min-width: 768px) {
  .footer__copyright a + a:before {
    margin-left: 10px;
  }
}

.page-hero__photo {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 375px 375px;
  height: 375px;
}

@media only screen and (min-width: 375px) and (max-width: 768px) {
  .page-hero__photo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media only screen and (min-width: 768px) {
  .page-hero__photo {
    background-size: 1440px 560px;
    height: 520px;
  }
}

@media only screen and (min-width: 1440px) {
  .page-hero__photo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

.page-hero__photo.mobile {
  display: block;
}

@media only screen and (min-width: 768px) {
  .page-hero__photo.mobile {
    display: none;
  }
}

.page-hero__photo.desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  .page-hero__photo.desktop {
    display: block;
  }
}

.page-hero .container {
  background: #fff;
  margin: -80px 10px 0;
  padding: 20px 10px;
}

@media only screen and (min-width: 768px) {
  .page-hero .container {
    max-width: 980px;
    margin: -110px auto 20px auto;
    padding: 40px;
    padding-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .page-hero .container {
    max-width: 800px;
  }
}

.page-hero__title {
  color: #1F263B;
  font-size: 45px;
  font-weight: 200;
  letter-spacing: -1.25px;
  line-height: 50px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .page-hero__title {
    font-size: 75px;
    line-height: 85px;
    letter-spacing: -1.5px;
  }
}

.page-hero__intro {
  padding: 0 10px;
}

@media only screen and (min-width: 768px) {
  .page-hero__intro {
    max-width: 640px;
    margin: 0 auto 20px auto;
  }
}

.page-hero__logo {
  background-image: image-url("marketing/studio-hop-logo-white.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 200px 50px;
  display: block;
  height: 50px;
  left: 50%;
  margin-left: -100px;
  position: absolute;
  text-indent: -9999px;
  top: 70px;
  width: 200px;
}

.page-hero__icon {
  background-size: 90px 90px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 90px;
  margin: 0 auto 20px auto;
  width: 90px;
}

@media only screen and (min-width: 768px) {
  .page-hero__icon {
    background-size: 130px 130px;
    height: 130px;
    width: 130px;
  }
}

.page-hero__icon.checkmark {
  background-image: image-url("marketing/hero-checkmark.png");
}

.page-hero.colorbar {
  min-height: 420px;
}

.page-hero.colorbar .page-hero__photo {
  height: 280px;
}

.page-hero.colorbar .container {
  margin-top: -80px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

body.with-modal {
  overflow: hidden;
}

.modal {
  bottom: 0;
  display: none;
  left: 0;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  z-index: 501;
  -webkit-overflow-scrolling: touch;
}

.modal__dialog {
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: #fff;
  border-radius: 4px;
  margin: 40px 10px;
  max-width: 640px;
  opacity: 0;
  padding: 20px;
  position: relative;
  overflow-x: hidden;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

@media only screen and (min-width: 640px) and (max-width: 1023px) {
  .modal__dialog {
    margin: 40px auto 40px auto;
  }
}

@media only screen and (min-width: 1024px) {
  .modal__dialog {
    margin: 80px auto 40px auto;
    padding: 20px 40px 40px 40px;
  }
}

.modal.is-active .modal__dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1.0;
}

.modal__closer {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTlweCIgaGVpZ2h0PSIxOXB4IiB2aWV3Qm94PSIwIDAgMTkgMTkiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PC9kZWZzPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTc4LjAwMDAwMCwgLTQ3LjAwMDAwMCkiIHN0cm9rZT0iIzczNzg4NSIgc3Ryb2tlLXdpZHRoPSIzIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4MC4wMDAwMDAsIDQ5LjAwMDAwMCkiPjxwYXRoIGQ9Ik0xNSwwIEwwLDE1Ij48L3BhdGg+PHBhdGggZD0iTTAsMCBMMTUsMTUiPjwvcGF0aD48L2c+PC9nPjwvZz48L3N2Zz4=");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 19px 19px;
  border: 0;
  cursor: pointer;
  height: 20px;
  left: 20px;
  margin: 0;
  position: absolute;
  text-indent: -9999px;
  top: 24px;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  width: 20px;
}

.modal__closer:hover {
  opacity: 0.8;
}

.modal__closer:focus, .modal__closer:active {
  outline: 0;
  color: #1F263B;
}

.modal__headline {
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 28px;
  margin-bottom: 10px;
  text-align: center;
}

.modal__intro {
  color: #7E838E;
  font-size: 15px;
  letter-spacing: -0.35px;
  line-height: 22px;
  margin-bottom: 20px;
  text-align: center;
}

.modal-backdrop {
  background: rgba(31, 38, 59, 0.6);
  display: none;
  height: 100%;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 100%;
  z-index: 500;
}

.modal-backdrop.is-active {
  opacity: 1.0;
}

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

input {
  line-height: normal;
}

.form-control {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-sizing: border-box;
  background-color: #fff;
  background-image: none;
  border: 1px solid #D8DADE;
  border-radius: 4px;
  color: #1F263B;
  display: block;
  font-size: 16px;
  height: 60px;
  line-height: 1.4em;
  padding: 10px 15px;
  width: 100%;
  -webkit-transition: border-color ease-in-out .15s;
  transition: border-color ease-in-out .15s;
}

.form-control.form-control-lg {
  height: 60px;
}

.form-control.text-lg {
  font-size: 22px;
}

.form-control:focus {
  border-color: #1F263B;
  outline: 0;
}

select.form-control {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  line-height: 25px;
}

select.form-control.text-lg {
  font-size: 22px;
}

textarea.form-control {
  height: auto;
}

::-webkit-input-placeholder {
  color: #AFB2BB;
}

::-moz-placeholder {
  color: #AFB2BB;
}

:-ms-input-placeholder {
  color: #AFB2BB;
}

:-moz-placeholder {
  color: #AFB2BB;
}

.form-control::-ms-expand {
  border: 0;
  background-color: transparent;
}

label {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
}

label.plain {
  display: inline;
  font-weight: 400;
  margin: 0;
}

.form-step {
  margin-bottom: 40px;
  position: relative;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.form-step.disabled {
  opacity: 0.3;
}

.form-step__index {
  background: #1F263B;
  border-radius: 25px;
  color: #fff;
  font-size: 22px;
  font-weight: 800;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0 auto;
  width: 40px;
}

@media only screen and (min-width: 1024px) {
  .form-step__index {
    float: left;
    margin-right: 20px;
  }
}

.form-step__headline {
  line-height: 40px;
  letter-spacing: -0.1px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .form-step__headline {
    text-align: left;
  }
}

.form-step ul li + li {
  margin-top: 10px;
}

@media only screen and (min-width: 1024px) {
  .form-steps {
    margin: 0 40px 0 100px;
  }
}

.form-group {
  position: relative;
  margin-bottom: 20px;
}

.form-group:before, .form-group:after {
  content: " ";
  display: table;
}

.form-group:after {
  clear: both;
}

.form-group > :last-child {
  margin-bottom: 0;
}

.form-group.with-error .form-control, .form-group .field_with_errors .form-control {
  border-color: #F38F64;
}

.form-group__label-link {
  color: inherit;
  display: inline-block;
  position: relative;
  z-index: 100;
  float: right;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}

.form-group__label-link:after {
  background: rgba(182, 231, 240, 0.8);
  bottom: 1px;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.form-group__label-link:hover {
  text-decoration: none;
}

.form-group__label-link:hover:after {
  height: 100%;
}

.form-payment-row {
  margin-left: -10px;
  margin-right: -10px;
  width: calc(100% + 20px);
}

.form-payment-row::after {
  clear: both;
  content: "";
  display: block;
}

.form-payment-row__expiration {
  width: calc(50% - 15px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .form-payment-row__expiration {
    width: calc(33.33333% - 13.33333px);
    float: left;
    margin-left: 10px;
  }
}

.form-payment-row__cvv {
  width: calc(50% - 15px);
  float: left;
  margin-left: 10px;
}

@media only screen and (min-width: 768px) {
  .form-payment-row__cvv {
    width: calc(33.33333% - 13.33333px);
    float: left;
    margin-left: 10px;
  }
}

.form-payment-row__zip {
  width: calc(100% - 20px);
  float: left;
  margin-left: 10px;
  clear: both;
}

@media only screen and (min-width: 768px) {
  .form-payment-row__zip {
    width: calc(33.33333% - 13.33333px);
    float: left;
    margin-left: 10px;
    clear: none;
  }
}

.form-payment-row__zip .form-group {
  margin-bottom: 0;
}

.form-legal {
  font-size: 14px;
  color: #737885;
  line-height: 20px;
  margin-bottom: 40px;
}

.form-legal a {
  color: inherit;
  display: inline-block;
  position: relative;
  z-index: 100;
}

.form-legal a:after {
  background: rgba(182, 231, 240, 0.8);
  bottom: 1px;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.form-legal a:hover {
  text-decoration: none;
}

.form-legal a:hover:after {
  height: 100%;
}

.form-group .form-field-label {
  background: #fff;
  border-radius: 4px;
  border: 1px solid #D8DADE;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  padding: 8px 15px;
}

.form-group .form-field-label label {
  color: #AFB2BB;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding-bottom: 5px;
  margin-bottom: 0;
  opacity: 1.0;
  overflow: hidden;
  -webkit-transition: height ease-in-out 0.15s, opacity ease-in-out 0.15s;
  transition: height ease-in-out 0.15s, opacity ease-in-out 0.15s;
}

.form-group .form-field-label .form-control {
  border: none;
  box-shadow: none;
  height: auto;
  outline: none;
  padding: 0;
}

.form-group .form-field-label .form-control:focus {
  box-shadow: none;
}

.form-group .form-field-label select {
  padding-left: 0;
  line-height: 20px;
  margin-bottom: 2px;
  margin-top: 2px;
}

.form-group .form-field-label select option {
  padding-left: 0;
}

.form-group .form-field-label.is-empty label {
  height: 0px;
  opacity: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.form-group .form-field-label.is-empty select {
  color: #AFB2BB;
}

.form-group .form-field-label.is-empty input.form-control {
  height: 42px;
}

.form-group .form-field-label.is-empty select.form-control {
  height: 38px;
}

.form-group .form-field-label.is-focused {
  border: 1px solid #61BED9;
}

.form-group .form-field-label.with-choices {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border: 1px solid #61BED9;
  border-bottom: 0;
}

.form-group .form-field-label.read-only {
  cursor: not-allowed;
}

.form-group .form-field-label.read-only input {
  cursor: not-allowed;
}

.form-group.with-error .form-field-label.is-empty label {
  height: auto;
  opacity: 1;
  padding-bottom: 5px;
}

.form-group .form-field-label + .form-field-error {
  margin-top: 11px;
  padding-left: 15px;
}

.form-actions {
  margin-top: 40px;
}

.form-actions .btn {
  border-radius: 30px;
  padding-bottom: 5px;
  padding-top: 5px;
}

.form-actions__links {
  margin-top: 40px;
  text-align: center;
}

.form-actions__links a {
  color: inherit;
  display: inline-block;
  position: relative;
  z-index: 100;
}

.form-actions__links a:after {
  background: rgba(182, 231, 240, 0.8);
  bottom: 1px;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.form-actions__links a:hover {
  text-decoration: none;
}

.form-actions__links a:hover:after {
  height: 100%;
}

.text-error,
.form-errors {
  color: #F38F64;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 0;
  margin-top: 5px;
}

.text-error.general,
.form-errors.general {
  line-height: 1.5em;
  margin: 0 auto 40px auto;
  max-width: 400px;
  text-align: center;
}

.text-error strong,
.form-errors strong {
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
}

.form-control-addon {
  position: relative;
}

.form-control-addon .form-control-prefix ~ .form-control {
  padding-left: 35px;
}

.form-control-addon .form-control-prefix.desktop-only ~ .form-control {
  padding-left: 5px;
}

@media only screen and (min-width: 1024px) {
  .form-control-addon .form-control-prefix.desktop-only ~ .form-control {
    padding-left: 35px;
  }
}

.form-control-addon .form-control-suffix ~ .form-control {
  padding-right: 35px;
}

.form-control-addon .form-control-suffix.desktop-only ~ .form-control {
  padding-right: 0;
}

@media only screen and (min-width: 1024px) {
  .form-control-addon .form-control-suffix.desktop-only ~ .form-control {
    padding-right: 35px;
  }
}

.form-control-addon .form-control-prefix {
  color: rgba(31, 38, 59, 0.3);
  display: block;
  font-size: 16px;
  left: 15px;
  line-height: 16px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
}

.form-control-addon .form-control-prefix.desktop-only {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .form-control-addon .form-control-prefix.desktop-only {
    display: block;
  }
}

.form-control-addon .form-control-suffix {
  color: rgba(31, 38, 59, 0.3);
  display: block;
  font-size: 16px;
  right: 15px;
  line-height: 16px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
}

.form-control-addon .form-control-suffix.lock {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIyMXB4IiB2aWV3Qm94PSIwIDAgMTYgMjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PC9kZWZzPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC03NTIuMDAwMDAwLCAtMTE2MC4wMDAwMDApIiBmaWxsPSIjQUZCMkJCIiBmaWxsLXJ1bGU9Im5vbnplcm8iPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIyNi4wMDAwMDAsIDkzOS4wMDAwMDApIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwgMTY5LjAwMDAwMCkiPjxwYXRoIGQ9Ik01NDAsNTkgTDUzOSw1OSBMNTM5LDU3IEM1MzksNTQuMjQgNTM2Ljc2LDUyIDUzNCw1MiBDNTMxLjI0LDUyIDUyOSw1NC4yNCA1MjksNTcgTDUyOSw1OSBMNTI4LDU5IEM1MjYuOSw1OSA1MjYsNTkuOSA1MjYsNjEgTDUyNiw3MSBDNTI2LDcyLjEgNTI2LjksNzMgNTI4LDczIEw1NDAsNzMgQzU0MS4xLDczIDU0Miw3Mi4xIDU0Miw3MSBMNTQyLDYxIEM1NDIsNTkuOSA1NDEuMSw1OSA1NDAsNTkgWiBNNTM0LDY4IEM1MzIuOSw2OCA1MzIsNjcuMSA1MzIsNjYgQzUzMiw2NC45IDUzMi45LDY0IDUzNCw2NCBDNTM1LjEsNjQgNTM2LDY0LjkgNTM2LDY2IEM1MzYsNjcuMSA1MzUuMSw2OCA1MzQsNjggWiBNNTM3LDU5IEw1MzEsNTkgTDUzMSw1Ny4wMzkyMTU3IEM1MzEsNTUuMzYyNzQ1MSA1MzIuMzQ1MTYxLDU0IDUzNCw1NCBDNTM1LjY1NDgzOSw1NCA1MzcsNTUuMzYyNzQ1MSA1MzcsNTcuMDM5MjE1NyBMNTM3LDU5IFoiPjwvcGF0aD48L2c+PC9nPjwvZz48L2c+PC9zdmc+");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 16px 21px;
  height: 22px;
  margin-top: -11px;
  width: 22px;
}

.form-control-addon .form-control-suffix.desktop {
  display: none;
}

@media only screen and (min-width: 1024px) {
  .form-control-addon .form-control-suffix.desktop {
    display: block;
  }
}

.form-label-icons {
  float: right;
  height: 24px;
  width: 120px;
}

.form-label-icons.cards {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTEzcHgiIGhlaWdodD0iMjRweCIgdmlld0JveD0iMCAwIDExMyAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj48ZGVmcz48L2RlZnM+PGcgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTY3Ny4wMDAwMDAsIC0xMTA4LjAwMDAwMCkiIGZpbGwtcnVsZT0ibm9uemVybyI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMjI2LjAwMDAwMCwgOTM5LjAwMDAwMCkiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuMDAwMDAwLCAxNjkuMDAwMDAwKSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNDUxLjAwMDAwMCwgMC4wMDAwMDApIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSg4MC4wMDAwMDAsIDAuMDAwMDAwKSI+PHBhdGggZD0iTTI5LjcsMC40NzE0Mjg1NzEgTDMuMywwLjQ3MTQyODU3MSBDMS43MzQ4NTcxNCwwLjQ3MTQyODU3MSAwLjQ3MTQyODU3MSwxLjczNDg1NzE0IDAuNDcxNDI4NTcxLDMuMyBMMC40NzE0Mjg1NzEsMjAuMjcxNDI4NiBDMC40NzE0Mjg1NzEsMjEuODM2NTcxNCAxLjczNDg1NzE0LDIzLjEgMy4zLDIzLjEgTDI5LjcsMjMuMSBDMzEuMjY1MTQyOSwyMy4xIDMyLjUyODU3MTQsMjEuODM2NTcxNCAzMi41Mjg1NzE0LDIwLjI3MTQyODYgTDMyLjUyODU3MTQsMy4zIEMzMi41Mjg1NzE0LDEuNzM0ODU3MTQgMzEuMjY1MTQyOSwwLjQ3MTQyODU3MSAyOS43LDAuNDcxNDI4NTcxIFoiIGZpbGw9IiNGOEY4RjgiPjwvcGF0aD48cGF0aCBkPSJNMzAuMTcxNDI4NiwwLjk0Mjg1NzE0MyBDMzEuMjA4NTcxNCwwLjk0Mjg1NzE0MyAzMi4wNTcxNDI5LDEuNzkxNDI4NTcgMzIuMDU3MTQyOSwyLjgyODU3MTQzIEwzMi4wNTcxNDI5LDIwLjc0Mjg1NzEgQzMyLjA1NzE0MjksMjEuNzggMzEuMjA4NTcxNCwyMi42Mjg1NzE0IDMwLjE3MTQyODYsMjIuNjI4NTcxNCBMMi44Mjg1NzE0MywyMi42Mjg1NzE0IEMxLjc5MTQyODU3LDIyLjYyODU3MTQgMC45NDI4NTcxNDMsMjEuNzggMC45NDI4NTcxNDMsMjAuNzQyODU3MSBMMC45NDI4NTcxNDMsMi44Mjg1NzE0MyBDMC45NDI4NTcxNDMsMS43OTE0Mjg1NyAxLjc5MTQyODU3LDAuOTQyODU3MTQzIDIuODI4NTcxNDMsMC45NDI4NTcxNDMgTDMwLjE3MTQyODYsMC45NDI4NTcxNDMgTDMwLjE3MTQyODYsMC45NDI4NTcxNDMgWiBNMzAuMTcxNDI4NiwwIEwyLjgyODU3MTQzLDAgQzEuMjYzNDI4NTcsMCAwLDEuMjYzNDI4NTcgMCwyLjgyODU3MTQzIEwwLDIwLjc0Mjg1NzEgQzAsMjIuMzA4IDEuMjYzNDI4NTcsMjMuNTcxNDI4NiAyLjgyODU3MTQzLDIzLjU3MTQyODYgTDMwLjE3MTQyODYsMjMuNTcxNDI4NiBDMzEuNzM2NTcxNCwyMy41NzE0Mjg2IDMzLDIyLjMwOCAzMywyMC43NDI4NTcxIEwzMywyLjgyODU3MTQzIEMzMywxLjI2MzQyODU3IDMxLjczNjU3MTQsMCAzMC4xNzE0Mjg2LDAgWiIgZmlsbD0iI0U3RTdFNyI+PC9wYXRoPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIuNzM0Mjg2LCA4LjI5NzE0MykiIGZpbGw9IiNBRkIyQkIiPjxwYXRoIGQ9Ik0zLjgwOTE0Mjg2LDMuODE4NTcxNDMgTDUuNDMwODU3MTQsMy44MTg1NzE0MyBMNC42MiwxLjgzODU3MTQzIEwzLjgwOTE0Mjg2LDMuODE4NTcxNDMgWiBNMTYuNTA5NDI4NiwyLjAyNzE0Mjg2IEwxNi41MDk0Mjg2LDIuOTMyMjg1NzEgTDE5LjEzMDU3MTQsMi45MzIyODU3MSBMMTkuMTMwNTcxNCwzLjk1MDU3MTQzIEwxNi41MDk0Mjg2LDMuOTUwNTcxNDMgTDE2LjUwOTQyODYsNC45NSBMMTkuNDQxNzE0Myw0Ljk1IEwyMC43OTk0Mjg2LDMuNDY5NzE0MjkgTDE5LjUwNzcxNDMsMi4wMjcxNDI4NiBMMTYuNTA5NDI4NiwyLjAyNzE0Mjg2IFoiPjwvcGF0aD48cGF0aCBkPSJNMjYuODkwMjg1NywwIEwyMi41OTA4NTcxLDAgTDIxLjYxMDI4NTcsMS4wNjU0Mjg1NyBMMjAuNjk1NzE0MywwIEwxMS44MTQsMCBMMTEuMDMxNDI4NiwxLjc5MTQyODU3IEwxMC4yMywwIEw2LjU2MjI4NTcxLDAgTDYuNTYyMjg1NzEsMC44Mjk3MTQyODYgTDYuMTU2ODU3MTQsMCBMMy4wNTQ4NTcxNCwwIEwwLjA0NzE0Mjg1NzEsNi45NTgyODU3MSBMMy42Mzk0Mjg1Nyw2Ljk1ODI4NTcxIEw0LjEwMTQyODU3LDUuODQ1NzE0MjkgTDUuMTE5NzE0MjksNS44NDU3MTQyOSBMNS41NzIyODU3MSw2Ljk1ODI4NTcxIEw5LjU3LDYuOTU4Mjg1NzEgTDkuNTcsNi4xMTkxNDI4NiBMOS45MjgyODU3MSw2Ljk3NzE0Mjg2IEwxMi4wMDI1NzE0LDYuOTc3MTQyODYgTDEyLjM2MDg1NzEsNi4xMTkxNDI4NiBMMTIuMzYwODU3MSw2Ljk3NzE0Mjg2IEwyMC41NTQyODU3LDYuOTc3MTQyODYgTDIxLjU2MzE0MjksNS44OTI4NTcxNCBMMjIuNTI0ODU3MSw2Ljk3NzE0Mjg2IEwyNi43NDg4NTcxLDYuOTc3MTQyODYgTDIzLjYzNzQyODYsMy41MTY4NTcxNCBMMjYuODkwMjg1NywwIFogTTE0LjQ3Mjg1NzEsNS45NjgyODU3MSBMMTMuMjU2NTcxNCw1Ljk2ODI4NTcxIEwxMy4yNTY1NzE0LDIuMDU1NDI4NTcgTDExLjUzMTE0MjksNS45NjgyODU3MSBMMTAuNDY1NzE0Myw1Ljk2ODI4NTcxIEw4Ljc0MDI4NTcxLDIuMDU1NDI4NTcgTDguNzQwMjg1NzEsNS45NjgyODU3MSBMNi4zMTcxNDI4Niw1Ljk2ODI4NTcxIEw1Ljg2NDU3MTQzLDQuODU1NzE0MjkgTDMuMzc1NDI4NTcsNC44NTU3MTQyOSBMMi45MTM0Mjg1Nyw1Ljk2ODI4NTcxIEwxLjYxMjI4NTcxLDUuOTY4Mjg1NzEgTDMuNzQzMTQyODYsMC45ODA1NzE0MjkgTDUuNTE1NzE0MjksMC45ODA1NzE0MjkgTDcuNTQyODU3MTQsNS43MDQyODU3MSBMNy41NDI4NTcxNCwwLjk4MDU3MTQyOSBMOS40ODUxNDI4NiwwLjk4MDU3MTQyOSBMMTEuMDUwMjg1Nyw0LjM2NTQyODU3IEwxMi40ODM0Mjg2LDAuOTgwNTcxNDI5IEwxNC40NzI4NTcxLDAuOTgwNTcxNDI5IEwxNC40NzI4NTcxLDUuOTY4Mjg1NzEgTDE0LjQ3Mjg1NzEsNS45NjgyODU3MSBaIE0yNC41ODk3MTQzLDUuOTg3MTQyODYgTDIzLjA0MzQyODYsNS45ODcxNDI4NiBMMjEuNTcyNTcxNCw0LjMzNzE0Mjg2IEwyMC4wNTQ1NzE0LDUuOTg3MTQyODYgTDE1LjMzMDg1NzEsNS45ODcxNDI4NiBMMTUuMzMwODU3MSwwLjk5IEwyMC4xMywwLjk5IEwyMS42MDA4NTcxLDIuNjMwNTcxNDMgTDIzLjExODg1NzEsMC45OSBMMjQuNjg0LDAuOTkgTDIyLjM2NDU3MTQsMy40ODg1NzE0MyBMMjQuNTg5NzE0Myw1Ljk4NzE0Mjg2IFoiPjwvcGF0aD48L2c+PC9nPjxnPjxwYXRoIGQ9Ik0zMC4xNzE0Mjg2LDIzLjU3MTQyODYgTDIuODI4NTcxNDMsMjMuNTcxNDI4NiBDMS4yNjM0Mjg1NywyMy41NzE0Mjg2IDAsMjIuMzA4IDAsMjAuNzQyODU3MSBMMCwyLjgyODU3MTQzIEMwLDEuMjYzNDI4NTcgMS4yNjM0Mjg1NywwIDIuODI4NTcxNDMsMCBMMzAuMTcxNDI4NiwwIEMzMS43MzY1NzE0LDAgMzMsMS4yNjM0Mjg1NyAzMywyLjgyODU3MTQzIEwzMywyMC43NDI4NTcxIEMzMywyMi4zMDggMzEuNzM2NTcxNCwyMy41NzE0Mjg2IDMwLjE3MTQyODYsMjMuNTcxNDI4NiBaIiBmaWxsPSIjRjhGOEY4Ij48L3BhdGg+PHBhdGggZD0iTTMwLjE3MTQyODYsMC45NDI4NTcxNDMgQzMxLjIwODU3MTQsMC45NDI4NTcxNDMgMzIuMDU3MTQyOSwxLjc5MTQyODU3IDMyLjA1NzE0MjksMi44Mjg1NzE0MyBMMzIuMDU3MTQyOSwyMC43NDI4NTcxIEMzMi4wNTcxNDI5LDIxLjc4IDMxLjIwODU3MTQsMjIuNjI4NTcxNCAzMC4xNzE0Mjg2LDIyLjYyODU3MTQgTDIuODI4NTcxNDMsMjIuNjI4NTcxNCBDMS43OTE0Mjg1NywyMi42Mjg1NzE0IDAuOTQyODU3MTQzLDIxLjc4IDAuOTQyODU3MTQzLDIwLjc0Mjg1NzEgTDAuOTQyODU3MTQzLDIuODI4NTcxNDMgQzAuOTQyODU3MTQzLDEuNzkxNDI4NTcgMS43OTE0Mjg1NywwLjk0Mjg1NzE0MyAyLjgyODU3MTQzLDAuOTQyODU3MTQzIEwzMC4xNzE0Mjg2LDAuOTQyODU3MTQzIEwzMC4xNzE0Mjg2LDAuOTQyODU3MTQzIFogTTMwLjE3MTQyODYsMCBMMi44Mjg1NzE0MywwIEMxLjI2MzQyODU3LDAgMCwxLjI2MzQyODU3IDAsMi44Mjg1NzE0MyBMMCwyMC43NDI4NTcxIEMwLDIyLjMwOCAxLjI2MzQyODU3LDIzLjU3MTQyODYgMi44Mjg1NzE0MywyMy41NzE0Mjg2IEwzMC4xNzE0Mjg2LDIzLjU3MTQyODYgQzMxLjczNjU3MTQsMjMuNTcxNDI4NiAzMywyMi4zMDggMzMsMjAuNzQyODU3MSBMMzMsMi44Mjg1NzE0MyBDMzMsMS4yNjM0Mjg1NyAzMS43MzY1NzE0LDAgMzAuMTcxNDI4NiwwIFoiIGZpbGw9IiNFN0U3RTciPjwvcGF0aD48cGF0aCBkPSJNMTMuODUwNTcxNCw3Ljc0MDg1NzE0IEwxMi4xMTU3MTQzLDE1Ljc5Mjg1NzEgTDE0LjIwODg1NzEsMTUuNzkyODU3MSBMMTUuOTQzNzE0Myw3Ljc0MDg1NzE0IEwxMy44NTA1NzE0LDcuNzQwODU3MTQgWiBNMjcuMzMzNDI4Niw3Ljc0MDg1NzE0IEwyNS41NTE0Mjg2LDcuNzQwODU3MTQgQzI1LjE1NTQyODYsNy43NDA4NTcxNCAyNC44MDY1NzE0LDcuOTc2NTcxNDMgMjQuNjY1MTQyOSw4LjMyNTQyODU3IEwyMS41MTYsMTUuNzkyODU3MSBMMjMuNzEyODU3MSwxNS43OTI4NTcxIEwyNC4xNDY1NzE0LDE0LjU4NiBMMjYuODMzNzE0MywxNC41ODYgTDI3LjA4ODI4NTcsMTUuNzkyODU3MSBMMjkuMDMwNTcxNCwxNS43OTI4NTcxIEwyNy4zMzM0Mjg2LDcuNzQwODU3MTQgTDI3LjMzMzQyODYsNy43NDA4NTcxNCBaIE0yNC43NTk0Mjg2LDEyLjkzNiBMMjUuODUzMTQyOSw5LjkxODg1NzE0IEwyNi40ODQ4NTcxLDEyLjkzNiBMMjQuNzU5NDI4NiwxMi45MzYgWiBNMTAuNzQ4NTcxNCw3Ljc0MDg1NzE0IEw4LjU3MDU3MTQzLDEzLjIxODg1NzEgTDcuNjg0Mjg1NzEsOC41NjExNDI4NiBDNy41NzExNDI4Niw4LjAzMzE0Mjg2IDcuMTc1MTQyODYsNy43MzE0Mjg1NyA2LjcxMzE0Mjg2LDcuNzMxNDI4NTcgTDMuMTY4LDcuNzMxNDI4NTcgTDMuMTIwODU3MTQsNy45NjcxNDI4NiBDMy44NTYyODU3MSw4LjEyNzQyODU3IDQuNjc2NTcxNDMsOC4zODIgNS4xODU3MTQyOSw4LjY0NiBDNS40ODc0Mjg1Nyw4LjgyNTE0Mjg2IDUuNTgxNzE0MjksOC45NjY1NzE0MyA1LjY3Niw5LjM2MjU3MTQzIEw3LjM0NDg1NzE0LDE1LjgwMjI4NTcgTDkuNTUxMTQyODYsMTUuODAyMjg1NyBMMTIuOTU0ODU3MSw3Ljc1MDI4NTcxIEwxMC43NDg1NzE0LDcuNzUwMjg1NzEgTDEwLjc0ODU3MTQsNy43NDA4NTcxNCBMMTAuNzQ4NTcxNCw3Ljc0MDg1NzE0IFogTTE4LjY5Njg1NzEsOS45ODQ4NTcxNCBDMTguNjk2ODU3MSw5LjcwMiAxOC45Nzk3MTQzLDkuMzgxNDI4NTcgMTkuNTgzMTQyOSw5LjMxNTQyODU3IEMxOS44ODQ4NTcxLDkuMjg3MTQyODYgMjAuNzE0NTcxNCw5LjI0OTQyODU3IDIxLjY0OCw5LjY4MzE0Mjg2IEwyMi4wMTU3MTQzLDcuOTY3MTQyODYgQzIxLjUwNjU3MTQsNy43ODggMjAuODU2LDcuNjE4Mjg1NzEgMjAuMDY0LDcuNjE4Mjg1NzEgQzE3Ljk5OTE0MjksNy42MTgyODU3MSAxNi41Mzc3MTQzLDguNzEyIDE2LjUxODg1NzEsMTAuMjg2NTcxNCBDMTYuNSwxMS40NDYyODU3IDE3LjU2NTQyODYsMTIuMDk2ODU3MSAxOC4zNDgsMTIuNDgzNDI4NiBDMTkuMTU4ODU3MSwxMi44Nzk0Mjg2IDE5LjQ0MTcxNDMsMTMuMTM0IDE5LjQzMjI4NTcsMTMuNDgyODU3MSBDMTkuNDMyMjg1NywxNC4wMjAyODU3IDE4Ljc4MTcxNDMsMTQuMjY1NDI4NiAxOC4xNzgyODU3LDE0LjI3NDg1NzEgQzE3LjEzMTcxNDMsMTQuMjkzNzE0MyAxNi41MDk0Mjg2LDEzLjk5MiAxNi4wMjg1NzE0LDEzLjc2NTcxNDMgTDE1LjY1MTQyODYsMTUuNTI4ODU3MSBDMTYuMTQxNzE0MywxNS43NTUxNDI5IDE3LjA0Njg1NzEsMTUuOTQzNzE0MyAxNy45ODk3MTQzLDE1Ljk2MjU3MTQgQzIwLjE5NiwxNS45NjI1NzE0IDIxLjYyOTE0MjksMTQuODc4Mjg1NyAyMS42NDgsMTMuMjA5NDI4NiBDMjEuNjI5MTQyOSwxMS4wNTAyODU3IDE4LjY3OCwxMC45MTgyODU3IDE4LjY5Njg1NzEsOS45ODQ4NTcxNCBaIiBmaWxsPSIjQUZCMkJCIj48L3BhdGg+PC9nPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDQwLjAwMDAwMCwgMC4wMDAwMDApIj48cGF0aCBkPSJNMzAuMTcxNDI4NiwyMy41NzE0Mjg2IEwyLjgyODU3MTQzLDIzLjU3MTQyODYgQzEuMjYzNDI4NTcsMjMuNTcxNDI4NiAwLDIyLjMwOCAwLDIwLjc0Mjg1NzEgTDAsMi44Mjg1NzE0MyBDMCwxLjI2MzQyODU3IDEuMjYzNDI4NTcsMCAyLjgyODU3MTQzLDAgTDMwLjE3MTQyODYsMCBDMzEuNzM2NTcxNCwwIDMzLDEuMjYzNDI4NTcgMzMsMi44Mjg1NzE0MyBMMzMsMjAuNzQyODU3MSBDMzMsMjIuMzA4IDMxLjczNjU3MTQsMjMuNTcxNDI4NiAzMC4xNzE0Mjg2LDIzLjU3MTQyODYgWiIgZmlsbD0iI0Y4RjhGOCI+PC9wYXRoPjxwYXRoIGQ9Ik0zMC4xNzE0Mjg2LDAuOTQyODU3MTQzIEMzMS4yMDg1NzE0LDAuOTQyODU3MTQzIDMyLjA1NzE0MjksMS43OTE0Mjg1NyAzMi4wNTcxNDI5LDIuODI4NTcxNDMgTDMyLjA1NzE0MjksMjAuNzQyODU3MSBDMzIuMDU3MTQyOSwyMS43OCAzMS4yMDg1NzE0LDIyLjYyODU3MTQgMzAuMTcxNDI4NiwyMi42Mjg1NzE0IEwyLjgyODU3MTQzLDIyLjYyODU3MTQgQzEuNzkxNDI4NTcsMjIuNjI4NTcxNCAwLjk0Mjg1NzE0MywyMS43OCAwLjk0Mjg1NzE0MywyMC43NDI4NTcxIEwwLjk0Mjg1NzE0MywyLjgyODU3MTQzIEMwLjk0Mjg1NzE0MywxLjc5MTQyODU3IDEuNzkxNDI4NTcsMC45NDI4NTcxNDMgMi44Mjg1NzE0MywwLjk0Mjg1NzE0MyBMMzAuMTcxNDI4NiwwLjk0Mjg1NzE0MyBMMzAuMTcxNDI4NiwwLjk0Mjg1NzE0MyBaIE0zMC4xNzE0Mjg2LDAgTDIuODI4NTcxNDMsMCBDMS4yNjM0Mjg1NywwIDAsMS4yNjM0Mjg1NyAwLDIuODI4NTcxNDMgTDAsMjAuNzQyODU3MSBDMCwyMi4zMDggMS4yNjM0Mjg1NywyMy41NzE0Mjg2IDIuODI4NTcxNDMsMjMuNTcxNDI4NiBMMzAuMTcxNDI4NiwyMy41NzE0Mjg2IEMzMS43MzY1NzE0LDIzLjU3MTQyODYgMzMsMjIuMzA4IDMzLDIwLjc0Mjg1NzEgTDMzLDIuODI4NTcxNDMgQzMzLDEuMjYzNDI4NTcgMzEuNzM2NTcxNCwwIDMwLjE3MTQyODYsMCBaIiBmaWxsPSIjRTdFN0U3Ij48L3BhdGg+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNi45NzcxNDMsIDUuODQ1NzE0KSIgZmlsbD0iI0FGQjJCQiI+PGc+PGc+PHBhdGggZD0iTTE5LjAyNzMyODYsNS45NDE0MTQyOSBDMTkuMDI3MzI4Niw5LjE5NTU5MTQzIDE2LjM5MjA0MjksMTEuODMwOTcxNCAxMy4xNDkxOCwxMS44MzA5NzE0IEM5LjkwNjMxNzE0LDExLjgzMDk3MTQgNy4yNzExMjU3MSw5LjE5NTY4NTcxIDcuMjcxMTI1NzEsNS45NDE0MTQyOSBDNy4yNzExMjU3MSwyLjY4NzE0Mjg2IDkuOTA2NiwwLjA1MTg1NzE0MjkgMTMuMTQ5MDg1NywwLjA1MTg1NzE0MjkgQzE2LjM5MTU3MTQsMC4wNTE4NTcxNDI5IDE5LjAyNzMyODYsMi42ODcxNDI4NiAxOS4wMjczMjg2LDUuOTQxNDE0MjkgWiI+PC9wYXRoPjxwYXRoIGQ9Ik0xMS43NzQyMTE0LDUuOTQxNDE0MjkgQzExLjc3NDIxMTQsOS4xOTU1OTE0MyA5LjEzODczNzE0LDExLjgzMDk3MTQgNS44OTYwNjI4NiwxMS44MzA5NzE0IEMyLjY1MzM4ODU3LDExLjgzMDk3MTQgMC4wMTc5MTQyODU3LDkuMTk1Njg1NzEgMC4wMTc5MTQyODU3LDUuOTQxNDE0MjkgQzAuMDE3OTE0Mjg1NywyLjY4NzE0Mjg2IDIuNjUzMiwwLjA1MTc2Mjg1NzEgNS44OTYwNjI4NiwwLjA1MTc2Mjg1NzEgQzkuMTM4OTI1NzEsMC4wNTE3NjI4NTcxIDExLjc3NDIxMTQsMi42ODcwNDg1NyAxMS43NzQyMTE0LDUuOTQxMzIgTDExLjc3NDIxMTQsNS45NDE0MTQyOSBaIj48L3BhdGg+PHBhdGggZD0iTTkuNTE2OTE3MTQsMS4zMDA3NjU3MSBDOC4xNDE4NTQyOSwyLjM3Nzc5MTQzIDcuMjcxMDMxNDMsNC4wNTA3OTcxNCA3LjI3MTAzMTQzLDUuOTQxNTA4NTcgQzcuMjcxMDMxNDMsNy44MzIyMiA4LjE1MzM1NzE0LDkuNTA0OTQyODYgOS41MTY5MTcxNCwxMC41ODIwNjI5IEMxMC44OTE4ODU3LDkuNTA0OTQyODYgMTEuNzYyODAyOSw3LjgzMjAzMTQzIDExLjc2MjgwMjksNS45NDEzMiBDMTEuNzYyODAyOSw0LjA1MDYwODU3IDEwLjg5MTg4NTcsMi4zNzc3OTE0MyA5LjUxNjkxNzE0LDEuMzAwNzY1NzEgWiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvZz48L2c+PC9nPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 113px 24px;
}

.form-trips-row {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .form-trips-row {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  .form-trips-row::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .form-trips-row__column {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
  }
}

.form-wrapper {
  max-width: 644px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.form-intro {
  max-width: 644px;
  margin: 0 auto;
  padding-bottom: 80px;
}

.component-appear {
  opacity: 0.01;
}

.component-appear.component-appear-active {
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}

.component-enter {
  opacity: 0.01;
}

.component-enter.component-enter-active {
  opacity: 1;
  -webkit-transition: opacity 500ms ease-in;
  transition: opacity 500ms ease-in;
}

.component-leave {
  opacity: 1;
}

.component-leave.component-leave-active {
  opacity: 0.01;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
}

.loading {
  margin: 40px auto;
  text-align: center;
}

.loading__spinner {
  -webkit-animation: spin 3s linear infinite;
  animation: spin 3s linear infinite;
  height: 24px;
  margin: 0 auto;
  width: 24px;
}

.loading__text {
  color: #7D8691;
  display: block;
  font-size: 14px;
  margin-top: 10px;
}

@-webkit-keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.drop-element {
  position: absolute;
  display: none;
  z-index: 200;
}

.drop-element.drop-open {
  display: block;
}

.drop-element.drop-theme-studiohop {
  max-height: 100%;
  max-width: 100%;
}

.drop-element.drop-theme-studiohop .drop-content {
  background: #fff;
  border-radius: 5px;
  color: #444;
  font-family: inherit;
  font-size: 1.1em;
  line-height: 1.5em;
  padding: 20px;
  position: relative;
  z-index: 200;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.2));
}

.drop-element.drop-theme-studiohop .drop-content:before {
  border-color: transparent;
  border-style: solid;
  border-width: 12px;
  content: "";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.drop-element.drop-theme-studiohop.with-calendar .drop-content {
  padding: 4px;
}

.drop-element.drop-theme-studiohop.drop-element-attached-bottom.drop-element-attached-center .drop-content {
  margin-bottom: 12px;
}

.drop-element.drop-theme-studiohop.drop-element-attached-bottom.drop-element-attached-center .drop-content:before {
  border-top-color: #fff;
  left: 50%;
  margin-left: -12px;
  top: 100%;
}

.drop-element.drop-theme-studiohop.drop-element-attached-top.drop-element-attached-center .drop-content {
  margin-top: 12px;
}

.drop-element.drop-theme-studiohop.drop-element-attached-top.drop-element-attached-center .drop-content:before {
  border-bottom-color: #fff;
  bottom: 100%;
  left: 50%;
  margin-left: -12px;
}

.drop-element.drop-theme-studiohop.drop-element-attached-right.drop-element-attached-middle .drop-content {
  margin-right: 12px;
}

.drop-element.drop-theme-studiohop.drop-element-attached-right.drop-element-attached-middle .drop-content:before {
  border-left-color: #fff;
  left: 100%;
  margin-top: -12px;
  top: 50%;
}

.drop-element.drop-theme-studiohop.drop-element-attached-left.drop-element-attached-middle .drop-content {
  margin-left: 12px;
}

.drop-element.drop-theme-studiohop.drop-element-attached-left.drop-element-attached-middle .drop-content:before {
  border-right-color: #fff;
  margin-top: -12px;
  right: 100%;
  top: 50%;
}

.drop-element.drop-theme-studiohop.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
  margin-top: 12px;
}

.drop-element.drop-theme-studiohop.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content:before {
  border-bottom-color: #fff;
  bottom: 100%;
  left: 12px;
}

.drop-element.drop-theme-studiohop.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
  margin-top: 12px;
}

.drop-element.drop-theme-studiohop.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content:before {
  border-bottom-color: #fff;
  bottom: 100%;
  right: 12px;
}

.drop-element.drop-theme-studiohop.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
  margin-bottom: 12px;
}

.drop-element.drop-theme-studiohop.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content:before {
  border-top-color: #fff;
  left: 12px;
  top: 100%;
}

.drop-element.drop-theme-studiohop.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
  margin-bottom: 12px;
}

.drop-element.drop-theme-studiohop.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content:before {
  border-top-color: #fff;
  right: 12px;
  top: 100%;
}

.drop-element.drop-theme-studiohop.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
  margin-right: 12px;
}

.drop-element.drop-theme-studiohop.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content:before {
  border-left-color: #fff;
  left: 100%;
  top: 12px;
}

.drop-element.drop-theme-studiohop.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
  margin-left: 12px;
}

.drop-element.drop-theme-studiohop.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content:before {
  border-right-color: #fff;
  right: 100%;
  top: 12px;
}

.drop-element.drop-theme-studiohop.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
  margin-right: 12px;
}

.drop-element.drop-theme-studiohop.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content:before {
  border-left-color: #fff;
  bottom: 12px;
  left: 100%;
}

.drop-element.drop-theme-studiohop.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
  margin-left: 12px;
}

.drop-element.drop-theme-studiohop.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content:before {
  border-right-color: #fff;
  bottom: 12px;
  right: 100%;
}

.drop-element.drop-theme-studiohop {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: opacity 100ms;
  transition: opacity 100ms;
  opacity: 0;
}

.drop-element.drop-theme-studiohop .drop-content {
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.265, 1.55);
  transition: -webkit-transform 0.3s cubic-bezier(0, 0, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0, 0, 0.265, 1.55);
  transition: transform 0.3s cubic-bezier(0, 0, 0.265, 1.55), -webkit-transform 0.3s cubic-bezier(0, 0, 0.265, 1.55);
  -webkit-transform: scale(0) translateZ(0);
  transform: scale(0) translateZ(0);
}

.drop-element.drop-theme-studiohop.drop-open {
  display: none;
}

.drop-element.drop-theme-studiohop.drop-open-transitionend {
  display: block;
}

.drop-element.drop-theme-studiohop.drop-after-open {
  -webkit-transition: none;
  transition: none;
  opacity: 1;
}

.drop-element.drop-theme-studiohop.drop-after-open .drop-content {
  -webkit-transform: scale(1) translateZ(0);
  transform: scale(1) translateZ(0);
}

.drop-element.drop-theme-studiohop.drop-element-attached-bottom.drop-element-attached-center .drop-content {
  -webkit-transform-origin: 50% calc(100% + 12px);
  transform-origin: 50% calc(100% + 12px);
}

.drop-element.drop-theme-studiohop.drop-element-attached-top.drop-element-attached-center .drop-content {
  -webkit-transform-origin: 50% -12px;
  transform-origin: 50% -12px;
}

.drop-element.drop-theme-studiohop.drop-element-attached-right.drop-element-attached-middle .drop-content {
  -webkit-transform-origin: calc(100% + 12px) 50%;
  transform-origin: calc(100% + 12px) 50%;
}

.drop-element.drop-theme-studiohop.drop-element-attached-left.drop-element-attached-middle .drop-content {
  -webkit-transform-origin: -12px 50%;
  transform-origin: -12px 50%;
}

.drop-element.drop-theme-studiohop.drop-element-attached-top.drop-element-attached-left.drop-target-attached-bottom .drop-content {
  -webkit-transform-origin: 0 -12px;
  transform-origin: 0 -12px;
}

.drop-element.drop-theme-studiohop.drop-element-attached-top.drop-element-attached-right.drop-target-attached-bottom .drop-content {
  -webkit-transform-origin: 100% -12px;
  transform-origin: 100% -12px;
}

.drop-element.drop-theme-studiohop.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-top .drop-content {
  -webkit-transform-origin: 0 calc(100% + 12px);
  transform-origin: 0 calc(100% + 12px);
}

.drop-element.drop-theme-studiohop.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-top .drop-content {
  -webkit-transform-origin: 100% calc(100% + 12px);
  transform-origin: 100% calc(100% + 12px);
}

.drop-element.drop-theme-studiohop.drop-element-attached-top.drop-element-attached-right.drop-target-attached-left .drop-content {
  -webkit-transform-origin: calc(100% + 12px) 0;
  transform-origin: calc(100% + 12px) 0;
}

.drop-element.drop-theme-studiohop.drop-element-attached-top.drop-element-attached-left.drop-target-attached-right .drop-content {
  -webkit-transform-origin: -12px 0;
  transform-origin: -12px 0;
}

.drop-element.drop-theme-studiohop.drop-element-attached-bottom.drop-element-attached-right.drop-target-attached-left .drop-content {
  -webkit-transform-origin: calc(100% + 12px) 100%;
  transform-origin: calc(100% + 12px) 100%;
}

.drop-element.drop-theme-studiohop.drop-element-attached-bottom.drop-element-attached-left.drop-target-attached-right .drop-content {
  -webkit-transform-origin: -12px 100%;
  transform-origin: -12px 100%;
}

/* ** */
.dropdown-content-template {
  display: none;
}

.drop-content > .dropdown-content-template {
  display: block;
}

.dropdown-list {
  min-width: 180px;
}

.dropdown-list__item {
  display: block;
  padding: 2px 5px;
  font-weight: 400;
  color: #AFB2BB;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.dropdown-list__item.is-selected {
  color: #61BED9;
  font-weight: 700;
}

.dropdown-list__item.with-icon {
  line-height: 35px;
}

.dropdown-list__item:hover {
  color: #1F263B;
  text-decoration: none;
}

.dropdown-list__item.heading {
  font-weight: 700;
  color: #1F263B;
}

.dropdown-list__item.heading:hover {
  color: inherit;
}

.dropdown-list__item + .dropdown-list__item.heading {
  margin-top: 10px;
}

.dropdown-list__item-icon {
  display: inline-block;
  height: 30px;
  margin-right: 5px;
  vertical-align: -9px;
  width: 30px;
}

.dropdown-list__item-icon.activity-icons {
  background-image: image-url("marketing/activity-icons.png");
  background-size: 105px 285px;
  background-repeat: no-repeat;
  background-position: -15px -15px;
}

.dropdown-list__item-icon.activity-all {
  background-position: 20px 20px;
}

.dropdown-list__item-icon.activity-barre {
  background-position: -15px -15px;
}

.dropdown-list__item-icon.activity-boxing {
  background-position: -15px -60px;
}

.dropdown-list__item-icon.activity-cross-train {
  background-position: -15px -105px;
}

.dropdown-list__item-icon.activity-cycling {
  background-position: -15px -150px;
}

.dropdown-list__item-icon.activity-dance {
  background-position: -15px -195px;
}

.dropdown-list__item-icon.activity-martial-arts {
  background-position: -60px -15px;
}

.dropdown-list__item-icon.activity-pilates {
  background-position: -60px -105px;
}

.dropdown-list__item-icon.activity-strength-train {
  background-position: -60px -150px;
}

.dropdown-list__item-icon.activity-yoga {
  background-position: -60px -195px;
}

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #1F263B;
  background: #fff;
  border: 1px solid none;
  border-bottom-color: #bbb;
  font-family: "visuelt", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.pika-single.is-hidden {
  display: none;
}

.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5);
}

.pika-single {
  *zoom: 1;
}

.pika-single:before, .pika-single:after {
  content: " ";
  display: table;
}

.pika-single:after {
  clear: both;
}

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}

.pika-title {
  position: relative;
  text-align: center;
}

.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  filter: alpha(opacity=0);
  opacity: 0;
}

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff;
}

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
  *position: absolute;
  *top: 0;
}

.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}

.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0;
}

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0;
}

.pika-select {
  display: inline-block;
  *display: inline;
}

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}

.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}

.pika-table th {
  color: #7D8691;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}

.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
}

.is-today .pika-button {
  color: #61BED9;
  font-weight: bold;
}

.is-selected .pika-button {
  color: #fff;
  font-weight: bold;
  background: #61BED9;
  box-shadow: inset 0 1px 3px #61BED9;
  border-radius: 3px;
}

.is-disabled .pika-button,
.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3;
}

.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
}

.pika-button:hover {
  color: #fff;
  background: #61BED9;
  box-shadow: none;
  border-radius: 3px;
}

.pika-button .is-selection-disabled {
  pointer-events: none;
  cursor: default;
}

.pika-week {
  font-size: 11px;
  color: #999;
}

.is-inrange .pika-button {
  background: #D5E9F7;
}

.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}

.alert {
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 20px 20px;
}

.alert.danger {
  background: #F38F64;
  color: #fff;
}

.alert.success {
  background: #6BCCC1;
  color: #fff;
}

.alert.warning {
  background: #98D6E2;
  color: #fff;
}

.intro-text, .form-intro, .quotes__cite, .accordions__accordion-body, .signup-form__info {
  color: #7D8691;
  font-size: 13px;
  letter-spacing: 0.15px;
  line-height: 18px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .intro-text, .form-intro, .quotes__cite, .accordions__accordion-body, .signup-form__info {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 20px;
  }
}

.intro-text a, .form-intro a, .quotes__cite a, .accordions__accordion-body a, .signup-form__info a {
  color: inherit;
  display: inline-block;
  position: relative;
  z-index: 100;
}

.intro-text a:after, .form-intro a:after, .quotes__cite a:after, .accordions__accordion-body a:after, .signup-form__info a:after {
  background: rgba(182, 231, 240, 0.8);
  bottom: 1px;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.intro-text a:hover, .form-intro a:hover, .quotes__cite a:hover, .accordions__accordion-body a:hover, .signup-form__info a:hover {
  text-decoration: none;
}

.intro-text a:hover:after, .form-intro a:hover:after, .quotes__cite a:hover:after, .accordions__accordion-body a:hover:after, .signup-form__info a:hover:after {
  height: 100%;
}

.flair {
  display: none;
}

@media only screen and (min-width: 1100px) {
  .flair-desktop {
    display: block;
  }
}

.flair.home-page {
  background: url("wp-content/themes/studiohop-fitness/images/marketing/home-desktop-flair.png") no-repeat top left;
  background-size: 199px 511px;
  width: 200px;
  height: 511px;
  position: absolute;
  top: -160px;
  left: 0;
}

.flair.home-page-2 {
  background: url("wp-content/themes/studiohop-fitness/images/marketing/home-desktop-flair-2.png") no-repeat top left;
  background-size: 141px 666px;
  width: 141px;
  height: 666px;
  position: absolute;
  top: -160px;
  right: 0;
}

.flair.membership-page {
  background: url("wp-content/themes/studiohop-fitness/images/marketing/membership-desktop-flair.png") no-repeat top left;
  background-size: 143px 416px;
  width: 143px;
  height: 416px;
  position: absolute;
  top: 80px;
  left: 0;
}

.flair-wrapper {
  position: relative;
}

.page-intro {
  padding: 40px 0;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .page-intro {
    padding: 60px 0 150px 0;
  }
}

.page-intro__intro {
  color: #1F263B;
  font-size: 20px;
  font-weight: 200;
  line-height: 26px;
  margin: 0;
  padding: 0 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .page-intro__intro {
    font-size: 38px;
    letter-spacing: -0.5px;
    line-height: 42px;
    max-width: 810px;
    margin: 0 auto;
  }
}

.page-intro__detail {
  max-width: 810px;
  margin: 10px auto 0 auto;
}

.page-intro__icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzdweCIgaGVpZ2h0PSIzNXB4IiB2aWV3Qm94PSIwIDAgMzcgMzUiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PC9kZWZzPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNDIuMDAwMDAwLCAtNjg1LjAwMDAwMCkiIGZpbGw9IiNDMkI3NTYiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDE1LjAwMDAwMCwgNjg1LjAwMDAwMCkiPjxwYXRoIGQ9Ik0xNTUuNjUxMzk0LDAuMTQ0ODE0MDk2IEMxNTUuMjk3Mzk0LC0wLjEwNTE4NTkwNCAxNTQuODA0Mzk0LC0wLjAyMzE4NTkwNDQgMTU0LjU2OTM5NCwwLjMzMTgxNDA5NiBDMTUyLjI2MTM5NCwzLjgxNzgxNDEgMTUxLjEwMjM5NCw3LjA3NjgxNDEgMTUwLjcwNzM5NCwxMC4wNTg4MTQxIEMxNTIuNDQzMzk0LDEzLjA0OTgxNDEgMTUzLjgyMTM5NCwxNi44MTc4MTQxIDE1NC41MjMzOTQsMjEuNTAwODE0MSBDMTQ2LjgzOTM5NCw0LjQzNTgxNDEgMTMyLjM1ODM5NCwzLjU5ODgxNDEgMTI4LjEyOTM5NCwzLjc0MzgxNDEgQzEyNy40NzYzOTQsMy43NjU4MTQxIDEyNi45NjAzOTQsNC4zMTI4MTQxIDEyNy4wMDIzOTQsNC45NTM4MTQxIEMxMjguNzE4Mzk0LDMxLjMyMjgxNDEgMTUwLjk4NjM5NCwzNC42MDE4MTQxIDE1Ni45NDIzOTQsMzUuMDA2ODE0MSBDMTU3LjY5MDM5NCwzNS4wNTc4MTQxIDE1OC4yOTQzOTQsMzQuNDAwODE0MSAxNTguMTY0Mzk0LDMzLjY3NDgxNDEgQzE1Ny42NjQzOTQsMzAuODc4ODE0MSAxNTcuMDIzMzk0LDI4LjM0NzgxNDEgMTU2LjI3NTM5NCwyNi4wNDU4MTQxIEMxNTkuMzA1Mzk0LDI4LjQ2MDgxNDEgMTU5LjQwMzM5NCwyOC4yNjA4MTQxIDE2MS4xNzkzOTQsMjQuMjkxODE0MSBDMTY2LjkxMjM5NCw5LjQ0MjgxNDEgMTU4LjE5NDM5NCwxLjk0MzgxNDEgMTU1LjY1MTM5NCwwLjE0NDgxNDA5NiI+PC9wYXRoPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 37px 35px;
  display: block;
  height: 35px;
  margin: 0 auto 10px auto;
  width: 37px;
}

.feature-icons {
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .feature-icons {
    padding: 60px 0;
  }
}

.feature-icons__headline {
  color: #1F263B;
  font-size: 26px;
  font-weight: 200;
  line-height: 30px;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .feature-icons__headline {
    font-size: 38px;
    letter-spacing: -0.5px;
    line-height: 42px;
    margin: 0 auto 40px auto;
    max-width: 640px;
  }
}

.feature-icons__features {
  list-style: none;
  margin: 0;
  padding: 0 20px;
}

@media only screen and (min-width: 768px) {
  .feature-icons__features::after {
    clear: both;
    content: "";
    display: block;
  }
}

.feature-icons__feature {
  color: #7D8691;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 0.15px;
  line-height: 18px;
  margin-bottom: 40px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .feature-icons__feature {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 20px;
  }
}

.feature-icons__feature img {
  display: block;
  height: 80px;
  margin: 0 auto 20px auto;
  width: 80px;
}

.feature-icons__feature strong {
  color: #1F263B;
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.07px;
  line-height: 23px;
}

@media only screen and (min-width: 768px) {
  .feature-icons__feature strong {
    font-size: 24px;
    letter-spacing: -0.1px;
    line-height: 28px;
    margin-bottom: 10px;
  }
}

.feature-icons__feature-cta {
  display: block;
  margin-top: 10px;
}

.feature-icons__feature-cta a {
  color: inherit;
  display: inline-block;
  position: relative;
  z-index: 100;
  color: #1F263B;
}

.feature-icons__feature-cta a:after {
  background: rgba(182, 231, 240, 0.8);
  bottom: 1px;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.feature-icons__feature-cta a:hover {
  text-decoration: none;
}

.feature-icons__feature-cta a:hover:after {
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .feature-icons.twins {
    max-width: 820px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .feature-icons.twins .feature-icons__feature {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .feature-icons.single {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .feature-icons.single .feature-icons__feature {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
}

.feature-icons.left-aligned .feature-icons__features {
  padding: 0;
}

.feature-icons.left-aligned .feature-icons__feature {
  padding-left: 80px;
  position: relative;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .feature-icons.left-aligned .feature-icons__feature {
    padding-left: 65px;
  }
}

.feature-icons.left-aligned .feature-icons__feature img {
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}

@media only screen and (min-width: 768px) {
  .feature-icons.left-aligned .feature-icons__feature img {
    width: 45px;
    height: 45px;
  }
}

.bios {
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .bios {
    padding: 60px 0;
  }
}

.bios__headline {
  color: #1F263B;
  font-size: 26px;
  font-weight: 200;
  line-height: 30px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .bios__headline {
    font-size: 38px;
    letter-spacing: -0.5px;
    line-height: 42px;
    margin: 0 auto 10px auto;
    max-width: 640px;
  }
}

.bios__intro {
  margin-bottom: 40px;
}

.bios .container {
  max-width: 810px;
}

.bios__bio {
  max-width: 400px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .bios__bio {
    max-width: none;
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  .bios__bio::after {
    clear: both;
    content: "";
    display: block;
  }
}

.bios__bio + .bios__bio {
  margin-top: 40px;
}

.bios__bio-photo {
  max-width: 240px;
  margin: 0 auto 20px auto;
}

@media only screen and (min-width: 768px) {
  .bios__bio-photo {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    padding-right: 40px;
  }
}

.bios__bio-photo img {
  border-radius: 50%;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  display: block;
  height: auto;
  max-width: 100%;
}

@media only screen and (min-width: 768px) {
  .bios__bio-content {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
  }
}

.bios__bio-name {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.07px;
  line-height: 23px;
  margin: 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .bios__bio-name {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.1px;
    text-align: left;
  }
}

.bios__bio-title {
  color: #7D8691;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: 0.15px;
  line-height: 21px;
  margin: 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .bios__bio-title {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
    text-align: left;
  }
}

.bios__bio-detail {
  margin-top: 20px;
}

.bios__bio-social-link {
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  height: 30px;
  text-indent: -9999px;
  width: 30px;
}

.bios__bio-social-link.facebook {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM3RDg2OTEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWZhY2Vib29rIj48cGF0aCBkPSJNMTggMmgtM2E1IDUgMCAwIDAtNSA1djNIN3Y0aDN2OGg0di04aDNsMS00aC00VjdhMSAxIDAgMCAxIDEtMWgzeiI+PC9wYXRoPjwvc3ZnPg==");
}

.bios__bio-social-link.twitter {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM3RDg2OTEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLXR3aXR0ZXIiPjxwYXRoIGQ9Ik0yMyAzYTEwLjkgMTAuOSAwIDAgMS0zLjE0IDEuNTMgNC40OCA0LjQ4IDAgMCAwLTcuODYgM3YxQTEwLjY2IDEwLjY2IDAgMCAxIDMgNHMtNCA5IDUgMTNhMTEuNjQgMTEuNjQgMCAwIDEtNyAyYzkgNSAyMCAwIDIwLTExLjVhNC41IDQuNSAwIDAgMC0uMDgtLjgzQTcuNzIgNy43MiAwIDAgMCAyMyAzeiI+PC9wYXRoPjwvc3ZnPg==");
}

.bios__bio-social-link.instagram {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM3RDg2OTEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLWluc3RhZ3JhbSI+PHJlY3QgeD0iMiIgeT0iMiIgd2lkdGg9IjIwIiBoZWlnaHQ9IjIwIiByeD0iNSIgcnk9IjUiPjwvcmVjdD48cGF0aCBkPSJNMTYgMTEuMzdBNCA0IDAgMSAxIDEyLjYzIDggNCA0IDAgMCAxIDE2IDExLjM3eiI+PC9wYXRoPjxsaW5lIHgxPSIxNy41IiB5MT0iNi41IiB4Mj0iMTcuNSIgeTI9IjYuNSI+PC9saW5lPjwvc3ZnPg==");
}

.bios__bio-social-link.email {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiBmaWxsPSJub25lIiBzdHJva2U9IiM3RDg2OTEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBjbGFzcz0iZmVhdGhlciBmZWF0aGVyLW1haWwiPjxwYXRoIGQ9Ik00IDRoMTZjMS4xIDAgMiAuOSAyIDJ2MTJjMCAxLjEtLjkgMi0yIDJINGMtMS4xIDAtMi0uOS0yLTJWNmMwLTEuMS45LTIgMi0yeiI+PC9wYXRoPjxwb2x5bGluZSBwb2ludHM9IjIyLDYgMTIsMTMgMiw2Ij48L3BvbHlsaW5lPjwvc3ZnPg==");
}

.bios__bio-social-link + .bios__bio-social-link {
  margin-left: 5px;
}

.best-of-header {
  padding-bottom: 40px;
}

.best-of-header .container {
  max-width: 640px;
}

@media only screen and (min-width: 768px) {
  .best-of-header .container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.best-of-header__logo {
  width: 180px;
  height: 180px;
  margin: 0 auto 20px auto;
}

@media only screen and (min-width: 768px) {
  .best-of-header__logo {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
  }
}

.best-of-header__logo img {
  display: block;
  height: auto;
  max-width: 100%;
}

.best-of-header__content {
  text-transform: lowercase;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .best-of-header__content {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
    text-align: left;
    padding-top: 30px;
  }
}

.best-of-header__title {
  color: #1F263B;
  font-size: 45px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .best-of-header__title {
    font-size: 60px;
  }
}

.best-of-header__city {
  color: #61BED9;
  font-size: 45px;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .best-of-header__city {
    font-size: 60px;
  }
}

.best-of-studios {
  padding-bottom: 40px;
}

.best-of-studios .container {
  max-width: 300px;
}

@media only screen and (min-width: 768px) {
  .best-of-studios .container {
    max-width: 980px;
  }
  .best-of-studios .container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .best-of-studios__cell {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
  }
}

.best-of-studios__cell:nth-child(3n + 1) {
  clear: both;
}

.best-of-studios__cell + .best-of-studios__cell {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .best-of-studios__cell + .best-of-studios__cell {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.best-of-studios__image {
  border-radius: 50%;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  display: block;
  margin: 0 auto 20px auto;
  max-width: 60%;
  padding: 20px;
}

.best-of-studios__image img {
  border-radius: 50%;
  display: block;
  height: auto;
  max-width: 100%;
}

.best-of-studios a.best-of-studios__image {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.best-of-studios a.best-of-studios__image:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 10px 15px 0 rgba(31, 38, 59, 0.05);
}

.best-of-studios__title {
  color: #1F263B;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: -0.15px;
}

.best-of-instructors {
  padding-bottom: 40px;
}

.best-of-instructors .container {
  max-width: 300px;
}

@media only screen and (min-width: 768px) {
  .best-of-instructors .container {
    max-width: 980px;
  }
  .best-of-instructors .container::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .best-of-instructors__cell {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
  }
}

.best-of-instructors__cell:nth-child(3n + 1) {
  clear: both;
}

.best-of-instructors__cell + .best-of-instructors__cell {
  margin-top: 40px;
}

@media only screen and (min-width: 768px) {
  .best-of-instructors__cell + .best-of-instructors__cell {
    margin-top: 0;
    margin-bottom: 40px;
  }
}

.best-of-instructors__image {
  border-radius: 50%;
  display: block;
  margin: 0 auto 20px auto;
  max-width: 60%;
}

.best-of-instructors__image img {
  border-radius: 50%;
  display: block;
  height: auto;
  max-width: 100%;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
}

.best-of-instructors a.best-of-instructors__image {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}

.best-of-instructors a.best-of-instructors__image:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 10px 15px 0 rgba(31, 38, 59, 0.05);
}

.best-of-instructors__name {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 0;
  text-align: center;
}

.best-of-instructors__name a {
  color: inherit;
  display: inline-block;
  position: relative;
  z-index: 100;
}

.best-of-instructors__name a:after {
  background: rgba(182, 231, 240, 0.8);
  bottom: 1px;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.best-of-instructors__name a:hover {
  text-decoration: none;
}

.best-of-instructors__name a:hover:after {
  height: 100%;
}

.best-of-instructors__category, .best-of-instructors__studio {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 0;
  text-align: center;
}

.best-of-instructors__category a, .best-of-instructors__studio a {
  color: inherit;
  display: inline-block;
  position: relative;
  z-index: 100;
}

.best-of-instructors__category a:after, .best-of-instructors__studio a:after {
  background: rgba(182, 231, 240, 0.8);
  bottom: 1px;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.best-of-instructors__category a:hover, .best-of-instructors__studio a:hover {
  text-decoration: none;
}

.best-of-instructors__category a:hover:after, .best-of-instructors__studio a:hover:after {
  height: 100%;
}

.best-of-instructors__studio {
  font-weight: 400;
}

.generic-content.size-narrow .container {
  max-width: 644px;
  margin: 0 auto;
}

.generic-content.align-center .content-wrapper, .generic-content.align-center .content-wrapper h1, .generic-content.align-center .content-wrapper h2, .generic-content.align-center .content-wrapper h3, .generic-content.align-center .content-wrapper h4, .generic-content.align-center .content-wrapper p {
  text-align: center;
}

.form-section {
  padding-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .form-section.split .container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.form-section.split .form-section__headline {
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .form-section.split .form-section__content {
    width: calc(58.33333% - 31.66667px);
    float: left;
    margin-left: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .form-section.split .form-section__form {
    width: calc(41.66667% - 28.33333px);
    float: left;
    margin-left: 20px;
  }
}

.promo-small {
  padding: 40px 0;
  max-width: 400px;
  margin: 0 auto 20px;
}

@media only screen and (min-width: 768px) {
  .promo-small {
    padding: 60px 0;
    max-width: none;
  }
}

@media only screen and (min-width: 768px) {
  .promo-small .container {
    margin: 0 auto;
    max-width: 680px;
  }
  .promo-small .container::after {
    clear: both;
    content: "";
    display: block;
  }
}

.promo-small__image {
  max-width: 320px;
  margin: 0 auto 40px auto;
}

@media only screen and (min-width: 768px) {
  .promo-small__image {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    max-width: none;
  }
}

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

@media only screen and (min-width: 768px) {
  .promo-small__content {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
  }
}

.promo-small__headline {
  color: #1F263B;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .promo-small__headline {
    text-align: left;
  }
}

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

@media only screen and (min-width: 768px) {
  .promo-small__intro {
    text-align: left;
  }
}

.promo-small__cta-wrapper {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .promo-small__cta-wrapper {
    text-align: left;
  }
}

@media only screen and (min-width: 768px) {
  .promo-small.align-right .promo-small__image {
    float: right;
  }
}

.classes-promo {
  padding-bottom: 40px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .classes-promo {
    padding-bottom: 60px;
  }
}

.classes-promo__photo {
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 375px 375px;
  height: 375px;
  margin-left: 10px;
}

@media only screen and (min-width: 375px) and (max-width: 768px) {
  .classes-promo__photo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media only screen and (min-width: 768px) {
  .classes-promo__photo {
    background-size: 810px 450px;
    height: 450px;
    margin: 0 auto;
    width: 810px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .classes-promo__photo {
    width: 700px;
  }
}

.classes-promo__photo.mobile {
  display: block;
}

@media only screen and (min-width: 768px) {
  .classes-promo__photo.mobile {
    display: none;
  }
}

.classes-promo__photo.desktop {
  display: none;
}

@media only screen and (min-width: 768px) {
  .classes-promo__photo.desktop {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .classes-promo .container {
    position: relative;
    margin-bottom: 100px;
  }
}

.classes-promo__box {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.05);
  margin: -60px 5px 0 auto;
  padding: 40px 20px;
  position: relative;
  width: 290px;
  z-index: 100;
}

@media only screen and (min-width: 768px) {
  .classes-promo__box {
    position: absolute;
    bottom: -60px;
    left: 0;
    width: 390px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .classes-promo__box {
    left: 60px;
  }
}

.classes-promo__headline {
  color: #1F263B;
  font-size: 26px;
  font-weight: 200;
  line-height: 30px;
  margin-bottom: 10px;
}

.classes-promo__intro {
  margin: 0;
}

.classes-promo__cta-wrapper {
  margin: 20px 0 0 0;
  text-align: center;
}

.classes-promo.right .classes-promo__photo {
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .classes-promo.right .classes-promo__photo {
    background-size: 810px 450px;
    height: 450px;
    margin: 0 auto;
    width: 810px;
    position: relative;
    z-index: 100;
    border-radius: 4px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .classes-promo.right .classes-promo__photo {
    width: 700px;
  }
}

.classes-promo.right .classes-promo__box {
  margin-right: auto;
}

@media only screen and (min-width: 768px) {
  .classes-promo.right .classes-promo__box {
    left: auto;
    right: -60px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .classes-promo.right .classes-promo__box {
    right: 60px;
  }
}

.classes-map {
  padding: 40px 0;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .classes-map {
    padding: 60px 0;
  }
}

.classes-map .container {
  padding: 0;
}

.classes-map__headline {
  color: #1F263B;
  font-size: 26px;
  font-weight: 200;
  line-height: 40px;
  margin: 0 0 20px 0;
  padding: 0 10px;
}

@media only screen and (min-width: 768px) {
  .classes-map__headline {
    font-size: 38px;
    letter-spacing: -0.5px;
    line-height: 42px;
    margin-bottom: 30px;
  }
}

.classes-map__headline a {
  font-weight: 700;
}

.classes-map__headline a:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxNiA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjwvZGVmcz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTgxLjAwMDAwMCwgLTE2MjMuMDAwMDAwKSIgZmlsbD0iIzYxQkVEOSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDE2MDIuMDAwMDAwKSI+PHBvbHlnb24gcG9pbnRzPSIxODkgMjkgMTk3IDIxIDE4MSAyMSI+PC9wb2x5Z29uPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 8px;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 2px 0 5px;
  vertical-align: 4px;
  width: 16px;
}

.classes-map__map {
  height: 375px;
  width: 375px;
}

@media only screen and (min-width: 768px) {
  .classes-map__map {
    height: 500px;
    max-width: 980px;
    width: auto;
  }
}

.classes-map__map-content {
  height: 100%;
  width: 100%;
}

.map-info-bubble {
  max-width: 320px;
  padding: 10px;
}

.map-info-bubble__headline {
  color: #1F263B;
  font-family: "visuelt", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 28px;
  margin: 0 0 5px 0;
}

.map-info-bubble__intro {
  color: #737885;
  font-family: "visuelt", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin-bottom: 10px;
}

.map-info-bubble__cta-wrapper {
  color: #1F263B;
  font-family: "visuelt", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  text-align: left;
  margin: 0;
}

.map-info-bubble__cta {
  color: inherit;
  display: inline-block;
  position: relative;
  z-index: 100;
}

.map-info-bubble__cta:after {
  background: rgba(182, 231, 240, 0.8);
  bottom: 1px;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.map-info-bubble__cta:hover {
  text-decoration: none;
}

.map-info-bubble__cta:hover:after {
  height: 100%;
}

.app-promo {
  background-image: image-url("marketing/apps-background-mobile.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding: 40px 0 0 0;
}

@media only screen and (min-width: 320px) and (max-width: 768px) {
  .app-promo {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
}

@media only screen and (min-width: 768px) {
  .app-promo {
    background-image: image-url("marketing/apps-background-desktop.png");
    padding: 60px 0;
  }
}

.app-promo.pull-up {
  margin-top: -265px;
  padding-top: 265px;
}

@media only screen and (min-width: 768px) {
  .app-promo.pull-up {
    margin-top: -180px;
    padding-top: 80px;
    position: relative;
    z-index: 50;
  }
}

@media only screen and (min-width: 768px) {
  .app-promo .container {
    max-width: 810px;
    position: relative;
  }
}

.app-promo__headline {
  color: #1F263B;
  font-size: 26px;
  font-weight: 200;
  line-height: 30px;
  margin: 40px 0 10px 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .app-promo__headline {
    font-size: 38px;
    letter-spacing: -0.5px;
    line-height: 42px;
    max-width: 320px;
    text-align: left;
  }
}

.app-promo__intro {
  margin: 0;
  padding: 0 40px;
}

@media only screen and (min-width: 768px) {
  .app-promo__intro {
    text-align: left;
    padding: 0;
    max-width: 320px;
  }
}

.app-promo__buttons {
  padding-top: 40px;
  position: relative;
  text-align: center;
  z-index: 50;
}

@media only screen and (min-width: 768px) {
  .app-promo__buttons {
    text-align: left;
  }
}

.app-promo__buttons .btn-outline {
  background-color: transparent;
}

.app-promo__buttons .btn-app-store, .app-promo__buttons .btn-google-play {
  padding: 0 45px;
}

@media only screen and (min-width: 380px) and (max-width: 768px) {
  .app-promo__buttons .btn-app-store, .app-promo__buttons .btn-google-play {
    padding: 0 60px;
  }
}

@media only screen and (min-width: 768px) {
  .app-promo__buttons .btn-app-store, .app-promo__buttons .btn-google-play {
    margin-right: 10px;
  }
}

.app-promo__phone {
  background-image: image-url("marketing/apps-phone-mobile.png");
  background-size: 560px 234px;
  background-repeat: no-repeat;
  background-position: bottom -40px right -150px;
  height: 200px;
}

@media only screen and (min-width: 768px) {
  .app-promo__phone {
    background-image: image-url("marketing/apps-phone-desktop.png");
    background-position: bottom 0 right 0;
    background-size: 797px 333px;
    bottom: 0;
    height: 333px;
    position: absolute;
    right: 0;
    width: 797px;
  }
}

.quotes {
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .quotes {
    padding: 60px 0;
  }
}

.quotes .container {
  padding: 0;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .quotes .container {
    overflow: visible;
  }
}

.quotes__bubbles {
  height: 230px;
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
  position: relative;
}

.quotes__bubble {
  border-radius: 50%;
  border: 8px solid #fff;
  box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.05);
  height: 230px;
  left: 50%;
  margin-left: -115px;
  position: absolute;
  top: 0;
  width: 230px;
}

.quotes__bubble.primary {
  z-index: 100;
}

.quotes__bubble.md {
  height: 160px;
  left: 50%;
  margin-left: -240px;
  margin-top: -80px;
  opacity: 0.3;
  top: 50%;
  width: 160px;
  z-index: 80;
}

@media only screen and (min-width: 1024px) {
  .quotes__bubble.md {
    margin-left: -300px;
  }
}

.quotes__bubble.sm {
  height: 110px;
  left: 50%;
  margin-left: -345px;
  margin-top: -55px;
  opacity: 0.3;
  top: 50%;
  width: 110px;
  z-index: 60;
}

@media only screen and (min-width: 1024px) {
  .quotes__bubble.sm {
    margin-left: -425px;
  }
}

.quotes__bubble.primary + .quotes__bubble.md {
  margin-left: 80px;
}

@media only screen and (min-width: 1024px) {
  .quotes__bubble.primary + .quotes__bubble.md {
    margin-left: 140px;
  }
}

.quotes__bubble.md + .quotes__bubble.sm {
  margin-left: 235px;
}

@media only screen and (min-width: 1024px) {
  .quotes__bubble.md + .quotes__bubble.sm {
    margin-left: 315px;
  }
}

.quotes__bubble img {
  border-radius: 50%;
  display: block;
  height: auto;
  max-width: 100%;
}

.quotes__quote {
  color: #1F263B;
  font-size: 26px;
  font-weight: 200;
  line-height: 30px;
  margin-bottom: 10px;
  text-align: center;
  position: relative;
}

@media only screen and (min-width: 430px) and (max-width: 768px) {
  .quotes__quote {
    max-width: 420px;
    margin: 0 auto 10px auto;
  }
}

@media only screen and (min-width: 768px) {
  .quotes__quote {
    font-size: 38px;
    letter-spacing: -0.5px;
    line-height: 42px;
    margin: 0 auto 20px auto;
    max-width: 650px;
  }
}

.quotes__quote:after {
  background-image: image-url("marketing/quotes.png");
  background-repeat: no-repeat;
  background-size: 109px 94px;
  content: "";
  height: 94px;
  left: -20px;
  opacity: 0.8;
  position: absolute;
  top: -40px;
  width: 109px;
}

.social-wall {
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .social-wall {
    padding: 60px 0;
  }
}

.social-wall__headline {
  color: #1F263B;
  font-size: 45px;
  font-weight: 200;
  letter-spacing: -1.25px;
  line-height: 50px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .social-wall__headline {
    font-size: 75px;
    letter-spacing: -1.5px;
    line-height: 85px;
  }
}

.social-wall__intro {
  color: #1F263B;
  font-weight: 700;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .social-wall__intro {
    font-size: 24px;
    letter-spacing: -0.1px;
    line-height: 28px;
    margin-bottom: 40px;
  }
}

.social-wall__intro a {
  color: inherit;
  display: inline-block;
  position: relative;
  z-index: 100;
}

.social-wall__intro a:after {
  background: rgba(182, 231, 240, 0.8);
  bottom: 1px;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.social-wall__intro a:hover {
  text-decoration: none;
}

.social-wall__intro a:hover:after {
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .social-wall__items {
    height: 720px;
    overflow: hidden;
    position: relative;
  }
}

.social-wall__item {
  box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.05);
  display: none;
  height: auto;
  max-width: 100%;
}

@media only screen and (min-width: 500px) and (max-width: 768px) {
  .social-wall__item {
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .social-wall__item {
    box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.1);
    display: block;
    position: absolute;
    z-index: 50;
  }
}

@media only screen and (min-width: 768px) {
  .social-wall__item.item-1 {
    height: 460px;
    left: 50%;
    margin-left: -713px;
    top: 1px;
    width: 460px;
  }
}

@media only screen and (min-width: 768px) {
  .social-wall__item.item-2 {
    height: 239px;
    left: 50%;
    margin-left: -233px;
    top: 1px;
    width: 239px;
  }
}

@media only screen and (min-width: 768px) {
  .social-wall__item.item-3 {
    height: 340px;
    left: 50%;
    margin-left: 26px;
    top: 1px;
    width: 340px;
    z-index: 30;
  }
}

@media only screen and (min-width: 768px) {
  .social-wall__item.item-4 {
    height: 230px;
    left: 50%;
    margin-left: 386px;
    margin-top: -320px;
    top: 50%;
    width: 230px;
  }
}

@media only screen and (min-width: 768px) {
  .social-wall__item.item-5 {
    height: 320px;
    left: 50%;
    margin-left: 386px;
    margin-top: -70px;
    top: 50%;
    width: 320px;
    z-index: 20;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .social-wall__item.item-5 {
    display: none;
  }
}

@media only screen and (min-width: 768px) {
  .social-wall__item.item-6 {
    bottom: 0;
    height: 360px;
    left: 50%;
    margin-left: 66px;
    width: 360px;
  }
}

.social-wall__item.item-7 {
  display: block;
}

@media only screen and (min-width: 768px) {
  .social-wall__item.item-7 {
    bottom: 0;
    height: 460px;
    left: 50%;
    margin-left: -414px;
    width: 460px;
  }
}

@media only screen and (min-width: 768px) {
  .social-wall__item.item-8 {
    display: block;
    height: 180px;
    left: 50%;
    margin-left: -614px;
    margin-top: 50px;
    top: 50%;
    width: 180px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .social-wall__item.item-8 {
    display: none;
  }
}

.signup-promo {
  padding: 60px 0;
}

@media only screen and (min-width: 768px) {
  .signup-promo {
    padding: 90px 0;
  }
}

.signup-promo__headline {
  font-size: 26px;
  font-weight: 200;
  line-height: 30px;
  margin-bottom: 20px;
  text-align: center;
  padding: 0 10px;
}

@media only screen and (min-width: 768px) {
  .signup-promo__headline {
    font-size: 38px;
    letter-spacing: -0.5px;
    line-height: 42px;
  }
}

.signup-promo__cta-wrapper {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .signup-promo__cta.btn-primary {
    border-radius: 25px;
    line-height: 50px;
    padding: 0 60px;
  }
}

@media only screen and (min-width: 768px) {
  .photo-callout::after {
    clear: both;
    content: "";
    display: block;
  }
}

.photo-callout__photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 320px;
}

@media only screen and (min-width: 768px) {
  .photo-callout__photo {
    width: calc(50% - 0px);
    float: left;
    margin-left: 0px;
    float: right;
    min-height: 600px;
  }
}

.photo-callout__content {
  background: #F5F6F8;
  padding: 40px 10px;
}

@media only screen and (min-width: 768px) {
  .photo-callout__content {
    width: calc(50% - 0px);
    float: left;
    margin-left: 0px;
    min-height: 600px;
  }
}

.photo-callout__headline {
  color: #1F263B;
  font-size: 26px;
  font-weight: 200;
  line-height: 30px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .photo-callout__headline {
    font-size: 38px;
    letter-spacing: -0.5px;
    line-height: 42px;
    margin: 0 auto;
    max-width: 390px;
    padding: 80px 0 20px 0;
  }
}

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

@media only screen and (min-width: 768px) {
  .photo-callout__detail {
    margin: 0 auto 20px auto;
    max-width: 390px;
  }
}

.photo-callout__cta-wrapper {
  text-align: left;
  color: #1F263B;
}

@media only screen and (min-width: 768px) {
  .photo-callout__cta-wrapper {
    margin: 0 auto 20px auto;
    max-width: 390px;
  }
}

.photo-callout__cta-wrapper a {
  color: inherit;
  display: inline-block;
  position: relative;
  z-index: 100;
}

.photo-callout__cta-wrapper a:after {
  background: rgba(182, 231, 240, 0.8);
  bottom: 1px;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.photo-callout__cta-wrapper a:hover {
  text-decoration: none;
}

.photo-callout__cta-wrapper a:hover:after {
  height: 100%;
}

.plans-list .container {
  max-width: 400px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .plans-list .container {
    max-width: 980px;
  }
}

.plans-list__headline {
  color: #1F263B;
  font-size: 26px;
  font-weight: 200;
  line-height: 40px;
  margin: 0 0 20px 0;
  padding: 0 10px;
}

@media only screen and (min-width: 768px) {
  .plans-list__headline {
    font-size: 38px;
    letter-spacing: -0.5px;
    line-height: 42px;
    margin-bottom: 30px;
  }
}

.plans-list__headline a {
  font-weight: 700;
}

.plans-list__headline a:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxNiA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjwvZGVmcz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTgxLjAwMDAwMCwgLTE2MjMuMDAwMDAwKSIgZmlsbD0iIzYxQkVEOSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDE2MDIuMDAwMDAwKSI+PHBvbHlnb24gcG9pbnRzPSIxODkgMjkgMTk3IDIxIDE4MSAyMSI+PC9wb2x5Z29uPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 8px;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 2px 0 5px;
  vertical-align: 4px;
  width: 16px;
}

@media only screen and (min-width: 768px) {
  .plans-list__plans::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .plans-list__plans.categories-1 {
    max-width: 326px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .plans-list__plans.categories-2 {
    max-width: 654px;
    margin: 0 auto;
  }
}

.plans-list__plan {
  border-radius: 4px;
  background: #D8DADE;
  padding: 20px 20px;
  margin-bottom: 20px;
  color: #1F263B;
}

@media only screen and (min-width: 768px) {
  .plans-list__plan {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
  }
}

.plans-list__plan.better, .plans-list__plan.medium, .plans-list__plan.small {
  background: #737885;
  color: #fff;
}

.plans-list__plan.unlimited, .plans-list__plan.best {
  background: #1F263B;
  color: #fff;
}

.plans-list__plan:nth-child(3n + 1) {
  clear: both;
}

@media only screen and (min-width: 768px) {
  .plans-list__plans.categories-1 .plans-list__plan {
    width: calc(100% - 40px);
    float: left;
    margin-left: 20px;
  }
  .plans-list__plans.categories-1 .plans-list__plan:nth-child(3n + 1) {
    clear: none;
  }
}

@media only screen and (min-width: 768px) {
  .plans-list__plans.categories-2 .plans-list__plan {
    width: calc(50% - 30px);
    float: left;
    margin-left: 20px;
  }
  .plans-list__plans.categories-2 .plans-list__plan:nth-child(3n + 1) {
    clear: none;
  }
}

.plans-list__plan-title {
  font-size: 26px;
  line-height: 30px;
  font-weight: 200;
  text-align: center;
  padding-top: 18px;
}

@media only screen and (min-width: 768px) {
  .plans-list__plan-title {
    font-size: 38px;
    letter-spacing: -0.5px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 768px) {
  .plans-list__plan-title.with-call-out {
    padding-top: 0;
  }
}

.plans-list__plan-title small {
  display: block;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15px;
  line-height: 18px;
}

.plans-list__plan-price {
  font-size: 45px;
  font-weight: 200;
  letter-spacing: -1.25px;
  line-height: 50px;
  margin: 0 0 20px 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .plans-list__plan-price {
    font-size: 75px;
    letter-spacing: -1.5px;
    line-height: 85px;
  }
}

.plans-list__plan-features {
  padding: 0;
  margin: 0 0 20px 0;
  list-style: none;
}

.plans-list__plan-features > li {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxMnB4IiB2aWV3Qm94PSIwIDAgMTYgMTIiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PC9kZWZzPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKC01OTYuMDAwMDAwLCAtMTE5NS4wMDAwMDApIiBmaWxsPSIjNjFCRUQ5IiBmaWxsLXJ1bGU9Im5vbnplcm8iPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDIzMC4wMDAwMDAsIDk5MS4wMDAwMDApIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgzMzUuMDAwMDAwLCAwLjAwMDAwMCkiPjxnIHRyYW5zZm9ybT0idHJhbnNsYXRlKDMxLjAwMDAwMCwgMTk0LjAwMDAwMCkiPjxwYXRoIGQ9Ik02Ljc1Mjc2MjAzLDIxLjE0Nzc3MjcgQzYuNzUxMDI2NDQsMjEuMTQ5NTE4MyA2Ljc0OTI4NTAxLDIxLjE1MTI2MDIgNi43NDc1Mzc3NCwyMS4xNTI5OTgzIEM2LjIzMDE4NzQ0LDIxLjY2ODI1NyA1LjM5MzA5MjQsMjEuNjY2NTc5NSA0Ljg3NzgyMjU0LDIxLjE0OTI0MDMgQzQuODY1MDE0NDcsMjEuMTM2MzgwOCA0Ljg1MjUyNTgsMjEuMTIzMzIzNyA0Ljg0MDM1NjUyLDIxLjExMDA3ODkgTDEuMDg3NDQ0NTcsMTcuMDY1MzA5OCBDMC41OTA4MTEzODgsMTYuNTMwMDU0NCAwLjYyMjEyMDkxMiwxNS42OTM1NDM0IDEuMTU3Mzc2MzQsMTUuMTk2OTEwMiBDMS42OTI2MzE3OCwxNC43MDAyNzcgMi41MjkxNDI3NywxNC43MzE1ODY2IDMuMDI1Nzc1OTUsMTUuMjY2ODQyIEw1Ljg1MjA2MzE2LDE4LjMxMjkyNDQgTDEzLjMwOTQ1OTUsMTAuODg1MzU3NiBDMTMuODI2Nzk4NywxMC4zNzAwODc3IDE0LjY2Mzg5MzgsMTAuMzcxNzY1MyAxNS4xNzkxNjM3LDEwLjg4OTEwNDUgQzE1LjY5NDQzMzUsMTEuNDA2NDQzNyAxNS42OTI3NTYsMTIuMjQzNTM4OCAxNS4xNzU0MTY4LDEyLjc1ODgwODYgTDYuNzUyNzYyMDMsMjEuMTQ3NzcyNyBaIj48L3BhdGg+PC9nPjwvZz48L2c+PC9nPjwvZz48L3N2Zz4=");
  background-position: left top 8px;
  background-repeat: no-repeat;
  background-size: 16px 12px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15px;
  line-height: 30px;
  padding-left: 30px;
}

.plans-list__plan-features > li strong {
  color: #fff;
  background: #61BED9;
  padding: 2px 2px;
}

.plans-list__plan-cta {
  border-radius: 25px;
  display: block;
  line-height: 50px;
  text-align: center;
}

.plans-list__plan-starting-at {
  color: #fff;
  font-size: 16px;
  font-weight: 200;
  line-height: 20px;
  margin-top: -20px;
  opacity: 0.40;
  text-align: center;
}

.studios-gallery__headline {
  font-size: 26px;
  font-weight: 200;
  line-height: 30px;
  margin: 0 0 20px 0;
  padding: 0 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .studios-gallery__headline {
    font-size: 38px;
    letter-spacing: -0.5px;
    line-height: 42px;
    margin: 0 0 40px 0;
  }
}

.studios-gallery__slides {
  max-width: 400px;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .studios-gallery__slides {
    max-width: none;
    position: relative;
  }
}

@media only screen and (min-width: 768px) {
  .studios-gallery__slide {
    padding: 0 30px;
  }
}

.studios-gallery__slide-photo {
  width: 320px;
}

@media only screen and (min-width: 768px) {
  .studios-gallery__slide-photo {
    width: 600px;
  }
}

.studios-gallery__slide-photo img {
  display: block;
  height: auto;
  max-width: 100%;
}

.studios-gallery__slide-content {
  padding: 20px;
}

@media only screen and (min-width: 768px) {
  .studios-gallery__slide-content {
    padding: 20px 0;
  }
}

.studios-gallery__slide-title {
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.07px;
  line-height: 23px;
  margin: 0 0 10px 0;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .studios-gallery__slide-title {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.1px;
  }
}

.studios-gallery__slide-detail {
  color: #7D8691;
  font-size: 13px;
  font-weight: 200;
  letter-spacing: 0.15px;
  line-height: 21px;
  margin: 0;
}

@media only screen and (min-width: 768px) {
  .studios-gallery__slide-detail {
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0;
  }
}

.studios-gallery__slide-detail strong {
  font-weight: 700;
}

.studios-gallery__slide-detail span.studios-gallery__slide-link {
  display: block;
  color: #1F263B;
  margin-top: 20px;
}

.studios-gallery__slide-detail a {
  color: inherit;
  display: inline-block;
  position: relative;
  z-index: 100;
}

.studios-gallery__slide-detail a:after {
  background: rgba(182, 231, 240, 0.8);
  bottom: 1px;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.studios-gallery__slide-detail a:hover {
  text-decoration: none;
}

.studios-gallery__slide-detail a:hover:after {
  height: 100%;
}

.studios-gallery__slides.with-content-box {
  max-width: 375px;
}

@media only screen and (min-width: 768px) {
  .studios-gallery__slides.with-content-box {
    max-width: none;
  }
}

.studios-gallery__slides.with-content-box .studios-gallery__slide-content {
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 30px 50px 0 rgba(0, 0, 0, 0.05);
  margin: -40px auto 60px auto;
  position: relative;
  width: 290px;
  z-index: 50;
}

@media only screen and (min-width: 768px) {
  .studios-gallery__slides.with-content-box .studios-gallery__slide-content {
    width: 400px;
    margin: -80px 0 60px 40px;
    padding: 20px;
  }
}

.studios-gallery__cta-wrapper {
  margin-top: 40px;
  text-align: center;
}

.studios-gallery__cta {
  color: inherit;
  display: inline-block;
  position: relative;
  z-index: 100;
}

.studios-gallery__cta:after {
  background: rgba(182, 231, 240, 0.8);
  bottom: 1px;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.studios-gallery__cta:hover {
  text-decoration: none;
}

.studios-gallery__cta:hover:after {
  height: 100%;
}

@media only screen and (min-width: 768px) {
  .slick-slide .studios-gallery__slide {
    opacity: 0.2;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
  }
}

@media only screen and (min-width: 768px) {
  .slick-slide.slick-center .studios-gallery__slide {
    opacity: 1.0;
  }
}

.slick-dots {
  list-style: none;
  margin: 0;
  min-height: 30px;
  padding: 0;
  text-align: center;
}

.slick-dots > li {
  display: inline-block;
}

.slick-dots > li button {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: inline-block;
  height: 30px;
  margin: 0 4px;
  padding: 0 5px;
  position: relative;
  text-indent: -9999px;
  width: 12px;
}

.slick-dots > li button:focus {
  outline: none;
}

.slick-dots > li button:before {
  background: #D8DADE;
  border-radius: 5px;
  content: "";
  display: block;
  height: 8px;
  left: 50%;
  margin-left: -4px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 8px;
  z-index: 10;
}

.slick-dots > li.slick-active button:before {
  background: #1F263B;
}

.slick-arrow {
  background: #fff;
  border-radius: 30px;
  border: none;
  box-shadow: 0 4px 3px 0 rgba(0, 0, 0, 0.05);
  cursor: pointer;
  height: 60px;
  left: 60px;
  position: absolute;
  text-indent: -9999px;
  top: 150px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  width: 60px;
  z-index: 60;
}

.slick-arrow:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 10px 15px 0 rgba(31, 38, 59, 0.05);
}

.slick-arrow:focus {
  outline: none;
}

.slick-arrow:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSIyMXB4IiB2aWV3Qm94PSIwIDAgMTEgMjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PC9kZWZzPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBvbHlsaW5lIHN0cm9rZT0iIzFGMjYzQiIgc3Ryb2tlLXdpZHRoPSIyIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSg1LjUwMDAwMCwgMTAuNTAwMDAwKSBzY2FsZSgtMSwgMSkgdHJhbnNsYXRlKC01LjUwMDAwMCwgLTEwLjUwMDAwMCkgIiBwb2ludHM9IjEgMSAxMCAxMC41IDEgMjAiPjwvcG9seWxpbmU+PC9nPjwvc3ZnPg==");
  background-position: left 22px center;
  background-repeat: no-repeat;
  background-size: 11px 21px;
  content: "";
  display: block;
  height: 60px;
  left: 0;
  position: absolute;
  top: 0;
  width: 60px;
}

.slick-arrow.slick-next {
  left: auto;
  right: 60px;
}

.slick-arrow.slick-next:before {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTFweCIgaGVpZ2h0PSIyMXB4IiB2aWV3Qm94PSIwIDAgMTEgMjEiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+PGRlZnM+PC9kZWZzPjxnIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCI+PHBvbHlsaW5lIHN0cm9rZT0iIzFGMjYzQiIgc3Ryb2tlLXdpZHRoPSIyIiBwb2ludHM9IjEgMSAxMCAxMC41IDEgMjAiPjwvcG9seWxpbmU+PC9nPjwvc3ZnPg==");
  background-position: left 26px center;
}

.accordions {
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .accordions {
    padding: 60px 0;
  }
}

.accordions__headline {
  font-size: 26px;
  font-weight: 200;
  line-height: 30px;
  margin: 0 0 20px 0;
  padding: 0 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .accordions__headline {
    font-size: 38px;
    letter-spacing: -0.5px;
    line-height: 42px;
    margin: 0 0 40px 0;
  }
}

@media only screen and (min-width: 768px) {
  .accordions__accordion {
    border-radius: 4px;
    border: 1px solid #D8DADE;
    margin-bottom: 20px;
    padding: 20px;
  }
}

.accordions__accordion-header {
  margin-bottom: 10px;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .accordions__accordion-header {
    margin: 0;
  }
}

.accordions__accordion-header a {
  color: #1F263B;
  display: block;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.07px;
  line-height: 23px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .accordions__accordion-header a {
    margin: 0;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.1px;
  }
}

@media only screen and (min-width: 768px) {
  .accordions__accordion-header a:hover {
    color: inherit;
    display: inline-block;
    position: relative;
    z-index: 100;
    text-decoration: none;
  }
  .accordions__accordion-header a:hover:after {
    background: rgba(182, 231, 240, 0.8);
    bottom: 1px;
    content: "";
    display: block;
    height: 6px;
    left: 0;
    position: absolute;
    right: 0;
    z-index: -1;
  }
  .accordions__accordion-header a:hover:hover {
    text-decoration: none;
  }
  .accordions__accordion-header a:hover:hover:after {
    height: 100%;
  }
}

.accordions__accordion-caret {
  color: #1F263B;
  display: block;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  line-height: 23px;
  text-transform: uppercase;
}

@media only screen and (min-width: 768px) {
  .accordions__accordion-caret {
    display: inline-block;
    height: 23px;
    position: absolute;
    right: 0;
    text-indent: -9999px;
    top: 0;
    width: 16px;
  }
}

.accordions__accordion-caret b {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSI5cHgiIHZpZXdCb3g9IjAgMCAxNiA5IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjwvZGVmcz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48cG9seWdvbiBmaWxsPSIjMUYyNjNCIiBwb2ludHM9IjggMCAxNiA4LjggMCA4LjgiPjwvcG9seWdvbj48L2c+PC9zdmc+");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 16px 9px;
  display: inline-block;
  height: 9px;
  margin-right: 10px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 16px;
}

@media only screen and (min-width: 768px) {
  .accordions__accordion-caret b {
    left: 0;
    position: absolute;
    top: 7px;
  }
}

.accordions__cta-wrapper {
  margin-top: 40px;
  text-align: center;
}

.accordions__cta {
  color: inherit;
  display: inline-block;
  position: relative;
  z-index: 100;
}

.accordions__cta:after {
  background: rgba(182, 231, 240, 0.8);
  bottom: 1px;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.accordions__cta:hover {
  text-decoration: none;
}

.accordions__cta:hover:after {
  height: 100%;
}

.accordions__accordion-body {
  border-bottom: 1px solid #D8DADE;
  display: none;
  margin-bottom: 40px;
  padding-bottom: 40px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .accordions__accordion-body {
    border-bottom: none;
    border-top: 1px solid #D8DADE;
    margin-bottom: 0;
    margin-top: 20px;
    padding: 20px 0 0 0;
  }
}

.accordions__accordion-body :last-child {
  margin-bottom: 0;
}

.accordions__accordion-body a {
  color: inherit;
  display: inline-block;
  position: relative;
  z-index: 100;
}

.accordions__accordion-body a:after {
  background: rgba(182, 231, 240, 0.8);
  bottom: 1px;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.accordions__accordion-body a:hover {
  text-decoration: none;
}

.accordions__accordion-body a:hover:after {
  height: 100%;
}

.accordions__accordion-body a:hover {
  text-decoration: none;
}

.accordions__accordion.expanded .accordions__accordion-caret b {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.accordions__accordion.expanded .accordions__accordion-body {
  display: block;
}

.tier-picker__tier {
  border-radius: 4px;
  border: 1px solid #D8DADE;
  color: #1F263B;
  display: block;
  padding: 10px;
  position: relative;
  -webkit-transition: border 0.2s;
  transition: border 0.2s;
}

@media only screen and (min-width: 768px) {
  .tier-picker__tier {
    padding: 20px 30px;
  }
}

.tier-picker__tier.is-selected, .tier-picker__tier.is-selected:hover {
  border: 2px solid #61BED9;
}

.tier-picker__tier:hover {
  border-color: #1F263B;
  opacity: 1.0;
  text-decoration: none;
}

.tier-picker__tier + .tier-picker__tier {
  margin-top: 20px;
}

.tier-picker__tier-price {
  display: block;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  .tier-picker__tier-price {
    position: absolute;
    top: 20px;
    right: 30px;
  }
}

.tier-picker__tier-name {
  display: block;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.1px;
  line-height: 28px;
}

@media only screen and (min-width: 768px) {
  .tier-picker__tier-name {
    margin-bottom: 10px;
  }
}

.tier-picker__tier-info {
  display: block;
  font-size: 16px;
  color: #737885;
  line-height: 23px;
}

.tier-picker__submit {
  margin-top: 40px;
}

.headline-with-dropdown {
  color: #1F263B;
  font-size: 26px;
  font-weight: 200;
  line-height: 40px;
  margin: 0 0 20px 0;
  padding: 0 10px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .headline-with-dropdown {
    font-size: 38px;
    letter-spacing: -0.5px;
    line-height: 42px;
    margin-bottom: 30px;
  }
}

.headline-with-dropdown a {
  font-weight: 700;
}

.headline-with-dropdown a:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxNiA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjwvZGVmcz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTgxLjAwMDAwMCwgLTE2MjMuMDAwMDAwKSIgZmlsbD0iIzYxQkVEOSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDE2MDIuMDAwMDAwKSI+PHBvbHlnb24gcG9pbnRzPSIxODkgMjkgMTk3IDIxIDE4MSAyMSI+PC9wb2x5Z29uPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 16px 8px;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 2px 0 5px;
  vertical-align: 4px;
  width: 16px;
}

.headline-with-dropdown a {
  color: #61BED9;
  font-weight: 700;
}

.signup-form {
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px) {
  .signup-form::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .signup-form__primary {
    width: calc(66.66667% - 33.33333px);
    float: left;
    margin-left: 20px;
    float: left;
    padding-right: 40px;
  }
}

@media only screen and (min-width: 768px) {
  .signup-form__secondary {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
    float: right;
  }
}

.signup-form__headline {
  font-size: 26px;
  font-weight: 200;
  line-height: 30px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .signup-form__headline {
    font-size: 38px;
    letter-spacing: -0.5px;
    line-height: 42px;
  }
}

.signup-form__subhead {
  color: #1F263B;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15px;
  line-height: 18px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .signup-form__subhead {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
  }
}

.signup-form__context-picker {
  font-size: 20px;
  font-weight: 700;
  color: #61BED9;
  line-height: 26px;
  margin: 0 0 5px 0;
}

@media only screen and (min-width: 768px) {
  .signup-form__context-picker {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.1px;
    margin-bottom: 10px;
  }
}

.signup-form__context-picker a:after {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSI4cHgiIHZpZXdCb3g9IjAgMCAxNiA4IiB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiPjxkZWZzPjwvZGVmcz48ZyBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj48ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTgxLjAwMDAwMCwgLTE2MjMuMDAwMDAwKSIgZmlsbD0iIzYxQkVEOSI+PGcgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4wMDAwMDAsIDE2MDIuMDAwMDAwKSI+PHBvbHlnb24gcG9pbnRzPSIxODkgMjkgMTk3IDIxIDE4MSAyMSI+PC9wb2x5Z29uPjwvZz48L2c+PC9nPjwvc3ZnPg==");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 12px 6px;
  content: "";
  display: inline-block;
  height: 8px;
  margin: 0 2px 0 8px;
  vertical-align: 2px;
  width: 16px;
}

.signup-form__info {
  text-align: left;
  padding: 0;
  list-style: none;
  margin: 0 0 20px 0;
}

.signup-form__info strong {
  font-weight: 400;
}

.signup-form__priceline {
  color: #7D8691;
  font-size: 13px;
  font-weight: 200;
  margin-bottom: 40px;
}

@media only screen and (min-width: 768px) {
  .signup-form__priceline {
    font-size: 14px;
    line-height: 28px;
  }
}

.signup-form__priceline strong {
  color: #1F263B;
  font-size: 20px;
  font-weight: 200;
}

@media only screen and (min-width: 768px) {
  .signup-form__priceline strong {
    font-size: 24px;
    line-height: 28px;
  }
}

.signup-form.profile {
  max-width: 644px;
  margin: 0 auto;
}

.totals-box {
  background: #F5F6F8;
  padding: 20px;
  border-radius: 4px;
  margin: 40px 0;
}

.totals-box hr {
  margin: 20px 0 10px;
}

.totals-box dl {
  margin-left: -20px;
  margin-right: -20px;
  width: calc(100% + 40px);
  color: #737885;
  font-size: 13px;
  letter-spacing: 0.15px;
  line-height: 28px;
}

.totals-box dl::after {
  clear: both;
  content: "";
  display: block;
}

@media only screen and (min-width: 1024px) {
  .totals-box dl {
    font-size: 16px;
  }
}

.totals-box dl code {
  color: #CEC276;
  font-size: 13px;
  font-weight: 700;
  margin-left: 5px;
  text-transform: uppercase;
}

.totals-box dl a.clearer {
  background: #AFB2BB;
  border-radius: 10px;
  border: 0;
  color: #fff;
  display: inline-block;
  font-size: 15px;
  font-weight: 200;
  line-height: 18px;
  margin-left: 5px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 18px;
}

.totals-box dl a.clearer:hover {
  background: #61BED9;
  text-decoration: none;
}

.totals-box dt {
  width: calc(66.66667% - 33.33333px);
  float: left;
  margin-left: 20px;
}

.totals-box dd {
  width: calc(33.33333% - 26.66667px);
  float: left;
  margin-left: 20px;
  text-align: right;
}

.totals-box .grand {
  font-weight: 700;
  color: #1F263B;
}

.coupon-code-box {
  border-radius: 4px;
  border: 1px solid #D8DADE;
  padding: 10px 15px;
  height: 60px;
  margin-bottom: 10px;
}

.coupon-code-box:before, .coupon-code-box:after {
  content: " ";
  display: table;
}

.coupon-code-box:after {
  clear: both;
}

.coupon-code-box__fields {
  width: 70%;
  float: left;
}

.coupon-code-box__fields label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.coupon-code-box__fields input {
  background: none;
  border: none;
  box-sizing: border-box;
  color: #1F263B;
  display: block;
  font-size: 16px;
  height: 40px;
  line-height: 40px;
}

.coupon-code-box__fields input:focus {
  outline: 0;
}

.coupon-code-box__button {
  background: #fff;
  border: 0;
  color: #D8DADE;
  cursor: pointer;
  float: right;
  font-size: 14px;
  font-weight: 700;
  height: 40px;
  text-align: right;
  width: 30%;
}

.coupon-code-box__button:focus {
  outline: 0;
}

.coupon-code-box.is-focused {
  border: 1px solid #1F263B;
}

.coupon-code-box.has-code .coupon-code-box__button {
  color: #61BED9;
}

.coupon-code-box.is-loading .coupon-code-box__button {
  color: #D8DADE;
  opacity: 0.8;
}

.purchase-summary {
  padding-top: 40px;
}

@media only screen and (min-width: 768px) {
  .purchase-summary {
    padding: 90px 0;
  }
}

.purchase-summary__headline {
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 10px;
  text-align: left;
}

@media only screen and (min-width: 768px) {
  .purchase-summary__headline {
    font-size: 28px;
    line-height: 36px;
    letter-spacing: -0.1px;
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 768px) {
  .purchase-summary__details {
    margin-left: -20px;
    margin-right: -20px;
    width: calc(100% + 40px);
  }
  .purchase-summary__details::after {
    clear: both;
    content: "";
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .purchase-summary__column {
    width: calc(33.33333% - 26.66667px);
    float: left;
    margin-left: 20px;
  }
}

.purchase-summary__column-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15px;
  line-height: 18px;
  margin-bottom: 5px;
}

@media only screen and (min-width: 768px) {
  .purchase-summary__column-label {
    font-size: 16px;
    line-height: 20px;
  }
}

.purchase-summary__column-info {
  color: #7D8691;
  font-size: 13px;
  letter-spacing: 0.15px;
  line-height: 18px;
}

@media only screen and (min-width: 768px) {
  .purchase-summary__column-info {
    font-size: 16px;
    letter-spacing: 0;
    line-height: 23px;
  }
}

.purchase-summary__column-info strong {
  color: #1F263B;
}

.purchase-summary__totals {
  border-top: 1px solid #C6CBD4;
  margin-top: 20px;
  padding-top: 20px;
}

.purchase-summary__totals .totals-box {
  background: none;
  padding: 0;
  margin: 0;
}

body.body-login, html.h-body-login {
  background-color: #F7F8F9;
}

.login-page {
  padding: 80px 0;
}

@media only screen and (min-width: 768px) {
  .login-page {
    padding-top: 140px;
  }
}

.login-page__logo {
  background-image: image-url("marketing/studio-hop-logo.png");
  background-repeat: no-repeat;
  background-size: 120px 31px;
  display: block;
  height: 31px;
  margin: 0 auto 40px;
  text-indent: -9999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 120px;
}

@media only screen and (min-width: 768px) {
  .login-page__logo {
    background-image: image-url("marketing/studio-hop-logo-lg.png");
    background-size: 220px 60px;
    height: 60px;
    margin-bottom: 80px;
    width: 220px;
  }
}

.login-page__intro {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 20px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .login-page__intro {
    font-size: 28px;
    font-weight: 200;
    letter-spacing: -0.1px;
    line-height: 36px;
    margin-bottom: 40px;
  }
}

.login-page .container {
  background: #FFFFFF;
  border-radius: 4px;
  margin: 0 10px;
  padding: 30px 20px;
  position: relative;
  z-index: 100;
}

@media only screen and (min-width: 400px) and (max-width: 768px) {
  .login-page .container {
    max-width: 375px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 768px) {
  .login-page .container {
    margin: 0 auto;
    padding: 40px;
    width: 645px;
  }
}

.login-page__sign-up {
  color: #1F263B;
  font-weight: 700;
  margin-top: 80px;
  text-align: center;
}

.login-page__sign-up a {
  color: inherit;
  display: inline-block;
  position: relative;
  z-index: 100;
  font-weight: 400;
}

.login-page__sign-up a:after {
  background: rgba(182, 231, 240, 0.8);
  bottom: 1px;
  content: "";
  display: block;
  height: 6px;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
}

.login-page__sign-up a:hover {
  text-decoration: none;
}

.login-page__sign-up a:hover:after {
  height: 100%;
}

.flair-login1 {
  background-image: image-url("marketing/flair-login1-mobile.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 39px 214px;
  display: block;
  height: 214px;
  position: absolute;
  right: 0;
  top: 0;
  width: 39px;
  z-index: 50;
}

@media only screen and (min-width: 1024px) {
  .flair-login1 {
    background-image: image-url("marketing/flair-login1-desktop.png");
    background-size: 154px 522px;
    height: 522px;
    width: 154px;
  }
}

.flair-login2 {
  background-image: image-url("marketing/flair-login2-mobile.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 46px 223px;
  bottom: 10%;
  display: block;
  height: 223px;
  left: 0;
  position: absolute;
  width: 46px;
  z-index: 50;
}

@media only screen and (min-width: 1024px) {
  .flair-login2 {
    background-image: image-url("marketing/flair-login2-desktop.png");
    background-size: 102px 432px;
    bottom: -20px;
    height: 432px;
    width: 102px;
  }
}

/*
   This file contains modifications to the older CSS to bridge the gap
   to the new styles in early 2018.

   Once all pages have been re-styled, this file and the old styles can
   be removed.
 */
@font-face {
  font-family: 'visuelt';
  src: url("/wp-content/themes/studiohop-fitness/fonts/visuelt-regular.eot");
  src: url("/wp-content/themes/studiohop-fitness/fonts/visuelt-regular.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/studiohop-fitness/fonts/visuelt-regular.woff") format("woff"), url("/wp-content/themes/studiohop-fitness/fonts/visuelt-regular.woff2") format("woff2"), url("/wp-content/themes/studiohop-fitness/fonts/visuelt-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'visuelt';
  src: url("/wp-content/themes/studiohop-fitness/fonts/visuelt-light.eot");
  src: url("/wp-content/themes/studiohop-fitness/fonts/visuelt-light.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/studiohop-fitness/fonts/visuelt-light.woff") format("woff"), url("/wp-content/themes/studiohop-fitness/fonts/visuelt-light.woff2") format("woff2"), url("/wp-content/themes/studiohop-fitness/fonts/visuelt-light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'visuelt';
  src: furl("/wp-content/themes/studiohop-fitness/fonts/visuelt-bold.eot");
  src: url("/wp-content/themes/studiohop-fitness/fonts/visuelt-bold.eot?#iefix") format("embedded-opentype"), url("/wp-content/themes/studiohop-fitness/fonts/visuelt-bold.woff") format("woff"), url("/wp-content/themes/studiohop-fitness/fonts/visuelt-bold.woff2") format("woff2"), url("/wp-content/themes/studiohop-fitness/fonts/visuelt-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

html, p, ul, ol {
  font-family: "visuelt", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
}

html, body {
  font-family: "visuelt", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  background: #fff;
}

.navigation, .content-bg, .navigation.active {
  background: #fff;
}

@media only screen and (min-width: 1024px) {
  .navigation {
    padding: 20px 0;
  }
}

.navigation a.menu-link {
  background-image: url("/wp-content/themes/studiohop-fitness/images/menu-dark.svg");
}

.navigation a.menu-link.active {
  background-image: url("/wp-content/themes/studiohop-fitness/images/menu-close-dark.svg");
}

.navigation .logo-holder h1.logo {
  background-image: url("/wp-content/themes/studiohop-fitness/images/marketing/studio-hop-logo.png");
  background-size: 149px 40px;
  background-position: left center;
}

.navigation ul li a {
  color: #737885;
  font-weight: 400;
  font-family: "visuelt", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 16px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.navigation ul li a:hover {
  background-color: #fff;
  color: #61BED9;
}

body.studios .navigation ul li a#nav-studios,
body.schedule .navigation ul li a#nav-schedule {
  color: #1F263B;
  font-weight: 700;
}

.navigation .nav-btn .button.primary,
.button.primary {
  background: #CEC276;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  font-family: "visuelt", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
  text-transform: none;
}

.navigation .nav-btn .button.primary:hover,
.button.primary:hover {
  background: #61BED9;
  color: #fff;
  font-weight: 400;
}

.header h5.header-tag {
  color: #fff;
  font-family: "visuelt", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.studio-card {
  border-radius: 4px;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.05);
  border: none;
}

.studio-card-img {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

body.studios .studio-card {
  border: none;
}

p, h1, h2, h3, h4, h5,
.header .header-title,
.button,
.select-style select,
.page-header {
  font-family: "visuelt", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

body.studios .studio-card-title,
body.studios .studio-card-activities {
  font-family: "visuelt", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.tabs ul.tab-headings li.active, .tabs .tab__headings li.active {
  border-bottom-color: #CEC276;
}

.sign-up-cta {
  background: #fff;
}

.sign-up-cta .sign-up-headline {
  color: #1F263B;
  font-family: "visuelt", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 400;
}

body.studio .instructors-list .instructor-card {
  border-radius: 4px;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.05);
  border: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

body.studio .instructors-list .instructor-card:hover {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  box-shadow: 0 10px 15px 0 rgba(31, 38, 59, 0.05);
}

.footer-content .footer-nav li a {
  color: #7D8691;
}

.footer-content .footer-nav li a:hover {
  color: #61BED9;
}

footer .middle h3 {
  color: #1F263B;
  font-family: "visuelt", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 700;
}

.footer-content .social-icons ul li a {
  border: none;
  background: rgba(175, 178, 187, 0.8);
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.footer-content .social-icons ul li a:hover {
  background-color: #61BED9;
}

footer .middle {
  background: #fff;
  border-top: 1px solid #D8DFE4;
}

.footer-content .footer-nav li {
  font-weight: 400;
  text-transform: none;
}

footer .bottom {
  background: #fff;
}

.button.ghost {
  border-width: 1px;
}

h2.widget-title {
  margin-top: 20px;
  margin-bottom: 10px;
  text-align: left;
}

h2.post-title {
  text-align: left;
  margin-bottom: 5px;
}

* {
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: transparent;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.6em;
  background-color: #333638;
  color: #464c49;
  overflow-x: hidden;
}

html, body {
  height: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
  -webkit-font-smoothing: antialiased;
}

[class*="col"] img {
  max-width: 100%;
}

#wpadminbar {
  display: none;
}
