@import url("../fonts/yogov/style.css?1");
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,700|Roboto|Roboto+Condensed:300,400,700");
/* 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, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

.site-layout {
  position: relative;
  overflow: hidden;
}

.container {
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  text-align: left;
}

.max-container {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.container .column-sidebar {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.column-main {
  padding: 20px 0;
}

.container .column-main {
  position: relative;
  margin-left: -5px;
  margin-right: -5px;
}

@media (min-width: 760px) {
  .layout-columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .layout-columns.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .layout-columns .column-sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
    padding: 0 0 0 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .layout-columns .column-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 10px;
    margin-left: 0;
    margin-right: 0;
  }
  .layout-columns .column-main .panel {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .column-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 20px;
  }
  .column-group.x2 .column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .column-group .column {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (min-width: 990px) {
  .container {
    padding-left: 30px;
    padding-right: 30px;
  }
  .layout-columns .column-sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 310px;
            flex: 0 0 310px;
  }
  .layout-columns .column-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 10px;
  }
}

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

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

@media (min-width: 460px) {
  .visible-tiny {
    display: none;
  }
}

@media (max-width: 759px) {
  .visible-medium {
    display: none;
  }
}

@media (max-width: 989px) {
  .visible-desktop {
    display: none;
  }
}

.uppercase {
  text-transform: uppercase;
}

.menu-open {
  overflow: hidden;
}

.site-header .header-actions {
  padding: 22px 30px;
  position: relative;
  z-index: 4;
  margin-left: -15px;
  margin-right: -15px;
  -webkit-transition: 0.33s;
  transition: 0.33s;
}

.menu-open .site-header .header-actions {
  background: white;
}

.site-header .brand-name {
  margin: 0;
}

.site-header .brand-name img {
  margin: auto;
  max-width: 100%;
  display: block;
  width: 250px;
}

.tel {
  font-size: 22px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
  text-decoration: none;
}

.site-brand {
  position: relative;
  width: 93px;
  font-size: 0;
  z-index: 4;
}

.site-brand .site-home {
  display: block;
  position: relative;
  padding-top: 28%;
}

.site-brand span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../svg/yo-gov-logo.svg) no-repeat top left;
  background-size: 100% auto;
}

.site-brand-2 {
  position: relative;
  width: 93px;
  font-size: 0;
  z-index: 4;
}

.site-brand-2 .site-home {
  display: block;
  position: relative;
  padding-top: 28%;
}

.site-brand-2 span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 80%;
  height: 100%;
  background: url(../svg/skiplogo.svg) no-repeat top left;
  background-size: 100% auto;
}

.hamburger {
  position: absolute;
  top: 15px;
  right: 25px;
  z-index: 4;
}

.navigation {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #5cbfff;
  background: -webkit-gradient(linear, left top, left bottom, from(#5cbfff), color-stop(30%, #5cbfff), to(#4777b5));
  background: linear-gradient(to bottom, #5cbfff 0%, #5cbfff 30%, #4777b5 100%);
  text-align: left;
  z-index: -1;
  opacity: 0;
  -webkit-transition: 0.33s;
  transition: 0.33s;
}

.navigation .navigation-inner {
  padding: 86px 30px 30px;
  position: relative;
  min-height: 100%;
  background-image: url(../svg/illustration.svg);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: 550px auto;
}

.menu-open .navigation {
  opacity: 1;
  z-index: 3;
}

.navigation a:not(.button) {
  color: white;
  font-size: 28px;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
  padding: 8px 0;
  -webkit-transition: 0.33s;
  transition: 0.33s;
  font-family: "Roboto Condensed", sans-serif;
}

.navigation a:not(.button):hover {
  color: black;
}

.navigation a:not(.button).active:hover, .navigation a:not(.button).active {
  color: #4dace9;
}

.navigation a:not(.button).active:hover:after, .navigation a:not(.button).active:after {
  opacity: 1;
  background-color: #4dace9;
}

.navigation .button {
  padding-left: 13px;
  padding-right: 13px;
  font-size: 16px;
  min-height: 40px;
}

.navigation li {
  margin-top: 12px;
  margin-bottom: 12px;
}

.navigation li:last-child {
  margin-bottom: 0;
}

.navigation li .button {
  margin: 6px 0;
}

.navigation .internal-nav li {
  margin-top: 8px;
  margin-bottom: 8px;
}

.navigation .internal-nav li:first-child {
  margin-top: 6px;
}

.simple-header .header-actions {
  padding-right: 15px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(77, 77, 77, 0.15);
          box-shadow: 0 2px 5px 0 rgba(77, 77, 77, 0.15);
}

.simple-header .header-actions .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top-nav {
  display: none;
  background: #53ace5;
  background: -webkit-gradient(linear, left top, left bottom, from(#53ace5), to(#52a9e2));
  background: linear-gradient(to bottom, #53ace5 0%, #52a9e2 100%);
  -webkit-box-shadow: 0 10px 40px 0 rgba(77, 77, 77, 0.25);
          box-shadow: 0 10px 40px 0 rgba(77, 77, 77, 0.25);
  color: white;
  text-align: right;
  padding: 15px 0;
}

.top-nav.stuck {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
}

.top-nav .container {
  text-align: right;
}

.top-nav a:not(.button) {
  color: white;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2px 15px;
}

.top-nav a.tel {
  text-transform: uppercase;
  font-size: 22px;
  position: relative;
  bottom: -2px;
}

.top-nav .button {
  margin-left: 12px;
  margin-right: 4px;
}

.top-nav li {
  display: inline-block;
  vertical-align: middle;
}

@media (min-width: 660px) {
  .hamburger {
    display: none !important;
  }
  .navigation {
    position: absolute;
    top: 10px;
    left: auto;
    right: 20px;
    bottom: auto;
    width: auto;
    height: auto;
    background: none;
    text-align: left;
    z-index: 4;
    opacity: 1;
  }
  .navigation .navigation-inner {
    padding: 0;
    position: relative;
    min-height: 20px;
    background: none;
    white-space: nowrap;
  }
  .navigation a:not(.button) {
    text-transform: uppercase;
    color: #404040;
    font-size: 14px;
    font-weight: 700;
    padding: 8px 0;
    position: relative;
  }
  .navigation a:not(.button):after {
    content: "";
    display: block;
    position: absolute;
    bottom: 2px;
    height: 2px;
    background: black;
    -webkit-transition: 0.33s;
    transition: 0.33s;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    opacity: 0;
  }
  .navigation a:not(.button) .active, .navigation a:not(.button):hover {
    color: black;
  }
  .navigation a:not(.button) .active:after, .navigation a:not(.button):hover:after {
    opacity: 1;
  }
  .navigation .button {
    font-size: 14px;
    min-height: 32px;
  }
  .navigation ul {
    display: inline-block;
  }
  .navigation ul.internal-nav {
    margin-left: 7px;
  }
  .navigation ul.internal-nav li + li {
    margin-left: 10px;
  }
  .navigation li {
    margin: 0 14px;
    display: inline-block;
  }
  .navigation li .button {
    margin: 0;
  }
  .menu-open .site-header .header-actions {
    background: transparent;
  }
}

@media (min-width: 760px) {
  .site-header .container {
    position: relative;
  }
  .site-header .header-actions {
    padding-top: 30px;
  }
  .site-header .navigation {
    top: 20px;
  }
  .simple-header .header-actions {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .top-nav {
    display: block;
  }
}

@media (min-width: 990px) {
  .navigation {
    right: 30px;
  }
  .site-brand {
    width: 116px;
  }
  .site-header .header-actions {
    padding-left: 0;
    padding-right: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

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

.hamburger:hover {
  opacity: 0.7;
}

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

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

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

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

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

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

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  -webkit-transition-duration: 0.075s;
          transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
          transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze .hamburger-inner::before {
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}

.hamburger--squeeze .hamburger-inner::after {
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--squeeze.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
          transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
          transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--squeeze.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}

.hamburger--squeeze.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.site-footer {
  background-color: #2e3336;
  color: #7D8B93;
  padding: 40px 15px;
}

.site-footer a {
  color: #7D8B93;
  text-decoration: none;
  -webkit-transition: 0.33s;
  transition: 0.33s;
}

.site-footer a:hover {
  color: #ff6868;
}

.site-footer h4 {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 400;
  font-size: 16px;
  margin-bottom: 10px;
}

.site-footer h4 img {
  display: block;
  margin-bottom: 8px;
}

.links-list {
  margin-top: 30px;
  margin-bottom: 24px;
}

.links-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 340px;
}

.links-list li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 50%;
          flex: 1 1 50%;
}

.links-list a {
  font-size: 14px;
  display: block;
  padding: 7px 0;
  text-decoration: underline;
}

.social-group {
  position: relative;
  margin-left: -6px;
  margin-right: -6px;
}

.social-group li {
  display: inline-block;
}

.social-group a {
  font-size: 18px;
  display: block;
  padding: 4px 6px;
}

.copy-text {
  margin-top: 24px;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.5;
}

.links {
  margin-top: 16px;
}

.links li {
  display: inline-block;
}

.links li + li a:before {
  content: " | ";
  display: inline-block;
  width: 20px;
  text-align: center;
}

.links a {
  font-size: 14px;
  display: block;
  padding: 7px 0;
  text-decoration: underline;
}

@media (min-width: 600px) {
  .footer-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-left: -20px;
    margin-right: -20px;
  }
  .footer-group .footer-column {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 20px;
    padding-right: 20px;
  }
  .footer-group .footer-column:nth-child(even) {
    text-align: right;
  }
  .copy-text {
    max-width: 240px;
    margin-left: auto;
    margin-right: 0;
  }
  .site-footer {
    padding: 40px 20px;
  }
  .site-footer h4 {
    vertical-align: middle;
  }
  .site-footer h4 img {
    vertical-align: middle;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    bottom: -3px;
  }
}

html {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  line-height: 1.3;
  text-align: center;
  color: #404040;
}

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

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

.text img {
  display: inline-block;
}

i, em {
  font-style: italic;
}

a {
  color: #404040;
  -webkit-transition: 0.33s;
  transition: 0.33s;
}

.stage-site-gray {
  background-color: #fafbfc;
}

.title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 18px;
  color: #4dace9;
  text-transform: uppercase;
  line-height: 1.1;
  font-weight: 400;
}

.small-title {
  font-size: 14px;
}

.headline {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 30px;
  color: #404040;
  font-weight: 300;
  line-height: 1.2;
  margin-top: 10px;
}

.headline small {
  font-size: 1em;
}

.small-headline {
  font-size: 28px;
}

.tiny-headline {
  font-size: 20px;
}

.tiny-text {
  font-size: 13px;
}

.tiny-text14 {
  font-size: 14px;
}

.regular-text {
  font-size: 16px;
}

.medium-text {
  font-size: 20px;
}

.xxl-text-due {
  font-size: 50px;
  margin-right: -5px;
}

.xxl-text {
  font-size: 50px;
}

.letter-stretch {
  letter-spacing: -4px;
}

.section {
  padding: 20px 0;
}

.panel {
  text-align: left;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 40px 0 rgba(77, 77, 77, 0.15);
          box-shadow: 0 10px 40px 0 rgba(77, 77, 77, 0.15);
  padding: 30px 20px;
}

.separator {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  height: 2px;
  background: #eaeaea;
  margin: 14px 0;
}

.color {
  color: #4dace9;
}

.color-alt {
  color: #ff6868;
}

.text {
  font-size: 16px;
  margin-bottom: 24px;
  line-height: 1.6;
}

.text p + p, .text p + ul, .text p + ol, .text p + blockquote, .text ul + p, .text ul + ul, .text ul + ol, .text ul + blockquote, .text ol + p, .text ol + ul, .text ol + ol, .text ol + blockquote, .text blockquote + p, .text blockquote + ul, .text blockquote + ol, .text blockquote + blockquote {
  margin-top: 24px;
}

.text p + p.half, .text p + ul.half, .text p + ol.half, .text p + blockquote.half, .text ul + p.half, .text ul + ul.half, .text ul + ol.half, .text ul + blockquote.half, .text ol + p.half, .text ol + ul.half, .text ol + ol.half, .text ol + blockquote.half, .text blockquote + p.half, .text blockquote + ul.half, .text blockquote + ol.half, .text blockquote + blockquote.half {
  margin-top: 12px;
}

.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6,
.text strong,
.text b {
  font-weight: 600;
}

.text a:hover {
  text-decoration: none;
}

.icon-list {
  text-align: left;
  font-size: 13px;
}

.icon-list.icon-list-large {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 24px;
}

.icon-list.icon-list-large li {
  padding-left: 26px;
}

.icon-list.icon-list-large .icon {
  top: 5px;
}

.icon-list li {
  position: relative;
  line-height: 1.6;
  padding: 2px 4px 2px 22px;
}

.icon-list .icon {
  color: #4dace9;
  font-size: 18px;
  position: absolute;
  top: 3px;
  left: 0;
  width: 20px;
  text-align: center;
}

.hidden-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.33s, height 0.33s;
  transition: opacity 0.33s, height 0.33s;
}

.hidden-content.active {
  height: auto;
  opacity: 1;
  overflow: visible;
}

.banner-list {
  text-align: center;
  margin: 30px 0;
}

.banner-list > li {
  margin: 20px 0;
}

.banner-list a {
  display: block;
}

.banner-list img {
  display: block;
  max-width: 50%;
  margin: auto;
}

.footer-note {
  padding: 35px 0;
  text-align: center;
  max-width: 482px;
  margin-left: auto;
  margin-right: auto;
}

.footer-note .text {
  font-size: 14px;
  color: #9c9d9d;
}

.footer-note .text a {
  color: #4dace9;
  text-decoration: underline;
}

.footer-note .text a:hover {
  text-decoration: none;
}

@media (min-width: 760px) {
  .headline {
    font-size: 32px;
  }
  .headline.headline-keep {
    font-size: 28px;
  }
  .small-headline {
    font-size: 28px;
  }
  .tiny-headline {
    font-size: 20px;
  }
}

@media (min-width: 960px) {
  .headline {
    font-size: 38px;
  }
  .headline.headline-keep {
    font-size: 28px;
  }
  .small-headline {
    font-size: 28px;
  }
  .tiny-headline {
    font-size: 20px;
  }
}

.section-start {
  background: #5cbfff;
  background: -webkit-gradient(linear, left top, left bottom, from(#5cbfff), to(#4777b5));
  background: linear-gradient(to bottom, #5cbfff 0%, #4777b5 100%);
  color: white;
  padding: 30px 15px 12px;
  font-size: 16px;
  line-height: 1.80;
}

.section-start .container {
  text-align: center;
}

.section-start h2 {
  font-size: 30px;
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 300;
  margin-bottom: 30px;
  line-height: 1.1;
}

.section-start p {
  margin: 18px 0;
}

.section-start .actions {
  margin-bottom: 30px;
}

@media (min-width: 660px) {
  .section-start {
    padding: 55px 15px 54px;
  }
  .section-start h2 {
    font-size: 38px;
  }
  .section-start p {
    margin: 4px 0;
  }
  .section-start .actions {
    margin-bottom: 44px;
    margin-top: 30px;
  }
  .section-start .text {
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    font-stretch: normal;
    line-height: 1.88;
  }
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

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

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../images/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  z-index: 99999;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  opacity: 0.5;
}

.slick-prev {
  left: 10px;
  background-image: url("../images/arrow-left.svg");
}

.slick-next {
  right: 10px;
  background-image: url("../images/arrow-right.svg");
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0 4px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: #d8d8d8;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
  background: #4dace9;
}

.slick-dots li.slick-active button {
  background: #4dace9;
}

.hero {
  padding: 20px 15px;
  z-index: 2;
  position: relative;
}

.hero-text {
  line-height: 1.4;
  font-size: 14px;
}

.hero-text h2 {
  font-size: 28px;
  font-family: "Roboto Condensed", sans-serif;
  line-height: 1.1;
  margin-bottom: 14px;
}

.hero-text .actions {
  margin-top: 30px;
}

.hero-text .text {
  max-width: 340px;
}

.hero-space {
  height: 200px;
  position: relative;
  margin-top: -80px;
}

.hero-circle {
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.hero-circle-inner {
  position: absolute;
  width: 480px;
  height: 480px;
  left: 50%;
  -webkit-transform: translateX(-36%);
          transform: translateX(-36%);
  border-radius: calc(480px / 2);
  background: #5cbfff;
  background: -webkit-gradient(linear, left top, left bottom, from(#5cbfff), color-stop(30%, #5cbfff), to(#4777b5));
  background: linear-gradient(to bottom, #5cbfff 0%, #5cbfff 30%, #4777b5 100%);
  overflow: hidden;
}

.hero-circle .hero-city {
  height: 100%;
  background: url(../svg/illustration.svg) no-repeat -77px 30px;
  background-size: 540px auto;
}

@media (min-width: 600px) {
  .hero-text .text {
    max-width: 250px;
  }
  .hero-space {
    height: 40px;
    position: static;
    margin-top: 0;
  }
  .hero-circle-inner {
    width: 680px;
    height: 680px;
    border-radius: calc(680px / 2);
    left: 50%;
    top: -100px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  .hero-circle .hero-city {
    height: 100%;
    background: url(../svg/illustration.svg) no-repeat -27px 40%;
    background-size: 600px auto;
  }
}

@media (min-width: 760px) {
  .hero-text {
    line-height: 1.6;
    font-size: 15px;
    margin-top: 53px;
  }
  .hero-text h2 {
    font-size: 34px;
    line-height: 1.3;
    margin-bottom: 14px;
  }
  .hero-text .actions {
    margin-top: 30px;
  }
  .hero-text .text {
    max-width: 340px;
  }
}

@media (min-width: 990px) {
  .hero {
    padding-left: 0;
    padding-right: 0;
  }
  .hero-text {
    font-size: 16px;
  }
  .hero-text h2 {
    font-size: 38px;
    line-height: 1.3;
    margin-bottom: 14px;
  }
  .hero-text .actions {
    margin-top: 30px;
  }
  .hero-text .text {
    max-width: 360px;
  }
  .hero-circle-inner {
    width: 880px;
    height: 880px;
    border-radius: calc(880px / 2);
    left: 50%;
    margin-left: -60px;
    top: -200px;
  }
  .hero-circle .hero-city {
    height: 100%;
    background: url(../svg/illustration.svg) repeat-x -27px 55%;
    background-size: 90% auto;
  }
}

.form-control {
  display: block;
  width: 100%;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 1.5;
  color: #404040;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(151, 151, 151, 0.5);
  border-radius: 4px;
  height: 40px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

textarea.form-control {
  height: 100px;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

.form-control:focus {
  color: #404040;
  background-color: #fff;
  border-color: #4dace9;
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.4px rgba(77, 172, 233, 0.25);
          box-shadow: 0 0 0 0.4px rgba(77, 172, 233, 0.25);
}

.form-control::-webkit-input-placeholder {
  color: rgba(64, 64, 64, 0.3);
  opacity: 1;
}

.form-control:-ms-input-placeholder {
  color: rgba(64, 64, 64, 0.3);
  opacity: 1;
}

.form-control::-ms-input-placeholder {
  color: rgba(64, 64, 64, 0.3);
  opacity: 1;
}

.form-control::placeholder {
  color: rgba(64, 64, 64, 0.3);
  opacity: 1;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

.form-row,
.form-group {
  margin-bottom: 20px;
}

.form-label {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  color: #4dace9;
  text-transform: uppercase;
  display: block;
  padding-bottom: 7px;
}

.input-list {
  margin: 24px 0 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.input-list > li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 200px;
}

.form-separator {
  margin-bottom: 24px;
}

.form-separator .form-row:last-child,
.form-separator .options-group:last-child,
.form-separator .package-group:last-child,
.form-separator .form-group:last-child {
  margin-bottom: 10px;
}

.form-separator .options-group .package-item:last-child,
.form-separator .package-group .package-item:last-child {
  margin-bottom: 0;
}

.form-separator .headline {
  margin-bottom: 24px;
}

.form-error .form-control {
  border-color: #d0021b;
  color: #d0021b;
}

.small-message {
  font-size: 14px;
  color: #d0021b;
  padding: 8px 10px 0;
}

.error-message {
  font-size: 16px;
  color: #d0021b;
  padding: 30px 0 20px;
  text-align: center;
}

.form-white {
  padding: 20px 15px;
  background: white;
  -webkit-box-shadow: 0 10px 20px rgba(77, 77, 77, 0.15);
          box-shadow: 0 10px 20px rgba(77, 77, 77, 0.15);
  border-radius: 4px;
}

.invalid-feedback {
  color: #ff6868;
}

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

.feedback {
  font-size: 14px;
  margin-bottom: 20px;
}

.invalid-field .form-label {
  color: #ff6868;
}

.invalid-field .form-control {
  border-color: #ff6868;
}

@media (min-width: 460px) {
  .actions-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .actions-group .feedback {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-bottom: 0;
    text-align: left;
    padding-right: 20px;
  }
  .actions-group .button-wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
  }
}

@media (min-width: 760px) {
  .form-separator .column-group:last-child {
    margin-bottom: 10px;
  }
  .form-white {
    padding: 25px 20px;
  }
}

@media (min-width: 990px) {
  .form-separator {
    margin-bottom: 40px;
  }
  .form-white {
    padding: 30px;
  }
}

[type="checkbox"].custom,
[type="radio"].custom {
  border: 0 !important;
  clip: rect(1px, 1px, 1px, 1px) !important;
  -webkit-clip-path: inset(50%) !important;
          clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important;
  outline: none;
}

[type="checkbox"].custom:focus,
[type="radio"].custom:focus {
  outline: none;
}

[type="checkbox"].custom:hover + label,
[type="radio"].custom:hover + label {
  cursor: pointer;
}

[type="checkbox"].custom:hover + label::before,
[type="radio"].custom:hover + label::before {
  border-color: #4dace9;
}

[type="checkbox"].custom:active + label::before,
[type="radio"].custom:active + label::before {
  -webkit-transition-duration: 0;
          transition-duration: 0;
}

[type="checkbox"].custom + label,
[type="radio"].custom + label {
  position: relative;
  padding: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 30px;
}

[type="checkbox"].custom + label::before,
[type="radio"].custom + label::before {
  background-color: #fff;
  border: 2px solid rgba(151, 151, 151, 0.5);
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: '';
  color: #4dace9;
  margin-right: 7.5px;
  top: 50%;
  left: 0;
  width: 30px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
}

[type="checkbox"].custom + label::after,
[type="radio"].custom + label::after {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  content: '';
  background-color: #4dace9;
  position: absolute;
  top: 50%;
  left: 9px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

[type="checkbox"].custom[disabled] + label::before,
[type="radio"].custom[disabled] + label::before {
  -webkit-animation: none;
          animation: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid rgba(128, 128, 128, 0.5);
}

[type="checkbox"].custom[disabled]:active + label::before, [type="checkbox"].custom[disabled]:focus + label::before, [type="checkbox"].custom[disabled]:hover + label::before,
[type="radio"].custom[disabled]:active + label::before,
[type="radio"].custom[disabled]:focus + label::before,
[type="radio"].custom[disabled]:hover + label::before {
  border-color: rgba(128, 128, 128, 0.5);
  -webkit-filter: none;
          filter: none;
  -webkit-transition: none;
  transition: none;
}

[type="checkbox"].custom + label::before, [type="checkbox"].custom + label::after {
  border-radius: 0;
}

[type="checkbox"].custom + label::after {
  background-color: transparent;
  top: 50%;
  left: calc(0 + 2px + 30px/5);
  width: 15px;
  height: 6px;
  margin-top: calc(30px / -2 / 2 * 0.8);
  border-style: solid;
  border-color: #4dace9;
  border-width: 0 0 3px 3px;
  border-radius: 0;
  -o-border-image: none;
     border-image: none;
  -webkit-transform: rotate(-45deg) scale(0);
          transform: rotate(-45deg) scale(0);
  -webkit-transition: none;
  transition: none;
}

[type="checkbox"].custom:checked + label::before {
  border-color: #4dace9;
}

[type="checkbox"].custom:checked + label::after {
  content: '';
  -webkit-transform: rotate(-45deg) scale(1);
          transform: rotate(-45deg) scale(1);
  -webkit-transition: -webkit-transform 200ms ease-out;
  transition: -webkit-transform 200ms ease-out;
  transition: transform 200ms ease-out;
  transition: transform 200ms ease-out, -webkit-transform 200ms ease-out;
}

[type="checkbox"].custom:hover + label::after {
  border-color: #4dace9;
}

[type="radio"].custom + label::before, [type="radio"].custom + label::after {
  border-radius: 50%;
}

[type="radio"].custom:checked:active + label::before, [type="radio"].custom:checked:focus + label::before {
  -webkit-animation: none;
          animation: none;
  -webkit-filter: none;
          filter: none;
  -webkit-transition: none;
  transition: none;
  border-color: #4dace9;
}

[type="radio"].custom:checked + label::before {
  -webkit-animation: none;
          animation: none;
  background-color: #fff;
  border-color: #4dace9;
}

[type="radio"].custom:checked + label::after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

[type="radio"].custom:hover + label::after {
  background: #4dace9;
}

@-webkit-keyframes borderscale {
  50% {
    -webkit-box-shadow: 0 0 0 2px #900;
            box-shadow: 0 0 0 2px #900;
  }
}

@keyframes borderscale {
  50% {
    -webkit-box-shadow: 0 0 0 2px #900;
            box-shadow: 0 0 0 2px #900;
  }
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-weight: 700;
  font-family: "Roboto Condensed", sans-serif;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: black;
  color: white;
  border: 1px solid black;
  padding: 5px 22px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 44px;
  font-size: 16px;
  text-decoration: none;
  line-height: 1.1;
  cursor: pointer;
  border-radius: 22px;
  margin: auto;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  outline: none;
}

.button:hover {
  background-color: #ff6868;
  border-color: #ff6868;
  color: white;
}

.button-small {
  min-height: 30px;
  font-size: 14px;
}

.button-red {
  background-color: #ff6868;
  border-color: #ff6868;
  color: white;
  -webkit-box-shadow: 0 10px 20px 0 rgba(245, 0, 0, 0.19);
          box-shadow: 0 10px 20px 0 rgba(245, 0, 0, 0.19);
  font-weight: 600;
  position: relative;
  font-family: "Open Sans", sans-serif;
}

.button-red:hover {
  background-color: #ff4f4f;
  bottom: -1px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(245, 0, 0, 0.19);
          box-shadow: 0 5px 10px 0 rgba(245, 0, 0, 0.19);
}

.button-red-alt {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

.button-blue {
  background-color: #4dace9;
  border-color: #4dace9;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  position: relative;
  font-size: 14px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(91, 190, 253, 0.37);
          box-shadow: 0 10px 20px 0 rgba(91, 190, 253, 0.37);
}

.button-blue:hover {
  background-color: #36a1e6;
  border-color: #36a1e6;
  bottom: -1px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(91, 190, 253, 0.37);
          box-shadow: 0 5px 10px 0 rgba(91, 190, 253, 0.37);
}

.button-hollow {
  background-color: transparent;
  border-color: white;
  color: white;
  text-transform: uppercase;
}

.button-blue-hollow {
  background-color: transparent;
  border-color: #4dace9;
  color: #4dace9;
  -webkit-box-shadow: 0 10px 20px 0 rgba(77, 77, 77, 0.15);
          box-shadow: 0 10px 20px 0 rgba(77, 77, 77, 0.15);
  position: relative;
}

.button-blue-hollow:hover {
  background-color: #36a1e6;
  border-color: #36a1e6;
  bottom: -1px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(77, 77, 77, 0.15);
          box-shadow: 0 5px 10px 0 rgba(77, 77, 77, 0.15);
}

.button-dark {
  border-color: #404040;
  color: #404040;
}

.button-fixed {
  min-width: 200px;
}

.button-fixed-small {
  min-width: 130px;
}

.button-full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.action-text {
  color: #ff6868;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.33s;
  transition: 0.33s;
}

.action-text .icon {
  font-size: 23px;
  position: relative;
  bottom: -5px;
  margin-left: 6px;
}

a.action-text:hover {
  color: #4dace9;
}

.show-more {
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  font-size: 16px;
}

/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  position: relative;
  cursor: pointer;
}

.selectric-responsive {
  width: 100%;
}

.selectric {
  border: none;
  border-radius: 0;
  background: white;
  position: relative;
  overflow: hidden;
}

.selectric .label {
  display: block;
  width: 100%;
  padding: 7px 10px;
  font-size: 16px;
  line-height: 1.5;
  color: rgba(151, 151, 151, 0.5);
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(151, 151, 151, 0.5);
  border-radius: 4px;
  height: 40px;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-right: 42px;
}

.not-empty .selectric .label {
  color: #404040;
  opacity: 1;
  font-size: 1rem;
}

.selectric .btn {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 3px;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #4dace9;
  text-align: center;
  font-size: 16px;
}

.selectric-open {
  z-index: 9999;
}

.selectric-open .btn .icon:before {
  content: "\e912";
}

.selectric-open .selectric-items {
  display: block;
}

.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}

.selectric-hide-select select {
  position: absolute;
  left: -100%;
}

.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}

.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}

.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  *font: 0/0 a !important;
  background: none !important;
}

.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}

/* Items box */
.selectric-items {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  border: 1px solid rgba(151, 151, 151, 0.5);
  border-radius: 8px;
  z-index: -1;
  -webkit-box-shadow: 0 0 10px -6px;
          box-shadow: 0 0 10px -6px;
  font-size: 16px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(77, 77, 77, 0.15);
          box-shadow: 0 10px 20px 0 rgba(77, 77, 77, 0.15);
}

.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}

.selectric-items .selectric-scroll ul {
  padding: 0 4px;
}

.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}

.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
  line-height: 20px;
  min-height: 20px;
}

.selectric-items li {
  display: block;
  padding: 10px;
  color: #404040;
  cursor: pointer;
  border-radius: 8px;
  margin: 4px 0;
}

.selectric-items li.selected {
  background: #f0f0f0;
  color: #404040;
}

.selectric-items li.highlighted {
  background: white;
  color: #5cbfff;
}

.selectric-items li:hover {
  background: #f0f0f0;
  color: #404040;
}

.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #666 !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #444;
}

.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}

.selectric-items .selectric-group li {
  padding-left: 25px;
}

.custom-select-alt .selectric {
  border-bottom: 1px solid white;
  background: #ff6868;
}

.custom-select-alt .selectric .btn {
  color: white;
}

.custom-select-alt .selectric .label {
  opacity: 0.8;
}

.custom-select-alt .not-empty .label {
  color: white;
}

/**
 * @package PickMeUp
 * @author  Nazar Mokrynskyi <nazar@mokrynskyi.com>
 * @license 0BSD
 */
.pickmeup {
  background: white;
  border-radius: 4px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: inline-block;
  position: absolute;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}

.pickmeup * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pickmeup.pmu-flat {
  position: relative;
}

.pickmeup.pmu-hidden {
  display: none;
}

.pickmeup .pmu-instance {
  display: inline-block;
  height: auto;
  padding: 10px;
  text-align: center;
  width: 15em;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(151, 151, 151, 0.5);
  -webkit-box-shadow: 0 10px 20px 0 rgba(77, 77, 77, 0.15);
          box-shadow: 0 10px 20px 0 rgba(77, 77, 77, 0.15);
  border-radius: 10px;
  font-size: 16px;
}

.pickmeup .pmu-instance .pmu-button {
  color: #4dace9;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

.pickmeup .pmu-instance .pmu-today {
  background: #ff6868;
  color: white;
}

.pickmeup .pmu-instance .pmu-button:hover {
  background: transparent;
  color: #88c5eb;
}

.pickmeup .pmu-instance .pmu-not-in-month {
  color: #666;
}

.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
  color: rgba(51, 51, 51, 0.3);
  cursor: default;
}

.pickmeup .pmu-instance .pmu-selected {
  background: #136a9f;
  color: white;
}

.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
  background: #ff6868;
}

.pickmeup .pmu-instance nav {
  color: #4dace9;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  line-height: 2em;
}

.pickmeup .pmu-instance nav *:first-child :hover {
  color: #4777b5;
}

.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
  display: none;
  height: 2em;
  width: 1em;
}

.pickmeup .pmu-instance nav .pmu-month {
  width: 14em;
}

.pickmeup .pmu-instance .pmu-years *,
.pickmeup .pmu-instance .pmu-months * {
  display: inline-block;
  line-height: 3.6em;
  width: 3.5em;
}

.pickmeup .pmu-instance .pmu-day-of-week {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
  padding-left: 10px;
  padding-right: 10px;
  color: #999;
  cursor: default;
  background: rgba(237, 240, 242, 0.71);
}

.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
  display: inline-block;
  line-height: 1.5em;
  width: 2em;
}

.pickmeup .pmu-instance .pmu-day-of-week * {
  line-height: 1.8em;
}

.pickmeup .pmu-instance:first-child .pmu-prev,
.pickmeup .pmu-instance:last-child .pmu-next {
  display: block;
}

.pickmeup .pmu-instance:first-child .pmu-month,
.pickmeup .pmu-instance:last-child .pmu-month {
  width: 13em;
}

.pickmeup .pmu-instance:first-child:last-child .pmu-month {
  width: 12em;
}

.pickmeup:not(.pmu-view-days) .pmu-days,
.pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
  display: none;
}

.pickmeup .pmu-days {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}

.section {
  position: relative;
  z-index: 2;
}

.section-media {
  padding: 40px 0;
  background: #fafbfc;
}

.section-media .media-slide {
  float: left;
  padding: 10px 20px;
}

.section-media .media-slide img {
  display: block;
  max-width: 100%;
}

.section-media .section-main {
  position: relative;
  margin-left: -10px;
  margin-right: -10px;
}

.section-media .section-header {
  text-align: center;
  margin-bottom: 10px;
}

.section-why {
  padding: 40px 0;
}

.section-why .section-header {
  padding-left: 20px;
  padding-right: 20px;
}

.section-why .section-header .headline {
  margin-top: 10px;
}

.item {
  font-size: 16px;
  padding: 20px;
}

.item .item-media {
  display: none;
}

.item h3 {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 12px;
  font-weight: 400;
}

.item .item-text {
  max-width: 210px;
  line-height: 1.5;
}

.item .headline {
  margin-top: 10px;
}

.media-slider.slick-initialized .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-services {
  padding: 40px 0 100px;
  background: #f2f4f6 url(../svg/illustration.svg) repeat-x center bottom;
  background-size: 700px auto;
}

.section-services .container {
  text-align: center;
}

.section-services .title {
  margin-bottom: 10px;
}

.section-services .section-header {
  margin-bottom: 30px;
}

.section-services .text {
  margin-bottom: 30px;
}

.section-suggestions {
  padding: 40px 0;
  background: #fafbfc;
}

.section-suggestions .section-header {
  text-align: center;
  margin-bottom: 20px;
}

.section-suggestions .section-header .headline {
  margin-top: 10px;
}

.bottom-message {
  padding-top: 40px;
}

.bottom-message .container {
  text-align: center;
}

@media (min-width: 660px) {
  .section-services {
    padding: 40px 0 160px;
    background-size: 778px auto;
  }
}

@media (min-width: 760px) {
  .section-media {
    padding: 50px 0 50px;
  }
  .section-media.section-media2 {
    padding: 20px 0 40px;
  }
  .section-media .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-media .section-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    text-align: left;
    margin-bottom: 0;
  }
  .section-media .section-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .section-media .media-slide {
    float: none;
    padding: 10px 20px;
  }
  .media-slider .slick-list {
    overflow: visible;
    width: auto !important;
    -webkit-transform: none  !important;
            transform: none  !important;
    padding: 0 !important;
  }
  .media-slider .slick-track {
    opacity: 1;
    width: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-why {
    padding: 40px 0;
  }
  .section-why .section-header {
    padding-left: 0;
    padding-right: 0;
  }
  .section-media {
    padding: 50px 0 50px;
  }
  .section-media.section-media2 {
    padding: 20px 0 40px;
  }
  .section-media .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .section-media .section-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 120px;
            flex: 0 0 120px;
    text-align: left;
    margin-bottom: 0;
  }
  .section-media .section-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 0;
    margin-right: 0;
  }
  .section-media .media-slide {
    float: none;
    padding: 10px 20px;
  }
  .media-slider .slick-list {
    overflow: visible;
    width: auto !important;
    -webkit-transform: none  !important;
            transform: none  !important;
    padding: 0 !important;
  }
  .media-slider .slick-track {
    opacity: 1;
    width: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-why {
    background: rgba(237, 240, 242, 0.71);
    padding: 0;
  }
  .section-why .section-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    padding-left: 0;
    padding-right: 0;
  }
  .section-why .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-why .section-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
  }
  .section-why .item {
    background: white;
  }
  .items-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative;
  }
  .items-group:before, .items-group:after {
    content: "";
    display: block;
    position: absolute;
    height: 80%;
    width: 10px;
    top: 50%;
    border-radius: 80%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-box-shadow: 0 2px 28px 0 rgba(117, 117, 117, 0.29);
            box-shadow: 0 2px 28px 0 rgba(117, 117, 117, 0.29);
  }
  .items-group:before {
    left: 2px;
  }
  .items-group:after {
    right: 2px;
  }
  .items-group .item {
    margin-left: 2.5px;
    margin-right: 2.5px;
  }
  .item {
    padding: 80px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
  }
  .item .item-media {
    display: block;
    font-size: 56px;
    color: #4dace9;
    margin-bottom: 25px;
  }
  .item h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .item .item-text {
    max-width: 210px;
    line-height: 1.5;
  }
  .item .headline {
    margin-top: 10px;
  }
  .section-services {
    padding-top: 50px;
  }
  .section-suggestions {
    padding: 50px 0;
  }
  .section-suggestions .container-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .section-suggestions .section-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 240px;
            flex: 0 0 240px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
  }
  .section-suggestions .item {
    background: white;
  }
  .section-suggestions .section-main {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .bottom-message {
    padding-top: 60px;
  }
}

@media (min-width: 990px) {
  .section-services {
    padding-top: 60px;
    padding-bottom: 240px;
  }
  .section-suggestions {
    padding: 80px 0 60px;
  }
  .section-suggestions .section-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 308px;
            flex: 0 0 308px;
    padding-right: 20px;
  }
  .item {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .section-media {
    padding: 65px 0;
  }
  .section-media2 {
    padding: 45px 0 65px;
  }
  .section-why2 {
    background: white;
  }
}

.feature .feature-link {
  color: #404040;
  text-decoration: none;
  display: block;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 22px 0 rgba(77, 77, 77, 0.15);
          box-shadow: 0 5px 22px 0 rgba(77, 77, 77, 0.15);
  padding: 30px;
  margin-bottom: 10px;
  font-size: 13px;
  height: 100%;
}

.feature .feature-link:hover {
  -webkit-box-shadow: 0 5px 22px 0 rgba(77, 77, 77, 0.25);
          box-shadow: 0 5px 22px 0 rgba(77, 77, 77, 0.25);
}

.feature .feature-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 12px;
}

.feature .feature-header h3 {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.feature .feature-header .feature-media {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
}

.feature .feature-header .icon {
  font-size: 42px;
  color: #4dace9;
}

.feature .text {
  font-size: 13px;
  line-height: 1.6;
  margin-bottom: 14px;
  min-height: 40px;
}

.below-push-up {
  padding-bottom: 80px;
}

.features-group-grid.push-up {
  position: relative;
  margin-top: -100px;
}

@media (min-width: 500px) {
  .section-features {
    padding-bottom: 10px;
  }
  .features-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .features-group.features-group-grid {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .features-group.features-group-grid .feature {
    padding-bottom: 20px;
  }
  .features-group .feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding: 0 15px;
  }
  .features-group.slick-initialized {
    display: block;
    margin-left: -15px;
    margin-right: -15px;
  }
  .features-group.slick-initialized .slick-list {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5px;
    padding-right: 5px;
  }
  .features-group.slick-initialized .slick-track {
    position: relative;
    display: table;
    margin-bottom: 10px;
  }
  .features-group.slick-initialized .slick-slide {
    display: table-cell;
    float: none;
    position: relative;
  }
  .features-group.slick-initialized .slick-slide.feature {
    height: 100%;
  }
  .features-group.slick-initialized .slick-slide.feature .feature-link {
    min-height: 240px;
  }
  .features-group.slick-initialized .slick-dots {
    position: relative;
    bottom: auto;
  }
  .feature .feature-link {
    padding-bottom: 44px;
    position: relative;
  }
  .feature .action-text {
    position: absolute;
    bottom: 28px;
    left: 30px;
  }
  .feature .feature-header {
    display: block;
    margin-bottom: 12px;
  }
  .feature .feature-header .feature-media {
    margin-bottom: 18px;
  }
  .feature .feature-header .icon {
    position: relative;
    margin-left: -6px;
  }
  .feature-more {
    display: none;
  }
}

@media (max-width: 499px) {
  .features-group {
    max-height: 730px;
    overflow: hidden;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
  }
  .features-group .slick-list {
    overflow: visible;
    padding-left: 15px;
    padding-right: 15px;
  }
  .features-group .slick-track {
    top: auto;
    left: auto;
    opacity: 1;
    width: auto !important;
    -webkit-transform: none !important;
            transform: none !important;
  }
  .features-group .feature.slick-slide {
    width: auto !important;
    float: none;
  }
  .feature-more {
    position: relative;
    margin-top: -130px;
    background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(to top, white 0%, rgba(255, 255, 255, 0) 100%);
    height: 130px;
    padding-top: 100px;
    text-align: center;
    -webkit-transition: 0.33s;
    transition: 0.33s;
  }
  .show-all .features-group {
    max-height: 100%;
    overflow: visible;
  }
  .show-all .feature-more {
    margin-top: 0;
    height: auto;
    padding: 20px 0;
  }
  .features-group-grid.features-group {
    max-height: 10000%;
    overflow: visible;
    margin-left: 0;
    margin-right: 0;
  }
}

@media (min-width: 860px) {
  .features-group .feature {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33%;
            flex: 0 0 33.33%;
    padding: 0 10px 20px;
  }
  .feature .feature-link {
    padding-bottom: 44px;
    position: relative;
  }
  .feature .action-text {
    position: absolute;
    bottom: 28px;
    left: 30px;
  }
  .feature .feature-header {
    display: block;
    margin-bottom: 12px;
  }
  .feature .feature-header .feature-media {
    margin-bottom: 18px;
  }
  .feature .feature-header .icon {
    position: relative;
    margin-left: -6px;
  }
  .feature-more {
    display: none;
  }
}

.section-quotes {
  padding: 40px 0;
  background: #fafbfc;
}

.section-quotes .section-header {
  padding-left: 20px;
  padding-right: 20px;
}

.section-quotes .section-header .headline {
  margin-top: 10px;
}

.headline {
  margin-top: 10px;
}

.quote-slider-group {
  position: relative;
  margin: 30px 0 40px;
}

.quote-slider-group .quote-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  -webkit-transition: opacity 4.45s, top 0.45s, left 0.45s, -webkit-transform 0.45s;
  transition: opacity 4.45s, top 0.45s, left 0.45s, -webkit-transform 0.45s;
  transition: opacity 4.45s, top 0.45s, left 0.45s, transform 0.45s;
  transition: opacity 4.45s, top 0.45s, left 0.45s, transform 0.45s, -webkit-transform 0.45s;
}

.quote-slider-group .quote-slide .author,
.quote-slider-group .quote-slide .quote {
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-transition-delay: 3.20s;
          transition-delay: 3.20s;
}

.quote-slider-group .quote-slide.quote-active {
  -webkit-transition: opacity 1.35s, top 0.20s, left 0.20s, -webkit-transform 0.38s;
  transition: opacity 1.35s, top 0.20s, left 0.20s, -webkit-transform 0.38s;
  transition: opacity 1.35s, top 0.20s, left 0.20s, transform 0.38s;
  transition: opacity 1.35s, top 0.20s, left 0.20s, transform 0.38s, -webkit-transform 0.38s;
  position: relative;
  top: auto;
  left: auto;
  width: auto;
  z-index: 11;
}

.quote-slider-group .quote-slide.quote-active .author,
.quote-slider-group .quote-slide.quote-active .quote {
  -webkit-animation: slideAnime 1.4s forwards;
          animation: slideAnime 1.4s forwards;
}

.quote-slider-group .quote-slide:nth-child(2) {
  top: 22px;
  -webkit-transform: scale(0.95);
          transform: scale(0.95);
  z-index: 10;
}

.quote-slider-group .quote-slide:nth-child(3) {
  top: 50px;
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
  z-index: 9;
}

.quote-slider-group .quote-slide:nth-child(4) {
  top: 70px;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
  z-index: 8;
}

.quote-slider-group .slick-dots {
  position: relative;
  bottom: auto;
  margin: 10px 0;
}

.quote-slider-group .slick-list {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 20px 10px 40px;
}

@-webkit-keyframes slideAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes slideAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.quote-slide {
  border-radius: 4px;
  background-color: #ffffff;
  padding: 20px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(77, 77, 77, 0.15);
          box-shadow: 0 10px 20px 0 rgba(77, 77, 77, 0.15);
}

.quote-slide .author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Roboto Condensed", sans-serif;
}

.quote-slide .author-photo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 73px;
          flex: 0 0 73px;
  height: 73px;
  overflow: hidden;
  border-radius: 73px;
}

.quote-slide .author-photo img {
  display: block;
  max-width: 100%;
}

.quote-slide .author-text {
  padding-left: 18px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.quote-slide .author-name {
  font-size: 20px;
  display: block;
  margin-bottom: 4px;
}

.quote-slide .author-type {
  font-size: 12px;
  color: #9b9b9b;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.quote-slide .author-rate .icon {
  color: #fec708;
  font-size: 14px;
}

.quote-slide .quote {
  font-size: 16px;
  padding: 20px 0 5px;
  font-style: italic;
  line-height: 1.5;
}

.quote-slider {
  position: relative;
}

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

.quote-nav li {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  width: 10px;
  height: 10px;
  padding: 5px;
  margin: 0 4px;
  border: none;
  border-radius: 100%;
  cursor: pointer;
  color: transparent;
  outline: none;
  background: #d8d8d8;
}

.quote-nav li.active {
  background-color: #4dace9;
}

.side-dots {
  display: none;
}

@media (min-width: 760px) and (max-width: 989px) {
  .section-quotes.section-quotes2 {
    padding-top: 10px;
  }
}

@media (min-width: 760px) {
  .quote-nav {
    display: none;
  }
  .side-dots {
    display: block;
  }
  .side-dots .quote-nav {
    display: block;
  }
  .section-quotes .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .section-quotes .section-header {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 250px;
            flex: 0 0 250px;
  }
  .section-quotes .section-header .quote-nav {
    text-align: left;
    margin-top: 15px;
  }
  .section-quotes .section-header .headline {
    max-width: 250px;
  }
  .section-quotes .quote-slider {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 50px;
  }
  .quote-slider-group {
    margin: 30px 0 40px;
  }
  .quote-slider-group .quote-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  .quote-slider-group .quote-slide.quote-active {
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    z-index: 11;
  }
  .quote-slider-group .quote-slide:nth-child(2) {
    top: 0;
    left: 25px;
  }
  .quote-slider-group .quote-slide:nth-child(3) {
    top: 0;
    left: 58px;
  }
  .quote-slider-group .quote-slide:nth-child(4) {
    top: 0;
    left: 74px;
  }
  .quote-slider-group .slick-dots {
    position: relative;
    bottom: auto;
    margin: 10px 0;
  }
  .quote-slider-group .slick-list {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    padding: 20px 10px 40px;
  }
}

@media (min-width: 960px) {
  .section-quotes .section-header {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 30%;
            flex: 1 1 30%;
  }
  .section-quotes .section-header .quote-nav {
    text-align: left;
    margin-top: 15px;
  }
  .section-quotes .quote-slider {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 60%;
            flex: 1 1 60%;
    padding-right: 78px;
  }
  .quote-slide {
    border-radius: 4px;
    padding: 45px 50px;
  }
}

.to-stuck.stuck {
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 10;
}

.box-total {
  background: white;
  -webkit-box-shadow: 0 10px 20px 0 rgba(77, 77, 77, 0.15);
          box-shadow: 0 10px 20px 0 rgba(77, 77, 77, 0.15);
}

.box-total .package-details {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.33s, height 0.33s;
  transition: opacity 0.33s, height 0.33s;
}

.box-total .total-group .number {
  display: inline-block;
  position: relative;
  -webkit-transition: 0.33s;
  transition: 0.33s;
}

.box-total.active .package-details {
  height: auto;
  opacity: 1;
  overflow: visible;
}

.box-total.active .show-more-detail .icon-chevron-down:before {
  content: "\e912";
}

.box-total.active .total-group .number {
  -webkit-transform: translateY(180px);
          transform: translateY(180px);
  opacity: 0;
}

.box-total.active .box-body {
  padding-bottom: 0;
}

.box-body {
  padding: 15px 15px 15px 15px;
  text-align: left;
}

.total-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0 0 15px;
}

.total-value {
  font-size: 28px;
  color: #4dace9;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif;
}

.total-value small {
  font-size: 18px;
}

.package-group {
  margin: 24px 0 30px;
}

.package-item {
  display: block;
  margin-bottom: 24px;
  position: relative;
}

.package-item [class*="ribbon"] {
  z-index: 1;
}

.package-inner {
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px rgba(151, 151, 151, 0.5);
  -webkit-transition: 0.33s;
  transition: 0.33s;
}

.package-inner .full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  text-align: center;
}

.package-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 20px;
  position: relative;
}

.package-content {
  height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.66s, height 0.63s;
  transition: opacity 0.66s, height 0.63s;
}

.package-content:before {
  content: "";
  display: block;
  background: #eaeaea;
  height: 2px;
  border-radius: 1px;
  margin-bottom: 10px;
}

.package-title {
  font-size: 20px;
  font-weight: 400;
}

.package-value {
  color: #4dace9;
  font-weight: 300;
  font-size: 20px;
}

.package-value .pos-value {
  font-size: 12px;
  color: #5b5b5b;
  font-weight: 700;
}

.package-value .value-note {
  display: block;
  margin-top: 3px;
  font-size: 12px;
  color: rgba(91, 91, 91, 0.5);
  font-weight: 400;
}

.options-group {
  margin: 24px 0 30px;
}

.ribbon-top {
  position: absolute;
  white-space: nowrap;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -8px;
  display: inline-block;
  background: white;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 700;
  color: rgba(64, 64, 64, 0.5);
}

.ribbon-bottom {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: -6px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.1px;
}

.ribbon-left:before, .ribbon-left:after,
.ribbon-right:before,
.ribbon-right:after {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
}

.ribbon-left {
  position: relative;
  padding: 0 20px;
  background: #ff6868;
  color: white;
  -webkit-box-shadow: 0 2px 4px 0 rgba(74, 74, 74, 0.2);
          box-shadow: 0 2px 4px 0 rgba(74, 74, 74, 0.2);
}

.ribbon-left:before {
  top: 0;
  right: calc(100% - 1px);
  border-right: solid 10px #ff6868;
  border-bottom: solid 10px transparent;
}

.ribbon-left:after {
  right: calc(100% - 1px);
  bottom: 0;
  border-right: solid 10px #ff6868;
  border-top: solid 10px transparent;
}

.ribbon-right:before {
  top: 0;
  left: calc(100% - 1px);
  border-left: solid 10px #ff6868;
  border-bottom: solid 10px transparent;
}

.ribbon-right:after {
  left: calc(100% - 1px);
  bottom: 0;
  border-left: solid 10px #ff6868;
  border-top: solid 10px transparent;
}

.options-item {
  border-radius: 4px;
  background-color: #ffffff;
  border: solid 1px rgba(151, 151, 151, 0.5);
  margin-bottom: 24px;
  position: relative;
}

.options-item .ribbon-top {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: -8px;
  display: inline-block;
  background: white;
  padding: 2px 8px;
  font-size: 10px;
  font-weight: 700;
  color: rgba(64, 64, 64, 0.5);
}

.options-group .package-header {
  min-height: 64px;
}

.option-hide {
  cursor: pointer;
}

.option-hide [type="radio"] {
  position: absolute;
  opacity: 0;
}

.option-hide .package-inner {
  cursor: pointer;
}

.option-hide .package-inner.active,
.option-hide .package-inner:hover,
.option-hide [type="radio"]:checked + .package-inner {
  border-color: #4dace9;
  -webkit-box-shadow: 0 0 1px 1px #4dace9;
          box-shadow: 0 0 1px 1px #4dace9;
}

.option-hide .package-inner .package-content,
.option-hide [type="radio"]:checked + .package-inner .package-content {
  padding: 0 20px 12px;
  height: auto;
  opacity: 1;
}

.form-roadtest-booking {
  margin-bottom: 10px;
}

.form-roadtest-booking .actions {
  margin-top: 40px;
}

.package-box {
  margin-top: 2px;
  padding: 20px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(77, 77, 77, 0.15);
          box-shadow: 0 10px 20px 0 rgba(77, 77, 77, 0.15);
}

.package-box-header {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.discount-row {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.discount-row .tiny-text .icon {
  font-size: 16px;
  position: relative;
  bottom: -1px;
}

.total-row {
  margin-bottom: 0;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-top: 10px;
  padding-bottom: 8px;
}

.total-row .xxl-text {
  line-height: 0.7;
}

.total-row .medium-text {
  padding-bottom: 6px;
}

.total-value-column {
  letter-spacing: -1.5px;
  color: #4dace9;
}

@media (min-width: 760px) {
  .to-stuck {
    padding-top: 20px;
  }
  .to-stuck.stuck {
    width: auto;
    left: auto;
  }
  .to-stuck.sidebar-total {
    width: 270px;
  }
  .to-stuck.sidebar-total .show-more {
    display: none;
  }
  .to-stuck.sidebar-total .total-group {
    padding-left: 0;
  }
  .to-stuck.sidebar-total .box-total {
    background: white;
    border-radius: 10px;
  }
  .to-stuck.sidebar-total .box-total .total-value {
    display: none;
  }
  .sidebar-total .hidden-content {
    display: none !important;
  }
  .sidebar-total .package-box {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .box-total .package-details {
    height: auto;
    opacity: 1;
    overflow: visible;
  }
  .box-total .total-group .number {
    opacity: 0;
  }
  .package-box {
    margin-top: 0;
    padding: 0 15px 10px;
  }
  .package-box .package-box-header {
    margin-top: 14px;
  }
  .package-box .package-box-header.total-row {
    margin-top: 0;
    padding-top: 0;
  }
  .box-body {
    padding-bottom: 0;
  }
  /*
	.option-hide .package-inner.active .package-content, 
	.option-hide [type="radio"]:checked + .package-inner .package-content {
	    display: none !important;
	}
	*/
}

@media (min-width: 990px) {
  .package-box .ribbon-top,
  .package-item .ribbon-top {
    top: -7px;
  }
  .to-stuck.stuck {
    width: auto;
    left: auto;
  }
  .to-stuck.sidebar-total {
    width: 300px;
  }
  .package-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 50px;
  }
  .package-group .package-header {
    display: block;
    text-align: center;
  }
  .package-group .package-header .package-value {
    margin-top: 8px;
  }
  .package-group .package-inner {
    min-height: 100%;
  }
  .package-group:not(.options-group) {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .package-group .package-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 0;
  }
  .options-group {
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
  .options-group .package-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 7.5px;
    padding-right: 7.5px;
    min-height: 96px;
  }
  .options-group .package-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .options-group .package-header {
    display: block;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-left: 10px;
    padding-right: 10px;
  }
  .options-group .package-header * {
    margin-left: auto;
    margin-right: auto;
  }
  .options-group .package-value {
    font-size: 30px;
    white-space: nowrap;
  }
  .options-group .package-value .pos-value {
    position: absolute;
    margin-top: 4px;
    margin-left: 1px;
  }
  .sidebar-total .box-total {
    margin-bottom: 40px;
  }
}

@media (min-width: 990px) and (min-height: 760px) {
  .sidebar-total .banner-list > li {
    margin: 30px 0;
  }
}

@media (min-width: 990px) {
  .column-sidebar .box-body {
    padding-top: 34px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .column-sidebar .package-box {
    padding-top: 7px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .column-sidebar .package-box .package-box-header {
    margin-top: 9px;
    margin-bottom: 9px;
  }
}

.hero-banner {
  position: relative;
  padding-bottom: 30px;
}

.hero-banner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 62%;
  background: #5cbfff;
  background: -webkit-gradient(linear, left top, left bottom, from(#5cbfff), color-stop(30%, #5cbfff), to(#4777b5));
  background: linear-gradient(to bottom, #5cbfff 0%, #5cbfff 30%, #4777b5 100%);
}

.hero-banner .banner-text-wrapper {
  padding: 30px 15px 10px;
  color: white;
}

.hero-banner .banner-text-wrapper .headline {
  color: white;
}

.hero-banner .headline {
  margin-bottom: 14px;
}

.hero-banner .container {
  position: relative;
  z-index: 1;
}

.hero-banner .text {
  font-size: 14px;
  max-width: 400px;
}

.hero-banner .banner-image {
  display: none;
}

.hero-banner .local-info {
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
  position: relative;
  margin-top: -8px;
  margin-bottom: 27px;
}

.form-book-wrapper {
  overflow: hidden;
  position: relative;
  padding: 4px;
  margin-left: -4px;
  margin-right: -4px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(77, 77, 77, 0.15);
          box-shadow: 0 10px 20px 0 rgba(77, 77, 77, 0.15);
}

.form-book-wrapper .form-book-inner {
  background: white;
  border-radius: 10px;
  padding: 25px 20px;
  position: relative;
}

.form-book-wrapper .form-book-inner .headline {
  font-weight: 400;
}

.intro-text {
  font-size: 12px;
  text-align: center;
  color: #7e7e7e;
  line-height: 1.6;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
}

.intro-text a {
  color: #4dace9;
  text-decoration: none;
}

.intro-text a:hover {
  text-decoration: underline;
}

.horizontal-banner-list {
  display: block;
  margin: 30px 0 0;
  text-align: center;
}

.horizontal-banner-list img {
  display: block;
  max-width: 100%;
  margin: auto;
  height: 40px;
}

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

.section-intro {
  background: white;
}

.section-intro .headline {
  margin-bottom: 14px;
}

.section-intro-image {
  display: none;
}

.ribbon-discount {
  color: white;
  width: 100%;
  position: absolute;
  top: -4px;
  right: -4px;
  display: block;
  background: url(../images/ribbon.png) no-repeat top right;
  background-size: 118px 118px;
  width: 118px;
  height: 118px;
  z-index: 2;
  font-size: 14px;
  font-weight: 600;
}

.ribbon-discount span {
  width: 128px;
  height: 98px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-left: 5px;
}

.ribbon-discount-reverse {
  color: white;
  width: 100%;
  position: absolute;
  top: -4px;
  left: -4px;
  display: block;
  background: url(../images/ribbon-left.png) no-repeat top left;
  background-size: 118px 118px;
  width: 118px;
  height: 118px;
  z-index: 2;
  font-size: 14px;
  font-weight: 600;
}

.ribbon-discount-reverse span {
  width: 148px;
  height: 96px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-left: -25px;
}

.section-packages {
  padding: 38px 0;
}

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

.package-presentation {
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 24px;
}

.package-present-box {
  margin-bottom: 20px;
}

.tip-note {
  text-align: center;
  font-size: 12px;
  color: #5b5b5b;
  margin-top: 14px;
}

.package-present-box-inner {
  border-radius: 10px;
  padding: 20px;
  background: white;
  -webkit-box-shadow: 0 10px 40px 0 rgba(77, 77, 77, 0.15);
          box-shadow: 0 10px 40px 0 rgba(77, 77, 77, 0.15);
  text-align: center;
  position: relative;
}

.package-present-box-inner .ribbon-bottom {
  bottom: -7px;
  font-size: 14px;
}

.package-present-box-inner .ribbon-bottom .ribbon-left {
  padding-top: 1.5px;
  padding-bottom: 3.5px;
}

.package-present-box-header {
  position: relative;
}

.package-present-box-header .title {
  color: #404040;
  font-size: 20px;
  text-transform: none;
}

.package-present-box-header .title small {
  font-size: 20px;
}

@media (max-width: 990px) {
  .package-present-box-header .title small {
    display: none;
  }
}

.package-present-box-subheader .value {
  color: #4dace9;
  font-size: 50px;
  font-weight: 300;
  font-family: "Roboto Condensed", sans-serif;
  letter-spacing: -1px;
  margin-bottom: 25px;
}

.package-present-box-subheader .value small {
  font-size: 20px;
}

.icon-list-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

.icon-list-group .icon-list {
  font-size: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.icon-list-group .icon-list.short {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66px;
          flex: 0 0 66px;
}

.meta-item {
  position: relative;
  padding-left: 20px;
  color: #9b9b9b;
  font-size: 12px;
  font-weight: 600;
  margin: 10px 0;
  line-height: 1.5;
}

.meta-item .icon {
  color: #4dace9;
  font-size: 16px;
  position: absolute;
  top: 0;
  left: 0;
}

.local-info img {
  display: inline-block;
  position: relative;
  bottom: -2px;
  margin-right: 5px;
}

.banner-dismiss {
  color: rgba(216, 216, 216, 0.4);
  font-size: 18px;
  position: absolute;
  top: 6px;
  right: 8px;
  text-decoration: none;
}

.top-bar {
  padding: 30px 0;
}

.top-bar .title {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 28px;
  margin-bottom: 12px;
}

.top-bar .container {
  text-align: center;
}

.top-bar .text {
  margin-bottom: 0;
}

.top-bar-dark {
  background: #2e3336;
}

.top-bar-dark .title {
  color: #ff6868;
}

.top-bar-dark .text {
  color: white;
}

.top-bar-dark .text a {
  color: white;
}

@media (min-width: 760px) {
  .horizontal-banner-list li {
    padding-left: 5px;
    padding-right: 5px;
  }
  .banner-column-group {
    padding: 40px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .banner-column-group .form-book-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
  }
  .banner-column-group .banner-text-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 30px;
  }
  .hero-banner .banner-image {
    display: block;
    position: relative;
    margin-right: -50px;
    margin-left: -20px;
    z-index: 1;
  }
  .hero-banner:before {
    height: 76%;
  }
  .section-intro-image {
    display: block;
  }
  .section-intro {
    padding-top: 40px;
    padding-bottom: 30px;
    background: white url(../images/photo.jpg) no-repeat right bottom;
    background-size: 47% auto;
  }
  .section-intro-group {
    padding-right: 50%;
  }
  .css-columns {
    -webkit-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 30px;
            column-gap: 30px;
  }
  .css-columns li {
    -webkit-column-break-inside: avoid;
    break-inside: avoid;
  }
  .section-packages {
    padding: 40px 0;
  }
  .section-packages .title,
  .section-packages .headline {
    text-align: center;
    margin-bottom: 14px;
  }
  .package-presentation {
    margin-top: 40px;
  }
  .section-conciergers {
    padding: 40px 0;
    padding-bottom: 10px;
  }
  .section-conciergers .headline br {
    display: none;
  }
  .section-conciergers .title,
  .section-conciergers .headline {
    text-align: center;
  }
  .section-conciergers .title {
    margin-bottom: 14px;
  }
  .section-faqs {
    padding: 40px 0;
  }
  .section-faqs .title {
    margin-bottom: 14px;
  }
  .banner-text-wrapper .headline {
    font-size: 32px;
    margin-bottom: 14px;
    line-height: 1.5;
  }
  .banner-text-wrapper .text {
    font-size: 16px;
    line-height: 1.8;
    max-width: 340px;
  }
  .banner-text-wrapper .mark {
    border-bottom: 2px solid white;
  }
  .hero-banner .banner-text-wrapper {
    padding-top: 0;
  }
  .banner-dismiss {
    top: 20px;
    right: 20px;
  }
}

@media (min-width: 860px) {
  .package-presentation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    max-width: 100%;
  }
  .package-presentation .package-present-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding: 0 10px;
  }
  .package-presentation .tip-note {
    display: none;
  }
  .package-presentation .package-present-box-inner {
    height: 100%;
    position: relative;
  }
  .meta-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: 12px;
  }
  .meta-group .meta-item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-right: 10px;
  }
  .tip {
    font-size: 0;
  }
  .tip:before {
    font-family: 'yogov' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e91c";
    color: #c5c5c5;
    font-size: 14px;
    position: relative;
    bottom: -2px;
    margin-left: 2px;
  }
}

@media (min-width: 990px) {
  .section-conciergers {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .section-faqs {
    padding: 60px 0;
  }
  .section-intro {
    padding-top: 60px;
  }
  .section-packages {
    padding: 60px 0;
  }
  .banner-text-wrapper .headline {
    font-size: 38px;
    margin-bottom: 24px;
  }
  .banner-column-group .form-book-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 420px;
            flex: 0 0 420px;
  }
  .form-book-wrapper .form-book-inner {
    padding: 35px 30px;
  }
  .form-book-wrapper .form-book-inner .headline {
    margin-bottom: 20px;
  }
  .form-book-wrapper .form-book-inner .headline + .text {
    margin-bottom: 30px;
  }
  .hero-banner {
    padding-bottom: 20px;
  }
  .hero-banner:before {
    height: 80%;
  }
  .top-bar {
    padding: 38px 0;
  }
  .package-present-box .package-present-box-header .title {
    margin-top: 10px;
    margin-bottom: 24px;
  }
  .package-present-box .with-ribbon .value {
    position: relative;
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@media (min-width: 1260px) {
  .hero-banner .banner-image {
    margin-left: -60px;
    margin-right: -40px;
  }
  .banner-column-group .form-book-wrapper {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 460px;
            flex: 0 0 460px;
  }
  .hero-banner .banner-text-wrapper {
    padding: 0 15px 10px;
    color: white;
  }
  .form-book-wrapper .form-book-inner {
    padding: 45px 40px;
  }
}

@media (min-width: 1360px) {
  .hero-banner .banner-image {
    margin-bottom: -20px;
    margin-left: -120px;
  }
}

.section-conciergers {
  background: white;
  padding: 38px 0;
}

.conciergers-group {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
}

.conciergers-group:before, .conciergers-group:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 25%;
  z-index: 1;
}

.conciergers-group:before {
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.conciergers-group:after {
  right: 0;
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0.5)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to left, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%);
}

.conciergers-slider .slick-dots {
  position: relative;
  bottom: auto;
  display: block;
  width: auto;
  margin: 10px 0;
}

.concierger-slide {
  text-align: center;
  padding: 30px 5px 10px;
  min-width: 200px;
}

.concierger-slide .media {
  width: 100px;
  border-radius: 100%;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
}

.concierger-slide .media img {
  display: block;
  max-width: 100%;
}

.concierger-slide .media-caption {
  font-family: "Roboto Condensed", sans-serif;
  font-size: 12px;
  color: #9b9b9b;
  line-height: 1.6;
  opacity: 0;
  -webkit-transition: 0.33s;
  transition: 0.33s;
}

.concierger-slide .media-caption .name {
  color: #404040;
  font-size: 20px;
  line-height: 1.3;
  padding-bottom: 7px;
}

.concierger-slide.slick-current .media-caption {
  opacity: 1;
}

@media (min-width: 660px) {
  .concierger-slide {
    padding: 30px 25px 10px;
  }
  .concierger-slide .media {
    width: 150px;
  }
  .concierger-slide .media-caption {
    opacity: 1;
  }
  .conciergers-group:before, .conciergers-group:after {
    display: none;
  }
}

@media (min-width: 990px) {
  .conciergers-group {
    padding: 20px 0;
  }
  .concierger-slide {
    margin-bottom: 30px;
  }
}

.section-faqs {
  background: #fafbfc;
  padding: 38px 0;
}

.faqs-list {
  list-style: none;
  padding: 24px 0 0;
}

.faqs-list a {
  -webkit-transition: 0.33s;
  transition: 0.33s;
  text-decoration: underline;
  color: #4777b5;
  font-size: 18px;
  line-height: 1.5;
}

.faqs-list a:hover {
  text-decoration: none;
}

.faqs-list li {
  padding: 5px 0;
}

@media (min-width: 760px) {
  .section-faqs {
    padding: 40px 0;
  }
}

@media (min-width: 960px) {
  .section-conciergers {
    padding-top: 60px;
    padding-bottom: 10px;
  }
  .section-faqs {
    padding: 60px 0;
  }
}

.page-hero {
  background: #5cbfff;
  background: -webkit-gradient(linear, left top, left bottom, from(#5cbfff), color-stop(30%, #5cbfff), to(#4777b5));
  background: linear-gradient(to bottom, #5cbfff 0%, #5cbfff 30%, #4777b5 100%);
  color: white;
  padding: 40px 0;
}

.page-hero .container {
  min-height: 100px;
}

.page-hero-text {
  font-size: 16px;
  text-align: center;
  line-height: 1.4;
  max-width: 520px;
  margin-left: auto;
  margin-right: auto;
}

.page-hero-text h1, .page-hero-text h2, .page-hero-text h3, .page-hero-text h4, .page-hero-text h5, .page-hero-text h6 {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 400;
  margin: 0 0 20px;
}

@media (min-width: 425px) {
  .page-hero-text h1, .page-hero-text h2, .page-hero-text h3, .page-hero-text h4, .page-hero-text h5, .page-hero-text h6 {
    font-size: 28px;
  }
}

@media (min-width: 760px) {
  .page-hero {
    padding: 50px 0;
  }
  .page-hero-text h1, .page-hero-text h2, .page-hero-text h3, .page-hero-text h4, .page-hero-text h5, .page-hero-text h6 {
    font-size: 34px;
  }
}

@media (min-width: 960px) {
  .page-hero {
    padding: 60px 0;
  }
  .page-hero-text h1, .page-hero-text h2, .page-hero-text h3, .page-hero-text h4, .page-hero-text h5, .page-hero-text h6 {
    font-size: 38px;
  }
}

/*
 * qTip2 - Pretty powerful tooltips - v3.0.3
 * http://qtip2.com
 *
 * Copyright (c) 2016 
 * Released under the MIT licenses
 * http://jquery.org/license
 *
 * Date: Wed May 11 2016 10:31 GMT+0100+0100
 * Plugins: tips modal viewport svg imagemap ie6
 * Styles: core basic css3
 */
.qtip {
  position: absolute;
  left: -28000px;
  top: -28000px;
  display: none;
  max-width: 280px;
  min-width: 50px;
  font-size: 10.5px;
  line-height: 12px;
  direction: ltr;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
}

.qtip-content {
  position: relative;
  padding: 5px 9px;
  overflow: hidden;
  text-align: left;
  word-wrap: break-word;
}

.qtip-titlebar {
  position: relative;
  padding: 5px 35px 5px 10px;
  overflow: hidden;
  border-width: 0 0 1px;
  font-weight: bold;
}

.qtip-titlebar + .qtip-content {
  border-top-width: 0 !important;
}

/* Default close button class */
.qtip-close {
  position: absolute;
  right: -9px;
  top: -9px;
  z-index: 11;
  /* Overlap .qtip-tip */
  cursor: pointer;
  outline: medium none;
  border: 1px solid transparent;
}

.qtip-titlebar .qtip-close {
  right: 4px;
  top: 50%;
  margin-top: -9px;
}

* html .qtip-titlebar .qtip-close {
  top: 16px;
}

/* IE fix */
.qtip-titlebar .ui-icon,
.qtip-icon .ui-icon {
  display: block;
  text-indent: -1000em;
  direction: ltr;
}

.qtip-icon, .qtip-icon .ui-icon {
  border-radius: 3px;
  text-decoration: none;
}

.qtip-icon .ui-icon {
  width: 18px;
  height: 14px;
  line-height: 14px;
  text-align: center;
  text-indent: 0;
  font: normal bold 10px/13px Tahoma,sans-serif;
  color: inherit;
  background: transparent none no-repeat -100em -100em;
}

/* Applied to 'focused' tooltips e.g. most recently displayed/interacted with */
/* Applied on hover of tooltips i.e. added/removed on mouseenter/mouseleave respectively */
/* Default tooltip style */
.qtip-default {
  border: 1px solid #F1D031;
  background-color: #FFFFA3;
  color: #555;
}

.qtip-default .qtip-titlebar {
  background-color: #FFEF93;
}

.qtip-default .qtip-icon {
  border-color: #CCC;
  background: #F1F1F1;
  color: #777;
}

.qtip-default .qtip-titlebar .qtip-close {
  border-color: #AAA;
  color: #111;
}

/*! Dark tooltip style */
.qtip-dark {
  background-color: #2e3336;
  border-color: #2e3336;
  padding: 8px;
  border-radius: 5px;
  color: white;
  -webkit-box-shadow: 0 10px 40px 0 rgba(77, 77, 77, 0.15);
          box-shadow: 0 10px 40px 0 rgba(77, 77, 77, 0.15);
  font-size: 12px;
  font-weight: 600;
  font-size: 12px;
}

.qtip-dark .qtip-titlebar {
  background-color: #2e3336;
}

.qtip-dark .qtip-icon {
  border-color: #444;
}

.qtip-dark .qtip-titlebar .ui-state-hover {
  border-color: #303030;
}

/* IE9 fix - removes all filters */
.qtip:not(.ie9haxors) div.qtip-content,
.qtip:not(.ie9haxors) div.qtip-titlebar {
  -webkit-filter: none;
          filter: none;
  -ms-filter: none;
}

.qtip .qtip-tip {
  margin: 0 auto;
  overflow: hidden;
  z-index: 10;
}

/* Opera bug #357 - Incorrect tip position
	https://github.com/Craga89/qTip2/issues/367 */
x:-o-prefocus, .qtip .qtip-tip {
  visibility: hidden;
}

.qtip .qtip-tip,
.qtip .qtip-tip .qtip-vml,
.qtip .qtip-tip canvas {
  position: absolute;
  color: #123456;
  background: transparent;
  border: 0 dashed transparent;
}

.qtip .qtip-tip canvas {
  top: 0;
  left: 0;
}

.qtip .qtip-tip .qtip-vml {
  behavior: url(#default#VML);
  display: inline-block;
  visibility: visible;
}

#qtip-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

/* Applied to modals with show.modal.blur set to true */
#qtip-overlay.blurs {
  cursor: pointer;
}

/* Change opacity of overlay here */
#qtip-overlay div {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: black;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.qtipmodal-ie6fix {
  position: absolute !important;
}

.modal-open {
  overflow: hidden;
}

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

.modal {
  background-color: rgba(46, 51, 54, 0.6);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

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

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

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

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

.modal-content {
  position: relative;
  background-clip: padding-box;
  outline: 0;
  border-radius: 10px;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  background-color: #ffffff;
  -webkit-box-shadow: 0 10px 40px 0 rgba(77, 77, 77, 0.15);
          box-shadow: 0 10px 40px 0 rgba(77, 77, 77, 0.15);
}

.modal-content .headline {
  margin-bottom: 14px;
  text-align: center;
}

.modal-content .button-full {
  max-width: 260px;
}

.modal-content .text {
  margin-bottom: 14px;
  font-size: 14px;
  text-align: center;
}

.modal-content .text p + p, .modal-content .text p + ul, .modal-content .text p + ol, .modal-content .text p + blockquote, .modal-content .text ul + p, .modal-content .text ul + ul, .modal-content .text ul + ol, .modal-content .text ul + blockquote, .modal-content .text ol + p, .modal-content .text ol + ul, .modal-content .text ol + ol, .modal-content .text ol + blockquote, .modal-content .text blockquote + p, .modal-content .text blockquote + ul, .modal-content .text blockquote + ol, .modal-content .text blockquote + blockquote {
  margin-top: 8px;
}

.modal-content .text p + p.half, .modal-content .text p + ul.half, .modal-content .text p + ol.half, .modal-content .text p + blockquote.half, .modal-content .text ul + p.half, .modal-content .text ul + ul.half, .modal-content .text ul + ol.half, .modal-content .text ul + blockquote.half, .modal-content .text ol + p.half, .modal-content .text ol + ul.half, .modal-content .text ol + ol.half, .modal-content .text ol + blockquote.half, .modal-content .text blockquote + p.half, .modal-content .text blockquote + ul.half, .modal-content .text blockquote + ol.half, .modal-content .text blockquote + blockquote.half {
  margin-top: 12px;
}

.modal-content .form {
  margin-top: 30px;
}

.modal-content .actions {
  margin-top: 28px;
}

.modal-header {
  padding: 15px;
}

.close-modal {
  background: transparent;
  border: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 5px;
  right: 5px;
  color: #404040;
  font-size: 25px;
  outline: none;
}

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

.modal-body {
  position: relative;
  padding: 30px 15px 20px;
  text-align: left;
}

.modal-footer {
  padding: 20px 10px 30px;
  background: #f7f7f7;
}

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

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

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

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

.modal-resume {
  max-width: 440px;
}

.headline2 {
  margin: 30px 0 20px !important;
}

.head-icon {
  position: relative;
  margin-bottom: 50px;
}

.head-icon .icon {
  width: 100px;
  height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 3px solid #4dace9;
  border-radius: 50px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-shadow: 0 0 10px 3px rgba(77, 172, 233, 0.3);
          box-shadow: 0 0 10px 3px rgba(77, 172, 233, 0.3);
  background: white;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -120px);
          transform: translate(-50%, -120px);
  color: #4dace9;
  font-size: 30px;
}

@media (min-width: 760px) {
  .modal-dialog {
    width: 700px;
    margin: 20px auto;
  }
  .modal-sm {
    width: 340px;
  }
  .modal-body {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modal-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media (min-width: 990px) {
  .modal-lg {
    width: 900px;
  }
  .close-modal {
    top: 10px;
    right: 10px;
    font-size: 25px;
  }
  .modal-body {
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .modal-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal-layout .modal-column-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 340px;
            flex: 0 0 340px;
    padding-right: 40px;
  }
  .modal-layout .modal-column-right {
    padding-top: 6px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}

@media (min-width: 1100px) {
  .modal-lg {
    width: 1000px;
  }
}

@media (min-width: 1200px) {
  .modal-lg {
    width: 1190px;
  }
  .close-modal {
    font-size: 30px;
  }
  .modal-layout .modal-column-left {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 370px;
            flex: 0 0 370px;
    padding-right: 65px;
  }
}

.fade.in {
  opacity: 1;
}

.small-message.packages {
  position: relative;
  top: -20px;
}

@media (min-width: 990px) {
  .small-message.packages {
    top: -30px;
  }
}

.booking-road-test-not-scheduled {
  display: none;
}

.form-error .label {
  border-color: #d0021b;
  color: #d0021b;
}

.button-promocode {
  padding: 5px 16px;
  font-size: 10px;
}

.input-promocode {
  display: auto;
  height: 30px;
  margin-right: 10px;
}

.promocode-line-text {
  color: rgba(64, 64, 64, 0.5);
  text-align: right;
  font-size: 10px;
  margin: 8px 0;
}

#error-promocode-message {
  font-size: 13px;
  position: absolute;
  margin-top: 30px;
}

#input-promocode-container {
  margin-top: 20px;
}

#link-promocode {
  cursor: pointer;
}

#promocode-remove-link {
  color: #4dace9;
  cursor: pointer;
  font-size: 10px;
}

#promocode-applied-label {
  font-weight: 600;
}

.sticky-surpassed {
  position: absolute;
  bottom: 0;
}

.button-loader-animation.rtc-form-1,
.button-loader-animation.rtc-form-2,
.button-loader-animation.services-feedback {
  display: none;
  height: 20px;
}

.button.button-loading {
  background-color: #ff4f4f;
  bottom: -1px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(245, 0, 0, 0.19);
          box-shadow: 0 5px 10px 0 rgba(245, 0, 0, 0.19);
  cursor: auto;
}

/**
 * jQuery Flexdatalist basic stylesheet.
 *
 * Version:
 * 2.2.1
 *
 * Github:
 * https://github.com/sergiodlopes/jquery-flexdatalist/
 *
 */
.flexdatalist-results {
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #444;
  border-top: none;
  background: #fff;
  z-index: 100000;
  max-height: 300px;
  overflow-y: auto;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  color: #333;
  list-style: none;
  margin: 0;
  padding: 0;
}

.flexdatalist-results li {
  border-bottom: 1px solid #ccc;
  padding: 8px 15px;
  font-size: 14px;
  line-height: 20px;
}

.flexdatalist-results li span.highlight {
  font-weight: 700;
  text-decoration: underline;
}

.flexdatalist-results li.active {
  background: #2B82C9;
  color: #fff;
  cursor: pointer;
}

.flexdatalist-results li.no-results {
  font-style: italic;
  color: #888;
}

/**
* Grouped items
*/
.flexdatalist-results li.group {
  background: #F3F3F4;
  color: #666;
  padding: 8px 8px;
}

.flexdatalist-results li .group-name {
  font-weight: 700;
}

.flexdatalist-results li .group-item-count {
  font-size: 85%;
  color: #777;
  display: inline-block;
  padding-left: 10px;
}

/**
* Multiple items
*/
.flexdatalist-multiple:before {
  content: '';
  display: block;
  clear: both;
}

.flexdatalist-multiple {
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
  cursor: text;
}

.flexdatalist-multiple.disabled {
  background-color: #eee;
  cursor: default;
}

.flexdatalist-multiple:after {
  content: '';
  display: block;
  clear: both;
}

.flexdatalist-multiple li {
  display: inline-block;
  position: relative;
  margin: 5px;
  float: left;
}

.flexdatalist-multiple li.input-container,
.flexdatalist-multiple li.input-container input {
  border: none;
  height: auto;
  padding: 0 0 0 4px;
  line-height: 24px;
}

.flexdatalist-multiple li.value {
  display: inline-block;
  padding: 2px 25px 2px 7px;
  background: #eee;
  border-radius: 3px;
  color: #777;
  line-height: 20px;
}

.flexdatalist-multiple li.toggle {
  cursor: pointer;
  -webkit-transition: opacity ease-in-out 300ms;
  transition: opacity ease-in-out 300ms;
}

.flexdatalist-multiple li.toggle.disabled {
  text-decoration: line-through;
  opacity: 0.80;
}

.flexdatalist-multiple li.value span.fdl-remove {
  font-weight: 700;
  padding: 2px 5px;
  font-size: 20px;
  line-height: 20px;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.70;
}

.flexdatalist-multiple li.value span.fdl-remove:hover {
  opacity: 1;
}

.flexdatalist-results .item {
  text-align: left;
  position: relative;
  z-index: 1;
  width: 100%;
  padding: 0px;
}

.flexdatalist-results .item-locality,
.flexdatalist-results .item-address {
  font-size: 12px;
  color: #4dace9;
}

.flexdatalist-results .item-locality,
.flexdatalist-results .item-address,
.flexdatalist-results .item-name {
  display: table-cell;
  vertical-align: 'middle';
  white-space: pre;
}

.flexdatalist-results .item-address {
  display: block;
  width: 100%;
  float: left;
}

.flexdatalist-results li {
  height: 56px;
  padding: 9px 16px 0px 16px !important;
}

.flexdatalist-results .item.no-results {
  padding-top: 18px !important;
}

#flexlist-no-result-dmv-location {
  color: #404040;
}

#flexlist-no-result-dmv-location span {
  font-weight: 600;
}

.button-blue-hollow-loading {
  background-color: #36a1e6;
}

.button-blue-hollow-loading span {
  display: none;
}

.menu-open .navigation a:not(.button).active {
  color: #ffffff;
}

.menu-open .navigation a:not(.button).active:hover {
  color: #000000;
}

#submit-button-step-2-v2-1,
#submit-button-step-2-v2-2 {
  background-color: #00aeef;
  border-color: #00aeef;
  -webkit-box-shadow: 0 10px 20px 0 rgba(77, 77, 77, 0.15);
  box-shadow: 0 10px 20px 0 rgba(77, 77, 77, 0.15);
  width: 30%;
  display: inline-block;
  min-width: 160px;
}

.actions.rtc-v2 {
  text-align: right;
}

.form-separator.rtc-v2 {
  margin-bottom: 10px;
}

.actions.rtc-v2 {
  margin-top: 10px;
}

.button-loader-animation.rtc-form-2.rtc-v2 {
  display: inline-block;
  text-align: center;
}

#scroll-up-button {
  margin: 40px 15px;
}

.booking-road-test-scheduled {
  display: none;
}

.form-separator.rtc-v2 h4 {
  margin-bottom: 40px;
  margin-top: 10px;
}

.headline-keep.rtc-v2 {
  font-weight: 600;
}

#submit-button-step-2 {
  background-color: #00aeef;
  border-color: #00aeef;
  -webkit-box-shadow: 0 10px 20px 0 rgba(77, 77, 77, 0.15);
}

.button-emoji {
  font-size: 23px;
  position: relative;
  top: 3px;
  left: 4px;
}

#submit-button-step-2-v2-1 > span,
#submit-button-step-2-v2-2 > span {
  position: relative;
  top: -3px;
}

.bold-text {
  font-weight: 700;
}

@media (min-width: 760px) {
  #scroll-up-button {
    display: none;
  }
}

.date {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input, textarea, select {
  font-size: 16px;
}

@media (min-width: 768px) {
  font-size: 14px;
}

.headline.total-value-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.headline.total-value-column span:first-child {
  margin-right: 2px;
}

.date-month-container {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.date-month-container select {
  border-radius: 0 !important;
  height: 36px;
  margin-right: 8px;
  padding-right: 0 !important;
  width: 100%;
}

#referralSource {
  border-radius: 0 !important;
  height: 36px;
}

.date-day-input {
  margin-left: 8px;
  margin-right: 4px;
  width: 70px !important;
}

@media (max-width: 850px) {
  .date-day-input {
    width: 48px !important;
  }
}

.date-year-input {
  width: 140px !important;
}

@media (max-width: 850px) {
  .date-year-input {
    width: 55px !important;
  }
}

.paper-header {
  -webkit-box-shadow: 0 3px 3px 0 rgba(77, 77, 77, 0.07);
  box-shadow: 0 3px 3px 0 rgba(77, 77, 77, 0.07);
  position: relative;
}

.about .page-hero-text {
  margin-top: 42px;
  max-width: 775px;
  text-align: left;
}

.about .page-hero-text h2 {
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}

.about .page-hero-text p span {
  font-weight: 700;
}

.about.stage-site-gray .canvas {
  color: #404040;
  display: inline-block;
  text-decoration: none;
  border-radius: 10px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 5px 22px 0 rgba(77, 77, 77, 0.15);
  box-shadow: 0 5px 22px 0 rgba(77, 77, 77, 0.15);
  padding: 76px 84px;
  font-size: 13px;
}

.about.stage-site-gray .canvas .left-panel {
  float: left;
  margin-right: 35px;
  width: 250px;
}

.about.stage-site-gray .canvas .right-panel {
  float: left;
  width: calc(100% - 285px);
}

.about.stage-site-gray .canvas .right-panel p {
  font-size: 16px;
  line-height: 1.6;
  margin: 32px 0;
}

.about.stage-site-gray .canvas .right-panel p:first-child {
  margin-top: 0px;
}

.about.stage-site-gray .canvas .right-panel p:last-child {
  margin-bottom: 0px;
}

.about.stage-site-gray .canvas .right-panel p span {
  font-weight: 600;
}

.about.stage-site-gray .founder-avatar {
  background: url("../images/avatar/ryderp-150x150.png");
  display: inline-block;
  margin: 26px 0;
  height: 150px;
  width: 150px;
}

.about.stage-site-gray .founder-container {
  margin-top: 16px;
  padding: 0 166px;
  text-align: center;
}

.about.stage-site-gray .founder-container div p {
  line-height: 1.6;
  margin: 35px 0;
  text-align: left;
}

.about.stage-site-gray .founder-container div p:first-child {
  margin-top: 30px;
}

.about.stage-site-gray .founder-container div a {
  color: #ff6868;
  font-weight: 600;
  text-decoration: none;
  -webkit-transition: 0.33s;
  transition: 0.33s;
}

.about.stage-site-gray .founder-container .fine-print {
  font-size: 12px;
  margin: 60px 0 55px;
  position: relative;
}

.about.stage-site-gray .founder-container .fine-print span {
  font-weight: 600;
}

@media (max-width: 900px) {
  .about.stage-site-gray .canvas .left-panel {
    float: none;
    margin-right: 0px;
    margin-bottom: 32px;
    width: 100%;
  }
  .about.stage-site-gray .canvas .right-panel {
    float: none;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .about.stage-site-gray .canvas {
    padding: 38px 46px;
  }
  .about.stage-site-gray .founder-container {
    padding: 0 70px;
  }
}
/*# sourceMappingURL=style.css.map */
